diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml new file mode 100644 index 0000000..db8deb4 --- /dev/null +++ b/.github/workflows/prod.yml @@ -0,0 +1,45 @@ +name: Prod deploy + +# Controls when the action will run. +on: + # Triggers the workflow on push or pull request events but only for the master branch + push: + branches: + - master + pull_request: + types: + - closed + branches: + - master + +jobs: + if_merged: + if: github.event.pull_request.merged == true + name: 🎉 Deploy + runs-on: ubuntu-latest + + steps: + - name: 🚚 Get latest code + uses: actions/checkout@v4 + + - name: Install Node.js 20 + uses: actions/setup-node@v4 + with: + node-version: "20.x" + + - name: 🔨 Build Project + run: | + npm install + npm run build + + - name: 📂 Deploy to Server + uses: easingthemes/ssh-deploy@v4 + env: + SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }} + # ARGS: "-rltgoDzvO --delete" + SOURCE: 'dist/' + REMOTE_HOST: 92.112.197.121 + REMOTE_USER: u778408432 + REMOTE_PORT: '65002' + TARGET: domains/codedthemes.com/public_html/demos/admin-templates/datta-able/tailwind/free + EXCLUDE: '/node_modules/' diff --git a/.gitignore b/.gitignore index c6bba59..728e11a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* -.pnpm-debug.log* # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json @@ -39,11 +38,12 @@ bower_components build/Release # Dependency directories +#dist/ node_modules/ jspm_packages/ -# Snowpack dependency directory (https://snowpack.dev/) -web_modules/ +# TypeScript v1 declaration files +typings/ # TypeScript cache *.tsbuildinfo @@ -54,9 +54,6 @@ web_modules/ # Optional eslint cache .eslintcache -# Optional stylelint cache -.stylelintcache - # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ @@ -72,41 +69,29 @@ web_modules/ # Yarn Integrity file .yarn-integrity -# dotenv environment variable files +# dotenv environment variables file .env -.env.development.local -.env.test.local -.env.production.local -.env.local +.env.test # parcel-bundler cache (https://parceljs.org/) .cache -.parcel-cache # Next.js build output .next -out # Nuxt.js build / generate output .nuxt -dist +# dist # Gatsby files .cache/ -# Comment in the public line in if your project uses Gatsby and not Next.js +# Comment in the public line in if your project uses Gatsby and *not* Next.js # https://nextjs.org/blog/next-9-1#public-directory-support # public # vuepress build output .vuepress/dist -# vuepress v2.x temp and cache directory -.temp -.cache - -# Docusaurus cache and generated files -.docusaurus - # Serverless directories .serverless/ @@ -118,13 +103,7 @@ dist # TernJS port file .tern-port - -# Stores VSCode versions used for testing VSCode extensions -.vscode-test - -# yarn v2 -.yarn/cache -.yarn/unplugged -.yarn/build-state.yml -.yarn/install-state.gz -.pnp.* +src/.DS_Store +src/assets/images/.DS_Store +src/assets/images/landing/.DS_Store +src/assets/.DS_Store diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..4d248a2 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,5 @@ +**/.git +**/.svn +**/.hg +**/node_modules +dist \ No newline at end of file diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..d29b0e5 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,10 @@ +{ + "bracketSpacing": true, + "printWidth": 140, + "singleQuote": true, + "trailingComma": "none", + "tabWidth": 2, + "useTabs": false, + "htmlWhitespaceSensitivity": "ignore", + "bracketSameLine": false +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..70eb3fe --- /dev/null +++ b/README.md @@ -0,0 +1,142 @@ +# Datta Able Free Tailwind Admin Template + +Datta Able Free Dashboard Template made using Tailwind framework, It is a free lite version of [Datta Able Pro](https://codedthemes.com/item/datta-able-tailwind-admin-template) Dashboard Template that makes you fulfill your Dashboard needs. + +![Datta Able Free Admin Template Preview Image](https://org-public-assets.s3.us-west-2.amazonaws.com/Free-Version-Banners/GITHUB-FREE-Tilwind-REPO-+Datta+Able.jpg) + +Datta Able Admin Template comes with variety of components like Button, Badges, Tabs, Breadcrumb, Icons, Form elements, Table, Charts & Authentication pages. + +The code structure is high flexible to use and modify. + +Its design adapt any screen size easily even if retina screens. + +It is modern concept dashboard design with eye catchy colors. Wish you happy to use our product in your project. + +## Free Version Preview & Download + +Check out live preview of Datta Able lite version & download it. + +#### Preview + + - [Demo](https://codedthemes.com/demos/admin-templates/datta-able/tailwind/free) + +#### Download + + - [Download from Github](https://github.com/codedthemes/datta-able-free-tailwind-admin-template.git) + - [Download from CodedThemes]( https://codedthemes.com/item/datta-able-free-tailwind-admin-template/) & receive important notification instantly in your maiL. + + ## Premium Version Preview & Download + +Datta Able Pro Admin Template is available to purchase. Visit its numerous demos and make your purchase decision. +#### Preview + - [Demo](https://codedthemes.com/demos/admin-templates/datta-able/tailwind/default/) + +#### Download + + - [Purchase from CodedThemes](https://codedthemes.com/item/datta-able-tailwind-admin-template) + +## Table of contents + + * [Getting Started](#getting-started) + * [Online Documentation](#online-documentation) + * [Build With](#build-with) + * [Directory-structure](#directory-structure) + * [RoadMap](#roadmap) + * [Author](#author) + * [Contributing](#contributing) + * [Issues?](#issues) + * [License](#license) + * [Other Dashboard Products](#other-dashboard-products) + * [Social Profiles](#social-profiles) + +## Getting Started + +Clone from Github +``` +git clone https://github.com/codedthemes/datta-able-free-tailwind-admin-template.git +``` +*no other dependencies required to run the Datta Able Template* + +## Online Documentation + +Datta Able Lite version documentation cover in its Pro version documentation - check our [website.](https://codedthemes.gitbook.io/datta/v/datta-able-tailwind/) + +## Build With + + - [Tailwind](https://tailwindcss.com/) + - [SASS](https://sass-lang.com/) - SCSS file not included in lite version v1.0 + +## Directory Structure + +``` +Datta-able/ +├── assets/ +│ ├── css/ +│ │ ├── style.css +│ ├── fonts/ +│ │ ├── feather/css/feather.css +│ │ ├── fontawesome/css/fontawesome-all.min.css +│ ├── images/ +│ │ ├── user/ +│ │ │ ├── avatar-1.jpg +│ │ │ ├── avatar-2.jpg +│ │ │ ├── ...-More +│ │ ├── logo.png +│ │ ├── ...-More +│ ├── js/ +│ │ ├── pages/ +│ │ │ ├── chart.js +│ │ │ ├── google-maps.js +│ │ ├── script.js +│ │ ├── ...-More +├── index.html +├── ...- More +``` + +## RoadMap + +We are continuously working in Datta Able Project and going to make it a awesome dashboard template via your support. Give us the ideas, suggestion for include more components, pages, plugins. Few of future release pages are + +#### Layouts + - Horizontal version + - Sidebar Image version + - Introduce Live Customizer (i.e. only for demo) + +#### Pages + - Pricing + - Login/Register pages version 2 + - User profile + - Maintenance Pages like 404, Error Pages, Coming Soon + +#### Basic & Advance Components + - Alert, Cards, Progress, Modal + - Datepicker, Notification, Slider + +*All above pages already included in Pro version. We need your support to include those pages in lite version too.* + +## Author + +Design and code is completely written by CodedThemes's design and development team. We are happy to welcome the contributors work for our all repositories. + +## Issues + +Please generate Github issue if you found bug in any version. We are try to be responsive to resolve the issue. + +## License + + - Design and Code is Copyright © [CodedThemes](https://www.codedthemes.com) + - Licensed cover under [MIT](https://github.com/codedthemes/datta-able-free-tailwind-admin-template/blob/dev/LICENSE) + +## Other Dashboard Products + + - [Free Bootstrap 5 Admin Template](https://codedthemes.com/item/category/free-templates/free-bootstrap-admin-templates) + - [Free React Dashboard Template](https://codedthemes.com/item/category/free-templates/free-react-admin-templates) + - [Free Angular Dashboard Template](https://codedthemes.com/item/category/free-templates/free-angular-admin-templates) + - [Premium Admin Template](https://codedthemes.com/item/category/templates/admin-templates/) + +## Social Profiles + - Dribbble [https://dribbble.com/codedthemes](https://dribbble.com/codedthemes) + - Behance [https://www.behance.net/codedthemes](https://www.behance.net/codedthemes) + - Facebook [https://www.facebook.com/codedthemes](https://www.facebook.com/codedthemes) + - Twitter [https://twitter.com/codedthemes](https://twitter.com/codedthemes) + - Instagram [https://www.instagram.com/codedthemes/](https://www.instagram.com/codedthemes/) diff --git a/build.css b/build.css new file mode 100644 index 0000000..dd82efa --- /dev/null +++ b/build.css @@ -0,0 +1 @@ +/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter var,sans-serif;font-feature-settings:"salt";font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}h1{font-size:38px}h1,h2{font-weight:700}h2{font-size:30px}h3{font-size:24px}h3,h4{font-weight:600}h4{font-size:20px}h5{font-size:16px}h5,h6{font-weight:600}h6{font-size:14px}h1,h2,h3,h4,h5,h6{--tw-text-opacity:1;color:rgb(29 38 48/var(--tw-text-opacity))}h1:is([data-pc-theme=dark] *),h2:is([data-pc-theme=dark] *),h3:is([data-pc-theme=dark] *),h4:is([data-pc-theme=dark] *),h5:is([data-pc-theme=dark] *),h6:is([data-pc-theme=dark] *){color:#fffc}body{--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity));font-size:.875rem;--tw-text-opacity:1;color:rgb(19 25 32/var(--tw-text-opacity))}body:is([data-pc-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(19 25 32/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(191 191 191/var(--tw-text-opacity))}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.alert{margin-bottom:.75rem;border-radius:.5rem;border-width:1px;padding:.75rem 1.25rem}.alert .alert-link{font-weight:700}.alert .alert-heading{color:inherit}.alert hr{border-color:inherit}.alert.alert-dismissible{position:relative;padding-right:2.5rem}.alert.alert-dismissible [data-bs-dismiss=alert]{position:absolute;right:.5rem;top:.5rem}.alert-primary{border-color:#04a9f533;background-color:#04a9f533;--tw-text-opacity:1;color:rgb(0 49 157/var(--tw-text-opacity))}.alert-secondary{border-color:#5b6b7933;background-color:#5b6b7933;--tw-text-opacity:1;color:rgb(19 22 25/var(--tw-text-opacity))}.alert-success{border-color:#2ca87f1a;background-color:#2ca87f1a;--tw-text-opacity:1;color:rgb(9 35 26/var(--tw-text-opacity))}.alert-danger{border-color:#dc262633;background-color:#dc262633;--tw-text-opacity:1;color:rgb(77 12 12/var(--tw-text-opacity))}.alert-warning{border-color:#f4c22b33;background-color:#f4c22b33;--tw-text-opacity:1;color:rgb(61 37 0/var(--tw-text-opacity))}.alert-info{border-color:#3ec9d633;background-color:#3ec9d633;--tw-text-opacity:1;color:rgb(19 83 89/var(--tw-text-opacity))}.alert-dark{border-color:#21252933;background-color:#21252933;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.badge{border-radius:.375rem;padding:.45em .8em;font-size:.75em;line-height:1}.badge,.btn{display:inline-block;font-weight:500}.btn{border-radius:20px;border-width:1px;border-color:#0000;background-color:initial;padding:.5rem 1rem;text-align:center;font-size:.875rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;transition-timing-function:cubic-bezier(.47,1.64,.41,.8)}.btn:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn.disabled{pointer-events:none;cursor:default;opacity:.75}.btn.btn-lg{padding:.75rem 1.25rem}.btn.btn-sm{padding:.25rem .75rem}.btn.btn-icon{display:inline-flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;padding:0;font-size:1.125rem;line-height:1.75rem}.btn.btn-icon.avtar-xl{height:60px;width:60px;font-size:1.25rem;line-height:1.75rem}.btn.btn-icon.avtar-l{height:50px;width:50px;font-size:1.125rem;line-height:1.75rem}.btn.btn-icon.avtar-s{height:30px;width:30px;font-size:.875rem}.btn.btn-icon.avtar-xs{height:1.25rem;width:1.25rem;font-size:.75rem}.btn-primary{--tw-bg-opacity:1;background-color:rgb(70 128 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-primary:focus,.btn-primary:hover{--tw-bg-opacity:1;background-color:rgb(14 89 255/var(--tw-bg-opacity))}.btn-primary:active{--tw-bg-opacity:1;background-color:rgb(0 67 213/var(--tw-bg-opacity))}.btn-secondary{--tw-bg-opacity:1;background-color:rgb(91 107 121/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-secondary:focus,.btn-secondary:hover{--tw-bg-opacity:1;background-color:rgb(67 79 89/var(--tw-bg-opacity))}.btn-secondary:active{--tw-bg-opacity:1;background-color:rgb(43 50 57/var(--tw-bg-opacity))}.btn-success{--tw-bg-opacity:1;background-color:rgb(44 168 127/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-success:focus,.btn-success:hover{--tw-bg-opacity:1;background-color:rgb(32 124 93/var(--tw-bg-opacity))}.btn-success:active{--tw-bg-opacity:1;background-color:rgb(21 79 60/var(--tw-bg-opacity))}.btn-danger{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-danger:focus,.btn-danger:hover{--tw-bg-opacity:1;background-color:rgb(174 28 28/var(--tw-bg-opacity))}.btn-danger:active{--tw-bg-opacity:1;background-color:rgb(126 20 20/var(--tw-bg-opacity))}.btn-warning{--tw-bg-opacity:1;background-color:rgb(229 138 0/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-warning:focus,.btn-warning:hover{--tw-bg-opacity:1;background-color:rgb(173 104 0/var(--tw-bg-opacity))}.btn-warning:active{--tw-bg-opacity:1;background-color:rgb(117 70 0/var(--tw-bg-opacity))}.btn-info{--tw-bg-opacity:1;background-color:rgb(62 201 214/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-info:focus,.btn-info:hover{--tw-bg-opacity:1;background-color:rgb(39 169 181/var(--tw-bg-opacity))}.btn-info:active{--tw-bg-opacity:1;background-color:rgb(29 126 135/var(--tw-bg-opacity))}.btn-dark{--tw-bg-opacity:1;background-color:rgb(33 37 41/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-dark:focus,.btn-dark:hover{--tw-bg-opacity:1;background-color:rgb(8 9 10/var(--tw-bg-opacity))}.btn-dark:active{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.btn-light{background-color:#bec6ce1a;--tw-text-opacity:1;color:rgb(33 37 41/var(--tw-text-opacity))}.btn-light:focus,.btn-light:hover{background-color:#bec6ce33}.btn-light:active{background-color:#bec6ce4d}.btn-light:is([data-pc-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-link{background-color:initial;--tw-text-opacity:1;color:rgb(70 128 255/var(--tw-text-opacity))}.btn-link:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.btn-link:focus{background-color:#fefeff33}.btn-link:active{background-color:#fefeff4d}.btn-outline-primary{border-width:1px;--tw-border-opacity:1;border-color:rgb(70 128 255/var(--tw-border-opacity));background-color:#04a9f500;--tw-text-opacity:1;color:rgb(70 128 255/var(--tw-text-opacity))}.btn-outline-primary:hover{background-color:rgb(70 128 255/var(--tw-bg-opacity))}.btn-outline-primary:focus,.btn-outline-primary:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-outline-primary:focus{background-color:rgb(14 89 255/var(--tw-bg-opacity))}.btn-outline-secondary{border-width:1px;--tw-border-opacity:1;border-color:rgb(91 107 121/var(--tw-border-opacity));background-color:#5b6b7900;--tw-text-opacity:1;color:rgb(91 107 121/var(--tw-text-opacity))}.btn-outline-secondary:hover{background-color:rgb(91 107 121/var(--tw-bg-opacity))}.btn-outline-secondary:focus,.btn-outline-secondary:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-outline-secondary:focus{background-color:rgb(67 79 89/var(--tw-bg-opacity))}.btn-outline-success{border-width:1px;--tw-border-opacity:1;border-color:rgb(44 168 127/var(--tw-border-opacity));background-color:#2ca87f00;--tw-text-opacity:1;color:rgb(44 168 127/var(--tw-text-opacity))}.btn-outline-success:hover{background-color:rgb(44 168 127/var(--tw-bg-opacity))}.btn-outline-success:focus,.btn-outline-success:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-outline-success:focus{background-color:rgb(32 124 93/var(--tw-bg-opacity))}.btn-outline-danger{border-width:1px;--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity));background-color:#dc262600;--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.btn-outline-danger:hover{background-color:rgb(220 38 38/var(--tw-bg-opacity))}.btn-outline-danger:focus,.btn-outline-danger:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-outline-danger:focus{background-color:rgb(174 28 28/var(--tw-bg-opacity))}.btn-outline-warning{border-width:1px;--tw-border-opacity:1;border-color:rgb(229 138 0/var(--tw-border-opacity));background-color:#f4c22b00;--tw-text-opacity:1;color:rgb(229 138 0/var(--tw-text-opacity))}.btn-outline-warning:hover{background-color:rgb(229 138 0/var(--tw-bg-opacity))}.btn-outline-warning:focus,.btn-outline-warning:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-outline-warning:focus{background-color:rgb(173 104 0/var(--tw-bg-opacity))}.btn-outline-info{border-width:1px;--tw-border-opacity:1;border-color:rgb(62 201 214/var(--tw-border-opacity));background-color:#3ec9d600;--tw-text-opacity:1;color:rgb(62 201 214/var(--tw-text-opacity))}.btn-outline-info:hover{background-color:rgb(62 201 214/var(--tw-bg-opacity))}.btn-outline-info:focus,.btn-outline-info:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-outline-info:focus{background-color:rgb(39 169 181/var(--tw-bg-opacity))}.btn-outline-dark{border-width:1px;--tw-border-opacity:1;border-color:rgb(33 37 41/var(--tw-border-opacity));background-color:#21252900;--tw-text-opacity:1;color:rgb(33 37 41/var(--tw-text-opacity))}.btn-outline-dark:hover{background-color:rgb(33 37 41/var(--tw-bg-opacity))}.btn-outline-dark:focus,.btn-outline-dark:hover{--tw-bg-opacity:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-outline-dark:focus{background-color:rgb(8 9 10/var(--tw-bg-opacity))}.btn-light-primary{--tw-bg-opacity:1;background-color:rgb(233 240 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(70 128 255/var(--tw-text-opacity))}.btn-light-primary:hover{--tw-bg-opacity:1;background-color:rgb(70 128 255/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-light-primary:focus{--tw-bg-opacity:1;background-color:rgb(14 89 255/var(--tw-bg-opacity))}.btn-light-secondary{--tw-bg-opacity:1;background-color:rgb(178 188 197/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(91 107 121/var(--tw-text-opacity))}.btn-light-secondary:hover{--tw-bg-opacity:1;background-color:rgb(91 107 121/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-light-secondary:focus{--tw-bg-opacity:1;background-color:rgb(67 79 89/var(--tw-bg-opacity))}.btn-light-success{--tw-bg-opacity:1;background-color:rgb(148 227 201/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(44 168 127/var(--tw-text-opacity))}.btn-light-success:hover{--tw-bg-opacity:1;background-color:rgb(44 168 127/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-light-success:focus{--tw-bg-opacity:1;background-color:rgb(32 124 93/var(--tw-bg-opacity))}.btn-light-danger{--tw-bg-opacity:1;background-color:rgb(243 179 179/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.btn-light-danger:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-light-danger:focus{--tw-bg-opacity:1;background-color:rgb(174 28 28/var(--tw-bg-opacity))}.btn-light-warning{--tw-bg-opacity:1;background-color:rgb(255 208 137/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(229 138 0/var(--tw-text-opacity))}.btn-light-warning:hover{--tw-bg-opacity:1;background-color:rgb(229 138 0/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-light-warning:focus{--tw-bg-opacity:1;background-color:rgb(173 104 0/var(--tw-bg-opacity))}.btn-light-info{--tw-bg-opacity:1;background-color:rgb(197 239 243/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(62 201 214/var(--tw-text-opacity))}.btn-light-info:hover{--tw-bg-opacity:1;background-color:rgb(62 201 214/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-light-info:focus{--tw-bg-opacity:1;background-color:rgb(39 169 181/var(--tw-bg-opacity))}.btn-light-dark{--tw-bg-opacity:1;background-color:rgb(106 119 131/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(33 37 41/var(--tw-text-opacity))}.btn-light-dark:hover{--tw-bg-opacity:1;background-color:rgb(33 37 41/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.btn-light-dark:focus{--tw-bg-opacity:1;background-color:rgb(8 9 10/var(--tw-bg-opacity))}.btn-link-primary{background-color:initial;--tw-text-opacity:1;color:rgb(70 128 255/var(--tw-text-opacity))}.btn-link-primary:hover{--tw-bg-opacity:1;background-color:rgb(233 240 255/var(--tw-bg-opacity))}.btn-link-primary:focus{background-color:#e9f0ff80}.btn-link-secondary{background-color:initial;--tw-text-opacity:1;color:rgb(91 107 121/var(--tw-text-opacity))}.btn-link-secondary:hover{--tw-bg-opacity:1;background-color:rgb(178 188 197/var(--tw-bg-opacity))}.btn-link-secondary:focus{--tw-bg-opacity:1;background-color:rgb(155 168 180/var(--tw-bg-opacity))}.btn-link-success{background-color:initial;--tw-text-opacity:1;color:rgb(44 168 127/var(--tw-text-opacity))}.btn-link-success:hover{--tw-bg-opacity:1;background-color:rgb(148 227 201/var(--tw-bg-opacity))}.btn-link-success:focus{--tw-bg-opacity:1;background-color:rgb(116 219 185/var(--tw-bg-opacity))}.btn-link-danger{background-color:initial;--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.btn-link-danger:hover{--tw-bg-opacity:1;background-color:rgb(243 179 179/var(--tw-bg-opacity))}.btn-link-danger:focus{--tw-bg-opacity:1;background-color:rgb(237 143 143/var(--tw-bg-opacity))}.btn-link-warning{background-color:initial;--tw-text-opacity:1;color:rgb(229 138 0/var(--tw-text-opacity))}.btn-link-warning:hover{--tw-bg-opacity:1;background-color:rgb(255 208 137/var(--tw-bg-opacity))}.btn-link-warning:focus{--tw-bg-opacity:1;background-color:rgb(255 192 96/var(--tw-bg-opacity))}.btn-link-info{background-color:initial;--tw-text-opacity:1;color:rgb(62 201 214/var(--tw-text-opacity))}.btn-link-info:hover{--tw-bg-opacity:1;background-color:rgb(197 239 243/var(--tw-bg-opacity))}.btn-link-info:focus{--tw-bg-opacity:1;background-color:rgb(163 229 235/var(--tw-bg-opacity))}.btn-link-dark{background-color:initial;--tw-text-opacity:1;color:rgb(33 37 41/var(--tw-text-opacity))}.btn-link-dark:hover{--tw-bg-opacity:1;background-color:rgb(106 119 131/var(--tw-bg-opacity))}.btn-link-dark:focus{--tw-bg-opacity:1;background-color:rgb(88 98 109/var(--tw-bg-opacity))}.breadcrumb{margin-bottom:.5rem;display:flex;flex-shrink:0;align-items:center;gap:.5rem}.breadcrumb .breadcrumb-item:not(:last-child){position:relative;margin-right:1rem}.breadcrumb .breadcrumb-item:not(:last-child):before{position:absolute;right:-20px;font-family:tabler-icons;--tw-content:"\ea61";content:var(--tw-content)}.breadcrumb .breadcrumb-item:not(:last-child) a{transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.breadcrumb .breadcrumb-item:not(:last-child) a:hover{--tw-text-opacity:1;color:rgb(70 128 255/var(--tw-text-opacity))}.card{margin-bottom:1.5rem;border-radius:.75rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(231 234 238/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.card:is([data-pc-theme=dark] *){--tw-border-opacity:1;border-color:rgb(48 63 80/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(27 35 45/var(--tw-bg-opacity))}.card .card-header{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(231 234 238/var(--tw-border-opacity));padding:25px}.card .card-header:is([data-pc-theme=dark] *){--tw-border-opacity:1;border-color:rgb(48 63 80/var(--tw-border-opacity))}.card .card-body{padding:25px}.form-control{display:block;width:100%;border-radius:.375rem;border-width:1px;padding:.5rem 1rem;font-size:.875rem}.form-control:is([data-pc-theme=dark] *){--tw-border-opacity:1;border-color:rgb(48 63 80/var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(19 25 32/var(--tw-bg-opacity))}.simplebar-scrollbar{position:absolute;width:.375rem}.simplebar-scrollbar:before{position:absolute;left:0;right:0;border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity));content:var(--tw-content);opacity:0}.simplebar-scrollbar:where([dir=ltr],[dir=ltr] *){right:1px}.simplebar-scrollbar:where([dir=rtl],[dir=rtl] *){left:1px}.simplebar-scrollbar{min-height:10px}.simplebar-scrollbar:before{content:" ";transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.left-3{left:.75rem}.left-\[-300px\]{left:-300px}.left-full{left:100%}.right-2{right:.5rem}.top-0{top:0}.top-2{top:.5rem}.top-3{top:.75rem}.top-full{top:100%}.z-50{z-index:50}.z-\[1002\]{z-index:1002}.col-auto{grid-column:auto}.col-span-12{grid-column:span 12/span 12}.col-span-4{grid-column:span 4/span 4}.col-span-8{grid-column:span 8/span 8}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.me-1{margin-inline-end:.25rem}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.ml-3{margin-left:.75rem}.mr-4{margin-right:1rem}.ms-2{margin-inline-start:.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.box-content{box-sizing:initial}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-7{height:1.75rem}.h-\[30px\]{height:30px}.h-\[50px\]{height:50px}.h-\[60px\]{height:60px}.h-\[calc\(100vh_-_170px\)\]{height:calc(100vh - 170px)}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-7{width:1.75rem}.w-\[30px\]{width:30px}.w-\[50px\]{width:50px}.w-\[60px\]{width:60px}.w-auto{width:auto}.w-full{width:100%}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-\[24px_1fr_auto\]{grid-template-columns:24px 1fr auto}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-6{gap:1.5rem}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px*var(--tw-space-x-reverse));margin-left:calc(0px*(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.scroll-smooth{scroll-behavior:smooth}.rounded{border-radius:.25rem}.rounded-\[20px\]{border-radius:20px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.border{border-width:1px}.border-\[5px\]{border-width:5px}.border-b{border-bottom-width:1px}.border-none{border-style:none}.border-danger{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.border-danger-500\/20{border-color:#dc262633}.border-dark{--tw-border-opacity:1;border-color:rgb(33 37 41/var(--tw-border-opacity))}.border-dark-500\/20{border-color:#21252933}.border-info{--tw-border-opacity:1;border-color:rgb(62 201 214/var(--tw-border-opacity))}.border-info-500\/20{border-color:#3ec9d633}.border-inherit{border-color:inherit}.border-primary{--tw-border-opacity:1;border-color:rgb(70 128 255/var(--tw-border-opacity))}.border-primary-500\/20{border-color:#04a9f533}.border-secondary{--tw-border-opacity:1;border-color:rgb(91 107 121/var(--tw-border-opacity))}.border-secondary-500\/20{border-color:#5b6b7933}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.border-success{--tw-border-opacity:1;border-color:rgb(44 168 127/var(--tw-border-opacity))}.border-success-500\/10{border-color:#2ca87f1a}.border-theme-border{--tw-border-opacity:1;border-color:rgb(231 234 238/var(--tw-border-opacity))}.border-themedark-border{--tw-border-opacity:1;border-color:rgb(48 63 80/var(--tw-border-opacity))}.border-transparent{border-color:#0000}.border-warning{--tw-border-opacity:1;border-color:rgb(229 138 0/var(--tw-border-opacity))}.border-warning-500\/20{border-color:#f4c22b33}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.bg-danger-100{--tw-bg-opacity:1;background-color:rgb(243 179 179/var(--tw-bg-opacity))}.bg-danger-200{--tw-bg-opacity:1;background-color:rgb(237 143 143/var(--tw-bg-opacity))}.bg-danger-300{--tw-bg-opacity:1;background-color:rgb(231 108 108/var(--tw-bg-opacity))}.bg-danger-400{--tw-bg-opacity:1;background-color:rgb(226 73 73/var(--tw-bg-opacity))}.bg-danger-50{--tw-bg-opacity:1;background-color:rgb(246 196 196/var(--tw-bg-opacity))}.bg-danger-500{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.bg-danger-500\/0{background-color:#dc262600}.bg-danger-500\/15{background-color:#dc262626}.bg-danger-500\/20{background-color:#dc262633}.bg-danger-600{--tw-bg-opacity:1;background-color:rgb(174 28 28/var(--tw-bg-opacity))}.bg-danger-700{--tw-bg-opacity:1;background-color:rgb(126 20 20/var(--tw-bg-opacity))}.bg-danger-800{--tw-bg-opacity:1;background-color:rgb(77 12 12/var(--tw-bg-opacity))}.bg-danger-900{--tw-bg-opacity:1;background-color:rgb(29 5 5/var(--tw-bg-opacity))}.bg-danger-950{--tw-bg-opacity:1;background-color:rgb(5 1 1/var(--tw-bg-opacity))}.bg-dark-100{--tw-bg-opacity:1;background-color:rgb(106 119 131/var(--tw-bg-opacity))}.bg-dark-200{--tw-bg-opacity:1;background-color:rgb(88 98 109/var(--tw-bg-opacity))}.bg-dark-500{--tw-bg-opacity:1;background-color:rgb(33 37 41/var(--tw-bg-opacity))}.bg-dark-500\/0{background-color:#21252900}.bg-dark-500\/15{background-color:#21252926}.bg-dark-500\/20{background-color:#21252933}.bg-dark-600{--tw-bg-opacity:1;background-color:rgb(8 9 10/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.bg-info-100{--tw-bg-opacity:1;background-color:rgb(197 239 243/var(--tw-bg-opacity))}.bg-info-200{--tw-bg-opacity:1;background-color:rgb(163 229 235/var(--tw-bg-opacity))}.bg-info-300{--tw-bg-opacity:1;background-color:rgb(129 220 228/var(--tw-bg-opacity))}.bg-info-400{--tw-bg-opacity:1;background-color:rgb(96 210 221/var(--tw-bg-opacity))}.bg-info-50{--tw-bg-opacity:1;background-color:rgb(213 243 246/var(--tw-bg-opacity))}.bg-info-500{--tw-bg-opacity:1;background-color:rgb(62 201 214/var(--tw-bg-opacity))}.bg-info-500\/0{background-color:#3ec9d600}.bg-info-500\/15{background-color:#3ec9d626}.bg-info-500\/20{background-color:#3ec9d633}.bg-info-600{--tw-bg-opacity:1;background-color:rgb(39 169 181/var(--tw-bg-opacity))}.bg-info-700{--tw-bg-opacity:1;background-color:rgb(29 126 135/var(--tw-bg-opacity))}.bg-info-800{--tw-bg-opacity:1;background-color:rgb(19 83 89/var(--tw-bg-opacity))}.bg-info-900{--tw-bg-opacity:1;background-color:rgb(9 40 43/var(--tw-bg-opacity))}.bg-info-950{--tw-bg-opacity:1;background-color:rgb(4 18 19/var(--tw-bg-opacity))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(233 240 255/var(--tw-bg-opacity))}.bg-primary-100\/50{background-color:#e9f0ff80}.bg-primary-200{--tw-bg-opacity:1;background-color:rgb(192 212 255/var(--tw-bg-opacity))}.bg-primary-300{--tw-bg-opacity:1;background-color:rgb(152 184 255/var(--tw-bg-opacity))}.bg-primary-400{--tw-bg-opacity:1;background-color:rgb(111 156 255/var(--tw-bg-opacity))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(254 254 255/var(--tw-bg-opacity))}.bg-primary-50\/20{background-color:#fefeff33}.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(70 128 255/var(--tw-bg-opacity))}.bg-primary-500\/0{background-color:#04a9f500}.bg-primary-500\/15{background-color:#04a9f526}.bg-primary-500\/20{background-color:#04a9f533}.bg-primary-600{--tw-bg-opacity:1;background-color:rgb(14 89 255/var(--tw-bg-opacity))}.bg-primary-700{--tw-bg-opacity:1;background-color:rgb(0 67 213/var(--tw-bg-opacity))}.bg-primary-800{--tw-bg-opacity:1;background-color:rgb(0 49 157/var(--tw-bg-opacity))}.bg-primary-900{--tw-bg-opacity:1;background-color:rgb(0 32 101/var(--tw-bg-opacity))}.bg-primary-950{--tw-bg-opacity:1;background-color:rgb(0 23 73/var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.bg-secondary-100{--tw-bg-opacity:1;background-color:rgb(178 188 197/var(--tw-bg-opacity))}.bg-secondary-200{--tw-bg-opacity:1;background-color:rgb(155 168 180/var(--tw-bg-opacity))}.bg-secondary-300{--tw-bg-opacity:1;background-color:rgb(131 148 162/var(--tw-bg-opacity))}.bg-secondary-400{--tw-bg-opacity:1;background-color:rgb(109 128 144/var(--tw-bg-opacity))}.bg-secondary-50{--tw-bg-opacity:1;background-color:rgb(190 198 206/var(--tw-bg-opacity))}.bg-secondary-50\/10{background-color:#bec6ce1a}.bg-secondary-50\/20{background-color:#bec6ce33}.bg-secondary-500{--tw-bg-opacity:1;background-color:rgb(91 107 121/var(--tw-bg-opacity))}.bg-secondary-500\/0{background-color:#5b6b7900}.bg-secondary-500\/10{background-color:#5b6b791a}.bg-secondary-500\/15{background-color:#5b6b7926}.bg-secondary-500\/20{background-color:#5b6b7933}.bg-secondary-600{--tw-bg-opacity:1;background-color:rgb(67 79 89/var(--tw-bg-opacity))}.bg-secondary-700{--tw-bg-opacity:1;background-color:rgb(43 50 57/var(--tw-bg-opacity))}.bg-secondary-800{--tw-bg-opacity:1;background-color:rgb(19 22 25/var(--tw-bg-opacity))}.bg-secondary-900,.bg-secondary-950{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.bg-slate-500\/30{background-color:#64748b4d}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity))}.bg-success-100{--tw-bg-opacity:1;background-color:rgb(148 227 201/var(--tw-bg-opacity))}.bg-success-200{--tw-bg-opacity:1;background-color:rgb(116 219 185/var(--tw-bg-opacity))}.bg-success-300{--tw-bg-opacity:1;background-color:rgb(84 210 168/var(--tw-bg-opacity))}.bg-success-400{--tw-bg-opacity:1;background-color:rgb(52 200 151/var(--tw-bg-opacity))}.bg-success-50{--tw-bg-opacity:1;background-color:rgb(164 231 209/var(--tw-bg-opacity))}.bg-success-500{--tw-bg-opacity:1;background-color:rgb(44 168 127/var(--tw-bg-opacity))}.bg-success-500\/0{background-color:#2ca87f00}.bg-success-500\/10{background-color:#2ca87f1a}.bg-success-500\/15{background-color:#2ca87f26}.bg-success-600{--tw-bg-opacity:1;background-color:rgb(32 124 93/var(--tw-bg-opacity))}.bg-success-700{--tw-bg-opacity:1;background-color:rgb(21 79 60/var(--tw-bg-opacity))}.bg-success-800{--tw-bg-opacity:1;background-color:rgb(9 35 26/var(--tw-bg-opacity))}.bg-success-900,.bg-success-950{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-theme-bodybg{--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity))}.bg-theme-cardbg{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-themedark-bodybg{--tw-bg-opacity:1;background-color:rgb(19 25 32/var(--tw-bg-opacity))}.bg-themedark-cardbg{--tw-bg-opacity:1;background-color:rgb(27 35 45/var(--tw-bg-opacity))}.bg-transparent{background-color:initial}.bg-warning-100{--tw-bg-opacity:1;background-color:rgb(255 208 137/var(--tw-bg-opacity))}.bg-warning-200{--tw-bg-opacity:1;background-color:rgb(255 192 96/var(--tw-bg-opacity))}.bg-warning-300{--tw-bg-opacity:1;background-color:rgb(255 176 56/var(--tw-bg-opacity))}.bg-warning-400{--tw-bg-opacity:1;background-color:rgb(255 160 15/var(--tw-bg-opacity))}.bg-warning-50{--tw-bg-opacity:1;background-color:rgb(255 216 158/var(--tw-bg-opacity))}.bg-warning-500{--tw-bg-opacity:1;background-color:rgb(229 138 0/var(--tw-bg-opacity))}.bg-warning-500\/0{background-color:#f4c22b00}.bg-warning-500\/15{background-color:#f4c22b26}.bg-warning-500\/20{background-color:#f4c22b33}.bg-warning-600{--tw-bg-opacity:1;background-color:rgb(173 104 0/var(--tw-bg-opacity))}.bg-warning-700{--tw-bg-opacity:1;background-color:rgb(117 70 0/var(--tw-bg-opacity))}.bg-warning-800{--tw-bg-opacity:1;background-color:rgb(61 37 0/var(--tw-bg-opacity))}.bg-warning-900{--tw-bg-opacity:1;background-color:rgb(5 3 0/var(--tw-bg-opacity))}.bg-warning-950{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity))}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-clip-padding{background-clip:padding-box}.bg-no-repeat{background-repeat:no-repeat}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-\[25px\]{padding:25px}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[0\.8em\]{padding-left:.8em;padding-right:.8em}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-\[0\.45em\]{padding-top:.45em;padding-bottom:.45em}.pb-4{padding-bottom:1rem}.pl-3{padding-left:.75rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pt-28{padding-top:7rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.text-\[\.75em\]{font-size:.75em}.text-base{font-size:.875rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.leading-none{line-height:1}.text-danger-400{--tw-text-opacity:1;color:rgb(226 73 73/var(--tw-text-opacity))}.text-danger-500{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-danger-800{--tw-text-opacity:1;color:rgb(77 12 12/var(--tw-text-opacity))}.text-dark,.text-dark-500{--tw-text-opacity:1;color:rgb(33 37 41/var(--tw-text-opacity))}.text-dark-800{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-info-500{--tw-text-opacity:1;color:rgb(62 201 214/var(--tw-text-opacity))}.text-info-800{--tw-text-opacity:1;color:rgb(19 83 89/var(--tw-text-opacity))}.text-inherit{color:inherit}.text-primary-500{--tw-text-opacity:1;color:rgb(70 128 255/var(--tw-text-opacity))}.text-primary-800{--tw-text-opacity:1;color:rgb(0 49 157/var(--tw-text-opacity))}.text-secondary-500{--tw-text-opacity:1;color:rgb(91 107 121/var(--tw-text-opacity))}.text-secondary-800{--tw-text-opacity:1;color:rgb(19 22 25/var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.text-success-500{--tw-text-opacity:1;color:rgb(44 168 127/var(--tw-text-opacity))}.text-success-800{--tw-text-opacity:1;color:rgb(9 35 26/var(--tw-text-opacity))}.text-theme-bodycolor{--tw-text-opacity:1;color:rgb(19 25 32/var(--tw-text-opacity))}.text-theme-headings{--tw-text-opacity:1;color:rgb(29 38 48/var(--tw-text-opacity))}.text-themedark-headings{color:#fffc}.text-warning-500{--tw-text-opacity:1;color:rgb(229 138 0/var(--tw-text-opacity))}.text-warning-800{--tw-text-opacity:1;color:rgb(61 37 0/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-opacity-75{--tw-text-opacity:0.75}.opacity-0{opacity:0}.opacity-75{opacity:.75}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-\[0_0_24px_rgba\(27\2c 46\2c 94\2c \.05\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_24px_rgba\(27\2c 46\2c 94\2c \.05\)\]{--tw-shadow:0 0 24px #1b2e5e0d;--tw-shadow-colored:0 0 24px var(--tw-shadow-color)}.shadow-\[0_6px_7px_-1px_rgba\(80\2c 86\2c 175\2c \.3\)\]{--tw-shadow:0 6px 7px -1px #5056af4d;--tw-shadow-colored:0 6px 7px -1px var(--tw-shadow-color)}.shadow-\[0_6px_7px_-1px_rgba\(80\2c 86\2c 175\2c \.3\)\],.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.outline-none{outline:2px solid #0000;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-gray-950\/10{--tw-ring-color:#0307121a}.ring-transparent{--tw-ring-color:#0000}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-\[cubic-bezier\(\.47\2c 1\.64\2c \.41\2c \.8\)\]{transition-timing-function:cubic-bezier(.47,1.64,.41,.8)}.ease-\[cubic-bezier\(0\.455\2c 0\.03\2c 0\.515\2c 0\.955\)\]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.\*\:\*\:mx-2>*>*{margin-left:.5rem;margin-right:.5rem}.\*\:\*\:mx-2\.5>*>*{margin-left:.625rem;margin-right:.625rem}.\*\:my-2>*{margin-top:.5rem;margin-bottom:.5rem}.\*\:\*\:block>*>*{display:block}.\*\:flex>*{display:flex}.\*\:\*\:inline-flex>*>*{display:inline-flex}.\*\:flex-wrap>*{flex-wrap:wrap}.\*\:gap-2>*{gap:.5rem}.\*\:\*\:rounded>*>*{border-radius:.25rem}.\*\:\*\:rounded-md>*>*{border-radius:.375rem}.\*\:\*\:px-3>*>*{padding-left:.75rem;padding-right:.75rem}.\*\:\*\:px-6>*>*{padding-left:1.5rem;padding-right:1.5rem}.\*\:\*\:py-1>*>*{padding-top:.25rem;padding-bottom:.25rem}.\*\:\*\:py-3>*>*{padding-top:.75rem;padding-bottom:.75rem}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:left-0:before{content:var(--tw-content);left:0}.before\:right-0:before{content:var(--tw-content);right:0}.before\:right-\[-20px\]:before{content:var(--tw-content);right:-20px}.before\:rounded-md:before{content:var(--tw-content);border-radius:.375rem}.before\:bg-slate-500:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity))}.before\:font-\[\'tabler-icons\'\]:before{content:var(--tw-content);font-family:tabler-icons}.before\:opacity-0:before{content:var(--tw-content);opacity:0}.before\:content-\[\'\\\\ea61\'\]:before{--tw-content:"\\ea61";content:var(--tw-content)}.open\:left-0[open]{left:0}.open\:z-\[1030\][open]{z-index:1030}.open\:w-\[290px\][open]{width:290px}.open\:\*\:\*\:bg-primary-100>*>[open]{--tw-bg-opacity:1;background-color:rgb(233 240 255/var(--tw-bg-opacity))}.open\:\*\:\*\:text-primary-500>*>[open]{--tw-text-opacity:1;color:rgb(70 128 255/var(--tw-text-opacity))}.checked\:border-indigo-500:checked{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.checked\:ring-indigo-500:checked{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity))}.hover\:bg-danger-100:hover{--tw-bg-opacity:1;background-color:rgb(243 179 179/var(--tw-bg-opacity))}.hover\:bg-danger-500:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.hover\:bg-danger-600:hover{--tw-bg-opacity:1;background-color:rgb(174 28 28/var(--tw-bg-opacity))}.hover\:bg-dark-100:hover{--tw-bg-opacity:1;background-color:rgb(106 119 131/var(--tw-bg-opacity))}.hover\:bg-dark-500:hover{--tw-bg-opacity:1;background-color:rgb(33 37 41/var(--tw-bg-opacity))}.hover\:bg-dark-600:hover{--tw-bg-opacity:1;background-color:rgb(8 9 10/var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.hover\:bg-info-100:hover{--tw-bg-opacity:1;background-color:rgb(197 239 243/var(--tw-bg-opacity))}.hover\:bg-info-500:hover{--tw-bg-opacity:1;background-color:rgb(62 201 214/var(--tw-bg-opacity))}.hover\:bg-info-600:hover{--tw-bg-opacity:1;background-color:rgb(39 169 181/var(--tw-bg-opacity))}.hover\:bg-inherit:hover{background-color:inherit}.hover\:bg-primary-100:hover{--tw-bg-opacity:1;background-color:rgb(233 240 255/var(--tw-bg-opacity))}.hover\:bg-primary-500:hover{--tw-bg-opacity:1;background-color:rgb(70 128 255/var(--tw-bg-opacity))}.hover\:bg-primary-600:hover{--tw-bg-opacity:1;background-color:rgb(14 89 255/var(--tw-bg-opacity))}.hover\:bg-secondary-100:hover{--tw-bg-opacity:1;background-color:rgb(178 188 197/var(--tw-bg-opacity))}.hover\:bg-secondary-50\/20:hover{background-color:#bec6ce33}.hover\:bg-secondary-500:hover{--tw-bg-opacity:1;background-color:rgb(91 107 121/var(--tw-bg-opacity))}.hover\:bg-secondary-600:hover{--tw-bg-opacity:1;background-color:rgb(67 79 89/var(--tw-bg-opacity))}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.hover\:bg-success-100:hover{--tw-bg-opacity:1;background-color:rgb(148 227 201/var(--tw-bg-opacity))}.hover\:bg-success-500:hover{--tw-bg-opacity:1;background-color:rgb(44 168 127/var(--tw-bg-opacity))}.hover\:bg-success-600:hover{--tw-bg-opacity:1;background-color:rgb(32 124 93/var(--tw-bg-opacity))}.hover\:bg-warning-100:hover{--tw-bg-opacity:1;background-color:rgb(255 208 137/var(--tw-bg-opacity))}.hover\:bg-warning-500:hover{--tw-bg-opacity:1;background-color:rgb(229 138 0/var(--tw-bg-opacity))}.hover\:bg-warning-600:hover{--tw-bg-opacity:1;background-color:rgb(173 104 0/var(--tw-bg-opacity))}.hover\:text-primary-500:hover{--tw-text-opacity:1;color:rgb(70 128 255/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:text-opacity-100:hover{--tw-text-opacity:1}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.focus\:bg-danger-200:focus{--tw-bg-opacity:1;background-color:rgb(237 143 143/var(--tw-bg-opacity))}.focus\:bg-danger-600:focus{--tw-bg-opacity:1;background-color:rgb(174 28 28/var(--tw-bg-opacity))}.focus\:bg-dark-200:focus{--tw-bg-opacity:1;background-color:rgb(88 98 109/var(--tw-bg-opacity))}.focus\:bg-dark-600:focus{--tw-bg-opacity:1;background-color:rgb(8 9 10/var(--tw-bg-opacity))}.focus\:bg-info-200:focus{--tw-bg-opacity:1;background-color:rgb(163 229 235/var(--tw-bg-opacity))}.focus\:bg-info-600:focus{--tw-bg-opacity:1;background-color:rgb(39 169 181/var(--tw-bg-opacity))}.focus\:bg-primary-100\/50:focus{background-color:#e9f0ff80}.focus\:bg-primary-50\/20:focus{background-color:#fefeff33}.focus\:bg-primary-600:focus{--tw-bg-opacity:1;background-color:rgb(14 89 255/var(--tw-bg-opacity))}.focus\:bg-secondary-200:focus{--tw-bg-opacity:1;background-color:rgb(155 168 180/var(--tw-bg-opacity))}.focus\:bg-secondary-50\/20:focus{background-color:#bec6ce33}.focus\:bg-secondary-600:focus{--tw-bg-opacity:1;background-color:rgb(67 79 89/var(--tw-bg-opacity))}.focus\:bg-success-200:focus{--tw-bg-opacity:1;background-color:rgb(116 219 185/var(--tw-bg-opacity))}.focus\:bg-success-600:focus{--tw-bg-opacity:1;background-color:rgb(32 124 93/var(--tw-bg-opacity))}.focus\:bg-warning-200:focus{--tw-bg-opacity:1;background-color:rgb(255 192 96/var(--tw-bg-opacity))}.focus\:bg-warning-600:focus{--tw-bg-opacity:1;background-color:rgb(173 104 0/var(--tw-bg-opacity))}.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset:inset}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-gray-800:focus{--tw-ring-offset-color:#1f2937}.active\:bg-danger-700:active{--tw-bg-opacity:1;background-color:rgb(126 20 20/var(--tw-bg-opacity))}.active\:bg-dark-700:active{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.active\:bg-info-700:active{--tw-bg-opacity:1;background-color:rgb(29 126 135/var(--tw-bg-opacity))}.active\:bg-primary-50\/30:active{background-color:#fefeff4d}.active\:bg-primary-700:active{--tw-bg-opacity:1;background-color:rgb(0 67 213/var(--tw-bg-opacity))}.active\:bg-secondary-50\/30:active{background-color:#bec6ce4d}.active\:bg-secondary-700:active{--tw-bg-opacity:1;background-color:rgb(43 50 57/var(--tw-bg-opacity))}.active\:bg-success-700:active{--tw-bg-opacity:1;background-color:rgb(21 79 60/var(--tw-bg-opacity))}.active\:bg-warning-700:active{--tw-bg-opacity:1;background-color:rgb(117 70 0/var(--tw-bg-opacity))}.peer\/component-list[open]~.peer-open\/component-list\:block{display:block}.has-\[\:checked\]\:bg-danger-500:has(:checked){--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.has-\[\:checked\]\:bg-indigo-50:has(:checked){--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity))}.has-\[\:checked\]\:bg-primary-500:has(:checked){--tw-bg-opacity:1;background-color:rgb(70 128 255/var(--tw-bg-opacity))}.has-\[\:checked\]\:bg-secondary-500:has(:checked){--tw-bg-opacity:1;background-color:rgb(91 107 121/var(--tw-bg-opacity))}.has-\[\:checked\]\:bg-success-500:has(:checked){--tw-bg-opacity:1;background-color:rgb(44 168 127/var(--tw-bg-opacity))}.has-\[\:checked\]\:text-indigo-800:has(:checked){--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.has-\[\:checked\]\:text-indigo-900:has(:checked){--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity))}.has-\[\:checked\]\:text-white:has(:checked){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.has-\[\:checked\]\:ring-indigo-200:has(:checked){--tw-ring-opacity:1;--tw-ring-color:rgb(199 210 254/var(--tw-ring-opacity))}.dark\:border-themedark-border:is([data-pc-theme=dark] *){--tw-border-opacity:1;border-color:rgb(48 63 80/var(--tw-border-opacity))}.dark\:bg-themedark-bodybg:is([data-pc-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(19 25 32/var(--tw-bg-opacity))}.dark\:bg-themedark-cardbg:is([data-pc-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(27 35 45/var(--tw-bg-opacity))}.dark\:bg-opacity-75:is([data-pc-theme=dark] *){--tw-bg-opacity:0.75}.dark\:text-themedark-bodycolor:is([data-pc-theme=dark] *){--tw-text-opacity:1;color:rgb(191 191 191/var(--tw-text-opacity))}.dark\:text-themedark-headings:is([data-pc-theme=dark] *){color:#fffc}.dark\:text-white:is([data-pc-theme=dark] *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark\:text-opacity-75:is([data-pc-theme=dark] *){--tw-text-opacity:0.75}.dark\:shadow-\[0_0_24px_rgba\(27\2c 46\2c 94\2c \.05\)\]:is([data-pc-theme=dark] *){--tw-shadow:0 0 24px #1b2e5e0d;--tw-shadow-colored:0 0 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:open\:\*\:\*\:bg-primary-500>*>[open]:is([data-pc-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(70 128 255/var(--tw-bg-opacity))}.dark\:open\:\*\:\*\:bg-opacity-10>*>[open]:is([data-pc-theme=dark] *){--tw-bg-opacity:0.1}.dark\:hover\:text-opacity-100:hover:is([data-pc-theme=dark] *){--tw-text-opacity:1}@media (min-width:640px){.sm\:static{position:static}.sm\:relative{position:relative}.sm\:col-span-6{grid-column:span 6/span 6}.sm\:block{display:block}.sm\:inline-flex{display:inline-flex}.sm\:hidden{display:none}.sm\:flex-row{flex-direction:row}.sm\:items-stretch{align-items:stretch}.sm\:justify-between{justify-content:space-between}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.sm\:p-0{padding:0}}@media (min-width:768px){.md\:col-span-10{grid-column:span 10/span 10}.md\:col-span-6{grid-column:span 6/span 6}.md\:inline-block{display:inline-block}}@media (min-width:1024px){.lg\:col-span-6{grid-column:span 6/span 6}}@media (min-width:1280px){.xl\:sticky{position:sticky}.xl\:left-0{left:0}.xl\:top-28{top:7rem}.xl\:col-span-3{grid-column:span 3/span 3}.xl\:col-span-9{grid-column:span 9/span 9}.xl\:hidden{display:none}.xl\:h-\[calc\(100vh_-_235px\)\]{height:calc(100vh - 235px)}.xl\:rounded-xl{border-radius:.75rem}}.ltr\:right-px:where([dir=ltr],[dir=ltr] *){right:1px}.rtl\:left-px:where([dir=rtl],[dir=rtl] *){left:1px}@media (forced-colors:active){.forced-colors\:appearance-auto{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.\[\&\.is-sticky\]\:bg-white.is-sticky{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.\[\&\.is-sticky\]\:shadow-lg.is-sticky{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.\[\&\.is-sticky\]\:shadow-slate-200\/25.is-sticky{--tw-shadow-color:#e2e8f040;--tw-shadow:var(--tw-shadow-colored)} \ No newline at end of file diff --git a/dist/assets/css/plugins/animate.min.css b/dist/assets/css/plugins/animate.min.css new file mode 100644 index 0000000..76d2fe1 --- /dev/null +++ b/dist/assets/css/plugins/animate.min.css @@ -0,0 +1,7 @@ +@charset "UTF-8";/*! + * animate.css - https://animate.style/ + * Version - 4.1.1 + * Licensed under the MIT license - http://opensource.org/licenses/MIT + * + * Copyright (c) 2020 Animate.css + */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp} \ No newline at end of file diff --git a/dist/assets/css/plugins/simplebar.min.css b/dist/assets/css/plugins/simplebar.min.css new file mode 100644 index 0000000..2726668 --- /dev/null +++ b/dist/assets/css/plugins/simplebar.min.css @@ -0,0 +1 @@ +[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none} diff --git a/dist/assets/css/style.css b/dist/assets/css/style.css new file mode 100644 index 0000000..ccc0779 --- /dev/null +++ b/dist/assets/css/style.css @@ -0,0 +1,7466 @@ +/**====================================================================== +========================================================================= +Template Name: Datta Able - Tailwind Admin Template +Author: CodedThemes +Support: https://codedthemes.support-hub.io/ +File: style.css +========================================================================= +=================================================================================== */ +@import url("plugins/simplebar.min.css"); +/*! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com */ +/* +1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) +2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) +*/ +*, +::before, +::after { + box-sizing: border-box; /* 1 */ + border-width: 0; /* 2 */ + border-style: solid; /* 2 */ + border-color: #e5e7eb; /* 2 */ +} +::before, +::after { + --tw-content: ''; +} +/* +1. Use a consistent sensible line-height in all browsers. +2. Prevent adjustments of font size after orientation changes in iOS. +3. Use a more readable tab size. +4. Use the user's configured `sans` font-family by default. +5. Use the user's configured `sans` font-feature-settings by default. +6. Use the user's configured `sans` font-variation-settings by default. +7. Disable tap highlights on iOS +*/ +html, +:host { + line-height: 1.5; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ + -moz-tab-size: 4; /* 3 */ + -o-tab-size: 4; + tab-size: 4; /* 3 */ + font-family: "Open Sans", sans-serif; /* 4 */ + font-feature-settings: "salt"; /* 5 */ + font-variation-settings: normal; /* 6 */ + -webkit-tap-highlight-color: transparent; /* 7 */ +} +/* +1. Remove the margin in all browsers. +2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. +*/ +body { + margin: 0; /* 1 */ + line-height: inherit; /* 2 */ +} +/* +1. Add the correct height in Firefox. +2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) +3. Ensure horizontal rules are visible by default. +*/ +hr { + height: 0; /* 1 */ + color: inherit; /* 2 */ + border-top-width: 1px; /* 3 */ +} +/* +Add the correct text decoration in Chrome, Edge, and Safari. +*/ +abbr:where([title]) { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; +} +/* +Remove the default font size and weight for headings. +*/ +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: inherit; + font-weight: inherit; +} +/* +Reset links to optimize for opt-in styling instead of opt-out. +*/ +a { + color: inherit; + text-decoration: inherit; +} +/* +Add the correct font weight in Edge and Safari. +*/ +b, +strong { + font-weight: bolder; +} +/* +1. Use the user's configured `mono` font-family by default. +2. Use the user's configured `mono` font-feature-settings by default. +3. Use the user's configured `mono` font-variation-settings by default. +4. Correct the odd `em` font sizing in all browsers. +*/ +code, +kbd, +samp, +pre { + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */ + font-feature-settings: normal; /* 2 */ + font-variation-settings: normal; /* 3 */ + font-size: 1em; /* 4 */ +} +/* +Add the correct font size in all browsers. +*/ +small { + font-size: 80%; +} +/* +Prevent `sub` and `sup` elements from affecting the line height in all browsers. +*/ +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +sub { + bottom: -0.25em; +} +sup { + top: -0.5em; +} +/* +1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) +2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) +3. Remove gaps between table borders by default. +*/ +table { + text-indent: 0; /* 1 */ + border-color: inherit; /* 2 */ + border-collapse: collapse; /* 3 */ +} +/* +1. Change the font styles in all browsers. +2. Remove the margin in Firefox and Safari. +3. Remove default padding in all browsers. +*/ +button, +input, +optgroup, +select, +textarea { + font-family: inherit; /* 1 */ + font-feature-settings: inherit; /* 1 */ + font-variation-settings: inherit; /* 1 */ + font-size: 100%; /* 1 */ + font-weight: inherit; /* 1 */ + line-height: inherit; /* 1 */ + letter-spacing: inherit; /* 1 */ + color: inherit; /* 1 */ + margin: 0; /* 2 */ + padding: 0; /* 3 */ +} +/* +Remove the inheritance of text transform in Edge and Firefox. +*/ +button, +select { + text-transform: none; +} +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Remove default button styles. +*/ +button, +input:where([type='button']), +input:where([type='reset']), +input:where([type='submit']) { + -webkit-appearance: button; /* 1 */ + background-color: transparent; /* 2 */ + background-image: none; /* 2 */ +} +/* +Use the modern Firefox focus style for all focusable elements. +*/ +:-moz-focusring { + outline: auto; +} +/* +Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) +*/ +:-moz-ui-invalid { + box-shadow: none; +} +/* +Add the correct vertical alignment in Chrome and Firefox. +*/ +progress { + vertical-align: baseline; +} +/* +Correct the cursor style of increment and decrement buttons in Safari. +*/ +::-webkit-inner-spin-button, +::-webkit-outer-spin-button { + height: auto; +} +/* +1. Correct the odd appearance in Chrome and Safari. +2. Correct the outline style in Safari. +*/ +[type='search'] { + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ +} +/* +Remove the inner padding in Chrome and Safari on macOS. +*/ +::-webkit-search-decoration { + -webkit-appearance: none; +} +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Change font properties to `inherit` in Safari. +*/ +::-webkit-file-upload-button { + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ +} +/* +Add the correct display in Chrome and Safari. +*/ +summary { + display: list-item; +} +/* +Removes the default spacing and border for appropriate elements. +*/ +blockquote, +dl, +dd, +h1, +h2, +h3, +h4, +h5, +h6, +hr, +figure, +p, +pre { + margin: 0; +} +fieldset { + margin: 0; + padding: 0; +} +legend { + padding: 0; +} +ol, +ul, +menu { + list-style: none; + margin: 0; + padding: 0; +} +/* +Reset default styling for dialogs. +*/ +dialog { + padding: 0; +} +/* +Prevent resizing textareas horizontally by default. +*/ +textarea { + resize: vertical; +} +/* +1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) +2. Set the default placeholder color to the user's configured gray 400 color. +*/ +input::-moz-placeholder, textarea::-moz-placeholder { + opacity: 1; /* 1 */ + color: #9ca3af; /* 2 */ +} +input::placeholder, +textarea::placeholder { + opacity: 1; /* 1 */ + color: #9ca3af; /* 2 */ +} +/* +Set the default cursor for buttons. +*/ +button, +[role="button"] { + cursor: pointer; +} +/* +Make sure disabled buttons don't get the pointer cursor. +*/ +:disabled { + cursor: default; +} +/* +1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) +2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) + This can trigger a poorly considered lint error in some tools but is included by design. +*/ +img, +svg, +video, +canvas, +audio, +iframe, +embed, +object { + display: block; /* 1 */ + vertical-align: middle; /* 2 */ +} +/* +Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) +*/ +img, +video { + max-width: 100%; + height: auto; +} +/* Make elements with the HTML hidden attribute stay hidden by default */ +[hidden] { + display: none; +} +h1,.h1{ + font-size: 48px; + font-weight: 400; +} +h2,.h2{ + font-size: 44px; + font-weight: 400; +} +h3,.h3{ + font-size: 26px; + font-weight: 400; +} +h4,.h4{ + font-size: 20px; + font-weight: 400; +} +h5,.h5{ + font-size: 18px; + font-weight: 400; +} +h6,.h6{ + font-size: 14px; + font-weight: 400; +} +h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ + line-height: 1.2; + --tw-text-opacity: 1; + color: rgb(29 38 48 / var(--tw-text-opacity)); +} +h1:is([data-pc-theme="dark"] *), h2:is([data-pc-theme="dark"] *), h3:is([data-pc-theme="dark"] *), h4:is([data-pc-theme="dark"] *), h5:is([data-pc-theme="dark"] *), h6:is([data-pc-theme="dark"] *), .h1:is([data-pc-theme="dark"] *), .h2:is([data-pc-theme="dark"] *), .h3:is([data-pc-theme="dark"] *), .h4:is([data-pc-theme="dark"] *), .h5:is([data-pc-theme="dark"] *), .h6:is([data-pc-theme="dark"] *){ + color: rgba(255, 255, 255, 0.8); +} +body{ + --tw-bg-opacity: 1; + background-color: rgb(244 247 250 / var(--tw-bg-opacity)); + font-size: 0.875rem; + line-height: 1.5; + --tw-text-opacity: 1; + color: rgb(136 136 136 / var(--tw-text-opacity)); +} +body:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(191 191 191 / var(--tw-text-opacity)); +} +b, strong{ + font-weight: 400; +} +.text-muted{ + color: rgba(33, 37, 41, 0.75); +} +.text-muted:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(116 136 146 / var(--tw-text-opacity)); +} +.material-icons-two-tone{ + -webkit-background-clip: text; + background-clip: text; + -webkit-text-fill-color: transparent; +} +.material-icons-two-tone:not([class*="bg-"]){ + --tw-bg-opacity: 1; + background-color: rgb(136 136 136 / var(--tw-bg-opacity)); +} +.material-icons-two-tone:not([class*="bg-"]):is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(191 191 191 / var(--tw-bg-opacity)); +} +*, ::before, ::after{ + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} +::backdrop{ + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} +.container{ + width: 100%; + margin-right: auto; + margin-left: auto; + padding-right: 2rem; + padding-left: 2rem; +} +@media (min-width: 640px){ + .container{ + max-width: 640px; + } +} +@media (min-width: 768px){ + .container{ + max-width: 768px; + } +} +@media (min-width: 1024px){ + .container{ + max-width: 1024px; + } +} +@media (min-width: 1280px){ + .container{ + max-width: 1280px; + } +} +@media (min-width: 1536px){ + .container{ + max-width: 1536px; + } +} +.pc-header{ + position: fixed; + z-index: 1025; + display: flex; + height: 74px; + background-color: rgba( 244,247,250, 0.7); + --tw-text-opacity: 1; + color: rgb(91 107 121 / var(--tw-text-opacity)); + --tw-backdrop-blur: blur(7px); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + transition-property: all; + transition-duration: 200ms; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} +.pc-header:is([data-pc-theme="dark"] *){ + background-color: rgba( 33, 34, 36, 0.7); + --tw-text-opacity: 1; + color: rgb(111 116 127 / var(--tw-text-opacity)); +} +.pc-header:where([dir="ltr"], [dir="ltr"] *){ + right: 0px; +} +@media not all and (min-width: 1024px){ + .pc-header:where([dir="ltr"], [dir="ltr"] *){ + left: 0px; + } +} +@media (min-width: 1024px){ + .pc-header:where([dir="ltr"], [dir="ltr"] *){ + left: 264px; + } +} +.pc-header:where([dir="rtl"], [dir="rtl"] *){ + left: 0px; +} +@media not all and (min-width: 1024px){ + .pc-header:where([dir="rtl"], [dir="rtl"] *){ + right: 0px; + } +} +@media (min-width: 1024px){ + .pc-header:where([dir="rtl"], [dir="rtl"] *){ + right: 264px; + } +} +.pc-header .pc-head-link{ + position: relative; + margin-left: 0.25rem; + margin-right: 0.25rem; + display: flex; + height: 2.75rem; + width: 2.75rem; + align-items: center; + justify-content: center; + border-radius: 0.5rem; + --tw-text-opacity: 1; + color: rgb(91 107 121 / var(--tw-text-opacity)); +} +.pc-header .pc-head-link::after{ + position: absolute; + inset: 0px; + z-index: 1; + --tw-scale-x: 0; + --tw-scale-y: 0; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); + border-radius: 9999px; + --tw-bg-opacity: 1; + background-color: rgb(243 245 247 / var(--tw-bg-opacity)); + transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; + --tw-content: "" !important; + content: var(--tw-content) !important; +} +.pc-header .pc-head-link:hover::after{ + --tw-scale-x: 1; + --tw-scale-y: 1; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); + content: var(--tw-content); + border-radius: 0.25rem; +} +.pc-header .pc-head-link:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(111 116 127 / var(--tw-text-opacity)); +} +.pc-header .pc-head-link:is([data-pc-theme="dark"] *)::after{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(40 42 44 / var(--tw-bg-opacity)); +} +.pc-header .pc-head-link i, .pc-header .pc-head-link svg, .pc-header .pc-head-link img{ + position: relative; + z-index: 5; + transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} +.pc-header .pc-head-link i{ + font-size: 1.5rem; + line-height: 2rem; + line-height: 1; +} +.pc-header .pc-head-link svg{ + height: 1.25rem; + width: 1.25rem; +} +.pc-header .pc-head-link:hover i, .pc-header .pc-head-link:hover svg{ + --tw-scale-x: 1.08; + --tw-scale-y: 1.08; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +@media not all and (min-width: 640px){ + .pc-header .pc-h-item.dropdown{ + position: static; + } +} +.pc-header .pc-h-item.dropdown .dropdown-menu{ + max-width: 100%; +} +@media not all and (min-width: 640px){ + .pc-header .pc-h-item.dropdown .dropdown-menu{ + left: 15px !important; + right: 15px !important; + top: 100% !important; + min-width: calc(100vw - 30px); + } +} +.pc-header .pc-h-item.dropdown .dropdown-menu:not(.dropdown-menu-end):where([dir="rtl"], [dir="rtl"] *){ + right: 0px !important; + left: auto !important; +} +@media not all and (min-width: 640px){ + .pc-header .pc-h-item.dropdown.drp-show .dropdown-menu{ + transform: none !important; + } +} +@media (min-width: 640px){ + .pc-header .dropdown-menu.drp-search{ + min-width: 320px; + } + .pc-header .dropdown-menu.dropdown-notification{ + min-width: 450px; + } +} +.pc-header .dropdown-menu.dropdown-notification .card{ + cursor: pointer; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.pc-header .dropdown-menu.dropdown-notification .card:hover{ + background-color: rgb(4 169 245 / .05); +} +.pc-header .dropdown-menu.dropdown-user-profile{ + padding: 0px; +} +@media (min-width: 640px){ + .pc-header .dropdown-menu.dropdown-user-profile{ + min-width: 290px; + } +} +.pc-header .dropdown-menu.dropdown-user-profile .dropdown-item{ + display: flex; + align-items: center; + justify-content: space-between; + border-radius: 0.25rem; +} +[data-pc-header*="preset-"] .pc-header .pc-head-link{ + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +[data-pc-header*="preset-"] .pc-header .pc-head-link::after{ + content: var(--tw-content); + background-color: rgb(255 255 255 / 0.1); +} +[data-pc-header*="preset-"] .pc-header .pc-head-link:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(111 116 127 / var(--tw-text-opacity)); +} +[data-pc-header="preset-1"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-2"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(239 68 68 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-3"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(249 115 22 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-4"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(245 158 11 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-5"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(234 179 8 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-6"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(132 204 22 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-7"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(34 197 94 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-8"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(16 185 129 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-9"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(20 184 166 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-10"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(6 182 212 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-11"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(14 165 233 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-12"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-13"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(99 102 241 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-14"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(139 92 246 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-15"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(168 85 247 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-16"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(217 70 239 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-17"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(236 72 153 / var(--tw-bg-opacity)); +} +[data-pc-header="preset-18"] .pc-header{ + --tw-bg-opacity: 1; + background-color: rgb(244 63 94 / var(--tw-bg-opacity)); +} +.pc-sidebar{ + position: fixed; + top: 0px; + bottom: 0px; + z-index: 1026; + width: 264px; + overflow: hidden; + --tw-bg-opacity: 1; + background-color: rgb(63 77 103 / var(--tw-bg-opacity)); + --tw-shadow: 1px 0 20px 0 #3f4d67; + --tw-shadow-colored: 1px 0 20px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + transition-property: all; + transition-duration: 200ms; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} +.pc-sidebar:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +@media not all and (min-width: 1024px){ + .pc-sidebar{ + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } + .pc-sidebar:where([dir="ltr"], [dir="ltr"] *){ + left: -264px; + } + .pc-sidebar:where([dir="rtl"], [dir="rtl"] *){ + right: -264px; + } +} +.pc-sidebar .navbar-wrapper{ + width: 264px; + background-color: inherit; +} +.pc-sidebar .m-header .logo-sm{ + display: none; +} +.pc-sidebar .navbar-content{ + position: relative; + padding-top: 0.625rem; + padding-bottom: 0.625rem; + padding-left: 0px; + padding-right: 0px; + height: calc(100vh - 74px); +} +@media (min-width: 1024px){ + .pc-sidebar.pc-sidebar-hide{ + width: 0px; + } +} +.pc-sidebar.pc-sidebar-hide:where([dir="ltr"], [dir="ltr"] *){ + border-right-width: 0px; +} +.pc-sidebar.pc-sidebar-hide:where([dir="rtl"], [dir="rtl"] *){ + border-left-width: 0px; +} +@media not all and (min-width: 1024px){ + .pc-sidebar.mob-sidebar-active:where([dir="ltr"], [dir="ltr"] *){ + left: 0px; + } + .pc-sidebar.mob-sidebar-active:where([dir="rtl"], [dir="rtl"] *){ + right: 0px; + } +} +.pc-sidebar.mob-sidebar-active .navbar-wrapper{ + position: relative; + z-index: 5; + background-color: inherit; +} +.pc-sidebar .pc-menu-overlay{ + position: fixed; + inset: 0px; + background-color: rgba(0,0,0,.15); + --tw-backdrop-blur: blur(3px); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} +.pc-navbar .pc-caption{ + display: block; + padding-left: 23px; + padding-right: 23px; + padding-top: 1.5rem; + padding-bottom: 0.5rem; + font-size: 11px; + font-weight: 600; + text-transform: uppercase; + --tw-text-opacity: 1; + color: rgb(232 237 247 / var(--tw-text-opacity)); +} +.pc-navbar .pc-caption:first-child{ + padding-top: 0.625rem; +} +.pc-navbar .pc-caption:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(232 237 247 / var(--tw-text-opacity)); +} +.pc-navbar .pc-caption svg{ + display: none; +} +.pc-navbar .pc-link{ + position: relative; + display: block; + padding-left: 1.25rem; + padding-right: 1.25rem; + padding-top: 0.625rem; + padding-bottom: 0.625rem; + font-size: 0.875rem; + --tw-text-opacity: 1; + color: rgb(169 183 208 / var(--tw-text-opacity)); +} +.pc-navbar .pc-link:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(169 183 208 / var(--tw-text-opacity)); +} +.pc-navbar .pc-link .pc-micon{ + display: inline-block; + height: 1.5rem; + width: 1.5rem; + text-align: center; + vertical-align: middle; +} +.pc-navbar .pc-link .pc-micon:where([dir="ltr"], [dir="ltr"] *){ + margin-right: 15px; +} +.pc-navbar .pc-link .pc-micon:where([dir="rtl"], [dir="rtl"] *){ + margin-left: 15px; +} +.pc-navbar .pc-link .pc-micon > svg{ + display: inline-block; + height: 18px; + width: 18px; +} +.pc-navbar .pc-link .pc-micon > i{ + font-size: 18px; +} +.pc-navbar .pc-link .pc-arrow{ + position: relative; + display: inline-block; + transition-property: all; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} +.pc-navbar .pc-link .pc-arrow::after{ + position: absolute; + inset: 0px; + --tw-content: ""; + content: var(--tw-content); +} +.pc-navbar .pc-link .pc-arrow:where([dir="ltr"], [dir="ltr"] *){ + float: right; +} +.pc-navbar .pc-link .pc-arrow:where([dir="rtl"], [dir="rtl"] *){ + float: left; +} +.pc-navbar .pc-link .pc-arrow > svg{ + display: inline-block; + height: 0.875rem; + width: 0.875rem; +} +.pc-navbar .pc-link .pc-badge{ + display: inline-flex; + height: 1.25rem; + width: 1.25rem; + align-items: center; + justify-content: center; + border-radius: 9999px; + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); + font-size: 10px; + line-height: 1; + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.pc-navbar .pc-link .pc-badge:where([dir="ltr"], [dir="ltr"] *){ + float: right; + margin-right: 5px; +} +.pc-navbar .pc-link .pc-badge:where([dir="rtl"], [dir="rtl"] *){ + float: left; + margin-left: 5px; +} +.pc-navbar >.pc-item{ + position: relative; +} +.pc-navbar >.pc-item::before{ + position: absolute; + top: 0px; + bottom: 0px; + width: 3px; + --tw-content: ""; + content: var(--tw-content); +} +.pc-navbar >.pc-item >.pc-link::after{ + position: absolute; + inset: 0px; + opacity: 0.1; + --tw-content: ""; + content: var(--tw-content); +} +.pc-navbar >.pc-item >.pc-link:hover::after{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); +} +.pc-navbar >.pc-item.active >.pc-link{ + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.pc-navbar >.pc-item.active >.pc-link::after{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); +} +.pc-navbar >.pc-item.pc-trigger, .pc-navbar >.pc-item.active{ + background-color: rgba(0,0,0,0.1); +} +.pc-navbar >.pc-item.pc-trigger::before, .pc-navbar >.pc-item.active::before{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.pc-navbar >.pc-item .pc-submenu .pc-item.active >.pc-link, .pc-navbar >.pc-item .pc-submenu .pc-item.pc-trigger >.pc-link{ + font-weight: 500; +} +.pc-navbar >.pc-item .pc-submenu .pc-item.active >.pc-link::after, .pc-navbar >.pc-item .pc-submenu .pc-item.pc-trigger >.pc-link::after{ + --tw-scale-x: 1.2; + --tw-scale-y: 1.2; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); + content: var(--tw-content); + opacity: 1; +} +.pc-navbar >.pc-item .pc-submenu .pc-item.active >.pc-link:hover::after, .pc-navbar >.pc-item .pc-submenu .pc-item.pc-trigger >.pc-link:hover::after{ + --tw-scale-x: 1.2; + --tw-scale-y: 1.2; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.pc-navbar >.pc-item .pc-submenu .pc-link{ + padding-top: 0.75rem; + padding-bottom: 0.75rem; + padding-right: 30px; +} +.pc-navbar >.pc-item .pc-submenu .pc-link::after{ + position: absolute; + top: 1.25rem; + height: 5px; + width: 5px; + border-radius: 9999px; + --tw-bg-opacity: 1; + background-color: rgb(169 183 208 / var(--tw-bg-opacity)); + opacity: 0; + --tw-content: ""; + content: var(--tw-content); +} +.pc-navbar >.pc-item .pc-submenu .pc-link:hover::after{ + --tw-scale-x: 1.2; + --tw-scale-y: 1.2; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); + content: var(--tw-content); + opacity: 1; +} +.pc-navbar >.pc-item .pc-submenu .pc-link:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 60px; +} +.pc-navbar >.pc-item .pc-submenu .pc-link:where([dir="ltr"], [dir="ltr"] *)::after{ + content: var(--tw-content); + left: 1.75rem; +} +.pc-navbar >.pc-item .pc-submenu .pc-link:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 60px; +} +.pc-navbar >.pc-item .pc-submenu .pc-link:where([dir="rtl"], [dir="rtl"] *)::after{ + content: var(--tw-content); + right: 1.75rem; +} +.pc-navbar >.pc-item .pc-submenu .pc-submenu .pc-link:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 5rem; +} +.pc-navbar >.pc-item .pc-submenu .pc-submenu .pc-link:where([dir="ltr"], [dir="ltr"] *)::after{ + content: var(--tw-content); + left: 62px; +} +.pc-navbar >.pc-item .pc-submenu .pc-submenu .pc-link:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 5rem; +} +.pc-navbar >.pc-item .pc-submenu .pc-submenu .pc-link:where([dir="rtl"], [dir="rtl"] *)::after{ + content: var(--tw-content); + right: 62px; +} +.pc-navbar >.pc-item .pc-submenu .pc-submenu .pc-submenu .pc-link:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 95px; +} +.pc-navbar >.pc-item .pc-submenu .pc-submenu .pc-submenu .pc-link:where([dir="ltr"], [dir="ltr"] *)::after{ + content: var(--tw-content); + left: 79px; +} +.pc-navbar >.pc-item .pc-submenu .pc-submenu .pc-submenu .pc-link:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 95px; +} +.pc-navbar >.pc-item .pc-submenu .pc-submenu .pc-submenu .pc-link:where([dir="rtl"], [dir="rtl"] *)::after{ + content: var(--tw-content); + right: 79px; +} +[data-pc-sidebar-caption="false"] .pc-sidebar .pc-caption{ + display: none; +} +[data-pc-sidebar_theme="true"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + --tw-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09); + --tw-shadow-colored: 7px 0 15px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +[data-pc-sidebar_theme="true"] .pc-sidebar:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +[data-pc-sidebar_theme="true"] .pc-sidebar .pc-navbar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(63 77 103 / var(--tw-text-opacity)); +} +[data-pc-sidebar_theme="true"] .pc-sidebar .pc-navbar .pc-caption:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(232 237 247 / var(--tw-text-opacity)); +} +[data-pc-sidebar_theme="true"] .pc-sidebar .pc-navbar .pc-link{ + --tw-text-opacity: 1; + color: rgb(63 77 103 / var(--tw-text-opacity)); +} +[data-pc-sidebar_theme="true"] .pc-sidebar .pc-navbar .pc-link:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(169 183 208 / var(--tw-text-opacity)); +} +[data-pc-sidebar_theme="true"] .pc-sidebar .pc-navbar >.pc-item.active >.pc-link{ + --tw-text-opacity: 1; + color: rgb(63 77 103 / var(--tw-text-opacity)); +} +[data-pc-sidebar_theme="true"] .pc-sidebar .pc-navbar >.pc-item.active >.pc-link::after{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); +} +[data-pc-sidebar_theme="true"] .pc-sidebar .pc-navbar >.pc-item.pc-trigger, [data-pc-sidebar_theme="true"] .pc-sidebar .pc-navbar >.pc-item.active{ + background-color: rgba(0,0,0,0.04); +} +[data-pc-navbar*="preset-"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +[data-pc-navbar*="preset-"] .pc-sidebar .pc-caption:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(232 237 247 / var(--tw-text-opacity)); +} +[data-pc-navbar*="preset-"] .pc-sidebar .pc-link{ + font-size: 0.875rem; + color: rgb(255 255 255 / 90); +} +[data-pc-navbar*="preset-"] .pc-sidebar .pc-link:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(169 183 208 / var(--tw-text-opacity)); +} +[data-pc-navbar="preset-1"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-2"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(239 68 68 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-3"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(249 115 22 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-4"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(245 158 11 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-5"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(234 179 8 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-6"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(132 204 22 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-7"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(34 197 94 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-8"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(16 185 129 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-9"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(20 184 166 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-10"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(6 182 212 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-11"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(14 165 233 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-12"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-13"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(99 102 241 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-14"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(139 92 246 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-15"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(168 85 247 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-16"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(217 70 239 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-17"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(236 72 153 / var(--tw-bg-opacity)); +} +[data-pc-navbar="preset-18"] .pc-sidebar{ + --tw-bg-opacity: 1; + background-color: rgb(244 63 94 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-1"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-2"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(239 68 68 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-3"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(249 115 22 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-4"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(245 158 11 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-5"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(234 179 8 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-6"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(132 204 22 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-7"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(34 197 94 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-8"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(16 185 129 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-9"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(20 184 166 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-10"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(6 182 212 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-11"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(14 165 233 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-12"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-13"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(99 102 241 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-14"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(139 92 246 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-15"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(168 85 247 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-16"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(217 70 239 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-17"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(236 72 153 / var(--tw-bg-opacity)); +} +[data-pc-logo="preset-18"] .pc-sidebar .m-header{ + --tw-bg-opacity: 1; + background-color: rgb(244 63 94 / var(--tw-bg-opacity)); +} +[data-pc-caption="preset-1"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-2"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(239 68 68 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-3"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(249 115 22 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-4"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(245 158 11 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-5"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(234 179 8 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-6"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(132 204 22 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-7"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(34 197 94 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-8"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(16 185 129 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-9"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(20 184 166 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-10"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(6 182 212 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-11"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(14 165 233 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-12"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(59 130 246 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-13"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(99 102 241 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-14"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(139 92 246 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-15"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(168 85 247 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-16"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(217 70 239 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-17"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(236 72 153 / var(--tw-text-opacity)); +} +[data-pc-caption="preset-18"] .pc-sidebar .pc-caption{ + --tw-text-opacity: 1; + color: rgb(244 63 94 / var(--tw-text-opacity)); +} +[data-pc-navimg="preset-1"] .pc-sidebar{ + background-color: rgb(63 77 103 / 0.4); + background-image: url("../images/layout/navbar-img-1.jpg"); +} +[data-pc-navimg="preset-2"] .pc-sidebar{ + background-color: rgb(63 77 103 / 0.4); + background-image: url("../images/layout/navbar-img-2.jpg"); +} +[data-pc-navimg="preset-3"] .pc-sidebar{ + background-color: rgb(63 77 103 / 0.4); + background-image: url("../images/layout/navbar-img-3.jpg"); +} +[data-pc-navimg="preset-4"] .pc-sidebar{ + background-color: rgb(63 77 103 / 0.4); + background-image: url("../images/layout/navbar-img-4.jpg"); +} +[data-pc-navimg="preset-5"] .pc-sidebar{ + background-color: rgb(63 77 103 / 0.4); + background-image: url("../images/layout/navbar-img-5.jpg"); +} +[data-pc-navimg="preset-6"] .pc-sidebar{ + background-color: rgb(63 77 103 / 0.4); + background-image: url("../images/layout/navbar-img-6.jpg"); +} +[data-pc-drp-menu-icon="preset-1"] .pc-sidebar .pc-arrow > i::before{ + --tw-content: "\ea61"; + content: var(--tw-content); +} +[data-pc-drp-menu-icon="preset-2"] .pc-sidebar .pc-arrow > i::before{ + --tw-content: "\ea65"; + content: var(--tw-content); +} +[data-pc-drp-menu-icon="preset-3"] .pc-sidebar .pc-arrow > i::before{ + --tw-content: "\eb5f"; + content: var(--tw-content); +} +[data-pc-drp-menu-icon="preset-4"] .pc-sidebar .pc-arrow > i::before{ + --tw-content: "\ea69"; + content: var(--tw-content); +} +[data-pc-drp-menu-icon="preset-5"] .pc-sidebar .pc-arrow > i::before{ + --tw-content: "\eb0b"; + content: var(--tw-content); +} +[data-pc-drp-menu-link-icon*="preset-"] .pc-sidebar .pc-navbar > .pc-item:not(.pc-caption) .pc-submenu .pc-item > .pc-link:after{ + top: 13px; + height: auto; + width: auto; + transform: none; + background-color: transparent; + font-family: "tabler-icons" !important; + opacity: 0; +} +[data-pc-drp-menu-link-icon*="preset-"] .pc-sidebar .pc-navbar > .pc-item:not(.pc-caption) .pc-submenu .pc-item.active > .pc-link:after, [data-pc-drp-menu-link-icon*="preset-"] .pc-sidebar .pc-navbar > .pc-item:not(.pc-caption) .pc-submenu .pc-item:hover > .pc-link:after{ + opacity: 1; +} +[data-pc-drp-menu-link-icon="preset-1"] .pc-sidebar .pc-navbar > .pc-item:not(.pc-caption) .pc-submenu .pc-item > .pc-link:after{ + --tw-content: ""; + content: var(--tw-content); +} +[data-pc-drp-menu-link-icon="preset-2"] .pc-sidebar .pc-navbar > .pc-item:not(.pc-caption) .pc-submenu .pc-item > .pc-link:after{ + --tw-content: "\ea1c"; + content: var(--tw-content); +} +[data-pc-drp-menu-link-icon="preset-3"] .pc-sidebar .pc-navbar > .pc-item:not(.pc-caption) .pc-submenu .pc-item > .pc-link:after{ + --tw-content: "\ea61"; + content: var(--tw-content); +} +[data-pc-drp-menu-link-icon="preset-4"] .pc-sidebar .pc-navbar > .pc-item:not(.pc-caption) .pc-submenu .pc-item > .pc-link:after{ + --tw-content: "\ea65"; + content: var(--tw-content); +} +[data-pc-drp-menu-link-icon="preset-5"] .pc-sidebar .pc-navbar > .pc-item:not(.pc-caption) .pc-submenu .pc-item > .pc-link:after{ + --tw-content: "\ea7d"; + content: var(--tw-content); +} +[data-pc-drp-menu-link-icon="preset-6"] .pc-sidebar .pc-navbar > .pc-item:not(.pc-caption) .pc-submenu .pc-item > .pc-link:after{ + --tw-content: "\eaf2"; + content: var(--tw-content); +} +.pc-container{ + position: relative; + top: 74px; + min-height: calc(100vh - 135px); + transition-property: all; + transition-duration: 200ms; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} +@media not all and (min-width: 1024px){ + .pc-container{ + margin-left: 0px; + } +} +@media (min-width: 1024px){ + .pc-container:where([dir="ltr"], [dir="ltr"] *){ + margin-left: 264px; + } + .pc-container:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 264px; + } +} +.pc-container .pc-content{ + padding-left: 2.5rem; + padding-right: 2.5rem; + padding-top: 1.25rem; +} +@media not all and (min-width: 640px){ + .pc-container .pc-content{ + padding: 15px; + } +} +.page-header{ + margin-bottom: 1.5rem; +} +@media not all and (min-width: 640px){ + .page-header{ + padding-left: 0.625rem; + padding-right: 0.625rem; + } +} +.page-header .breadcrumb{ + font-size: 13px; +} +.pc-footer{ + position: relative; + z-index: 995; + margin-top: 74px; + padding-top: 15px; + padding-bottom: 15px; + transition-property: all; + transition-duration: 200ms; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} +@media not all and (min-width: 1024px){ + .pc-footer{ + margin-left: 0px; + } +} +@media (min-width: 1024px){ + .pc-footer:where([dir="ltr"], [dir="ltr"] *){ + margin-left: 264px; + } + .pc-footer:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 264px; + } + .pc-sidebar.pc-sidebar-hide ~.pc-header:where([dir="ltr"], [dir="ltr"] *){ + left: 0px; + } + .pc-sidebar.pc-sidebar-hide ~.pc-header:where([dir="rtl"], [dir="rtl"] *){ + right: 0px; + } + .pc-sidebar.pc-sidebar-hide ~.pc-container:where([dir="ltr"], [dir="ltr"] *), .pc-sidebar.pc-sidebar-hide ~.pc-footer:where([dir="ltr"], [dir="ltr"] *){ + margin-left: 0px; + } + .pc-sidebar.pc-sidebar-hide ~.pc-container:where([dir="rtl"], [dir="rtl"] *), .pc-sidebar.pc-sidebar-hide ~.pc-footer:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 0px; + } +} +.footer-wrapper.container, .pc-content.container{ + margin-left: auto; + margin-right: auto; +} +@media (min-width: 768px){ + .footer-wrapper.container, .pc-content.container{ + max-width: 540px; + } +} +@media (min-width: 1024px){ + .footer-wrapper.container, .pc-content.container{ + max-width: 960px; + } +} +@media (min-width: 1536px){ + .footer-wrapper.container, .pc-content.container{ + max-width: 1140px; + } +} +[data-pc-theme_contrast="true"] body{ + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} +[data-pc-theme_contrast="true"] body:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); +} +[data-pc-theme_contrast="true"] .pc-sidebar{ + border-right-width: 0px; + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + --tw-shadow: 1px 0 3px 0 rgba(219,224,229,1); + --tw-shadow-colored: 1px 0 3px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +[data-pc-theme_contrast="true"] .pc-sidebar:is([data-pc-theme="dark"] *){ + border-right-width: 1px; + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +[data-pc-theme_contrast="true"] .card{ + --tw-shadow: 0px 8px 24px rgba(27,46,94,0.08); + --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +:not(pre) > code[class*=language-], pre[class*=language-]{ + margin: 0px; + margin-top: 1rem; + display: flex; +} +:not(pre) > code[class*=language-] > code, pre[class*=language-] > code{ + width: 100%; +} +.apexcharts-legend-text:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1 !important; + color: rgb(191 191 191 / var(--tw-text-opacity)) !important; +} +text:is([data-pc-theme="dark"] *),.apexcharts-theme-light .apexcharts-menu-icon:hover svg:is([data-pc-theme="dark"] *), .apexcharts-theme-light .apexcharts-reset-icon:hover svg:is([data-pc-theme="dark"] *), .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg:is([data-pc-theme="dark"] *), .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg:is([data-pc-theme="dark"] *), .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg:is([data-pc-theme="dark"] *), .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg:is([data-pc-theme="dark"] *){ + fill: #fff !important; +} +.apexcharts-gridline:is([data-pc-theme="dark"] *),.apexcharts-xaxis-tick:is([data-pc-theme="dark"] *),.apexcharts-grid-borders:is([data-pc-theme="dark"] *){ + display: none; +} +.apexcharts-canvas{ + direction: ltr; +} +.apexcharts-tooltip.apexcharts-theme-light:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); +} +.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-bottom-color: rgb(57 59 63 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); +} +.apexcharts-xaxistooltip:is([data-pc-theme="dark"] *), .apexcharts-yaxistooltip:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(191 191 191 / var(--tw-text-opacity)); +} +.apexcharts-xaxistooltip-bottom:is([data-pc-theme="dark"] *):after, .apexcharts-xaxistooltip-bottom:is([data-pc-theme="dark"] *):before{ + --tw-border-opacity: 1; + border-bottom-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.apexcharts-menu:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); +} +.apexcharts-theme-light .apexcharts-menu-item:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); +} +.jvm-element:is([data-pc-theme="dark"] *){ + fill: #393b3f !important; +} +.vtree li.vtree-leaf a.vtree-leaf-label:hover:is([data-pc-theme="dark"] *), .vtree li.vtree-leaf.vtree-selected > a.vtree-leaf-label:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1 !important; + background-color: rgb(57 59 63 / var(--tw-bg-opacity)) !important; + outline-color: #393b3f !important; +} +.badge{ + display: inline-block; + border-radius: 0.375rem; + padding-left: 0.8em; + padding-right: 0.8em; + padding-top: 0.45em; + padding-bottom: 0.45em; + font-size: .75em; + font-weight: 500; + line-height: 1; +} +.btn{ + display: inline-block; + border-radius: 0.25rem; + border-width: 1px; + border-color: transparent; + background-color: transparent; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + font-size: 0.875rem; + font-weight: 500; + transition-property: all; + transition-duration: 200ms; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} +.btn.disabled{ + pointer-events: none; + cursor: default; + opacity: 0.75; +} +.btn.btn-lg{ + padding-top: 0.75rem; + padding-bottom: 0.75rem; + padding-left: 1.25rem; + padding-right: 1.25rem; +} +.btn.btn-sm{ + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.75rem; + padding-right: 0.75rem; +} +.btn.btn-icon{ + display: inline-flex; + height: 2.5rem; + width: 2.5rem; + align-items: center; + justify-content: center; + padding: 0px; + font-size: 1.125rem; + line-height: 1.75rem; +} +.btn.btn-icon.avtar-xl{ + height: 60px; + width: 60px; + font-size: 1.25rem; + line-height: 1.75rem; +} +.btn.btn-icon.avtar-l{ + height: 50px; + width: 50px; + font-size: 1.125rem; + line-height: 1.75rem; +} +.btn.btn-icon.avtar-s{ + height: 30px; + width: 30px; + font-size: 0.875rem; +} +.btn.btn-icon.avtar-xs{ + height: 1.25rem; + width: 1.25rem; + font-size: 0.75rem; +} +.btn-pc-default:not(:hover){ + color: rgb(136 136 136 / 0.7); +} +.btn-pc-default:not(:hover):is([data-pc-theme="dark"] *){ + color: rgb(191 191 191 / 0.7); +} +.btn-primary{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-primary:hover{ + --tw-bg-opacity: 1; + background-color: rgb(3 131 190 / var(--tw-bg-opacity)); +} +.btn-primary:focus{ + --tw-bg-opacity: 1; + background-color: rgb(3 131 190 / var(--tw-bg-opacity)); +} +.btn-primary:active{ + --tw-bg-opacity: 1; + background-color: rgb(2 93 135 / var(--tw-bg-opacity)); +} +.btn-secondary{ + --tw-bg-opacity: 1; + background-color: rgb(91 107 121 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-secondary:hover{ + --tw-bg-opacity: 1; + background-color: rgb(67 79 89 / var(--tw-bg-opacity)); +} +.btn-secondary:focus{ + --tw-bg-opacity: 1; + background-color: rgb(67 79 89 / var(--tw-bg-opacity)); +} +.btn-secondary:active{ + --tw-bg-opacity: 1; + background-color: rgb(43 50 57 / var(--tw-bg-opacity)); +} +.btn-success{ + --tw-bg-opacity: 1; + background-color: rgb(29 233 182 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-success:hover{ + --tw-bg-opacity: 1; + background-color: rgb(18 188 145 / var(--tw-bg-opacity)); +} +.btn-success:focus{ + --tw-bg-opacity: 1; + background-color: rgb(18 188 145 / var(--tw-bg-opacity)); +} +.btn-success:active{ + --tw-bg-opacity: 1; + background-color: rgb(13 137 106 / var(--tw-bg-opacity)); +} +.btn-danger{ + --tw-bg-opacity: 1; + background-color: rgb(244 66 54 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-danger:hover{ + --tw-bg-opacity: 1; + background-color: rgb(229 26 13 / var(--tw-bg-opacity)); +} +.btn-danger:focus{ + --tw-bg-opacity: 1; + background-color: rgb(229 26 13 / var(--tw-bg-opacity)); +} +.btn-danger:active{ + --tw-bg-opacity: 1; + background-color: rgb(176 20 10 / var(--tw-bg-opacity)); +} +.btn-warning{ + --tw-bg-opacity: 1; + background-color: rgb(244 194 43 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-warning:hover{ + --tw-bg-opacity: 1; + background-color: rgb(220 168 11 / var(--tw-bg-opacity)); +} +.btn-warning:focus{ + --tw-bg-opacity: 1; + background-color: rgb(220 168 11 / var(--tw-bg-opacity)); +} +.btn-warning:active{ + --tw-bg-opacity: 1; + background-color: rgb(166 127 9 / var(--tw-bg-opacity)); +} +.btn-info{ + --tw-bg-opacity: 1; + background-color: rgb(62 191 234 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-info:hover{ + --tw-bg-opacity: 1; + background-color: rgb(24 168 216 / var(--tw-bg-opacity)); +} +.btn-info:focus{ + --tw-bg-opacity: 1; + background-color: rgb(24 168 216 / var(--tw-bg-opacity)); +} +.btn-info:active{ + --tw-bg-opacity: 1; + background-color: rgb(18 129 166 / var(--tw-bg-opacity)); +} +.btn-dark{ + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgb(25 28 31 / var(--tw-bg-opacity)); +} +.btn-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgb(25 28 31 / var(--tw-bg-opacity)); +} +.btn-dark:active{ + --tw-bg-opacity: 1; + background-color: rgb(18 20 23 / var(--tw-bg-opacity)); +} +.btn-light{ + background-color: rgb(190 198 206 / 0.1); + --tw-text-opacity: 1; + color: rgb(33 37 41 / var(--tw-text-opacity)); +} +.btn-light:hover{ + background-color: rgb(190 198 206 / 0.2); +} +.btn-light:focus{ + background-color: rgb(190 198 206 / 0.2); +} +.btn-light:active{ + background-color: rgb(190 198 206 / 0.3); +} +.btn-light:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-link{ + background-color: transparent; + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.btn-link:hover{ + -webkit-text-decoration-line: underline; + text-decoration-line: underline; +} +.btn-link:focus{ + background-color: rgb(179 230 254 / 0.2); +} +.btn-link:active{ + background-color: rgb(179 230 254 / 0.3); +} +.btn-outline-primary{ + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(4 169 245 / var(--tw-border-opacity)); + background-color: rgb(4 169 245 / 0); + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.btn-outline-primary:hover{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-primary:focus{ + --tw-bg-opacity: 1; + background-color: rgb(3 131 190 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-secondary{ + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(91 107 121 / var(--tw-border-opacity)); + background-color: rgb(91 107 121 / 0); + --tw-text-opacity: 1; + color: rgb(91 107 121 / var(--tw-text-opacity)); +} +.btn-outline-secondary:hover{ + --tw-bg-opacity: 1; + background-color: rgb(91 107 121 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-secondary:focus{ + --tw-bg-opacity: 1; + background-color: rgb(67 79 89 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-success{ + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(29 233 182 / var(--tw-border-opacity)); + background-color: rgb(29 233 182 / 0); + --tw-text-opacity: 1; + color: rgb(29 233 182 / var(--tw-text-opacity)); +} +.btn-outline-success:hover{ + --tw-bg-opacity: 1; + background-color: rgb(29 233 182 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-success:focus{ + --tw-bg-opacity: 1; + background-color: rgb(18 188 145 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-danger{ + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(244 66 54 / var(--tw-border-opacity)); + background-color: rgb(244 66 54 / 0); + --tw-text-opacity: 1; + color: rgb(244 66 54 / var(--tw-text-opacity)); +} +.btn-outline-danger:hover{ + --tw-bg-opacity: 1; + background-color: rgb(244 66 54 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-danger:focus{ + --tw-bg-opacity: 1; + background-color: rgb(229 26 13 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-warning{ + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(244 194 43 / var(--tw-border-opacity)); + background-color: rgb(244 194 43 / 0); + --tw-text-opacity: 1; + color: rgb(244 194 43 / var(--tw-text-opacity)); +} +.btn-outline-warning:hover{ + --tw-bg-opacity: 1; + background-color: rgb(244 194 43 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-warning:focus{ + --tw-bg-opacity: 1; + background-color: rgb(220 168 11 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-info{ + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(62 191 234 / var(--tw-border-opacity)); + background-color: rgb(62 191 234 / 0); + --tw-text-opacity: 1; + color: rgb(62 191 234 / var(--tw-text-opacity)); +} +.btn-outline-info:hover{ + --tw-bg-opacity: 1; + background-color: rgb(62 191 234 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-info:focus{ + --tw-bg-opacity: 1; + background-color: rgb(24 168 216 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-dark{ + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(33 37 41 / var(--tw-border-opacity)); + background-color: rgb(33 37 41 / 0); + --tw-text-opacity: 1; + color: rgb(33 37 41 / var(--tw-text-opacity)); +} +.btn-outline-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgb(25 28 31 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-outline-dark:is([data-pc-theme="dark"] *){ + border-color: rgb(255 255 255 / 0.5); + color: rgb(255 255 255 / 0.5); +} +.btn-light-primary{ + background-color: rgb(4 169 245 / 0.1); + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.btn-light-primary:hover{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-primary:focus{ + --tw-bg-opacity: 1; + background-color: rgb(3 131 190 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-primary:is([data-pc-theme="dark"] *){ + background-color: rgb(4 169 245 / 0.1); +} +.btn-light-primary:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.btn-light-secondary{ + background-color: rgb(91 107 121 / 0.1); + --tw-text-opacity: 1; + color: rgb(91 107 121 / var(--tw-text-opacity)); +} +.btn-light-secondary:hover{ + --tw-bg-opacity: 1; + background-color: rgb(91 107 121 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-secondary:focus{ + --tw-bg-opacity: 1; + background-color: rgb(67 79 89 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-secondary:is([data-pc-theme="dark"] *){ + background-color: rgb(91 107 121 / 0.1); +} +.btn-light-secondary:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(91 107 121 / var(--tw-bg-opacity)); +} +.btn-light-success{ + background-color: rgb(29 233 182 / 0.1); + --tw-text-opacity: 1; + color: rgb(29 233 182 / var(--tw-text-opacity)); +} +.btn-light-success:hover{ + --tw-bg-opacity: 1; + background-color: rgb(29 233 182 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-success:focus{ + --tw-bg-opacity: 1; + background-color: rgb(18 188 145 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-success:is([data-pc-theme="dark"] *){ + background-color: rgb(29 233 182 / 0.1); +} +.btn-light-success:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(29 233 182 / var(--tw-bg-opacity)); +} +.btn-light-danger{ + background-color: rgb(244 66 54 / 0.1); + --tw-text-opacity: 1; + color: rgb(244 66 54 / var(--tw-text-opacity)); +} +.btn-light-danger:hover{ + --tw-bg-opacity: 1; + background-color: rgb(244 66 54 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-danger:focus{ + --tw-bg-opacity: 1; + background-color: rgb(229 26 13 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-danger:is([data-pc-theme="dark"] *){ + background-color: rgb(244 66 54 / 0.1); +} +.btn-light-danger:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(244 66 54 / var(--tw-bg-opacity)); +} +.btn-light-warning{ + background-color: rgb(244 194 43 / 0.1); + --tw-text-opacity: 1; + color: rgb(244 194 43 / var(--tw-text-opacity)); +} +.btn-light-warning:hover{ + --tw-bg-opacity: 1; + background-color: rgb(244 194 43 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-warning:focus{ + --tw-bg-opacity: 1; + background-color: rgb(220 168 11 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-warning:is([data-pc-theme="dark"] *){ + background-color: rgb(244 194 43 / 0.1); +} +.btn-light-warning:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(244 194 43 / var(--tw-bg-opacity)); +} +.btn-light-info{ + background-color: rgb(62 191 234 / 0.1); + --tw-text-opacity: 1; + color: rgb(62 191 234 / var(--tw-text-opacity)); +} +.btn-light-info:hover{ + --tw-bg-opacity: 1; + background-color: rgb(62 191 234 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-info:focus{ + --tw-bg-opacity: 1; + background-color: rgb(24 168 216 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-info:is([data-pc-theme="dark"] *){ + background-color: rgb(62 191 234 / 0.1); +} +.btn-light-info:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(62 191 234 / var(--tw-bg-opacity)); +} +.btn-light-dark{ + background-color: rgb(33 37 41 / 0.1); + --tw-text-opacity: 1; + color: rgb(33 37 41 / var(--tw-text-opacity)); +} +.btn-light-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgb(25 28 31 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.btn-light-dark:is([data-pc-theme="dark"] *){ + background-color: rgb(33 37 41 / 0.1); + color: rgb(255 255 255 / 0.8); +} +.btn-light-dark:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); +} +.btn-link-primary{ + background-color: transparent; + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.btn-link-primary:hover{ + --tw-bg-opacity: 1; + background-color: rgb(159 224 253 / var(--tw-bg-opacity)); +} +.btn-link-primary:focus{ + background-color: rgb(159 224 253 / 0.5); +} +.btn-link-secondary{ + background-color: transparent; + --tw-text-opacity: 1; + color: rgb(91 107 121 / var(--tw-text-opacity)); +} +.btn-link-secondary:hover{ + background-color: rgb(178 188 197 / 0.5); +} +.btn-link-secondary:focus{ + background-color: rgb(155 168 180 / 0.5); +} +.btn-link-secondary:hover:is([data-pc-theme="dark"] *){ + background-color: rgb(91 107 121 / 0.1); +} +.btn-link-secondary:focus:is([data-pc-theme="dark"] *){ + background-color: rgb(91 107 121 / 0.1); +} +.btn-link-success{ + background-color: transparent; + --tw-text-opacity: 1; + color: rgb(29 233 182 / var(--tw-text-opacity)); +} +.btn-link-success:hover{ + --tw-bg-opacity: 1; + background-color: rgb(178 247 230 / var(--tw-bg-opacity)); +} +.btn-link-success:focus{ + --tw-bg-opacity: 1; + background-color: rgb(141 244 218 / var(--tw-bg-opacity)); +} +.btn-link-danger{ + background-color: transparent; + --tw-text-opacity: 1; + color: rgb(244 66 54 / var(--tw-text-opacity)); +} +.btn-link-danger:hover{ + --tw-bg-opacity: 1; + background-color: rgb(252 211 209 / var(--tw-bg-opacity)); +} +.btn-link-danger:focus{ + --tw-bg-opacity: 1; + background-color: rgb(250 175 170 / var(--tw-bg-opacity)); +} +.btn-link-warning{ + background-color: transparent; + --tw-text-opacity: 1; + color: rgb(244 194 43 / var(--tw-text-opacity)); +} +.btn-link-warning:hover{ + --tw-bg-opacity: 1; + background-color: rgb(252 239 198 / var(--tw-bg-opacity)); +} +.btn-link-warning:focus{ + --tw-bg-opacity: 1; + background-color: rgb(250 227 159 / var(--tw-bg-opacity)); +} +.btn-link-info{ + background-color: transparent; + --tw-text-opacity: 1; + color: rgb(62 191 234 / var(--tw-text-opacity)); +} +.btn-link-info:hover{ + --tw-bg-opacity: 1; + background-color: rgb(209 240 250 / var(--tw-bg-opacity)); +} +.btn-link-info:focus{ + --tw-bg-opacity: 1; + background-color: rgb(172 228 246 / var(--tw-bg-opacity)); +} +.btn-link-dark{ + background-color: transparent; + --tw-text-opacity: 1; + color: rgb(33 37 41 / var(--tw-text-opacity)); +} +.btn-link-dark:hover{ + --tw-bg-opacity: 1; + background-color: rgb(106 119 131 / var(--tw-bg-opacity)); +} +.btn-link-dark:focus{ + --tw-bg-opacity: 1; + background-color: rgb(88 98 109 / var(--tw-bg-opacity)); +} +.btn-link-dark:is([data-pc-theme="dark"] *){ + color: rgb(255 255 255 / 0.8); +} +.btn-link-dark:hover:is([data-pc-theme="dark"] *){ + background-color: rgb(33 37 41 / 0.1); +} +.introjs-tooltipbuttons [role="button"]{ + display: inline-block; + border-radius: 20px; + border-width: 1px; + border-color: transparent; + background-color: transparent; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + padding-right: 1rem; + text-align: center; + font-size: 0.875rem; + font-weight: 500; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + transition-property: all; + transition-duration: 200ms; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + text-shadow: none; +} +.introjs-tooltipbuttons [role="button"].introjs-prevbutton{ + --tw-bg-opacity: 1; + background-color: rgb(91 107 121 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.introjs-tooltipbuttons [role="button"].introjs-prevbutton:hover{ + --tw-bg-opacity: 1; + background-color: rgb(67 79 89 / var(--tw-bg-opacity)); +} +.introjs-tooltipbuttons [role="button"].introjs-prevbutton:focus{ + --tw-bg-opacity: 1; + background-color: rgb(67 79 89 / var(--tw-bg-opacity)); +} +.introjs-tooltipbuttons [role="button"].introjs-prevbutton:active{ + --tw-bg-opacity: 1; + background-color: rgb(43 50 57 / var(--tw-bg-opacity)); +} +.introjs-tooltipbuttons [role="button"].introjs-nextbutton{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.introjs-tooltipbuttons [role="button"].introjs-nextbutton:hover{ + --tw-bg-opacity: 1; + background-color: rgb(3 131 190 / var(--tw-bg-opacity)); +} +.introjs-tooltipbuttons [role="button"].introjs-nextbutton:focus{ + --tw-bg-opacity: 1; + background-color: rgb(3 131 190 / var(--tw-bg-opacity)); +} +.introjs-tooltipbuttons [role="button"].introjs-nextbutton:active{ + --tw-bg-opacity: 1; + background-color: rgb(2 93 135 / var(--tw-bg-opacity)); +} +.breadcrumb{ + margin-bottom: 1rem; + display: flex; + flex-shrink: 0; + align-items: center; + gap: 0.5rem; +} +.breadcrumb .breadcrumb-item:last-child{ + opacity: 0.75; +} +.breadcrumb .breadcrumb-item:not(:last-child){ + position: relative; +} +.breadcrumb .breadcrumb-item:not(:last-child)::before{ + position: absolute; + content: var(--tw-content); + font-family: 'tabler-icons'; +} +.breadcrumb .breadcrumb-item:not(:last-child):where([dir="ltr"], [dir="ltr"] *){ + margin-right: 1.35rem; +} +.breadcrumb .breadcrumb-item:not(:last-child):where([dir="ltr"], [dir="ltr"] *)::before{ + right: -20px; + --tw-content: '\ea61'; + content: var(--tw-content); +} +.breadcrumb .breadcrumb-item:not(:last-child):where([dir="rtl"], [dir="rtl"] *){ + margin-left: 1.35rem; +} +.breadcrumb .breadcrumb-item:not(:last-child):where([dir="rtl"], [dir="rtl"] *)::before{ + left: -20px; + --tw-content: '\ea60'; + content: var(--tw-content); +} +.breadcrumb .breadcrumb-item:not(:last-child) a{ + transition-duration: 200ms; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} +.breadcrumb .breadcrumb-item:not(:last-child) a:hover{ + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.card{ + position: relative; + margin-bottom: 1.5rem; + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + --tw-shadow: 0 1px 20px 0 rgba(69,90,100,0.08); + --tw-shadow-colored: 0 1px 20px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.card:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); + --tw-shadow-color: none; + --tw-shadow: var(--tw-shadow-colored); +} +.card .card-header{ + border-bottom-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(241 241 241 / var(--tw-border-opacity)); + padding: 25px; +} +.card .card-header:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.card .card-header h5{ + font-size: 0.875rem; + font-weight: 600; +} +.card .card-body{ + padding: 25px; +} +.card .card-footer{ + border-top-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(241 241 241 / var(--tw-border-opacity)); + padding: 25px; +} +.card .card-footer:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.card .card-link{ + margin-right: 0.75rem; + display: inline-block; + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.card .card-link:hover{ + --tw-text-opacity: 1; + color: rgb(136 136 136 / var(--tw-text-opacity)); +} +.card .card-link:hover:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(191 191 191 / var(--tw-text-opacity)); +} +.btn-group, .dropdown{ + position: relative; +} +.btn-group .dropdown-toggle, .dropdown .dropdown-toggle{ + position: relative; +} +.btn-group .dropdown-toggle::after, .dropdown .dropdown-toggle::after{ + margin-left: 0.25rem; + vertical-align: bottom; + font-family: 'tabler-icons'; + font-size: 0.875rem; + --tw-content: '\ea5f'; + content: var(--tw-content); +} +.btn-group .dropdown-toggle.arrow-none::after, .dropdown .dropdown-toggle.arrow-none::after{ + content: var(--tw-content); + display: none; +} +.btn-group .dropdown-menu, .dropdown .dropdown-menu{ + position: absolute; + left: 0px; + top: 100%; + z-index: 10; + min-width: 12rem; + transform-origin: top; + --tw-scale-x: 0; + --tw-scale-y: 0; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); + border-radius: 0.25rem; + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + padding: 0.5rem; + --tw-text-opacity: 1; + color: rgb(136 136 136 / var(--tw-text-opacity)); + opacity: 0; + --tw-shadow: 0 4px 24px 0 rgba(62,57,107,.18); + --tw-shadow-colored: 0 4px 24px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.btn-group .dropdown-menu:is([data-pc-theme="dark"] *), .dropdown .dropdown-menu:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(57 59 63 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(191 191 191 / var(--tw-text-opacity)); +} +.btn-group .dropdown-menu.dropdown-menu-end, .dropdown .dropdown-menu.dropdown-menu-end{ + right: 0px; + left: auto; +} +.btn-group .dropdown-menu .dropdown-item, .dropdown .dropdown-menu .dropdown-item{ + display: block; + display: flex; + width: 100%; + align-items: center; + gap: 0.75rem; + border-radius: 0.25rem; + padding-top: 0.625rem; + padding-bottom: 0.625rem; + padding-left: 0.625rem; + padding-right: 0.625rem; + padding-left: 15px; + padding-right: 15px; +} +.btn-group .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:hover{ + background-color: rgb(178 188 197 / 0.2); +} +.btn-group .dropdown-menu .dropdown-item i, .dropdown .dropdown-menu .dropdown-item i{ + font-size: 1.125rem; + line-height: 1.75rem; + line-height: 1; +} +.btn-group .dropdown-menu .dropdown-item svg, .dropdown .dropdown-menu .dropdown-item svg{ + height: 18px; + width: 18px; +} +.btn-group.drp-show .dropdown-menu, .dropdown.drp-show .dropdown-menu{ + display: block; + --tw-scale-x: 1; + --tw-scale-y: 1; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); + opacity: 1; +} +.form-control,.datatable-input{ + display: block; + width: 100%; + border-radius: 0.25rem; + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(190 200 208 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + padding-top: 0.625rem; + padding-bottom: 0.625rem; + padding-left: 1rem; + padding-right: 1rem; + font-size: 0.875rem; +} +.form-control::-moz-placeholder, .datatable-input::-moz-placeholder{ + --tw-text-opacity: 1; + color: rgb(190 200 208 / var(--tw-text-opacity)); +} +.form-control::placeholder,.datatable-input::placeholder{ + --tw-text-opacity: 1; + color: rgb(190 200 208 / var(--tw-text-opacity)); +} +.form-control:focus,.datatable-input:focus{ + --tw-border-opacity: 1; + border-color: rgb(4 169 245 / var(--tw-border-opacity)); + --tw-shadow: 0 0 0 1px #ccc; + --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + --tw-shadow-color: rgb(4 169 245 / 0.1); + --tw-shadow: var(--tw-shadow-colored); + outline: 2px solid transparent; + outline-offset: 2px; +} +.form-control:disabled,.datatable-input:disabled{ + pointer-events: none; + background-color: rgb(155 168 180 / 0.1); +} +.form-control:is([data-pc-theme="dark"] *),.datatable-input:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(70 72 76 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(57 59 63 / var(--tw-bg-opacity)); +} +.form-control:focus:is([data-pc-theme="dark"] *),.datatable-input:focus:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(4 169 245 / var(--tw-border-opacity)); + --tw-shadow-color: rgb(4 169 245 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.form-control[type="file"]::file-selector-button, .datatable-input[type="file"]::file-selector-button{ + margin-top: -0.625rem; + margin-bottom: -0.625rem; + margin-left: -1rem; + margin-right: -1rem; + margin-inline-end: 0.75rem; + cursor: pointer; + border-width: 0px; + border-right-width: 1px; + --tw-border-opacity: 1; + border-right-color: rgb(190 200 208 / var(--tw-border-opacity)); + background-color: rgb(131 148 162 / 0.1); + padding-top: 0.625rem; + padding-bottom: 0.625rem; + padding-left: 1rem; + padding-right: 1rem; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + outline: 2px solid transparent; + outline-offset: 2px; +} +.form-control[type="file"]:is([data-pc-theme="dark"] *)::file-selector-button, .datatable-input[type="file"]:is([data-pc-theme="dark"] *)::file-selector-button{ + --tw-border-opacity: 1; + border-right-color: rgb(70 72 76 / var(--tw-border-opacity)); +} +.form-control.error, .datatable-input.error{ + --tw-border-opacity: 1; + border-color: rgb(244 66 54 / var(--tw-border-opacity)); +} +.form-control-plaintext{ + display: block; + width: 100%; + border-radius: 0.25rem; + background-color: transparent; + padding-top: 0.625rem; + padding-bottom: 0.625rem; + padding-left: 1rem; + padding-right: 1rem; + font-size: 0.875rem; +} +.form-control-plaintext::-moz-placeholder{ + --tw-text-opacity: 1; + color: rgb(190 200 208 / var(--tw-text-opacity)); +} +.form-control-plaintext::placeholder{ + --tw-text-opacity: 1; + color: rgb(190 200 208 / var(--tw-text-opacity)); +} +.form-control-plaintext:focus{ + outline: 2px solid transparent; + outline-offset: 2px; +} +.form-control-plaintext:disabled{ + pointer-events: none; +} +.form-control-plaintext:is([data-pc-theme="dark"] *){ + background-color: transparent; +} +.form-control-lg{ + border-radius: 0.5rem; + padding-top: .775rem; + padding-bottom: .775rem; + padding-left: .85rem; + padding-right: .85rem; + font-size: 1.09375rem; +} +.form-control-sm{ + border-radius: 0.125rem; + padding-top: .375rem; + padding-bottom: .375rem; + padding-left: .7rem; + padding-right: .7rem; + font-size: .765625rem; +} +.form-select, .datatable-selector{ + display: block; + width: 100%; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0.25rem; + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(190 200 208 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231d2630' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); + background-size: 16px 12px; + background-repeat: no-repeat; + padding-top: 0.625rem; + padding-bottom: 0.625rem; + font-size: 0.875rem; +} +.form-select:focus, .datatable-selector:focus{ + --tw-border-opacity: 1; + border-color: rgb(4 169 245 / var(--tw-border-opacity)); + --tw-shadow: 0 0 0 1px #ccc; + --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + --tw-shadow-color: #04A9F5; + --tw-shadow: var(--tw-shadow-colored); + outline: 2px solid transparent; + outline-offset: 2px; +} +.form-select:is([data-pc-theme="dark"] *), .datatable-selector:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(70 72 76 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(57 59 63 / var(--tw-bg-opacity)); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bfbfbf' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); +} +.form-select:where([dir="ltr"], [dir="ltr"] *), .datatable-selector:where([dir="ltr"], [dir="ltr"] *){ + background-position: right 1rem center; + padding-left: 1rem; + padding-right: 2rem; +} +.form-select:where([dir="rtl"], [dir="rtl"] *), .datatable-selector:where([dir="rtl"], [dir="rtl"] *){ + background-position: left 1rem center; + padding-right: 1rem; + padding-left: 2rem; +} +.form-select.error, .datatable-selector.error{ + --tw-border-opacity: 1; + border-color: rgb(244 66 54 / var(--tw-border-opacity)); +} +.form-select[multiple], .form-select[size]:not([size="1"]), [multiple].datatable-selector, [size].datatable-selector:not([size="1"]){ + background-image: none; + padding-right: 0.75rem; +} +.form-select-lg{ + border-radius: 0.5rem; + padding-top: .775rem; + padding-bottom: .775rem; + font-size: 1.09375rem; +} +.form-select-lg:where([dir="ltr"], [dir="ltr"] *){ + padding-left: .85rem; + padding-right: 2rem; +} +.form-select-lg:where([dir="rtl"], [dir="rtl"] *){ + padding-right: .85rem; + padding-left: 2rem; +} +.form-select-sm{ + border-radius: 0.125rem; + padding-top: .375rem; + padding-bottom: .375rem; + font-size: .765625rem; +} +.form-select-sm:where([dir="ltr"], [dir="ltr"] *){ + padding-left: .7rem; + padding-right: 2rem; +} +.form-select-sm:where([dir="rtl"], [dir="rtl"] *){ + padding-right: .7rem; + padding-left: 2rem; +} +.form-control-color{ + height: calc(1.5em + 1.6rem + 2px); + width: 3rem; + padding: .8rem; +} +.form-control-color::-moz-color-swatch, .form-control-color::-webkit-color-swatch{ + border-radius: 0.25rem !important; + border-width: 0px !important; +} +.input-group-text{ + display: flex; + align-items: center; + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(190 200 208 / var(--tw-border-opacity)); + padding: 0.625rem 1rem; + font-size: 0.875rem; +} +.input-group-text:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(70 72 76 / var(--tw-border-opacity)); +} +.input-group{ + position: relative; + display: flex; + width: 100%; + flex-wrap: wrap; + align-items: stretch; +} +.input-group > *{ + border-radius: 0px; +} +.input-group > *:where([dir="ltr"], [dir="ltr"] *){ + margin-left: -1px; +} +.input-group > *:first-child:where([dir="ltr"], [dir="ltr"] *){ + margin-left: 0px; + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +.input-group > *:last-child:where([dir="ltr"], [dir="ltr"] *){ + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} +.input-group > *:where([dir="rtl"], [dir="rtl"] *){ + margin-right: -1px; +} +.input-group > *:first-child:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 0px; + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} +.input-group > *:last-child:where([dir="rtl"], [dir="rtl"] *){ + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +.input-group .form-control, .input-group .form-select{ + position: relative; + width: 1%; + min-width: 0px; + flex: 1 1 auto; +} +.datepicker-cell.selected{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.datepicker-cell.selected:hover{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.datepicker-cell.today.focused:not(.selected){ + --tw-bg-opacity: 1; + background-color: rgb(29 233 182 / var(--tw-bg-opacity)); +} +.datepicker-cell.today.focused:not(.selected):hover{ + --tw-bg-opacity: 1; + background-color: rgb(29 233 182 / var(--tw-bg-opacity)); +} +.datepicker-view .week{ + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.form-label{ + margin-bottom: 0.5rem; + display: inline-block; + --tw-text-opacity: 1; + color: rgb(29 38 48 / var(--tw-text-opacity)); +} +.form-label:is([data-pc-theme="dark"] *){ + color: rgba(255, 255, 255, 0.8); +} +.col-form-label{ + padding-top: calc(.8rem + 1px); + padding-bottom: calc(.8rem + 1px); +} +.col-form-label-sm{ + padding-top: calc(.375rem + 1px); + padding-bottom: calc(.375rem + 1px); +} +.col-form-label-lg{ + padding-top: calc(.775rem + 1px); + padding-bottom: calc(.775rem + 1px); +} +.form-check-input{ + height: 1.25em; + width: 1.25em; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(190 200 208 / var(--tw-border-opacity)); + background-size: contain; + background-position: center; + background-repeat: no-repeat; + vertical-align: text-bottom; + transition-property: all; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} +.form-check-input:checked{ + --tw-border-opacity: 1; + border-color: rgb(4 169 245 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.form-check-input:disabled{ + pointer-events: none; + opacity: 0.5; +} +.form-check-input:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(70 72 76 / var(--tw-border-opacity)); +} +.form-check-input[disabled] ~.form-check-label, .form-check-input:disabled ~.form-check-label{ + cursor: default; + opacity: 0.5; +} +.form-check-input.error{ + --tw-border-opacity: 1; + border-color: rgb(244 66 54 / var(--tw-border-opacity)); +} +.form-check-input[type="checkbox"]{ + border-radius: 0.25rem; +} +.form-check-input[type="checkbox"]:checked{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); +} +.form-check-input[type="radio"]{ + border-radius: 9999px; +} +.form-check-input[type="radio"]:checked{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"); +} +.form-check.form-switch{ + margin-bottom: 0.25rem; + display: flex; + align-items: center; + gap: 0.5rem; +} +.form-check.form-switch .form-check-input{ + width: 2em; + border-radius: 9999px; + background-image: 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"); + background-position: left; +} +.form-check.form-switch .form-check-input:checked{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); + background-position: right; +} +.form-range{ + height: 0.5rem; + width: 100%; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0.375rem; + --tw-bg-opacity: 1; + background-color: rgb(244 247 250 / var(--tw-bg-opacity)); +} +.form-range:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); +} +.form-range::-webkit-slider-thumb{ + height: 1rem; + width: 1rem; + cursor: pointer; + -webkit-appearance: none; + appearance: none; + border-radius: 9999px; + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.form-range:focus::-webkit-slider-thumb{ + opacity: 0.9; +} +.pc-toggle-noUiSlider{ + height: 50px; +} +.pc-toggle-noUiSlider.off .noUi-handle{ + --tw-border-opacity: 1; + border-color: rgb(244 66 54 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(244 66 54 / var(--tw-bg-opacity)); + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.noUi-target{ + --tw-bg-opacity: 1; + background-color: rgb(244 247 250 / var(--tw-bg-opacity)); +} +.noUi-target:is([data-pc-theme="dark"] *){ + border-width: 0px; + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.noUi-handle{ + --tw-bg-opacity: 1; + background-color: rgb(244 247 250 / var(--tw-bg-opacity)); + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.noUi-handle:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); +} +.CodeMirror, .editor-toolbar{ + --tw-border-opacity: 1; + border-color: rgb(241 241 241 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(136 136 136 / var(--tw-text-opacity)); +} +.CodeMirror:is([data-pc-theme="dark"] *), .editor-toolbar:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(191 191 191 / var(--tw-text-opacity)); +} +.CodeMirror a, .editor-toolbar a{ + border-width: 0px; + --tw-text-opacity: 1 !important; + color: rgb(136 136 136 / var(--tw-text-opacity)) !important; +} +.CodeMirror a:is([data-pc-theme="dark"] *), .editor-toolbar a:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1 !important; + color: rgb(191 191 191 / var(--tw-text-opacity)) !important; +} +.CodeMirror a.active, .CodeMirror a:hover, .editor-toolbar a.active, .editor-toolbar a:hover{ + background-color: rgba(0,0,0,0.1); + --tw-text-opacity: 1 !important; + color: rgb(136 136 136 / var(--tw-text-opacity)) !important; +} +.CodeMirror a.active:is([data-pc-theme="dark"] *), .CodeMirror a:hover:is([data-pc-theme="dark"] *), .editor-toolbar a.active:is([data-pc-theme="dark"] *), .editor-toolbar a:hover:is([data-pc-theme="dark"] *){ + background-color: rgba(0,0,0,0.2); + --tw-text-opacity: 1 !important; + color: rgb(191 191 191 / var(--tw-text-opacity)) !important; +} +.CodeMirror i.separator, .editor-toolbar i.separator{ + border-right-color: transparent; + --tw-border-opacity: 1; + border-left-color: rgb(241 241 241 / var(--tw-border-opacity)); +} +.CodeMirror i.separator:is([data-pc-theme="dark"] *), .editor-toolbar i.separator:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-left-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.noUi-connect{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.switch-handle{ + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} +.switch-handle:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +.typeahead{ + position: relative; +} +.typeahead>ul{ + position: absolute; + top: 100%; + left: 0px; + float: left; + margin: 2px 0 0; + min-width: 170px; + border-radius: 0.25rem; + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(241 241 241 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + padding: 5px -; + --tw-shadow: 0 6px 12px rgba(0,0,0,.17); + --tw-shadow-colored: 0 6px 12px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.typeahead>ul:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +.typeahead>ul>li >a{ + display: block; + white-space: nowrap; + padding: 3px 20px; + line-height: 1.5; +} +.typeahead>ul>li.active>a, .typeahead>ul>li.active>a:hover, .typeahead>ul>li>a:hover{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); + -webkit-text-decoration-line: none; + text-decoration-line: none; +} +#cke5-inline-demo .ck-content{ + margin-bottom: 1rem; + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(241 241 241 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + padding: 1rem; +} +#cke5-inline-demo .ck-content:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +@media (min-width: 640px){ + #cke5-inline-demo .ck-content{ + padding: 2.5rem; + } +} +#cke5-inline-demo .ck-content .image-inline{ + float: right; + margin-left: var(--ck-image-style-spacing); + max-width: 50%; +} +#cke5-inline-demo header.ck-content{ + text-align: center; +} +#cke5-inline-demo header.ck-content h2 + h3{ + font-weight: 600; +} +#cke5-inline-demo .demo-row{ + display: flex; + width: 100%; + flex-direction: column; +} +@media (min-width: 640px){ + #cke5-inline-demo .demo-row{ + flex-direction: row; + } +} +#cke5-inline-demo .demo-row .demo-row__half{ + width: 100%; + padding-left: 0px; + padding-right: 0px; +} +@media (min-width: 640px){ + #cke5-inline-demo .demo-row .demo-row__half{ + width: 50%; + } + #cke5-inline-demo .demo-row .demo-row__half:first-child:where([dir="ltr"], [dir="ltr"] *){ + padding-right: 0.5rem; + } + #cke5-inline-demo .demo-row .demo-row__half:last-child:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 0.5rem; + } + #cke5-inline-demo .demo-row .demo-row__half:first-child:where([dir="rtl"], [dir="rtl"] *){ + padding-left: 0.5rem; + } + #cke5-inline-demo .demo-row .demo-row__half:last-child:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 0.5rem; + } +} +.dropzone{ + margin-bottom: 1.25rem; + min-height: auto; + cursor: pointer; + border-radius: 0.25rem; + border-width: 2px; + border-style: dashed; + --tw-border-opacity: 1; + border-color: rgb(190 200 208 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + padding: 1.25rem; +} +.dropzone:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(70 72 76 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(57 59 63 / var(--tw-bg-opacity)); +} +.uppy-Dashboard--modal{ + z-index: 1030; +} +.uppy-Dashboard--modal .uppy-Dashboard-overlay{ + z-index: 1030; +} +.uppy-Dashboard--modal .uppy-Dashboard-inner{ + z-index: 1031; +} +.error-message{ + --tw-text-opacity: 1; + color: rgb(244 66 54 / var(--tw-text-opacity)); +} +.datepicker-picker{ + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} +.datepicker-picker:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +.datepicker-controls .btn{ + background-color: transparent; +} +.datepicker-cell.disabled{ + color: rgb(136 136 136 / 0.5); +} +.datepicker-cell.disabled:is([data-pc-theme="dark"] *){ + color: rgb(191 191 191 / 0.5); +} +.datepicker-cell.focused:not(.selected),.datepicker-cell:not(.disabled):hover{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.ql-container.ql-snow,.ql-toolbar.ql-snow{ + --tw-border-opacity: 1; + border-color: rgb(190 200 208 / var(--tw-border-opacity)); +} +.ql-container.ql-snow:is([data-pc-theme="dark"] *),.ql-toolbar.ql-snow:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(70 72 76 / var(--tw-border-opacity)); +} +.ql-snow .ql-picker{ + --tw-text-opacity: 1; + color: rgb(136 136 136 / var(--tw-text-opacity)); +} +.ql-snow .ql-picker:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(191 191 191 / var(--tw-text-opacity)); +} +.ql-snow .ql-stroke{ + stroke: #888; +} +.ql-snow .ql-stroke:is([data-pc-theme="dark"] *){ + stroke: #bfbfbf; +} +.offcanvas{ + visibility: hidden; + position: fixed; + z-index: 1028; + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); + --tw-shadow: 0 0 15px -3px rgb(0,0,0,0.1); + --tw-shadow-colored: 0 0 15px -3px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + transition-property: all; + transition-duration: 500ms; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} +.offcanvas:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +.offcanvas:not(.show){ + z-index: 1028; +} +.offcanvas .offcanvas-header{ + display: flex; + align-items: center; + justify-content: space-between; + padding: 1.25rem; +} +.offcanvas .offcanvas-body{ + padding: 1.25rem; +} +.offcanvas .offcanvas-body::-webkit-scrollbar{ + width: 0.375rem; + opacity: 0; +} +.offcanvas .offcanvas-body::-webkit-scrollbar:hover{ + opacity: 1; +} +.offcanvas .offcanvas-body::-webkit-scrollbar-track{ + background-color: transparent; +} +.offcanvas .offcanvas-body::-webkit-scrollbar-thumb{ + --tw-bg-opacity: 1; + background-color: rgb(178 188 197 / var(--tw-bg-opacity)); +} +.offcanvas .offcanvas-body::-webkit-scrollbar-thumb:hover{ + --tw-bg-opacity: 1; + background-color: rgb(155 168 180 / var(--tw-bg-opacity)); +} +.offcanvas.offcanvas-start{ + top: 0px; + bottom: 0px; + left: -360px; + width: 360px; + max-width: 100%; +} +.offcanvas.offcanvas-start.show{ + left: 0px; +} +.offcanvas.offcanvas-top{ + left: 0px; + right: 0px; + top: -320px; + height: 320px; +} +.offcanvas.offcanvas-top.show{ + top: 0px; +} +.offcanvas.offcanvas-end{ + top: 0px; + bottom: 0px; + right: -360px; + width: 360px; + max-width: 100%; +} +.offcanvas.offcanvas-end.show{ + right: 0px; +} +.offcanvas.offcanvas-bottom{ + left: 0px; + right: 0px; + bottom: -320px; + height: 320px; +} +.offcanvas.offcanvas-bottom.show{ + bottom: 0px; +} +.offcanvas.show{ + visibility: visible; +} +.simplebar-scrollbar{ + position: absolute; + width: 0.375rem; +} +.simplebar-scrollbar::before{ + position: absolute; + left: 0px; + right: 0px; + border-radius: 0.375rem; + --tw-bg-opacity: 1; + background-color: rgb(100 116 139 / var(--tw-bg-opacity)); + content: var(--tw-content); + opacity: 0; +} +.simplebar-scrollbar:where([dir="ltr"], [dir="ltr"] *){ + right: 1px; +} +.simplebar-scrollbar:where([dir="rtl"], [dir="rtl"] *){ + left: 1px; +} +.simplebar-scrollbar{ + min-height: 10px; +} +.simplebar-scrollbar:before{ + content: ' '; + transition: opacity 0.2s linear; +} +.simplebar-scrollbar.simplebar-visible:before{ + opacity: 0.5; + transition: opacity 0s linear; +} +.table-responsive{ + overflow-x: auto; +} +.table{ + margin-bottom: 1rem; + width: 100%; + --tw-border-opacity: 1; + border-color: rgb(241 241 241 / var(--tw-border-opacity)); + vertical-align: top; +} +.table:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.table > :not(caption) > * > *{ + white-space: nowrap; + padding: .7rem .75rem; +} +.table thead{ + background-color: rgba(248,249,250,0.5); + vertical-align: bottom; +} +.table thead:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(70 72 76 / var(--tw-bg-opacity)); +} +.table thead th{ + border-top-width: 1px; + border-bottom-width: 1px; + --tw-border-opacity: 1; + border-top-color: rgb(241 241 241 / var(--tw-border-opacity)); + border-bottom-color: rgb(241 241 241 / var(--tw-border-opacity)); + padding: .9rem .75rem; + vertical-align: middle; + font-size: 13px; + text-transform: uppercase; + --tw-text-opacity: 1; + color: rgb(29 38 48 / var(--tw-text-opacity)); +} +.table thead th:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-top-color: rgb(57 59 63 / var(--tw-border-opacity)); + border-bottom-color: rgb(57 59 63 / var(--tw-border-opacity)); + color: rgba(255, 255, 255, 0.8); +} +.table thead th:where([dir="ltr"], [dir="ltr"] *){ + text-align: left; +} +.table thead th:where([dir="rtl"], [dir="rtl"] *){ + text-align: right; +} +.table:not(:last-child)>:last-child>*{ + border-top-width: 1px; + --tw-border-opacity: 1; + border-top-color: rgb(241 241 241 / var(--tw-border-opacity)); +} +.table:not(:last-child)>:last-child>*:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-top-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.table td, .table th{ + border-bottom-width: 0px; + border-top-width: 1px; + --tw-border-opacity: 1; + border-top-color: rgb(241 241 241 / var(--tw-border-opacity)); + vertical-align: middle !important; +} +.table td:is([data-pc-theme="dark"] *), .table th:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-top-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.table.table-hover tbody tr:hover{ + background-color: rgba(0,0,0,.04) !important; +} +.table.table-striped tbody tr:nth-child(odd){ + background-color: rgb(131 148 162 / 0.1); +} +.table.table-dark{ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.table.table-dark tbody tr td{ + --tw-border-opacity: 1; + border-bottom-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.table.table-xl th, .table.table-xl td{ + padding: 1.25rem .8rem; +} +.table.table-lg th, .table.table-lg td{ + padding: .9rem .8rem; +} +.table.table-sm th, .table.table-sm td{ + padding: .6rem .8rem; +} +.table.table-xs th, .table.table-xs td{ + padding: .4rem .8rem; +} +.table.table-bordered th, .table.table-bordered td{ + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(241 241 241 / var(--tw-border-opacity)); +} +.table.table-bordered th:is([data-pc-theme="dark"] *), .table.table-bordered td:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.table.table-borderless th, .table.table-borderless td{ + border-width: 0px !important; +} +.datatable-table > thead > tr > th:where([dir="ltr"], [dir="ltr"] *){ + text-align: left; +} +.datatable-table > thead > tr > th:where([dir="rtl"], [dir="rtl"] *){ + text-align: right; +} +.datatable-top{ + display: flex; + align-items: center; + justify-content: space-between; +} +.datatable-top::after{ + content: var(--tw-content); + display: none; +} +@media not all and (min-width: 640px){ + .datatable-top{ + flex-direction: column; + align-items: flex-start; + } +} +.datatable-sorter:where([dir="ltr"], [dir="ltr"] *){ + padding-right: 1rem; +} +.datatable-sorter:where([dir="rtl"], [dir="rtl"] *){ + padding-left: 1rem; +} +.datatable-sorter:where([dir="ltr"], [dir="ltr"] *):before, .datatable-sorter:where([dir="ltr"], [dir="ltr"] *):after{ + right: 0.25rem; +} +.datatable-sorter:where([dir="rtl"], [dir="rtl"] *):before, .datatable-sorter:where([dir="rtl"], [dir="rtl"] *):after{ + left: 0.25rem; + right: auto; +} +.datatable-sorter:before{ + --tw-border-opacity: 1; + border-top-color: rgb(136 136 136 / var(--tw-border-opacity)); +} +.datatable-sorter:is([data-pc-theme="dark"] *):before{ + --tw-border-opacity: 1; + border-top-color: rgb(191 191 191 / var(--tw-border-opacity)); +} +.datatable-sorter:after{ + --tw-border-opacity: 1; + border-bottom-color: rgb(136 136 136 / var(--tw-border-opacity)); +} +.datatable-sorter:is([data-pc-theme="dark"] *):after{ + --tw-border-opacity: 1; + border-bottom-color: rgb(191 191 191 / var(--tw-border-opacity)); +} +.datatable-wrapper .datatable-container{ + overflow-x: auto; + border-bottom-width: 0px !important; +} +.datatable-dropdown{ + margin-bottom: 0.25rem; +} +.datatable-dropdown label{ + display: flex; + width: 230px; + align-items: center; + white-space: nowrap; +} +.datatable-dropdown label select:where([dir="ltr"], [dir="ltr"] *){ + margin-left: 0px; + margin-right: 0.5rem; +} +.datatable-dropdown label select:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 0px; + margin-left: 0.5rem; +} +.datatable-pagination a:focus, .datatable-pagination a:hover, .datatable-pagination button:focus, .datatable-pagination button:hover{ + --tw-bg-opacity: 1; + background-color: rgb(244 247 250 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(29 38 48 / var(--tw-text-opacity)); +} +.datatable-pagination a:focus:is([data-pc-theme="dark"] *), .datatable-pagination a:hover:is([data-pc-theme="dark"] *), .datatable-pagination button:focus:is([data-pc-theme="dark"] *), .datatable-pagination button:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); + color: rgba(255, 255, 255, 0.8); +} +.datatable-pagination .datatable-active a,.datatable-pagination .datatable-active button{ + --tw-bg-opacity: 1; + background-color: rgb(244 247 250 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(29 38 48 / var(--tw-text-opacity)); +} +.datatable-pagination .datatable-active a:is([data-pc-theme="dark"] *),.datatable-pagination .datatable-active button:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); + color: rgba(255, 255, 255, 0.8); +} +.datatable-pagination .datatable-active a:focus, .datatable-pagination .datatable-active a:hover, .datatable-pagination .datatable-active button:focus, .datatable-pagination .datatable-active button:hover{ + --tw-bg-opacity: 1; + background-color: rgb(244 247 250 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(29 38 48 / var(--tw-text-opacity)); +} +.datatable-pagination .datatable-active a:focus:is([data-pc-theme="dark"] *), .datatable-pagination .datatable-active a:hover:is([data-pc-theme="dark"] *), .datatable-pagination .datatable-active button:focus:is([data-pc-theme="dark"] *), .datatable-pagination .datatable-active button:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); + color: rgba(255, 255, 255, 0.8); +} +.dt-container>div.row.justify-content-between{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; +} +@media not all and (min-width: 768px){ + .dt-container>div.row.justify-content-between{ + text-align: center; + } + .dt-container>div.row.justify-content-between > *{ + margin-left: auto; + margin-right: auto; + margin-bottom: 0.5rem; + } +} +@media (min-width: 768px){ + .dt-container>div.row.justify-content-between{ + flex-direction: row; + } +} +.dt-container>div.row.mt-2{ + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} +div.dt-container div.dt-search input:where([dir="ltr"], [dir="ltr"] *){ + margin-right: 0.25rem; +} +div.dt-container div.dt-search input:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 0.25rem; +} +div.dt-container div.dt-length select{ + width: 5rem; +} +table.dataTable thead>tr> th:where([dir="ltr"], [dir="ltr"] *){ + padding-right: 2rem; + text-align: left; +} +table.dataTable thead>tr> th:where([dir="rtl"], [dir="rtl"] *){ + padding-left: 2rem !important; + padding-right: .75rem !important; + text-align: right; +} +table.dataTable thead>tr> th .dt-column-order:where([dir="ltr"], [dir="ltr"] *){ + right: 0.75rem !important; +} +table.dataTable thead>tr> th .dt-column-order:where([dir="rtl"], [dir="rtl"] *){ + left: 0.75rem !important; + right: auto !important; +} +.dt-search{ + margin-bottom: 0.5rem; +} +.dt-buttons{ + margin-bottom: 0.25rem; +} +.dt-buttons~.dt-search{ + margin-bottom: 1rem; +} +div.dt-container div.dt-paging ul.pagination, .dt-paging .pagination{ + margin-top: 0.5rem; + margin-bottom: 0.5rem; + display: flex; +} +div.dt-container div.dt-paging ul.pagination > * > *, .dt-paging .pagination > * > *{ + display: inline-block; +} +div.dt-container div.dt-paging ul.pagination > *, .dt-paging .pagination > *{ + border-width: 1px; + --tw-border-opacity: 1; + border-color: rgb(241 241 241 / var(--tw-border-opacity)); +} +div.dt-container div.dt-paging ul.pagination > * > *, .dt-paging .pagination > * > *{ + padding-left: 0.75rem; + padding-right: 0.75rem; + padding-top: 0.375rem; + padding-bottom: 0.375rem; +} +div.dt-container div.dt-paging ul.pagination > *:first-child, .dt-paging .pagination > *:first-child{ + border-top-left-radius: 0.5rem; + border-bottom-left-radius: 0.5rem; +} +div.dt-container div.dt-paging ul.pagination > *:last-child, .dt-paging .pagination > *:last-child{ + border-top-right-radius: 0.5rem; + border-bottom-right-radius: 0.5rem; +} +div.dt-container div.dt-paging ul.pagination > *:hover, .dt-paging .pagination > *:hover{ + background-color: rgb(131 148 162 / 0.1); +} +div.dt-container div.dt-paging ul.pagination:is([data-pc-theme="dark"] *) > *, .dt-paging .pagination:is([data-pc-theme="dark"] *) > *{ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +div.dt-container div.dt-paging ul.pagination .active>.page-link, div.dt-container div.dt-paging ul.pagination .page-link.active, .dt-paging .pagination .active>.page-link, .dt-paging .pagination .page-link.active{ + --tw-border-opacity: 1; + border-color: rgb(4 169 245 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +div.dt-scroll-body{ + border-bottom-width: 0px; +} +.dtfh-floatingparent.dtfh-floatingparent-head{ + top: 74px !important; + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} +.dtfh-floatingparent.dtfh-floatingparent-head:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +.dtfh-floatingparent.dtfh-floatingparent-foot{ + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} +.dtfh-floatingparent.dtfh-floatingparent-foot:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +table.dataTable tbody tr >.dtfc-fixed-start, table.dataTable tbody tr >.dtfc-fixed-end{ + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} +table.dataTable tbody tr >.dtfc-fixed-start:is([data-pc-theme="dark"] *), table.dataTable tbody tr >.dtfc-fixed-end:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +table.dataTable thead tr >.dtfc-fixed-start,table.dataTable thead tr >.dtfc-fixed-end,table.dataTable tfoot tr >.dtfc-fixed-start,table.dataTable tfoot tr >.dtfc-fixed-end{ + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} +table.dataTable thead tr >.dtfc-fixed-start:is([data-pc-theme="dark"] *),table.dataTable thead tr >.dtfc-fixed-end:is([data-pc-theme="dark"] *),table.dataTable tfoot tr >.dtfc-fixed-start:is([data-pc-theme="dark"] *),table.dataTable tfoot tr >.dtfc-fixed-end:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +.table-card .card-body, .table-body.card-body { + padding-left: 0px; + padding-right: 0px; + padding-top: 0px; +} +.table-card .card-body .datatable-top, .table-card .card-body .datatable-bottom, .table-body.card-body .datatable-top, .table-body.card-body .datatable-bottom{ + padding-left: 1.25rem; + padding-right: 1.25rem; +} +@media (min-width: 640px){ + .table-card .card-body .datatable-top, .table-card .card-body .datatable-bottom, .table-body.card-body .datatable-top, .table-body.card-body .datatable-bottom{ + padding-left: 25px; + padding-right: 25px; + } +} +.table-card .card-body .table > thead > tr > th, .table-body.card-body .table > thead > tr > th{ + border-top-width: 0px; +} +.table-card .card-body .table tr td:first-child:where([dir="ltr"], [dir="ltr"] *), .table-card .card-body .table tr th:first-child:where([dir="ltr"], [dir="ltr"] *), .table-body.card-body .table tr td:first-child:where([dir="ltr"], [dir="ltr"] *), .table-body.card-body .table tr th:first-child:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 1.25rem; +} +.table-card .card-body .table tr td:last-child:where([dir="ltr"], [dir="ltr"] *), .table-card .card-body .table tr th:last-child:where([dir="ltr"], [dir="ltr"] *), .table-body.card-body .table tr td:last-child:where([dir="ltr"], [dir="ltr"] *), .table-body.card-body .table tr th:last-child:where([dir="ltr"], [dir="ltr"] *){ + padding-right: 1.25rem; +} +@media (min-width: 640px){ + .table-card .card-body .table tr td:first-child:where([dir="ltr"], [dir="ltr"] *), .table-card .card-body .table tr th:first-child:where([dir="ltr"], [dir="ltr"] *), .table-body.card-body .table tr td:first-child:where([dir="ltr"], [dir="ltr"] *), .table-body.card-body .table tr th:first-child:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 25px; + } + .table-card .card-body .table tr td:last-child:where([dir="ltr"], [dir="ltr"] *), .table-card .card-body .table tr th:last-child:where([dir="ltr"], [dir="ltr"] *), .table-body.card-body .table tr td:last-child:where([dir="ltr"], [dir="ltr"] *), .table-body.card-body .table tr th:last-child:where([dir="ltr"], [dir="ltr"] *){ + padding-right: 25px; + } +} +.table-card .card-body .table tr td:first-child:where([dir="rtl"], [dir="rtl"] *), .table-card .card-body .table tr th:first-child:where([dir="rtl"], [dir="rtl"] *), .table-body.card-body .table tr td:first-child:where([dir="rtl"], [dir="rtl"] *), .table-body.card-body .table tr th:first-child:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 1.25rem; +} +.table-card .card-body .table tr td:last-child:where([dir="rtl"], [dir="rtl"] *), .table-card .card-body .table tr th:last-child:where([dir="rtl"], [dir="rtl"] *), .table-body.card-body .table tr td:last-child:where([dir="rtl"], [dir="rtl"] *), .table-body.card-body .table tr th:last-child:where([dir="rtl"], [dir="rtl"] *){ + padding-left: 1.25rem; +} +@media (min-width: 640px){ + .table-card .card-body .table tr td:first-child:where([dir="rtl"], [dir="rtl"] *), .table-card .card-body .table tr th:first-child:where([dir="rtl"], [dir="rtl"] *), .table-body.card-body .table tr td:first-child:where([dir="rtl"], [dir="rtl"] *), .table-body.card-body .table tr th:first-child:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 25px; + } + .table-card .card-body .table tr td:last-child:where([dir="rtl"], [dir="rtl"] *), .table-card .card-body .table tr th:last-child:where([dir="rtl"], [dir="rtl"] *), .table-body.card-body .table tr td:last-child:where([dir="rtl"], [dir="rtl"] *), .table-body.card-body .table tr th:last-child:where([dir="rtl"], [dir="rtl"] *){ + padding-left: 25px; + } +} +.pointer-events-none{ + pointer-events: none; +} +.visible{ + visibility: visible; +} +.invisible{ + visibility: hidden; +} +.collapse{ + visibility: collapse; +} +.static{ + position: static; +} +.fixed{ + position: fixed; +} +.absolute{ + position: absolute; +} +.relative{ + position: relative; +} +.inset-0{ + inset: 0px; +} +.inset-x-0{ + left: 0px; + right: 0px; +} +.inset-y-0{ + top: 0px; + bottom: 0px; +} +.\!left-auto{ + left: auto !important; +} +.\!right-auto{ + right: auto !important; +} +.\!top-header-height{ + top: 74px !important; +} +.-bottom-px{ + bottom: -1px; +} +.bottom-0{ + bottom: 0px; +} +.bottom-1{ + bottom: 0.25rem; +} +.bottom-\[-100px\]{ + bottom: -100px; +} +.bottom-\[-320px\]{ + bottom: -320px; +} +.bottom-\[150px\]{ + bottom: 150px; +} +.bottom-\[50px\]{ + bottom: 50px; +} +.left-0{ + left: 0px; +} +.left-2\/4{ + left: 50%; +} +.left-\[-100px\]{ + left: -100px; +} +.left-\[-150px\]{ + left: -150px; +} +.left-\[-360px\]{ + left: -360px; +} +.left-auto{ + left: auto; +} +.right-0{ + right: 0px; +} +.right-\[-100px\]{ + right: -100px; +} +.right-\[-150px\]{ + right: -150px; +} +.right-\[-360px\]{ + right: -360px; +} +.right-\[30px\]{ + right: 30px; +} +.right-auto{ + right: auto; +} +.top-0{ + top: 0px; +} +.top-\[-100px\]{ + top: -100px; +} +.top-\[-320px\]{ + top: -320px; +} +.top-\[13px\]{ + top: 13px; +} +.top-\[150px\]{ + top: 150px; +} +.top-full{ + top: 100%; +} +.top-header-height{ + top: 74px; +} +.z-10{ + z-index: 10; +} +.z-50{ + z-index: 50; +} +.z-\[1024\]{ + z-index: 1024; +} +.z-\[1025\]{ + z-index: 1025; +} +.z-\[1026\]{ + z-index: 1026; +} +.z-\[1027\]{ + z-index: 1027; +} +.z-\[1028\]{ + z-index: 1028; +} +.z-\[1030\]{ + z-index: 1030; +} +.z-\[1031\]{ + z-index: 1031; +} +.z-\[1034\]{ + z-index: 1034; +} +.z-\[1\]{ + z-index: 1; +} +.z-\[5\]{ + z-index: 5; +} +.z-\[995\]{ + z-index: 995; +} +.col-span-12{ + grid-column: span 12 / span 12; +} +.col-span-6{ + grid-column: span 6 / span 6; +} +.float-end{ + float: inline-end; +} +.float-right{ + float: right; +} +.float-left{ + float: left; +} +.m-0{ + margin: 0px; +} +.m-\[2px_0_0\]{ + margin: 2px 0 0; +} +.\!my-2{ + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} +.-mx-4{ + margin-left: -1rem; + margin-right: -1rem; +} +.-my-2\.5{ + margin-top: -0.625rem; + margin-bottom: -0.625rem; +} +.mx-1{ + margin-left: 0.25rem; + margin-right: 0.25rem; +} +.mx-10{ + margin-left: 2.5rem; + margin-right: 2.5rem; +} +.mx-2{ + margin-left: 0.5rem; + margin-right: 0.5rem; +} +.mx-auto{ + margin-left: auto; + margin-right: auto; +} +.my-1{ + margin-top: 0.25rem; + margin-bottom: 0.25rem; +} +.my-2{ + margin-top: 0.5rem; + margin-bottom: 0.5rem; +} +.my-3{ + margin-top: 0.75rem; + margin-bottom: 0.75rem; +} +.my-4{ + margin-top: 1rem; + margin-bottom: 1rem; +} +.my-5{ + margin-top: 1.25rem; + margin-bottom: 1.25rem; +} +.mb-0{ + margin-bottom: 0px; +} +.mb-1{ + margin-bottom: 0.25rem; +} +.mb-2{ + margin-bottom: 0.5rem; +} +.mb-2\.5{ + margin-bottom: 0.625rem; +} +.mb-3{ + margin-bottom: 0.75rem; +} +.mb-4{ + margin-bottom: 1rem; +} +.mb-5{ + margin-bottom: 1.25rem; +} +.mb-6{ + margin-bottom: 1.5rem; +} +.mb-8{ + margin-bottom: 2rem; +} +.me-0{ + margin-inline-end: 0px; +} +.me-1{ + margin-inline-end: 0.25rem; +} +.me-2{ + margin-inline-end: 0.5rem; +} +.me-3{ + margin-inline-end: 0.75rem; +} +.me-auto{ + margin-inline-end: auto; +} +.ml-1{ + margin-left: 0.25rem; +} +.ml-2{ + margin-left: 0.5rem; +} +.ml-2\.5{ + margin-left: 0.625rem; +} +.ml-3{ + margin-left: 0.75rem; +} +.ml-\[var\(--ck-image-style-spacing\)\]{ + margin-left: var(--ck-image-style-spacing); +} +.mr-0{ + margin-right: 0px; +} +.mr-1{ + margin-right: 0.25rem; +} +.mr-1\.5{ + margin-right: 0.375rem; +} +.mr-2{ + margin-right: 0.5rem; +} +.mr-2\.5{ + margin-right: 0.625rem; +} +.mr-3{ + margin-right: 0.75rem; +} +.ms-3{ + margin-inline-start: 0.75rem; +} +.ms-auto{ + margin-inline-start: auto; +} +.mt-1{ + margin-top: 0.25rem; +} +.mt-2{ + margin-top: 0.5rem; +} +.mt-3{ + margin-top: 0.75rem; +} +.mt-4{ + margin-top: 1rem; +} +.mt-6{ + margin-top: 1.5rem; +} +.mt-header-height{ + margin-top: 74px; +} +.block{ + display: block; +} +.inline-block{ + display: inline-block; +} +.inline{ + display: inline; +} +.flex{ + display: flex; +} +.inline-flex{ + display: inline-flex; +} +.table{ + display: table; +} +.grid{ + display: grid; +} +.contents{ + display: contents; +} +.hidden{ + display: none; +} +.h-1\.5{ + height: 0.375rem; +} +.h-10{ + height: 2.5rem; +} +.h-11{ + height: 2.75rem; +} +.h-12{ + height: 3rem; +} +.h-2{ + height: 0.5rem; +} +.h-3\.5{ + height: 0.875rem; +} +.h-4{ + height: 1rem; +} +.h-5{ + height: 1.25rem; +} +.h-6{ + height: 1.5rem; +} +.h-\[1\.25em\]{ + height: 1.25em; +} +.h-\[18px\]{ + height: 18px; +} +.h-\[22px\]{ + height: 22px; +} +.h-\[300px\]{ + height: 300px; +} +.h-\[30px\]{ + height: 30px; +} +.h-\[320px\]{ + height: 320px; +} +.h-\[50px\]{ + height: 50px; +} +.h-\[5px\]{ + height: 5px; +} +.h-\[60px\]{ + height: 60px; +} +.h-\[calc\(1\.5em_\+_1\.6rem_\+_2px\)\]{ + height: calc(1.5em + 1.6rem + 2px); +} +.h-\[calc\(100vh_-_74px\)\]{ + height: calc(100vh - 74px); +} +.h-auto{ + height: auto; +} +.h-full{ + height: 100%; +} +.h-header-height{ + height: 74px; +} +.min-h-\[auto\]{ + min-height: auto; +} +.min-h-\[calc\(100vh_-_135px\)\]{ + min-height: calc(100vh - 135px); +} +.min-h-screen{ + min-height: 100vh; +} +.w-1\.5{ + width: 0.375rem; +} +.w-10{ + width: 2.5rem; +} +.w-11{ + width: 2.75rem; +} +.w-12{ + width: 3rem; +} +.w-20{ + width: 5rem; +} +.w-3\.5{ + width: 0.875rem; +} +.w-4{ + width: 1rem; +} +.w-5{ + width: 1.25rem; +} +.w-6{ + width: 1.5rem; +} +.w-\[1\%\]{ + width: 1%; +} +.w-\[1\.25em\]{ + width: 1.25em; +} +.w-\[130px\]{ + width: 130px; +} +.w-\[18px\]{ + width: 18px; +} +.w-\[22px\]{ + width: 22px; +} +.w-\[230px\]{ + width: 230px; +} +.w-\[2em\]{ + width: 2em; +} +.w-\[300px\]{ + width: 300px; +} +.w-\[30px\]{ + width: 30px; +} +.w-\[360px\]{ + width: 360px; +} +.w-\[50px\]{ + width: 50px; +} +.w-\[60px\]{ + width: 60px; +} +.w-auto{ + width: auto; +} +.w-full{ + width: 100%; +} +.w-sidebar-width{ + width: 264px; +} +.min-w-0{ + min-width: 0px; +} +.min-w-48{ + min-width: 12rem; +} +.min-w-\[170px\]{ + min-width: 170px; +} +.max-w-10{ + max-width: 2.5rem; +} +.max-w-48{ + max-width: 12rem; +} +.max-w-\[350px\]{ + max-width: 350px; +} +.max-w-\[50\%\]{ + max-width: 50%; +} +.max-w-full{ + max-width: 100%; +} +.flex-1{ + flex: 1 1 0%; +} +.flex-auto{ + flex: 1 1 auto; +} +.flex-shrink-0{ + flex-shrink: 0; +} +.shrink-0{ + flex-shrink: 0; +} +.grow{ + flex-grow: 1; +} +.origin-top{ + transform-origin: top; +} +.-translate-x-2\/4{ + --tw-translate-x: -50%; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +.scale-0{ + --tw-scale-x: 0; + --tw-scale-y: 0; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +.scale-100{ + --tw-scale-x: 1; + --tw-scale-y: 1; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +.scale-\[1\.08\]{ + --tw-scale-x: 1.08; + --tw-scale-y: 1.08; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +.transform{ + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +.transform-none{ + transform: none; +} +@keyframes btn-floating{ + 0%{ + box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.3); + } + 70%{ + box-shadow: 0 0 0 20px rgba(220, 38, 38, 0); + } + 100%{ + box-shadow: 0 0 0 0 rgba(220, 38, 38, 0); + } +} +.animate-\[btn-floating_2s_infinite\]{ + animation: btn-floating 2s infinite; +} +@keyframes floating{ + 0%{ + transform: rotate(0deg) translate(-10px) rotate(0deg); + } + 100%{ + transform: rotate(360deg) translate(-10px) rotate(-360deg); + } +} +.animate-\[floating_7s_infinite\]{ + animation: floating 7s infinite; +} +@keyframes floating{ + 0%{ + transform: rotate(0deg) translate(-10px) rotate(0deg); + } + 100%{ + transform: rotate(360deg) translate(-10px) rotate(-360deg); + } +} +.animate-\[floating_9s_infinite\]{ + animation: floating 9s infinite; +} +@keyframes hitZak{ + 0%{ + left: 0; + transform: translateX(-1%); + } + 100%{ + left: 100%; + transform: translateX(-99%); + } +} +.animate-\[hitZak_0\.6s_ease-in-out_infinite_alternate\]{ + animation: hitZak 0.6s ease-in-out infinite alternate; +} +@keyframes move-bg{ + to{ + background-position: 400% 0; + } +} +.animate-\[move-bg_24s_infinite_linear\]{ + animation: move-bg 24s infinite linear; +} +.cursor-default{ + cursor: default; +} +.cursor-pointer{ + cursor: pointer; +} +.resize{ + resize: both; +} +.list-\[circle\]{ + list-style-type: circle; +} +.list-decimal{ + list-style-type: decimal; +} +.list-disc{ + list-style-type: disc; +} +.appearance-none{ + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} +.grid-cols-1{ + grid-template-columns: repeat(1, minmax(0, 1fr)); +} +.grid-cols-12{ + grid-template-columns: repeat(12, minmax(0, 1fr)); +} +.grid-cols-\[repeat\(auto-fit\2c minmax\(8rem\2c 1fr\)\)\]{ + grid-template-columns: repeat(auto-fit,minmax(8rem,1fr)); +} +.flex-row{ + flex-direction: row; +} +.flex-col{ + flex-direction: column; +} +.flex-wrap{ + flex-wrap: wrap; +} +.items-end{ + align-items: flex-end; +} +.items-center{ + align-items: center; +} +.items-stretch{ + align-items: stretch; +} +.justify-end{ + justify-content: flex-end; +} +.justify-center{ + justify-content: center; +} +.justify-between{ + justify-content: space-between; +} +.gap-1{ + gap: 0.25rem; +} +.gap-1\.5{ + gap: 0.375rem; +} +.gap-2{ + gap: 0.5rem; +} +.gap-3{ + gap: 0.75rem; +} +.gap-4{ + gap: 1rem; +} +.gap-6{ + gap: 1.5rem; +} +.gap-x-2{ + -moz-column-gap: 0.5rem; + column-gap: 0.5rem; +} +.gap-x-3{ + -moz-column-gap: 0.75rem; + column-gap: 0.75rem; +} +.gap-x-6{ + -moz-column-gap: 1.5rem; + column-gap: 1.5rem; +} +.gap-y-3{ + row-gap: 0.75rem; +} +.gap-y-8{ + row-gap: 2rem; +} +.space-x-2 > :not([hidden]) ~ :not([hidden]){ + --tw-space-x-reverse: 0; + margin-right: calc(0.5rem * var(--tw-space-x-reverse)); + margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); +} +.overflow-hidden{ + overflow: hidden; +} +.overflow-x-auto{ + overflow-x: auto; +} +.whitespace-normal{ + white-space: normal; +} +.whitespace-nowrap{ + white-space: nowrap; +} +.\!rounded{ + border-radius: 0.25rem !important; +} +.rounded{ + border-radius: 0.25rem; +} +.rounded-\[14px_14px_0_0\]{ + border-radius: 14px 14px 0 0; +} +.rounded-\[20px\]{ + border-radius: 20px; +} +.rounded-full{ + border-radius: 9999px; +} +.rounded-lg{ + border-radius: 0.5rem; +} +.rounded-md{ + border-radius: 0.375rem; +} +.rounded-sm{ + border-radius: 0.125rem; +} +.rounded-l{ + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +.\!border-0{ + border-width: 0px !important; +} +.border{ + border-width: 1px; +} +.border-0{ + border-width: 0px; +} +.border-2{ + border-width: 2px; +} +.border-4{ + border-width: 4px; +} +.border-y{ + border-top-width: 1px; + border-bottom-width: 1px; +} +.\!border-b-0{ + border-bottom-width: 0px !important; +} +.border-b{ + border-bottom-width: 1px; +} +.border-b-0{ + border-bottom-width: 0px; +} +.border-l-0{ + border-left-width: 0px; +} +.border-r{ + border-right-width: 1px; +} +.border-r-0{ + border-right-width: 0px; +} +.border-t{ + border-top-width: 1px; +} +.border-t-0{ + border-top-width: 0px; +} +.border-dashed{ + border-style: dashed; +} +.border-danger{ + --tw-border-opacity: 1; + border-color: rgb(244 66 54 / var(--tw-border-opacity)); +} +.border-danger-500{ + --tw-border-opacity: 1; + border-color: rgb(244 66 54 / var(--tw-border-opacity)); +} +.border-dark{ + --tw-border-opacity: 1; + border-color: rgb(33 37 41 / var(--tw-border-opacity)); +} +.border-info{ + --tw-border-opacity: 1; + border-color: rgb(62 191 234 / var(--tw-border-opacity)); +} +.border-primary{ + --tw-border-opacity: 1; + border-color: rgb(4 169 245 / var(--tw-border-opacity)); +} +.border-primary-500{ + --tw-border-opacity: 1; + border-color: rgb(4 169 245 / var(--tw-border-opacity)); +} +.border-secondary{ + --tw-border-opacity: 1; + border-color: rgb(91 107 121 / var(--tw-border-opacity)); +} +.border-success{ + --tw-border-opacity: 1; + border-color: rgb(29 233 182 / var(--tw-border-opacity)); +} +.border-theme-border{ + --tw-border-opacity: 1; + border-color: rgb(241 241 241 / var(--tw-border-opacity)); +} +.border-theme-inputborder{ + --tw-border-opacity: 1; + border-color: rgb(190 200 208 / var(--tw-border-opacity)); +} +.border-themedark-border{ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.border-themedark-inputborder{ + --tw-border-opacity: 1; + border-color: rgb(70 72 76 / var(--tw-border-opacity)); +} +.border-transparent{ + border-color: transparent; +} +.border-warning{ + --tw-border-opacity: 1; + border-color: rgb(244 194 43 / var(--tw-border-opacity)); +} +.border-white{ + --tw-border-opacity: 1; + border-color: rgb(255 255 255 / var(--tw-border-opacity)); +} +.border-y-theme-border{ + --tw-border-opacity: 1; + border-top-color: rgb(241 241 241 / var(--tw-border-opacity)); + border-bottom-color: rgb(241 241 241 / var(--tw-border-opacity)); +} +.border-b-theme-bodycolor{ + --tw-border-opacity: 1; + border-bottom-color: rgb(136 136 136 / var(--tw-border-opacity)); +} +.border-b-themedark-bodycolor{ + --tw-border-opacity: 1; + border-bottom-color: rgb(191 191 191 / var(--tw-border-opacity)); +} +.border-b-themedark-border{ + --tw-border-opacity: 1; + border-bottom-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.border-l-theme-border{ + --tw-border-opacity: 1; + border-left-color: rgb(241 241 241 / var(--tw-border-opacity)); +} +.border-l-themedark-border{ + --tw-border-opacity: 1; + border-left-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.border-r-theme-inputborder{ + --tw-border-opacity: 1; + border-right-color: rgb(190 200 208 / var(--tw-border-opacity)); +} +.border-r-transparent{ + border-right-color: transparent; +} +.border-t-theme-bodycolor{ + --tw-border-opacity: 1; + border-top-color: rgb(136 136 136 / var(--tw-border-opacity)); +} +.border-t-theme-border{ + --tw-border-opacity: 1; + border-top-color: rgb(241 241 241 / var(--tw-border-opacity)); +} +.border-t-themedark-bodycolor{ + --tw-border-opacity: 1; + border-top-color: rgb(191 191 191 / var(--tw-border-opacity)); +} +.border-t-themedark-border{ + --tw-border-opacity: 1; + border-top-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.\!bg-transparent{ + background-color: transparent !important; +} +.bg-\[rgba\(0\2c 0\2c 0\2c \.15\)\]{ + background-color: rgba(0,0,0,.15); +} +.bg-\[rgba\(0\2c 0\2c 0\2c 0\.04\)\]{ + background-color: rgba(0,0,0,0.04); +} +.bg-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\]{ + background-color: rgba(0,0,0,0.1); +} +.bg-\[rgba\(248\2c 249\2c 250\2c 0\.5\)\]{ + background-color: rgba(248,249,250,0.5); +} +.bg-amber-500{ + --tw-bg-opacity: 1; + background-color: rgb(245 158 11 / var(--tw-bg-opacity)); +} +.bg-blue-500{ + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)); +} +.bg-cyan-500{ + --tw-bg-opacity: 1; + background-color: rgb(6 182 212 / var(--tw-bg-opacity)); +} +.bg-danger-100{ + --tw-bg-opacity: 1; + background-color: rgb(252 211 209 / var(--tw-bg-opacity)); +} +.bg-danger-200{ + --tw-bg-opacity: 1; + background-color: rgb(250 175 170 / var(--tw-bg-opacity)); +} +.bg-danger-300{ + --tw-bg-opacity: 1; + background-color: rgb(248 139 131 / var(--tw-bg-opacity)); +} +.bg-danger-400{ + --tw-bg-opacity: 1; + background-color: rgb(246 102 93 / var(--tw-bg-opacity)); +} +.bg-danger-50{ + --tw-bg-opacity: 1; + background-color: rgb(254 230 228 / var(--tw-bg-opacity)); +} +.bg-danger-500{ + --tw-bg-opacity: 1; + background-color: rgb(244 66 54 / var(--tw-bg-opacity)); +} +.bg-danger-500\/0{ + background-color: rgb(244 66 54 / 0); +} +.bg-danger-500\/10{ + background-color: rgb(244 66 54 / 0.1); +} +.bg-danger-600{ + --tw-bg-opacity: 1; + background-color: rgb(229 26 13 / var(--tw-bg-opacity)); +} +.bg-danger-700{ + --tw-bg-opacity: 1; + background-color: rgb(176 20 10 / var(--tw-bg-opacity)); +} +.bg-danger-800{ + --tw-bg-opacity: 1; + background-color: rgb(123 14 7 / var(--tw-bg-opacity)); +} +.bg-danger-900{ + --tw-bg-opacity: 1; + background-color: rgb(70 8 4 / var(--tw-bg-opacity)); +} +.bg-danger-950{ + --tw-bg-opacity: 1; + background-color: rgb(43 5 2 / var(--tw-bg-opacity)); +} +.bg-dark-100{ + --tw-bg-opacity: 1; + background-color: rgb(106 119 131 / var(--tw-bg-opacity)); +} +.bg-dark-200{ + --tw-bg-opacity: 1; + background-color: rgb(88 98 109 / var(--tw-bg-opacity)); +} +.bg-dark-300{ + --tw-bg-opacity: 1; + background-color: rgb(69 78 86 / var(--tw-bg-opacity)); +} +.bg-dark-400{ + --tw-bg-opacity: 1; + background-color: rgb(51 57 64 / var(--tw-bg-opacity)); +} +.bg-dark-50{ + --tw-bg-opacity: 1; + background-color: rgb(115 129 142 / var(--tw-bg-opacity)); +} +.bg-dark-500{ + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); +} +.bg-dark-500\/0{ + background-color: rgb(33 37 41 / 0); +} +.bg-dark-500\/10{ + background-color: rgb(33 37 41 / 0.1); +} +.bg-dark-600{ + --tw-bg-opacity: 1; + background-color: rgb(25 28 31 / var(--tw-bg-opacity)); +} +.bg-dark-700{ + --tw-bg-opacity: 1; + background-color: rgb(18 20 23 / var(--tw-bg-opacity)); +} +.bg-dark-800{ + --tw-bg-opacity: 1; + background-color: rgb(14 15 17 / var(--tw-bg-opacity)); +} +.bg-dark-900{ + --tw-bg-opacity: 1; + background-color: rgb(9 10 11 / var(--tw-bg-opacity)); +} +.bg-dark-950{ + --tw-bg-opacity: 1; + background-color: rgb(2 3 3 / var(--tw-bg-opacity)); +} +.bg-emerald-500{ + --tw-bg-opacity: 1; + background-color: rgb(16 185 129 / var(--tw-bg-opacity)); +} +.bg-fuchsia-500{ + --tw-bg-opacity: 1; + background-color: rgb(217 70 239 / var(--tw-bg-opacity)); +} +.bg-gray-200{ + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} +.bg-gray-900\/20{ + background-color: rgb(17 24 39 / 0.2); +} +.bg-green-500{ + --tw-bg-opacity: 1; + background-color: rgb(34 197 94 / var(--tw-bg-opacity)); +} +.bg-indigo-500{ + --tw-bg-opacity: 1; + background-color: rgb(99 102 241 / var(--tw-bg-opacity)); +} +.bg-info-100{ + --tw-bg-opacity: 1; + background-color: rgb(209 240 250 / var(--tw-bg-opacity)); +} +.bg-info-200{ + --tw-bg-opacity: 1; + background-color: rgb(172 228 246 / var(--tw-bg-opacity)); +} +.bg-info-300{ + --tw-bg-opacity: 1; + background-color: rgb(136 215 242 / var(--tw-bg-opacity)); +} +.bg-info-400{ + --tw-bg-opacity: 1; + background-color: rgb(99 203 238 / var(--tw-bg-opacity)); +} +.bg-info-50{ + --tw-bg-opacity: 1; + background-color: rgb(228 246 252 / var(--tw-bg-opacity)); +} +.bg-info-500{ + --tw-bg-opacity: 1; + background-color: rgb(62 191 234 / var(--tw-bg-opacity)); +} +.bg-info-500\/0{ + background-color: rgb(62 191 234 / 0); +} +.bg-info-500\/10{ + background-color: rgb(62 191 234 / 0.1); +} +.bg-info-600{ + --tw-bg-opacity: 1; + background-color: rgb(24 168 216 / var(--tw-bg-opacity)); +} +.bg-info-700{ + --tw-bg-opacity: 1; + background-color: rgb(18 129 166 / var(--tw-bg-opacity)); +} +.bg-info-800{ + --tw-bg-opacity: 1; + background-color: rgb(13 90 115 / var(--tw-bg-opacity)); +} +.bg-info-900{ + --tw-bg-opacity: 1; + background-color: rgb(7 50 65 / var(--tw-bg-opacity)); +} +.bg-info-950{ + --tw-bg-opacity: 1; + background-color: rgb(4 31 39 / var(--tw-bg-opacity)); +} +.bg-inherit{ + background-color: inherit; +} +.bg-lime-500{ + --tw-bg-opacity: 1; + background-color: rgb(132 204 22 / var(--tw-bg-opacity)); +} +.bg-orange-500{ + --tw-bg-opacity: 1; + background-color: rgb(249 115 22 / var(--tw-bg-opacity)); +} +.bg-pink-500{ + --tw-bg-opacity: 1; + background-color: rgb(236 72 153 / var(--tw-bg-opacity)); +} +.bg-primary-100{ + --tw-bg-opacity: 1; + background-color: rgb(159 224 253 / var(--tw-bg-opacity)); +} +.bg-primary-100\/50{ + background-color: rgb(159 224 253 / 0.5); +} +.bg-primary-200{ + --tw-bg-opacity: 1; + background-color: rgb(119 210 253 / var(--tw-bg-opacity)); +} +.bg-primary-300{ + --tw-bg-opacity: 1; + background-color: rgb(78 197 252 / var(--tw-bg-opacity)); +} +.bg-primary-400{ + --tw-bg-opacity: 1; + background-color: rgb(38 184 251 / var(--tw-bg-opacity)); +} +.bg-primary-50{ + --tw-bg-opacity: 1; + background-color: rgb(179 230 254 / var(--tw-bg-opacity)); +} +.bg-primary-50\/20{ + background-color: rgb(179 230 254 / 0.2); +} +.bg-primary-500{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.bg-primary-500\/0{ + background-color: rgb(4 169 245 / 0); +} +.bg-primary-500\/10{ + background-color: rgb(4 169 245 / 0.1); +} +.bg-primary-600{ + --tw-bg-opacity: 1; + background-color: rgb(3 131 190 / var(--tw-bg-opacity)); +} +.bg-primary-700{ + --tw-bg-opacity: 1; + background-color: rgb(2 93 135 / var(--tw-bg-opacity)); +} +.bg-primary-800{ + --tw-bg-opacity: 1; + background-color: rgb(1 55 79 / var(--tw-bg-opacity)); +} +.bg-primary-900{ + --tw-bg-opacity: 1; + background-color: rgb(0 17 24 / var(--tw-bg-opacity)); +} +.bg-primary-950{ + --tw-bg-opacity: 1; + background-color: rgb(7 11 13 / var(--tw-bg-opacity)); +} +.bg-purple-500{ + --tw-bg-opacity: 1; + background-color: rgb(168 85 247 / var(--tw-bg-opacity)); +} +.bg-red-500{ + --tw-bg-opacity: 1; + background-color: rgb(239 68 68 / var(--tw-bg-opacity)); +} +.bg-rose-500{ + --tw-bg-opacity: 1; + background-color: rgb(244 63 94 / var(--tw-bg-opacity)); +} +.bg-secondary-100{ + --tw-bg-opacity: 1; + background-color: rgb(178 188 197 / var(--tw-bg-opacity)); +} +.bg-secondary-100\/20{ + background-color: rgb(178 188 197 / 0.2); +} +.bg-secondary-200{ + --tw-bg-opacity: 1; + background-color: rgb(155 168 180 / var(--tw-bg-opacity)); +} +.bg-secondary-300{ + --tw-bg-opacity: 1; + background-color: rgb(131 148 162 / var(--tw-bg-opacity)); +} +.bg-secondary-300\/10{ + background-color: rgb(131 148 162 / 0.1); +} +.bg-secondary-400{ + --tw-bg-opacity: 1; + background-color: rgb(109 128 144 / var(--tw-bg-opacity)); +} +.bg-secondary-50{ + --tw-bg-opacity: 1; + background-color: rgb(190 198 206 / var(--tw-bg-opacity)); +} +.bg-secondary-50\/10{ + background-color: rgb(190 198 206 / 0.1); +} +.bg-secondary-50\/20{ + background-color: rgb(190 198 206 / 0.2); +} +.bg-secondary-500{ + --tw-bg-opacity: 1; + background-color: rgb(91 107 121 / var(--tw-bg-opacity)); +} +.bg-secondary-500\/0{ + background-color: rgb(91 107 121 / 0); +} +.bg-secondary-500\/10{ + background-color: rgb(91 107 121 / 0.1); +} +.bg-secondary-600{ + --tw-bg-opacity: 1; + background-color: rgb(67 79 89 / var(--tw-bg-opacity)); +} +.bg-secondary-700{ + --tw-bg-opacity: 1; + background-color: rgb(43 50 57 / var(--tw-bg-opacity)); +} +.bg-secondary-800{ + --tw-bg-opacity: 1; + background-color: rgb(19 22 25 / var(--tw-bg-opacity)); +} +.bg-secondary-900{ + --tw-bg-opacity: 1; + background-color: rgb(11 13 15 / var(--tw-bg-opacity)); +} +.bg-secondary-950{ + --tw-bg-opacity: 1; + background-color: rgb(4 5 6 / var(--tw-bg-opacity)); +} +.bg-sky-500{ + --tw-bg-opacity: 1; + background-color: rgb(14 165 233 / var(--tw-bg-opacity)); +} +.bg-success-100{ + --tw-bg-opacity: 1; + background-color: rgb(178 247 230 / var(--tw-bg-opacity)); +} +.bg-success-200{ + --tw-bg-opacity: 1; + background-color: rgb(141 244 218 / var(--tw-bg-opacity)); +} +.bg-success-300{ + --tw-bg-opacity: 1; + background-color: rgb(103 240 206 / var(--tw-bg-opacity)); +} +.bg-success-400{ + --tw-bg-opacity: 1; + background-color: rgb(66 237 194 / var(--tw-bg-opacity)); +} +.bg-success-50{ + --tw-bg-opacity: 1; + background-color: rgb(196 249 236 / var(--tw-bg-opacity)); +} +.bg-success-500{ + --tw-bg-opacity: 1; + background-color: rgb(29 233 182 / var(--tw-bg-opacity)); +} +.bg-success-500\/0{ + background-color: rgb(29 233 182 / 0); +} +.bg-success-500\/10{ + background-color: rgb(29 233 182 / 0.1); +} +.bg-success-600{ + --tw-bg-opacity: 1; + background-color: rgb(18 188 145 / var(--tw-bg-opacity)); +} +.bg-success-700{ + --tw-bg-opacity: 1; + background-color: rgb(13 137 106 / var(--tw-bg-opacity)); +} +.bg-success-800{ + --tw-bg-opacity: 1; + background-color: rgb(8 85 66 / var(--tw-bg-opacity)); +} +.bg-success-900{ + --tw-bg-opacity: 1; + background-color: rgb(3 34 27 / var(--tw-bg-opacity)); +} +.bg-success-950{ + --tw-bg-opacity: 1; + background-color: rgb(1 9 7 / var(--tw-bg-opacity)); +} +.bg-teal-500{ + --tw-bg-opacity: 1; + background-color: rgb(20 184 166 / var(--tw-bg-opacity)); +} +.bg-theme-bodybg{ + --tw-bg-opacity: 1; + background-color: rgb(244 247 250 / var(--tw-bg-opacity)); +} +.bg-theme-bodycolor{ + --tw-bg-opacity: 1; + background-color: rgb(136 136 136 / var(--tw-bg-opacity)); +} +.bg-theme-cardbg{ + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} +.bg-theme-headerbg{ + background-color: rgba( 244,247,250, 0.7); +} +.bg-theme-inputbg{ + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} +.bg-theme-lightsidebarbg{ + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} +.bg-theme-sidebarbg{ + --tw-bg-opacity: 1; + background-color: rgb(63 77 103 / var(--tw-bg-opacity)); +} +.bg-theme-sidebarbg\/40{ + background-color: rgb(63 77 103 / 0.4); +} +.bg-themedark-bodybg{ + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); +} +.bg-themedark-bodycolor{ + --tw-bg-opacity: 1; + background-color: rgb(191 191 191 / var(--tw-bg-opacity)); +} +.bg-themedark-cardbg{ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +.bg-themedark-inputbg{ + --tw-bg-opacity: 1; + background-color: rgb(57 59 63 / var(--tw-bg-opacity)); +} +.bg-transparent{ + background-color: transparent; +} +.bg-violet-500{ + --tw-bg-opacity: 1; + background-color: rgb(139 92 246 / var(--tw-bg-opacity)); +} +.bg-warning-100{ + --tw-bg-opacity: 1; + background-color: rgb(252 239 198 / var(--tw-bg-opacity)); +} +.bg-warning-200{ + --tw-bg-opacity: 1; + background-color: rgb(250 227 159 / var(--tw-bg-opacity)); +} +.bg-warning-300{ + --tw-bg-opacity: 1; + background-color: rgb(248 216 121 / var(--tw-bg-opacity)); +} +.bg-warning-400{ + --tw-bg-opacity: 1; + background-color: rgb(246 205 82 / var(--tw-bg-opacity)); +} +.bg-warning-50{ + --tw-bg-opacity: 1; + background-color: rgb(253 244 218 / var(--tw-bg-opacity)); +} +.bg-warning-500{ + --tw-bg-opacity: 1; + background-color: rgb(244 194 43 / var(--tw-bg-opacity)); +} +.bg-warning-500\/0{ + background-color: rgb(244 194 43 / 0); +} +.bg-warning-500\/10{ + background-color: rgb(244 194 43 / 0.1); +} +.bg-warning-600{ + --tw-bg-opacity: 1; + background-color: rgb(220 168 11 / var(--tw-bg-opacity)); +} +.bg-warning-700{ + --tw-bg-opacity: 1; + background-color: rgb(166 127 9 / var(--tw-bg-opacity)); +} +.bg-warning-800{ + --tw-bg-opacity: 1; + background-color: rgb(113 86 6 / var(--tw-bg-opacity)); +} +.bg-warning-900{ + --tw-bg-opacity: 1; + background-color: rgb(60 45 3 / var(--tw-bg-opacity)); +} +.bg-warning-950{ + --tw-bg-opacity: 1; + background-color: rgb(33 25 2 / var(--tw-bg-opacity)); +} +.bg-white{ + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} +.bg-white\/10{ + background-color: rgb(255 255 255 / 0.1); +} +.bg-yellow-500{ + --tw-bg-opacity: 1; + background-color: rgb(234 179 8 / var(--tw-bg-opacity)); +} +.bg-\[linear-gradient\(0deg\2c rgba\(0\2c 0\2c 0\2c 0\.5019607843\)\2c transparent\)\]{ + background-image: linear-gradient(0deg,rgba(0,0,0,0.5019607843),transparent); +} +.bg-\[url\(\"\.\.\/images\/layout\/navbar-img-1\.jpg\"\)\]{ + background-image: url("../images/layout/navbar-img-1.jpg"); +} +.bg-\[url\(\"\.\.\/images\/layout\/navbar-img-2\.jpg\"\)\]{ + background-image: url("../images/layout/navbar-img-2.jpg"); +} +.bg-\[url\(\"\.\.\/images\/layout\/navbar-img-3\.jpg\"\)\]{ + background-image: url("../images/layout/navbar-img-3.jpg"); +} +.bg-\[url\(\"\.\.\/images\/layout\/navbar-img-4\.jpg\"\)\]{ + background-image: url("../images/layout/navbar-img-4.jpg"); +} +.bg-\[url\(\"\.\.\/images\/layout\/navbar-img-5\.jpg\"\)\]{ + background-image: url("../images/layout/navbar-img-5.jpg"); +} +.bg-\[url\(\"\.\.\/images\/layout\/navbar-img-6\.jpg\"\)\]{ + background-image: url("../images/layout/navbar-img-6.jpg"); +} +.bg-checkbox-bg{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); +} +.bg-gradient-to-r{ + background-image: linear-gradient(to right, var(--tw-gradient-stops)); +} +.bg-none{ + background-image: none; +} +.bg-radio-bg{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"); +} +.bg-select-bg{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231d2630' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); +} +.bg-switch-active-bg{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); +} +.bg-switch-bg{ + background-image: 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"); +} +.bg-theme-bg-1{ + background-image: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%); +} +.bg-theme-bg-2{ + background-image: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%); +} +.from-\[rgb\(37\2c 161\2c 244\)\]{ + --tw-gradient-from: rgb(37,161,244) var(--tw-gradient-from-position); + --tw-gradient-to: rgb(37 161 244 / 0) var(--tw-gradient-to-position); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} +.via-\[rgb\(249\2c 31\2c 169\)\]{ + --tw-gradient-to: rgb(249 31 169 / 0) var(--tw-gradient-to-position); + --tw-gradient-stops: var(--tw-gradient-from), rgb(249,31,169) var(--tw-gradient-via-position), var(--tw-gradient-to); +} +.to-\[rgb\(37\2c 161\2c 244\)\]{ + --tw-gradient-to: rgb(37,161,244) var(--tw-gradient-to-position); +} +.bg-\[length\:16px_12px\]{ + background-size: 16px 12px; +} +.bg-\[length\:400\%_100\%\]{ + background-size: 400% 100%; +} +.bg-contain{ + background-size: contain; +} +.bg-clip-text{ + -webkit-background-clip: text; + background-clip: text; +} +.bg-center{ + background-position: center; +} +.bg-left{ + background-position: left; +} +.bg-left-top{ + background-position: left top; +} +.bg-no-repeat{ + background-repeat: no-repeat; +} +.\!fill-themedark-inputbg{ + fill: #393b3f !important; +} +.\!fill-white{ + fill: #fff !important; +} +.stroke-theme-bodycolor{ + stroke: #888; +} +.stroke-themedark-bodycolor{ + stroke: #bfbfbf; +} +.\!p-10{ + padding: 2.5rem !important; +} +.p-0{ + padding: 0px; +} +.p-1{ + padding: 0.25rem; +} +.p-2{ + padding: 0.5rem; +} +.p-4{ + padding: 1rem; +} +.p-5{ + padding: 1.25rem; +} +.p-6{ + padding: 1.5rem; +} +.p-\[\.4rem_\.8rem\]{ + padding: .4rem .8rem; +} +.p-\[\.6rem_\.8rem\]{ + padding: .6rem .8rem; +} +.p-\[\.7rem_\.75rem\]{ + padding: .7rem .75rem; +} +.p-\[\.8rem\]{ + padding: .8rem; +} +.p-\[\.9rem_\.75rem\]{ + padding: .9rem .75rem; +} +.p-\[\.9rem_\.8rem\]{ + padding: .9rem .8rem; +} +.p-\[0\.625rem_1rem\]{ + padding: 0.625rem 1rem; +} +.p-\[1\.25rem_\.8rem\]{ + padding: 1.25rem .8rem; +} +.p-\[25px\]{ + padding: 25px; +} +.p-\[3px_20px\]{ + padding: 3px 20px; +} +.p-\[5px_-\]{ + padding: 5px -; +} +.px-0{ + padding-left: 0px; + padding-right: 0px; +} +.px-0\.5{ + padding-left: 0.125rem; + padding-right: 0.125rem; +} +.px-10{ + padding-left: 2.5rem; + padding-right: 2.5rem; +} +.px-2{ + padding-left: 0.5rem; + padding-right: 0.5rem; +} +.px-2\.5{ + padding-left: 0.625rem; + padding-right: 0.625rem; +} +.px-3{ + padding-left: 0.75rem; + padding-right: 0.75rem; +} +.px-4{ + padding-left: 1rem; + padding-right: 1rem; +} +.px-5{ + padding-left: 1.25rem; + padding-right: 1.25rem; +} +.px-6{ + padding-left: 1.5rem; + padding-right: 1.5rem; +} +.px-\[\.7rem\]{ + padding-left: .7rem; + padding-right: .7rem; +} +.px-\[\.85rem\]{ + padding-left: .85rem; + padding-right: .85rem; +} +.px-\[0\.8em\]{ + padding-left: 0.8em; + padding-right: 0.8em; +} +.px-\[15px\]{ + padding-left: 15px; + padding-right: 15px; +} +.px-\[23px\]{ + padding-left: 23px; + padding-right: 23px; +} +.px-\[25px\]{ + padding-left: 25px; + padding-right: 25px; +} +.py-1{ + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} +.py-2{ + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +.py-2\.5{ + padding-top: 0.625rem; + padding-bottom: 0.625rem; +} +.py-3{ + padding-top: 0.75rem; + padding-bottom: 0.75rem; +} +.py-4{ + padding-top: 1rem; + padding-bottom: 1rem; +} +.py-\[\.375rem\]{ + padding-top: .375rem; + padding-bottom: .375rem; +} +.py-\[\.775rem\]{ + padding-top: .775rem; + padding-bottom: .775rem; +} +.py-\[0\.45em\]{ + padding-top: 0.45em; + padding-bottom: 0.45em; +} +.py-\[15px\]{ + padding-top: 15px; + padding-bottom: 15px; +} +.py-\[calc\(\.375rem_\+_1px\)\]{ + padding-top: calc(.375rem + 1px); + padding-bottom: calc(.375rem + 1px); +} +.py-\[calc\(\.775rem_\+_1px\)\]{ + padding-top: calc(.775rem + 1px); + padding-bottom: calc(.775rem + 1px); +} +.py-\[calc\(\.8rem_\+_1px\)\]{ + padding-top: calc(.8rem + 1px); + padding-bottom: calc(.8rem + 1px); +} +.\!pb-0{ + padding-bottom: 0px !important; +} +.pb-0{ + padding-bottom: 0px; +} +.pb-2{ + padding-bottom: 0.5rem; +} +.pl-4{ + padding-left: 1rem; +} +.pr-2{ + padding-right: 0.5rem; +} +.pr-3{ + padding-right: 0.75rem; +} +.pr-\[30px\]{ + padding-right: 30px; +} +.pt-0{ + padding-top: 0px; +} +.pt-5{ + padding-top: 1.25rem; +} +.pt-6{ + padding-top: 1.5rem; +} +.pt-\[100px\]{ + padding-top: 100px; +} +.text-center{ + text-align: center; +} +.text-right{ + text-align: right; +} +.align-top{ + vertical-align: top; +} +.\!align-middle{ + vertical-align: middle !important; +} +.align-middle{ + vertical-align: middle; +} +.align-bottom{ + vertical-align: bottom; +} +.align-text-bottom{ + vertical-align: text-bottom; +} +.\!font-\[\"tabler-icons\"\]{ + font-family: "tabler-icons" !important; +} +.text-2xl{ + font-size: 1.5rem; + line-height: 2rem; +} +.text-\[\.75em\]{ + font-size: .75em; +} +.text-\[\.765625rem\]{ + font-size: .765625rem; +} +.text-\[1\.09375rem\]{ + font-size: 1.09375rem; +} +.text-\[10px\]{ + font-size: 10px; +} +.text-\[11px\]{ + font-size: 11px; +} +.text-\[12px\]{ + font-size: 12px; +} +.text-\[13px\]{ + font-size: 13px; +} +.text-\[14px\]{ + font-size: 14px; +} +.text-\[18px\]{ + font-size: 18px; +} +.text-\[1rem\]{ + font-size: 1rem; +} +.text-\[22px\]{ + font-size: 22px; +} +.text-\[30px\]{ + font-size: 30px; +} +.text-\[36px\]{ + font-size: 36px; +} +.text-\[80\%\]{ + font-size: 80%; +} +.text-base{ + font-size: 0.875rem; +} +.text-lg{ + font-size: 1.125rem; + line-height: 1.75rem; +} +.text-sm{ + font-size: 0.75rem; +} +.text-xl{ + font-size: 1.25rem; + line-height: 1.75rem; +} +.text-xs{ + font-size: 0.75rem; + line-height: 1rem; +} +.font-light{ + font-weight: 300; +} +.font-medium{ + font-weight: 500; +} +.font-normal{ + font-weight: 400; +} +.font-semibold{ + font-weight: 600; +} +.uppercase{ + text-transform: uppercase; +} +.lowercase{ + text-transform: lowercase; +} +.italic{ + font-style: italic; +} +.leading-\[1\.2\]{ + line-height: 1.2; +} +.leading-none{ + line-height: 1; +} +.leading-normal{ + line-height: 1.5; +} +.\!text-theme-bodycolor{ + --tw-text-opacity: 1 !important; + color: rgb(136 136 136 / var(--tw-text-opacity)) !important; +} +.\!text-themedark-bodycolor{ + --tw-text-opacity: 1 !important; + color: rgb(191 191 191 / var(--tw-text-opacity)) !important; +} +.text-amber-500{ + --tw-text-opacity: 1; + color: rgb(245 158 11 / var(--tw-text-opacity)); +} +.text-blue-500{ + --tw-text-opacity: 1; + color: rgb(59 130 246 / var(--tw-text-opacity)); +} +.text-cyan-500{ + --tw-text-opacity: 1; + color: rgb(6 182 212 / var(--tw-text-opacity)); +} +.text-danger{ + --tw-text-opacity: 1; + color: rgb(244 66 54 / var(--tw-text-opacity)); +} +.text-danger-400{ + --tw-text-opacity: 1; + color: rgb(246 102 93 / var(--tw-text-opacity)); +} +.text-danger-500{ + --tw-text-opacity: 1; + color: rgb(244 66 54 / var(--tw-text-opacity)); +} +.text-dark{ + --tw-text-opacity: 1; + color: rgb(33 37 41 / var(--tw-text-opacity)); +} +.text-dark-500{ + --tw-text-opacity: 1; + color: rgb(33 37 41 / var(--tw-text-opacity)); +} +.text-emerald-500{ + --tw-text-opacity: 1; + color: rgb(16 185 129 / var(--tw-text-opacity)); +} +.text-fuchsia-500{ + --tw-text-opacity: 1; + color: rgb(217 70 239 / var(--tw-text-opacity)); +} +.text-gray-900{ + --tw-text-opacity: 1; + color: rgb(17 24 39 / var(--tw-text-opacity)); +} +.text-green-500{ + --tw-text-opacity: 1; + color: rgb(34 197 94 / var(--tw-text-opacity)); +} +.text-indigo-500{ + --tw-text-opacity: 1; + color: rgb(99 102 241 / var(--tw-text-opacity)); +} +.text-info-500{ + --tw-text-opacity: 1; + color: rgb(62 191 234 / var(--tw-text-opacity)); +} +.text-lime-500{ + --tw-text-opacity: 1; + color: rgb(132 204 22 / var(--tw-text-opacity)); +} +.text-orange-500{ + --tw-text-opacity: 1; + color: rgb(249 115 22 / var(--tw-text-opacity)); +} +.text-pink-500{ + --tw-text-opacity: 1; + color: rgb(236 72 153 / var(--tw-text-opacity)); +} +.text-primary-500{ + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.text-purple-500{ + --tw-text-opacity: 1; + color: rgb(168 85 247 / var(--tw-text-opacity)); +} +.text-red-500{ + --tw-text-opacity: 1; + color: rgb(239 68 68 / var(--tw-text-opacity)); +} +.text-rose-500{ + --tw-text-opacity: 1; + color: rgb(244 63 94 / var(--tw-text-opacity)); +} +.text-secondary-500{ + --tw-text-opacity: 1; + color: rgb(91 107 121 / var(--tw-text-opacity)); +} +.text-sky-500{ + --tw-text-opacity: 1; + color: rgb(14 165 233 / var(--tw-text-opacity)); +} +.text-slate-500{ + --tw-text-opacity: 1; + color: rgb(100 116 139 / var(--tw-text-opacity)); +} +.text-slate-900{ + --tw-text-opacity: 1; + color: rgb(15 23 42 / var(--tw-text-opacity)); +} +.text-success{ + --tw-text-opacity: 1; + color: rgb(29 233 182 / var(--tw-text-opacity)); +} +.text-success-500{ + --tw-text-opacity: 1; + color: rgb(29 233 182 / var(--tw-text-opacity)); +} +.text-teal-500{ + --tw-text-opacity: 1; + color: rgb(20 184 166 / var(--tw-text-opacity)); +} +.text-theme-bodycolor{ + --tw-text-opacity: 1; + color: rgb(136 136 136 / var(--tw-text-opacity)); +} +.text-theme-bodycolor\/50{ + color: rgb(136 136 136 / 0.5); +} +.text-theme-bodycolor\/70{ + color: rgb(136 136 136 / 0.7); +} +.text-theme-headercolor{ + --tw-text-opacity: 1; + color: rgb(91 107 121 / var(--tw-text-opacity)); +} +.text-theme-headings{ + --tw-text-opacity: 1; + color: rgb(29 38 48 / var(--tw-text-opacity)); +} +.text-theme-lightsidebarcaption{ + --tw-text-opacity: 1; + color: rgb(63 77 103 / var(--tw-text-opacity)); +} +.text-theme-lightsidebarcolor{ + --tw-text-opacity: 1; + color: rgb(63 77 103 / var(--tw-text-opacity)); +} +.text-theme-secondarytextcolor{ + color: rgba(33, 37, 41, 0.75); +} +.text-theme-sidebarcaption{ + --tw-text-opacity: 1; + color: rgb(232 237 247 / var(--tw-text-opacity)); +} +.text-theme-sidebarcolor{ + --tw-text-opacity: 1; + color: rgb(169 183 208 / var(--tw-text-opacity)); +} +.text-themedark-bodycolor{ + --tw-text-opacity: 1; + color: rgb(191 191 191 / var(--tw-text-opacity)); +} +.text-themedark-bodycolor\/50{ + color: rgb(191 191 191 / 0.5); +} +.text-themedark-bodycolor\/70{ + color: rgb(191 191 191 / 0.7); +} +.text-themedark-headings{ + color: rgba(255, 255, 255, 0.8); +} +.text-themedark-secondarytextcolor{ + --tw-text-opacity: 1; + color: rgb(116 136 146 / var(--tw-text-opacity)); +} +.text-themedark-sidebarcaption{ + --tw-text-opacity: 1; + color: rgb(232 237 247 / var(--tw-text-opacity)); +} +.text-themedark-sidebarcolor{ + --tw-text-opacity: 1; + color: rgb(169 183 208 / var(--tw-text-opacity)); +} +.text-transparent{ + color: transparent; +} +.text-violet-500{ + --tw-text-opacity: 1; + color: rgb(139 92 246 / var(--tw-text-opacity)); +} +.text-warning-500{ + --tw-text-opacity: 1; + color: rgb(244 194 43 / var(--tw-text-opacity)); +} +.text-white{ + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.text-white\/60{ + color: rgb(255 255 255 / 0.6); +} +.text-white\/80{ + color: rgb(255 255 255 / 0.8); +} +.text-white\/\[90\]{ + color: rgb(255 255 255 / 90); +} +.text-yellow-500{ + --tw-text-opacity: 1; + color: rgb(234 179 8 / var(--tw-text-opacity)); +} +.underline{ + -webkit-text-decoration-line: underline; + text-decoration-line: underline; +} +.no-underline{ + -webkit-text-decoration-line: none; + text-decoration-line: none; +} +.opacity-0{ + opacity: 0; +} +.opacity-100{ + opacity: 1; +} +.opacity-50{ + opacity: 0.5; +} +.opacity-75{ + opacity: 0.75; +} +.opacity-90{ + opacity: 0.9; +} +.\!shadow-none{ + --tw-shadow: 0 0 #0000 !important; + --tw-shadow-colored: 0 0 #0000 !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +} +.shadow-2xl{ + --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); + --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-\[0_0_15px_-3px_rgb\(0\2c 0\2c 0\2c 0\.1\)\]{ + --tw-shadow: 0 0 15px -3px rgb(0,0,0,0.1); + --tw-shadow-colored: 0 0 15px -3px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-\[0_0_24px_rgba\(27\2c 46\2c 94\2c \.05\)\]{ + --tw-shadow: 0 0 24px rgba(27,46,94,.05); + --tw-shadow-colored: 0 0 24px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-\[0_10px_20px_0_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{ + --tw-shadow: 0 10px 20px 0 rgba(0,0,0,0.3); + --tw-shadow-colored: 0 10px 20px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-\[0_1px_20px_0_rgba\(69\2c 90\2c 100\2c 0\.08\)\]{ + --tw-shadow: 0 1px 20px 0 rgba(69,90,100,0.08); + --tw-shadow-colored: 0 1px 20px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-\[0_4px_24px_0_rgba\(62\2c 57\2c 107\2c \.18\)\]{ + --tw-shadow: 0 4px 24px 0 rgba(62,57,107,.18); + --tw-shadow-colored: 0 4px 24px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c \.17\)\]{ + --tw-shadow: 0 6px 12px rgba(0,0,0,.17); + --tw-shadow-colored: 0 6px 12px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-\[0px_-6px_10px_0px_rgba\(12\2c 21\2c 70\2c 0\.03\)\]{ + --tw-shadow: 0px -6px 10px 0px rgba(12,21,70,0.03); + --tw-shadow-colored: 0px -6px 10px 0px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-\[0px_8px_24px_rgba\(27\2c 46\2c 94\2c 0\.08\)\]{ + --tw-shadow: 0px 8px 24px rgba(27,46,94,0.08); + --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-\[1px_0_3px_0_rgba\(219\2c 224\2c 229\2c 1\)\]{ + --tw-shadow: 1px 0 3px 0 rgba(219,224,229,1); + --tw-shadow-colored: 1px 0 3px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-lightsidebarshadow{ + --tw-shadow: 7px 0 15px 0 rgba(69, 90, 100, 0.09); + --tw-shadow-colored: 7px 0 15px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-none{ + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.shadow-sidebarshadow{ + --tw-shadow: 1px 0 20px 0 #3f4d67; + --tw-shadow-colored: 1px 0 20px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.outline-none{ + outline: 2px solid transparent; + outline-offset: 2px; +} +.outline{ + outline-style: solid; +} +.\!outline-themedark-border{ + outline-color: #393b3f !important; +} +.blur{ + --tw-blur: blur(8px); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.drop-shadow-\[0px_-6px_10px_rgba\(12\2c 21\2c 70\2c 0\.05\)\]{ + --tw-drop-shadow: drop-shadow(0px -6px 10px rgba(12,21,70,0.05)); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.filter{ + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.backdrop-blur{ + --tw-backdrop-blur: blur(8px); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} +.backdrop-blur-\[3px\]{ + --tw-backdrop-blur: blur(3px); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} +.backdrop-blur-\[7px\]{ + --tw-backdrop-blur: blur(7px); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} +.backdrop-blur-sm{ + --tw-backdrop-blur: blur(4px); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} +.transition{ + transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} +.transition-all{ + transition-property: all; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} +.duration-200{ + transition-duration: 200ms; +} +.duration-500{ + transition-duration: 500ms; +} +.ease-in{ + transition-timing-function: cubic-bezier(0.4, 0, 1, 1); +} +.ease-in-out{ + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} +.content-\[\"\"\]{ + --tw-content: ""; + content: var(--tw-content); +} +.content-\[\"\\\\ea1c\"\]{ + --tw-content: "\\ea1c"; + content: var(--tw-content); +} +.content-\[\"\\\\ea61\"\]{ + --tw-content: "\\ea61"; + content: var(--tw-content); +} +.content-\[\"\\\\ea65\"\]{ + --tw-content: "\\ea65"; + content: var(--tw-content); +} +.content-\[\"\\\\ea69\"\]{ + --tw-content: "\\ea69"; + content: var(--tw-content); +} +.content-\[\"\\\\ea7d\"\]{ + --tw-content: "\\ea7d"; + content: var(--tw-content); +} +.content-\[\"\\\\eaf2\"\]{ + --tw-content: "\\eaf2"; + content: var(--tw-content); +} +.content-\[\"\\\\eb0b\"\]{ + --tw-content: "\\eb0b"; + content: var(--tw-content); +} +.content-\[\"\\\\eb5f\"\]{ + --tw-content: "\\eb5f"; + content: var(--tw-content); +} +@media (min-width: 640px){ + .dt-container>div.sm\:mt-2.row{ + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } +} +.\*\:relative > *{ + position: relative; +} +.\*\:m-\[5px\] > *{ + margin: 5px; +} +.\*\:\*\:inline-block > * > *{ + display: inline-block; +} +.\*\:inline-flex > *{ + display: inline-flex; +} +.\*\:h-\[70px\] > *{ + height: 70px; +} +.\*\:min-h-header-height > *{ + min-height: 74px; +} +.\*\:w-\[70px\] > *{ + width: 70px; +} +.\*\:cursor-pointer > *{ + cursor: pointer; +} +.\*\:items-center > *{ + align-items: center; +} +.\*\:justify-center > *{ + justify-content: center; +} +.\*\:rounded-lg > *{ + border-radius: 0.5rem; +} +.\*\:rounded-none > *{ + border-radius: 0px; +} +.\*\:border > *{ + border-width: 1px; +} +.\*\:border-theme-border > *{ + --tw-border-opacity: 1; + border-color: rgb(241 241 241 / var(--tw-border-opacity)); +} +.\*\:\*\:px-3 > * > *{ + padding-left: 0.75rem; + padding-right: 0.75rem; +} +.\*\:\*\:py-1\.5 > * > *{ + padding-top: 0.375rem; + padding-bottom: 0.375rem; +} +.\*\:text-theme-bodycolor > *{ + --tw-text-opacity: 1; + color: rgb(136 136 136 / var(--tw-text-opacity)); +} +.placeholder\:text-\[\#bec8d0\]::-moz-placeholder{ + --tw-text-opacity: 1; + color: rgb(190 200 208 / var(--tw-text-opacity)); +} +.placeholder\:text-\[\#bec8d0\]::placeholder{ + --tw-text-opacity: 1; + color: rgb(190 200 208 / var(--tw-text-opacity)); +} +.before\:absolute::before{ + content: var(--tw-content); + position: absolute; +} +.before\:inset-y-0::before{ + content: var(--tw-content); + top: 0px; + bottom: 0px; +} +.before\:bottom-0::before{ + content: var(--tw-content); + bottom: 0px; +} +.before\:left-0::before{ + content: var(--tw-content); + left: 0px; +} +.before\:right-0::before{ + content: var(--tw-content); + right: 0px; +} +.before\:w-\[3px\]::before{ + content: var(--tw-content); + width: 3px; +} +.before\:rounded-md::before{ + content: var(--tw-content); + border-radius: 0.375rem; +} +.before\:bg-primary-500::before{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.before\:bg-slate-500::before{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(100 116 139 / var(--tw-bg-opacity)); +} +.before\:font-\[\'tabler-icons\'\]::before{ + content: var(--tw-content); + font-family: 'tabler-icons'; +} +.before\:opacity-0::before{ + content: var(--tw-content); + opacity: 0; +} +.before\:content-\[\"\"\]::before{ + --tw-content: ""; + content: var(--tw-content); +} +.before\:content-\[\'\2014\'\]::before{ + --tw-content: '—'; + content: var(--tw-content); +} +.after\:absolute::after{ + content: var(--tw-content); + position: absolute; +} +.after\:inset-0::after{ + content: var(--tw-content); + inset: 0px; +} +.after\:top-5::after{ + content: var(--tw-content); + top: 1.25rem; +} +.after\:z-\[1\]::after{ + content: var(--tw-content); + z-index: 1; +} +.after\:ml-1::after{ + content: var(--tw-content); + margin-left: 0.25rem; +} +.after\:hidden::after{ + content: var(--tw-content); + display: none; +} +.after\:h-\[5px\]::after{ + content: var(--tw-content); + height: 5px; +} +.after\:w-\[5px\]::after{ + content: var(--tw-content); + width: 5px; +} +.after\:scale-0::after{ + content: var(--tw-content); + --tw-scale-x: 0; + --tw-scale-y: 0; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +.after\:scale-\[1\.2\]::after{ + content: var(--tw-content); + --tw-scale-x: 1.2; + --tw-scale-y: 1.2; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +.after\:rounded-full::after{ + content: var(--tw-content); + border-radius: 9999px; +} +.after\:bg-dark-500::after{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); +} +.after\:bg-primary-500::after{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.after\:bg-theme-activebg::after{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(243 245 247 / var(--tw-bg-opacity)); +} +.after\:bg-theme-sidebarcolor::after{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(169 183 208 / var(--tw-bg-opacity)); +} +.after\:bg-white\/10::after{ + content: var(--tw-content); + background-color: rgb(255 255 255 / 0.1); +} +.after\:align-bottom::after{ + content: var(--tw-content); + vertical-align: bottom; +} +.after\:font-\[\'tabler-icons\'\]::after{ + content: var(--tw-content); + font-family: 'tabler-icons'; +} +.after\:text-base::after{ + content: var(--tw-content); + font-size: 0.875rem; +} +.after\:opacity-0::after{ + content: var(--tw-content); + opacity: 0; +} +.after\:opacity-10::after{ + content: var(--tw-content); + opacity: 0.1; +} +.after\:opacity-100::after{ + content: var(--tw-content); + opacity: 1; +} +.after\:transition::after{ + content: var(--tw-content); + transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} +.after\:\!content-\[\"\"\]::after{ + --tw-content: "" !important; + content: var(--tw-content) !important; +} +.after\:content-\[\"\"\]::after{ + --tw-content: ""; + content: var(--tw-content); +} +.after\:content-\[\'\\\\ea5f\'\]::after{ + --tw-content: '\\ea5f'; + content: var(--tw-content); +} +.first\:pt-2\.5:first-child{ + padding-top: 0.625rem; +} +.first\:\*\:rounded-l-lg > *:first-child{ + border-top-left-radius: 0.5rem; + border-bottom-left-radius: 0.5rem; +} +.last\:opacity-75:last-child{ + opacity: 0.75; +} +.last\:\*\:rounded-r-lg > *:last-child{ + border-top-right-radius: 0.5rem; + border-bottom-right-radius: 0.5rem; +} +.odd\:bg-secondary-300\/10:nth-child(odd){ + background-color: rgb(131 148 162 / 0.1); +} +.checked\:border-primary-500:checked{ + --tw-border-opacity: 1; + border-color: rgb(4 169 245 / var(--tw-border-opacity)); +} +.checked\:bg-primary-500:checked{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.checked\:bg-checkbox-bg:checked{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); +} +.checked\:bg-radio-bg:checked{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"); +} +.checked\:bg-switch-active-bg:checked{ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); +} +.checked\:bg-right:checked{ + background-position: right; +} +.hover\:\!bg-\[rgba\(0\2c 0\2c 0\2c \.04\)\]:hover{ + background-color: rgba(0,0,0,.04) !important; +} +.hover\:bg-danger-100:hover{ + --tw-bg-opacity: 1; + background-color: rgb(252 211 209 / var(--tw-bg-opacity)); +} +.hover\:bg-danger-500:hover{ + --tw-bg-opacity: 1; + background-color: rgb(244 66 54 / var(--tw-bg-opacity)); +} +.hover\:bg-danger-600:hover{ + --tw-bg-opacity: 1; + background-color: rgb(229 26 13 / var(--tw-bg-opacity)); +} +.hover\:bg-dark-100:hover{ + --tw-bg-opacity: 1; + background-color: rgb(106 119 131 / var(--tw-bg-opacity)); +} +.hover\:bg-dark-500:hover{ + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); +} +.hover\:bg-dark-600:hover{ + --tw-bg-opacity: 1; + background-color: rgb(25 28 31 / var(--tw-bg-opacity)); +} +.hover\:bg-gray-900:hover{ + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} +.hover\:bg-info-100:hover{ + --tw-bg-opacity: 1; + background-color: rgb(209 240 250 / var(--tw-bg-opacity)); +} +.hover\:bg-info-500:hover{ + --tw-bg-opacity: 1; + background-color: rgb(62 191 234 / var(--tw-bg-opacity)); +} +.hover\:bg-info-600:hover{ + --tw-bg-opacity: 1; + background-color: rgb(24 168 216 / var(--tw-bg-opacity)); +} +.hover\:bg-primary-100:hover{ + --tw-bg-opacity: 1; + background-color: rgb(159 224 253 / var(--tw-bg-opacity)); +} +.hover\:bg-primary-500:hover{ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.hover\:bg-primary-500\/\[\.05\]:hover{ + background-color: rgb(4 169 245 / .05); +} +.hover\:bg-primary-600:hover{ + --tw-bg-opacity: 1; + background-color: rgb(3 131 190 / var(--tw-bg-opacity)); +} +.hover\:bg-secondary-100\/20:hover{ + background-color: rgb(178 188 197 / 0.2); +} +.hover\:bg-secondary-100\/50:hover{ + background-color: rgb(178 188 197 / 0.5); +} +.hover\:bg-secondary-200:hover{ + --tw-bg-opacity: 1; + background-color: rgb(155 168 180 / var(--tw-bg-opacity)); +} +.hover\:bg-secondary-50\/20:hover{ + background-color: rgb(190 198 206 / 0.2); +} +.hover\:bg-secondary-500:hover{ + --tw-bg-opacity: 1; + background-color: rgb(91 107 121 / var(--tw-bg-opacity)); +} +.hover\:bg-secondary-600:hover{ + --tw-bg-opacity: 1; + background-color: rgb(67 79 89 / var(--tw-bg-opacity)); +} +.hover\:bg-success-100:hover{ + --tw-bg-opacity: 1; + background-color: rgb(178 247 230 / var(--tw-bg-opacity)); +} +.hover\:bg-success-500:hover{ + --tw-bg-opacity: 1; + background-color: rgb(29 233 182 / var(--tw-bg-opacity)); +} +.hover\:bg-success-600:hover{ + --tw-bg-opacity: 1; + background-color: rgb(18 188 145 / var(--tw-bg-opacity)); +} +.hover\:bg-warning-100:hover{ + --tw-bg-opacity: 1; + background-color: rgb(252 239 198 / var(--tw-bg-opacity)); +} +.hover\:bg-warning-500:hover{ + --tw-bg-opacity: 1; + background-color: rgb(244 194 43 / var(--tw-bg-opacity)); +} +.hover\:bg-warning-600:hover{ + --tw-bg-opacity: 1; + background-color: rgb(220 168 11 / var(--tw-bg-opacity)); +} +.hover\:text-danger-600:hover{ + --tw-text-opacity: 1; + color: rgb(229 26 13 / var(--tw-text-opacity)); +} +.hover\:text-primary-500:hover{ + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.hover\:text-theme-bodycolor:hover{ + --tw-text-opacity: 1; + color: rgb(136 136 136 / var(--tw-text-opacity)); +} +.hover\:text-white:hover{ + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.hover\:underline:hover{ + -webkit-text-decoration-line: underline; + text-decoration-line: underline; +} +.hover\:opacity-100:hover{ + opacity: 1; +} +.hover\:opacity-70:hover{ + opacity: 0.7; +} +.hover\:\*\:bg-secondary-300\/10 > *:hover{ + background-color: rgb(131 148 162 / 0.1); +} +.hover\:\*\:text-primary-500 > *:hover{ + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.hover\:after\:scale-100:hover::after{ + content: var(--tw-content); + --tw-scale-x: 1; + --tw-scale-y: 1; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +.hover\:after\:scale-\[1\.2\]:hover::after{ + content: var(--tw-content); + --tw-scale-x: 1.2; + --tw-scale-y: 1.2; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +.hover\:after\:rounded:hover::after{ + content: var(--tw-content); + border-radius: 0.25rem; +} +.hover\:after\:bg-dark-500:hover::after{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); +} +.hover\:after\:bg-primary-500:hover::after{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.hover\:after\:opacity-100:hover::after{ + content: var(--tw-content); + opacity: 1; +} +.focus\:border-primary-500:focus{ + --tw-border-opacity: 1; + border-color: rgb(4 169 245 / var(--tw-border-opacity)); +} +.focus\:bg-danger-200:focus{ + --tw-bg-opacity: 1; + background-color: rgb(250 175 170 / var(--tw-bg-opacity)); +} +.focus\:bg-danger-600:focus{ + --tw-bg-opacity: 1; + background-color: rgb(229 26 13 / var(--tw-bg-opacity)); +} +.focus\:bg-dark-200:focus{ + --tw-bg-opacity: 1; + background-color: rgb(88 98 109 / var(--tw-bg-opacity)); +} +.focus\:bg-dark-600:focus{ + --tw-bg-opacity: 1; + background-color: rgb(25 28 31 / var(--tw-bg-opacity)); +} +.focus\:bg-info-200:focus{ + --tw-bg-opacity: 1; + background-color: rgb(172 228 246 / var(--tw-bg-opacity)); +} +.focus\:bg-info-600:focus{ + --tw-bg-opacity: 1; + background-color: rgb(24 168 216 / var(--tw-bg-opacity)); +} +.focus\:bg-primary-100\/50:focus{ + background-color: rgb(159 224 253 / 0.5); +} +.focus\:bg-primary-50\/20:focus{ + background-color: rgb(179 230 254 / 0.2); +} +.focus\:bg-primary-600:focus{ + --tw-bg-opacity: 1; + background-color: rgb(3 131 190 / var(--tw-bg-opacity)); +} +.focus\:bg-secondary-200\/50:focus{ + background-color: rgb(155 168 180 / 0.5); +} +.focus\:bg-secondary-50\/20:focus{ + background-color: rgb(190 198 206 / 0.2); +} +.focus\:bg-secondary-600:focus{ + --tw-bg-opacity: 1; + background-color: rgb(67 79 89 / var(--tw-bg-opacity)); +} +.focus\:bg-success-200:focus{ + --tw-bg-opacity: 1; + background-color: rgb(141 244 218 / var(--tw-bg-opacity)); +} +.focus\:bg-success-600:focus{ + --tw-bg-opacity: 1; + background-color: rgb(18 188 145 / var(--tw-bg-opacity)); +} +.focus\:bg-warning-200:focus{ + --tw-bg-opacity: 1; + background-color: rgb(250 227 159 / var(--tw-bg-opacity)); +} +.focus\:bg-warning-600:focus{ + --tw-bg-opacity: 1; + background-color: rgb(220 168 11 / var(--tw-bg-opacity)); +} +.focus\:text-danger-600:focus{ + --tw-text-opacity: 1; + color: rgb(229 26 13 / var(--tw-text-opacity)); +} +.focus\:text-white:focus{ + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.focus\:opacity-70:focus{ + opacity: 0.7; +} +.focus\:shadow-\[0_0_0_1px_\#ccc\]:focus{ + --tw-shadow: 0 0 0 1px #ccc; + --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.focus\:shadow-primary-500:focus{ + --tw-shadow-color: #04A9F5; + --tw-shadow: var(--tw-shadow-colored); +} +.focus\:shadow-primary-500\/10:focus{ + --tw-shadow-color: rgb(4 169 245 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +.focus\:outline-none:focus{ + outline: 2px solid transparent; + outline-offset: 2px; +} +.focus\:ring-2:focus{ + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +} +.focus\:ring-white:focus{ + --tw-ring-opacity: 1; + --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)); +} +.focus\:ring-offset-2:focus{ + --tw-ring-offset-width: 2px; +} +.focus\:ring-offset-gray-800:focus{ + --tw-ring-offset-color: #1f2937; +} +.active\:bg-danger-700:active{ + --tw-bg-opacity: 1; + background-color: rgb(176 20 10 / var(--tw-bg-opacity)); +} +.active\:bg-dark-700:active{ + --tw-bg-opacity: 1; + background-color: rgb(18 20 23 / var(--tw-bg-opacity)); +} +.active\:bg-info-700:active{ + --tw-bg-opacity: 1; + background-color: rgb(18 129 166 / var(--tw-bg-opacity)); +} +.active\:bg-primary-50\/30:active{ + background-color: rgb(179 230 254 / 0.3); +} +.active\:bg-primary-700:active{ + --tw-bg-opacity: 1; + background-color: rgb(2 93 135 / var(--tw-bg-opacity)); +} +.active\:bg-secondary-50\/30:active{ + background-color: rgb(190 198 206 / 0.3); +} +.active\:bg-secondary-700:active{ + --tw-bg-opacity: 1; + background-color: rgb(43 50 57 / var(--tw-bg-opacity)); +} +.active\:bg-success-700:active{ + --tw-bg-opacity: 1; + background-color: rgb(13 137 106 / var(--tw-bg-opacity)); +} +.active\:bg-warning-700:active{ + --tw-bg-opacity: 1; + background-color: rgb(166 127 9 / var(--tw-bg-opacity)); +} +.active\:text-danger-600:active{ + --tw-text-opacity: 1; + color: rgb(229 26 13 / var(--tw-text-opacity)); +} +.active\:opacity-70:active{ + opacity: 0.7; +} +.disabled\:pointer-events-none:disabled{ + pointer-events: none; +} +.disabled\:bg-secondary-200\/10:disabled{ + background-color: rgb(155 168 180 / 0.1); +} +.disabled\:opacity-50:disabled{ + opacity: 0.5; +} +.group:hover .group-hover\:opacity-100{ + opacity: 1; +} +.dark\:hidden:is([data-pc-theme="dark"] *){ + display: none; +} +.dark\:border-0:is([data-pc-theme="dark"] *){ + border-width: 0px; +} +.dark\:border-r:is([data-pc-theme="dark"] *){ + border-right-width: 1px; +} +.dark\:border-themedark-border:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.dark\:border-themedark-inputborder:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(70 72 76 / var(--tw-border-opacity)); +} +.dark\:border-white\/50:is([data-pc-theme="dark"] *){ + border-color: rgb(255 255 255 / 0.5); +} +.dark\:border-y-themedark-border:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-top-color: rgb(57 59 63 / var(--tw-border-opacity)); + border-bottom-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.dark\:border-b-themedark-bodycolor:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-bottom-color: rgb(191 191 191 / var(--tw-border-opacity)); +} +.dark\:border-b-themedark-border:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-bottom-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.dark\:border-l-themedark-border:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-left-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.dark\:border-r-themedark-inputborder:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-right-color: rgb(70 72 76 / var(--tw-border-opacity)); +} +.dark\:border-t-themedark-bodycolor:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-top-color: rgb(191 191 191 / var(--tw-border-opacity)); +} +.dark\:border-t-themedark-border:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-top-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.dark\:\!bg-themedark-inputbg:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1 !important; + background-color: rgb(57 59 63 / var(--tw-bg-opacity)) !important; +} +.dark\:bg-\[\#46484c\]:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(70 72 76 / var(--tw-bg-opacity)); +} +.dark\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\]:is([data-pc-theme="dark"] *){ + background-color: rgba(0,0,0,0.2); +} +.dark\:bg-danger-500\/10:is([data-pc-theme="dark"] *){ + background-color: rgb(244 66 54 / 0.1); +} +.dark\:bg-dark-500:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); +} +.dark\:bg-dark-500\/10:is([data-pc-theme="dark"] *){ + background-color: rgb(33 37 41 / 0.1); +} +.dark\:bg-info-500\/10:is([data-pc-theme="dark"] *){ + background-color: rgb(62 191 234 / 0.1); +} +.dark\:bg-primary-500\/10:is([data-pc-theme="dark"] *){ + background-color: rgb(4 169 245 / 0.1); +} +.dark\:bg-secondary-500\/10:is([data-pc-theme="dark"] *){ + background-color: rgb(91 107 121 / 0.1); +} +.dark\:bg-success-500\/10:is([data-pc-theme="dark"] *){ + background-color: rgb(29 233 182 / 0.1); +} +.dark\:bg-themedark-bodybg:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 34 36 / var(--tw-bg-opacity)); +} +.dark\:bg-themedark-bodycolor:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(191 191 191 / var(--tw-bg-opacity)); +} +.dark\:bg-themedark-cardbg:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +.dark\:bg-themedark-headerbg:is([data-pc-theme="dark"] *){ + background-color: rgba( 33, 34, 36, 0.7); +} +.dark\:bg-themedark-inputbg:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(57 59 63 / var(--tw-bg-opacity)); +} +.dark\:bg-themedark-sidebarbg:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(43 44 47 / var(--tw-bg-opacity)); +} +.dark\:bg-transparent:is([data-pc-theme="dark"] *){ + background-color: transparent; +} +.dark\:bg-warning-500\/10:is([data-pc-theme="dark"] *){ + background-color: rgb(244 194 43 / 0.1); +} +.dark\:bg-select-bg-dark:is([data-pc-theme="dark"] *){ + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bfbfbf' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); +} +.dark\:\!fill-themedark-inputbg:is([data-pc-theme="dark"] *){ + fill: #393b3f !important; +} +.dark\:\!fill-white:is([data-pc-theme="dark"] *){ + fill: #fff !important; +} +.dark\:stroke-themedark-bodycolor:is([data-pc-theme="dark"] *){ + stroke: #bfbfbf; +} +.dark\:\!text-themedark-bodycolor:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1 !important; + color: rgb(191 191 191 / var(--tw-text-opacity)) !important; +} +.dark\:text-slate-200:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(226 232 240 / var(--tw-text-opacity)); +} +.dark\:text-slate-400:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(148 163 184 / var(--tw-text-opacity)); +} +.dark\:text-themedark-bodycolor:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(191 191 191 / var(--tw-text-opacity)); +} +.dark\:text-themedark-bodycolor\/50:is([data-pc-theme="dark"] *){ + color: rgb(191 191 191 / 0.5); +} +.dark\:text-themedark-bodycolor\/70:is([data-pc-theme="dark"] *){ + color: rgb(191 191 191 / 0.7); +} +.dark\:text-themedark-headercolor:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(111 116 127 / var(--tw-text-opacity)); +} +.dark\:text-themedark-headings:is([data-pc-theme="dark"] *){ + color: rgba(255, 255, 255, 0.8); +} +.dark\:text-themedark-secondarytextcolor:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(116 136 146 / var(--tw-text-opacity)); +} +.dark\:text-themedark-sidebarcaption:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(232 237 247 / var(--tw-text-opacity)); +} +.dark\:text-themedark-sidebarcolor:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(169 183 208 / var(--tw-text-opacity)); +} +.dark\:text-white:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} +.dark\:text-white\/50:is([data-pc-theme="dark"] *){ + color: rgb(255 255 255 / 0.5); +} +.dark\:text-white\/80:is([data-pc-theme="dark"] *){ + color: rgb(255 255 255 / 0.8); +} +.dark\:shadow-\[0_0_24px_rgba\(27\2c 46\2c 94\2c \.05\)\]:is([data-pc-theme="dark"] *){ + --tw-shadow: 0 0 24px rgba(27,46,94,.05); + --tw-shadow-colored: 0 0 24px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.dark\:shadow-none:is([data-pc-theme="dark"] *){ + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} +.dark\:shadow-\[none\]:is([data-pc-theme="dark"] *){ + --tw-shadow-color: none; + --tw-shadow: var(--tw-shadow-colored); +} +.dark\:\!outline-themedark-border:is([data-pc-theme="dark"] *){ + outline-color: #393b3f !important; +} +.dark\:ring-1:is([data-pc-theme="dark"] *){ + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +} +.dark\:ring-inset:is([data-pc-theme="dark"] *){ + --tw-ring-inset: inset; +} +.dark\:ring-white\/10:is([data-pc-theme="dark"] *){ + --tw-ring-color: rgb(255 255 255 / 0.1); +} +.dark\:brightness-\[0\.1\]:is([data-pc-theme="dark"] *){ + --tw-brightness: brightness(0.1); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.\*\:dark\:border-themedark-border:is([data-pc-theme="dark"] *) > *{ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.dark\:\*\:border-themedark-border > *:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(57 59 63 / var(--tw-border-opacity)); +} +.dark\:\*\:text-themedark-bodycolor > *:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(191 191 191 / var(--tw-text-opacity)); +} +.dark\:after\:bg-themedark-activebg:is([data-pc-theme="dark"] *)::after{ + content: var(--tw-content); + --tw-bg-opacity: 1; + background-color: rgb(40 42 44 / var(--tw-bg-opacity)); +} +.dark\:hover\:bg-danger-500:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(244 66 54 / var(--tw-bg-opacity)); +} +.dark\:hover\:bg-dark-500:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(33 37 41 / var(--tw-bg-opacity)); +} +.dark\:hover\:bg-dark-500\/10:hover:is([data-pc-theme="dark"] *){ + background-color: rgb(33 37 41 / 0.1); +} +.dark\:hover\:bg-info-500:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(62 191 234 / var(--tw-bg-opacity)); +} +.dark\:hover\:bg-primary-500:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(4 169 245 / var(--tw-bg-opacity)); +} +.dark\:hover\:bg-secondary-500:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(91 107 121 / var(--tw-bg-opacity)); +} +.dark\:hover\:bg-secondary-500\/10:hover:is([data-pc-theme="dark"] *){ + background-color: rgb(91 107 121 / 0.1); +} +.dark\:hover\:bg-success-500:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(29 233 182 / var(--tw-bg-opacity)); +} +.dark\:hover\:bg-warning-500:hover:is([data-pc-theme="dark"] *){ + --tw-bg-opacity: 1; + background-color: rgb(244 194 43 / var(--tw-bg-opacity)); +} +.dark\:hover\:text-primary-500:hover:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.dark\:hover\:text-themedark-bodycolor:hover:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(191 191 191 / var(--tw-text-opacity)); +} +.dark\:hover\:\*\:text-primary-500 > *:hover:is([data-pc-theme="dark"] *){ + --tw-text-opacity: 1; + color: rgb(4 169 245 / var(--tw-text-opacity)); +} +.dark\:focus\:border-primary-500:focus:is([data-pc-theme="dark"] *){ + --tw-border-opacity: 1; + border-color: rgb(4 169 245 / var(--tw-border-opacity)); +} +.dark\:focus\:bg-secondary-500\/10:focus:is([data-pc-theme="dark"] *){ + background-color: rgb(91 107 121 / 0.1); +} +.dark\:focus\:shadow-primary-500\/10:focus:is([data-pc-theme="dark"] *){ + --tw-shadow-color: rgb(4 169 245 / 0.1); + --tw-shadow: var(--tw-shadow-colored); +} +@media not all and (min-width: 1024px){ + .max-lg\:right-0{ + right: 0px; + } + .max-lg\:ml-0{ + margin-left: 0px; + } + .max-lg\:hidden{ + display: none; + } + .max-lg\:shadow-none{ + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } +} +@media not all and (min-width: 768px){ + .max-md\:text-center{ + text-align: center; + } + .max-md\:\*\:mx-auto > *{ + margin-left: auto; + margin-right: auto; + } + .max-md\:\*\:mb-2 > *{ + margin-bottom: 0.5rem; + } +} +@media not all and (min-width: 640px){ + .max-sm\:static{ + position: static; + } + .max-sm\:\!left-\[15px\]{ + left: 15px !important; + } + .max-sm\:\!right-\[15px\]{ + right: 15px !important; + } + .max-sm\:\!top-full{ + top: 100% !important; + } + .max-sm\:mr-2{ + margin-right: 0.5rem; + } + .max-sm\:min-w-\[calc\(100vw_-_30px\)\]{ + min-width: calc(100vw - 30px); + } + .max-sm\:\!transform-none{ + transform: none !important; + } + .max-sm\:flex-col{ + flex-direction: column; + } + .max-sm\:items-start{ + align-items: flex-start; + } + .max-sm\:rounded-full{ + border-radius: 9999px; + } + .max-sm\:p-\[13px\]{ + padding: 13px; + } + .max-sm\:p-\[15px\]{ + padding: 15px; + } + .max-sm\:px-2\.5{ + padding-left: 0.625rem; + padding-right: 0.625rem; + } + .max-sm\:px-\[15px\]{ + padding-left: 15px; + padding-right: 15px; + } +} +@media (min-width: 640px){ + .sm\:relative{ + position: relative; + } + .sm\:col-span-3{ + grid-column: span 3 / span 3; + } + .sm\:col-span-6{ + grid-column: span 6 / span 6; + } + .sm\:col-span-9{ + grid-column: span 9 / span 9; + } + .sm\:col-start-4{ + grid-column-start: 4; + } + .sm\:my-12{ + margin-top: 3rem; + margin-bottom: 3rem; + } + .sm\:ml-2{ + margin-left: 0.5rem; + } + .sm\:mt-10{ + margin-top: 2.5rem; + } + .sm\:mt-2{ + margin-top: 0.5rem; + } + .sm\:block{ + display: block; + } + .sm\:inline-block{ + display: inline-block; + } + .sm\:hidden{ + display: none; + } + .sm\:w-2\/4{ + width: 50%; + } + .sm\:w-8\/12{ + width: 66.666667%; + } + .sm\:w-full{ + width: 100%; + } + .sm\:min-w-\[290px\]{ + min-width: 290px; + } + .sm\:min-w-\[320px\]{ + min-width: 320px; + } + .sm\:min-w-\[450px\]{ + min-width: 450px; + } + .sm\:grid-cols-1{ + grid-template-columns: repeat(1, minmax(0, 1fr)); + } + .sm\:grid-cols-11{ + grid-template-columns: repeat(11, minmax(0, 1fr)); + } + .sm\:flex-row{ + flex-direction: row; + } + .sm\:items-stretch{ + align-items: stretch; + } + .sm\:justify-between{ + justify-content: space-between; + } + .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){ + --tw-space-y-reverse: 0; + margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)); + } + .sm\:p-10{ + padding: 2.5rem; + } + .sm\:px-\[25px\]{ + padding-left: 25px; + padding-right: 25px; + } + .sm\:pt-\[180px\]{ + padding-top: 180px; + } + .sm\:text-\[0\.625rem\]{ + font-size: 0.625rem; + } + .sm\:text-\[16px\]{ + font-size: 16px; + } +} +@media (min-width: 768px){ + .md\:col-span-6{ + grid-column: span 6 / span 6; + } + .md\:inline-block{ + display: inline-block; + } + .md\:w-10\/12{ + width: 83.333333%; + } + .md\:max-w-\[540px\]{ + max-width: 540px; + } + .md\:flex-row{ + flex-direction: row; + } + .md\:text-\[36px\]{ + font-size: 36px; + } + .md\:text-xs{ + font-size: 0.75rem; + line-height: 1rem; + } +} +@media (min-width: 1024px){ + .lg\:col-span-4{ + grid-column: span 4 / span 4; + } + .lg\:inline-flex{ + display: inline-flex; + } + .lg\:hidden{ + display: none; + } + .lg\:w-0{ + width: 0px; + } + .lg\:max-w-\[720px\]{ + max-width: 720px; + } + .lg\:max-w-\[960px\]{ + max-width: 960px; + } + .lg\:text-\[0\.625rem\]{ + font-size: 0.625rem; + } + .lg\:text-\[48px\]{ + font-size: 48px; + } +} +@media (min-width: 1280px){ + .xl\:col-span-4{ + grid-column: span 4 / span 4; + } + .xl\:col-span-8{ + grid-column: span 8 / span 8; + } +} +@media (min-width: 1536px){ + .\32xl\:col-end-1{ + grid-column-end: 1; + } + .\32xl\:mt-0{ + margin-top: 0px; + } + .\32xl\:contents{ + display: contents; + } + .\32xl\:w-full{ + width: 100%; + } + .\32xl\:max-w-\[1140px\]{ + max-width: 1140px; + } + .\32xl\:pt-2\.5{ + padding-top: 0.625rem; + } + .\32xl\:text-xs{ + font-size: 0.75rem; + line-height: 1rem; + } +} +.ltr\:\!right-3:where([dir="ltr"], [dir="ltr"] *){ + right: 0.75rem !important; +} +.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *){ + right: 0px; +} +.ltr\:right-1:where([dir="ltr"], [dir="ltr"] *){ + right: 0.25rem; +} +.ltr\:right-px:where([dir="ltr"], [dir="ltr"] *){ + right: 1px; +} +.ltr\:float-right:where([dir="ltr"], [dir="ltr"] *){ + float: right; +} +.ltr\:\!ml-0:where([dir="ltr"], [dir="ltr"] *){ + margin-left: 0px !important; +} +.ltr\:ml-0:where([dir="ltr"], [dir="ltr"] *){ + margin-left: 0px; +} +.ltr\:mr-1:where([dir="ltr"], [dir="ltr"] *){ + margin-right: 0.25rem; +} +.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *){ + margin-right: 0.5rem; +} +.ltr\:mr-4:where([dir="ltr"], [dir="ltr"] *){ + margin-right: 1rem; +} +.ltr\:mr-\[1\.35rem\]:where([dir="ltr"], [dir="ltr"] *){ + margin-right: 1.35rem; +} +.ltr\:mr-\[15px\]:where([dir="ltr"], [dir="ltr"] *){ + margin-right: 15px; +} +.ltr\:mr-\[5px\]:where([dir="ltr"], [dir="ltr"] *){ + margin-right: 5px; +} +.ltr\:border-r-0:where([dir="ltr"], [dir="ltr"] *){ + border-right-width: 0px; +} +.ltr\:bg-\[right_1rem_center\]:where([dir="ltr"], [dir="ltr"] *){ + background-position: right 1rem center; +} +.ltr\:pl-20:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 5rem; +} +.ltr\:pl-4:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 1rem; +} +.ltr\:pl-\[\.7rem\]:where([dir="ltr"], [dir="ltr"] *){ + padding-left: .7rem; +} +.ltr\:pl-\[\.85rem\]:where([dir="ltr"], [dir="ltr"] *){ + padding-left: .85rem; +} +.ltr\:pl-\[60px\]:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 60px; +} +.ltr\:pl-\[95px\]:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 95px; +} +.ltr\:pr-4:where([dir="ltr"], [dir="ltr"] *){ + padding-right: 1rem; +} +.ltr\:pr-8:where([dir="ltr"], [dir="ltr"] *){ + padding-right: 2rem; +} +.ltr\:text-left:where([dir="ltr"], [dir="ltr"] *){ + text-align: left; +} +.ltr\:text-right:where([dir="ltr"], [dir="ltr"] *){ + text-align: right; +} +.ltr\:\*\:-ml-px > *:where([dir="ltr"], [dir="ltr"] *){ + margin-left: -1px; +} +.ltr\:before\:right-\[-20px\]:where([dir="ltr"], [dir="ltr"] *)::before{ + content: var(--tw-content); + right: -20px; +} +.ltr\:before\:content-\[\'\\\\ea61\'\]:where([dir="ltr"], [dir="ltr"] *)::before{ + --tw-content: '\\ea61'; + content: var(--tw-content); +} +.ltr\:after\:left-7:where([dir="ltr"], [dir="ltr"] *)::after{ + content: var(--tw-content); + left: 1.75rem; +} +.ltr\:after\:left-\[62px\]:where([dir="ltr"], [dir="ltr"] *)::after{ + content: var(--tw-content); + left: 62px; +} +.ltr\:after\:left-\[79px\]:where([dir="ltr"], [dir="ltr"] *)::after{ + content: var(--tw-content); + left: 79px; +} +.ltr\:first\:pl-5:first-child:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 1.25rem; +} +.ltr\:first\:\*\:ml-0 > *:first-child:where([dir="ltr"], [dir="ltr"] *){ + margin-left: 0px; +} +.ltr\:first\:\*\:rounded-l > *:first-child:where([dir="ltr"], [dir="ltr"] *){ + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +.ltr\:last\:pr-5:last-child:where([dir="ltr"], [dir="ltr"] *){ + padding-right: 1.25rem; +} +.ltr\:last\:\*\:rounded-r > *:last-child:where([dir="ltr"], [dir="ltr"] *){ + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} +@media not all and (min-width: 1024px){ + .ltr\:max-lg\:-left-sidebar-width:where([dir="ltr"], [dir="ltr"] *){ + left: -264px; + } + .ltr\:max-lg\:left-0:where([dir="ltr"], [dir="ltr"] *){ + left: 0px; + } +} +@media (min-width: 640px){ + .ltr\:sm\:text-right:where([dir="ltr"], [dir="ltr"] *){ + text-align: right; + } + .ltr\:first\:sm\:pl-\[25px\]:first-child:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 25px; + } + .ltr\:first\:sm\:pr-2:first-child:where([dir="ltr"], [dir="ltr"] *){ + padding-right: 0.5rem; + } + .ltr\:last\:sm\:pl-2:last-child:where([dir="ltr"], [dir="ltr"] *){ + padding-left: 0.5rem; + } + .ltr\:last\:sm\:pr-\[25px\]:last-child:where([dir="ltr"], [dir="ltr"] *){ + padding-right: 25px; + } +} +@media (min-width: 1024px){ + .ltr\:lg\:left-0:where([dir="ltr"], [dir="ltr"] *){ + left: 0px; + } + .ltr\:lg\:left-sidebar-width:where([dir="ltr"], [dir="ltr"] *){ + left: 264px; + } + .ltr\:lg\:ml-0:where([dir="ltr"], [dir="ltr"] *){ + margin-left: 0px; + } + .ltr\:lg\:ml-sidebar-width:where([dir="ltr"], [dir="ltr"] *){ + margin-left: 264px; + } +} +.rtl\:\!left-3:where([dir="rtl"], [dir="rtl"] *){ + left: 0.75rem !important; +} +.rtl\:\!left-auto:where([dir="rtl"], [dir="rtl"] *){ + left: auto !important; +} +.rtl\:\!right-0:where([dir="rtl"], [dir="rtl"] *){ + right: 0px !important; +} +.rtl\:\!right-auto:where([dir="rtl"], [dir="rtl"] *){ + right: auto !important; +} +.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *){ + left: 0px; +} +.rtl\:left-1:where([dir="rtl"], [dir="rtl"] *){ + left: 0.25rem; +} +.rtl\:left-px:where([dir="rtl"], [dir="rtl"] *){ + left: 1px; +} +.rtl\:right-auto:where([dir="rtl"], [dir="rtl"] *){ + right: auto; +} +.rtl\:float-left:where([dir="rtl"], [dir="rtl"] *){ + float: left; +} +.rtl\:\!mr-0:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 0px !important; +} +.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *){ + margin-left: 0.5rem; +} +.rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *){ + margin-left: 1rem; +} +.rtl\:ml-\[1\.35rem\]:where([dir="rtl"], [dir="rtl"] *){ + margin-left: 1.35rem; +} +.rtl\:ml-\[15px\]:where([dir="rtl"], [dir="rtl"] *){ + margin-left: 15px; +} +.rtl\:ml-\[5px\]:where([dir="rtl"], [dir="rtl"] *){ + margin-left: 5px; +} +.rtl\:mr-0:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 0px; +} +.rtl\:mr-1:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 0.25rem; +} +.rtl\:border-l-0:where([dir="rtl"], [dir="rtl"] *){ + border-left-width: 0px; +} +.rtl\:bg-\[left_1rem_center\]:where([dir="rtl"], [dir="rtl"] *){ + background-position: left 1rem center; +} +.rtl\:\!pl-8:where([dir="rtl"], [dir="rtl"] *){ + padding-left: 2rem !important; +} +.rtl\:\!pr-\[\.75rem\]:where([dir="rtl"], [dir="rtl"] *){ + padding-right: .75rem !important; +} +.rtl\:pl-4:where([dir="rtl"], [dir="rtl"] *){ + padding-left: 1rem; +} +.rtl\:pl-8:where([dir="rtl"], [dir="rtl"] *){ + padding-left: 2rem; +} +.rtl\:pr-20:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 5rem; +} +.rtl\:pr-4:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 1rem; +} +.rtl\:pr-\[\.7rem\]:where([dir="rtl"], [dir="rtl"] *){ + padding-right: .7rem; +} +.rtl\:pr-\[\.85rem\]:where([dir="rtl"], [dir="rtl"] *){ + padding-right: .85rem; +} +.rtl\:pr-\[60px\]:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 60px; +} +.rtl\:pr-\[95px\]:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 95px; +} +.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *){ + text-align: left; +} +.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){ + text-align: right; +} +.rtl\:\*\:-mr-px > *:where([dir="rtl"], [dir="rtl"] *){ + margin-right: -1px; +} +.rtl\:before\:left-\[-20px\]:where([dir="rtl"], [dir="rtl"] *)::before{ + content: var(--tw-content); + left: -20px; +} +.rtl\:before\:content-\[\'\\\\ea60\'\]:where([dir="rtl"], [dir="rtl"] *)::before{ + --tw-content: '\\ea60'; + content: var(--tw-content); +} +.rtl\:after\:right-7:where([dir="rtl"], [dir="rtl"] *)::after{ + content: var(--tw-content); + right: 1.75rem; +} +.rtl\:after\:right-\[62px\]:where([dir="rtl"], [dir="rtl"] *)::after{ + content: var(--tw-content); + right: 62px; +} +.rtl\:after\:right-\[79px\]:where([dir="rtl"], [dir="rtl"] *)::after{ + content: var(--tw-content); + right: 79px; +} +.rtl\:first\:pr-5:first-child:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 1.25rem; +} +.rtl\:first\:\*\:mr-0 > *:first-child:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 0px; +} +.rtl\:first\:\*\:rounded-r > *:first-child:where([dir="rtl"], [dir="rtl"] *){ + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} +.rtl\:last\:pl-5:last-child:where([dir="rtl"], [dir="rtl"] *){ + padding-left: 1.25rem; +} +.rtl\:last\:\*\:rounded-l > *:last-child:where([dir="rtl"], [dir="rtl"] *){ + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +@media not all and (min-width: 1024px){ + .rtl\:max-lg\:-right-sidebar-width:where([dir="rtl"], [dir="rtl"] *){ + right: -264px; + } + .rtl\:max-lg\:right-0:where([dir="rtl"], [dir="rtl"] *){ + right: 0px; + } +} +@media (min-width: 640px){ + .rtl\:sm\:text-left:where([dir="rtl"], [dir="rtl"] *){ + text-align: left; + } + .rtl\:first\:sm\:pl-2:first-child:where([dir="rtl"], [dir="rtl"] *){ + padding-left: 0.5rem; + } + .rtl\:first\:sm\:pr-\[25px\]:first-child:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 25px; + } + .rtl\:last\:sm\:pl-\[25px\]:last-child:where([dir="rtl"], [dir="rtl"] *){ + padding-left: 25px; + } + .rtl\:last\:sm\:pr-2:last-child:where([dir="rtl"], [dir="rtl"] *){ + padding-right: 0.5rem; + } +} +@media (min-width: 1024px){ + .rtl\:lg\:right-0:where([dir="rtl"], [dir="rtl"] *){ + right: 0px; + } + .rtl\:lg\:right-sidebar-width:where([dir="rtl"], [dir="rtl"] *){ + right: 264px; + } + .rtl\:lg\:mr-0:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 0px; + } + .rtl\:lg\:mr-sidebar-width:where([dir="rtl"], [dir="rtl"] *){ + margin-right: 264px; + } +} +.\[\&\.complete\]\:border-t-\[9px\].complete{ + border-top-width: 9px; +} +.\[\&\.complete\]\:border-t-danger-500.complete{ + --tw-border-opacity: 1; + border-top-color: rgb(244 66 54 / var(--tw-border-opacity)); +} +.\[\&\.complete\]\:line-through.complete{ + -webkit-text-decoration-line: line-through; + text-decoration-line: line-through; +} \ No newline at end of file diff --git a/dist/assets/fonts/feather.css b/dist/assets/fonts/feather.css new file mode 100644 index 0000000..3c6b902 --- /dev/null +++ b/dist/assets/fonts/feather.css @@ -0,0 +1,1112 @@ +@font-face { + font-family: 'feather'; + src: url('feather/feather.eot?t=1525787366991'); /* IE9*/ + src: + url('feather/feather.eot?t=1525787366991#iefix') format('embedded-opentype'), + /* IE6-IE8 */ url('feather/feather.woff?t=1525787366991') format('woff'), + /* chrome, firefox */ url('feather/feather.ttf?t=1525787366991') format('truetype'), + /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('feather/feather.svg?t=1525787366991#feather') format('svg'); /* iOS 4.1- */ +} + +.feather { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'feather' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-alert-octagon:before { + content: '\e81b'; +} + +.icon-alert-circle:before { + content: '\e81c'; +} + +.icon-activity:before { + content: '\e81d'; +} + +.icon-alert-triangle:before { + content: '\e81e'; +} + +.icon-align-center:before { + content: '\e81f'; +} + +.icon-airplay:before { + content: '\e820'; +} + +.icon-align-justify:before { + content: '\e821'; +} + +.icon-align-left:before { + content: '\e822'; +} + +.icon-align-right:before { + content: '\e823'; +} + +.icon-arrow-down-left:before { + content: '\e824'; +} + +.icon-arrow-down-right:before { + content: '\e825'; +} + +.icon-anchor:before { + content: '\e826'; +} + +.icon-aperture:before { + content: '\e827'; +} + +.icon-arrow-left:before { + content: '\e828'; +} + +.icon-arrow-right:before { + content: '\e829'; +} + +.icon-arrow-down:before { + content: '\e82a'; +} + +.icon-arrow-up-left:before { + content: '\e82b'; +} + +.icon-arrow-up-right:before { + content: '\e82c'; +} + +.icon-arrow-up:before { + content: '\e82d'; +} + +.icon-award:before { + content: '\e82e'; +} + +.icon-bar-chart:before { + content: '\e82f'; +} + +.icon-at-sign:before { + content: '\e830'; +} + +.icon-bar-chart-2:before { + content: '\e831'; +} + +.icon-battery-charging:before { + content: '\e832'; +} + +.icon-bell-off:before { + content: '\e833'; +} + +.icon-battery:before { + content: '\e834'; +} + +.icon-bluetooth:before { + content: '\e835'; +} + +.icon-bell:before { + content: '\e836'; +} + +.icon-book:before { + content: '\e837'; +} + +.icon-briefcase:before { + content: '\e838'; +} + +.icon-camera-off:before { + content: '\e839'; +} + +.icon-calendar:before { + content: '\e83a'; +} + +.icon-bookmark:before { + content: '\e83b'; +} + +.icon-box:before { + content: '\e83c'; +} + +.icon-camera:before { + content: '\e83d'; +} + +.icon-check-circle:before { + content: '\e83e'; +} + +.icon-check:before { + content: '\e83f'; +} + +.icon-check-square:before { + content: '\e840'; +} + +.icon-cast:before { + content: '\e841'; +} + +.icon-chevron-down:before { + content: '\e842'; +} + +.icon-chevron-left:before { + content: '\e843'; +} + +.icon-chevron-right:before { + content: '\e844'; +} + +.icon-chevron-up:before { + content: '\e845'; +} + +.icon-chevrons-down:before { + content: '\e846'; +} + +.icon-chevrons-right:before { + content: '\e847'; +} + +.icon-chevrons-up:before { + content: '\e848'; +} + +.icon-chevrons-left:before { + content: '\e849'; +} + +.icon-circle:before { + content: '\e84a'; +} + +.icon-clipboard:before { + content: '\e84b'; +} + +.icon-chrome:before { + content: '\e84c'; +} + +.icon-clock:before { + content: '\e84d'; +} + +.icon-cloud-lightning:before { + content: '\e84e'; +} + +.icon-cloud-drizzle:before { + content: '\e84f'; +} + +.icon-cloud-rain:before { + content: '\e850'; +} + +.icon-cloud-off:before { + content: '\e851'; +} + +.icon-codepen:before { + content: '\e852'; +} + +.icon-cloud-snow:before { + content: '\e853'; +} + +.icon-compass:before { + content: '\e854'; +} + +.icon-copy:before { + content: '\e855'; +} + +.icon-corner-down-right:before { + content: '\e856'; +} + +.icon-corner-down-left:before { + content: '\e857'; +} + +.icon-corner-left-down:before { + content: '\e858'; +} + +.icon-corner-left-up:before { + content: '\e859'; +} + +.icon-corner-up-left:before { + content: '\e85a'; +} + +.icon-corner-up-right:before { + content: '\e85b'; +} + +.icon-corner-right-down:before { + content: '\e85c'; +} + +.icon-corner-right-up:before { + content: '\e85d'; +} + +.icon-cpu:before { + content: '\e85e'; +} + +.icon-credit-card:before { + content: '\e85f'; +} + +.icon-crosshair:before { + content: '\e860'; +} + +.icon-disc:before { + content: '\e861'; +} + +.icon-delete:before { + content: '\e862'; +} + +.icon-download-cloud:before { + content: '\e863'; +} + +.icon-download:before { + content: '\e864'; +} + +.icon-droplet:before { + content: '\e865'; +} + +.icon-edit-2:before { + content: '\e866'; +} + +.icon-edit:before { + content: '\e867'; +} + +.icon-edit-1:before { + content: '\e868'; +} + +.icon-external-link:before { + content: '\e869'; +} + +.icon-eye:before { + content: '\e86a'; +} + +.icon-feather:before { + content: '\e86b'; +} + +.icon-facebook:before { + content: '\e86c'; +} + +.icon-file-minus:before { + content: '\e86d'; +} + +.icon-eye-off:before { + content: '\e86e'; +} + +.icon-fast-forward:before { + content: '\e86f'; +} + +.icon-file-text:before { + content: '\e870'; +} + +.icon-film:before { + content: '\e871'; +} + +.icon-file:before { + content: '\e872'; +} + +.icon-file-plus:before { + content: '\e873'; +} + +.icon-folder:before { + content: '\e874'; +} + +.icon-filter:before { + content: '\e875'; +} + +.icon-flag:before { + content: '\e876'; +} + +.icon-globe:before { + content: '\e877'; +} + +.icon-grid:before { + content: '\e878'; +} + +.icon-heart:before { + content: '\e879'; +} + +.icon-home:before { + content: '\e87a'; +} + +.icon-github:before { + content: '\e87b'; +} + +.icon-image:before { + content: '\e87c'; +} + +.icon-inbox:before { + content: '\e87d'; +} + +.icon-layers:before { + content: '\e87e'; +} + +.icon-info:before { + content: '\e87f'; +} + +.icon-instagram:before { + content: '\e880'; +} + +.icon-layout:before { + content: '\e881'; +} + +.icon-link-2:before { + content: '\e882'; +} + +.icon-life-buoy:before { + content: '\e883'; +} + +.icon-link:before { + content: '\e884'; +} + +.icon-log-in:before { + content: '\e885'; +} + +.icon-list:before { + content: '\e886'; +} + +.icon-lock:before { + content: '\e887'; +} + +.icon-log-out:before { + content: '\e888'; +} + +.icon-loader:before { + content: '\e889'; +} + +.icon-mail:before { + content: '\e88a'; +} + +.icon-maximize-2:before { + content: '\e88b'; +} + +.icon-map:before { + content: '\e88c'; +} + +.icon-map-pin:before { + content: '\e88e'; +} + +.icon-menu:before { + content: '\e88f'; +} + +.icon-message-circle:before { + content: '\e890'; +} + +.icon-message-square:before { + content: '\e891'; +} + +.icon-minimize-2:before { + content: '\e892'; +} + +.icon-mic-off:before { + content: '\e893'; +} + +.icon-minus-circle:before { + content: '\e894'; +} + +.icon-mic:before { + content: '\e895'; +} + +.icon-minus-square:before { + content: '\e896'; +} + +.icon-minus:before { + content: '\e897'; +} + +.icon-moon:before { + content: '\e898'; +} + +.icon-monitor:before { + content: '\e899'; +} + +.icon-more-vertical:before { + content: '\e89a'; +} + +.icon-more-horizontal:before { + content: '\e89b'; +} + +.icon-move:before { + content: '\e89c'; +} + +.icon-music:before { + content: '\e89d'; +} + +.icon-navigation-2:before { + content: '\e89e'; +} + +.icon-navigation:before { + content: '\e89f'; +} + +.icon-octagon:before { + content: '\e8a0'; +} + +.icon-package:before { + content: '\e8a1'; +} + +.icon-pause-circle:before { + content: '\e8a2'; +} + +.icon-pause:before { + content: '\e8a3'; +} + +.icon-percent:before { + content: '\e8a4'; +} + +.icon-phone-call:before { + content: '\e8a5'; +} + +.icon-phone-forwarded:before { + content: '\e8a6'; +} + +.icon-phone-missed:before { + content: '\e8a7'; +} + +.icon-phone-off:before { + content: '\e8a8'; +} + +.icon-phone-incoming:before { + content: '\e8a9'; +} + +.icon-phone:before { + content: '\e8aa'; +} + +.icon-phone-outgoing:before { + content: '\e8ab'; +} + +.icon-pie-chart:before { + content: '\e8ac'; +} + +.icon-play-circle:before { + content: '\e8ad'; +} + +.icon-play:before { + content: '\e8ae'; +} + +.icon-plus-square:before { + content: '\e8af'; +} + +.icon-plus-circle:before { + content: '\e8b0'; +} + +.icon-plus:before { + content: '\e8b1'; +} + +.icon-pocket:before { + content: '\e8b2'; +} + +.icon-printer:before { + content: '\e8b3'; +} + +.icon-power:before { + content: '\e8b4'; +} + +.icon-radio:before { + content: '\e8b5'; +} + +.icon-repeat:before { + content: '\e8b6'; +} + +.icon-refresh-ccw:before { + content: '\e8b7'; +} + +.icon-rewind:before { + content: '\e8b8'; +} + +.icon-rotate-ccw:before { + content: '\e8b9'; +} + +.icon-refresh-cw:before { + content: '\e8ba'; +} + +.icon-rotate-cw:before { + content: '\e8bb'; +} + +.icon-save:before { + content: '\e8bc'; +} + +.icon-search:before { + content: '\e8bd'; +} + +.icon-server:before { + content: '\e8be'; +} + +.icon-scissors:before { + content: '\e8bf'; +} + +.icon-share-2:before { + content: '\e8c0'; +} + +.icon-share:before { + content: '\e8c1'; +} + +.icon-shield:before { + content: '\e8c2'; +} + +.icon-settings:before { + content: '\e8c3'; +} + +.icon-skip-back:before { + content: '\e8c4'; +} + +.icon-shuffle:before { + content: '\e8c5'; +} + +.icon-sidebar:before { + content: '\e8c6'; +} + +.icon-skip-forward:before { + content: '\e8c7'; +} + +.icon-slack:before { + content: '\e8c8'; +} + +.icon-slash:before { + content: '\e8c9'; +} + +.icon-smartphone:before { + content: '\e8ca'; +} + +.icon-square:before { + content: '\e8cb'; +} + +.icon-speaker:before { + content: '\e8cc'; +} + +.icon-star:before { + content: '\e8cd'; +} + +.icon-stop-circle:before { + content: '\e8ce'; +} + +.icon-sun:before { + content: '\e8cf'; +} + +.icon-sunrise:before { + content: '\e8d0'; +} + +.icon-tablet:before { + content: '\e8d1'; +} + +.icon-tag:before { + content: '\e8d2'; +} + +.icon-sunset:before { + content: '\e8d3'; +} + +.icon-target:before { + content: '\e8d4'; +} + +.icon-thermometer:before { + content: '\e8d5'; +} + +.icon-thumbs-up:before { + content: '\e8d6'; +} + +.icon-thumbs-down:before { + content: '\e8d7'; +} + +.icon-toggle-left:before { + content: '\e8d8'; +} + +.icon-toggle-right:before { + content: '\e8d9'; +} + +.icon-trash-2:before { + content: '\e8da'; +} + +.icon-trash:before { + content: '\e8db'; +} + +.icon-trending-up:before { + content: '\e8dc'; +} + +.icon-trending-down:before { + content: '\e8dd'; +} + +.icon-triangle:before { + content: '\e8de'; +} + +.icon-type:before { + content: '\e8df'; +} + +.icon-twitter:before { + content: '\e8e0'; +} + +.icon-upload:before { + content: '\e8e1'; +} + +.icon-umbrella:before { + content: '\e8e2'; +} + +.icon-upload-cloud:before { + content: '\e8e3'; +} + +.icon-unlock:before { + content: '\e8e4'; +} + +.icon-user-check:before { + content: '\e8e5'; +} + +.icon-user-minus:before { + content: '\e8e6'; +} + +.icon-user-plus:before { + content: '\e8e7'; +} + +.icon-user-x:before { + content: '\e8e8'; +} + +.icon-user:before { + content: '\e8e9'; +} + +.icon-users:before { + content: '\e8ea'; +} + +.icon-video-off:before { + content: '\e8eb'; +} + +.icon-video:before { + content: '\e8ec'; +} + +.icon-voicemail:before { + content: '\e8ed'; +} + +.icon-volume-x:before { + content: '\e8ee'; +} + +.icon-volume-2:before { + content: '\e8ef'; +} + +.icon-volume-1:before { + content: '\e8f0'; +} + +.icon-volume:before { + content: '\e8f1'; +} + +.icon-watch:before { + content: '\e8f2'; +} + +.icon-wifi:before { + content: '\e8f3'; +} + +.icon-x-square:before { + content: '\e8f4'; +} + +.icon-wind:before { + content: '\e8f5'; +} + +.icon-x:before { + content: '\e8f6'; +} + +.icon-x-circle:before { + content: '\e8f7'; +} + +.icon-zap:before { + content: '\e8f8'; +} + +.icon-zoom-in:before { + content: '\e8f9'; +} + +.icon-zoom-out:before { + content: '\e8fa'; +} + +.icon-command:before { + content: '\e8fb'; +} + +.icon-cloud:before { + content: '\e8fc'; +} + +.icon-hash:before { + content: '\e8fd'; +} + +.icon-headphones:before { + content: '\e8fe'; +} + +.icon-underline:before { + content: '\e8ff'; +} + +.icon-italic:before { + content: '\e900'; +} + +.icon-bold:before { + content: '\e901'; +} + +.icon-crop:before { + content: '\e902'; +} + +.icon-help-circle:before { + content: '\e903'; +} + +.icon-paperclip:before { + content: '\e904'; +} + +.icon-shopping-cart:before { + content: '\e905'; +} + +.icon-tv:before { + content: '\e906'; +} + +.icon-wifi-off:before { + content: '\e907'; +} + +.icon-minimize:before { + content: '\e88d'; +} + +.icon-maximize:before { + content: '\e908'; +} + +.icon-gitlab:before { + content: '\e909'; +} + +.icon-sliders:before { + content: '\e90a'; +} + +.icon-star-on:before { + content: '\e90b'; +} + +.icon-heart-on:before { + content: '\e90c'; +} + +.icon-archive:before { + content: '\e90d'; +} + +.icon-arrow-down-circle:before { + content: '\e90e'; +} + +.icon-arrow-up-circle:before { + content: '\e90f'; +} + +.icon-arrow-left-circle:before { + content: '\e910'; +} + +.icon-arrow-right-circle:before { + content: '\e911'; +} + +.icon-bar-chart-line-:before { + content: '\e912'; +} + +.icon-bar-chart-line:before { + content: '\e913'; +} + +.icon-book-open:before { + content: '\e914'; +} + +.icon-code:before { + content: '\e915'; +} + +.icon-database:before { + content: '\e916'; +} + +.icon-dollar-sign:before { + content: '\e917'; +} + +.icon-folder-plus:before { + content: '\e918'; +} + +.icon-gift:before { + content: '\e919'; +} + +.icon-folder-minus:before { + content: '\e91a'; +} + +.icon-git-commit:before { + content: '\e91b'; +} + +.icon-git-branch:before { + content: '\e91c'; +} + +.icon-git-pull-request:before { + content: '\e91d'; +} + +.icon-git-merge:before { + content: '\e91e'; +} + +.icon-linkedin:before { + content: '\e91f'; +} + +.icon-hard-drive:before { + content: '\e920'; +} + +.icon-more-vertical-:before { + content: '\e921'; +} + +.icon-more-horizontal-:before { + content: '\e922'; +} + +.icon-rss:before { + content: '\e923'; +} + +.icon-send:before { + content: '\e924'; +} + +.icon-shield-off:before { + content: '\e925'; +} + +.icon-shopping-bag:before { + content: '\e926'; +} + +.icon-terminal:before { + content: '\e927'; +} + +.icon-truck:before { + content: '\e928'; +} + +.icon-zap-off:before { + content: '\e929'; +} + +.icon-youtube:before { + content: '\e92a'; +} diff --git a/dist/assets/fonts/feather/feather.eot b/dist/assets/fonts/feather/feather.eot new file mode 100644 index 0000000..58371d9 Binary files /dev/null and b/dist/assets/fonts/feather/feather.eot differ diff --git a/dist/assets/fonts/feather/feather.svg b/dist/assets/fonts/feather/feather.svg new file mode 100644 index 0000000..5dda143 --- /dev/null +++ b/dist/assets/fonts/feather/feather.svg @@ -0,0 +1,849 @@ + + + + diff --git a/dist/assets/fonts/feather/feather.ttf b/dist/assets/fonts/feather/feather.ttf new file mode 100644 index 0000000..0b33dac Binary files /dev/null and b/dist/assets/fonts/feather/feather.ttf differ diff --git a/dist/assets/fonts/feather/feather.woff b/dist/assets/fonts/feather/feather.woff new file mode 100644 index 0000000..9b03a72 Binary files /dev/null and b/dist/assets/fonts/feather/feather.woff differ diff --git a/dist/assets/fonts/fontawesome.css b/dist/assets/fonts/fontawesome.css new file mode 100644 index 0000000..a2d9e59 --- /dev/null +++ b/dist/assets/fonts/fontawesome.css @@ -0,0 +1,5812 @@ +@charset "UTF-8"; +.fa, +.fab, +.fal, +.far, +.fas { + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + display: inline-block; + font-style: normal; + font-variant: normal; + text-rendering: auto; + line-height: 1; +} + +.fa-lg { + font-size: 1.33333em; + line-height: 0.75em; + vertical-align: -0.0667em; +} + +.fa-xs { + font-size: 0.75em; +} + +.fa-sm { + font-size: 0.875em; +} + +.fa-1x { + font-size: 1em; +} + +.fa-2x { + font-size: 2em; +} + +.fa-3x { + font-size: 3em; +} + +.fa-4x { + font-size: 4em; +} + +.fa-5x { + font-size: 5em; +} + +.fa-6x { + font-size: 6em; +} + +.fa-7x { + font-size: 7em; +} + +.fa-8x { + font-size: 8em; +} + +.fa-9x { + font-size: 9em; +} + +.fa-10x { + font-size: 10em; +} + +.fa-fw { + text-align: center; + width: 1.25em; +} + +.fa-ul { + list-style-type: none; + margin-left: 2.5em; + padding-left: 0; +} +.fa-ul > li { + position: relative; +} + +.fa-li { + left: -2em; + position: absolute; + text-align: center; + width: 2em; + line-height: inherit; +} + +.fa-border { + border: 0.08em solid #eee; + border-radius: 0.1em; + padding: 0.2em 0.25em 0.15em; +} + +.fa-pull-left { + float: left; +} + +.fa-pull-right { + float: right; +} + +.fa.fa-pull-left, +.fab.fa-pull-left, +.fal.fa-pull-left, +.far.fa-pull-left, +.fas.fa-pull-left { + margin-right: 0.3em; +} + +.fa.fa-pull-right, +.fab.fa-pull-right, +.fal.fa-pull-right, +.far.fa-pull-right, +.fas.fa-pull-right { + margin-left: 0.3em; +} + +.fa-spin { + animation: fa-spin 2s infinite linear; +} + +.fa-pulse { + animation: fa-spin 1s infinite steps(8); +} + +@keyframes fa-spin { + 0% { + transform: rotate(0deg); + } + to { + transform: rotate(1turn); + } +} +.fa-rotate-90 { + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; + transform: rotate(90deg); +} + +.fa-rotate-180 { + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; + transform: rotate(180deg); +} + +.fa-rotate-270 { + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; + transform: rotate(270deg); +} + +.fa-flip-horizontal { + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; + transform: scaleX(-1); +} + +.fa-flip-vertical { + transform: scaleY(-1); +} + +.fa-flip-horizontal.fa-flip-vertical, +.fa-flip-vertical { + -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; +} + +.fa-flip-horizontal.fa-flip-vertical { + transform: scale(-1); +} + +:root .fa-flip-horizontal, +:root .fa-flip-vertical, +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270 { + filter: none; +} + +.fa-stack { + display: inline-block; + height: 2em; + line-height: 2em; + position: relative; + vertical-align: middle; + width: 2.5em; +} + +.fa-stack-1x, +.fa-stack-2x { + left: 0; + position: absolute; + text-align: center; + width: 100%; +} + +.fa-stack-1x { + line-height: inherit; +} + +.fa-stack-2x { + font-size: 2em; +} + +.fa-inverse { + color: #fff; +} + +.fa-500px:before { + content: ''; +} + +.fa-accessible-icon:before { + content: ''; +} + +.fa-accusoft:before { + content: ''; +} + +.fa-acquisitions-incorporated:before { + content: ''; +} + +.fa-ad:before { + content: ''; +} + +.fa-address-book:before { + content: ''; +} + +.fa-address-card:before { + content: ''; +} + +.fa-adjust:before { + content: ''; +} + +.fa-adn:before { + content: ''; +} + +.fa-adobe:before { + content: ''; +} + +.fa-adversal:before { + content: ''; +} + +.fa-affiliatetheme:before { + content: ''; +} + +.fa-air-freshener:before { + content: ''; +} + +.fa-airbnb:before { + content: ''; +} + +.fa-algolia:before { + content: ''; +} + +.fa-align-center:before { + content: ''; +} + +.fa-align-justify:before { + content: ''; +} + +.fa-align-left:before { + content: ''; +} + +.fa-align-right:before { + content: ''; +} + +.fa-alipay:before { + content: ''; +} + +.fa-allergies:before { + content: ''; +} + +.fa-amazon:before { + content: ''; +} + +.fa-amazon-pay:before { + content: ''; +} + +.fa-ambulance:before { + content: ''; +} + +.fa-american-sign-language-interpreting:before { + content: ''; +} + +.fa-amilia:before { + content: ''; +} + +.fa-anchor:before { + content: ''; +} + +.fa-android:before { + content: ''; +} + +.fa-angellist:before { + content: ''; +} + +.fa-angle-double-down:before { + content: ''; +} + +.fa-angle-double-left:before { + content: ''; +} + +.fa-angle-double-right:before { + content: ''; +} + +.fa-angle-double-up:before { + content: ''; +} + +.fa-angle-down:before { + content: ''; +} + +.fa-angle-left:before { + content: ''; +} + +.fa-angle-right:before { + content: ''; +} + +.fa-angle-up:before { + content: ''; +} + +.fa-angry:before { + content: ''; +} + +.fa-angrycreative:before { + content: ''; +} + +.fa-angular:before { + content: ''; +} + +.fa-ankh:before { + content: ''; +} + +.fa-app-store:before { + content: ''; +} + +.fa-app-store-ios:before { + content: ''; +} + +.fa-apper:before { + content: ''; +} + +.fa-apple:before { + content: ''; +} + +.fa-apple-alt:before { + content: ''; +} + +.fa-apple-pay:before { + content: ''; +} + +.fa-archive:before { + content: ''; +} + +.fa-archway:before { + content: ''; +} + +.fa-arrow-alt-circle-down:before { + content: ''; +} + +.fa-arrow-alt-circle-left:before { + content: ''; +} + +.fa-arrow-alt-circle-right:before { + content: ''; +} + +.fa-arrow-alt-circle-up:before { + content: ''; +} + +.fa-arrow-circle-down:before { + content: ''; +} + +.fa-arrow-circle-left:before { + content: ''; +} + +.fa-arrow-circle-right:before { + content: ''; +} + +.fa-arrow-circle-up:before { + content: ''; +} + +.fa-arrow-down:before { + content: ''; +} + +.fa-arrow-left:before { + content: ''; +} + +.fa-arrow-right:before { + content: ''; +} + +.fa-arrow-up:before { + content: ''; +} + +.fa-arrows-alt:before { + content: ''; +} + +.fa-arrows-alt-h:before { + content: ''; +} + +.fa-arrows-alt-v:before { + content: ''; +} + +.fa-artstation:before { + content: ''; +} + +.fa-assistive-listening-systems:before { + content: ''; +} + +.fa-asterisk:before { + content: ''; +} + +.fa-asymmetrik:before { + content: ''; +} + +.fa-at:before { + content: ''; +} + +.fa-atlas:before { + content: ''; +} + +.fa-atlassian:before { + content: ''; +} + +.fa-atom:before { + content: ''; +} + +.fa-audible:before { + content: ''; +} + +.fa-audio-description:before { + content: ''; +} + +.fa-autoprefixer:before { + content: ''; +} + +.fa-avianex:before { + content: ''; +} + +.fa-aviato:before { + content: ''; +} + +.fa-award:before { + content: ''; +} + +.fa-aws:before { + content: ''; +} + +.fa-baby:before { + content: ''; +} + +.fa-baby-carriage:before { + content: ''; +} + +.fa-backspace:before { + content: ''; +} + +.fa-backward:before { + content: ''; +} + +.fa-bacon:before { + content: ''; +} + +.fa-balance-scale:before { + content: ''; +} + +.fa-balance-scale-left:before { + content: ''; +} + +.fa-balance-scale-right:before { + content: ''; +} + +.fa-ban:before { + content: ''; +} + +.fa-band-aid:before { + content: ''; +} + +.fa-bandcamp:before { + content: ''; +} + +.fa-barcode:before { + content: ''; +} + +.fa-bars:before { + content: ''; +} + +.fa-baseball-ball:before { + content: ''; +} + +.fa-basketball-ball:before { + content: ''; +} + +.fa-bath:before { + content: ''; +} + +.fa-battery-empty:before { + content: ''; +} + +.fa-battery-full:before { + content: ''; +} + +.fa-battery-half:before { + content: ''; +} + +.fa-battery-quarter:before { + content: ''; +} + +.fa-battery-three-quarters:before { + content: ''; +} + +.fa-battle-net:before { + content: ''; +} + +.fa-bed:before { + content: ''; +} + +.fa-beer:before { + content: ''; +} + +.fa-behance:before { + content: ''; +} + +.fa-behance-square:before { + content: ''; +} + +.fa-bell:before { + content: ''; +} + +.fa-bell-slash:before { + content: ''; +} + +.fa-bezier-curve:before { + content: ''; +} + +.fa-bible:before { + content: ''; +} + +.fa-bicycle:before { + content: ''; +} + +.fa-biking:before { + content: ''; +} + +.fa-bimobject:before { + content: ''; +} + +.fa-binoculars:before { + content: ''; +} + +.fa-biohazard:before { + content: ''; +} + +.fa-birthday-cake:before { + content: ''; +} + +.fa-bitbucket:before { + content: ''; +} + +.fa-bitcoin:before { + content: ''; +} + +.fa-bity:before { + content: ''; +} + +.fa-black-tie:before { + content: ''; +} + +.fa-blackMantis:before { + content: ''; +} + +.fa-blender:before { + content: ''; +} + +.fa-blender-phone:before { + content: ''; +} + +.fa-blind:before { + content: ''; +} + +.fa-blog:before { + content: ''; +} + +.fa-blogger:before { + content: ''; +} + +.fa-blogger-b:before { + content: ''; +} + +.fa-bluetooth:before { + content: ''; +} + +.fa-bluetooth-b:before { + content: ''; +} + +.fa-bold:before { + content: ''; +} + +.fa-bolt:before { + content: ''; +} + +.fa-bomb:before { + content: ''; +} + +.fa-bone:before { + content: ''; +} + +.fa-bong:before { + content: ''; +} + +.fa-book:before { + content: ''; +} + +.fa-book-dead:before { + content: ''; +} + +.fa-book-medical:before { + content: ''; +} + +.fa-book-open:before { + content: ''; +} + +.fa-book-reader:before { + content: ''; +} + +.fa-bookmark:before { + content: ''; +} + +.fa-bootstrap:before { + content: ''; +} + +.fa-border-all:before { + content: ''; +} + +.fa-border-none:before { + content: ''; +} + +.fa-border-style:before { + content: ''; +} + +.fa-bowling-ball:before { + content: ''; +} + +.fa-box:before { + content: ''; +} + +.fa-box-open:before { + content: ''; +} + +.fa-boxes:before { + content: ''; +} + +.fa-braille:before { + content: ''; +} + +.fa-brain:before { + content: ''; +} + +.fa-bread-slice:before { + content: ''; +} + +.fa-briefcase:before { + content: ''; +} + +.fa-briefcase-medical:before { + content: ''; +} + +.fa-broadcast-tower:before { + content: ''; +} + +.fa-broom:before { + content: ''; +} + +.fa-brush:before { + content: ''; +} + +.fa-btc:before { + content: ''; +} + +.fa-buffer:before { + content: ''; +} + +.fa-bug:before { + content: ''; +} + +.fa-building:before { + content: ''; +} + +.fa-bullhorn:before { + content: ''; +} + +.fa-bullseye:before { + content: ''; +} + +.fa-burn:before { + content: ''; +} + +.fa-buromobelexperte:before { + content: ''; +} + +.fa-bus:before { + content: ''; +} + +.fa-bus-alt:before { + content: ''; +} + +.fa-business-time:before { + content: ''; +} + +.fa-buysellads:before { + content: ''; +} + +.fa-calculator:before { + content: ''; +} + +.fa-calendar:before { + content: ''; +} + +.fa-calendar-alt:before { + content: ''; +} + +.fa-calendar-check:before { + content: ''; +} + +.fa-calendar-day:before { + content: ''; +} + +.fa-calendar-minus:before { + content: ''; +} + +.fa-calendar-plus:before { + content: ''; +} + +.fa-calendar-times:before { + content: ''; +} + +.fa-calendar-week:before { + content: ''; +} + +.fa-camera:before { + content: ''; +} + +.fa-camera-retro:before { + content: ''; +} + +.fa-campground:before { + content: ''; +} + +.fa-canadian-maple-leaf:before { + content: ''; +} + +.fa-candy-cane:before { + content: ''; +} + +.fa-cannabis:before { + content: ''; +} + +.fa-capsules:before { + content: ''; +} + +.fa-car:before { + content: ''; +} + +.fa-car-alt:before { + content: ''; +} + +.fa-car-battery:before { + content: ''; +} + +.fa-car-crash:before { + content: ''; +} + +.fa-car-side:before { + content: ''; +} + +.fa-caret-down:before { + content: ''; +} + +.fa-caret-left:before { + content: ''; +} + +.fa-caret-right:before { + content: ''; +} + +.fa-caret-square-down:before { + content: ''; +} + +.fa-caret-square-left:before { + content: ''; +} + +.fa-caret-square-right:before { + content: ''; +} + +.fa-caret-square-up:before { + content: ''; +} + +.fa-caret-up:before { + content: ''; +} + +.fa-carrot:before { + content: ''; +} + +.fa-cart-arrow-down:before { + content: ''; +} + +.fa-cart-plus:before { + content: ''; +} + +.fa-cash-register:before { + content: ''; +} + +.fa-cat:before { + content: ''; +} + +.fa-cc-amazon-pay:before { + content: ''; +} + +.fa-cc-amex:before { + content: ''; +} + +.fa-cc-apple-pay:before { + content: ''; +} + +.fa-cc-diners-club:before { + content: ''; +} + +.fa-cc-discover:before { + content: ''; +} + +.fa-cc-jcb:before { + content: ''; +} + +.fa-cc-mastercard:before { + content: ''; +} + +.fa-cc-paypal:before { + content: ''; +} + +.fa-cc-stripe:before { + content: ''; +} + +.fa-cc-visa:before { + content: ''; +} + +.fa-centercode:before { + content: ''; +} + +.fa-centos:before { + content: ''; +} + +.fa-certificate:before { + content: ''; +} + +.fa-chair:before { + content: ''; +} + +.fa-chalkboard:before { + content: ''; +} + +.fa-chalkboard-teacher:before { + content: ''; +} + +.fa-charging-station:before { + content: ''; +} + +.fa-chart-area:before { + content: ''; +} + +.fa-chart-bar:before { + content: ''; +} + +.fa-chart-line:before { + content: ''; +} + +.fa-chart-pie:before { + content: ''; +} + +.fa-check:before { + content: ''; +} + +.fa-check-circle:before { + content: ''; +} + +.fa-check-double:before { + content: ''; +} + +.fa-check-square:before { + content: ''; +} + +.fa-cheese:before { + content: ''; +} + +.fa-chess:before { + content: ''; +} + +.fa-chess-bishop:before { + content: ''; +} + +.fa-chess-board:before { + content: ''; +} + +.fa-chess-king:before { + content: ''; +} + +.fa-chess-knight:before { + content: ''; +} + +.fa-chess-pawn:before { + content: ''; +} + +.fa-chess-queen:before { + content: ''; +} + +.fa-chess-rook:before { + content: ''; +} + +.fa-chevron-circle-down:before { + content: ''; +} + +.fa-chevron-circle-left:before { + content: ''; +} + +.fa-chevron-circle-right:before { + content: ''; +} + +.fa-chevron-circle-up:before { + content: ''; +} + +.fa-chevron-down:before { + content: ''; +} + +.fa-chevron-left:before { + content: ''; +} + +.fa-chevron-right:before { + content: ''; +} + +.fa-chevron-up:before { + content: ''; +} + +.fa-child:before { + content: ''; +} + +.fa-chrome:before { + content: ''; +} + +.fa-chromecast:before { + content: ''; +} + +.fa-church:before { + content: ''; +} + +.fa-circle:before { + content: ''; +} + +.fa-circle-notch:before { + content: ''; +} + +.fa-city:before { + content: ''; +} + +.fa-clinic-medical:before { + content: ''; +} + +.fa-clipboard:before { + content: ''; +} + +.fa-clipboard-check:before { + content: ''; +} + +.fa-clipboard-list:before { + content: ''; +} + +.fa-clock:before { + content: ''; +} + +.fa-clone:before { + content: ''; +} + +.fa-closed-captioning:before { + content: ''; +} + +.fa-cloud:before { + content: ''; +} + +.fa-cloud-download-alt:before { + content: ''; +} + +.fa-cloud-meatball:before { + content: ''; +} + +.fa-cloud-moon:before { + content: ''; +} + +.fa-cloud-moon-rain:before { + content: ''; +} + +.fa-cloud-rain:before { + content: ''; +} + +.fa-cloud-showers-heavy:before { + content: ''; +} + +.fa-cloud-sun:before { + content: ''; +} + +.fa-cloud-sun-rain:before { + content: ''; +} + +.fa-cloud-upload-alt:before { + content: ''; +} + +.fa-cloudscale:before { + content: ''; +} + +.fa-cloudsmith:before { + content: ''; +} + +.fa-cloudversify:before { + content: ''; +} + +.fa-cocktail:before { + content: ''; +} + +.fa-code:before { + content: ''; +} + +.fa-code-branch:before { + content: ''; +} + +.fa-codepen:before { + content: ''; +} + +.fa-codiepie:before { + content: ''; +} + +.fa-coffee:before { + content: ''; +} + +.fa-cog:before { + content: ''; +} + +.fa-cogs:before { + content: ''; +} + +.fa-coins:before { + content: ''; +} + +.fa-columns:before { + content: ''; +} + +.fa-comment:before { + content: ''; +} + +.fa-comment-alt:before { + content: ''; +} + +.fa-comment-dollar:before { + content: ''; +} + +.fa-comment-dots:before { + content: ''; +} + +.fa-comment-medical:before { + content: ''; +} + +.fa-comment-slash:before { + content: ''; +} + +.fa-comments:before { + content: ''; +} + +.fa-comments-dollar:before { + content: ''; +} + +.fa-compact-disc:before { + content: ''; +} + +.fa-compass:before { + content: ''; +} + +.fa-compress:before { + content: ''; +} + +.fa-compress-arrows-alt:before { + content: ''; +} + +.fa-concierge-bell:before { + content: ''; +} + +.fa-confluence:before { + content: ''; +} + +.fa-connectdevelop:before { + content: ''; +} + +.fa-contao:before { + content: ''; +} + +.fa-cookie:before { + content: ''; +} + +.fa-cookie-bite:before { + content: ''; +} + +.fa-copy:before { + content: ''; +} + +.fa-copyright:before { + content: ''; +} + +.fa-couch:before { + content: ''; +} + +.fa-cpanel:before { + content: ''; +} + +.fa-creative-commons:before { + content: ''; +} + +.fa-creative-commons-by:before { + content: ''; +} + +.fa-creative-commons-nc:before { + content: ''; +} + +.fa-creative-commons-nc-eu:before { + content: ''; +} + +.fa-creative-commons-nc-jp:before { + content: ''; +} + +.fa-creative-commons-nd:before { + content: ''; +} + +.fa-creative-commons-pd:before { + content: ''; +} + +.fa-creative-commons-pd-alt:before { + content: ''; +} + +.fa-creative-commons-remix:before { + content: ''; +} + +.fa-creative-commons-sa:before { + content: ''; +} + +.fa-creative-commons-sampling:before { + content: ''; +} + +.fa-creative-commons-sampling-plus:before { + content: ''; +} + +.fa-creative-commons-share:before { + content: ''; +} + +.fa-creative-commons-zero:before { + content: ''; +} + +.fa-credit-card:before { + content: ''; +} + +.fa-critical-role:before { + content: ''; +} + +.fa-crop:before { + content: ''; +} + +.fa-crop-alt:before { + content: ''; +} + +.fa-cross:before { + content: ''; +} + +.fa-crosshairs:before { + content: ''; +} + +.fa-crow:before { + content: ''; +} + +.fa-crown:before { + content: ''; +} + +.fa-crutch:before { + content: ''; +} + +.fa-css3:before { + content: ''; +} + +.fa-css3-alt:before { + content: ''; +} + +.fa-cube:before { + content: ''; +} + +.fa-cubes:before { + content: ''; +} + +.fa-cut:before { + content: ''; +} + +.fa-cuttlefish:before { + content: ''; +} + +.fa-d-and-d:before { + content: ''; +} + +.fa-d-and-d-beyond:before { + content: ''; +} + +.fa-dashcube:before { + content: ''; +} + +.fa-database:before { + content: ''; +} + +.fa-deaf:before { + content: ''; +} + +.fa-delicious:before { + content: ''; +} + +.fa-democrat:before { + content: ''; +} + +.fa-deploydog:before { + content: ''; +} + +.fa-deskpro:before { + content: ''; +} + +.fa-desktop:before { + content: ''; +} + +.fa-dev:before { + content: ''; +} + +.fa-deviantart:before { + content: ''; +} + +.fa-dharmachakra:before { + content: ''; +} + +.fa-dhl:before { + content: ''; +} + +.fa-diagnoses:before { + content: ''; +} + +.fa-diaspora:before { + content: ''; +} + +.fa-dice:before { + content: ''; +} + +.fa-dice-d20:before { + content: ''; +} + +.fa-dice-d6:before { + content: ''; +} + +.fa-dice-five:before { + content: ''; +} + +.fa-dice-four:before { + content: ''; +} + +.fa-dice-one:before { + content: ''; +} + +.fa-dice-six:before { + content: ''; +} + +.fa-dice-three:before { + content: ''; +} + +.fa-dice-two:before { + content: ''; +} + +.fa-digg:before { + content: ''; +} + +.fa-digital-ocean:before { + content: ''; +} + +.fa-digital-tachograph:before { + content: ''; +} + +.fa-directions:before { + content: ''; +} + +.fa-discord:before { + content: ''; +} + +.fa-discourse:before { + content: ''; +} + +.fa-divide:before { + content: ''; +} + +.fa-dizzy:before { + content: ''; +} + +.fa-dna:before { + content: ''; +} + +.fa-dochub:before { + content: ''; +} + +.fa-docker:before { + content: ''; +} + +.fa-dog:before { + content: ''; +} + +.fa-dollar-sign:before { + content: ''; +} + +.fa-dolly:before { + content: ''; +} + +.fa-dolly-flatbed:before { + content: ''; +} + +.fa-donate:before { + content: ''; +} + +.fa-door-closed:before { + content: ''; +} + +.fa-door-open:before { + content: ''; +} + +.fa-dot-circle:before { + content: ''; +} + +.fa-dove:before { + content: ''; +} + +.fa-download:before { + content: ''; +} + +.fa-draft2digital:before { + content: ''; +} + +.fa-drafting-compass:before { + content: ''; +} + +.fa-dragon:before { + content: ''; +} + +.fa-draw-polygon:before { + content: ''; +} + +.fa-dribbble:before { + content: ''; +} + +.fa-dribbble-square:before { + content: ''; +} + +.fa-dropbox:before { + content: ''; +} + +.fa-drum:before { + content: ''; +} + +.fa-drum-steelpan:before { + content: ''; +} + +.fa-drumstick-bite:before { + content: ''; +} + +.fa-drupal:before { + content: ''; +} + +.fa-dumbbell:before { + content: ''; +} + +.fa-dumpster:before { + content: ''; +} + +.fa-dumpster-fire:before { + content: ''; +} + +.fa-dungeon:before { + content: ''; +} + +.fa-dyalog:before { + content: ''; +} + +.fa-earlybirds:before { + content: ''; +} + +.fa-ebay:before { + content: ''; +} + +.fa-edge:before { + content: ''; +} + +.fa-edit:before { + content: ''; +} + +.fa-egg:before { + content: ''; +} + +.fa-eject:before { + content: ''; +} + +.fa-elementor:before { + content: ''; +} + +.fa-ellipsis-h:before { + content: ''; +} + +.fa-ellipsis-v:before { + content: ''; +} + +.fa-ello:before { + content: ''; +} + +.fa-ember:before { + content: ''; +} + +.fa-empire:before { + content: ''; +} + +.fa-envelope:before { + content: ''; +} + +.fa-envelope-open:before { + content: ''; +} + +.fa-envelope-open-text:before { + content: ''; +} + +.fa-envelope-square:before { + content: ''; +} + +.fa-envira:before { + content: ''; +} + +.fa-equals:before { + content: ''; +} + +.fa-eraser:before { + content: ''; +} + +.fa-erlang:before { + content: ''; +} + +.fa-ethereum:before { + content: ''; +} + +.fa-ethernet:before { + content: ''; +} + +.fa-etsy:before { + content: ''; +} + +.fa-euro-sign:before { + content: ''; +} + +.fa-evernote:before { + content: ''; +} + +.fa-exchange-alt:before { + content: ''; +} + +.fa-exclamation:before { + content: ''; +} + +.fa-exclamation-circle:before { + content: ''; +} + +.fa-exclamation-triangle:before { + content: ''; +} + +.fa-expand:before { + content: ''; +} + +.fa-expand-arrows-alt:before { + content: ''; +} + +.fa-expeditedssl:before { + content: ''; +} + +.fa-external-link-alt:before { + content: ''; +} + +.fa-external-link-square-alt:before { + content: ''; +} + +.fa-eye:before { + content: ''; +} + +.fa-eye-dropper:before { + content: ''; +} + +.fa-eye-slash:before { + content: ''; +} + +.fa-facebook:before { + content: ''; +} + +.fa-facebook-f:before { + content: ''; +} + +.fa-facebook-messenger:before { + content: ''; +} + +.fa-facebook-square:before { + content: ''; +} + +.fa-fan:before { + content: ''; +} + +.fa-fantasy-flight-games:before { + content: ''; +} + +.fa-fast-backward:before { + content: ''; +} + +.fa-fast-forward:before { + content: ''; +} + +.fa-fax:before { + content: ''; +} + +.fa-feather:before { + content: ''; +} + +.fa-feather-alt:before { + content: ''; +} + +.fa-fedex:before { + content: ''; +} + +.fa-fedora:before { + content: ''; +} + +.fa-female:before { + content: ''; +} + +.fa-fighter-jet:before { + content: ''; +} + +.fa-figma:before { + content: ''; +} + +.fa-file:before { + content: ''; +} + +.fa-file-alt:before { + content: ''; +} + +.fa-file-archive:before { + content: ''; +} + +.fa-file-audio:before { + content: ''; +} + +.fa-file-code:before { + content: ''; +} + +.fa-file-contract:before { + content: ''; +} + +.fa-file-csv:before { + content: ''; +} + +.fa-file-download:before { + content: ''; +} + +.fa-file-excel:before { + content: ''; +} + +.fa-file-export:before { + content: ''; +} + +.fa-file-image:before { + content: ''; +} + +.fa-file-import:before { + content: ''; +} + +.fa-file-invoice:before { + content: ''; +} + +.fa-file-invoice-dollar:before { + content: ''; +} + +.fa-file-medical:before { + content: ''; +} + +.fa-file-medical-alt:before { + content: ''; +} + +.fa-file-pdf:before { + content: ''; +} + +.fa-file-powerpoint:before { + content: ''; +} + +.fa-file-prescription:before { + content: ''; +} + +.fa-file-signature:before { + content: ''; +} + +.fa-file-upload:before { + content: ''; +} + +.fa-file-video:before { + content: ''; +} + +.fa-file-word:before { + content: ''; +} + +.fa-fill:before { + content: ''; +} + +.fa-fill-drip:before { + content: ''; +} + +.fa-film:before { + content: ''; +} + +.fa-filter:before { + content: ''; +} + +.fa-fingerprint:before { + content: ''; +} + +.fa-fire:before { + content: ''; +} + +.fa-fire-alt:before { + content: ''; +} + +.fa-fire-extinguisher:before { + content: ''; +} + +.fa-firefox:before { + content: ''; +} + +.fa-first-aid:before { + content: ''; +} + +.fa-first-order:before { + content: ''; +} + +.fa-first-order-alt:before { + content: ''; +} + +.fa-firstdraft:before { + content: ''; +} + +.fa-fish:before { + content: ''; +} + +.fa-fist-raised:before { + content: ''; +} + +.fa-flag:before { + content: ''; +} + +.fa-flag-checkered:before { + content: ''; +} + +.fa-flag-usa:before { + content: ''; +} + +.fa-flask:before { + content: ''; +} + +.fa-flickr:before { + content: ''; +} + +.fa-flipboard:before { + content: ''; +} + +.fa-flushed:before { + content: ''; +} + +.fa-fly:before { + content: ''; +} + +.fa-folder:before { + content: ''; +} + +.fa-folder-minus:before { + content: ''; +} + +.fa-folder-open:before { + content: ''; +} + +.fa-folder-plus:before { + content: ''; +} + +.fa-font:before { + content: ''; +} + +.fa-font-awesome:before { + content: ''; +} + +.fa-font-awesome-alt:before { + content: ''; +} + +.fa-font-awesome-flag:before { + content: ''; +} + +.fa-font-awesome-logo-full:before { + content: ''; +} + +.fa-fonticons:before { + content: ''; +} + +.fa-fonticons-fi:before { + content: ''; +} + +.fa-football-ball:before { + content: ''; +} + +.fa-fort-awesome:before { + content: ''; +} + +.fa-fort-awesome-alt:before { + content: ''; +} + +.fa-forumbee:before { + content: ''; +} + +.fa-forward:before { + content: ''; +} + +.fa-foursquare:before { + content: ''; +} + +.fa-free-code-camp:before { + content: ''; +} + +.fa-freebsd:before { + content: ''; +} + +.fa-frog:before { + content: ''; +} + +.fa-frown:before { + content: ''; +} + +.fa-frown-open:before { + content: ''; +} + +.fa-fulcrum:before { + content: ''; +} + +.fa-funnel-dollar:before { + content: ''; +} + +.fa-futbol:before { + content: ''; +} + +.fa-galactic-republic:before { + content: ''; +} + +.fa-galactic-senate:before { + content: ''; +} + +.fa-gamepad:before { + content: ''; +} + +.fa-gas-pump:before { + content: ''; +} + +.fa-gavel:before { + content: ''; +} + +.fa-gem:before { + content: ''; +} + +.fa-genderless:before { + content: ''; +} + +.fa-get-pocket:before { + content: ''; +} + +.fa-gg:before { + content: ''; +} + +.fa-gg-circle:before { + content: ''; +} + +.fa-ghost:before { + content: ''; +} + +.fa-gift:before { + content: ''; +} + +.fa-gifts:before { + content: ''; +} + +.fa-git:before { + content: ''; +} + +.fa-git-alt:before { + content: ''; +} + +.fa-git-square:before { + content: ''; +} + +.fa-github:before { + content: ''; +} + +.fa-github-alt:before { + content: ''; +} + +.fa-github-square:before { + content: ''; +} + +.fa-gitkraken:before { + content: ''; +} + +.fa-gitlab:before { + content: ''; +} + +.fa-gitter:before { + content: ''; +} + +.fa-glass-cheers:before { + content: ''; +} + +.fa-glass-martini:before { + content: ''; +} + +.fa-glass-martini-alt:before { + content: ''; +} + +.fa-glass-whiskey:before { + content: ''; +} + +.fa-glasses:before { + content: ''; +} + +.fa-glide:before { + content: ''; +} + +.fa-glide-g:before { + content: ''; +} + +.fa-globe:before { + content: ''; +} + +.fa-globe-africa:before { + content: ''; +} + +.fa-globe-americas:before { + content: ''; +} + +.fa-globe-asia:before { + content: ''; +} + +.fa-globe-europe:before { + content: ''; +} + +.fa-gofore:before { + content: ''; +} + +.fa-golf-ball:before { + content: ''; +} + +.fa-goodreads:before { + content: ''; +} + +.fa-goodreads-g:before { + content: ''; +} + +.fa-google:before { + content: ''; +} + +.fa-google-drive:before { + content: ''; +} + +.fa-google-play:before { + content: ''; +} + +.fa-google-plus:before { + content: ''; +} + +.fa-google-plus-g:before { + content: ''; +} + +.fa-google-plus-square:before { + content: ''; +} + +.fa-google-wallet:before { + content: ''; +} + +.fa-gopuram:before { + content: ''; +} + +.fa-graduation-cap:before { + content: ''; +} + +.fa-gratipay:before { + content: ''; +} + +.fa-grav:before { + content: ''; +} + +.fa-greater-than:before { + content: ''; +} + +.fa-greater-than-equal:before { + content: ''; +} + +.fa-grimace:before { + content: ''; +} + +.fa-grin:before { + content: ''; +} + +.fa-grin-alt:before { + content: ''; +} + +.fa-grin-beam:before { + content: ''; +} + +.fa-grin-beam-sweat:before { + content: ''; +} + +.fa-grin-hearts:before { + content: ''; +} + +.fa-grin-squint:before { + content: ''; +} + +.fa-grin-squint-tears:before { + content: ''; +} + +.fa-grin-stars:before { + content: ''; +} + +.fa-grin-tears:before { + content: ''; +} + +.fa-grin-tongue:before { + content: ''; +} + +.fa-grin-tongue-squint:before { + content: ''; +} + +.fa-grin-tongue-wink:before { + content: ''; +} + +.fa-grin-wink:before { + content: ''; +} + +.fa-grip-horizontal:before { + content: ''; +} + +.fa-grip-lines:before { + content: ''; +} + +.fa-grip-lines-vertical:before { + content: ''; +} + +.fa-grip-vertical:before { + content: ''; +} + +.fa-gripfire:before { + content: ''; +} + +.fa-grunt:before { + content: ''; +} + +.fa-guitar:before { + content: ''; +} + +.fa-gulp:before { + content: ''; +} + +.fa-h-square:before { + content: ''; +} + +.fa-hacker-news:before { + content: ''; +} + +.fa-hacker-news-square:before { + content: ''; +} + +.fa-hackerrank:before { + content: ''; +} + +.fa-hamburger:before { + content: ''; +} + +.fa-hammer:before { + content: ''; +} + +.fa-hamsa:before { + content: ''; +} + +.fa-hand-holding:before { + content: ''; +} + +.fa-hand-holding-heart:before { + content: ''; +} + +.fa-hand-holding-usd:before { + content: ''; +} + +.fa-hand-lizard:before { + content: ''; +} + +.fa-hand-middle-finger:before { + content: ''; +} + +.fa-hand-paper:before { + content: ''; +} + +.fa-hand-peace:before { + content: ''; +} + +.fa-hand-point-down:before { + content: ''; +} + +.fa-hand-point-left:before { + content: ''; +} + +.fa-hand-point-right:before { + content: ''; +} + +.fa-hand-point-up:before { + content: ''; +} + +.fa-hand-pointer:before { + content: ''; +} + +.fa-hand-rock:before { + content: ''; +} + +.fa-hand-scissors:before { + content: ''; +} + +.fa-hand-spock:before { + content: ''; +} + +.fa-hands:before { + content: ''; +} + +.fa-hands-helping:before { + content: ''; +} + +.fa-handshake:before { + content: ''; +} + +.fa-hanukiah:before { + content: ''; +} + +.fa-hard-hat:before { + content: ''; +} + +.fa-hashtag:before { + content: ''; +} + +.fa-hat-wizard:before { + content: ''; +} + +.fa-haykal:before { + content: ''; +} + +.fa-hdd:before { + content: ''; +} + +.fa-heading:before { + content: ''; +} + +.fa-headphones:before { + content: ''; +} + +.fa-headphones-alt:before { + content: ''; +} + +.fa-headset:before { + content: ''; +} + +.fa-heart:before { + content: ''; +} + +.fa-heart-broken:before { + content: ''; +} + +.fa-heartbeat:before { + content: ''; +} + +.fa-helicopter:before { + content: ''; +} + +.fa-highlighter:before { + content: ''; +} + +.fa-hiking:before { + content: ''; +} + +.fa-hippo:before { + content: ''; +} + +.fa-hips:before { + content: ''; +} + +.fa-hire-a-helper:before { + content: ''; +} + +.fa-history:before { + content: ''; +} + +.fa-hockey-puck:before { + content: ''; +} + +.fa-holly-Mantis:before { + content: ''; +} + +.fa-home:before { + content: ''; +} + +.fa-hooli:before { + content: ''; +} + +.fa-hornbill:before { + content: ''; +} + +.fa-horse:before { + content: ''; +} + +.fa-horse-head:before { + content: ''; +} + +.fa-hospital:before { + content: ''; +} + +.fa-hospital-alt:before { + content: ''; +} + +.fa-hospital-symbol:before { + content: ''; +} + +.fa-hot-tub:before { + content: ''; +} + +.fa-hotdog:before { + content: ''; +} + +.fa-hotel:before { + content: ''; +} + +.fa-hotjar:before { + content: ''; +} + +.fa-hourglass:before { + content: ''; +} + +.fa-hourglass-end:before { + content: ''; +} + +.fa-hourglass-half:before { + content: ''; +} + +.fa-hourglass-start:before { + content: ''; +} + +.fa-house-damage:before { + content: ''; +} + +.fa-houzz:before { + content: ''; +} + +.fa-hryvnia:before { + content: ''; +} + +.fa-html5:before { + content: ''; +} + +.fa-hubspot:before { + content: ''; +} + +.fa-i-cursor:before { + content: ''; +} + +.fa-ice-cream:before { + content: ''; +} + +.fa-icicles:before { + content: ''; +} + +.fa-icons:before { + content: ''; +} + +.fa-id-badge:before { + content: ''; +} + +.fa-id-card:before { + content: ''; +} + +.fa-id-card-alt:before { + content: ''; +} + +.fa-igloo:before { + content: ''; +} + +.fa-image:before { + content: ''; +} + +.fa-images:before { + content: ''; +} + +.fa-imdb:before { + content: ''; +} + +.fa-inbox:before { + content: ''; +} + +.fa-indent:before { + content: ''; +} + +.fa-industry:before { + content: ''; +} + +.fa-infinity:before { + content: ''; +} + +.fa-info:before { + content: ''; +} + +.fa-info-circle:before { + content: ''; +} + +.fa-instagram:before { + content: ''; +} + +.fa-intercom:before { + content: ''; +} + +.fa-internet-explorer:before { + content: ''; +} + +.fa-invision:before { + content: ''; +} + +.fa-ioxhost:before { + content: ''; +} + +.fa-italic:before { + content: ''; +} + +.fa-itch-io:before { + content: ''; +} + +.fa-itunes:before { + content: ''; +} + +.fa-itunes-note:before { + content: ''; +} + +.fa-java:before { + content: ''; +} + +.fa-jedi:before { + content: ''; +} + +.fa-jedi-order:before { + content: ''; +} + +.fa-jenkins:before { + content: ''; +} + +.fa-jira:before { + content: ''; +} + +.fa-joget:before { + content: ''; +} + +.fa-joint:before { + content: ''; +} + +.fa-joomla:before { + content: ''; +} + +.fa-journal-whills:before { + content: ''; +} + +.fa-js:before { + content: ''; +} + +.fa-js-square:before { + content: ''; +} + +.fa-jsfiddle:before { + content: ''; +} + +.fa-kaaba:before { + content: ''; +} + +.fa-kaggle:before { + content: ''; +} + +.fa-key:before { + content: ''; +} + +.fa-keybase:before { + content: ''; +} + +.fa-keyboard:before { + content: ''; +} + +.fa-keycdn:before { + content: ''; +} + +.fa-khanda:before { + content: ''; +} + +.fa-kickstarter:before { + content: ''; +} + +.fa-kickstarter-k:before { + content: ''; +} + +.fa-kiss:before { + content: ''; +} + +.fa-kiss-beam:before { + content: ''; +} + +.fa-kiss-wink-heart:before { + content: ''; +} + +.fa-kiwi-bird:before { + content: ''; +} + +.fa-korvue:before { + content: ''; +} + +.fa-landmark:before { + content: ''; +} + +.fa-language:before { + content: ''; +} + +.fa-laptop:before { + content: ''; +} + +.fa-laptop-code:before { + content: ''; +} + +.fa-laptop-medical:before { + content: ''; +} + +.fa-laravel:before { + content: ''; +} + +.fa-lastfm:before { + content: ''; +} + +.fa-lastfm-square:before { + content: ''; +} + +.fa-laugh:before { + content: ''; +} + +.fa-laugh-beam:before { + content: ''; +} + +.fa-laugh-squint:before { + content: ''; +} + +.fa-laugh-wink:before { + content: ''; +} + +.fa-layer-group:before { + content: ''; +} + +.fa-leaf:before { + content: ''; +} + +.fa-leanpub:before { + content: ''; +} + +.fa-lemon:before { + content: ''; +} + +.fa-less:before { + content: ''; +} + +.fa-less-than:before { + content: ''; +} + +.fa-less-than-equal:before { + content: ''; +} + +.fa-level-down-alt:before { + content: ''; +} + +.fa-level-up-alt:before { + content: ''; +} + +.fa-life-ring:before { + content: ''; +} + +.fa-lightbulb:before { + content: ''; +} + +.fa-line:before { + content: ''; +} + +.fa-link:before { + content: ''; +} + +.fa-linkedin:before { + content: ''; +} + +.fa-linkedin-in:before { + content: ''; +} + +.fa-linode:before { + content: ''; +} + +.fa-linux:before { + content: ''; +} + +.fa-lira-sign:before { + content: ''; +} + +.fa-list:before { + content: ''; +} + +.fa-list-alt:before { + content: ''; +} + +.fa-list-ol:before { + content: ''; +} + +.fa-list-ul:before { + content: ''; +} + +.fa-location-arrow:before { + content: ''; +} + +.fa-lock:before { + content: ''; +} + +.fa-lock-open:before { + content: ''; +} + +.fa-long-arrow-alt-down:before { + content: ''; +} + +.fa-long-arrow-alt-left:before { + content: ''; +} + +.fa-long-arrow-alt-right:before { + content: ''; +} + +.fa-long-arrow-alt-up:before { + content: ''; +} + +.fa-low-vision:before { + content: ''; +} + +.fa-luggage-cart:before { + content: ''; +} + +.fa-lyft:before { + content: ''; +} + +.fa-magento:before { + content: ''; +} + +.fa-magic:before { + content: ''; +} + +.fa-magnet:before { + content: ''; +} + +.fa-mail-bulk:before { + content: ''; +} + +.fa-mailchimp:before { + content: ''; +} + +.fa-male:before { + content: ''; +} + +.fa-mandalorian:before { + content: ''; +} + +.fa-map:before { + content: ''; +} + +.fa-map-marked:before { + content: ''; +} + +.fa-map-marked-alt:before { + content: ''; +} + +.fa-map-marker:before { + content: ''; +} + +.fa-map-marker-alt:before { + content: ''; +} + +.fa-map-pin:before { + content: ''; +} + +.fa-map-signs:before { + content: ''; +} + +.fa-markdown:before { + content: ''; +} + +.fa-marker:before { + content: ''; +} + +.fa-mars:before { + content: ''; +} + +.fa-mars-double:before { + content: ''; +} + +.fa-mars-stroke:before { + content: ''; +} + +.fa-mars-stroke-h:before { + content: ''; +} + +.fa-mars-stroke-v:before { + content: ''; +} + +.fa-mask:before { + content: ''; +} + +.fa-mastodon:before { + content: ''; +} + +.fa-maxcdn:before { + content: ''; +} + +.fa-medal:before { + content: ''; +} + +.fa-medapps:before { + content: ''; +} + +.fa-medium:before { + content: ''; +} + +.fa-medium-m:before { + content: ''; +} + +.fa-medkit:before { + content: ''; +} + +.fa-medrt:before { + content: ''; +} + +.fa-meetup:before { + content: ''; +} + +.fa-megaport:before { + content: ''; +} + +.fa-meh:before { + content: ''; +} + +.fa-meh-blank:before { + content: ''; +} + +.fa-meh-rolling-eyes:before { + content: ''; +} + +.fa-memory:before { + content: ''; +} + +.fa-mendeley:before { + content: ''; +} + +.fa-menorah:before { + content: ''; +} + +.fa-mercury:before { + content: ''; +} + +.fa-meteor:before { + content: ''; +} + +.fa-microchip:before { + content: ''; +} + +.fa-microphone:before { + content: ''; +} + +.fa-microphone-alt:before { + content: ''; +} + +.fa-microphone-alt-slash:before { + content: ''; +} + +.fa-microphone-slash:before { + content: ''; +} + +.fa-microscope:before { + content: ''; +} + +.fa-microsoft:before { + content: ''; +} + +.fa-minus:before { + content: ''; +} + +.fa-minus-circle:before { + content: ''; +} + +.fa-minus-square:before { + content: ''; +} + +.fa-mitten:before { + content: ''; +} + +.fa-mix:before { + content: ''; +} + +.fa-mixcloud:before { + content: ''; +} + +.fa-mizuni:before { + content: ''; +} + +.fa-mobile:before { + content: ''; +} + +.fa-mobile-alt:before { + content: ''; +} + +.fa-modx:before { + content: ''; +} + +.fa-monero:before { + content: ''; +} + +.fa-money-bill:before { + content: ''; +} + +.fa-money-bill-alt:before { + content: ''; +} + +.fa-money-bill-wave:before { + content: ''; +} + +.fa-money-bill-wave-alt:before { + content: ''; +} + +.fa-money-check:before { + content: ''; +} + +.fa-money-check-alt:before { + content: ''; +} + +.fa-monument:before { + content: ''; +} + +.fa-moon:before { + content: ''; +} + +.fa-mortar-pestle:before { + content: ''; +} + +.fa-mosque:before { + content: ''; +} + +.fa-motorcycle:before { + content: ''; +} + +.fa-mountain:before { + content: ''; +} + +.fa-mouse-pointer:before { + content: ''; +} + +.fa-mug-hot:before { + content: ''; +} + +.fa-music:before { + content: ''; +} + +.fa-napster:before { + content: ''; +} + +.fa-neos:before { + content: ''; +} + +.fa-network-wired:before { + content: ''; +} + +.fa-neuter:before { + content: ''; +} + +.fa-newspaper:before { + content: ''; +} + +.fa-nimblr:before { + content: ''; +} + +.fa-node:before { + content: ''; +} + +.fa-node-js:before { + content: ''; +} + +.fa-not-equal:before { + content: ''; +} + +.fa-notes-medical:before { + content: ''; +} + +.fa-npm:before { + content: ''; +} + +.fa-ns8:before { + content: ''; +} + +.fa-nutritionix:before { + content: ''; +} + +.fa-object-group:before { + content: ''; +} + +.fa-object-ungroup:before { + content: ''; +} + +.fa-odnoklassniki:before { + content: ''; +} + +.fa-odnoklassniki-square:before { + content: ''; +} + +.fa-oil-can:before { + content: ''; +} + +.fa-old-republic:before { + content: ''; +} + +.fa-om:before { + content: ''; +} + +.fa-opencart:before { + content: ''; +} + +.fa-openid:before { + content: ''; +} + +.fa-opera:before { + content: ''; +} + +.fa-optin-monster:before { + content: ''; +} + +.fa-osi:before { + content: ''; +} + +.fa-otter:before { + content: ''; +} + +.fa-outdent:before { + content: ''; +} + +.fa-page4:before { + content: ''; +} + +.fa-pagelines:before { + content: ''; +} + +.fa-pager:before { + content: ''; +} + +.fa-paint-brush:before { + content: ''; +} + +.fa-paint-roller:before { + content: ''; +} + +.fa-palette:before { + content: ''; +} + +.fa-palfed:before { + content: ''; +} + +.fa-pallet:before { + content: ''; +} + +.fa-paper-plane:before { + content: ''; +} + +.fa-paperclip:before { + content: ''; +} + +.fa-parachute-box:before { + content: ''; +} + +.fa-paragraph:before { + content: ''; +} + +.fa-parking:before { + content: ''; +} + +.fa-passport:before { + content: ''; +} + +.fa-pastafarianism:before { + content: ''; +} + +.fa-paste:before { + content: ''; +} + +.fa-patreon:before { + content: ''; +} + +.fa-pause:before { + content: ''; +} + +.fa-pause-circle:before { + content: ''; +} + +.fa-paw:before { + content: ''; +} + +.fa-paypal:before { + content: ''; +} + +.fa-peace:before { + content: ''; +} + +.fa-pen:before { + content: ''; +} + +.fa-pen-alt:before { + content: ''; +} + +.fa-pen-fancy:before { + content: ''; +} + +.fa-pen-nib:before { + content: ''; +} + +.fa-pen-square:before { + content: ''; +} + +.fa-pencil-alt:before { + content: ''; +} + +.fa-pencil-ruler:before { + content: ''; +} + +.fa-penny-arcade:before { + content: ''; +} + +.fa-people-carry:before { + content: ''; +} + +.fa-pepper-hot:before { + content: ''; +} + +.fa-percent:before { + content: ''; +} + +.fa-percentage:before { + content: ''; +} + +.fa-periscope:before { + content: ''; +} + +.fa-person-booth:before { + content: ''; +} + +.fa-phabricator:before { + content: ''; +} + +.fa-phoenix-framework:before { + content: ''; +} + +.fa-phoenix-squadron:before { + content: ''; +} + +.fa-phone:before { + content: ''; +} + +.fa-phone-alt:before { + content: ''; +} + +.fa-phone-slash:before { + content: ''; +} + +.fa-phone-square:before { + content: ''; +} + +.fa-phone-square-alt:before { + content: ''; +} + +.fa-phone-volume:before { + content: ''; +} + +.fa-photo-video:before { + content: ''; +} + +.fa-php:before { + content: ''; +} + +.fa-pied-piper:before { + content: ''; +} + +.fa-pied-piper-alt:before { + content: ''; +} + +.fa-pied-piper-hat:before { + content: ''; +} + +.fa-pied-piper-pp:before { + content: ''; +} + +.fa-piggy-bank:before { + content: ''; +} + +.fa-pills:before { + content: ''; +} + +.fa-pinterest:before { + content: ''; +} + +.fa-pinterest-p:before { + content: ''; +} + +.fa-pinterest-square:before { + content: ''; +} + +.fa-pizza-slice:before { + content: ''; +} + +.fa-place-of-worship:before { + content: ''; +} + +.fa-plane:before { + content: ''; +} + +.fa-plane-arrival:before { + content: ''; +} + +.fa-plane-departure:before { + content: ''; +} + +.fa-play:before { + content: ''; +} + +.fa-play-circle:before { + content: ''; +} + +.fa-playstation:before { + content: ''; +} + +.fa-plug:before { + content: ''; +} + +.fa-plus:before { + content: ''; +} + +.fa-plus-circle:before { + content: ''; +} + +.fa-plus-square:before { + content: ''; +} + +.fa-podcast:before { + content: ''; +} + +.fa-poll:before { + content: ''; +} + +.fa-poll-h:before { + content: ''; +} + +.fa-poo:before { + content: ''; +} + +.fa-poo-storm:before { + content: ''; +} + +.fa-poop:before { + content: ''; +} + +.fa-portrait:before { + content: ''; +} + +.fa-pound-sign:before { + content: ''; +} + +.fa-power-off:before { + content: ''; +} + +.fa-pray:before { + content: ''; +} + +.fa-praying-hands:before { + content: ''; +} + +.fa-prescription:before { + content: ''; +} + +.fa-prescription-bottle:before { + content: ''; +} + +.fa-prescription-bottle-alt:before { + content: ''; +} + +.fa-print:before { + content: ''; +} + +.fa-procedures:before { + content: ''; +} + +.fa-product-hunt:before { + content: ''; +} + +.fa-project-diagram:before { + content: ''; +} + +.fa-pushed:before { + content: ''; +} + +.fa-puzzle-piece:before { + content: ''; +} + +.fa-python:before { + content: ''; +} + +.fa-qq:before { + content: ''; +} + +.fa-qrcode:before { + content: ''; +} + +.fa-question:before { + content: ''; +} + +.fa-question-circle:before { + content: ''; +} + +.fa-quidditch:before { + content: ''; +} + +.fa-quinscape:before { + content: ''; +} + +.fa-quora:before { + content: ''; +} + +.fa-quote-left:before { + content: ''; +} + +.fa-quote-right:before { + content: ''; +} + +.fa-quran:before { + content: ''; +} + +.fa-r-project:before { + content: ''; +} + +.fa-radiation:before { + content: ''; +} + +.fa-radiation-alt:before { + content: ''; +} + +.fa-rainbow:before { + content: ''; +} + +.fa-random:before { + content: ''; +} + +.fa-raspMantis-pi:before { + content: ''; +} + +.fa-ravelry:before { + content: ''; +} + +.fa-react:before { + content: ''; +} + +.fa-reacteurope:before { + content: ''; +} + +.fa-readme:before { + content: ''; +} + +.fa-rebel:before { + content: ''; +} + +.fa-receipt:before { + content: ''; +} + +.fa-recycle:before { + content: ''; +} + +.fa-red-river:before { + content: ''; +} + +.fa-reddit:before { + content: ''; +} + +.fa-reddit-alien:before { + content: ''; +} + +.fa-reddit-square:before { + content: ''; +} + +.fa-redhat:before { + content: ''; +} + +.fa-redo:before { + content: ''; +} + +.fa-redo-alt:before { + content: ''; +} + +.fa-registered:before { + content: ''; +} + +.fa-remove-format:before { + content: ''; +} + +.fa-renren:before { + content: ''; +} + +.fa-reply:before { + content: ''; +} + +.fa-reply-all:before { + content: ''; +} + +.fa-replyd:before { + content: ''; +} + +.fa-republican:before { + content: ''; +} + +.fa-researchgate:before { + content: ''; +} + +.fa-resolving:before { + content: ''; +} + +.fa-restroom:before { + content: ''; +} + +.fa-retweet:before { + content: ''; +} + +.fa-rev:before { + content: ''; +} + +.fa-ribbon:before { + content: ''; +} + +.fa-ring:before { + content: ''; +} + +.fa-road:before { + content: ''; +} + +.fa-robot:before { + content: ''; +} + +.fa-rocket:before { + content: ''; +} + +.fa-rocketchat:before { + content: ''; +} + +.fa-rockrms:before { + content: ''; +} + +.fa-route:before { + content: ''; +} + +.fa-rss:before { + content: ''; +} + +.fa-rss-square:before { + content: ''; +} + +.fa-ruble-sign:before { + content: ''; +} + +.fa-ruler:before { + content: ''; +} + +.fa-ruler-combined:before { + content: ''; +} + +.fa-ruler-horizontal:before { + content: ''; +} + +.fa-ruler-vertical:before { + content: ''; +} + +.fa-running:before { + content: ''; +} + +.fa-rupee-sign:before { + content: ''; +} + +.fa-sad-cry:before { + content: ''; +} + +.fa-sad-tear:before { + content: ''; +} + +.fa-safari:before { + content: ''; +} + +.fa-salesforce:before { + content: ''; +} + +.fa-sass:before { + content: ''; +} + +.fa-satellite:before { + content: ''; +} + +.fa-satellite-dish:before { + content: ''; +} + +.fa-save:before { + content: ''; +} + +.fa-schlix:before { + content: ''; +} + +.fa-school:before { + content: ''; +} + +.fa-screwdriver:before { + content: ''; +} + +.fa-scribd:before { + content: ''; +} + +.fa-scroll:before { + content: ''; +} + +.fa-sd-card:before { + content: ''; +} + +.fa-search:before { + content: ''; +} + +.fa-search-dollar:before { + content: ''; +} + +.fa-search-location:before { + content: ''; +} + +.fa-search-minus:before { + content: ''; +} + +.fa-search-plus:before { + content: ''; +} + +.fa-searchengin:before { + content: ''; +} + +.fa-seedling:before { + content: ''; +} + +.fa-sellcast:before { + content: ''; +} + +.fa-sellsy:before { + content: ''; +} + +.fa-server:before { + content: ''; +} + +.fa-servicestack:before { + content: ''; +} + +.fa-shapes:before { + content: ''; +} + +.fa-share:before { + content: ''; +} + +.fa-share-alt:before { + content: ''; +} + +.fa-share-alt-square:before { + content: ''; +} + +.fa-share-square:before { + content: ''; +} + +.fa-shekel-sign:before { + content: ''; +} + +.fa-shield-alt:before { + content: ''; +} + +.fa-ship:before { + content: ''; +} + +.fa-shipping-fast:before { + content: ''; +} + +.fa-shirtsinbulk:before { + content: ''; +} + +.fa-shoe-prints:before { + content: ''; +} + +.fa-shopping-bag:before { + content: ''; +} + +.fa-shopping-basket:before { + content: ''; +} + +.fa-shopping-cart:before { + content: ''; +} + +.fa-shopware:before { + content: ''; +} + +.fa-shower:before { + content: ''; +} + +.fa-shuttle-van:before { + content: ''; +} + +.fa-sign:before { + content: ''; +} + +.fa-sign-in-alt:before { + content: ''; +} + +.fa-sign-language:before { + content: ''; +} + +.fa-sign-out-alt:before { + content: ''; +} + +.fa-signal:before { + content: ''; +} + +.fa-signature:before { + content: ''; +} + +.fa-sim-card:before { + content: ''; +} + +.fa-simplybuilt:before { + content: ''; +} + +.fa-sistrix:before { + content: ''; +} + +.fa-sitemap:before { + content: ''; +} + +.fa-sith:before { + content: ''; +} + +.fa-skating:before { + content: ''; +} + +.fa-sketch:before { + content: ''; +} + +.fa-skiing:before { + content: ''; +} + +.fa-skiing-nordic:before { + content: ''; +} + +.fa-skull:before { + content: ''; +} + +.fa-skull-crossbones:before { + content: ''; +} + +.fa-skyatlas:before { + content: ''; +} + +.fa-skype:before { + content: ''; +} + +.fa-slack:before { + content: ''; +} + +.fa-slack-hash:before { + content: ''; +} + +.fa-slash:before { + content: ''; +} + +.fa-sleigh:before { + content: ''; +} + +.fa-sliders-h:before { + content: ''; +} + +.fa-slideshare:before { + content: ''; +} + +.fa-smile:before { + content: ''; +} + +.fa-smile-beam:before { + content: ''; +} + +.fa-smile-wink:before { + content: ''; +} + +.fa-smog:before { + content: ''; +} + +.fa-smoking:before { + content: ''; +} + +.fa-smoking-ban:before { + content: ''; +} + +.fa-sms:before { + content: ''; +} + +.fa-snapchat:before { + content: ''; +} + +.fa-snapchat-ghost:before { + content: ''; +} + +.fa-snapchat-square:before { + content: ''; +} + +.fa-snowboarding:before { + content: ''; +} + +.fa-snowflake:before { + content: ''; +} + +.fa-snowman:before { + content: ''; +} + +.fa-snowplow:before { + content: ''; +} + +.fa-socks:before { + content: ''; +} + +.fa-solar-panel:before { + content: ''; +} + +.fa-sort:before { + content: ''; +} + +.fa-sort-alpha-down:before { + content: ''; +} + +.fa-sort-alpha-down-alt:before { + content: ''; +} + +.fa-sort-alpha-up:before { + content: ''; +} + +.fa-sort-alpha-up-alt:before { + content: ''; +} + +.fa-sort-amount-down:before { + content: ''; +} + +.fa-sort-amount-down-alt:before { + content: ''; +} + +.fa-sort-amount-up:before { + content: ''; +} + +.fa-sort-amount-up-alt:before { + content: ''; +} + +.fa-sort-down:before { + content: ''; +} + +.fa-sort-numeric-down:before { + content: ''; +} + +.fa-sort-numeric-down-alt:before { + content: ''; +} + +.fa-sort-numeric-up:before { + content: ''; +} + +.fa-sort-numeric-up-alt:before { + content: ''; +} + +.fa-sort-up:before { + content: ''; +} + +.fa-soundcloud:before { + content: ''; +} + +.fa-sourcetree:before { + content: ''; +} + +.fa-spa:before { + content: ''; +} + +.fa-space-shuttle:before { + content: ''; +} + +.fa-speakap:before { + content: ''; +} + +.fa-speaker-deck:before { + content: ''; +} + +.fa-spell-check:before { + content: ''; +} + +.fa-spider:before { + content: ''; +} + +.fa-spinner:before { + content: ''; +} + +.fa-splotch:before { + content: ''; +} + +.fa-spotify:before { + content: ''; +} + +.fa-spray-can:before { + content: ''; +} + +.fa-square:before { + content: ''; +} + +.fa-square-full:before { + content: ''; +} + +.fa-square-root-alt:before { + content: ''; +} + +.fa-squarespace:before { + content: ''; +} + +.fa-stack-exchange:before { + content: ''; +} + +.fa-stack-overflow:before { + content: ''; +} + +.fa-stackpath:before { + content: ''; +} + +.fa-stamp:before { + content: ''; +} + +.fa-star:before { + content: ''; +} + +.fa-star-and-crescent:before { + content: ''; +} + +.fa-star-half:before { + content: ''; +} + +.fa-star-half-alt:before { + content: ''; +} + +.fa-star-of-david:before { + content: ''; +} + +.fa-star-of-life:before { + content: ''; +} + +.fa-staylinked:before { + content: ''; +} + +.fa-steam:before { + content: ''; +} + +.fa-steam-square:before { + content: ''; +} + +.fa-steam-symbol:before { + content: ''; +} + +.fa-step-backward:before { + content: ''; +} + +.fa-step-forward:before { + content: ''; +} + +.fa-stethoscope:before { + content: ''; +} + +.fa-sticker-mule:before { + content: ''; +} + +.fa-sticky-note:before { + content: ''; +} + +.fa-stop:before { + content: ''; +} + +.fa-stop-circle:before { + content: ''; +} + +.fa-stopwatch:before { + content: ''; +} + +.fa-store:before { + content: ''; +} + +.fa-store-alt:before { + content: ''; +} + +.fa-strava:before { + content: ''; +} + +.fa-stream:before { + content: ''; +} + +.fa-street-view:before { + content: ''; +} + +.fa-strikethrough:before { + content: ''; +} + +.fa-stripe:before { + content: ''; +} + +.fa-stripe-s:before { + content: ''; +} + +.fa-stroopwafel:before { + content: ''; +} + +.fa-studiovinari:before { + content: ''; +} + +.fa-stumbleupon:before { + content: ''; +} + +.fa-stumbleupon-circle:before { + content: ''; +} + +.fa-subscript:before { + content: ''; +} + +.fa-subway:before { + content: ''; +} + +.fa-suitcase:before { + content: ''; +} + +.fa-suitcase-rolling:before { + content: ''; +} + +.fa-sun:before { + content: ''; +} + +.fa-superpowers:before { + content: ''; +} + +.fa-superscript:before { + content: ''; +} + +.fa-supple:before { + content: ''; +} + +.fa-surprise:before { + content: ''; +} + +.fa-suse:before { + content: ''; +} + +.fa-swatchbook:before { + content: ''; +} + +.fa-swimmer:before { + content: ''; +} + +.fa-swimming-pool:before { + content: ''; +} + +.fa-symfony:before { + content: ''; +} + +.fa-synagogue:before { + content: ''; +} + +.fa-sync:before { + content: ''; +} + +.fa-sync-alt:before { + content: ''; +} + +.fa-syringe:before { + content: ''; +} + +.fa-table:before { + content: ''; +} + +.fa-table-tennis:before { + content: ''; +} + +.fa-tablet:before { + content: ''; +} + +.fa-tablet-alt:before { + content: ''; +} + +.fa-tablets:before { + content: ''; +} + +.fa-tachometer-alt:before { + content: ''; +} + +.fa-tag:before { + content: ''; +} + +.fa-tags:before { + content: ''; +} + +.fa-tape:before { + content: ''; +} + +.fa-tasks:before { + content: ''; +} + +.fa-taxi:before { + content: ''; +} + +.fa-teamspeak:before { + content: ''; +} + +.fa-teeth:before { + content: ''; +} + +.fa-teeth-open:before { + content: ''; +} + +.fa-telegram:before { + content: ''; +} + +.fa-telegram-plane:before { + content: ''; +} + +.fa-temperature-high:before { + content: ''; +} + +.fa-temperature-low:before { + content: ''; +} + +.fa-tencent-weibo:before { + content: ''; +} + +.fa-tenge:before { + content: ''; +} + +.fa-terminal:before { + content: ''; +} + +.fa-text-height:before { + content: ''; +} + +.fa-text-width:before { + content: ''; +} + +.fa-th:before { + content: ''; +} + +.fa-th-large:before { + content: ''; +} + +.fa-th-list:before { + content: ''; +} + +.fa-the-red-yeti:before { + content: ''; +} + +.fa-theater-masks:before { + content: ''; +} + +.fa-themeco:before { + content: ''; +} + +.fa-themeisle:before { + content: ''; +} + +.fa-thermometer:before { + content: ''; +} + +.fa-thermometer-empty:before { + content: ''; +} + +.fa-thermometer-full:before { + content: ''; +} + +.fa-thermometer-half:before { + content: ''; +} + +.fa-thermometer-quarter:before { + content: ''; +} + +.fa-thermometer-three-quarters:before { + content: ''; +} + +.fa-think-peaks:before { + content: ''; +} + +.fa-thumbs-down:before { + content: ''; +} + +.fa-thumbs-up:before { + content: ''; +} + +.fa-thumbtack:before { + content: ''; +} + +.fa-ticket-alt:before { + content: ''; +} + +.fa-times:before { + content: ''; +} + +.fa-times-circle:before { + content: ''; +} + +.fa-tint:before { + content: ''; +} + +.fa-tint-slash:before { + content: ''; +} + +.fa-tired:before { + content: ''; +} + +.fa-toggle-off:before { + content: ''; +} + +.fa-toggle-on:before { + content: ''; +} + +.fa-toilet:before { + content: ''; +} + +.fa-toilet-paper:before { + content: ''; +} + +.fa-toolbox:before { + content: ''; +} + +.fa-tools:before { + content: ''; +} + +.fa-tooth:before { + content: ''; +} + +.fa-torah:before { + content: ''; +} + +.fa-torii-gate:before { + content: ''; +} + +.fa-tractor:before { + content: ''; +} + +.fa-trade-federation:before { + content: ''; +} + +.fa-trademark:before { + content: ''; +} + +.fa-traffic-light:before { + content: ''; +} + +.fa-train:before { + content: ''; +} + +.fa-tram:before { + content: ''; +} + +.fa-transgender:before { + content: ''; +} + +.fa-transgender-alt:before { + content: ''; +} + +.fa-trash:before { + content: ''; +} + +.fa-trash-alt:before { + content: ''; +} + +.fa-trash-restore:before { + content: ''; +} + +.fa-trash-restore-alt:before { + content: ''; +} + +.fa-tree:before { + content: ''; +} + +.fa-trello:before { + content: ''; +} + +.fa-tripadvisor:before { + content: ''; +} + +.fa-trophy:before { + content: ''; +} + +.fa-truck:before { + content: ''; +} + +.fa-truck-loading:before { + content: ''; +} + +.fa-truck-monster:before { + content: ''; +} + +.fa-truck-moving:before { + content: ''; +} + +.fa-truck-pickup:before { + content: ''; +} + +.fa-tshirt:before { + content: ''; +} + +.fa-tty:before { + content: ''; +} + +.fa-tumblr:before { + content: ''; +} + +.fa-tumblr-square:before { + content: ''; +} + +.fa-tv:before { + content: ''; +} + +.fa-twitch:before { + content: ''; +} + +.fa-twitter:before { + content: ''; +} + +.fa-twitter-square:before { + content: ''; +} + +.fa-typo3:before { + content: ''; +} + +.fa-uber:before { + content: ''; +} + +.fa-ubuntu:before { + content: ''; +} + +.fa-uikit:before { + content: ''; +} + +.fa-umbrella:before { + content: ''; +} + +.fa-umbrella-beach:before { + content: ''; +} + +.fa-underline:before { + content: ''; +} + +.fa-undo:before { + content: ''; +} + +.fa-undo-alt:before { + content: ''; +} + +.fa-uniregistry:before { + content: ''; +} + +.fa-universal-access:before { + content: ''; +} + +.fa-university:before { + content: ''; +} + +.fa-unlink:before { + content: ''; +} + +.fa-unlock:before { + content: ''; +} + +.fa-unlock-alt:before { + content: ''; +} + +.fa-untappd:before { + content: ''; +} + +.fa-upload:before { + content: ''; +} + +.fa-ups:before { + content: ''; +} + +.fa-usb:before { + content: ''; +} + +.fa-user:before { + content: ''; +} + +.fa-user-alt:before { + content: ''; +} + +.fa-user-alt-slash:before { + content: ''; +} + +.fa-user-astronaut:before { + content: ''; +} + +.fa-user-check:before { + content: ''; +} + +.fa-user-circle:before { + content: ''; +} + +.fa-user-clock:before { + content: ''; +} + +.fa-user-cog:before { + content: ''; +} + +.fa-user-edit:before { + content: ''; +} + +.fa-user-friends:before { + content: ''; +} + +.fa-user-graduate:before { + content: ''; +} + +.fa-user-injured:before { + content: ''; +} + +.fa-user-lock:before { + content: ''; +} + +.fa-user-md:before { + content: ''; +} + +.fa-user-minus:before { + content: ''; +} + +.fa-user-ninja:before { + content: ''; +} + +.fa-user-nurse:before { + content: ''; +} + +.fa-user-plus:before { + content: ''; +} + +.fa-user-secret:before { + content: ''; +} + +.fa-user-shield:before { + content: ''; +} + +.fa-user-slash:before { + content: ''; +} + +.fa-user-tag:before { + content: ''; +} + +.fa-user-tie:before { + content: ''; +} + +.fa-user-times:before { + content: ''; +} + +.fa-users:before { + content: ''; +} + +.fa-users-cog:before { + content: ''; +} + +.fa-usps:before { + content: ''; +} + +.fa-ussunnah:before { + content: ''; +} + +.fa-utensil-spoon:before { + content: ''; +} + +.fa-utensils:before { + content: ''; +} + +.fa-vaadin:before { + content: ''; +} + +.fa-vector-square:before { + content: ''; +} + +.fa-venus:before { + content: ''; +} + +.fa-venus-double:before { + content: ''; +} + +.fa-venus-mars:before { + content: ''; +} + +.fa-viacoin:before { + content: ''; +} + +.fa-viadeo:before { + content: ''; +} + +.fa-viadeo-square:before { + content: ''; +} + +.fa-vial:before { + content: ''; +} + +.fa-vials:before { + content: ''; +} + +.fa-viber:before { + content: ''; +} + +.fa-video:before { + content: ''; +} + +.fa-video-slash:before { + content: ''; +} + +.fa-vihara:before { + content: ''; +} + +.fa-vimeo:before { + content: ''; +} + +.fa-vimeo-square:before { + content: ''; +} + +.fa-vimeo-v:before { + content: ''; +} + +.fa-vine:before { + content: ''; +} + +.fa-vk:before { + content: ''; +} + +.fa-vnv:before { + content: ''; +} + +.fa-voicemail:before { + content: ''; +} + +.fa-volleyball-ball:before { + content: ''; +} + +.fa-volume-down:before { + content: ''; +} + +.fa-volume-mute:before { + content: ''; +} + +.fa-volume-off:before { + content: ''; +} + +.fa-volume-up:before { + content: ''; +} + +.fa-vote-yea:before { + content: ''; +} + +.fa-vr-cardboard:before { + content: ''; +} + +.fa-vuejs:before { + content: ''; +} + +.fa-walking:before { + content: ''; +} + +.fa-wallet:before { + content: ''; +} + +.fa-warehouse:before { + content: ''; +} + +.fa-water:before { + content: ''; +} + +.fa-wave-square:before { + content: ''; +} + +.fa-waze:before { + content: ''; +} + +.fa-weebly:before { + content: ''; +} + +.fa-weibo:before { + content: ''; +} + +.fa-weight:before { + content: ''; +} + +.fa-weight-hanging:before { + content: ''; +} + +.fa-weixin:before { + content: ''; +} + +.fa-whatsapp:before { + content: ''; +} + +.fa-whatsapp-square:before { + content: ''; +} + +.fa-wheelchair:before { + content: ''; +} + +.fa-whmcs:before { + content: ''; +} + +.fa-wifi:before { + content: ''; +} + +.fa-wikipedia-w:before { + content: ''; +} + +.fa-wind:before { + content: ''; +} + +.fa-window-close:before { + content: ''; +} + +.fa-window-maximize:before { + content: ''; +} + +.fa-window-minimize:before { + content: ''; +} + +.fa-window-restore:before { + content: ''; +} + +.fa-windows:before { + content: ''; +} + +.fa-wine-bottle:before { + content: ''; +} + +.fa-wine-glass:before { + content: ''; +} + +.fa-wine-glass-alt:before { + content: ''; +} + +.fa-wix:before { + content: ''; +} + +.fa-wizards-of-the-coast:before { + content: ''; +} + +.fa-wolf-pack-battalion:before { + content: ''; +} + +.fa-won-sign:before { + content: ''; +} + +.fa-wordpress:before { + content: ''; +} + +.fa-wordpress-simple:before { + content: ''; +} + +.fa-wpbeginner:before { + content: ''; +} + +.fa-wpexplorer:before { + content: ''; +} + +.fa-wpforms:before { + content: ''; +} + +.fa-wpressr:before { + content: ''; +} + +.fa-wrench:before { + content: ''; +} + +.fa-x-ray:before { + content: ''; +} + +.fa-xbox:before { + content: ''; +} + +.fa-xing:before { + content: ''; +} + +.fa-xing-square:before { + content: ''; +} + +.fa-y-combinator:before { + content: ''; +} + +.fa-yahoo:before { + content: ''; +} + +.fa-yammer:before { + content: ''; +} + +.fa-yandex:before { + content: ''; +} + +.fa-yandex-international:before { + content: ''; +} + +.fa-yarn:before { + content: ''; +} + +.fa-yelp:before { + content: ''; +} + +.fa-yen-sign:before { + content: ''; +} + +.fa-yin-yang:before { + content: ''; +} + +.fa-yoast:before { + content: ''; +} + +.fa-youtube:before { + content: ''; +} + +.fa-youtube-square:before { + content: ''; +} + +.fa-zhihu:before { + content: ''; +} + +.sr-only { + border: 0; + clip: rect(0, 0, 0, 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} + +.sr-only-focusable:active, +.sr-only-focusable:focus { + clip: auto; + height: auto; + margin: 0; + overflow: visible; + position: static; + width: auto; +} + +@font-face { + font-family: 'Font Awesome 5 Free'; + font-style: normal; + font-weight: 400; + src: url('fontawesome/fa-regular-400.eot'); + src: + url('fontawesome/fa-regular-400.eot?#iefix') format('embedded-opentype'), + url('fontawesome/fa-regular-400.woff2') format('woff2'), + url('fontawesome/fa-regular-400.woff') format('woff'), + url('fontawesome/fa-regular-400.ttf') format('truetype'), + url('fontawesome/fa-regular-400.svg#fontawesome') format('svg'); +} +.far { + font-family: 'Font Awesome 5 Free'; + font-weight: 400; +} +@font-face { + font-family: 'Font Awesome 5 Free'; + font-style: normal; + font-weight: 900; + src: url('fontawesome/fa-solid-900.eot'); + src: + url('fontawesome/fa-solid-900.eot?#iefix') format('embedded-opentype'), + url('fontawesome/fa-solid-900.woff2') format('woff2'), + url('fontawesome/fa-solid-900.woff') format('woff'), + url('fontawesome/fa-solid-900.ttf') format('truetype'), + url('fontawesome/fa-solid-900.svg#fontawesome') format('svg'); +} +.fa, +.fas { + font-family: 'Font Awesome 5 Free'; + font-weight: 900; +} +@font-face { + font-family: 'Font Awesome 5 Brands'; + font-style: normal; + font-weight: normal; + src: url('fontawesome/fa-brands-400.eot'); + src: + url('fontawesome/fa-brands-400.eot?#iefix') format('embedded-opentype'), + url('fontawesome/fa-brands-400.woff2') format('woff2'), + url('fontawesome/fa-brands-400.woff') format('woff'), + url('fontawesome/fa-brands-400.ttf') format('truetype'), + url('fontawesome/fa-brands-400.svg#fontawesome') format('svg'); +} +.fab { + font-family: 'Font Awesome 5 Brands'; +} diff --git a/dist/assets/fonts/fontawesome/fa-brands-400.eot b/dist/assets/fonts/fontawesome/fa-brands-400.eot new file mode 100644 index 0000000..e79f40f Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-brands-400.eot differ diff --git a/dist/assets/fonts/fontawesome/fa-brands-400.svg b/dist/assets/fonts/fontawesome/fa-brands-400.svg new file mode 100644 index 0000000..0fa1891 --- /dev/null +++ b/dist/assets/fonts/fontawesome/fa-brands-400.svg @@ -0,0 +1,3442 @@ + + + + diff --git a/dist/assets/fonts/fontawesome/fa-brands-400.ttf b/dist/assets/fonts/fontawesome/fa-brands-400.ttf new file mode 100644 index 0000000..217ffe9 Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-brands-400.ttf differ diff --git a/dist/assets/fonts/fontawesome/fa-brands-400.woff b/dist/assets/fonts/fontawesome/fa-brands-400.woff new file mode 100644 index 0000000..a2d8025 Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-brands-400.woff differ diff --git a/dist/assets/fonts/fontawesome/fa-brands-400.woff2 b/dist/assets/fonts/fontawesome/fa-brands-400.woff2 new file mode 100644 index 0000000..e27b0bf Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-brands-400.woff2 differ diff --git a/dist/assets/fonts/fontawesome/fa-regular-400.eot b/dist/assets/fonts/fontawesome/fa-regular-400.eot new file mode 100644 index 0000000..d62be2f Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-regular-400.eot differ diff --git a/dist/assets/fonts/fontawesome/fa-regular-400.svg b/dist/assets/fonts/fontawesome/fa-regular-400.svg new file mode 100644 index 0000000..751083e --- /dev/null +++ b/dist/assets/fonts/fontawesome/fa-regular-400.svg @@ -0,0 +1,803 @@ + + + + diff --git a/dist/assets/fonts/fontawesome/fa-regular-400.ttf b/dist/assets/fonts/fontawesome/fa-regular-400.ttf new file mode 100644 index 0000000..eb3cb5e Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-regular-400.ttf differ diff --git a/dist/assets/fonts/fontawesome/fa-regular-400.woff b/dist/assets/fonts/fontawesome/fa-regular-400.woff new file mode 100644 index 0000000..43b1a9a Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-regular-400.woff differ diff --git a/dist/assets/fonts/fontawesome/fa-regular-400.woff2 b/dist/assets/fonts/fontawesome/fa-regular-400.woff2 new file mode 100644 index 0000000..b9344a7 Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-regular-400.woff2 differ diff --git a/dist/assets/fonts/fontawesome/fa-solid-900.eot b/dist/assets/fonts/fontawesome/fa-solid-900.eot new file mode 100644 index 0000000..c77baa8 Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-solid-900.eot differ diff --git a/dist/assets/fonts/fontawesome/fa-solid-900.svg b/dist/assets/fonts/fontawesome/fa-solid-900.svg new file mode 100644 index 0000000..96ca225 --- /dev/null +++ b/dist/assets/fonts/fontawesome/fa-solid-900.svg @@ -0,0 +1,4649 @@ + + + + diff --git a/dist/assets/fonts/fontawesome/fa-solid-900.ttf b/dist/assets/fonts/fontawesome/fa-solid-900.ttf new file mode 100644 index 0000000..c6c3dd4 Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-solid-900.ttf differ diff --git a/dist/assets/fonts/fontawesome/fa-solid-900.woff b/dist/assets/fonts/fontawesome/fa-solid-900.woff new file mode 100644 index 0000000..77c1786 Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-solid-900.woff differ diff --git a/dist/assets/fonts/fontawesome/fa-solid-900.woff2 b/dist/assets/fonts/fontawesome/fa-solid-900.woff2 new file mode 100644 index 0000000..e30fb67 Binary files /dev/null and b/dist/assets/fonts/fontawesome/fa-solid-900.woff2 differ diff --git a/dist/assets/fonts/inter/Inter-italic.var.woff2 b/dist/assets/fonts/inter/Inter-italic.var.woff2 new file mode 100644 index 0000000..0387531 Binary files /dev/null and b/dist/assets/fonts/inter/Inter-italic.var.woff2 differ diff --git a/dist/assets/fonts/inter/Inter-roman.var.woff2 b/dist/assets/fonts/inter/Inter-roman.var.woff2 new file mode 100644 index 0000000..a6efdc4 Binary files /dev/null and b/dist/assets/fonts/inter/Inter-roman.var.woff2 differ diff --git a/dist/assets/fonts/inter/inter.css b/dist/assets/fonts/inter/inter.css new file mode 100644 index 0000000..0cdfce8 --- /dev/null +++ b/dist/assets/fonts/inter/inter.css @@ -0,0 +1,17 @@ +@font-face { + font-family: 'Inter var'; + font-weight: 100 900; + font-display: swap; + font-style: normal; + font-named-instance: 'Regular'; + src: url('Inter-roman.var.woff2?v=3.18') format('woff2'); +} + +@font-face { + font-family: 'Inter var'; + font-weight: 100 900; + font-display: swap; + font-style: italic; + font-named-instance: 'Italic'; + src: url('Inter-italic.var.woff2?v=3.18') format('woff2'); +} diff --git a/dist/assets/fonts/material.css b/dist/assets/fonts/material.css new file mode 100644 index 0000000..2950ead --- /dev/null +++ b/dist/assets/fonts/material.css @@ -0,0 +1,23 @@ +/* fallback */ +@font-face { + font-family: 'Material Icons Two Tone'; + font-style: normal; + font-weight: 400; + src: url(material/material.woff2) format('woff2'); +} + +.material-icons-two-tone { + font-family: 'Material Icons Two Tone'; + font-weight: normal; + font-style: normal; + font-size: 24px; + line-height: 1; + letter-spacing: normal; + text-transform: none; + display: inline-block; + white-space: nowrap; + word-wrap: normal; + direction: ltr; + -webkit-font-feature-settings: 'liga'; + -webkit-font-smoothing: antialiased; +} diff --git a/dist/assets/fonts/material/material.woff2 b/dist/assets/fonts/material/material.woff2 new file mode 100644 index 0000000..6ac7845 Binary files /dev/null and b/dist/assets/fonts/material/material.woff2 differ diff --git a/dist/assets/fonts/phosphor/duotone/Phosphor-Duotone.svg b/dist/assets/fonts/phosphor/duotone/Phosphor-Duotone.svg new file mode 100644 index 0000000..2e3ba00 --- /dev/null +++ b/dist/assets/fonts/phosphor/duotone/Phosphor-Duotone.svg @@ -0,0 +1,2526 @@ + + + \ No newline at end of file diff --git a/dist/assets/fonts/phosphor/duotone/Phosphor-Duotone.ttf b/dist/assets/fonts/phosphor/duotone/Phosphor-Duotone.ttf new file mode 100644 index 0000000..f8ec333 Binary files /dev/null and b/dist/assets/fonts/phosphor/duotone/Phosphor-Duotone.ttf differ diff --git a/dist/assets/fonts/phosphor/duotone/Phosphor-Duotone.woff b/dist/assets/fonts/phosphor/duotone/Phosphor-Duotone.woff new file mode 100644 index 0000000..f11519a Binary files /dev/null and b/dist/assets/fonts/phosphor/duotone/Phosphor-Duotone.woff differ diff --git a/dist/assets/fonts/phosphor/duotone/selection.json b/dist/assets/fonts/phosphor/duotone/selection.json new file mode 100644 index 0000000..48e35e2 --- /dev/null +++ b/dist/assets/fonts/phosphor/duotone/selection.json @@ -0,0 +1,26178 @@ +{ + "IcoMoonType": "selection", + "icons": [ + { + "icon": { + "paths": [ + "M832 128h-576c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM544 576c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z", + "M332.76 697.6c5.286 4.007 11.974 6.419 19.226 6.419 10.441 0 19.715-5.001 25.556-12.738l0.059-0.081c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080c-28.241-37.584-65.16-67.174-107.866-86.075l-1.734-0.685c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.535 19.552-81.538 49.149-109.34 86.067l-0.5 0.693c-4.004 5.285-6.414 11.971-6.414 19.219 0 10.422 4.982 19.68 12.695 25.523l0.080 0.058zM448 448c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM832 96h-576c-35.346 0-64 28.654-64 64v0 96h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v96c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM832 864h-576v-704h576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["address-book-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30733, "id": 1247, "name": "address-book-duotone", "prevSize": 16, "code": 59648, "codes": [59648, 59649] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 0 + }, + { + "icon": { + "paths": [ + "M608 608v128l64 64v128l-160-64-160 64v-128l64-64v-128l-320 64v-128l320-160v-192c0-53.019 42.981-96 96-96s96 42.981 96 96v0 192l320 160v128z", + "M942.32 515.36l-302.32-151.12v-172.24c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 172.24l-302.32 151.12c-10.567 5.373-17.68 16.164-17.68 28.617 0 0.008 0 0.016 0 0.024l-0-0.001v128c0.010 17.665 14.333 31.982 32 31.982 2.222 0 4.392-0.227 6.487-0.658l-0.207 0.036 281.72-56.32v75.72l-54.64 54.6c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v128c-0 0.016-0 0.036-0 0.055 0 17.673 14.327 32 32 32 4.325 0 8.449-0.858 12.213-2.413l-0.213 0.078 148-59.24 148 59.24c3.551 1.477 7.675 2.335 12 2.335 17.673 0 32-14.327 32-32 0-0.019-0-0.039-0-0.058l0 0.003v-128c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-54.64-54.6v-75.72l281.72 56.32c1.888 0.396 4.058 0.622 6.28 0.622 17.667 0 31.99-14.317 32-31.981l0-0.001v-128c0-0.007 0-0.015 0-0.023 0-12.453-7.113-23.245-17.498-28.533l-0.182-0.084zM896 632.96l-281.72-56.32c-1.888-0.396-4.058-0.622-6.28-0.622-17.667 0-31.99 14.317-32 31.981l-0 0.001v128c-0 0.007-0 0.016-0 0.025 0 8.83 3.577 16.825 9.36 22.615l-0-0 54.64 54.6v67.48l-116-46.44c-3.517-1.447-7.601-2.287-11.88-2.287s-8.363 0.84-12.094 2.364l0.214-0.077-116.24 46.44v-67.48l54.64-54.6c5.783-5.79 9.36-13.785 9.36-22.615 0-0.009-0-0.018-0-0.027l0 0.001v-128c-0.010-17.665-14.333-31.982-32-31.982-2.222 0-4.392 0.227-6.487 0.658l0.207-0.036-281.72 56.32v-69.2l302.32-151.12c10.567-5.373 17.68-16.164 17.68-28.617 0-0.008-0-0.016-0-0.024l0 0.001v-192c0-35.346 28.654-64 64-64s64 28.654 64 64v0 192c-0 0.007-0 0.015-0 0.023 0 12.453 7.113 23.245 17.498 28.533l0.182 0.084 302.32 151.12z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["airplane-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30734, "id": 1246, "name": "airplane-duotone", "prevSize": 16, "code": 59650, "codes": [59650, 59651] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1 + }, + { + "icon": { + "paths": [ + "M960 544v96h-715.76c-0.001 0-0.003 0-0.004 0-57.569 0-106.261-38.005-122.356-90.293l-0.24-0.907-56.28-187.6c-0.857-2.753-1.351-5.919-1.351-9.2 0-17.67 14.322-31.995 31.991-32l32-0 96 96h147.64l-49.96-149.88c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.66 14.305-31.979 31.96-32l32.002-0 192 192h256c70.692 0 128 57.308 128 128v0z", + "M896 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM992 544v96c0 17.673-14.327 32-32 32v0h-715.72c-0.216 0.001-0.472 0.002-0.729 0.002-71.788 0-132.463-47.575-152.219-112.916l-0.293-1.126-56.28-187.56c-1.714-5.507-2.702-11.838-2.702-18.4 0-35.326 28.621-63.967 63.939-64l32.003-0c8.825 0.004 16.814 3.58 22.6 9.36l86.68 86.64h89.96l-36-107.76c-2.082-6.040-3.285-12.999-3.285-20.24 0-35.346 28.654-64 64-64 0.016 0 0.031 0 0.047 0l31.998-0c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 182.64 182.64h242.72c88.366 0 160 71.634 160 160v0zM928 544c0-53.019-42.981-96-96-96v0h-256c-8.825-0.004-16.814-3.58-22.6-9.36l0 0-182.64-182.64h-18.76l49.96 149.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.66-14.305 31.979-31.96 32l-147.642 0c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-86.6-86.64h-18.76l56.28 187.6c12.036 39.868 48.436 68.401 91.5 68.401 0.176 0 0.351-0 0.527-0.001l-0.027 0h683.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["airplane-in-flight-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30735, + "id": 1245, + "name": "airplane-in-flight-duotone", + "prevSize": 16, + "code": 59652, + "codes": [59652, 59653] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 2 + }, + { + "icon": { + "paths": [ + "M896 593.28v142.72l-706.52-197.84c-54.36-15.585-93.472-64.844-93.48-123.239l-0-0.001v-222.92c-0-0.001-0-0.002-0-0.002 0-17.673 14.327-32 32-32 3.62 0 7.1 0.601 10.345 1.709l-0.225-0.067 21.88 7.32 48 132.88 176 50.16v-160c-0-0.001-0-0.002-0-0.002 0-17.673 14.327-32 32-32 3.62 0 7.1 0.601 10.345 1.709l-0.225-0.067 21.88 7.32 96 228.8 258.24 72c54.508 15.492 93.76 64.83 93.76 123.335 0 0.065-0 0.13-0 0.195l0-0.010z", + "M992 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM887.36 766.8l-706.52-197.84c-67.863-19.63-116.675-81.132-116.84-154.061l-0-0.019v-222.88c-0-0.001-0-0.003-0-0.005 0-35.346 28.654-64 64-64 7.241 0 14.2 1.202 20.691 3.418l-0.451-0.134 21.88 7.28c9.334 3.167 16.597 10.259 19.928 19.258l0.072 0.222 42.4 117.48 119.48 34.040v-117.56c-0-0.001-0-0.003-0-0.005 0-35.346 28.654-64 64-64 7.241 0 14.2 1.202 20.691 3.418l-0.451-0.134 21.88 7.28c8.824 3.002 15.774 9.495 19.321 17.791l0.079 0.209 90 214.52 243.36 68c68.012 19.552 116.959 81.138 117.12 154.181l0 0.019v142.72c-0.007 17.668-14.331 31.988-32 31.988-3.076 0-6.051-0.434-8.866-1.244l0.226 0.056zM864 593.28c-0.12-43.844-29.502-80.792-69.64-92.352l-0.68-0.168-258.28-72c-9.518-2.711-17.082-9.462-20.841-18.232l-0.079-0.208-90.48-215.64-8-2.68v160c0 0.007 0 0.014 0 0.022 0 17.673-14.327 32-32 32-3.12 0-6.135-0.446-8.986-1.279l0.226 0.057-176-50.16c-9.973-2.923-17.786-10.303-21.249-19.778l-0.071-0.222-42.76-118.28-7.16-2.36v222.88c0.112 43.777 29.399 80.684 69.439 92.311l0.681 0.169 665.88 186.44z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["airplane-landing-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30736, + "id": 1244, + "name": "airplane-landing-duotone", + "prevSize": 16, + "code": 59654, + "codes": [59654, 59655] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 3 + }, + { + "icon": { + "paths": [ + "M960 366.56l-589.64 352c-18.456 10.928-40.677 17.385-64.407 17.385-33.918 0-64.755-13.193-87.66-34.727l0.067 0.062-144.24-141.28c-6.233-5.853-10.116-14.147-10.116-23.347 0-13.118 7.893-24.393 19.19-29.333l0.206-0.080 12.6-6.16 127.16 42.92 128.84-77.96-117.4-114.040c-6.517-5.882-10.595-14.358-10.595-23.787 0-13.118 7.893-24.392 19.189-29.333l0.206-0.080 28.6-10.8 230.12 84.68 219.36-131c18.577-11.113 40.98-17.684 64.918-17.684 39.84 0 75.429 18.202 98.905 46.743l0.177 0.221z", + "M704 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM991.44 372.6c-1.777 9.216-7.304 16.882-14.897 21.48l-0.143 0.080-589.64 352c-23.202 13.833-51.159 22.030-81.026 22.080l-0.014 0c-42.298-0.050-80.723-16.596-109.193-43.549l0.073 0.069-0.48-0.48-144.12-141.080c-12.287-11.685-19.929-28.154-19.929-46.409 0-25.89 15.373-48.189 37.489-58.268l0.401-0.163 12-5.88c4.115-2.066 8.968-3.275 14.102-3.275 3.656 0 7.17 0.613 10.443 1.743l-0.225-0.068 113.040 38.16 80.68-48.8-87.32-84.76c-12.706-11.733-20.635-28.475-20.635-47.069 0-26.222 15.77-48.761 38.344-58.65l0.411-0.161 1.28-0.52 28.6-10.84c3.322-1.277 7.164-2.017 11.18-2.017s7.858 0.74 11.4 2.090l-0.22-0.074 215.76 79.28 206.28-123.12c23.277-14.077 51.397-22.407 81.462-22.407 49.779 0 94.224 22.835 123.432 58.601l0.227 0.286 0.48 0.6 74.56 95.56c4.209 5.366 6.749 12.215 6.749 19.657 0 2.087-0.2 4.128-0.582 6.104l0.032-0.201zM912.48 357.8l-52-66.68c-17.651-21.475-44.216-35.066-73.955-35.066-17.994 0-34.826 4.976-49.196 13.626l0.431-0.24-219.2 130.88c-4.701 2.833-10.376 4.508-16.443 4.508-3.961 0-7.755-0.714-11.26-2.021l0.223 0.073-219.080-80.56-16 6.12 0.84 0.8 117.44 113.96c5.986 5.821 9.7 13.952 9.7 22.95 0 11.545-6.114 21.662-15.281 27.29l-0.139 0.080-128.84 77.96c-4.718 2.894-10.431 4.608-16.544 4.608-3.671 0-7.197-0.618-10.481-1.756l0.225 0.068-114.68-38.68-0.76 0.4-1.48 0.68c0.196 0.141 0.367 0.299 0.517 0.476l0.003 0.004 144 141.040c17.027 16.029 40.028 25.88 65.33 25.88 17.827 0 34.512-4.89 48.787-13.401l-0.437 0.242z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["airplane-takeoff-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30737, + "id": 1243, + "name": "airplane-takeoff-duotone", + "prevSize": 16, + "code": 59656, + "codes": [59656, 59657] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 4 + }, + { + "icon": { + "paths": [ + "M836 324l-132 124 128 352-96 96-192-288-96 96v96l-96 96-64-160-160-64 96-96h96l96-96-288-192 96-96 352 128 124-132c17.403-17.403 41.444-28.167 68-28.167 53.111 0 96.167 43.055 96.167 96.167 0 26.556-10.764 50.597-28.167 68l0-0z", + "M741.32 456.84l117.24-110.36c23.166-23.166 37.495-55.17 37.495-90.52 0-70.701-57.314-128.015-128.015-128.015-35.35 0-67.354 14.329-90.52 37.495v-0l-110.36 117.24-332-120.8c-3.253-1.221-7.013-1.927-10.938-1.927-8.834 0-16.832 3.58-22.622 9.367l-96 96c-5.785 5.79-9.364 13.786-9.364 22.618 0 11.055 5.606 20.801 14.13 26.549l0.114 0.072 255.56 170.36-59.28 59.080h-82.76c-8.825 0.004-16.814 3.58-22.6 9.36l0-0-96 96c-5.807 5.794-9.4 13.805-9.4 22.655 0 13.348 8.173 24.788 19.788 29.587l0.212 0.078 147.28 58.92 59.040 147.64c4.93 11.71 16.31 19.782 29.576 19.782 9.097 0 17.307-3.796 23.133-9.89l0.011-0.012 95.48-95.52c5.824-5.77 9.442-13.759 9.48-22.593l0-0.007v-82.76l59.040-59.040 170.36 255.56c5.821 8.638 15.567 14.244 26.622 14.244 8.832 0 16.828-3.578 22.619-9.364l96-96c5.788-5.79 9.367-13.788 9.367-22.622 0-3.925-0.707-7.685-1.999-11.159l0.072 0.221zM741.040 845.76l-170.36-255.56c-5.225-7.828-13.639-13.176-23.342-14.188l-0.138-0.012c-0.472-0.028-1.024-0.044-1.58-0.044s-1.108 0.016-1.656 0.048l0.076-0.003c-0.007-0-0.016-0-0.025-0-8.83 0-16.825 3.577-22.615 9.36l0-0-96 96c-5.804 5.79-9.396 13.795-9.4 22.639l-0 0.001v82.76l-52.28 52.28-46-115.040c-3.323-8.096-9.625-14.397-17.507-17.642l-0.213-0.078-114.96-46 52.24-52.28h82.72c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 96-96c5.8-5.792 9.388-13.798 9.388-22.642 0-11.065-5.616-20.818-14.153-26.565l-0.114-0.072-255.52-170.4 54-53.96 332.88 121.040c3.281 1.244 7.075 1.964 11.037 1.964 9.127 0 17.361-3.821 23.191-9.95l0.013-0.013 123.76-131.52c11.346-10.419 26.541-16.805 43.228-16.805 35.346 0 64 28.654 64 64 0 16.657-6.363 31.827-16.791 43.213l0.043-0.048-131.48 123.76c-6.143 5.842-9.964 14.077-9.964 23.203 0 3.962 0.72 7.755 2.036 11.257l-0.073-0.221 121.040 332.88z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["airplane-tilt-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30738, "id": 1242, "name": "airplane-tilt-duotone", "prevSize": 16, "code": 59658, "codes": [59658, 59659] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 5 + }, + { + "icon": { + "paths": [ + "M896 256v448c0 35.346-28.654 64-64 64v0h-210.28l-109.72-128-109.72 128h-210.28c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0z", + "M536.32 619.16c-5.904-6.861-14.598-11.179-24.3-11.179s-18.396 4.318-24.265 11.137l-0.035 0.042-192 224c-4.796 5.563-7.716 12.86-7.716 20.84 0 17.672 14.325 31.998 31.996 32l384 0c17.672-0.002 31.996-14.328 31.996-32 0-7.98-2.921-15.277-7.751-20.882l0.035 0.042zM389.56 832l122.44-142.84 122.44 142.84zM928 256v448c0 53.019-42.981 96-96 96v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0h-640c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-53.019 0-96-42.981-96-96v0-448c0-53.019 42.981-96 96-96v0h640c53.019 0 96 42.981 96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["airplay-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30739, "id": 1241, "name": "airplay-duotone", "prevSize": 16, "code": 59660, "codes": [59660, 59661] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 6 + }, + { + "icon": { + "paths": [ + "M894.040 298.92l-104.72 288c-4.596 12.401-16.324 21.080-30.079 21.080-0 0-0.001-0-0.001-0l-494.48-0c-0 0-0.001 0-0.001 0-13.755 0-25.483-8.679-30.007-20.859l-0.072-0.221-104.72-288c-1.217-3.248-1.921-7.002-1.921-10.92 0-17.659 14.305-31.978 31.959-32l704.002-0c17.656 0.022 31.961 14.341 31.961 32 0 3.918-0.704 7.672-1.993 11.141l0.072-0.221z", + "M916.44 251.28c-11.725-16.584-30.822-27.28-52.418-27.28-0.008 0-0.015 0-0.023 0l-319.999-0v-128h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v128h-320c-35.284 0.082-63.856 28.704-63.856 64 0 7.851 1.414 15.372 4.001 22.323l-0.144-0.442 104.76 288c9.187 24.737 32.563 42.056 59.992 42.12l0.008 0h119.24v256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256h128v256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256h119.28c27.437-0.064 50.813-17.383 59.856-41.678l0.144-0.442 104.76-288c2.47-6.541 3.899-14.103 3.899-21.998 0-13.7-4.305-26.394-11.635-36.805l0.135 0.203zM442.72 576l-52.4-288h243.36l-52.4 288zM160 288h165.28l52.36 288h-112.92zM759.28 576h-112.92l52.36-288h165.28z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["air-traffic-control-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30740, + "id": 1240, + "name": "air-traffic-control-duotone", + "prevSize": 16, + "code": 59662, + "codes": [59662, 59663] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 7 + }, + { + "icon": { + "paths": [ + "M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z", + "M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM512 832c-176.731 0-320-143.269-320-320s143.269-320 320-320c176.731 0 320 143.269 320 320v0c-0.205 176.648-143.351 319.795-319.98 320l-0.020 0zM246.64 118.64l-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0zM950.64 246.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h-0l128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM736 480c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["alarm-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30741, "id": 1239, "name": "alarm-duotone", "prevSize": 16, "code": 59664, "codes": [59664, 59665] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 8 + }, + { + "icon": { + "paths": [ + "M512 96c-194.404 0-352 157.596-352 352v0c0 194.4 224 480 352 480s352-285.6 352-480c0-194.404-157.596-352-352-352v0zM416 576c-70.692 0-128-57.308-128-128v0c0-17.673 14.327-32 32-32v0c70.692 0 128 57.308 128 128v0c0 17.673-14.327 32-32 32v0zM608 576c-17.673 0-32-14.327-32-32v0c0-70.692 57.308-128 128-128v0c17.673 0 32 14.327 32 32v0c0 70.692-57.308 128-128 128v0z", + "M512 64c-211.976 0.25-383.75 172.023-384 383.976l-0 0.024c0 96 50.24 220.24 134.44 332 84.72 112.6 178 180 249.56 180s164.84-67.24 249.56-180c84.2-112 134.44-236 134.44-332-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM710.44 741.68c-69.48 92.28-149.2 154.32-198.44 154.32s-128.96-62.040-198.44-154.32c-74.96-99.68-121.56-212.2-121.56-293.68 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 81.48-46.6 194-121.56 293.68zM480 544c0-88.366-71.634-160-160-160v0c-35.346 0-64 28.654-64 64v0c0 88.366 71.634 160 160 160v0c35.346 0 64-28.654 64-64v0zM320 448c53.019 0 96 42.981 96 96v0 0c-53.019 0-96-42.981-96-96v0zM704 384c-88.366 0-160 71.634-160 160v0c0 35.346 28.654 64 64 64v0c88.366 0 160-71.634 160-160v0c0-35.346-28.654-64-64-64v0zM608 544c0-53.019 42.981-96 96-96v0c0 53.019-42.981 96-96 96v0zM608 736c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["alien-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30742, "id": 1238, "name": "alien-duotone", "prevSize": 16, "code": 59666, "codes": [59666, 59667] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 9 + }, + { + "icon": { + "paths": [ + "M800 320v384c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM416 128h-160c-17.673 0-32 14.327-32 32v0 544c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-544c0-17.673-14.327-32-32-32v0z", + "M256 768h160c35.346 0 64-28.654 64-64v0-544c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0zM256 160h160v544h-160zM896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM608 768h160c35.346 0 64-28.654 64-64v0-384c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0zM608 320h160v384h-160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-bottom-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30743, "id": 1237, "name": "align-bottom-duotone", "prevSize": 16, "code": 59668, "codes": [59668, 59669] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 10 + }, + { + "icon": { + "paths": [ + "M672 160v608c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-608c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z", + "M832 928c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM320 768v-608c0-35.346 28.654-64 64-64v0h256c35.346 0 64 28.654 64 64v0 608c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0zM384 768h256v-608h-256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-bottom-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30744, + "id": 1236, + "name": "align-bottom-simple-duotone", + "prevSize": 16, + "code": 59670, + "codes": [59670, 59671] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 11 + }, + { + "icon": { + "paths": [ + "M256 416v-160c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32v0zM832 576h-640c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z", + "M832 544h-288v-64h192c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0h-192v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-192c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h192v64h-288c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h288v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h288c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM288 256h448v160h-448zM832 768h-640v-160h640v160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-center-horizontal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30745, + "id": 1235, + "name": "align-center-horizontal-duotone", + "prevSize": 16, + "code": 59672, + "codes": [59672, 59673] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 12 + }, + { + "icon": { + "paths": [ + "M864 384v256c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 320h-288v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-288c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h288v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h288c35.346 0 64-28.654 64-64v0-256c0-35.346-28.654-64-64-64v0zM832 640h-640v-256h640v256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-center-horizontal-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30746, + "id": 1234, + "name": "align-center-horizontal-simple-duotone", + "prevSize": 16, + "code": 59674, + "codes": [59674, 59675] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 13 + }, + { + "icon": { + "paths": [ + "M800 288v448c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM416 160h-160c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0z", + "M896 480h-64v-192c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 192h-64v-288c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 288h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v288c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-288h64v192c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-192h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 832h-160v-640h160zM768 736h-160v-448h160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-center-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30747, + "id": 1233, + "name": "align-center-vertical-duotone", + "prevSize": 16, + "code": 59676, + "codes": [59676, 59677] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 14 + }, + { + "icon": { + "paths": [ + "M672 192v640c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z", + "M832 480h-128v-288c0-35.346-28.654-64-64-64v0h-256c-35.346 0-64 28.654-64 64v0 288h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v288c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-288h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 832h-256v-640h256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-center-vertical-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30748, + "id": 1232, + "name": "align-center-vertical-simple-duotone", + "prevSize": 16, + "code": 59678, + "codes": [59678, 59679] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 15 + }, + { + "icon": { + "paths": [ + "M288 416v-160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM864 576h-544c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h544c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z", + "M864 544h-544c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h544c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM864 768h-544v-160h544v160zM192 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 480h384c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0h-384c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0zM320 256h384v160h-384z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30749, "id": 1231, "name": "align-left-duotone", "prevSize": 16, "code": 59680, "codes": [59680, 59681] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 16 + }, + { + "icon": { + "paths": [ + "M928 384v256c0 17.673-14.327 32-32 32v0h-608c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h608c17.673 0 32 14.327 32 32v0z", + "M160 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM960 384v256c0 35.346-28.654 64-64 64v0h-608c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h608c35.346 0 64 28.654 64 64v0zM896 640v-256h-608v256h608z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-left-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30750, + "id": 1230, + "name": "align-left-simple-duotone", + "prevSize": 16, + "code": 59682, + "codes": [59682, 59683] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 17 + }, + { + "icon": { + "paths": [ + "M736 256v160c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM704 576h-544c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h544c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z", + "M896 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM768 256v160c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0zM704 256h-384v160h384zM768 608v160c0 35.346-28.654 64-64 64v0h-544c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h544c35.346 0 64 28.654 64 64v0zM704 608h-544v160h544z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30751, "id": 1229, "name": "align-right-duotone", "prevSize": 16, "code": 59684, "codes": [59684, 59685] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 18 + }, + { + "icon": { + "paths": [ + "M768 384v256c0 17.673-14.327 32-32 32v0h-608c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h608c17.673 0 32 14.327 32 32v0z", + "M928 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 384v256c0 35.346-28.654 64-64 64v0h-608c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h608c35.346 0 64 28.654 64 64v0zM736 384h-608v256h608z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-right-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30752, + "id": 1228, + "name": "align-right-simple-duotone", + "prevSize": 16, + "code": 59686, + "codes": [59686, 59687] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 19 + }, + { + "icon": { + "paths": [ + "M800 320v384c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM416 288h-160c-17.673 0-32 14.327-32 32v0 544c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-544c0-17.673-14.327-32-32-32v0z", + "M896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM832 320v384c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0zM768 320h-160v384h160zM480 320v544c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0zM416 320h-160v544h160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-top-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30753, "id": 1227, "name": "align-top-duotone", "prevSize": 16, "code": 59688, "codes": [59688, 59689] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 20 + }, + { + "icon": { + "paths": [ + "M672 288v608c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-608c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z", + "M832 128c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM704 288v608c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-608c0-35.346 28.654-64 64-64v0h256c35.346 0 64 28.654 64 64v0zM640 288h-256v608h256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["align-top-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30754, + "id": 1226, + "name": "align-top-simple-duotone", + "prevSize": 16, + "code": 59690, + "codes": [59690, 59691] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 21 + }, + { + "icon": { + "paths": [ + "M672 528c0 97.202-78.798 176-176 176s-176-78.798-176-176c0-97.202 78.798-176 176-176v0c97.202 0 176 78.798 176 176v0z", + "M992 672v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-50.76l-8.84 8.88c-12.4 13.48-161.4 169.88-407.16 169.88-251.36 0-401.52-163.64-407.8-170.6-5.076-5.651-8.181-13.163-8.181-21.4 0-17.718 14.363-32.081 32.081-32.081 9.481 0 18.001 4.113 23.874 10.651l0.026 0.030c1.080 1.4 138 149.4 360 149.4s358.92-148 360.28-149.44c0.355-0.437 0.708-0.828 1.080-1.2l-0 0 9.4-9.36h-50.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM640 378.12v-42.12c0-0.028 0-0.062 0-0.095 0-79.529-64.471-144-144-144-55.682 0-103.982 31.604-127.942 77.853l-0.378 0.802c-5.416 10.436-16.139 17.444-28.5 17.444-17.675 0-32.004-14.329-32.004-32.004 0-5.315 1.295-10.327 3.588-14.738l-0.084 0.178c35.165-67.929 104.915-113.552 185.32-113.552 114.875 0 208 93.125 208 208 0 0.039-0 0.079-0 0.118l0-0.006v368c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-26.12c-37.335 35.965-88.191 58.12-144.222 58.12-114.875 0-208-93.125-208-208s93.125-208 208-208c56.031 0 106.887 22.155 144.287 58.182l-0.065-0.062zM640 528c0-79.529-64.471-144-144-144s-144 64.471-144 144c0 79.529 64.471 144 144 144v0c79.529 0 144-64.471 144-144v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["amazon-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30755, "id": 1225, "name": "amazon-logo-duotone", "prevSize": 16, "code": 59692, "codes": [59692, 59693] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 22 + }, + { + "icon": { + "paths": [ + "M608 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M864 544c-17.673 0-32 14.327-32 32v0c0 88.366-71.634 160-160 160v0c-0.033-0-0.072-0-0.112-0-49.257 0-94.163 18.63-128.056 49.229l0.168-0.149v-273.080h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-100c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v100h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v273.080c-33.725-30.45-78.631-49.080-127.888-49.080-0.039 0-0.078 0-0.118 0l0.006-0c-88.366 0-160-71.634-160-160v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.137 123.657 100.343 223.863 223.987 224l0.013 0c70.692 0 128 57.308 128 128v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128v0c123.657-0.137 223.863-100.343 224-223.987l0-0.013c0-17.673-14.327-32-32-32v0zM448 224c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["anchor-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30756, "id": 1224, "name": "anchor-duotone", "prevSize": 16, "code": 59694, "codes": [59694, 59695] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 23 + }, + { + "icon": { + "paths": [ + "M608 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M896 448h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h62.56c-16.147 169.034-149.521 302.394-317.136 318.41l-1.424 0.11v-450.52c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v450.52c-169.039-16.126-302.413-149.486-318.45-317.095l-0.11-1.425h62.56c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32v0c0 229.75 186.25 416 416 416s416-186.25 416-416v0c0-17.673-14.327-32-32-32v0zM448 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["anchor-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30757, "id": 1223, "name": "anchor-simple-duotone", "prevSize": 16, "code": 59696, "codes": [59696, 59697] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 24 + }, + { + "icon": { + "paths": [ + "M928 672v96c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-91.48c0-229.92 184.6-419.72 414.52-420.52 0.44-0.002 0.96-0.003 1.48-0.003 229.75 0 416 186.25 416 416 0 0.001-0 0.002-0 0.003l0-0z", + "M704 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM368 576c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM960 672v96c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-91.48c-0-0.125-0-0.272-0-0.419 0-129.538 54.309-246.392 141.401-329.033l0.2-0.188-100.24-100.24c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l104.64 104.64c71.635-51.289 161.034-82.011 257.61-82.011 96.137 0 185.162 30.444 257.963 82.218l-1.372-0.927 104-104c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-99.48 99.44c3 2.84 6 5.72 8.96 8.68 81.379 80.668 131.762 192.49 131.762 316.080 0 0.436-0.001 0.872-0.002 1.307l0-0.067zM896 672c0-212.077-171.923-384-384-384v0h-1.36c-211 0.72-382.64 175-382.64 388.52v91.48h768z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["android-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30758, "id": 1222, "name": "android-logo-duotone", "prevSize": 16, "code": 59698, "codes": [59698, 59699] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 25 + }, + { + "icon": { + "paths": [ + "M896 288l-64 480-320 160-320-160-64-480 384-160z", + "M908.32 258.48l-384-160c-3.637-1.574-7.871-2.49-12.32-2.49s-8.683 0.916-12.526 2.569l0.206-0.079-384 160c-11.656 4.954-19.68 16.307-19.68 29.533 0 1.49 0.102 2.957 0.299 4.393l-0.019-0.167 64 480c1.466 10.735 8.074 19.659 17.218 24.316l0.182 0.084 320 160c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 320-160c9.326-4.741 15.934-13.665 17.381-24.234l0.019-0.166 64-480c0.178-1.27 0.28-2.736 0.28-4.227 0-13.227-8.025-24.579-19.471-29.454l-0.209-0.079zM802.52 746.96l-290.52 145.28-290.52-145.28-58.52-438.96 349.040-145.32 349.040 145.32zM484 336.48l-160 288c-2.526 4.474-4.014 9.823-4.014 15.52 0 17.681 14.333 32.014 32.014 32.014 11.984 0 22.43-6.585 27.917-16.333l0.083-0.161 44-79.52h176l44 79.52c5.57 9.909 16.016 16.494 28 16.494 17.681 0 32.014-14.333 32.014-32.014 0-5.697-1.488-11.046-4.097-15.681l0.083 0.161-160-288c-5.565-9.917-16.013-16.508-28-16.508s-22.435 6.591-27.917 16.347l-0.083 0.161zM564.28 512h-104.56l52.28-94.12z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["angular-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30759, "id": 1221, "name": "angular-logo-duotone", "prevSize": 16, "code": 59700, "codes": [59700, 59701] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 26 + }, + { + "icon": { + "paths": [ + "M783.52 240.48c-69.491-69.496-165.495-112.48-271.538-112.48-212.077 0-384 171.923-384 384s171.923 384 384 384c106.043 0 202.047-42.984 271.538-112.48l0-0c69.485-69.489 112.462-165.486 112.462-271.52s-42.977-202.031-112.462-271.52l0 0zM562.16 652.48v0l-146.72-26.76-50.16-140.52 96.56-113.64 146.72 26.76 50.16 140.48z", + "M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 263.12c16.016 16.083 30.499 33.717 43.197 52.649l0.803 1.271-134.72 158.96-111.68-312.88c79.747 10.691 149.548 46.891 202.386 99.986l0.014 0.014zM622.36 532l-72.64 85.48-110.36-20-37.72-105.48 72.64-85.48 110.36 20zM263.080 263.12c58.444-58.753 137.627-96.825 225.641-102.31l0.999-0.050 70.040 196-326.56-59.48c9.666-12.544 19.451-23.686 29.892-34.172l-0.012 0.012zM186.6 646.16c-16.683-39.626-26.377-85.688-26.377-134.015 0-56.987 13.479-110.825 37.423-158.501l-0.926 2.036 204.84 37.4zM263.080 760.88c-16.016-16.083-30.499-33.717-43.197-52.649l-0.803-1.271 134.72-158.96 111.68 312.72c-79.73-10.644-149.531-46.79-202.39-99.83l-0.010-0.010zM760.92 760.88c-58.444 58.753-137.627 96.825-225.641 102.31l-0.999 0.050-70.040-196 326.56 59.64c-9.661 12.474-19.445 23.563-29.881 34.001l0.001-0.001zM622.44 630.92l214.96-253.080c16.683 39.626 26.377 85.688 26.377 134.015 0 56.987-13.479 110.825-37.423 158.501l0.926-2.036z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["aperture-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30760, "id": 1220, "name": "aperture-duotone", "prevSize": 16, "code": 59702, "codes": [59702, 59703] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 27 + }, + { + "icon": { + "paths": [ + "M864 691.12c-67.16-46.12-96-123.48-96-211.12 0-73.2 46.72-139.24 96-185.92-45.88-43.44-124-70.080-192-70.080-0.176-0-0.384-0.001-0.592-0.001-60.55 0-116.169 21.114-159.896 56.381l0.488-0.381c-42.493-34.295-96.968-55.293-156.324-55.999l-0.156-0.001c-147.52-2-263.28 121.2-259.52 268.76 3.478 132.846 60.578 251.708 150.358 336.254l0.242 0.226c22.85 21.529 53.727 34.76 87.694 34.76 0.037 0 0.074-0 0.111-0l350.794 0c0.154 0.001 0.336 0.001 0.519 0.001 36.443 0 69.301-15.35 92.462-39.937l0.060-0.064c63.4-68 85.76-132.8 85.76-132.8z", + "M893.2 678.36c-2.484-5.586-6.317-10.189-11.096-13.531l-0.104-0.069c-67.88-46.64-82-126.2-82-184.76 0-70.68 53.88-132.24 86-162.68 6.166-5.845 10.002-14.095 10.002-23.24s-3.837-17.395-9.988-23.227l-0.014-0.013c-50.72-47.88-134.72-78.84-214-78.84-59.639 0.055-115.036 18.171-161.028 49.173l1.028-0.653c-44.755-30.38-99.97-48.502-159.418-48.502-79.551 0-151.523 32.452-203.399 84.839l-0.023 0.023c-52.724 53.794-85.263 127.543-85.263 208.891 0 2.753 0.037 5.497 0.111 8.232l-0.009-0.403c3.401 141.75 64.352 268.628 160.288 358.667l0.272 0.253c28.452 26.926 66.959 43.481 109.333 43.481 0.164 0 0.328-0 0.492-0.001l-0.025 0h350.72c0.090 0 0.196 0 0.302 0 45.771 0 87.035-19.296 116.101-50.198l0.077-0.082c26.772-28.748 50.405-61.024 69.982-95.884l1.298-2.516c28.080-51.32 24.48-59.32 20.36-68.96zM754.68 802.12c-17.373 18.416-41.941 29.881-69.187 29.881-0.145 0-0.29-0-0.435-0.001l0.022 0h-350.72c-0.091 0-0.199 0-0.306 0-25.369 0-48.423-9.915-65.497-26.082l0.044 0.041c-84.196-78.973-137.56-189.95-140.589-313.413l-0.011-0.547c-0.058-1.943-0.091-4.23-0.091-6.524 0-63.694 25.448-121.445 66.732-163.638l-0.041 0.042c39.832-40.669 95.31-65.881 156.676-65.881 0.255 0 0.509 0 0.764 0.001l-0.039-0h3.12c52.086 0.566 99.76 18.998 137.293 49.444l-0.413-0.324c5.426 4.373 12.404 7.020 20 7.020s14.574-2.647 20.062-7.068l-0.062 0.048c37.68-30.595 86.236-49.122 139.118-49.122 0.31 0 0.62 0.001 0.93 0.002l-0.048-0c53.342 0.639 102.977 15.96 145.211 42.098l-1.211-0.698c-52 58.080-80 121.88-80 182.6 0 95.080 30.56 170.92 88.72 221.2-19.4 38.631-42.758 71.852-70.25 101.146l0.21-0.226zM512.92 120c18.399-69.558 80.768-120 154.919-120 0.056 0 0.113 0 0.169 0l3.991-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-4c-0.003-0-0.005-0-0.008-0-44.491 0-81.912 30.265-92.801 71.33l-0.151 0.67c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["apple-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30761, "id": 1219, "name": "apple-logo-duotone", "prevSize": 16, "code": 59704, "codes": [59704, 59705] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 28 + }, + { + "icon": { + "paths": [ + "M416 480c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM575 576h-126c-0.192-0.002-0.418-0.003-0.644-0.003-35.479 0-64.24 28.761-64.24 64.24 0 5.426 0.673 10.694 1.939 15.726l-0.094-0.443 48.76 192c7.493 28.111 32.724 48.481 62.711 48.481 0.116 0 0.231-0 0.346-0.001l-0.018 0h28.48c0.098 0.001 0.213 0.001 0.329 0.001 29.988 0 55.218-20.37 62.609-48.028l0.103-0.453 48.76-192c1.172-4.589 1.844-9.858 1.844-15.283 0-35.479-28.761-64.24-64.24-64.24-0.227 0-0.453 0.001-0.679 0.004l0.034-0z", + "M616.8 553.32c14.513-20.474 23.2-45.968 23.2-73.491 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 27.523 8.687 53.017 23.468 73.89l-0.268-0.399c-14.031 6.706-25.757 16.178-34.882 27.791l-0.158 0.209c-12.574 15.927-20.169 36.291-20.169 58.43 0 8.361 1.083 16.468 3.117 24.19l-0.148-0.66 48.72 192c11.058 42.139 48.805 72.721 93.695 72.721 0.135 0 0.27-0 0.406-0.001l-0.021 0h28.48c0.123 0.001 0.269 0.001 0.416 0.001 44.846 0 82.564-30.522 93.513-71.926l0.152-0.675 48.72-192c1.886-7.062 2.969-15.169 2.969-23.53 0-22.139-7.595-42.503-20.322-58.63l0.153 0.2c-9.273-11.869-21.001-21.381-34.461-27.869l-0.579-0.251zM512 416c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM607 647.64l-48.72 192c-3.825 14.135-16.535 24.362-31.635 24.362-0.129 0-0.257-0.001-0.385-0.002l0.020 0h-28.48c-0.109 0.001-0.237 0.002-0.365 0.002-15.099 0-27.81-10.228-31.582-24.133l-0.053-0.229-48.72-192c-0.63-2.329-0.993-5.003-0.993-7.762 0-7.268 2.514-13.949 6.721-19.221l-0.048 0.062c6.103-7.774 15.5-12.721 26.053-12.721 0.094 0 0.187 0 0.281 0.001l-0.014-0h126c0.079-0.001 0.173-0.001 0.267-0.001 10.553 0 19.951 4.948 25.999 12.65l0.054 0.071c4.122 5.196 6.613 11.848 6.613 19.082 0 2.786-0.369 5.486-1.062 8.053l0.050-0.216zM288 512c-0 0.043-0 0.095-0 0.147 0 19.845 2.568 39.090 7.391 57.421l-0.351-1.568c0.725 2.541 1.142 5.459 1.142 8.474 0 17.673-14.327 32-32 32-15.002 0-27.593-10.323-31.056-24.254l-0.046-0.22c-5.767-21.532-9.080-46.253-9.080-71.747 0-159.058 128.942-288 288-288s288 128.942 288 288c0 25.495-3.313 50.215-9.531 73.755l0.451-2.008c-3.678 13.904-16.14 23.989-30.959 24l-0.001 0c-0.001 0-0.002 0-0.003 0-2.841 0-5.597-0.365-8.223-1.050l0.226 0.050c-13.916-3.676-24.009-16.153-24.009-30.986 0-2.833 0.368-5.581 1.059-8.197l-0.050 0.223c4.471-16.721 7.040-35.919 7.040-55.716 0-123.712-100.288-224-224-224-123.598 0-223.815 100.104-224 223.658l-0 0.018zM928 512c0 0.098 0 0.215 0 0.332 0 143.961-73.224 270.819-184.46 345.362l-1.5 0.946c-4.88 3.167-10.847 5.051-17.255 5.051-17.673 0-32-14.327-32-32 0-10.873 5.423-20.479 13.711-26.262l0.104-0.069c95.416-63.976 157.38-171.404 157.38-293.304 0-194.404-157.596-352-352-352s-352 157.596-352 352c0 121.9 61.964 229.327 156.113 292.503l1.267 0.801c8.654 5.819 14.271 15.573 14.271 26.64 0 17.67-14.322 31.995-31.991 32l-0 0c-0.014 0-0.031 0-0.048 0-6.574 0-12.681-2.003-17.743-5.431l0.111 0.071c-112.744-75.611-185.96-202.56-185.96-346.609 0-229.75 186.25-416 416-416 229.739 0 415.982 186.231 416 415.966l0 0.002z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["apple-podcasts-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30762, + "id": 1218, + "name": "apple-podcasts-logo-duotone", + "prevSize": 16, + "code": 59706, + "codes": [59706, 59707] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 29 + }, + { + "icon": { + "paths": [ + "M718.56 640h-413.12l206.56-349.52z", + "M257.36 784.28l-37.8 64c-5.673 9.481-15.887 15.729-27.56 15.729-17.678 0-32.009-14.331-32.009-32.009 0-6.005 1.654-11.624 4.53-16.426l-0.081 0.146 37.84-64c5.59-9.82 15.986-16.335 27.903-16.335 17.673 0 32 14.327 32 32 0 6.258-1.796 12.096-4.901 17.027l0.078-0.133zM928 608h-191.2l-122.92-208c-5.59-9.82-15.986-16.335-27.903-16.335-17.673 0-32 14.327-32 32 0 6.258 1.796 12.096 4.901 17.027l-0.078-0.133 245.64 415.72c5.673 9.481 15.887 15.729 27.56 15.729 17.678 0 32.009-14.331 32.009-32.009 0-6.005-1.654-11.624-4.53-16.426l0.081 0.146-84.92-143.72h153.36c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM569.88 608h-208.36l274.040-463.72c2.796-4.656 4.449-10.275 4.449-16.28 0-17.678-14.331-32.009-32.009-32.009-11.673 0-21.887 6.249-27.479 15.584l-0.081 0.146-68.44 115.84-68.44-116c-5.673-9.481-15.887-15.729-27.56-15.729-17.678 0-32.009 14.331-32.009 32.009 0 6.005 1.654 11.624 4.53 16.426l-0.081-0.146 86.4 146.2-187.64 317.68h-191.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h473.88c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["app-store-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30763, + "id": 1217, + "name": "app-store-logo-duotone", + "prevSize": 16, + "code": 59708, + "codes": [59708, 59709] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 30 + }, + { + "icon": { + "paths": [ + "M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM320 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM480 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["app-window-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30764, "id": 1216, "name": "app-window-duotone", "prevSize": 16, "code": 59710, "codes": [59710, 59711] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 31 + }, + { + "icon": { + "paths": [ + "M864 288v544c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-544z", + "M892.64 273.68l-64-128c-5.373-10.567-16.164-17.68-28.617-17.68-0.008 0-0.016 0-0.024 0l-575.999-0c-0.007-0-0.015-0-0.023-0-12.453 0-23.245 7.113-28.533 17.498l-0.084 0.182-64 128c-2.115 4.175-3.355 9.102-3.36 14.318l-0 0.002v544c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-544c-0.005-5.218-1.245-10.145-3.445-14.505l0.085 0.185zM243.76 192h536.48l32 64h-600.48zM832 832h-640v-512h640v512zM662.64 585.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["archive-box-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30765, "id": 1215, "name": "archive-box-duotone", "prevSize": 16, "code": 59712, "codes": [59712, 59713] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 32 + }, + { + "icon": { + "paths": [ + "M864 384v384c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-384z", + "M896 192h-768c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0 352c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-352c35.346 0 64-28.654 64-64v0-96c0-35.346-28.654-64-64-64v0zM832 768h-640v-352h640zM896 352h-768v-96h768v96zM384 544c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["archive-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30766, "id": 1214, "name": "archive-duotone", "prevSize": 16, "code": 59714, "codes": [59714, 59715] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 33 + }, + { + "icon": { + "paths": [ + "M864 192v448h-146.76c-0.007-0-0.016-0-0.025-0-8.83 0-16.825 3.577-22.615 9.36l0-0-77.24 77.28c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l-165.479 0c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-77.24-77.28c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-146.719-0v-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 192v416h-114.8c-0.048-0-0.106-0-0.163-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-77.24 77.24h-165.52l-77.24-77.28c-11.512-11.564-27.444-18.72-45.047-18.72-0.068 0-0.135 0-0.203 0l0.011-0h-114.76v-416zM832 832h-640v-160h114.76l77.24 77.28c11.512 11.564 27.444 18.72 45.047 18.72 0.068 0 0.135-0 0.203-0l-0.011 0h165.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 77.24-77.24h114.76v160zM361.36 502.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["archive-tray-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30767, "id": 1213, "name": "archive-tray-duotone", "prevSize": 16, "code": 59716, "codes": [59716, 59717] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 34 + }, + { + "icon": { + "paths": [ + "M960 512c0 70.692-57.308 128-128 128v0 160c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-160c-70.692 0-128-57.308-128-128s57.308-128 128-128v0-96c0-70.692 57.308-128 128-128v0h384c70.692 0 128 57.308 128 128v0 96c70.692 0 128 57.308 128 128v0z", + "M864 355.2v-67.2c0-88.366-71.634-160-160-160v0h-384c-88.366 0-160 71.634-160 160v0 67.2c-73.633 15.344-128.16 79.704-128.16 156.8s54.527 141.456 127.12 156.618l1.040 0.182v131.2c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-131.2c73.633-15.344 128.16-79.704 128.16-156.8s-54.527-141.456-127.12-156.618l-1.040-0.182zM320 192h384c53.019 0 96 42.981 96 96v0 67.2c-73.508 15.509-127.903 79.788-128 156.789l-0 0.011h-320c-0.097-77.012-54.492-141.291-126.953-156.615l-1.047-0.185v-67.2c0-53.019 42.981-96 96-96v0zM833.56 608h-1.56c-17.673 0-32 14.327-32 32v0 160h-576v-160c0-17.673-14.327-32-32-32v0h-1.56c-52.344-0.878-94.44-43.517-94.44-95.987 0-53.019 42.981-96 96-96 53.015 0 95.993 42.973 96 95.987l0 0.001v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h320v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0.007-53.014 42.985-95.987 96-95.987 53.019 0 96 42.981 96 96 0 52.471-42.096 95.11-94.358 95.986l-0.082 0.001z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["armchair-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30768, "id": 1212, "name": "armchair-duotone", "prevSize": 16, "code": 59718, "codes": [59718, 59719] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 35 + }, + { + "icon": { + "paths": [ + "M352 608h-256v-256z", + "M806.16 441.84c-75.279-75.268-179.27-121.822-294.134-121.822-111.585 0-212.909 43.933-287.618 115.447l0.152-0.145-105.92-105.96c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v256c0 17.673 14.327 32 32 32v0h256c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-104.76-104.72c62.954-59.749 148.246-96.497 242.12-96.497 194.354 0 351.918 157.514 352 351.849l0 0.008c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.001-0.332 0.002-0.725 0.002-1.118 0-114.524-46.578-218.169-121.824-293.024l-0.018-0.018zM128 576v-146.76l146.76 146.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-arc-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30769, + "id": 1211, + "name": "arrow-arc-left-duotone", + "prevSize": 16, + "code": 59720, + "codes": [59720, 59721] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 36 + }, + { + "icon": { + "paths": [ + "M928 352v256h-256z", + "M940.24 322.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-105.92 105.96c-74.554-71.353-175.867-115.277-287.44-115.277-229.735 0-415.976 186.225-416 415.955l-0 0.002c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.082-194.343 157.646-351.857 352-351.857 93.874 0 179.166 36.747 242.274 96.642l-0.154-0.145-104.76 104.72c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l255.999 0c17.673 0 32-14.327 32-32v0-256c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM896 576h-146.76l146.76-146.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-arc-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30770, + "id": 1210, + "name": "arrow-arc-right-duotone", + "prevSize": 16, + "code": 59722, + "codes": [59722, 59723] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 37 + }, + { + "icon": { + "paths": [ + "M512 224v384l-192-192z", + "M342.64 585.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-169.4 169.36zM928 800c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0.227-183.046-139.963-333.385-318.579-350.411l-1.421-0.109v158.52c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v161.2c215.441 17.419 383.718 196.413 384 414.772l0 0.028zM480 301.24l-114.76 114.76 114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-bend-double-up-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30771, + "id": 1209, + "name": "arrow-bend-double-up-left-duotone", + "prevSize": 16, + "code": 59724, + "codes": [59724, 59725] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 38 + }, + { + "icon": { + "paths": [ + "M704 416l-192 192v-384z", + "M918.64 438.64l-192 192c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l169.4-169.36-169.4-169.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM726.64 438.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-158.52c-180.037 17.135-319.773 167.474-320 350.497l-0 0.023c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.283-218.387 168.56-397.382 382.522-414.704l1.478-0.096v-161.2c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM658.64 416l-114.64-114.76v229.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-bend-double-up-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30772, + "id": 1208, + "name": "arrow-bend-double-up-right-duotone", + "prevSize": 16, + "code": 59726, + "codes": [59726, 59727] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 39 + }, + { + "icon": { + "paths": [ + "M320 416v384l-192-192z", + "M896 192c-17.673 0-32 14.327-32 32v0c-0.228 194.313-157.687 351.772-351.978 352l-160.022 0v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h160c229.65-0.25 415.75-186.35 416-415.976l0-0.024c0-17.673-14.327-32-32-32v0zM288 722.76l-114.76-114.76 114.76-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-bend-down-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30773, + "id": 1207, + "name": "arrow-bend-down-left-duotone", + "prevSize": 16, + "code": 59728, + "codes": [59728, 59729] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 40 + }, + { + "icon": { + "paths": [ + "M896 608l-192 192v-384z", + "M918.64 585.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-160c-194.313-0.228-351.772-157.687-352-351.978l-0-0.022c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.25 229.65 186.35 415.75 415.976 416l160.024 0v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM736 722.76v-229.52l114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-bend-down-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30774, + "id": 1206, + "name": "arrow-bend-down-right-duotone", + "prevSize": 16, + "code": 59730, + "codes": [59730, 59731] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 41 + }, + { + "icon": { + "paths": [ + "M608 704l-192 192-192-192z", + "M800 96c-229.65 0.25-415.75 186.35-416 415.976l-0 0.024v160h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-159.999-0v-160c0.228-194.313 157.687-351.772 351.978-352l0.022-0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 850.76l-114.76-114.76h229.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-bend-left-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30775, + "id": 1205, + "name": "arrow-bend-left-down-duotone", + "prevSize": 16, + "code": 59732, + "codes": [59732, 59733] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 42 + }, + { + "icon": { + "paths": [ + "M608 320h-384l192-192z", + "M800 864c-194.313-0.228-351.772-157.687-352-351.978l-0-0.022v-160h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v160c0.25 229.65 186.35 415.75 415.976 416l0.024 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 173.24l114.76 114.76h-229.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-bend-left-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30776, + "id": 1204, + "name": "arrow-bend-left-up-duotone", + "prevSize": 16, + "code": 59734, + "codes": [59734, 59735] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 43 + }, + { + "icon": { + "paths": [ + "M800 704l-192 192-192-192z", + "M829.56 691.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-160c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c194.313 0.228 351.772 157.687 352 351.978l0 0.022v160h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM608 850.76l-114.76-114.76h229.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-bend-right-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30777, + "id": 1203, + "name": "arrow-bend-right-down-duotone", + "prevSize": 16, + "code": 59736, + "codes": [59736, 59737] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 44 + }, + { + "icon": { + "paths": [ + "M800 320h-384l192-192z", + "M822.64 297.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v160c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c229.65-0.25 415.75-186.35 416-415.976l0-0.024v-160h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM493.24 288l114.76-114.76 114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-bend-right-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30778, + "id": 1202, + "name": "arrow-bend-right-up-duotone", + "prevSize": 16, + "code": 59738, + "codes": [59738, 59739] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 45 + }, + { + "icon": { + "paths": [ + "M320 224v384l-192-192z", + "M512 384h-160v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h160c194.313 0.228 351.772 157.687 352 351.978l0 0.022c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM288 530.76l-114.76-114.76 114.76-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-bend-up-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30779, + "id": 1201, + "name": "arrow-bend-up-left-duotone", + "prevSize": 16, + "code": 59740, + "codes": [59740, 59741] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 46 + }, + { + "icon": { + "paths": [ + "M896 416l-192 192v-384z", + "M918.64 393.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-160c-229.65 0.25-415.75 186.35-416 415.976l-0 0.024c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.228-194.313 157.687-351.772 351.978-352l160.022-0v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM736 530.76v-229.52l114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-bend-up-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30780, + "id": 1200, + "name": "arrow-bend-up-right-duotone", + "prevSize": 16, + "code": 59742, + "codes": [59742, 59743] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 47 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 521.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-circle-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30781, + "id": 1199, + "name": "arrow-circle-down-duotone", + "prevSize": 16, + "code": 59744, + "codes": [59744, 59745] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 48 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 361.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-201.4 201.36h114.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 114.76l201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-circle-down-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30782, + "id": 1198, + "name": "arrow-circle-down-left-duotone", + "prevSize": 16, + "code": 59746, + "codes": [59746, 59747] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 49 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM672 448v192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h114.76l-201.4-201.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l201.36 201.4v-114.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-circle-down-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30783, + "id": 1197, + "name": "arrow-circle-down-right-duotone", + "prevSize": 16, + "code": 59748, + "codes": [59748, 59749] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 50 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 512c0 17.673-14.327 32-32 32v0h-242.76l73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36h242.76c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-circle-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30784, + "id": 1196, + "name": "arrow-circle-left-duotone", + "prevSize": 16, + "code": 59750, + "codes": [59750, 59751] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 51 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM694.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36h-242.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h242.76l-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-circle-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30785, + "id": 1195, + "name": "arrow-circle-right-duotone", + "prevSize": 16, + "code": 59752, + "codes": [59752, 59753] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 52 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 457.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4v242.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-242.76l-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-circle-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30786, + "id": 1194, + "name": "arrow-circle-up-duotone", + "prevSize": 16, + "code": 59754, + "codes": [59754, 59755] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 53 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 617.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-201.36-201.4v114.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-circle-up-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30787, + "id": 1193, + "name": "arrow-circle-up-left-duotone", + "prevSize": 16, + "code": 59756, + "codes": [59756, 59757] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 54 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM672 384v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-114.76l-201.36 201.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l201.4-201.36h-114.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-circle-up-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30788, + "id": 1192, + "name": "arrow-circle-up-right-duotone", + "prevSize": 16, + "code": 59758, + "codes": [59758, 59759] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 55 + }, + { + "icon": { + "paths": [ + "M928 224v192h-192z", + "M940.24 194.28c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-78.64 78.8-43.72-40c-69.439-69.188-165.235-111.964-271.021-111.964-212.077 0-384 171.923-384 384 0 210.228 168.938 380.999 378.462 383.961l0.279 0.003h5.28c0.243 0.001 0.531 0.001 0.818 0.001 101.865 0 194.412-39.897 262.867-104.916l-0.165 0.155c6.174-5.849 10.016-14.106 10.016-23.26 0-17.682-14.334-32.016-32.016-32.016-8.528 0-16.277 3.334-22.015 8.77l0.015-0.014c-57.161 53.99-134.47 87.178-219.531 87.178-176.731 0-320-143.269-320-320s143.269-320 320-320c88.354 0 168.345 35.808 226.251 93.703l-0.001-0.001 1 0.96 42.2 38.6-68 68c-5.919 5.811-9.588 13.897-9.588 22.84 0 17.673 14.327 32 32 32 0.052 0 0.104-0 0.156-0l-0.008 0h192c17.673 0 32-14.327 32-32v0-192c0-0.046 0-0.099 0-0.153 0-13.257-8.062-24.631-19.55-29.488l-0.21-0.079zM896 384h-82.76l82.76-82.88z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-clockwise-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30789, + "id": 1191, + "name": "arrow-clockwise-duotone", + "prevSize": 16, + "code": 59760, + "codes": [59760, 59761] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 56 + }, + { + "icon": { + "paths": [ + "M288 416h-192v-192z", + "M783.52 240.32c-69.515-69.349-165.46-112.23-271.421-112.23-105.801 0-201.617 42.753-271.114 111.925l0.015-0.015-43.76 40-78.6-78.8c-5.792-5.799-13.797-9.386-22.641-9.386-17.673 0-32 14.327-32 32 0 0.065 0 0.131 0.001 0.196l-0-0.010v192c0 17.673 14.327 32 32 32v0h192c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-68-68 42.16-38.6c0.374-0.32 0.713-0.647 1.033-0.992l0.007-0.008c57.901-57.86 137.868-93.644 226.192-93.644 176.731 0 320 143.269 320 320s-143.269 320-320 320c-85.091 0-162.424-33.211-219.745-87.379l0.153 0.143c-5.723-5.422-13.472-8.756-22-8.756-17.682 0-32.016 14.334-32.016 32.016 0 9.154 3.842 17.411 10.002 23.246l0.015 0.014c68.235 64.767 160.685 104.602 262.438 104.602 0.394 0 0.789-0.001 1.183-0.002l-0.061 0h5.28c209.871-2.879 378.896-173.683 378.896-383.966 0-106.131-43.055-202.205-112.652-271.71l-0.004-0.004zM128 384v-82.88l82.76 82.88z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-counter-clockwise-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30790, + "id": 1190, + "name": "arrow-counter-clockwise-duotone", + "prevSize": 16, + "code": 59762, + "codes": [59762, 59763] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 57 + }, + { + "icon": { + "paths": [ + "M800 576l-288 288-288-288z", + "M829.56 563.76c-4.934-11.696-16.306-19.757-29.56-19.76l-256-0v-384c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 384h-256c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 288 288c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 288-288c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 818.76l-210.76-210.76h421.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30791, "id": 1189, "name": "arrow-down-duotone", "prevSize": 16, "code": 59764, "codes": [59764, 59765] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 58 + }, + { + "icon": { + "paths": [ + "M672 768h-416v-416z", + "M790.64 233.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-281.36 281.4-185.36-185.4c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v416c0 17.673 14.327 32 32 32v0h416c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-185.4-185.36 281.4-281.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM288 736v-306.76l306.76 306.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-down-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30792, + "id": 1188, + "name": "arrow-down-left-duotone", + "prevSize": 16, + "code": 59766, + "codes": [59766, 59767] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 59 + }, + { + "icon": { + "paths": [ + "M768 352v416h-416z", + "M780.24 322.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-185.36 185.4-281.36-281.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l281.4 281.36-185.4 185.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l415.999 0c17.673 0 32-14.327 32-32v0-416c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM736 736h-306.76l306.76-306.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-down-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30793, + "id": 1187, + "name": "arrow-down-right-duotone", + "prevSize": 16, + "code": 59768, + "codes": [59768, 59769] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 60 + }, + { + "icon": { + "paths": [ + "M384 512v384l-192-192z", + "M768 96c-17.673 0-32 14.327-32 32v0 544h-320v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h352c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM352 818.76l-114.76-114.76 114.76-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-elbow-down-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30794, + "id": 1186, + "name": "arrow-elbow-down-left-duotone", + "prevSize": 16, + "code": 59770, + "codes": [59770, 59771] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 61 + }, + { + "icon": { + "paths": [ + "M832 704l-192 192v-384z", + "M854.64 681.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-320v-544c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h352v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM672 818.76v-229.52l114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-elbow-down-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30795, + "id": 1185, + "name": "arrow-elbow-down-right-duotone", + "prevSize": 16, + "code": 59772, + "codes": [59772, 59773] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 62 + }, + { + "icon": { + "paths": [ + "M512 640l-192 192-192-192z", + "M896 224h-576c-17.673 0-32 14.327-32 32v0 352h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-159.999-0v-320h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM320 786.76l-114.76-114.76h229.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-elbow-left-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30796, + "id": 1184, + "name": "arrow-elbow-left-down-duotone", + "prevSize": 16, + "code": 59774, + "codes": [59774, 59775] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 63 + }, + { + "icon": { + "paths": [ + "M384 320l-288 288v-288z", + "M950.64 361.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-361.36 361.4-258.76-258.76 121.4-121.36c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-287.999-0c-17.673 0-32 14.327-32 32v0 288c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l121.36-121.4 281.36 281.4c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM128 530.76v-178.76h178.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-elbow-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30797, + "id": 1183, + "name": "arrow-elbow-left-duotone", + "prevSize": 16, + "code": 59776, + "codes": [59776, 59777] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 64 + }, + { + "icon": { + "paths": [ + "M512 384h-384l192-192z", + "M896 736h-544v-320h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v352c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM320 237.24l114.76 114.76h-229.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-elbow-left-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30798, + "id": 1182, + "name": "arrow-elbow-left-up-duotone", + "prevSize": 16, + "code": 59778, + "codes": [59778, 59779] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 65 + }, + { + "icon": { + "paths": [ + "M896 640l-192 192-192-192z", + "M925.56 627.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-352c0-17.673-14.327-32-32-32v0h-576c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h544v320h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM704 786.76l-114.76-114.76h229.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-elbow-right-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30799, + "id": 1181, + "name": "arrow-elbow-right-down-duotone", + "prevSize": 16, + "code": 59780, + "codes": [59780, 59781] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 66 + }, + { + "icon": { + "paths": [ + "M928 320v288l-288-288z", + "M928 288h-288c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l121.4 121.36-258.76 258.76-361.36-361.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h-0l384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 281.36-281.4 121.36 121.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-288c0-17.673-14.327-32-32-32v0zM896 530.76l-178.76-178.76h178.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-elbow-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30800, + "id": 1180, + "name": "arrow-elbow-right-duotone", + "prevSize": 16, + "code": 59782, + "codes": [59782, 59783] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 67 + }, + { + "icon": { + "paths": [ + "M896 384h-384l192-192z", + "M918.64 361.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v320h-544c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-352h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM589.24 352l114.76-114.76 114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-elbow-right-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30801, + "id": 1179, + "name": "arrow-elbow-right-up-duotone", + "prevSize": 16, + "code": 59784, + "codes": [59784, 59785] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 68 + }, + { + "icon": { + "paths": [ + "M384 128v384l-192-192z", + "M768 288h-352v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h320v544c0 17.673 14.327 32 32 32s32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM352 434.76l-114.76-114.76 114.76-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-elbow-up-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30802, + "id": 1178, + "name": "arrow-elbow-up-left-duotone", + "prevSize": 16, + "code": 59786, + "codes": [59786, 59787] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 69 + }, + { + "icon": { + "paths": [ + "M832 320l-192 192v-384z", + "M854.64 297.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-352c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32s32-14.327 32-32v0-544h320v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM672 434.76v-229.52l114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-elbow-up-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30803, + "id": 1177, + "name": "arrow-elbow-up-right-duotone", + "prevSize": 16, + "code": 59788, + "codes": [59788, 59789] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 70 + }, + { + "icon": { + "paths": [ + "M896 544l-384 384-384-384h192v-352c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0 352z", + "M925.56 531.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-320c0-35.346-28.654-64-64-64v0h-320c-35.346 0-64 28.654-64 64v0 320h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 882.76l-306.76-306.76h114.76c17.673 0 32-14.327 32-32v0-352h320v352c0 17.673 14.327 32 32 32v0h114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30804, + "id": 1176, + "name": "arrow-fat-down-duotone", + "prevSize": 16, + "code": 59790, + "codes": [59790, 59791] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 71 + }, + { + "icon": { + "paths": [ + "M864 352v320c0 17.673-14.327 32-32 32v0h-352v192l-384-384 384-384v192h352c17.673 0 32 14.327 32 32v0z", + "M832 288h-320v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h320c35.346 0 64-28.654 64-64v0-320c0-35.346-28.654-64-64-64v0zM832 672h-352c-17.673 0-32 14.327-32 32v0 114.76l-306.76-306.76 306.76-306.76v114.76c0 17.673 14.327 32 32 32v0h352z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30805, + "id": 1175, + "name": "arrow-fat-left-duotone", + "prevSize": 16, + "code": 59792, + "codes": [59792, 59793] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 72 + }, + { + "icon": { + "paths": [ + "M896 544l-384 384-384-384h192v-256h384v256z", + "M925.56 531.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 224h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 882.76l-306.76-306.76h114.76c17.673 0 32-14.327 32-32v0-224h320v224c0 17.673 14.327 32 32 32v0h114.76zM288 160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-line-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30806, + "id": 1174, + "name": "arrow-fat-line-down-duotone", + "prevSize": 16, + "code": 59794, + "codes": [59794, 59795] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 73 + }, + { + "icon": { + "paths": [ + "M736 320v384h-256v192l-384-384 384-384v192z", + "M736 288h-224v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h224c17.673 0 32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM704 672h-224c-17.673 0-32 14.327-32 32v0 114.76l-306.76-306.76 306.76-306.76v114.76c0 17.673 14.327 32 32 32v0h224zM896 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-line-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30807, + "id": 1173, + "name": "arrow-fat-line-left-duotone", + "prevSize": 16, + "code": 59796, + "codes": [59796, 59797] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 74 + }, + { + "icon": { + "paths": [ + "M544 896v-192h-256v-384h256v-192l384 384z", + "M950.64 489.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-224c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h224v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM576 818.76v-114.76c0-17.673-14.327-32-32-32v0h-224v-320h224c17.673 0 32-14.327 32-32v0-114.76l306.76 306.76zM192 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-line-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30808, + "id": 1172, + "name": "arrow-fat-line-right-duotone", + "prevSize": 16, + "code": 59798, + "codes": [59798, 59799] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 75 + }, + { + "icon": { + "paths": [ + "M896 544l-384 384-384-384h192v-128h384v128z", + "M925.56 531.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-96c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 96h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 882.76l-306.76-306.76h114.76c17.673 0 32-14.327 32-32v0-96h320v96c0 17.673 14.327 32 32 32v0h114.76zM288 160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM288 288c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-lines-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30809, + "id": 1171, + "name": "arrow-fat-lines-down-duotone", + "prevSize": 16, + "code": 59800, + "codes": [59800, 59801] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 76 + }, + { + "icon": { + "paths": [ + "M608 320v384h-128v192l-384-384 384-384v192z", + "M608 288h-96v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h96c17.673 0 32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM576 672h-96c-17.673 0-32 14.327-32 32v0 114.76l-306.76-306.76 306.76-306.76v114.76c0 17.673 14.327 32 32 32v0h96zM896 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM768 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-lines-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30810, + "id": 1170, + "name": "arrow-fat-lines-left-duotone", + "prevSize": 16, + "code": 59802, + "codes": [59802, 59803] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 77 + }, + { + "icon": { + "paths": [ + "M544 896v-192h-128v-384h128v-192l384 384z", + "M950.64 489.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-96c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h96v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM576 818.76v-114.76c0-17.673-14.327-32-32-32v0h-96v-320h96c17.673 0 32-14.327 32-32v0-114.76l306.76 306.76zM192 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-lines-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30811, + "id": 1169, + "name": "arrow-fat-lines-right-duotone", + "prevSize": 16, + "code": 59804, + "codes": [59804, 59805] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 78 + }, + { + "icon": { + "paths": [ + "M896 480h-192v128h-384v-128h-192l384-384z", + "M918.64 457.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v96c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-96h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM704 448c-17.673 0-32 14.327-32 32v0 96h-320v-96c0-17.673-14.327-32-32-32v0h-114.76l306.76-306.76 306.76 306.76zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM736 736c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-lines-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30812, + "id": 1168, + "name": "arrow-fat-lines-up-duotone", + "prevSize": 16, + "code": 59806, + "codes": [59806, 59807] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 79 + }, + { + "icon": { + "paths": [ + "M896 480h-192v256h-384v-256h-192l384-384z", + "M918.64 457.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v224c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-224h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM704 448c-17.673 0-32 14.327-32 32v0 224h-320v-224c0-17.673-14.327-32-32-32v0h-114.76l306.76-306.76 306.76 306.76zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-line-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30813, + "id": 1167, + "name": "arrow-fat-line-up-duotone", + "prevSize": 16, + "code": 59808, + "codes": [59808, 59809] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 80 + }, + { + "icon": { + "paths": [ + "M544 896v-192h-352c-17.673 0-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32v0h352v-192l384 384z", + "M950.64 489.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-320c-35.346 0-64 28.654-64 64v0 320c0 35.346 28.654 64 64 64v0h320v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM576 818.76v-114.76c0-17.673-14.327-32-32-32v0h-352v-320h352c17.673 0 32-14.327 32-32v0-114.76l306.76 306.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30814, + "id": 1166, + "name": "arrow-fat-right-duotone", + "prevSize": 16, + "code": 59810, + "codes": [59810, 59811] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 81 + }, + { + "icon": { + "paths": [ + "M896 480h-192v352c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0-352h-192l384-384z", + "M918.64 457.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v320c0 35.346 28.654 64 64 64v0h320c35.346 0 64-28.654 64-64v0-320h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM704 448c-17.673 0-32 14.327-32 32v0 352h-320v-352c0-17.673-14.327-32-32-32v0h-114.76l306.76-306.76 306.76 306.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-fat-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30815, "id": 1165, "name": "arrow-fat-up-duotone", "prevSize": 16, "code": 59812, "codes": [59812, 59813] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 82 + }, + { + "icon": { + "paths": [ + "M448 224v576l-288-288z", + "M864 480h-384v-256c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-288 288c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 288 288c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-256h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 722.76l-210.76-210.76 210.76-210.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30816, "id": 1164, "name": "arrow-left-duotone", "prevSize": 16, "code": 59814, "codes": [59814, 59815] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 83 + }, + { + "icon": { + "paths": [ + "M800 448l-288 288-288-288z", + "M489.36 758.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 288-288c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-255.999-0v-288c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 288h-256c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0zM722.76 480l-210.76 210.76-210.76-210.76zM896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-line-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30817, + "id": 1163, + "name": "arrow-line-down-duotone", + "prevSize": 16, + "code": 59816, + "codes": [59816, 59817] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 84 + }, + { + "icon": { + "paths": [ + "M640 800h-384v-384z", + "M896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM726.64 329.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-233.4 233.36 169.4 169.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-383.999 0c-17.673 0-32-14.327-32-32v0-384c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 169.36 169.4 233.36-233.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM562.76 768l-274.76-274.76v274.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-line-down-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30818, + "id": 1162, + "name": "arrow-line-down-left-duotone", + "prevSize": 16, + "code": 59818, + "codes": [59818, 59819] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 85 + }, + { + "icon": { + "paths": [ + "M768 416v384h-384l384-384z", + "M896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM800 416v384c0 17.673-14.327 32-32 32v0h-384c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 169.4-169.36-233.4-233.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l233.36 233.4 169.36-169.4c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001zM736 493.24l-274.76 274.76h274.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-line-down-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30819, + "id": 1161, + "name": "arrow-line-down-right-duotone", + "prevSize": 16, + "code": 59820, + "codes": [59820, 59821] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 86 + }, + { + "icon": { + "paths": [ + "M576 224v576l-288-288z", + "M896 480h-288v-256c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-288 288c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 288 288c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-256h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 722.76l-210.76-210.76 210.76-210.76zM192 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-line-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30820, + "id": 1160, + "name": "arrow-line-left-duotone", + "prevSize": 16, + "code": 59822, + "codes": [59822, 59823] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 87 + }, + { + "icon": { + "paths": [ + "M736 512l-288 288v-576z", + "M470.64 201.36c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v256h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288v256c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 288-288c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM480 722.76v-421.52l210.76 210.76zM896 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-line-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30821, + "id": 1159, + "name": "arrow-line-right-duotone", + "prevSize": 16, + "code": 59824, + "codes": [59824, 59825] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 88 + }, + { + "icon": { + "paths": [ + "M800 576h-576l288-288z", + "M534.64 265.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-288 288c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l255.999 0v288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h256c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM301.24 544l210.76-210.76 210.76 210.76zM896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-line-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30822, "id": 1158, "name": "arrow-line-up-duotone", "prevSize": 16, "code": 59826, "codes": [59826, 59827] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 89 + }, + { + "icon": { + "paths": [ + "M640 224l-384 384v-384z", + "M896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM224 608v-384c0-17.673 14.327-32 32-32v0h384c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-169.4 169.36 233.4 233.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-233.36-233.4-169.36 169.4c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001zM288 530.76l274.76-274.76h-274.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-line-up-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30823, + "id": 1157, + "name": "arrow-line-up-left-duotone", + "prevSize": 16, + "code": 59828, + "codes": [59828, 59829] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 90 + }, + { + "icon": { + "paths": [ + "M768 224v384l-384-384z", + "M896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM297.36 694.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 233.4-233.36-169.4-169.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l383.999-0c17.673 0 32 14.327 32 32v0 384c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-169.36-169.4-233.36 233.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM461.24 256l274.76 274.76v-274.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-line-up-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30824, + "id": 1156, + "name": "arrow-line-up-right-duotone", + "prevSize": 16, + "code": 59830, + "codes": [59830, 59831] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 91 + }, + { + "icon": { + "paths": [ + "M864 512l-288 288v-576z", + "M886.64 489.36l-288-288c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v256h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384v256c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 288-288c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM608 722.76v-421.52l210.76 210.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30825, "id": 1155, "name": "arrow-right-duotone", "prevSize": 16, "code": 59832, "codes": [59832, 59833] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 92 + }, + { + "icon": { + "paths": [ + "M864 192v192h-192zM160 832l192-192h-192z", + "M876.24 162.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-64.24 64.28c-80.6-69.24-171.68-105.64-265.12-105.64-171.28 0-274.32 101.080-278.64 105.36-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l-0 0c0.84-0.88 88.28-86.64 233.36-86.64 92.68 0 167.68 43.4 219.68 87.040l-82.32 82.32c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l191.999 0c17.673 0 32-14.327 32-32v0-192c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM832 352h-82.76l82.76-82.76zM745.36 745.36c-0.84 0.88-88.28 86.64-233.36 86.64-92.68 0-167.68-43.4-219.68-87.040l82.32-82.32c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-191.999-0c-17.673 0-32 14.327-32 32v0 192c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l64.24-64.28c80.6 69.24 171.68 105.64 265.12 105.64 171.28 0 274.32-101.080 278.64-105.36 5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM192 672h82.76l-82.76 82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-clockwise-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30826, + "id": 1154, + "name": "arrows-clockwise-duotone", + "prevSize": 16, + "code": 59834, + "codes": [59834, 59835] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 93 + }, + { + "icon": { + "paths": [ + "M160 192l192 192h-192zM672 640l192 192v-192z", + "M381.56 396.24c1.545-3.623 2.443-7.838 2.443-12.262 0-8.832-3.578-16.828-9.363-22.618l-82.32-82.32c52-43.64 127-87.040 219.68-87.040 143.8 0 232.52 85.76 233.44 86.72 5.79 5.77 13.778 9.338 22.6 9.338 17.683 0 32.018-14.335 32.018-32.018 0-8.861-3.6-16.882-9.417-22.679l-0.001-0.001c-4.32-4.28-107.36-105.36-278.64-105.36-93.44 0-184.52 36.4-265.12 105.64l-64.24-64.28c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0h192c13.254-0.003 24.626-8.064 29.481-19.55l0.079-0.21zM192 352v-82.76l82.76 82.76zM864 608h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 82.32 82.32c-52 43.64-127 87.040-219.68 87.040-143.36 0-232-85.28-233.44-86.68-5.789-5.774-13.777-9.344-22.6-9.344-17.675 0-32.004 14.329-32.004 32.004 0 8.852 3.594 16.866 9.403 22.659l0.001 0.001c4.32 4.28 107.36 105.36 278.64 105.36 93.44 0 184.52-36.4 265.12-105.64l64.24 64.28c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM832 754.76l-82.76-82.76h82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-counter-clockwise-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30827, + "id": 1153, + "name": "arrows-counter-clockwise-duotone", + "prevSize": 16, + "code": 59836, + "codes": [59836, 59837] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 94 + }, + { + "icon": { + "paths": [ + "M832 320h-256l128-128zM320 832l128-128h-256z", + "M448 672h-96v-480c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 480h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM320 786.76l-50.76-50.76h101.52zM854.64 297.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l95.999 0v480c0 17.673 14.327 32 32 32s32-14.327 32-32v0-480h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM653.24 288l50.76-50.76 50.76 50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-down-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30828, + "id": 1152, + "name": "arrows-down-up-duotone", + "prevSize": 16, + "code": 59838, + "codes": [59838, 59839] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 95 + }, + { + "icon": { + "paths": [ + "M96 512l128-128v256zM800 384v256l128-128z", + "M950.64 489.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-512v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-96h512v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM192 562.76l-50.76-50.76 50.76-50.76zM832 562.76v-101.52l50.76 50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-horizontal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30829, + "id": 1151, + "name": "arrows-horizontal-duotone", + "prevSize": 16, + "code": 59840, + "codes": [59840, 59841] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 96 + }, + { + "icon": { + "paths": [ + "M512 384l-128-128h256zM384 768h256l-128-128zM640 512l128 128v-256zM256 384v256l128-128z", + "M489.36 406.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-95.999-0v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0zM562.76 288l-50.76 50.76-50.76-50.76zM534.76 617.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.64 14.273 31.946 31.9 32l0.005 0h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM461.24 736l50.76-50.76 50.76 50.76zM928 480h-128v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 562.76l-50.76-50.76 50.76-50.76zM406.64 489.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM288 562.76v-101.52l50.76 50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-in-cardinal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30830, + "id": 1150, + "name": "arrows-in-cardinal-duotone", + "prevSize": 16, + "code": 59842, + "codes": [59842, 59843] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 97 + }, + { + "icon": { + "paths": [ + "M768 416h-160v-160zM416 768v-160h-160zM608 768l160-160h-160zM416 416v-160l-160 160z", + "M608 448h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-57.4-57.36 121.4-121.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-121.36 121.4-57.36-57.4c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160c0 17.673 14.327 32 32 32v0zM640 333.24l50.76 50.76h-50.76zM416 576h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l57.4 57.36-121.4 121.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 121.36-121.4 57.36 57.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160c0-17.673-14.327-32-32-32v0zM384 690.76l-50.76-50.76h50.76zM733.24 688l57.4-57.36c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-159.999-0c-17.673 0-32 14.327-32 32v0 160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l57.36-57.4 121.36 121.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM640 690.76v-50.76h50.76zM428.24 226.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-57.36 57.4-121.36-121.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l121.4 121.36-57.4 57.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0c17.673 0 32-14.327 32-32v0-160c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM384 384h-50.76l50.76-50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-in-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30831, "id": 1149, "name": "arrows-in-duotone", "prevSize": 16, "code": 59844, "codes": [59844, 59845] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 98 + }, + { + "icon": { + "paths": [ + "M256 384l128 128-128 128zM640 512l128 128v-256z", + "M544 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM406.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-96h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160v-96c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0zM338.64 512l-50.64-50.76v101.52zM992 512c0 17.673-14.327 32-32 32v0h-160v96c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v96h160c17.673 0 32 14.327 32 32v0zM736 461.24l-50.76 50.76 50.76 50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-in-line-horizontal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30832, + "id": 1148, + "name": "arrows-in-line-horizontal-duotone", + "prevSize": 16, + "code": 59846, + "codes": [59846, 59847] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 99 + }, + { + "icon": { + "paths": [ + "M512 384l-128-128h256zM384 768h256l-128-128z", + "M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM361.36 278.64c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l95.999-0v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160h96c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM461.36 288l50.64 50.76 50.76-50.76zM662.76 745.36c5.799 5.792 9.386 13.797 9.386 22.64 0 17.673-14.327 32-32 32-0.051 0-0.102-0-0.153-0l0.008 0h-96v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-96c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM562.76 736l-50.76-50.76-50.76 50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-in-line-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30833, + "id": 1147, + "name": "arrows-in-line-vertical-duotone", + "prevSize": 16, + "code": 59848, + "codes": [59848, 59849] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 100 + }, + { + "icon": { + "paths": [ + "M768 448h-192v-192zM448 768v-192h-192z", + "M854.64 169.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-73.36-73.4c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0h192c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-73.4-73.36 137.4-137.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM608 416v-82.76l82.76 82.76zM448 544h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l73.4 73.36-137.4 137.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 137.36-137.4 73.36 73.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM416 690.76l-82.76-82.76h82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-in-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30834, + "id": 1146, + "name": "arrows-in-simple-duotone", + "prevSize": 16, + "code": 59850, + "codes": [59850, 59851] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 101 + }, + { + "icon": { + "paths": [ + "M832 704l-128 128v-256zM320 448v-256l-128 128z", + "M854.64 681.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h480v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM736 754.76v-101.52l50.76 50.76zM297.36 470.76c5.792 5.799 13.797 9.386 22.64 9.386 17.673 0 32-14.327 32-32 0-0.051-0-0.102-0-0.153l0 0.008v-96h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-480v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0zM288 269.24v101.52l-50.76-50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-left-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30835, + "id": 1145, + "name": "arrows-left-right-duotone", + "prevSize": 16, + "code": 59852, + "codes": [59852, 59853] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 102 + }, + { + "icon": { + "paths": [ + "M640 800l-128 128-128-128z", + "M736 128c-17.673 0-32 14.327-32 32v0 242.76l-192 192-192-192v-242.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 256c-0 0.007-0 0.016-0 0.025 0 8.83 3.577 16.825 9.36 22.615l-0-0 214.64 214.6v114.76h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-95.999-0v-114.76l214.64-214.6c5.783-5.79 9.36-13.785 9.36-22.615 0-0.009-0-0.018-0-0.027l0 0.001v-256c0-17.673-14.327-32-32-32v0zM512 882.76l-50.76-50.76h101.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-merge-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30836, "id": 1144, "name": "arrows-merge-duotone", "prevSize": 16, "code": 59854, "codes": [59854, 59855] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 103 + }, + { + "icon": { + "paths": [ + "M512 96l128 128h-256zM512 928l128-128h-256zM800 384v256l128-128zM96 512l128 128v-256z", + "M384 256h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM512 141.24l50.76 50.76h-101.52zM640 768h-96v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM512 882.76l-50.76-50.76h101.52zM950.64 489.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM832 562.76v-101.52l50.76 50.76zM384 544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-96zM192 562.76l-50.76-50.76 50.76-50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-out-cardinal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30837, + "id": 1143, + "name": "arrows-out-cardinal-duotone", + "prevSize": 16, + "code": 59856, + "codes": [59856, 59857] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 104 + }, + { + "icon": { + "paths": [ + "M832 192v192l-192-192zM192 832h192l-192-192zM832 832v-192l-192 192zM192 384l192-192h-192z", + "M393.36 585.36l-105.36 105.4-73.36-73.4c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0h192c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-73.4-73.36 105.4-105.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM224 800v-82.76l82.76 82.76zM333.24 288l73.4-73.36c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-191.999-0c-17.673 0-32 14.327-32 32v0 192c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l73.36-73.4 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM224 306.76v-82.76h82.76zM832 160h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l73.4 73.36-105.4 105.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l105.36-105.4 73.36 73.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM800 306.76l-82.76-82.76h82.76zM844.24 610.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-73.36 73.4-105.36-105.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l105.4 105.36-73.4 73.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l191.999 0c17.673 0 32-14.327 32-32v0-192c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM800 800h-82.76l82.76-82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-out-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30838, "id": 1142, "name": "arrows-out-duotone", "prevSize": 16, "code": 59858, "codes": [59858, 59859] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 105 + }, + { + "icon": { + "paths": [ + "M64 512l128-128v256zM832 384v256l128-128z", + "M544 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM416 512c0 17.673-14.327 32-32 32v0h-160v96c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v96h160c17.673 0 32 14.327 32 32v0zM160 461.24l-50.76 50.76 50.76 50.76zM982.64 534.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-96h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160v-96c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM914.64 512l-50.64-50.76v101.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-out-line-horizontal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30839, + "id": 1141, + "name": "arrows-out-line-horizontal-duotone", + "prevSize": 16, + "code": 59860, + "codes": [59860, 59861] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 106 + }, + { + "icon": { + "paths": [ + "M640 192h-256l128-128zM512 960l128-128h-256z", + "M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM354.44 204.24c-1.545-3.623-2.443-7.838-2.443-12.262 0-8.832 3.578-16.828 9.363-22.618l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-95.999 0v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-96c-13.254-0.003-24.626-8.064-29.481-19.55l-0.079-0.21zM461.24 160h101.52l-50.76-50.76zM669.56 819.76c1.545 3.623 2.443 7.838 2.443 12.262 0 8.832-3.578 16.828-9.363 22.618l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l95.999-0v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160h96c13.254 0.003 24.626 8.064 29.481 19.55l0.079 0.21zM562.76 864h-101.52l50.76 50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-out-line-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30840, + "id": 1140, + "name": "arrows-out-line-vertical-duotone", + "prevSize": 16, + "code": 59862, + "codes": [59862, 59863] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 107 + }, + { + "icon": { + "paths": [ + "M832 192v192l-192-192zM192 832h192l-192-192z", + "M832 160h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l73.4 73.36-137.4 137.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l137.36-137.4 73.36 73.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM800 306.76l-82.76-82.76h82.76zM425.36 553.36l-137.36 137.4-73.36-73.4c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0h192c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-73.4-73.36 137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM224 800v-82.76l82.76 82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-out-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30841, + "id": 1139, + "name": "arrows-out-simple-duotone", + "prevSize": 16, + "code": 59864, + "codes": [59864, 59865] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 108 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM662.64 521.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-square-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30842, + "id": 1138, + "name": "arrow-square-down-duotone", + "prevSize": 16, + "code": 59866, + "codes": [59866, 59867] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 109 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM352 640v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 114.76l201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-201.4 201.36h114.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-square-down-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30843, + "id": 1137, + "name": "arrow-square-down-left-duotone", + "prevSize": 16, + "code": 59868, + "codes": [59868, 59869] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 110 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM361.36 406.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l201.36 201.4v-114.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-square-down-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30844, + "id": 1136, + "name": "arrow-square-down-right-duotone", + "prevSize": 16, + "code": 59870, + "codes": [59870, 59871] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 111 + }, + { + "icon": { + "paths": [ + "M864 192v512c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z", + "M512 544v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.72l-265.36 265.36c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 265.36-265.36h-178.72c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM832 128h-512c-35.346 0-64 28.654-64 64v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h512v512h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-square-in-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30845, + "id": 1135, + "name": "arrow-square-in-duotone", + "prevSize": 16, + "code": 59872, + "codes": [59872, 59873] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 112 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM329.36 534.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36h242.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-242.76l73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-square-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30846, + "id": 1134, + "name": "arrow-square-left-duotone", + "prevSize": 16, + "code": 59874, + "codes": [59874, 59875] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 113 + }, + { + "icon": { + "paths": [ + "M736 320v512c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z", + "M896 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.72l-265.32 265.36c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l265.32-265.36h-178.72c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM736 512c-17.673 0-32 14.327-32 32v0 288h-512v-512h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-288c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-square-out-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30847, + "id": 1133, + "name": "arrow-square-out-duotone", + "prevSize": 16, + "code": 59876, + "codes": [59876, 59877] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 114 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM320 512c0-17.673 14.327-32 32-32v0h242.76l-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36h-242.76c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-square-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30848, + "id": 1132, + "name": "arrow-square-right-duotone", + "prevSize": 16, + "code": 59878, + "codes": [59878, 59879] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 115 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM361.36 502.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4v242.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-242.76l-73.36 73.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-square-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30849, + "id": 1131, + "name": "arrow-square-up-duotone", + "prevSize": 16, + "code": 59880, + "codes": [59880, 59881] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 116 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM352 576v-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-114.76l201.4 201.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-201.36-201.4v114.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-square-up-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30850, + "id": 1130, + "name": "arrow-square-up-left-duotone", + "prevSize": 16, + "code": 59882, + "codes": [59882, 59883] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 117 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM361.36 662.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 201.4-201.36h-114.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-114.76l-201.36 201.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-square-up-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30851, + "id": 1129, + "name": "arrow-square-up-right-duotone", + "prevSize": 16, + "code": 59884, + "codes": [59884, 59885] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 118 + }, + { + "icon": { + "paths": [ + "M128 736h256l-128 128zM640 736l128 128 128-128z", + "M925.56 723.76c-4.934-11.696-16.306-19.757-29.56-19.76l-96-0v-160c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-246.64-246.6v-178.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 178.76l-246.64 246.6c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v160h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-95.999-0v-146.76l224-224 224 224v146.76h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM256 818.76l-50.76-50.76h101.52zM768 818.76l-50.76-50.76h101.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-split-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30852, "id": 1128, "name": "arrows-split-duotone", "prevSize": 16, "code": 59886, "codes": [59886, 59887] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 119 + }, + { + "icon": { + "paths": [ + "M640 224h-256l128-128zM512 928l128-128h-256z", + "M640 768h-96v-512h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l95.999 0v512h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM512 141.24l50.76 50.76h-101.52zM512 882.76l-50.76-50.76h101.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrows-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30853, + "id": 1127, + "name": "arrows-vertical-duotone", + "prevSize": 16, + "code": 59888, + "codes": [59888, 59889] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 120 + }, + { + "icon": { + "paths": [ + "M320 480v384l-192-192z", + "M672 192h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c106.039 0 192 85.961 192 192s-85.961 192-192 192v0h-320v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h320c141.385 0 256-114.615 256-256s-114.615-256-256-256v0zM288 786.76l-114.76-114.76 114.76-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-u-down-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30854, + "id": 1126, + "name": "arrow-u-down-left-duotone", + "prevSize": 16, + "code": 59890, + "codes": [59890, 59891] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 121 + }, + { + "icon": { + "paths": [ + "M896 672l-192 192v-384z", + "M918.64 649.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-320c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h320v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM736 786.76v-229.52l114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-u-down-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30855, + "id": 1125, + "name": "arrow-u-down-right-duotone", + "prevSize": 16, + "code": 59892, + "codes": [59892, 59893] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 122 + }, + { + "icon": { + "paths": [ + "M544 704l-192 192-192-192z", + "M576 96c-141.321 0.159-255.841 114.679-256 255.985l-0 0.015v320h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-159.999-0v-320c0-106.039 85.961-192 192-192s192 85.961 192 192v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM352 850.76l-114.76-114.76h229.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-u-left-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30856, + "id": 1124, + "name": "arrow-u-left-down-duotone", + "prevSize": 16, + "code": 59894, + "codes": [59894, 59895] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 123 + }, + { + "icon": { + "paths": [ + "M544 320h-384l192-192z", + "M800 288c-17.673 0-32 14.327-32 32v0 352c0 106.039-85.961 192-192 192s-192-85.961-192-192v0-320h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v320c0 141.385 114.615 256 256 256s256-114.615 256-256v0-352c0-17.673-14.327-32-32-32v0zM352 173.24l114.76 114.76h-229.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-u-left-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30857, + "id": 1123, + "name": "arrow-u-left-up-duotone", + "prevSize": 16, + "code": 59896, + "codes": [59896, 59897] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 124 + }, + { + "icon": { + "paths": [ + "M800 448h-576l288-288z", + "M822.64 425.36l-288-288c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-288 288c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l255.999 0v384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384h256c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM301.24 416l210.76-210.76 210.76 210.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30858, "id": 1122, "name": "arrow-up-duotone", "prevSize": 16, "code": 59898, "codes": [59898, 59899] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 125 + }, + { + "icon": { + "paths": [ + "M672 256l-416 416v-416z", + "M790.64 745.36l-281.4-281.36 185.4-185.36c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-415.999-0c-17.673 0-32 14.327-32 32v0 416c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 185.36-185.4 281.36 281.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM288 288h306.76l-306.76 306.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-up-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30859, "id": 1121, "name": "arrow-up-left-duotone", "prevSize": 16, "code": 59900, "codes": [59900, 59901] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 126 + }, + { + "icon": { + "paths": [ + "M768 256v416l-416-416z", + "M768 224h-416c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 185.4 185.36-281.4 281.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l281.36-281.4 185.36 185.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-416c0-17.673-14.327-32-32-32v0zM736 594.76l-306.76-306.76h306.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-up-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30860, + "id": 1120, + "name": "arrow-up-right-duotone", + "prevSize": 16, + "code": 59902, + "codes": [59902, 59903] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 127 + }, + { + "icon": { + "paths": [ + "M864 704l-192 192-192-192z", + "M893.56 691.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-320c0-141.385-114.615-256-256-256s-256 114.615-256 256v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352c0-106.039 85.961-192 192-192s192 85.961 192 192v0 320h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM672 850.76l-114.76-114.76h229.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-u-right-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30861, + "id": 1119, + "name": "arrow-u-right-down-duotone", + "prevSize": 16, + "code": 59904, + "codes": [59904, 59905] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 128 + }, + { + "icon": { + "paths": [ + "M864 320h-384l192-192z", + "M886.64 297.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v320c0 106.039-85.961 192-192 192s-192-85.961-192-192v0-352c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 352c0 141.385 114.615 256 256 256s256-114.615 256-256v0-320h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM557.24 288l114.76-114.76 114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-u-right-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30862, + "id": 1118, + "name": "arrow-u-right-up-duotone", + "prevSize": 16, + "code": 59906, + "codes": [59906, 59907] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 129 + }, + { + "icon": { + "paths": [ + "M320 160v384l-192-192z", + "M672 320h-320v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h320c106.039 0 192 85.961 192 192s-85.961 192-192 192v0h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c141.385 0 256-114.615 256-256s-114.615-256-256-256v0zM288 466.76l-114.76-114.76 114.76-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-u-up-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30863, + "id": 1117, + "name": "arrow-u-up-left-duotone", + "prevSize": 16, + "code": 59908, + "codes": [59908, 59909] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 130 + }, + { + "icon": { + "paths": [ + "M896 352l-192 192v-384z", + "M691.76 573.56c3.623 1.545 7.838 2.443 12.262 2.443 8.832 0 16.828-3.578 22.618-9.363l192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-320c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h320v160c0.003 13.254 8.064 24.626 19.55 29.481l0.21 0.079zM736 237.24l114.76 114.76-114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["arrow-u-up-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30864, + "id": 1116, + "name": "arrow-u-up-right-duotone", + "prevSize": 16, + "code": 59910, + "codes": [59910, 59911] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 131 + }, + { + "icon": { + "paths": [ + "M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM736 384c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM736 512c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM736 640c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["article-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30865, "id": 1115, "name": "article-duotone", "prevSize": 16, "code": 59912, "codes": [59912, 59913] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 132 + }, + { + "icon": { + "paths": [ + "M960 416v384h-672v-128h384v-256z", + "M224 544c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-256h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c0.010-0 0.022-0 0.034-0 11.355 0 21.329 5.914 27.009 14.831l0.077 0.129 132.88 212.68 132.88-212.6c5.746-9.087 15.738-15.034 27.119-15.040l64.001-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v256h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0-176.44l-100.88 161.4c-5.751 9.077-15.742 15.015-27.12 15.015s-21.369-5.938-27.043-14.884l-0.077-0.131-100.88-161.4v176.44c17.673 0 32 14.327 32 32v0zM672 448h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM960 512h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 640h-672c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 768h-672c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["article-medium-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30866, + "id": 1114, + "name": "article-medium-duotone", + "prevSize": 16, + "code": 59914, + "codes": [59914, 59915] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 133 + }, + { + "icon": { + "paths": [ + "M960 416v384h-320v-384z", + "M608 416c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0zM960 512h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 640h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 768h-672c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM320 704c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013c-0-0.050-0-0.109-0-0.168 0-30.225 6.041-59.039 16.982-85.3l-0.542 1.468c-29.243-20.495-48.126-54.043-48.126-92 0-61.745 49.965-111.821 111.669-112l0.017-0c0.020-0 0.044-0 0.068-0 5.686 0 11.025 1.483 15.653 4.083l-0.161-0.083 279.72 155.4c23.059-3.78 40.439-23.561 40.439-47.401 0-26.411-21.331-47.84-47.704-47.999l-0.015-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c61.856 0 112 50.144 112 112s-50.144 112-112 112v0c-0.020 0-0.044 0-0.068 0-5.686 0-11.025-1.483-15.653-4.083l0.161 0.083-160-88.84c-73.79 15.217-128.48 79.654-128.48 156.865 0 77.052 54.466 141.384 126.998 156.593l1.041 0.183v-156.8c0-17.673 14.327-32 32-32s32 14.327 32 32v0 156.76c55.557-11.676 99.864-50.856 118.566-102.324l0.354-1.116c4.674-12.25 16.326-20.793 29.974-20.793 17.673 0 32 14.327 32 32 0 3.633-0.605 7.124-1.721 10.379l0.067-0.225c-31.779 87.691-114.311 149.231-211.229 149.32l-0.011 0zM144.92 340.56c19.063-23.796 42.335-43.34 68.815-57.731l1.185-0.589-46.2-25.68c-23.264 3.594-40.866 23.475-40.866 47.467 0 14.599 6.517 27.675 16.801 36.479l0.065 0.055z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["article-ny-times-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30867, + "id": 1113, + "name": "article-ny-times-duotone", + "prevSize": 16, + "code": 59916, + "codes": [59916, 59917] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 134 + }, + { + "icon": { + "paths": [ + "M800 512c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z", + "M859.44 720.48c-5.69 9.389-15.853 15.567-27.458 15.567-6.112 0-11.824-1.714-16.682-4.687l0.14 0.080-271.44-162.92v295.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-295.48l-271.52 162.92c-4.766 2.972-10.552 4.734-16.751 4.734-17.673 0-32-14.327-32-32 0-11.713 6.293-21.956 15.683-27.533l0.148-0.081 274.24-164.56-274.24-164.56c-9.537-5.658-15.831-15.901-15.831-27.614 0-17.673 14.327-32 32-32 6.198 0 11.985 1.762 16.886 4.813l-0.136-0.079 271.52 162.92v-295.48c0-17.673 14.327-32 32-32s32 14.327 32 32v0 295.48l271.52-162.92c4.766-2.972 10.552-4.734 16.751-4.734 17.673 0 32 14.327 32 32 0 11.713-6.293 21.956-15.683 27.533l-0.148 0.081-274.24 164.56 274.24 164.56c9.386 5.691 15.561 15.852 15.561 27.455 0 6.081-1.696 11.766-4.641 16.607l0.080-0.142z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["asterisk-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30868, "id": 1112, "name": "asterisk-duotone", "prevSize": 16, "code": 59918, "codes": [59918, 59919] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 135 + }, + { + "icon": { + "paths": [ + "M800 512c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z", + "M844 413.72l-280.52 112 197.88 254.44c4.371 5.425 7.016 12.402 7.016 19.996 0 17.673-14.327 32-32 32-10.396 0-19.634-4.957-25.479-12.637l-0.057-0.079-198.84-255.44-198.72 255.64c-5.914 7.345-14.904 12.004-24.984 12.004-17.673 0-32-14.327-32-32 0-7.277 2.429-13.987 6.521-19.363l-0.057 0.079 197.88-254.44-280.64-112.2c-11.856-4.88-20.051-16.343-20.051-29.72 0-17.701 14.35-32.051 32.051-32.051 4.325 0 8.449 0.856 12.213 2.409l-0.213-0.078 276 110.44v-304.72c0-17.673 14.327-32 32-32s32 14.327 32 32v0 304.72l276-110.44c3.551-1.475 7.675-2.331 12-2.331 17.701 0 32.051 14.35 32.051 32.051 0 13.377-8.195 24.84-19.838 29.642l-0.213 0.078z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["asterisk-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30869, + "id": 1111, + "name": "asterisk-simple-duotone", + "prevSize": 16, + "code": 59920, + "codes": [59920, 59921] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 136 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416v0c86.040 0 176.4-25.92 241.72-69.32 8.665-5.82 14.292-15.583 14.292-26.66 0-17.68-14.332-32.012-32.012-32.012-6.602 0-12.738 1.999-17.835 5.424l0.115-0.073c-54.28 36.16-133.44 58.64-206.28 58.64-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c0 105.8-43.52 128-80 128s-80-22.2-80-128v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 17.040c-33.834-30.432-78.829-49.045-128.171-49.045-106.039 0-192 85.961-192 192s85.961 192 192 192c61.606 0 116.436-29.015 151.568-74.126l0.322-0.43c24 48 65.4 74.56 120.28 74.56 90.16 0 144-71.76 144-192-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["at-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30870, "id": 1110, "name": "at-duotone", "prevSize": 16, "code": 59922, "codes": [59922, 59923] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 137 + }, + { + "icon": { + "paths": [ + "M841.040 841.040c-68.92 68.92-272-22.52-453.84-204.24s-273.16-384.8-204.24-453.84 272 22.52 453.84 204.24 273.16 384.8 204.24 453.84z", + "M784.48 512c98.6-138.44 148.88-281.52 78.96-351.44s-213-19.64-351.44 78.96c-138.44-98.6-281.52-148.88-351.44-78.96s-19.64 213 78.96 351.44c-98.6 138.44-148.88 281.52-78.96 351.44v0c22.52 22.52 52.6 32.56 87.64 32.56 73.92 0 169.92-44.68 264-111.52 93.68 66.84 189.68 111.52 263.8 111.52 35.040 0 65.16-10.080 87.64-32.56v0c69.72-69.92 19.44-213-79.16-351.44zM818.2 205.8c30.56 30.56 9.92 129.6-74.080 253.12-27.834-34.319-55.551-65.052-84.766-94.286l0.006 0.006c-29.217-29.156-59.949-56.834-92.053-82.889l-2.227-1.751c123.52-84 222.56-104.8 253.12-74.2zM705.16 512c-29.62 37.304-59.408 70.603-91.006 102.086l-0.034 0.034c-31.518 31.634-64.818 61.422-99.763 89.229l-2.357 1.811c-37.304-29.62-70.603-59.408-102.086-91.006l-0.034-0.034c-31.634-31.518-61.422-64.818-89.229-99.763l-1.811-2.357c57.586-72.177 120.984-135.575 190.767-191.314l2.393-1.846c37.304 29.62 70.603 59.408 102.086 91.006l0.034 0.034c31.634 31.518 61.422 64.818 89.229 99.763l1.811 2.357zM205.8 205.8c8.8-8.84 23.32-13.4 42.48-13.4 47.28 0 122.76 27.6 210.6 87.6-34.309 27.836-65.027 55.513-94.269 84.669l0.029-0.029c-29.156 29.217-56.834 59.949-82.889 92.053l-1.751 2.227c-84-123.52-104.76-222.56-74.2-253.12zM205.8 818.2c-30.56-30.56-9.8-129.6 74.2-253.12 27.834 34.319 55.551 65.052 84.766 94.286l-0.006-0.006c29.196 29.132 59.889 56.807 91.934 82.885l2.226 1.755c-123.52 84-222.56 104.8-253.12 74.2zM818.2 818.2c-30.56 30.6-129.6 9.92-253.12-74.080 34.315-27.868 65.046-55.583 94.299-84.779l-0.019 0.019c29.156-29.217 56.834-59.949 82.889-92.053l1.751-2.227c84 123.52 104.76 222.56 74.2 253.12zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["atom-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30871, "id": 1109, "name": "atom-duotone", "prevSize": 16, "code": 59924, "codes": [59924, 59925] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 138 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M368 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM606.92 644.92c-26.967 16.984-59.767 27.061-94.92 27.061s-67.953-10.077-95.668-27.5l0.748 0.439c-4.841-3.097-10.746-4.936-17.080-4.936-17.682 0-32.016 14.334-32.016 32.016 0 11.348 5.904 21.317 14.808 27.003l0.129 0.077c36.648 23.181 81.258 36.939 129.080 36.939s92.432-13.758 130.085-37.531l-1.005 0.593c9.033-5.763 14.936-15.732 14.936-27.080 0-17.682-14.334-32.016-32.016-32.016-6.334 0-12.239 1.839-17.209 5.013l0.129-0.077zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c-0.239-188.807-148.907-342.813-335.569-351.61l-0.791-0.030c-46.36 65.16-47.64 127.16-47.64 127.64 0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-2.92 0.52-57.2 33.84-122.52-165.853 30.559-289.84 174.034-289.84 346.468 0 194.404 157.596 352 352 352 194.386 0 351.971-157.566 352-351.946l0-0.003z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["baby-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30872, "id": 1108, "name": "baby-duotone", "prevSize": 16, "code": 59926, "codes": [59926, 59927] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 139 + }, + { + "icon": { + "paths": [ + "M832 384v480c0 17.673-14.327 32-32 32v0h-96v-288c0-35.346-28.654-64-64-64v0h-256c-35.346 0-64 28.654-64 64v0 288h-96c-17.673 0-32-14.327-32-32v0-480c0-106.039 85.961-192 192-192v0h256c106.039 0 192 85.961 192 192v0z", + "M672 162.32v-34.32c0-53.019-42.981-96-96-96v0h-128c-53.019 0-96 42.981-96 96v0 34.32c-109.097 16.348-191.827 109.326-192 221.662l-0 0.018v480c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-480c-0.173-112.354-82.903-205.332-190.765-221.528l-1.235-0.152zM448 96h128c17.673 0 32 14.327 32 32v0 32h-192v-32c0-17.673 14.327-32 32-32v0zM672 640h-320v-32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM352 704h192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h64v160h-320zM800 864h-64v-256c0-53.019-42.981-96-96-96v0h-256c-53.019 0-96 42.981-96 96v0 256h-64v-480c0-88.366 71.634-160 160-160v0h256c88.366 0 160 71.634 160 160v0 480zM608 352c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["backpack-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30873, "id": 1107, "name": "backpack-duotone", "prevSize": 16, "code": 59928, "codes": [59928, 59929] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 140 + }, + { + "icon": { + "paths": [ + "M896 224v576c0 17.673-14.327 32-32 32v0h-589.88c-0.003 0-0.006 0-0.010 0-11.586 0-21.734-6.158-27.35-15.379l-0.080-0.141-182.68-304.48 182.68-304.48c5.696-9.362 15.844-15.52 27.43-15.52 0.003 0 0.007 0 0.010 0l589.879-0c17.673 0 32 14.327 32 32v0z", + "M864 160h-589.88c-23.17 0.069-43.45 12.378-54.72 30.798l-0.16 0.282-182.68 304.44c-2.87 4.703-4.57 10.393-4.57 16.48s1.699 11.777 4.65 16.621l-0.080-0.141 182.68 304.44c11.43 18.702 31.71 31.011 54.87 31.080l0.010 0h589.88c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM246.68 816.48l27.44-16.48zM864 800h-589.88l-172.8-288 172.8-288h589.88zM425.36 585.36l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["backspace-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30874, "id": 1106, "name": "backspace-duotone", "prevSize": 16, "code": 59930, "codes": [59930, 59931] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 141 + }, + { + "icon": { + "paths": [ + "M896 320v480c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 256h-160c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-160c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM864 800h-704v-480h160v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h256v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bag-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30875, "id": 1105, "name": "bag-duotone", "prevSize": 16, "code": 59932, "codes": [59932, 59933] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 142 + }, + { + "icon": { + "paths": [ + "M896 320v480c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 256h-160c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-160c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM864 800h-704v-480h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bag-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30876, "id": 1104, "name": "bag-simple-duotone", "prevSize": 16, "code": 59934, "codes": [59934, 59935] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 143 + }, + { + "icon": { + "paths": [ + "M551.56 796.52v0l56.44 131.48h-192l56.36-131.48c-158-27.8-280.36-217.2-280.36-380.52 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 163.32-122.36 352.72-280.44 380.52z", + "M512 64c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0 93.72 37.6 197.68 100.52 278 48.32 61.64 106 104 167.64 124.36l-41.56 97.040c-1.634 3.715-2.585 8.047-2.585 12.6 0 17.668 14.318 31.991 31.984 32l192.001 0c17.667-0.009 31.985-14.332 31.985-32 0-4.553-0.951-8.885-2.665-12.806l0.080 0.206-41.4-97.040c61.6-20.28 119.32-62.72 167.64-124.36 62.76-80.32 100.36-184.28 100.36-278-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM559.48 896h-94.96l27.76-64.76c6.56 0.48 13.12 0.76 19.72 0.76s13.16-0.28 19.72-0.76zM713.080 654.52c-57.32 73.2-128.72 113.48-201.080 113.48s-143.76-40.28-201.080-113.48c-54.44-69.44-86.92-158.52-86.92-238.52 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 80-32.48 169.080-86.92 238.52zM709.080 415.56c-1.513 0.259-3.27 0.419-5.059 0.44l-0.021 0c-15.791-0.021-28.9-11.477-31.493-26.53l-0.027-0.19c-12.451-68.253-65.468-121.269-132.708-133.566l-1.012-0.154c-15.398-2.497-27.013-15.697-27.013-31.609 0-17.673 14.327-32 32-32 1.969 0 3.897 0.178 5.768 0.518l-0.196-0.030c95.090 17.324 168.956 91.189 186.067 184.872l0.213 1.408c0.278 1.585 0.437 3.41 0.437 5.272 0 15.821-11.482 28.961-26.568 31.541l-0.189 0.027z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["balloon-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30877, "id": 1103, "name": "balloon-duotone", "prevSize": 16, "code": 59936, "codes": [59936, 59937] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 144 + }, + { + "icon": { + "paths": [ + "M826.52 378.52l-133.52 133.48-181-181 133.48-133.52c23.166-23.166 55.17-37.495 90.52-37.495 70.701 0 128.015 57.314 128.015 128.015 0 35.35-14.329 67.354-37.495 90.52v0zM197.48 645.48c-23.166 23.166-37.495 55.17-37.495 90.52 0 70.701 57.314 128.015 128.015 128.015 35.35 0 67.354-14.329 90.52-37.495v0l133.48-133.52-181-181zM331 512l181-181-133.48-133.52c-23.166-23.166-55.17-37.495-90.52-37.495-70.701 0-128.015 57.314-128.015 128.015 0 35.35 14.329 67.354 37.495 90.52l-0-0zM693 512l-181 181 133.48 133.52c23.166 23.166 55.17 37.495 90.52 37.495 70.701 0 128.015-57.314 128.015-128.015 0-35.35-14.329-67.354-37.495-90.52l0 0z", + "M738.28 512l110.84-110.88c30.136-29.135 48.846-69.926 48.846-115.086 0-88.366-71.634-160-160-160-45.16 0-85.951 18.71-115.043 48.801l-0.043 0.045-110.88 110.84-110.88-110.84c-29.135-30.136-69.926-48.846-115.086-48.846-88.366 0-160 71.634-160 160 0 45.16 18.71 85.951 48.801 115.043l0.045 0.043 110.84 110.88-110.84 110.88c-30.136 29.135-48.846 69.926-48.846 115.086 0 88.366 71.634 160 160 160 45.16 0 85.951-18.71 115.043-48.801l0.043-0.045 110.88-110.84 110.88 110.84c29.135 30.136 69.926 48.846 115.086 48.846 88.366 0 160-71.634 160-160 0-45.16-18.71-85.951-48.801-115.043l-0.045-0.043zM668 220c17.403-17.403 41.444-28.167 68-28.167 53.111 0 96.167 43.055 96.167 96.167 0 26.556-10.764 50.597-28.167 68l-110.88 110.88-135.88-135.88zM647.64 512l-135.64 135.76-135.76-135.76 135.76-135.76zM220 356v0c-17.403-17.403-28.167-41.444-28.167-68 0-53.111 43.055-96.167 96.167-96.167 26.556 0 50.597 10.764 68 28.167l110.88 110.88-135.88 135.88zM356 804c-17.403 17.403-41.444 28.167-68 28.167-53.111 0-96.167-43.055-96.167-96.167 0-26.556 10.764-50.597 28.167-68l110.88-110.88 135.76 135.76zM804 804c-17.384 17.443-41.432 28.236-68 28.236s-50.616-10.793-67.997-28.233l-0.003-0.003-110.88-110.88 135.76-135.76 111.12 110.64c17.443 17.384 28.236 41.432 28.236 68s-10.793 50.616-28.233 67.997l-0.003 0.003zM464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bandaids-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30878, "id": 1102, "name": "bandaids-duotone", "prevSize": 16, "code": 59938, "codes": [59938, 59939] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 145 + }, + { + "icon": { + "paths": [ + "M928 384h-832l416-256z", + "M96 416h96v256h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-256h96c17.659-0.018 31.968-14.338 31.968-32 0-11.458-6.022-21.509-15.073-27.162l-0.135-0.078-416-256c-4.768-2.976-10.558-4.74-16.76-4.74s-11.992 1.764-16.895 4.819l0.135-0.079-416 256c-9.186 5.731-15.208 15.782-15.208 27.24 0 17.662 14.308 31.982 31.966 32l0.002 0zM256 416h128v256h-128zM576 416v256h-128v-256zM768 672h-128v-256h128zM512 165.56l302.96 186.44h-605.92zM992 832c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h896c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bank-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30879, "id": 1101, "name": "bank-duotone", "prevSize": 16, "code": 59940, "codes": [59940, 59941] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 146 + }, + { + "icon": { + "paths": [ + "M384 256v512c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM768 224h-96c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0z", + "M992 480h-32v-128c0-35.346-28.654-64-64-64v0h-64v-32c0-35.346-28.654-64-64-64v0h-96c-35.346 0-64 28.654-64 64v0 224h-192v-224c0-35.346-28.654-64-64-64v0h-96c-35.346 0-64 28.654-64 64v0 32h-64c-35.346 0-64 28.654-64 64v0 128h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v128c0 35.346 28.654 64 64 64v0h64v32c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-224h192v224c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-32h64c35.346 0 64-28.654 64-64v0-128h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM128 672v-320h64v320zM352 768h-96v-512h96v512zM768 768h-96v-512h96v447.32c0 0.24 0 0.44 0 0.68s0 0.48 0 0.68v63.32zM896 672h-64v-320h64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["barbell-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30880, "id": 1100, "name": "barbell-duotone", "prevSize": 16, "code": 59942, "codes": [59942, 59943] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 147 + }, + { + "icon": { + "paths": [ + "M896 192v640h-768v-640z", + "M928 192v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM288 800h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 640c-17.673 0-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM128 384c17.673 0 32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM320 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM736 672v-320c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0zM576 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM448 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["barcode-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30881, "id": 1099, "name": "barcode-duotone", "prevSize": 16, "code": 59944, "codes": [59944, 59945] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 148 + }, + { + "icon": { + "paths": [ + "M928 320v272l-304-304h272c17.673 0 32 14.327 32 32v0zM128 288c-17.673 0-32 14.327-32 32v0 16l304 304h288l-352-352z", + "M896 256h-768c-35.346 0-64 28.654-64 64v0 288c0 35.346 28.654 64 64 64v0h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h448v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h96c35.346 0 64-28.654 64-64v0-288c0-35.346-28.654-64-64-64v0zM896 514.76l-194.76-194.76h194.76zM322.76 320l288 288h-197.52l-285.24-285.24v-2.76zM128 413.24l194.76 194.76h-194.76zM896 608h-194.76l-288-288h197.52l285.24 285.28v2.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["barricade-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30882, "id": 1098, "name": "barricade-duotone", "prevSize": 16, "code": 59946, "codes": [59946, 59947] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 149 + }, + { + "icon": { + "paths": [ + "M896 608v128c-0.021 35.331-28.667 63.963-64 63.963-14.27 0-27.449-4.67-38.092-12.566l0.172 0.122c-63.96-46.48-158.080-83.52-282.080-83.52s-218.12 37.040-282.080 83.52c-10.471 7.773-23.65 12.443-37.92 12.443-35.333 0-63.979-28.633-64-63.962l-0-0.002v-128c105.629-79.912 239.199-128 384-128s278.371 48.088 385.61 129.166l-1.61-1.166z", + "M512 96c-229.641 0.273-415.727 186.359-416 415.974l-0 0.026v224c0 53.019 42.981 96 96 96v0c21.333-0.037 41.034-6.994 56.986-18.747l-0.266 0.187c48.6-35.32 133.68-77.44 263.28-77.44s214.68 42.080 263.24 77.4c15.683 11.606 35.407 18.577 56.76 18.577 53.011 0 95.987-42.968 96-95.976l0-0.001v-224c-0.273-229.641-186.359-415.727-415.974-416l-0.026-0zM864 512v35.48c-47.106-29.644-101.441-54.466-159.060-71.675l-4.7-1.205c-13.364-116.112-54.639-220.528-116.899-309.13l1.419 2.13c160.532 35.032 279.001 175.847 279.24 344.373l0 0.027zM512 177.080c61.481 78.339 104.568 173.942 121.147 278.374l0.453 3.466c-36.585-6.946-78.668-10.92-121.68-10.92s-85.094 3.973-125.903 11.573l4.223-0.653c17.238-107.886 60.353-203.456 122.773-283.183l-1.013 1.343zM439.24 167.6c-60.847 86.483-102.123 190.914-115.188 303.939l-0.292 3.101c-62.318 18.414-116.653 43.236-166.536 74.503l2.776-1.623v-35.52c0.239-168.553 118.708-309.368 276.908-343.972l2.332-0.428zM846.64 764.44c-4.261 2.243-9.31 3.56-14.668 3.56-7.193 0-13.831-2.373-19.175-6.379l0.083 0.060c-56.24-40.88-154.080-89.68-300.88-89.68s-244.64 48.8-300.88 89.68c-5.261 3.946-11.899 6.32-19.092 6.32-5.357 0-10.407-1.316-14.843-3.644l0.176 0.084c-10.369-5.183-17.365-15.719-17.365-27.89 0-0.193 0.002-0.386 0.005-0.579l-0 0.029v-111.72c97.844-70.2 220.011-112.258 352-112.258s254.156 42.058 353.829 113.504l-1.829-1.246v111.72c0.003 0.164 0.005 0.356 0.005 0.55 0 12.171-6.996 22.708-17.185 27.809l-0.18 0.081z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["baseball-cap-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30883, "id": 1097, "name": "baseball-cap-duotone", "prevSize": 16, "code": 59948, "codes": [59948, 59949] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 150 + }, + { + "icon": { + "paths": [ + "M242.64 238.32c70.801 69.542 114.68 166.289 114.68 273.284 0 0.139-0 0.278-0 0.417l0-0.022c0 0.117 0 0.257 0 0.396 0 106.996-43.879 203.743-114.623 273.229l-0.057 0.056c-70.784-69.698-114.639-166.568-114.639-273.68s43.856-203.982 114.59-273.632l0.049-0.048zM781.36 238.32c-70.784 69.698-114.639 166.568-114.639 273.68s43.856 203.982 114.59 273.632l0.049 0.048c70.784-69.698 114.639-166.568 114.639-273.68s-43.856-203.982-114.59-273.632l-0.049-0.048z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM288.36 783.64c3.28-4 6.56-7.72 9.68-11.64 4.368-5.428 7.011-12.405 7.011-20 0-17.69-14.341-32.031-32.031-32.031-10.096 0-19.101 4.671-24.972 11.969l-0.048 0.062-5.36 6.48c-51.465-60.712-82.757-139.942-82.757-226.48s31.292-165.768 83.179-226.99l-0.422 0.51 5.36 6.48c5.919 7.361 14.924 12.031 25.020 12.031 17.69 0 32.031-14.341 32.031-32.031 0-7.595-2.643-14.572-7.060-20.062l0.048 0.062c-3.12-4-6.4-8-9.68-11.64 60.26-50.014 138.406-80.364 223.64-80.364s163.38 30.349 224.22 80.831l-0.58-0.467c-3.28 4-6.56 7.68-9.68 11.64-4.368 5.428-7.011 12.405-7.011 20 0 17.69 14.341 32.031 32.031 32.031 10.096 0 19.101-4.671 24.972-11.969l0.048-0.062 5.36-6.48c51.465 60.712 82.757 139.942 82.757 226.48s-31.292 165.768-83.179 226.99l0.422-0.51-5.36-6.48c-5.901-7.795-15.161-12.78-25.585-12.78-17.673 0-32 14.327-32 32 0 7.952 2.9 15.226 7.701 20.823l-0.036-0.043c3.12 4 6.4 7.8 9.68 11.64-60.26 50.014-138.406 80.364-223.64 80.364s-163.38-30.349-224.22-80.831l0.58 0.467zM383.56 581.28c-4.526 26.533-10.748 49.869-18.837 72.314l0.917-2.914c-4.53 12.536-16.328 21.334-30.18 21.334-17.681 0-32.014-14.333-32.014-32.014 0-3.828 0.672-7.5 1.905-10.903l-0.071 0.223c6.092-16.515 11.357-36.22 14.864-56.527l0.296-2.073c2.497-15.398 15.697-27.013 31.609-27.013 17.673 0 32 14.327 32 32 0 1.969-0.178 3.897-0.518 5.768l0.030-0.196zM383.56 442.72c0.279 1.587 0.438 3.414 0.438 5.279 0 15.808-11.462 28.938-26.528 31.534l-0.19 0.027c-1.581 0.27-3.408 0.43-5.27 0.44l-0.010 0c-15.791-0.021-28.9-11.477-31.493-26.53l-0.027-0.19c-3.803-22.38-9.068-42.085-15.928-61.026l0.768 2.426c-1.162-3.18-1.834-6.852-1.834-10.68 0-17.681 14.333-32.014 32.014-32.014 13.852 0 25.65 8.798 30.109 21.111l0.071 0.223c7.16 19.533 13.369 42.871 17.524 66.912l0.356 2.488zM699.2 670.16c-3.179 1.162-6.85 1.834-10.677 1.834-13.842 0-25.632-8.789-30.092-21.091l-0.071-0.223c-7.172-19.531-13.394-42.867-17.562-66.907l-0.358-2.493c-0.311-1.675-0.489-3.603-0.489-5.573 0-17.673 14.327-32 32-32 15.912 0 29.112 11.614 31.584 26.828l0.025 0.184c3.803 22.38 9.068 42.085 15.928 61.026l-0.768-2.426c1.159 3.176 1.829 6.842 1.829 10.664 0 13.856-8.806 25.654-21.126 30.105l-0.223 0.070zM640.44 442.72c4.526-26.533 10.748-49.869 18.837-72.314l-0.917 2.914c4.53-12.536 16.328-21.334 30.18-21.334 17.681 0 32.014 14.333 32.014 32.014 0 3.828-0.672 7.5-1.905 10.903l0.071-0.223c-6.092 16.515-11.357 36.22-14.864 56.527l-0.296 2.073c-2.622 15.257-15.752 26.719-31.56 26.72l-0 0c-1.885-0.008-3.726-0.168-5.519-0.468l0.199 0.028c-15.238-2.64-26.68-15.761-26.68-31.555 0-1.867 0.16-3.696 0.467-5.476l-0.027 0.19z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["baseball-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30884, "id": 1096, "name": "baseball-duotone", "prevSize": 16, "code": 59950, "codes": [59950, 59951] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 151 + }, + { + "icon": { + "paths": [ + "M240 783.52v0l0.48 0.48zM240 240v0c-69.215 69.702-111.993 165.735-111.993 271.76s42.778 202.058 112.015 271.782l-0.022-0.022c69.212-69.498 112-165.355 112-271.206 0-0.195-0-0.39-0-0.584l0 0.031c0-0.165 0-0.359 0-0.554 0-105.852-42.789-201.709-112.014-271.22l0.013 0.013zM784 240v0c-69.215 69.702-111.993 165.735-111.993 271.76s42.778 202.058 112.015 271.782l-0.022-0.022c69.215-69.702 111.993-165.735 111.993-271.76s-42.778-202.058-112.015-271.782l0.022 0.022zM784 783.52v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM161.48 544h157.040c-6.696 73.464-35.235 139.219-78.982 191.892l0.462-0.572c-43.212-52.137-71.734-117.87-78.416-189.938l-0.104-1.382zM544 480v-318.52c74.98 6.978 141.959 36.611 195.219 81.894l-0.499-0.414c-54.836 63.96-90.544 145.767-97.434 235.639l-0.086 1.401zM480 480h-97.2c-6.976-91.273-42.683-173.079-97.985-237.596l0.465 0.556c52.761-44.869 119.74-74.502 193.33-81.375l1.39-0.105zM318.52 480h-157.040c6.786-73.45 35.308-139.183 78.989-191.902l-0.469 0.582c43.284 52.101 71.823 117.856 78.419 189.957l0.101 1.363zM382.8 544h97.2v318.52c-74.98-6.978-141.959-36.611-195.219-81.894l0.499 0.414c54.829-63.964 90.535-145.769 97.434-235.638l0.086-1.402zM544 544h97.2c6.985 91.271 42.691 173.076 97.986 237.597l-0.466-0.557c-52.761 44.869-119.74 74.502-193.33 81.375l-1.39 0.105zM705.48 544h157.040c-6.786 73.45-35.308 139.183-78.989 191.902l0.469-0.582c-43.284-52.101-71.823-117.856-78.419-189.957l-0.101-1.363zM705.48 480c6.696-73.464 35.235-139.219 78.982-191.892l-0.462 0.572c43.212 52.137 71.734 117.87 78.416 189.938l0.104 1.382z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["basketball-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30885, "id": 1095, "name": "basketball-duotone", "prevSize": 16, "code": 59952, "codes": [59952, 59953] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 152 + }, + { + "icon": { + "paths": [ + "M927.72 388.24l-55.48 416c-2.166 15.755-15.54 27.76-31.718 27.76-0.001 0-0.002-0-0.002-0l-657.040 0c-0.001 0-0.001 0-0.002 0-16.178 0-29.552-12.005-31.699-27.593l-0.019-0.167-55.48-416c-0.18-1.274-0.282-2.745-0.282-4.24 0-17.673 14.327-32 32-32 0.001 0 0.001 0 0.002 0l768-0c0.001-0 0.001-0 0.002-0 17.673 0 32 14.327 32 32 0 1.495-0.103 2.966-0.301 4.407l0.019-0.167z", + "M544 480v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM959.44 392.44l-55.44 416.040c-4.332 31.509-31.080 55.52-63.436 55.52-0.016 0-0.031-0-0.047-0l-657.038 0c-0.013 0-0.029 0-0.044 0-32.356 0-59.104-24.011-63.398-55.186l-0.038-0.334-55.48-416c-0.359-2.547-0.564-5.49-0.564-8.48 0-35.346 28.654-64 64-64 0.016 0 0.031 0 0.047 0l145.478-0 214.52-245.080c5.892-6.658 14.458-10.834 24-10.834s18.108 4.176 23.971 10.8l0.029 0.034 214.52 245.080h145.48c35.329 0.023 63.959 28.668 63.959 64 0 2.976-0.203 5.905-0.596 8.773l0.037-0.333zM358.52 320h306.96l-153.48-175.4zM896 384h-768l55.48 416h657.040zM691.36 476.8l-22.4 224c-0.113 1.008-0.177 2.176-0.177 3.359 0 16.552 12.567 30.169 28.68 31.83l0.137 0.011c0.484 0.028 1.050 0.044 1.62 0.044s1.136-0.016 1.698-0.048l-0.078 0.003c16.529-0.021 30.121-12.571 31.788-28.663l0.012-0.137 22.4-224c0.102-0.96 0.16-2.073 0.16-3.2 0-17.673-14.327-32-32-32-16.546 0-30.16 12.558-31.828 28.663l-0.012 0.137zM332.64 476.8c-1.68-16.242-15.294-28.8-31.84-28.8-17.673 0-32 14.327-32 32 0 1.127 0.058 2.24 0.172 3.337l-0.012-0.137 22.4 224c1.68 16.242 15.293 28.8 31.84 28.8 0.056 0 0.113-0 0.169-0l-0.009 0c0.484 0.028 1.050 0.044 1.62 0.044s1.136-0.016 1.698-0.048l-0.078 0.003c16.242-1.68 28.8-15.293 28.8-31.84 0-1.127-0.058-2.241-0.172-3.338l0.012 0.137z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["basket-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30886, "id": 1094, "name": "basket-duotone", "prevSize": 16, "code": 59954, "codes": [59954, 59955] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 153 + }, + { + "icon": { + "paths": [ + "M960 448v128c0 106.039-85.961 192-192 192v0h-512c-106.039 0-192-85.961-192-192v0-128c0-17.673 14.327-32 32-32v0h448v160h256v-160h128c17.673 0 32 14.327 32 32v0z", + "M928 384h-96c0-17.673-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32v0h-256v-176c0-26.51 21.49-48 48-48v0c0.060-0 0.132-0 0.203-0 23.438 0 43.091 16.204 48.367 38.021l0.069 0.34c3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-11.293-51.591-56.596-89.641-110.786-89.641-0.202 0-0.403 0.001-0.605 0.002l0.031-0c-61.856 0-112 50.144-112 112v0 176h-96c-35.346 0-64 28.654-64 64v0 128c0.137 123.657 100.343 223.863 223.987 224l0.013 0v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h384v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c123.657-0.137 223.863-100.343 224-223.987l0-0.013v-128c0-35.346-28.654-64-64-64v0zM768 416v128h-192v-128zM928 576c0 88.366-71.634 160-160 160v0h-512c-88.366 0-160-71.634-160-160v0-128h416v128c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-128h96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bathtub-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30887, "id": 1093, "name": "bathtub-duotone", "prevSize": 16, "code": 59956, "codes": [59956, 59957] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 154 + }, + { + "icon": { + "paths": [ + "M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z", + "M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM555.24 495.16c3.004 4.785 4.786 10.601 4.786 16.834 0 5.222-1.251 10.153-3.47 14.507l0.084-0.182-64 128c-5.374 10.579-16.175 17.7-28.64 17.7-17.684 0-32.020-14.336-32.020-32.020 0-5.22 1.249-10.148 3.464-14.502l-0.084 0.182 40.88-81.68h-76.24c-0.007 0-0.015 0-0.023 0-17.673 0-32-14.327-32-32 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182 64-128c5.374-10.579 16.175-17.7 28.64-17.7 17.684 0 32.020 14.336 32.020 32.020 0 5.22-1.249 10.148-3.464 14.502l0.084-0.182-40.88 81.68h76.24c0.009-0 0.019-0 0.029-0 11.438 0 21.474 6.001 27.132 15.026l0.078 0.134z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-charging-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30888, + "id": 1092, + "name": "battery-charging-duotone", + "prevSize": 16, + "code": 59958, + "codes": [59958, 59959] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 155 + }, + { + "icon": { + "paths": [ + "M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z", + "M603.24 527.16c3.004 4.785 4.786 10.601 4.786 16.834 0 5.222-1.251 10.153-3.47 14.507l0.084-0.182-64 128c-5.374 10.579-16.175 17.7-28.64 17.7-17.684 0-32.020-14.336-32.020-32.020 0-5.22 1.249-10.148 3.464-14.502l-0.084 0.182 40.88-81.68h-76.24c-0.007 0-0.015 0-0.023 0-17.673 0-32-14.327-32-32 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182 64-128c5.374-10.579 16.175-17.7 28.64-17.7 17.684 0 32.020 14.336 32.020 32.020 0 5.22-1.249 10.148-3.464 14.502l0.084-0.182-40.88 81.68h76.24c0.009-0 0.019-0 0.029-0 11.438 0 21.474 6.001 27.132 15.026l0.078 0.134zM384 64h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-charging-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30889, + "id": 1091, + "name": "battery-charging-vertical-duotone", + "prevSize": 16, + "code": 59960, + "codes": [59960, 59961] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 156 + }, + { + "icon": { + "paths": [ + "M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z", + "M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-empty-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30890, "id": 1090, "name": "battery-empty-duotone", "prevSize": 16, "code": 59962, "codes": [59962, 59963] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 157 + }, + { + "icon": { + "paths": [ + "M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z", + "M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM736 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM576 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM416 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-full-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30891, "id": 1089, "name": "battery-full-duotone", "prevSize": 16, "code": 59964, "codes": [59964, 59965] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 158 + }, + { + "icon": { + "paths": [ + "M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z", + "M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM576 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM416 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-high-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30892, "id": 1088, "name": "battery-high-duotone", "prevSize": 16, "code": 59966, "codes": [59966, 59967] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 159 + }, + { + "icon": { + "paths": [ + "M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z", + "M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-low-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30893, "id": 1087, "name": "battery-low-duotone", "prevSize": 16, "code": 59968, "codes": [59968, 59969] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 160 + }, + { + "icon": { + "paths": [ + "M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z", + "M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM416 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-medium-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30894, + "id": 1086, + "name": "battery-medium-duotone", + "prevSize": 16, + "code": 59970, + "codes": [59970, 59971] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 161 + }, + { + "icon": { + "paths": [ + "M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z", + "M608 512c0 17.673-14.327 32-32 32v0h-80v80c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-80h-80c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h80v-80c0-17.673 14.327-32 32-32s32 14.327 32 32v0 80h80c17.673 0 32 14.327 32 32v0zM896 320v384c0 53.019-42.981 96-96 96v0h-672c-53.019 0-96-42.981-96-96v0-384c0-53.019 42.981-96 96-96v0h672c53.019 0 96 42.981 96 96v0zM832 320c0-17.673-14.327-32-32-32v0h-672c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h672c17.673 0 32-14.327 32-32v0zM992 352c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30895, "id": 1085, "name": "battery-plus-duotone", "prevSize": 16, "code": 59972, "codes": [59972, 59973] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 162 + }, + { + "icon": { + "paths": [ + "M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z", + "M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM624 528h-80v-80c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 80h-80c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h80v80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-80h80c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-plus-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30896, + "id": 1084, + "name": "battery-plus-vertical-duotone", + "prevSize": 16, + "code": 59974, + "codes": [59974, 59975] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 163 + }, + { + "icon": { + "paths": [ + "M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z", + "M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-vertical-empty-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30897, + "id": 1083, + "name": "battery-vertical-empty-duotone", + "prevSize": 16, + "code": 59976, + "codes": [59976, 59977] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 164 + }, + { + "icon": { + "paths": [ + "M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z", + "M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 288h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 448h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 608h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-vertical-full-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30898, + "id": 1082, + "name": "battery-vertical-full-duotone", + "prevSize": 16, + "code": 59978, + "codes": [59978, 59979] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 165 + }, + { + "icon": { + "paths": [ + "M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z", + "M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 448h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 608h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-vertical-high-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30899, + "id": 1081, + "name": "battery-vertical-high-duotone", + "prevSize": 16, + "code": 59980, + "codes": [59980, 59981] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 166 + }, + { + "icon": { + "paths": [ + "M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z", + "M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-vertical-low-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30900, + "id": 1080, + "name": "battery-vertical-low-duotone", + "prevSize": 16, + "code": 59982, + "codes": [59982, 59983] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 167 + }, + { + "icon": { + "paths": [ + "M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z", + "M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 608h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-vertical-medium-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30901, + "id": 1079, + "name": "battery-vertical-medium-duotone", + "prevSize": 16, + "code": 59984, + "codes": [59984, 59985] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 168 + }, + { + "icon": { + "paths": [ + "M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z", + "M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM432 496v-112c0-17.673 14.327-32 32-32s32 14.327 32 32v0 112c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-warning-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30902, + "id": 1078, + "name": "battery-warning-duotone", + "prevSize": 16, + "code": 59986, + "codes": [59986, 59987] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 169 + }, + { + "icon": { + "paths": [ + "M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z", + "M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM512 576c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM512 640c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["battery-warning-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30903, + "id": 1077, + "name": "battery-warning-vertical-duotone", + "prevSize": 16, + "code": 59988, + "codes": [59988, 59989] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 170 + }, + { + "icon": { + "paths": [ + "M960 448v224h-544v-352h416c70.692 0 128 57.308 128 128v0z", + "M832 288h-736v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h832v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-88.366-71.634-160-160-160v0zM96 352h288v288h-288zM448 640v-288h384c53.019 0 96 42.981 96 96v0 192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bed-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30904, "id": 1076, "name": "bed-duotone", "prevSize": 16, "code": 59990, "codes": [59990, 59991] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 171 + }, + { + "icon": { + "paths": [ + "M640 640l-224 224-256-256 224-224z", + "M982.64 169.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h0l5.92 5.88-220.68 165.52-152.88 30.6c-6.44 1.32-12.014 4.405-16.362 8.722l0.002-0.002-333.36 333.28c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l165.6 165.6c17.372 17.371 41.371 28.115 67.88 28.115s50.508-10.744 67.88-28.116l333.28-333.24c4.325-4.34 7.412-9.917 8.685-16.154l0.035-0.206 30.6-152.88 165.52-220.68 5.88 5.92c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64h-0zM416 818.76l-210.76-210.76 178.76-178.76 210.76 210.76zM325.48 896c-0.025 0-0.055 0-0.085 0-8.799 0-16.762-3.578-22.514-9.359l-0.001-0.001-165.52-165.52c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l22.64-22.64 210.76 210.76-22.76 22.64c-5.768 5.762-13.724 9.333-22.515 9.36l-0.005 0zM710.4 396.8c-2.755 3.633-4.768 7.983-5.726 12.717l-0.034 0.203-30.12 150.52-34.52 34.52-210.76-210.76 34.52-34.52 150.52-30.12c4.937-0.992 9.287-3.005 12.999-5.817l-0.079 0.057 233.8-175.36 24.76 24.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["beer-bottle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30905, "id": 1075, "name": "beer-bottle-duotone", "prevSize": 16, "code": 59992, "codes": [59992, 59993] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 172 + }, + { + "icon": { + "paths": [ + "M768 288v544c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-544z", + "M416 416v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM576 384c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM960 448v256c0 53.019-42.981 96-96 96v0h-64v32c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-544c0-123.52 114.84-224 256-224 67.080 0 131.64 23.2 179.28 64h44.72c88.366 0 160 71.634 160 160v0 64h64c53.019 0 96 42.981 96 96v0zM228 256h502.48c-13.574-37.596-48.943-63.987-90.478-64l-57.042-0c-8.587-0.001-16.384-3.385-22.131-8.891l0.011 0.011c-36.6-35.12-89.36-55.12-144.84-55.12-92.72 0-170.28 55.040-188 128zM736 832v-63.32c0-0.24 0-0.44 0-0.68s0-0.44 0-0.68v-447.32h-512v512h512zM896 448c0-17.673-14.327-32-32-32v0h-64v320h64c17.673 0 32-14.327 32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["beer-stein-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30906, "id": 1074, "name": "beer-stein-duotone", "prevSize": 16, "code": 59994, "codes": [59994, 59995] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 173 + }, + { + "icon": { + "paths": [ + "M960 608h-320c0-88.366 71.634-160 160-160s160 71.634 160 160v0zM376 496h-16c66.274 0 120-53.726 120-120s-53.726-120-120-120v0h-232v512h248c75.111 0 136-60.889 136-136s-60.889-136-136-136v0z", + "M640 320c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM544 632c0 92.784-75.216 168-168 168v0h-248c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h232c83.878 0.092 151.838 68.11 151.838 152 0 44.271-18.927 84.122-49.13 111.902l-0.108 0.098c49.108 29.913 81.4 83.165 81.4 143.96 0 0.014-0 0.028-0 0.042l0-0.002zM160 464h200c48.601 0 88-39.399 88-88s-39.399-88-88-88v0h-200zM480 632c0-57.438-46.562-104-104-104v0h-216v208h216c57.438 0 104-46.562 104-104v0zM992 608c0 17.673-14.327 32-32 32v0h-284c14.71 55.659 64.612 96.024 123.942 96.024 41.743 0 78.819-19.982 102.185-50.902l0.233-0.322c5.903-7.803 15.169-12.792 25.6-12.792 17.68 0 32.012 14.332 32.012 32.012 0 7.248-2.409 13.934-6.47 19.3l0.058-0.080c-35.402 46.812-90.985 76.747-153.56 76.747-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192 0 0.005-0 0.009-0 0.014l0-0.001zM924 576c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["behance-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30907, "id": 1073, "name": "behance-logo-duotone", "prevSize": 16, "code": 59996, "codes": [59996, 59997] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 174 + }, + { + "icon": { + "paths": [ + "M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z", + "M887.2 703.76c-22.2-38.24-55.2-146.44-55.2-287.76 0-176.731-143.269-320-320-320s-320 143.269-320 320v0c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l163.243 0c15.422 73.536 79.735 127.964 156.76 127.964s141.338-54.428 156.577-126.922l0.183-1.042h163.24c35.309-0.049 63.914-28.684 63.914-64 0-11.88-3.237-23.003-8.876-32.537l0.163 0.297zM512 864c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM192 736c30.8-52.96 64-175.68 64-320 0-141.385 114.615-256 256-256s256 114.615 256 256v0c0 144.2 33.12 266.92 64 320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bell-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30908, "id": 1072, "name": "bell-duotone", "prevSize": 16, "code": 59998, "codes": [59998, 59999] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 175 + }, + { + "icon": { + "paths": [ + "M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-128.76 59.52-272 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 226.4 59.6 272 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z", + "M896 284.4c-4.273 2.258-9.339 3.584-14.715 3.584-12.289 0-22.96-6.927-28.321-17.089l-0.084-0.175c-31.364-61.089-76.859-111.007-132.351-146.742l-1.489-0.898c-9.033-5.763-14.936-15.732-14.936-27.080 0-17.682 14.334-32.016 32.016-32.016 6.334 0 12.239 1.839 17.209 5.013l-0.129-0.077c66.416 42.971 119.546 101.188 155.31 169.89l1.17 2.47c2.258 4.273 3.584 9.339 3.584 14.715 0 12.289-6.927 22.96-17.089 28.321l-0.175 0.084zM142.84 288c12.29-0.005 22.959-6.938 28.316-17.105l0.084-0.175c31.364-61.089 76.859-111.007 132.351-146.742l1.489-0.898c9.033-5.763 14.936-15.732 14.936-27.080 0-17.682-14.334-32.016-32.016-32.016-6.334 0-12.239 1.839-17.209 5.013l0.129-0.077c-66.416 42.971-119.546 101.188-155.31 169.89l-1.17 2.47c-2.26 4.274-3.587 9.342-3.587 14.72 0 17.668 14.319 31.992 31.986 32l0.001 0zM887.24 703.76c5.477 9.237 8.714 20.36 8.714 32.24 0 35.33-28.627 63.974-63.951 64l-163.203 0c-15.344 73.633-79.704 128.16-156.8 128.16s-141.456-54.527-156.618-127.12l-0.182-1.040h-163.2c-35.292-0.072-63.874-28.698-63.874-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c36.040-62.2 55.16-150.64 55.16-255.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 105.080 19.12 193.52 55.24 255.76zM602.48 800h-180.96c13.601 37.561 48.963 63.916 90.48 63.916s76.88-26.355 90.268-63.248l0.212-0.668zM832 736c-42.56-73.080-64-169.96-64-288 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 118.080-21.52 214.96-64 288z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bell-ringing-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30909, "id": 1071, "name": "bell-ringing-duotone", "prevSize": 16, "code": 60000, "codes": [60000, 60001] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 176 + }, + { + "icon": { + "paths": [ + "M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z", + "M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM887.4 768c-11.077 19.249-31.53 32.002-54.963 32.002-0.154 0-0.307-0.001-0.461-0.002l0.024 0h-640c-35.309-0.049-63.914-28.684-63.914-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c22.2-38.24 55.2-146.4 55.2-287.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 141.32 33.040 249.52 55.24 287.76 5.513 9.222 8.773 20.341 8.773 32.222 0 11.798-3.214 22.845-8.815 32.313l0.162-0.295zM832 736c-30.92-53.080-64-175.8-64-320 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 144.24-33.12 266.96-64 320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bell-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30910, "id": 1070, "name": "bell-simple-duotone", "prevSize": 16, "code": 60002, "codes": [60002, 60003] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 177 + }, + { + "icon": { + "paths": [ + "M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-128.76 59.52-272 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 226.4 59.6 272 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z", + "M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM909.56 241.28c-36.923-71.166-90.056-129.374-154.74-171.264l-1.74-1.056c-4.873-3.156-10.831-5.032-17.226-5.032-17.673 0-32 14.327-32 32 0 11.399 5.96 21.406 14.935 27.075l0.132 0.078c56.981 36.633 102.476 86.551 132.852 145.529l0.988 2.111c5.565 9.915 16.012 16.505 27.998 16.505 17.673 0 32-14.327 32-32 0-5.073-1.181-9.871-3.282-14.133l0.084 0.188zM142.84 288c12.29-0.005 22.959-6.938 28.316-17.105l0.084-0.175c31.364-61.089 76.859-111.007 132.351-146.742l1.489-0.898c9.106-5.746 15.066-15.753 15.066-27.152 0-17.673-14.327-32-32-32-6.396 0-12.353 1.876-17.352 5.108l0.125-0.076c-66.424 42.946-119.557 101.154-155.311 169.852l-1.169 2.468c-2.26 4.274-3.587 9.342-3.587 14.72 0 17.668 14.319 31.992 31.986 32l0.001 0zM887.24 703.76c5.477 9.237 8.714 20.36 8.714 32.24 0 35.33-28.627 63.974-63.951 64l-640.003 0c-35.292-0.072-63.874-28.698-63.874-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c36.040-62.2 55.16-150.64 55.16-255.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 105.080 19.12 193.52 55.24 255.76zM832 736c-42.56-73.080-64-169.96-64-288 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 118.080-21.52 214.96-64 288z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bell-simple-ringing-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30911, + "id": 1069, + "name": "bell-simple-ringing-duotone", + "prevSize": 16, + "code": 60004, + "codes": [60004, 60005] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 178 + }, + { + "icon": { + "paths": [ + "M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 66.96 73.68c-27.204 45.92-43.28 101.215-43.28 160.263 0 0.189 0 0.377 0 0.566l-0-0.029c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l538.563 0 77.76 85.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM192 736c30.8-52.96 64-175.68 64-320-0-0.111-0-0.242-0-0.373 0-40.034 9.24-77.911 25.704-111.612l-0.664 1.505 391.32 430.48zM672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM856 717c-3.475 1.388-7.503 2.195-11.718 2.2l-0.002 0c-13.456-0.014-24.967-8.332-29.684-20.104l-0.076-0.216c-29.12-74.12-46.52-179.88-46.52-282.88 0-0.022 0-0.048 0-0.073 0-141.385-114.615-256-256-256-46.432 0-89.976 12.361-127.522 33.972l1.242-0.659c-4.406 2.433-9.658 3.865-15.245 3.865-17.673 0-32-14.327-32-32 0-11.637 6.212-21.824 15.501-27.424l0.144-0.080c45.387-26.201 99.828-41.659 157.88-41.659 176.731 0 320 143.269 320 320 0 0.021-0 0.041-0 0.062l0-0.003c0 141.4 32.2 234.36 42.080 259.52 1.402 3.467 2.215 7.487 2.215 11.698 0 13.46-8.31 24.979-20.079 29.706l-0.215 0.076z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bell-simple-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30912, + "id": 1068, + "name": "bell-simple-slash-duotone", + "prevSize": 16, + "code": 60006, + "codes": [60006, 60007] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 179 + }, + { + "icon": { + "paths": [ + "M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z", + "M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM576 544h-68l94.8-142.24c3.371-4.99 5.381-11.141 5.381-17.761 0-17.673-14.327-32-32-32-0.064 0-0.127 0-0.191 0.001l0.010-0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h68.2l-94.8 142.24c-3.371 4.99-5.381 11.14-5.381 17.76 0 17.666 14.316 31.989 31.98 32l128.001 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM887.36 768c-11.077 19.249-31.53 32.001-54.963 32.001-0.14 0-0.279-0-0.419-0.001l0.021 0h-640c-35.309-0.049-63.914-28.684-63.914-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c22.2-38.24 55.2-146.4 55.2-287.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 141.32 33.040 249.52 55.24 287.76 5.513 9.222 8.773 20.341 8.773 32.222 0 11.798-3.214 22.845-8.815 32.313l0.162-0.295zM832 736c-30.92-53.080-64-175.8-64-320 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 144.24-33.12 266.96-64 320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bell-simple-z-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30913, "id": 1067, "name": "bell-simple-z-duotone", "prevSize": 16, "code": 60008, "codes": [60008, 60009] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 180 + }, + { + "icon": { + "paths": [ + "M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 66.96 73.68c-27.204 45.92-43.28 101.215-43.28 160.263 0 0.189 0 0.377 0 0.566l-0-0.029c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l163.203 0c15.344 73.633 79.704 128.16 156.8 128.16s141.456-54.527 156.618-127.12l0.182-1.040h61.76l77.76 85.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 864c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM192 736c30.8-52.96 64-175.68 64-320-0-0.111-0-0.242-0-0.373 0-40.034 9.24-77.911 25.704-111.612l-0.664 1.505 391.32 430.48zM856 717.080c-3.475 1.388-7.503 2.195-11.718 2.2l-0.002 0c-13.456-0.014-24.967-8.332-29.684-20.104l-0.076-0.216c-29.12-74.2-46.52-179.96-46.52-282.96 0-0.022 0-0.048 0-0.073 0-141.385-114.615-256-256-256-46.432 0-89.976 12.361-127.522 33.972l1.242-0.659c-4.406 2.433-9.658 3.865-15.245 3.865-17.673 0-32-14.327-32-32 0-11.637 6.212-21.824 15.501-27.424l0.144-0.080c45.387-26.201 99.828-41.659 157.88-41.659 176.731 0 320 143.269 320 320 0 0.021-0 0.041-0 0.062l0-0.003c0 141.4 32.2 234.36 42.080 259.52 1.402 3.467 2.215 7.487 2.215 11.698 0 13.46-8.31 24.979-20.079 29.706l-0.215 0.076z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bell-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30914, "id": 1066, "name": "bell-slash-duotone", "prevSize": 16, "code": 60010, "codes": [60010, 60011] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 181 + }, + { + "icon": { + "paths": [ + "M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z", + "M608 576c0 17.673-14.327 32-32 32v0h-128c-17.665-0.011-31.981-14.334-31.981-32 0-6.62 2.010-12.77 5.453-17.874l-0.072 0.114 94.8-142.24h-68.2c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.665 0.011 31.981 14.334 31.981 32 0 6.62-2.010 12.77-5.453 17.874l0.072-0.114-94.6 142.24h68c17.673 0 32 14.327 32 32v0zM887.36 768c-11.077 19.249-31.53 32.001-54.963 32.001-0.14 0-0.279-0-0.419-0.001l0.021 0h-163.24c-15.422 73.536-79.735 127.964-156.76 127.964s-141.338-54.428-156.577-126.922l-0.183-1.042h-163.24c-35.309-0.049-63.914-28.684-63.914-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c22.2-38.24 55.2-146.4 55.2-287.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 141.32 33.040 249.52 55.24 287.76 5.513 9.222 8.773 20.341 8.773 32.222 0 11.798-3.214 22.845-8.815 32.313l0.162-0.295zM602.48 800h-180.96c13.601 37.561 48.963 63.916 90.48 63.916s76.88-26.355 90.268-63.248l0.212-0.668zM832 736c-30.92-53.080-64-175.8-64-320 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 144.24-33.12 266.96-64 320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bell-z-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30915, "id": 1065, "name": "bell-z-duotone", "prevSize": 16, "code": 60012, "codes": [60012, 60013] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 182 + }, + { + "icon": { + "paths": [ + "M608 320c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM160 608c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM864 608c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z", + "M884.28 577.64c-24.869-94.59-82.108-173.087-158.898-224.764l-1.382-0.876h236c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-324c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-324c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h236c-78.172 52.553-135.411 131.050-159.675 222.944l-0.605 2.696c-61.488 10.082-107.831 62.829-107.831 126.401 0 70.692 57.308 128 128 128s128-57.308 128-128c0-54.738-34.36-101.452-82.688-119.749l-0.88-0.293c28.689-96.751 98.928-173.077 189.511-209.471l2.169-0.769c20.828 44.145 64.97 74.147 116.12 74.147s95.292-30.002 115.789-73.368l0.331-0.779c92.654 37.221 162.801 113.534 190.858 207.959l0.582 2.281c-49.289 18.548-83.72 65.302-83.72 120.097 0 70.692 57.308 128 128 128s128-57.308 128-128c0-63.518-46.265-116.23-106.936-126.275l-0.745-0.102zM224 704c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM512 384c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM864 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bezier-curve-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30916, "id": 1064, "name": "bezier-curve-duotone", "prevSize": 16, "code": 60014, "codes": [60014, 60015] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 183 + }, + { + "icon": { + "paths": [ + "M992 640c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM192 480c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0z", + "M832 448c-0.025-0-0.054-0-0.084-0-24.307 0-47.554 4.535-68.943 12.804l1.306-0.444-100.56-172.36h104.28c17.673 0 32 14.327 32 32v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019-42.981-96-96-96v0h-160c-17.642 0.041-31.927 14.352-31.927 32 0 5.891 1.592 11.41 4.369 16.151l-0.082-0.151 46.6 80h-229.92l-65.4-112c-5.624-9.612-15.886-15.972-27.636-16l-0.004-0h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h93.64l54.84 94.040-62.84 86.2c-25.099-12.834-54.75-20.355-86.158-20.355-106.326 0-192.52 86.194-192.52 192.52s86.194 192.52 192.52 192.52c106.326 0 192.52-86.194 192.52-192.52 0-52.309-20.862-99.746-54.72-134.444l0.038 0.039 46.36-63.6 124.68 213.6c5.362 10.598 16.17 17.737 28.646 17.737 17.673 0 32-14.327 32-32 0-6.61-2.004-12.752-5.438-17.852l0.072 0.114-121.28-208h229.92l44.76 76.68c-42.221 35.461-68.871 88.278-68.871 147.32 0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192-0.059 0-0.119 0-0.178 0l0.009-0zM320 640c0 0.011 0 0.023 0 0.036 0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128 16.981 0 33.19 3.307 48.018 9.312l-0.858-0.307-73 100c-4.266 5.387-6.844 12.282-6.844 19.778 0 17.673 14.327 32 32 32 10.993 0 20.692-5.544 26.453-13.988l0.071-0.11 73-100c18.148 21.869 29.16 50.228 29.16 81.158 0 0.043-0 0.085-0 0.128l0-0.006zM832 768c-70.65-0.056-127.902-57.342-127.902-128 0-35.531 14.477-67.68 37.854-90.872l0.008-0.008 62.4 106.88c5.362 10.598 16.17 17.737 28.646 17.737 17.673 0 32-14.327 32-32 0-6.61-2.004-12.752-5.438-17.852l0.072 0.114-62.44-107.16c10.447-3.072 22.45-4.84 34.866-4.84 70.692 0 128 57.308 128 128s-57.308 128-128 128c-0.023 0-0.046-0-0.069-0l0.004 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bicycle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30917, "id": 1063, "name": "bicycle-duotone", "prevSize": 16, "code": 60016, "codes": [60016, 60017] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 184 + }, + { + "icon": { + "paths": [ + "M416 672c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM768 512c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0z", + "M948.8 607.48v0c-3.137-8.718-6.306-15.911-9.894-22.852l0.494 1.052-166.36-378.48c-1.661-3.791-3.898-7.028-6.639-9.759l-0.001-0.001c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-5.771 5.777-9.344 13.75-9.36 22.557l-0 0.003v100h-128v-100c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-2.742 2.732-4.979 5.969-6.561 9.56l-0.079 0.2-166.36 378.48c-3.094 5.889-6.263 13.081-8.98 20.492l-0.42 1.308c-7.095 19.233-11.2 41.446-11.2 64.617 0 106.039 85.961 192 192 192s192-85.961 192-192c0-0.006-0-0.012-0-0.018l0 0.001v-288h128v288c-0 0.029-0 0.063-0 0.097 0 106.039 85.961 192 192 192s192-85.961 192-192c0-23.171-4.105-45.384-11.627-65.951l0.427 1.334zM306.84 239c11.055-9.356 25.474-15.043 41.222-15.043 13.417 0 25.869 4.128 36.156 11.184l-0.218-0.141v294.040c-33.779-30.427-78.721-49.039-128.011-49.039-21.142 0-41.484 3.424-60.502 9.748l1.353-0.39zM256 800c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM640 234.96c10.069-6.915 22.522-11.043 35.938-11.043 15.748 0 30.167 5.688 41.316 15.121l-0.094-0.077 110 250.32c-17.656-5.928-37.987-9.348-59.116-9.348-49.305 0-94.26 18.624-128.215 49.22l0.171-0.152zM768 800c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["binoculars-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30918, "id": 1062, "name": "binoculars-duotone", "prevSize": 16, "code": 60018, "codes": [60018, 60019] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 185 + }, + { + "icon": { + "paths": [ + "M928 320l-96 64v96c0 212.077-171.923 384-384 384v0h-416l384-480v-80c-0-0.045-0-0.097-0-0.15 0-114.875 93.125-208 208-208 96.291 0 177.3 65.431 200.99 154.257l0.33 1.453z", + "M704 272c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM500.48 519.4c-5.516-4.642-12.699-7.462-20.54-7.462-9.833 0-18.63 4.435-24.5 11.414l-0.040 0.049-160 192c-4.61 5.507-7.409 12.667-7.409 20.48 0 17.678 14.331 32.009 32.009 32.009 9.865 0 18.687-4.463 24.559-11.479l0.041-0.050 160-192c4.576-5.495 7.354-12.628 7.354-20.41 0-9.838-4.44-18.64-11.425-24.51l-0.049-0.040zM960 320c0 0.006 0 0.013 0 0.021 0 11.053-5.604 20.798-14.126 26.547l-0.114 0.072-81.76 54.48v78.88c-0.25 229.65-186.35 415.75-415.976 416l-416.024 0c-0.006 0-0.013 0-0.020 0-17.673 0-32-14.327-32-32 0-7.596 2.647-14.574 7.068-20.062l-0.048 0.062 377-471.24v-68.76c-0-0.067-0-0.146-0-0.226 0-132.548 107.452-240 240-240 106.714 0 197.162 69.648 228.364 165.968l0.476 1.698 92.92 61.92c8.636 5.821 14.24 15.566 14.24 26.619 0 0.007-0 0.015-0 0.022l0-0.001zM870.32 320l-62.72-41.84c-6.44-4.327-11.163-10.78-13.189-18.336l-0.051-0.224c-20.308-76.414-88.866-131.802-170.36-131.802-97.202 0-176 78.798-176 176 0 0.071 0 0.142 0 0.213l-0-0.011v80c0 0.007 0 0.016 0 0.025 0 7.585-2.639 14.553-7.048 20.037l0.048-0.062-342.44 428h349.44c194.313-0.228 351.772-157.687 352-351.978l0-0.022v-96c-0-0.006-0-0.013-0-0.021 0-11.053 5.604-20.798 14.126-26.547l0.114-0.072z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bird-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30919, "id": 1061, "name": "bird-duotone", "prevSize": 16, "code": 60020, "codes": [60020, 60021] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 186 + }, + { + "icon": { + "paths": [ + "M736 320l-256 192v-384zM480 896l256-192-256-192z", + "M755.2 678.4l-221.88-166.4 221.88-166.4c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058-256-192c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32v0 320l-204.8-153.6c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058 221.88 166.4-221.88 166.4c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 256-192c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058zM512 192l170.68 128-170.68 128zM512 832v-256l170.68 128zM208 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM832 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bluetooth-connected-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30920, + "id": 1060, + "name": "bluetooth-connected-duotone", + "prevSize": 16, + "code": 60022, + "codes": [60022, 60023] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 187 + }, + { + "icon": { + "paths": [ + "M736 320l-256 192v-384zM480 896l256-192-256-192z", + "M755.2 678.4l-221.88-166.4 221.88-166.4c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058-256-192c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32v0 320l-204.8-153.6c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058 221.88 166.4-221.88 166.4c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 256-192c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058zM512 192l170.68 128-170.68 128zM512 832v-256l170.68 128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bluetooth-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30921, "id": 1059, "name": "bluetooth-duotone", "prevSize": 16, "code": 60024, "codes": [60024, 60025] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 188 + }, + { + "icon": { + "paths": [ + "M480 512l256 192-256 192zM480 128v384l256-192z", + "M855.68 842.48l-640-704c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 283.36 311.72-246.88 185.16c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 203.32-152.48 105.8 116.4c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 832v-256l46.92 35.2 100.32 110.36zM448 286.52v-158.52c0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 256 192c7.807 5.9 12.8 15.167 12.8 25.6s-4.993 19.7-12.72 25.542l-0.080 0.058-134.12 100.6c-5.281 3.996-11.96 6.4-19.2 6.4-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 100-75-170.68-128v94.52c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bluetooth-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30922, + "id": 1058, + "name": "bluetooth-slash-duotone", + "prevSize": 16, + "code": 60026, + "codes": [60026, 60027] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 189 + }, + { + "icon": { + "paths": [ + "M480 512l256 192-256 192zM480 128v384l221.88-166.4c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058z", + "M755.2 678.4l-221.88-166.4 93.88-70.4c7.807-5.9 12.8-15.167 12.8-25.6 0-17.673-14.327-32-32-32-7.24 0-13.919 2.404-19.28 6.458l0.080-0.058-76.8 57.6v-256l76.8 57.6c5.281 3.996 11.96 6.4 19.2 6.4 17.673 0 32-14.327 32-32 0-10.433-4.993-19.7-12.72-25.542l-0.080-0.058-128-96c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32v-0 320l-204.8-153.6c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058 221.88 166.4-221.88 166.4c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 256-192c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058zM512 832v-256l170.68 128zM950.64 393.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-73.4 73.36z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bluetooth-x-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30923, "id": 1057, "name": "bluetooth-x-duotone", "prevSize": 16, "code": 60028, "codes": [60028, 60029] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 190 + }, + { + "icon": { + "paths": [ + "M896 503.28v137.12c-58.28 204.28-328.92 275.64-376.76 286.76-2.175 0.533-4.672 0.839-7.24 0.839s-5.065-0.306-7.456-0.884l0.216 0.044c-47.84-11.16-318.48-82.48-376.76-286.76v-137.12c-0-0.013-0-0.027-0-0.042 0-14.053 9.058-25.99 21.655-30.291l0.225-0.067 362.12-120.88 362.12 120.88c12.822 4.368 21.88 16.305 21.88 30.358 0 0.015-0 0.030-0 0.045l0-0.002z", + "M884.24 442.52l-52.24-17.44v-201.080c0-35.346-28.654-64-64-64v0h-224v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-224c-35.346 0-64 28.654-64 64v0 201.080l-52.24 17.44c-25.643 8.735-43.76 32.61-43.76 60.715 0 0.016 0 0.031 0 0.047l-0-0.003v137.12c-0 0.027-0 0.059-0 0.091 0 3.089 0.453 6.073 1.296 8.888l-0.056-0.219c62.88 220.36 344.48 296.24 400.28 309.2 4.351 1.042 9.345 1.64 14.48 1.64s10.129-0.598 14.919-1.727l-0.439 0.087c55.8-12.96 337.4-88.84 400.28-309.2 0.787-2.596 1.24-5.58 1.24-8.669 0-0.032-0-0.064-0-0.096l0 0.005v-137.12c0-0.013 0-0.029 0-0.045 0-28.106-18.117-51.98-43.309-60.582l-0.451-0.134zM256 224h512v179.72l-245.88-82.080c-3.020-1.041-6.5-1.642-10.12-1.642s-7.1 0.601-10.345 1.709l0.225-0.067-245.88 82.080zM864 635.76c-23.12 76-82.2 140.68-175.8 192.48-50.686 28.129-109.382 51.377-171.202 66.711l-4.998 1.049c-66.747-16.402-125.373-39.648-179.746-69.656l3.746 1.896c-93.76-51.8-152.88-116.52-176-192.48v-132.52l320-106.8v275.56c0 17.673 14.327 32 32 32s32-14.327 32-32v0-275.56l320 106.84z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["boat-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30924, "id": 1056, "name": "boat-duotone", "prevSize": 16, "code": 60030, "codes": [60030, 60031] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 191 + }, + { + "icon": { + "paths": [ + "M900.36 409.76c-20.635 23.495-50.738 38.245-84.287 38.245-22.011 0-42.539-6.349-59.852-17.316l0.458 0.271c-4.901-3.206-10.904-5.113-17.352-5.113-8.847 0-16.855 3.59-22.647 9.393l-0 0-281.52 281.52c-5.803 5.793-9.393 13.801-9.393 22.648 0 6.448 1.907 12.451 5.188 17.475l-0.075-0.123c10.657 16.832 16.983 37.324 16.983 59.294 0 61.856-50.144 112-112 112s-112-50.144-112-112c0-6.091 0.486-12.068 1.422-17.895l-0.085 0.641c-5.186 0.851-11.163 1.337-17.254 1.337-61.856 0-112-50.144-112-112s50.144-112 112-112c21.97 0 42.462 6.326 59.754 17.255l-0.461-0.272c4.901 3.206 10.904 5.113 17.352 5.113 8.847 0 16.855-3.59 22.647-9.393l0-0 281.52-281.52c5.803-5.793 9.393-13.801 9.393-22.648 0-6.448-1.907-12.451-5.188-17.475l0.075 0.123c-10.657-16.832-16.983-37.324-16.983-59.294 0-61.856 50.144-112 112-112s112 50.144 112 112c0 6.091-0.486 12.068-1.422 17.895l0.085-0.641c5.24-0.869 11.278-1.365 17.432-1.365 61.856 0 112 50.144 112 112 0 28.35-10.533 54.239-27.899 73.969l0.107-0.124z", + "M926.68 243.56c-23.339-27.962-56.781-46.81-94.646-50.904l-0.634-0.056c-8.196-72.471-69.151-128.271-143.138-128.271-79.529 0-144 64.471-144 144 0 28.129 8.065 54.374 22.009 76.549l-0.351-0.598c0.008 0.048 0.013 0.104 0.013 0.16s-0.005 0.112-0.014 0.166l0.001-0.006-281.24 281.44s0 0-0.4 0c-21.577-13.593-47.822-21.658-75.951-21.658-79.529 0-144 64.471-144 144 0 73.988 55.8 134.943 127.612 143.078l0.659 0.061c8.196 72.471 69.151 128.271 143.138 128.271 79.529 0 144-64.471 144-144 0-28.129-8.065-54.374-22.009-76.549l0.351 0.598c-0.004-0.048-0.006-0.104-0.006-0.16s0.002-0.112 0.006-0.167l-0 0.007 281.4-281.44s0 0 0.4 0c21.757 13.9 48.287 22.155 76.745 22.155 79.529 0 144-64.471 144-144 0-35.398-12.773-67.814-33.961-92.888l0.176 0.213zM876.4 388.64c-14.742 16.816-36.265 27.376-60.255 27.376-15.722 0-30.386-4.536-42.752-12.37l0.328 0.194c-9.71-6.248-21.566-9.961-34.289-9.961-17.661 0-33.651 7.154-45.231 18.721l0.001-0.001-281.6 281.6c-11.509 11.569-18.623 27.52-18.623 45.132 0 12.764 3.737 24.655 10.176 34.64l-0.152-0.252c7.568 11.997 12.059 26.592 12.059 42.237 0 44.183-35.817 80-80 80s-80-35.817-80-80c0-4.319 0.342-8.559 1.001-12.693l-0.060 0.456c0.246-1.491 0.387-3.209 0.387-4.96 0-17.673-14.327-32-32-32-0.009 0-0.019 0-0.028 0l0.001-0c-1.749 0.015-3.452 0.16-5.114 0.426l0.194-0.026c-3.654 0.591-7.867 0.929-12.158 0.929-44.183 0-80-35.817-80-80s35.817-80 80-80c15.546 0 30.056 4.434 42.335 12.107l-0.337-0.196c9.71 6.248 21.566 9.961 34.289 9.961 17.661 0 33.651-7.154 45.231-18.721l-0.001 0.001 281.6-281.6c11.472-11.563 18.561-27.489 18.561-45.070 0-12.723-3.713-24.58-10.114-34.544l0.153 0.254c-7.568-11.997-12.059-26.592-12.059-42.237 0-44.183 35.817-80 80-80s80 35.817 80 80c0 4.319-0.342 8.559-1.001 12.693l0.060-0.456c-0.245 1.486-0.384 3.199-0.384 4.944 0 17.673 14.327 32 32 32 1.745 0 3.458-0.14 5.128-0.409l-0.183 0.024c3.842-0.654 8.267-1.027 12.779-1.027 44.183 0 80 35.817 80 80 0 20.381-7.622 38.983-20.171 53.109l0.071-0.082z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bone-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30925, "id": 1055, "name": "bone-duotone", "prevSize": 16, "code": 60032, "codes": [60032, 60033] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 192 + }, + { + "icon": { + "paths": [ + "M832 128v640h-544c-53.019 0-96 42.981-96 96v0-640c0-53.019 42.981-96 96-96v0h160v384l128-96 128 96v-384z", + "M832 96h-544c-70.692 0-128 57.308-128 128v0 672c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c0-35.346 28.654-64 64-64v0h544c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM480 160h192v288l-76.84-57.6c-5.281-3.996-11.96-6.4-19.2-6.4s-13.919 2.404-19.28 6.458l0.080-0.058-76.76 57.6zM800 736h-512c-0.052-0-0.113-0-0.174-0-23.507 0-45.526 6.373-64.423 17.485l0.597-0.325v-529.16c0-35.346 28.654-64 64-64v0h128v352c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 108.8-81.6 108.84 81.6c5.271 3.988 11.934 6.391 19.158 6.4l0.002 0c5.218-0.008 10.144-1.248 14.506-3.445l-0.186 0.085c10.567-5.373 17.68-16.164 17.68-28.617 0-0.008-0-0.016-0-0.024l0 0.001v-352h64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["book-bookmark-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30926, "id": 1054, "name": "book-bookmark-duotone", "prevSize": 16, "code": 60034, "codes": [60034, 60035] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 193 + }, + { + "icon": { + "paths": [ + "M832 128v640h-544c-53.019 0-96 42.981-96 96v0-640c0-53.019 42.981-96 96-96v0z", + "M832 96h-544c-70.692 0-128 57.308-128 128v0 672c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c0-35.346 28.654-64 64-64v0h544c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM800 736h-512c-0.052-0-0.113-0-0.174-0-23.507 0-45.526 6.373-64.423 17.485l0.597-0.325v-529.16c0-35.346 28.654-64 64-64v0h512z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["book-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30927, "id": 1053, "name": "book-duotone", "prevSize": 16, "code": 60036, "codes": [60036, 60037] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 194 + }, + { + "icon": { + "paths": [ + "M768 704v192l-256-160-256 160v-192l256-160z", + "M736 128h-448c-35.346 0-64 28.654-64 64v0 704c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 239.040-149.4 239.080 149.4c4.804 3.037 10.652 4.839 16.92 4.839 17.659 0 31.977-14.304 32-31.957l0-0.002v-704c0-35.346-28.654-64-64-64v0zM736 192v454.28l-207.080-129.4c-4.813-3.052-10.675-4.864-16.96-4.864s-12.146 1.812-17.091 4.942l0.131-0.078-207 129.36v-454.24zM528.92 708.88c-4.813-3.052-10.675-4.864-16.96-4.864s-12.146 1.812-17.091 4.942l0.131-0.078-207 129.4v-116.56l224-140 224 140v116.56z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bookmark-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30928, "id": 1052, "name": "bookmark-duotone", "prevSize": 16, "code": 60038, "codes": [60038, 60039] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 195 + }, + { + "icon": { + "paths": [ + "M800 160v608l-128-91.4v-388.6c0-17.673-14.327-32-32-32v0h-288v-96c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z", + "M768 96h-384c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 608c-0 0-0 0.001-0 0.001 0 17.673 14.327 32 32 32 6.979 0 13.435-2.234 18.695-6.026l-0.095 0.065 205.4-146.72 205.44 146.72c5.156 3.709 11.599 5.932 18.56 5.932 17.663 0 31.984-14.311 32-31.971l0-0.002v-157.24l77.4 55.28c5.165 3.727 11.621 5.961 18.6 5.961 17.673 0 32-14.327 32-32 0-0-0-0.001-0-0.001l0 0v-608c0-35.346-28.654-64-64-64v0zM640 833.84l-173.44-124c-5.165-3.727-11.621-5.961-18.6-5.961s-13.435 2.234-18.695 6.026l0.095-0.065-173.36 123.96v-545.8h384zM768 705.84l-64-45.84v-372c0-35.346-28.654-64-64-64v0h-256v-64h384z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bookmarks-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30929, "id": 1051, "name": "bookmarks-duotone", "prevSize": 16, "code": 60040, "codes": [60040, 60041] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 196 + }, + { + "icon": { + "paths": [ + "M768 192v704l-256-160-256 160v-704c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0z", + "M736 128h-448c-35.346 0-64 28.654-64 64v0 704c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 239.040-149.4 239.080 149.4c4.804 3.037 10.652 4.839 16.92 4.839 17.659 0 31.977-14.304 32-31.957l0-0.002v-704c0-35.346-28.654-64-64-64v0zM736 838.28l-207.080-129.4c-4.813-3.052-10.675-4.864-16.96-4.864s-12.146 1.812-17.091 4.942l0.131-0.078-207 129.4v-646.28h448z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bookmark-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30930, + "id": 1050, + "name": "bookmark-simple-duotone", + "prevSize": 16, + "code": 60042, + "codes": [60042, 60043] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 197 + }, + { + "icon": { + "paths": [ + "M672 288v608l-224-160-224 160v-608c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z", + "M640 224h-384c-35.346 0-64 28.654-64 64v0 608c-0 0-0 0.001-0 0.001 0 17.673 14.327 32 32 32 6.979 0 13.435-2.234 18.695-6.026l-0.095 0.065 205.4-146.72 205.44 146.72c5.156 3.709 11.599 5.932 18.56 5.932 17.663 0 31.984-14.311 32-31.971l0-0.002v-608c0-35.346-28.654-64-64-64v0zM640 833.84l-173.44-124c-5.165-3.727-11.621-5.961-18.6-5.961s-13.435 2.234-18.695 6.026l0.095-0.065-173.36 123.96v-545.8h384zM832 160v608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-608h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c35.346 0 64 28.654 64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bookmarks-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30931, + "id": 1049, + "name": "bookmarks-simple-duotone", + "prevSize": 16, + "code": 60044, + "codes": [60044, 60045] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 198 + }, + { + "icon": { + "paths": [ + "M928 256v512c0 17.673-14.327 32-32 32v0h-256c-70.692 0-128 57.308-128 128v0c0-70.692-57.308-128-128-128v0h-256c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h256c70.692 0 128 57.308 128 128v0c0-70.692 57.308-128 128-128v0h256c17.673 0 32 14.327 32 32v0z", + "M896 192h-256c-52.165 0-98.5 24.964-127.708 63.598l-0.292 0.402c-29.5-39.036-75.835-64-128-64v0h-256c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h256c53.019 0 96 42.981 96 96v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019 42.981-96 96-96v0h256c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 768h-256v-512h256c53.019 0 96 42.981 96 96v0 448c-26.32-19.976-59.629-32-95.747-32-0.089 0-0.178 0-0.267 0l0.014-0zM896 768h-256c-0.075-0-0.164-0-0.253-0-36.117 0-69.426 12.024-96.142 32.288l0.396-0.288v-448c0-53.019 42.981-96 96-96v0h256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["book-open-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30932, "id": 1048, "name": "book-open-duotone", "prevSize": 16, "code": 60046, "codes": [60046, 60047] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 199 + }, + { + "icon": { + "paths": [ + "M928 256v512c0 17.673-14.327 32-32 32v0h-256c-70.692 0-128 57.308-128 128v0-576c0-70.692 57.308-128 128-128v0h256c17.673 0 32 14.327 32 32v0z", + "M896 192h-256c-52.165 0-98.5 24.964-127.708 63.598l-0.292 0.402c-29.5-39.036-75.835-64-128-64v0h-256c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h256c53.019 0 96 42.981 96 96v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019 42.981-96 96-96v0h256c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 768h-256v-512h256c53.019 0 96 42.981 96 96v0 448c-26.32-19.976-59.629-32-95.747-32-0.089 0-0.178 0-0.267 0l0.014-0zM896 768h-256c-0.075-0-0.164-0-0.253-0-36.117 0-69.426 12.024-96.142 32.288l0.396-0.288v-448c0-53.019 42.981-96 96-96v0h256zM640 352h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM832 512c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM832 640c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["book-open-text-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30933, + "id": 1047, + "name": "book-open-text-duotone", + "prevSize": 16, + "code": 60048, + "codes": [60048, 60049] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 200 + }, + { + "icon": { + "paths": [ + "M192 288h256v448h-256zM762.56 153.56c-3.105-14.681-15.955-25.54-31.341-25.54-2.358 0-4.657 0.255-6.87 0.739l0.212-0.039-187.24 40c-14.588 3.306-25.316 16.16-25.316 31.52 0 2.395 0.261 4.728 0.755 6.974l-0.040-0.214 46.44 221 249.84-53.68z", + "M926.6 778.2l-132.76-631.2c-6.255-29.306-31.927-50.966-62.659-50.966-4.725 0-9.331 0.512-13.765 1.484l0.424-0.078-187.24 40.24c-29.127 6.542-50.562 32.183-50.562 62.831 0 4.663 0.496 9.21 1.439 13.591l-0.076-0.423 132.76 631.2c6.18 29.313 31.78 51.016 62.469 51.12l0.011 0c4.792-0.007 9.459-0.531 13.951-1.52l-0.431 0.080 187.24-40.24c29.137-6.551 50.579-32.205 50.579-62.867 0-4.693-0.502-9.269-1.456-13.677l0.077 0.424zM544 200.6c0-0.24 0-0.36 0-0.36l187.2-40 13.32 63.48-187.2 40.28zM570.48 326.48l187.28-40.2 13.36 63.6-187.12 40.24zM597.040 452.76l187.28-40.24 53.2 252.96-187.28 40.24zM864 791.76l-187.2 40-13.32-63.48 187.2-40.28 13.32 63.4c0 0.24 0 0.36 0 0.36zM416 128h-192c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM224 192h192v64h-192zM224 320h192v384h-192zM416 832h-192v-64h192v64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["books-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30934, "id": 1046, "name": "books-duotone", "prevSize": 16, "code": 60050, "codes": [60050, 60051] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 201 + }, + { + "icon": { + "paths": [ + "M128 672c36.88-128.24 48-354.6 0-480h448c17.673 0 32 14.327 32 32v0 256h160c106.039 0 192 85.961 192 192v0z", + "M768 448h-128v-224c0-35.346-28.654-64-64-64v0h-448c-17.671 0.003-31.995 14.329-31.995 32 0 4.113 0.776 8.045 2.19 11.658l-0.075-0.218c44.24 115.36 35.040 334.84-0.88 459.72-0.776 2.646-1.228 5.688-1.24 8.833l-0 0.007v128c0 35.346 28.654 64 64 64v0h104.44c0.003 0 0.008 0 0.012 0 10.436 0 20.288-2.498 28.992-6.928l-0.363 0.168 50.48-25.24h64.88l50.48 25.24c8.34 4.262 18.193 6.76 28.628 6.76 0.004 0 0.008-0 0.012-0l112.879 0c0.003 0 0.008 0 0.012 0 10.436 0 20.288-2.498 28.992-6.928l-0.363 0.168 50.48-25.24h64.88l50.48 25.24c8.34 4.262 18.193 6.76 28.628 6.76 0.004 0 0.008-0 0.012-0l104.439 0c35.346 0 64-28.654 64-64v0-128c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM576 224v96h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v64h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c77.012 0.097 141.291 54.492 156.615 126.953l0.185 1.047h-755.8c26.96-123.36 32.64-296.68 2.44-416zM823.56 800l-50.48-25.24c-8.34-4.262-18.193-6.76-28.628-6.76-0.004 0-0.008 0-0.012 0l-64.879-0c-0.003-0-0.008-0-0.012-0-10.436 0-20.288 2.498-28.992 6.928l0.363-0.168-50.48 25.24h-112.88l-50.48-25.24c-8.34-4.262-18.193-6.76-28.628-6.76-0.004 0-0.008 0-0.012 0l-64.879-0c-0.003-0-0.008-0-0.012-0-10.436 0-20.288 2.498-28.992 6.928l0.363-0.168-50.48 25.24h-104.44v-96h768v96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["boot-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30935, "id": 1045, "name": "boot-duotone", "prevSize": 16, "code": 60052, "codes": [60052, 60053] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 202 + }, + { + "icon": { + "paths": [ + "M864 192v128c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM320 160h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM832 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM320 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0z", + "M832 384c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 32h-256v-32c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h32v256h-32c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-32h256v32c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0h-32v-256zM704 192h128v128h-128zM192 192h128v63.6c-0.025 0.12-0.040 0.258-0.040 0.4s0.014 0.28 0.042 0.413l-0.002-0.013v63.6h-128zM320 832h-128v-128h128v63.6c-0.025 0.12-0.040 0.258-0.040 0.4s0.014 0.28 0.042 0.413l-0.002-0.013v63.6zM832 832h-128v-128h128zM736 640h-32c-35.346 0-64 28.654-64 64v0 32h-256v-32c0-35.346-28.654-64-64-64v0h-32v-256h32c35.346 0 64-28.654 64-64v0-32h256v32c0 35.346 28.654 64 64 64v0h32z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bounding-box-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30936, "id": 1044, "name": "bounding-box-duotone", "prevSize": 16, "code": 60054, "codes": [60054, 60055] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 203 + }, + { + "icon": { + "paths": [ + "M896 448c0 0.036 0 0.079 0 0.121 0 154.052-90.715 286.917-221.641 348.089l-2.359 0.99v34.8c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-34.8c-133.285-62.162-224-195.027-224-349.079 0-0.043 0-0.085 0-0.128l-0 0.007z", + "M896 416h-33.48c-17.052-180.029-167.469-319.755-350.52-319.755s-333.467 139.726-350.412 318.341l-0.108 1.414h-33.48c-17.673 0-32 14.327-32 32v0c0.304 159.522 90.048 298.012 221.744 368.025l2.256 1.095v14.88c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-14.88c133.952-71.108 223.696-209.598 224-369.078l0-0.042c0-17.673-14.327-32-32-32v0zM693.92 224.92q11 9 21.080 19c-86.166 30.913-155.148 91.911-195.677 170.044l-0.923 1.956h-118c41.023-112.618 147.047-191.638 271.565-191.92l0.035-0c7.32 0 14.64 0.36 21.92 0.92zM757.56 297.72c21.126 33.835 35.577 73.952 40.478 116.967l0.122 1.313h-205.68c38.584-57.306 95.917-99.43 163.064-117.81l2.016-0.47zM512 160c27.051 0.018 53.219 3.77 78.025 10.768l-2.025-0.488c-123.184 31.295-219.081 124.221-254.050 243.221l-0.63 2.499h-107.48c16.786-144.601 138.457-255.819 286.141-256l0.019-0zM658.64 768c-11.093 5.186-18.64 16.25-18.64 29.078 0 0.043 0 0.086 0 0.129l-0-0.007v34.8h-256v-34.8c0-0.036 0-0.079 0-0.122 0-12.827-7.548-23.892-18.444-28.995l-0.196-0.083c-112.504-52.667-191.689-159.828-203.888-286.566l-0.112-1.434h701.16c-12.287 128.149-91.425 235.303-201.719 287.088l-2.161 0.912z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bowl-food-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30937, "id": 1043, "name": "bowl-food-duotone", "prevSize": 16, "code": 60056, "codes": [60056, 60057] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 204 + }, + { + "icon": { + "paths": [ + "M928 512l-224 352h-384l-224-352 224-352h384z", + "M347 177.2l-213.080 334.8 213.080 334.8c3.14 4.864 5.007 10.807 5.007 17.186 0 11.308-5.865 21.246-14.72 26.938l-0.127 0.076c-4.827 3.136-10.731 5-17.071 5-0.031 0-0.063-0-0.094-0l0.005 0c-0.009 0-0.020 0-0.030 0-11.305 0-21.241-5.862-26.934-14.713l-0.076-0.127-224-352c-3.138-4.863-5.003-10.804-5.003-17.18s1.865-12.317 5.079-17.306l-0.076 0.126 224-352c5.771-8.968 15.702-14.822 27-14.822 17.674 0 32.002 14.328 32.002 32.002 0 6.376-1.865 12.317-5.079 17.306l0.076-0.126zM955 494.84l-224-352c-5.771-8.968-15.702-14.822-27-14.822-17.674 0-32.002 14.328-32.002 32.002 0 6.376 1.865 12.317 5.079 17.306l-0.076-0.126 213.080 334.8-213.080 334.8c-3.14 4.864-5.007 10.807-5.007 17.186 0 11.308 5.865 21.246 14.72 26.938l0.127 0.076c4.827 3.136 10.731 5 17.071 5 0.031 0 0.063-0 0.094-0l-0.005 0c0.009 0 0.020 0 0.030 0 11.305 0 21.241-5.862 26.934-14.713l0.076-0.127 224-352c3.118-4.851 4.97-10.774 4.97-17.129 0-6.381-1.868-12.326-5.086-17.318l0.076 0.126z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["brackets-angle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30938, + "id": 1042, + "name": "brackets-angle-duotone", + "prevSize": 16, + "code": 60058, + "codes": [60058, 60059] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 205 + }, + { + "icon": { + "paths": [ + "M960 512c-256 0 0 352-256 352h-384c-256 0 0-352-256-352 256 0 0-352 256-352h384c256 0 0 352 256 352z", + "M172.72 512c13.385 11.065 24.182 24.755 31.69 40.327l0.31 0.713c19.2 39.6 19.2 88 19.2 134.96 0 97.24 4 144 96 144 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-69.92 0-117.28-24.56-140.8-73.040-19.2-39.6-19.2-88-19.2-134.96 0-97.24-4-144-96-144-17.673 0-32-14.327-32-32s14.327-32 32-32v0c92 0 96-46.76 96-144 0-46.88 0-95.36 19.2-134.96 23.6-48.48 70.96-73.040 140.88-73.040 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-92 0-96 46.76-96 144 0 46.88 0 95.36-19.2 134.96-7.841 16.29-18.664 29.98-31.877 40.877l-0.203 0.163zM960 480c-92 0-96-46.76-96-144 0-46.88 0-95.36-19.2-134.96-23.52-48.48-70.88-73.040-140.8-73.040-17.673 0-32 14.327-32 32s14.327 32 32 32v0c92 0 96 46.76 96 144 0 46.88 0 95.36 19.2 134.96 7.818 16.286 18.616 29.975 31.8 40.879l0.2 0.161c-13.385 11.065-24.182 24.755-31.69 40.327l-0.31 0.713c-19.2 39.6-19.2 88-19.2 134.96 0 97.24-4 144-96 144-17.673 0-32 14.327-32 32s14.327 32 32 32v0c69.92 0 117.28-24.56 140.8-73.040 19.2-39.6 19.2-88 19.2-134.96 0-97.24 4-144 96-144 17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["brackets-curly-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30939, + "id": 1041, + "name": "brackets-curly-duotone", + "prevSize": 16, + "code": 60060, + "codes": [60060, 60061] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 206 + }, + { + "icon": { + "paths": [ + "M896 512c0 256-160 352-160 352h-448s-160-96-160-352 160-352 160-352h448s160 96 160 352z", + "M160 512c0 233.16 138.68 321 144.6 324.64 9.332 5.703 15.465 15.835 15.465 27.4 0 17.676-14.329 32.005-32.005 32.005-6.111 0-11.823-1.713-16.68-4.685l0.14 0.080c-7.16-4.32-175.52-108.44-175.52-379.44s168.36-375.12 175.52-379.44c4.597-2.705 10.126-4.304 16.028-4.304 17.673 0 32 14.327 32 32 0 11.367-5.927 21.349-14.858 27.026l-0.13 0.077c-6.4 3.96-144.56 91.92-144.56 324.64zM752.48 132.56c-4.717-2.892-10.429-4.605-16.54-4.605-17.676 0-32.005 14.329-32.005 32.005 0 11.565 6.134 21.697 15.325 27.32l0.14 0.080c5.92 3.64 144.6 91.48 144.6 324.64s-138.68 321-144.48 324.56c-9.367 5.697-15.528 15.849-15.528 27.44 0 17.678 14.331 32.008 32.008 32.008 6.087 0 11.777-1.699 16.621-4.648l-0.141 0.080c7.16-4.32 175.52-108.44 175.52-379.44s-168.36-375.12-175.52-379.44z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["brackets-round-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30940, + "id": 1040, + "name": "brackets-round-duotone", + "prevSize": 16, + "code": 60062, + "codes": [60062, 60063] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 207 + }, + { + "icon": { + "paths": [ + "M864 160v704h-704v-704z", + "M192 192v640h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM864 128h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v640h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["brackets-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30941, + "id": 1039, + "name": "brackets-square-duotone", + "prevSize": 16, + "code": 60064, + "codes": [60064, 60065] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 208 + }, + { + "icon": { + "paths": [ + "M960 496c0 0.018 0 0.039 0 0.061 0 83.098-52.79 153.865-126.663 180.597l-1.337 0.423v26.92c0 88.366-71.634 160-160 160s-160-71.634-160-160v0c0 88.366-71.634 160-160 160s-160-71.634-160-160v0-26.92c-75.3-27.105-128.172-97.918-128.172-181.080s52.871-153.974 126.834-180.658l1.338-0.422v-26.92c0-88.366 71.634-160 160-160s160 71.634 160 160v0c0-88.366 71.634-160 160-160s160 71.634 160 160v0 26.92c75.21 27.154 128 97.922 128 181.019 0 0.021-0 0.043-0 0.064l0-0.003z", + "M992 496c-0.092-88.818-51.76-165.547-126.664-201.856l-1.336-0.584v-5.56c-0.098-105.965-86.022-191.828-192-191.828-66.501 0-125.106 33.809-159.563 85.176l-0.437 0.692c-34.894-52.059-93.499-85.868-160-85.868-105.978 0-191.902 85.863-192 191.819l-0 0.009v5.56c-76.31 36.798-128.030 113.559-128.030 202.4s51.719 165.602 126.692 201.817l1.338 0.583v5.64c0.098 105.965 86.022 191.828 192 191.828 66.501 0 125.106-33.809 159.563-85.176l0.437-0.692c34.894 52.059 93.499 85.868 160 85.868 105.978 0 191.902-85.863 192-191.819l0-0.009v-5.64c76.229-36.867 127.897-113.568 128-202.346l0-0.014zM352 832c-65.838-0.010-120.060-49.724-127.188-113.661l-0.052-0.579c9.375 1.41 20.205 2.224 31.222 2.24l0.018 0h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32c-0.056 0-0.121 0-0.187 0-88.366 0-160-71.634-160-160 0-69.323 44.087-128.348 105.752-150.569l1.115-0.351c12.526-4.529 21.318-16.317 21.32-30.16l0-0v-26.92c0-70.692 57.308-128 128-128s128 57.308 128 128v0 273.040c-33.724-30.426-78.618-49.040-127.859-49.040-0.050 0-0.099 0-0.149 0l0.008-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c70.692 0 128 57.308 128 128s-57.308 128-128 128v0zM768 656h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c11.035-0.016 21.865-0.83 32.454-2.387l-1.214 0.147c-7.18 64.522-61.413 114.24-127.258 114.24-70.692 0-128-57.308-128-128s57.308-128 128-128c0.006 0 0.013 0 0.019 0l-0.001-0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-0.042-0-0.091-0-0.141-0-49.241 0-94.135 18.614-128.028 49.19l0.169-0.15v-273.040c0-70.692 57.308-128 128-128s128 57.308 128 128v0 26.92c0.002 13.843 8.794 25.631 21.097 30.089l0.223 0.071c62.78 22.572 106.867 81.598 106.867 150.92 0 88.366-71.634 160-160 160-0.066 0-0.132-0-0.197-0l0.010 0zM832 448c0 17.673-14.327 32-32 32v0h-16c-79.529 0-144-64.471-144-144v0-16c0-17.673 14.327-32 32-32s32 14.327 32 32v0 16c0 44.183 35.817 80 80 80v0h16c17.673 0 32 14.327 32 32v0zM240 480h-16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h16c44.183 0 80-35.817 80-80v0-16c0-17.673 14.327-32 32-32s32 14.327 32 32v0 16c0 79.529-64.471 144-144 144v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["brain-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30942, "id": 1038, "name": "brain-duotone", "prevSize": 16, "code": 60066, "codes": [60066, 60067] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 209 + }, + { + "icon": { + "paths": [ + "M864 352c0 194.404-157.596 352-352 352s-352-157.596-352-352v0z", + "M896 352v0c0-0.153 0-0.335 0-0.517 0-77.725-23.182-150.036-63.009-210.396l0.888 1.433c-5.798-8.794-15.63-14.519-26.8-14.52l-590.16-0c-11.17 0.001-21.002 5.726-26.726 14.4l-0.074 0.12c-38.939 58.927-62.12 131.238-62.12 208.963 0 0.182 0 0.363 0 0.545l-0-0.028c0.251 200.712 154.26 365.375 350.55 382.538l1.45 0.102v129.36h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-129.36c197.741-17.266 351.749-181.928 352-382.615l0-0.025zM234.8 192h554.4c21.673 36.82 36.366 80.262 41.089 126.653l0.111 1.347h-636.8c4.834-47.738 19.527-91.18 42.012-129.497l-0.812 1.497zM512 672c-165.383-0.21-301.397-125.674-318.282-286.613l-0.118-1.387h636.8c-17.003 162.326-153.017 287.79-318.379 288l-0.021 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["brandy-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30943, "id": 1037, "name": "brandy-duotone", "prevSize": 16, "code": 60068, "codes": [60068, 60069] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 210 + }, + { + "icon": { + "paths": [ + "M928 672h-832v-210.6c94.617-39.017 160-130.532 160-237.318 0-0.029-0-0.057-0-0.086l0 0.005c0 141.385 114.615 256 256 256s256-114.615 256-256v0c-0 0.024-0 0.053-0 0.082 0 106.786 65.383 198.301 158.3 236.696l1.7 0.622z", + "M928 640h-128v-234.64c30.457 37.368 69.454 66.628 114.086 84.983l1.914 0.697c3.413 1.355 7.368 2.14 11.506 2.14 17.673 0 32-14.327 32-32 0-13.16-7.944-24.465-19.298-29.38l-0.207-0.080c-82.76-33.87-140.001-113.78-140.001-207.060 0-0.232 0-0.464 0.001-0.696l-0 0.036c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 123.712-100.288 224-224 224s-224-100.288-224-224v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.001 0.196 0.001 0.428 0.001 0.66 0 93.28-57.241 173.19-138.514 206.52l-1.487 0.54c-11.562 4.995-19.506 16.3-19.506 29.46 0 17.673 14.327 32 32 32 4.138 0 8.093-0.785 11.723-2.215l-0.217 0.075c46.546-19.052 85.543-48.312 115.588-85.159l0.412-0.521v234.64h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h448v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 504.8v135.2h-128v-135.2c19.23 4.577 41.308 7.201 64 7.201s44.77-2.624 65.949-7.586l-1.949 0.385zM288 404.8c25.963 31.912 57.943 57.846 94.349 76.32l1.651 0.76v158.12h-96zM640 640v-158.080c38.056-19.234 70.037-45.168 95.582-76.55l0.418-0.53v235.16z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bridge-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30944, "id": 1036, "name": "bridge-duotone", "prevSize": 16, "code": 60070, "codes": [60070, 60071] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 211 + }, + { + "icon": { + "paths": [ + "M896 473.24v326.76c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-326.76c109.796 64.602 241.867 102.761 382.85 102.761 0.404 0 0.809-0 1.213-0.001l-0.063 0c0.361 0.001 0.788 0.001 1.215 0.001 140.962 0 273.011-38.159 386.38-104.712l-3.595 1.951z", + "M416 448c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM928 288v512c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h160v-32c0-53.019 42.981-96 96-96v0h192c53.019 0 96 42.981 96 96v0 32h160c35.346 0 64 28.654 64 64v0zM384 224h256v-32c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0zM160 288v166.48c101.641 56.352 222.88 89.52 351.866 89.52 0.047 0 0.094-0 0.141-0l-0.007 0c0.040 0 0.086 0 0.132 0 128.992 0 250.233-33.183 355.653-91.479l-3.784 1.919v-166.44zM864 800v-273.48c-102.749 51.395-223.852 81.48-351.983 81.48-0.006 0-0.012-0-0.018-0l0.001 0c-0.046 0-0.1 0-0.154 0-128.080 0-249.136-30.070-356.495-83.536l4.649 2.096v273.44h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["briefcase-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30945, "id": 1035, "name": "briefcase-duotone", "prevSize": 16, "code": 60072, "codes": [60072, 60073] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 212 + }, + { + "icon": { + "paths": [ + "M896 288v128h-768v-128c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM128 800c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-128h-768z", + "M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 448h704v192h-704zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM864 288v96h-704v-96zM864 800h-704v-96h704v96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["briefcase-metal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30946, + "id": 1034, + "name": "briefcase-metal-duotone", + "prevSize": 16, + "code": 60074, + "codes": [60074, 60075] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 213 + }, + { + "icon": { + "paths": [ + "M640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z", + "M512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM806.84 636.56c-14.64 34.135-33.574 63.481-56.581 89.096l0.261-0.296c-5.864 6.331-14.221 10.281-23.501 10.281-17.673 0-32-14.327-32-32 0-8.036 2.962-15.38 7.854-21l-0.033 0.039c40.49-45.063 65.251-104.97 65.251-170.66s-24.761-125.597-65.46-170.896l0.208 0.236c-5.268-5.687-8.499-13.326-8.499-21.719 0-17.673 14.327-32 32-32 9.637 0 18.28 4.26 24.146 11l0.033 0.039c50.563 56.393 81.477 131.309 81.477 213.446 0 44.933-9.252 87.705-25.954 126.515l0.797-2.081zM276 412.36c-12.757 29.401-20.178 63.644-20.178 99.62 0 65.697 24.747 125.614 65.429 170.938l-0.21-0.238c4.859 5.581 7.821 12.925 7.821 20.961 0 17.673-14.327 32-32 32-9.28 0-17.637-3.95-23.482-10.26l-0.019-0.021c-50.627-56.329-81.588-131.219-81.588-213.34s30.961-157.011 81.848-213.634l-0.26 0.294c5.893-6.58 14.415-10.701 23.9-10.701 17.696 0 32.041 14.345 32.041 32.041 0 8.211-3.089 15.701-8.167 21.37l0.027-0.030c-18.248 20.235-33.43 43.701-44.524 69.348l-0.636 1.652zM992 512c0 0.219 0.001 0.479 0.001 0.739 0 130.618-52.356 249.008-137.226 335.328l0.065-0.067c-5.855 6.248-14.158 10.141-23.371 10.141-17.673 0-32-14.327-32-32 0-8.994 3.71-17.121 9.683-22.934l0.007-0.007c73.579-74.925 118.998-177.718 118.998-291.12s-45.42-216.196-119.060-291.183l0.061 0.063c-5.692-5.781-9.207-13.72-9.207-22.48 0-17.699 14.348-32.047 32.047-32.047 8.939 0 17.023 3.66 22.836 9.563l0.004 0.004c84.805 86.254 137.161 204.643 137.161 335.261 0 0.26-0 0.519-0.001 0.779l0-0.041zM214.84 803.12c5.675 5.774 9.179 13.698 9.179 22.44 0 17.684-14.335 32.019-32.019 32.019-8.941 0-17.027-3.665-22.836-9.574l-0.004-0.005c-84.967-86.455-137.42-205.102-137.42-336s52.453-249.545 137.488-336.069l-0.068 0.069c5.855-6.248 14.158-10.141 23.371-10.141 17.673 0 32 14.327 32 32 0 8.994-3.71 17.121-9.683 22.934l-0.007 0.007c-73.579 74.925-118.998 177.718-118.998 291.12s45.42 216.196 119.060 291.183l-0.061-0.063z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["broadcast-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30947, "id": 1033, "name": "broadcast-duotone", "prevSize": 16, "code": 60076, "codes": [60076, 60077] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 214 + }, + { + "icon": { + "paths": [ + "M771.2 660.48l-595.48-238.2c20.236-35.308 43.495-65.764 70.204-92.804l-0.044 0.044c5.806-5.886 13.87-9.532 22.786-9.532 4.285 0 8.373 0.842 12.107 2.37l-0.214-0.077 101.52 41.12c7.026 2.886 15.181 4.561 23.727 4.561 26.909 0 49.939-16.607 59.4-40.13l0.153-0.43 84-212.4c16.6-40 61.88-61.32 102.52-46.12 30.694 11.649 52.114 40.815 52.114 74.983 0 11.032-2.233 21.542-6.271 31.103l0.197-0.525-85.4 212.4c-2.849 6.985-4.503 15.090-4.503 23.581 0 26.781 16.449 49.72 39.795 59.265l0.427 0.155 99.76 39.36c11.827 4.877 20 16.317 20 29.665 0 0.019-0 0.039-0 0.058l0-0.003v69.080c-0.001 0.247-0.001 0.538-0.001 0.83 0 18.206 1.163 36.141 3.419 53.734l-0.218-2.084z", + "M942 867.24c-90.24-44-142-138.32-142-259.2v-69.12c0-0.050 0-0.11 0-0.169 0-26.79-16.522-49.72-39.932-59.158l-0.428-0.153-99.64-39.44c-11.889-4.849-20.116-16.319-20.116-29.711 0-4.192 0.806-8.196 2.272-11.865l-0.076 0.216 85.28-212c5.431-12.707 8.589-27.491 8.589-43.014 0-47.846-30.002-88.685-72.22-104.73l-0.769-0.257c-11.514-4.352-24.825-6.871-38.725-6.871-47.15 0-87.529 28.99-104.284 70.119l-0.271 0.752c-0.008 0.072-0.012 0.155-0.012 0.24s0.004 0.168 0.013 0.25l-0.001-0.010-84.080 212.88c-4.83 11.929-16.321 20.191-29.741 20.191-4.226 0-8.261-0.819-11.954-2.307l0.215 0.077-101.68-41.4c-7.062-2.943-15.267-4.653-23.87-4.653-17.885 0-34.045 7.387-45.595 19.277l-0.015 0.015c-84.24 86.6-126.96 187.8-126.96 300.8-0.001 0.253-0.001 0.553-0.001 0.853 0 120.167 47.545 229.23 124.851 309.402l-0.13-0.135c5.836 6.093 14.038 9.88 23.124 9.88 0.055 0 0.11-0 0.164-0l-0.008 0h684c17.66-0.017 31.969-14.338 31.969-32 0-12.566-7.244-23.441-17.783-28.676l-0.186-0.084zM268.56 352l101.64 41.2c10.557 4.345 22.813 6.868 35.658 6.868 40.298 0 74.796-24.829 89.032-60.024l0.23-0.644 84-212c10.24-24.44 37.88-37.080 61.72-28 18.435 6.98 31.303 24.489 31.303 45.002 0 6.745-1.391 13.165-3.903 18.989l0.12-0.312-85.6 211.96c-4.274 10.479-6.755 22.637-6.755 35.375 0 40.225 24.74 74.671 59.833 88.954l0.642 0.231 99.52 39.32v69.080c0 1.32 0 2.64 0 4l-512.92-205.16c14.364-20.4 29.3-38.307 45.556-54.918l-0.076 0.078zM460.56 864c-46.361-44.523-80.433-101.51-96.833-165.575l-0.527-2.425c-3.844-13.671-16.2-23.526-30.858-23.526-17.673 0-32 14.327-32 32 0 2.671 0.327 5.266 0.944 7.746l-0.046-0.22c15.020 58.184 40.348 109.025 74.172 152.99l-0.732-0.99h-116.92c-60.658-67.366-97.761-156.986-97.761-255.271 0-0.256 0-0.513 0.001-0.769l-0 0.040c-0.007-0.798-0.011-1.742-0.011-2.686 0-51.652 11.397-100.643 31.814-144.593l-0.884 2.12 551.2 220.48c12 72 42.24 133.92 87.56 180.64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["broom-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30948, "id": 1032, "name": "broom-duotone", "prevSize": 16, "code": 60078, "codes": [60078, 60079] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 215 + }, + { + "icon": { + "paths": [ + "M896 224v160h-768v-160c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v128h-704v-128zM864 800h-704v-384h704v384z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["browser-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30949, "id": 1031, "name": "browser-duotone", "prevSize": 16, "code": 60080, "codes": [60080, 60081] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 216 + }, + { + "icon": { + "paths": [ + "M896 224v448c0 17.673-14.327 32-32 32v0h-96v-352c0-17.673-14.327-32-32-32v0h-480v-96c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z", + "M864 160h-576c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 352h576v64h-576zM736 800h-576v-320h576v320zM864 672h-64v-320c0-35.346-28.654-64-64-64v0h-448v-64h576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["browsers-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30950, "id": 1030, "name": "browsers-duotone", "prevSize": 16, "code": 60082, "codes": [60082, 60083] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 217 + }, + { + "icon": { + "paths": [ + "M800 416v192c0 159.058-128.942 288-288 288v0 0c-159.058 0-288-128.942-288-288v0-192z", + "M832 576h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-65.6c-7.567-73.183-38.839-137.92-85.894-187.542l0.134 0.142 78-77.96c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-81.16 81.2c-51.236-36.627-115.156-58.564-184.2-58.564s-132.964 21.938-185.17 59.223l0.97-0.658-81.16-81.2c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l78 77.96c-46.921 49.48-78.193 114.217-85.645 186.030l-0.115 1.37h-65.6c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v32c0 10.8 0.56 21.48 1.6 32h-65.6c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h78.72c42.081 130.953 162.807 224.062 305.28 224.062s263.199-93.109 304.65-221.797l0.63-2.265h78.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-65.6c1.040-10.52 1.6-21.2 1.6-32zM512 160c130.026 0.167 237.352 97.14 253.782 222.706l0.138 1.294h-508c16.575-126.914 123.987-223.917 254.071-224l0.009-0zM544 861.92v-317.92c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 317.92c-126.86-16.568-223.833-123.894-224-253.903l-0-0.017v-160h512v160c-0.167 130.026-97.14 237.352-222.706 253.782l-1.294 0.138z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bug-beetle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30951, "id": 1029, "name": "bug-beetle-duotone", "prevSize": 16, "code": 60084, "codes": [60084, 60085] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 218 + }, + { + "icon": { + "paths": [ + "M832 480v96c0 176.731-143.269 320-320 320s-320-143.269-320-320v0-96z", + "M767.32 173.92l55.32-55.28c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-58.2 58.24c-57.281-42.235-129.259-67.595-207.16-67.595s-149.879 25.361-208.128 68.276l0.968-0.681-58.2-58.24c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l55.32 55.28c-59.853 62.815-96.68 148.040-96.68 241.866 0 0.075 0 0.151 0 0.226l-0-0.012v160c0 194.404 157.596 352 352 352s352-157.596 352-352v0-160c0-0.064 0-0.139 0-0.214 0-93.826-36.827-179.051-96.815-242.009l0.135 0.142zM512 128c158.985 0.182 287.818 129.015 288 287.983l0 0.017v32h-576v-32c0.182-158.985 129.015-287.818 287.983-288l0.017-0zM512 864c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017v-64h576v64c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0zM576 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM352 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bug-droid-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30952, "id": 1028, "name": "bug-droid-duotone", "prevSize": 16, "code": 60086, "codes": [60086, 60087] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 219 + }, + { + "icon": { + "paths": [ + "M832 512v64c0 176.731-143.269 320-320 320s-320-143.269-320-320v0-64z", + "M576 368c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM400 320c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM864 576c0.001 0.295 0.001 0.645 0.001 0.995 0 32.367-4.38 63.71-12.581 93.47l0.579-2.465 88.96 38.88c11.145 5.166 18.736 16.257 18.736 29.121 0 17.566-14.154 31.826-31.679 31.998l-0.016 0c-0.022 0-0.047 0-0.073 0-4.606 0-8.982-0.987-12.927-2.76l0.199 0.080-85.68-37.32c-58.047 119.3-178.352 200.062-317.52 200.062s-259.473-80.763-316.603-197.977l-0.917-2.085-85.68 37.32c-3.746 1.693-8.121 2.68-12.727 2.68-0.026 0-0.051-0-0.077-0l0.004 0c-17.665-0.011-31.981-14.334-31.981-32 0-13.036 7.795-24.251 18.977-29.239l0.203-0.081 88.8-38.68c-7.621-27.295-12.001-58.638-12.001-91.005 0-0.35 0.001-0.7 0.002-1.049l-0 0.054v-32h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-32c-0.001-0.295-0.001-0.645-0.001-0.995 0-32.367 4.38-63.71 12.581-93.47l-0.579 2.465-88.8-38.68c-11.745-4.915-19.846-16.312-19.846-29.602 0-17.673 14.327-32 32-32 4.879 0 9.503 1.092 13.641 3.045l-0.195-0.083 85.68 37.32c58.047-119.3 178.352-200.062 317.52-200.062s259.473 80.763 316.603 197.977l0.917 2.085 85.68-37.44c3.593-1.517 7.77-2.398 12.154-2.398 17.673 0 32 14.327 32 32 0 12.794-7.508 23.834-18.359 28.955l-0.195 0.083-88.8 39c7.621 27.295 12.001 58.638 12.001 91.005 0 0.35-0.001 0.7-0.002 1.049l0-0.054v32h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96zM224 480h576v-32c0-159.058-128.942-288-288-288s-288 128.942-288 288v0zM480 862.16v-318.16h-256v32c0.181 147.703 111.399 269.374 254.656 286.033l1.344 0.127zM800 576v-32h-256v318.16c144.601-16.786 255.819-138.457 256-286.141l0-0.019z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bug-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30953, "id": 1027, "name": "bug-duotone", "prevSize": 16, "code": 60088, "codes": [60088, 60089] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 220 + }, + { + "icon": { + "paths": [ + "M544 128v736h-384v-522.6c-0-0.006-0-0.013-0-0.021 0-11.053 5.604-20.798 14.126-26.547l0.114-0.072 320-213.32c4.99-3.371 11.14-5.381 17.76-5.381 17.652 0 31.966 14.293 32 31.938l0 0.003z", + "M960 832h-64v-448c0-35.346-28.654-64-64-64v0h-256v-192c0-0.012 0-0.027 0-0.042 0-35.346-28.654-64-64-64-13.239 0-25.54 4.020-35.747 10.906l0.227-0.145-320 213.28c-17.272 11.643-28.48 31.132-28.48 53.238 0 0.043 0 0.085 0 0.128l-0-0.007v490.64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 384v448h-256v-448zM192 341.36l320-213.36v704h-320zM448 448v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 448v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 672v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM448 672v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["buildings-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30954, "id": 1026, "name": "buildings-duotone", "prevSize": 16, "code": 60090, "codes": [60090, 60091] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 221 + }, + { + "icon": { + "paths": [ + "M192 736h160v96c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0zM672 832c0 17.673 14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0-96h-160zM192 288v160h640v-160z", + "M736 128h-448c-70.692 0-128 57.308-128 128v0 576c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h256v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-576c0-70.692-57.308-128-128-128v0zM224 704v-224h576v224zM224 320h576v96h-576zM288 192h448c35.346 0 64 28.654 64 64v0h-576c0-35.346 28.654-64 64-64v0zM320 832h-96v-64h96zM704 832v-64h96v64zM416 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM992 320v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM96 320v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["bus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30955, "id": 1025, "name": "bus-duotone", "prevSize": 16, "code": 60092, "codes": [60092, 60093] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 222 + }, + { + "icon": { + "paths": [ + "M900.48 478.84c-31.44 123.76-117.24 130.84-149.44 128.92h-4c32.43 26.61 52.958 66.692 52.958 111.568 0 79.529-64.471 144-144 144-79.293 0-143.617-64.089-143.998-143.292l-0-0.036c-0.308 79.296-64.66 143.459-143.999 143.459-79.529 0-144-64.471-144-144 0-44.949 20.595-85.088 52.863-111.496l0.256-0.203h-4c-32 1.92-118-5.16-149.44-128.92-32.52-127.48-60.56-286.84 64.6-286.84s323.72 191.2 323.72 318.68c0-127.48 198.56-318.68 323.72-318.68s97.12 159.36 64.76 286.84z", + "M930.8 201.92c-14.8-19.12-43.44-41.92-94.8-41.92-67.4 0-153.84 45.12-231.24 120.64-21.753 21.103-41.68 43.795-59.701 67.992l-1.059 1.488v-126.12c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 126.12c-19.037-25.692-38.913-48.384-60.472-69.356l-0.128-0.124c-77.44-75.52-163.88-120.64-231.4-120.64-51.36 0-80 22.8-94.8 41.92-27.28 35.080-48.72 96.32-0.84 284.8 24.2 95.32 78.040 132 122.52 145.68-16.408 26.249-26.139 58.134-26.139 92.291 0 97.202 78.798 176 176 176 61.338 0 115.347-31.378 146.852-78.957l0.407-0.654c31.912 48.233 85.921 79.611 147.259 79.611 97.202 0 176-78.798 176-176 0-34.157-9.73-66.042-26.571-93.034l0.432 0.743c44.48-13.6 98.28-50.36 122.52-145.68 26.88-105.76 47.76-222.32-0.84-284.8zM368 832c-61.267-1.108-110.508-51.035-110.508-112.463 0-56.997 42.394-104.093 97.37-111.474l0.578-0.063c16.373-1.543 29.084-15.22 29.084-31.867 0-17.673-14.327-32-32-32-1.454 0-2.886 0.097-4.288 0.285l0.164-0.018c-31.441 3.46-59.704 14.788-83.473 31.953l0.513-0.353c-33.72 0.36-88-14.28-111.040-105.040-11.52-45.4-46.4-183.52-10.64-229.76 5.72-7.36 16.6-17.2 44.24-17.2 109.080 0 292 179.52 292 286.68v209.32c0 61.856-50.144 112-112 112v0zM869.6 470.96c-23.080 90.76-77.32 105.36-111.080 105.040-23.24-16.889-51.501-28.284-82.167-31.728l-0.793-0.072c-1.239-0.17-2.67-0.267-4.124-0.267-17.673 0-32 14.327-32 32 0 16.647 12.711 30.324 28.956 31.857l0.128 0.010c56.682 6.304 100.359 53.946 100.359 111.789 0 62.099-50.341 112.44-112.44 112.44-61.954 0-112.206-50.107-112.439-112.007l-0-0.022v-209.32c0-107.16 182.76-286.68 292-286.68 27.8 0 38.64 9.84 44.4 17.2 35.8 46.24 0.72 184.36-10.8 229.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["butterfly-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30956, "id": 1024, "name": "butterfly-duotone", "prevSize": 16, "code": 60094, "codes": [60094, 60095] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 223 + }, + { + "icon": { + "paths": [ + "M928 464v0c0 132.548-107.452 240-240 240v0h-48v160h-256v-320h-48c-132.548 0-240-107.452-240-240v0 0c0-44.183 35.817-80 80-80v0 0c44.183 0 80 35.817 80 80v0c0 44.183 35.817 80 80 80v0h48v-160c0-70.692 57.308-128 128-128v0 0c70.692 0 128 57.308 128 128v0 320h48c44.183 0 80-35.817 80-80v0c0-44.183 35.817-80 80-80v0 0c44.183 0 80 35.817 80 80v0z", + "M864 832h-192v-96h16c150.157-0.159 271.841-121.843 272-271.985l0-0.015c0-61.856-50.144-112-112-112s-112 50.144-112 112v0c0 26.51-21.49 48-48 48v0h-16v-288c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 128h-16c-26.51 0-48-21.49-48-48v0c0-61.856-50.144-112-112-112s-112 50.144-112 112v0c0.159 150.157 121.843 271.841 271.985 272l16.015 0v256h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 512h-48c-114.82-0.137-207.863-93.18-208-207.987l-0-0.013c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 61.856 50.144 112 112 112v0h48c17.673 0 32-14.327 32-32v0-160c0-53.019 42.981-96 96-96s96 42.981 96 96v0 320c0 17.673 14.327 32 32 32v0h48c61.856 0 112-50.144 112-112v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0c-0.137 114.82-93.18 207.863-207.987 208l-48.013 0c-17.673 0-32 14.327-32 32v0 128h-192v-288c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cactus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30957, "id": 1023, "name": "cactus-duotone", "prevSize": 16, "code": 60096, "codes": [60096, 60097] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 224 + }, + { + "icon": { + "paths": [ + "M416 192c0-96 96-160 96-160s96 64 96 160c0 53.019-42.981 96-96 96s-96-42.981-96-96v0zM832 384h-640c-35.346 0-64 28.654-64 64v0 93.32c0 69.76 54.68 128.72 124.4 130.64 1.072 0.032 2.334 0.051 3.6 0.051 70.692 0 128-57.308 128-128 0-0.004-0-0.007-0-0.011l0 0c0 70.692 57.308 128 128 128s128-57.308 128-128v0c-0 0.015-0 0.033-0 0.051 0 70.692 57.308 128 128 128 1.266 0 2.527-0.018 3.784-0.055l-0.184 0.004c69.72-1.92 124.4-60.88 124.4-130.64v-93.36c0-35.346-28.654-64-64-64v0z", + "M928 448c0-53.019-42.981-96-96-96v0h-288v-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006c0-112-105.76-183.64-110.24-186.64-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072c-4.48 3-110.24 74.64-110.24 186.64 0.058 59.317 40.379 109.201 95.104 123.797l0.896 0.203v36h-288c-53.019 0-96 42.981-96 96v0 93.32c0.035 36.511 12.043 70.211 32.308 97.392l-0.308-0.432v161.72c0 53.019 42.981 96 96 96v0h576c53.019 0 96-42.981 96-96v0-161.72c19.957-26.749 31.965-60.449 32-96.952l0-0.008zM448 192c0-54.28 40-97.84 64-119.16 24 21.32 64 64.88 64 119.16 0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM160 448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0 93.32c0 53-41.84 97.24-93.28 98.64-0.81 0.025-1.764 0.039-2.72 0.039-53.019 0-95.999-42.98-96-95.998l-0-0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 0.011 0 0.025 0 0.039 0 53.019-42.981 96-96 96-0.956 0-1.91-0.014-2.859-0.042l0.139 0.003c-51.44-1.44-93.28-45.68-93.28-98.68zM800 832h-576c-17.673 0-32-14.327-32-32v0-109.76c17.456 8.111 37.826 13.113 59.29 13.755l0.23 0.005c1.471 0.049 3.2 0.077 4.935 0.077 43.249 0 82.459-17.294 111.092-45.343l-0.027 0.026c5.864-5.72 11.266-11.844 16.186-18.353l0.294-0.407c29.5 39.036 75.835 64 128 64s98.5-24.964 127.708-63.598l0.292-0.402c5.224 6.88 10.638 12.978 16.478 18.64l0.042 0.040c28.594 28.025 67.795 45.321 111.036 45.321 0.156 0 0.312-0 0.468-0.001l-0.024 0c1.52 0 3.040 0 4.56 0 21.668-0.658 42.008-5.66 60.401-14.158l-0.961 0.398v109.76c0 17.673-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cake-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30958, "id": 1022, "name": "cake-duotone", "prevSize": 16, "code": 60098, "codes": [60098, 60099] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 225 + }, + { + "icon": { + "paths": [ + "M704 256v192h-384v-192z", + "M320 480h384c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0zM352 288h320v128h-320zM800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM800 864h-576v-704h576zM400 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM720 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM400 752c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 752c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM720 752c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["calculator-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30959, "id": 1021, "name": "calculator-duotone", "prevSize": 16, "code": 60100, "codes": [60100, 60101] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 226 + }, + { + "icon": { + "paths": [ + "M864 192v160h-704v-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["calendar-blank-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30960, + "id": 1020, + "name": "calendar-blank-duotone", + "prevSize": 16, + "code": 60102, + "codes": [60102, 60103] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 227 + }, + { + "icon": { + "paths": [ + "M864 192v160h-704v-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM678.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 169.36-169.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["calendar-check-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30961, + "id": 1019, + "name": "calendar-check-duotone", + "prevSize": 16, + "code": 60104, + "codes": [60104, 60105] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 228 + }, + { + "icon": { + "paths": [ + "M864 192v160h-704v-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM448 480v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-204.24l-17.68 8.88c-4.172 2.131-9.1 3.38-14.32 3.38-17.684 0-32.020-14.336-32.020-32.020 0-12.465 7.122-23.266 17.519-28.556l0.182-0.084 64-32c4.172-2.133 9.1-3.383 14.32-3.383 17.673 0 32 14.327 32 32 0 0.008-0 0.016-0 0.024l0-0.001zM684.64 601.8l-76.64 102.2h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 115.12-153.48c4.004-5.285 6.414-11.971 6.414-19.219 0-17.673-14.327-32-32-32-11.741 0-22.005 6.323-27.573 15.75l-0.081 0.149c-5.532 10.040-16.045 16.73-28.121 16.73-17.673 0-32-14.327-32-32 0-6.19 1.757-11.969 4.8-16.866l-0.079 0.136c16.912-28.88 47.787-47.968 83.12-47.968 53.008 0 95.982 42.963 96 95.966l0 0.002c0 0.092 0.001 0.2 0.001 0.309 0 21.709-7.278 41.717-19.528 57.719l0.168-0.228z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["calendar-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30962, "id": 1018, "name": "calendar-duotone", "prevSize": 16, "code": 60106, "codes": [60106, 60107] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 229 + }, + { + "icon": { + "paths": [ + "M864 192v160h-704v-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM640 608c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["calendar-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30963, "id": 1017, "name": "calendar-plus-duotone", "prevSize": 16, "code": 60108, "codes": [60108, 60109] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 230 + }, + { + "icon": { + "paths": [ + "M864 192v160h-704v-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM630.64 534.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["calendar-x-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30964, "id": 1016, "name": "calendar-x-duotone", "prevSize": 16, "code": 60110, "codes": [60110, 60111] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 231 + }, + { + "icon": { + "paths": [ + "M864 608v96h-704v-96c0-194.404 157.596-352 352-352s352 157.596 352 352v0z", + "M96 736h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64c-0.251-200.712-154.26-365.375-350.55-382.538l-1.45-0.102v-65.36h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v65.36c-197.741 17.266-351.749 181.928-352 382.615l-0 0.025v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM192 608c0-176.731 143.269-320 320-320s320 143.269 320 320v0 64h-640zM960 832c0 17.673-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h832c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["call-bell-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30965, "id": 1015, "name": "call-bell-duotone", "prevSize": 16, "code": 60112, "codes": [60112, 60113] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 232 + }, + { + "icon": { + "paths": [ + "M832 256h-128l-64-96h-256l-64 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM512 672c-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144v0c0 79.529-64.471 144-144 144v0z", + "M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 768c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h128c0.006 0 0.013 0 0.021 0 11.053 0 20.798-5.604 26.547-14.126l0.072-0.114 54.48-81.76h221.72l54.52 81.76c5.821 8.636 15.566 14.24 26.619 14.24 0.007 0 0.015-0 0.022-0l127.999 0c17.673 0 32 14.327 32 32v0zM512 352c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM512 640c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["camera-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30966, "id": 1014, "name": "camera-duotone", "prevSize": 16, "code": 60114, "codes": [60114, 60115] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 233 + }, + { + "icon": { + "paths": [ + "M896 320v448c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h128l64-96h256l64 96h128c35.346 0 64 28.654 64 64v0z", + "M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 768c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h128c0.006 0 0.013 0 0.021 0 11.053 0 20.798-5.604 26.547-14.126l0.072-0.114 54.48-81.76h221.72l54.52 81.76c5.821 8.636 15.566 14.24 26.619 14.24 0.007 0 0.015-0 0.022-0l127.999 0c17.673 0 32 14.327 32 32v0zM672 544c0 17.673-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["camera-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30967, "id": 1013, "name": "camera-plus-duotone", "prevSize": 16, "code": 60116, "codes": [60116, 60117] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 234 + }, + { + "icon": { + "paths": [ + "M896 320v448c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h128l64-96h256l64 96h128c35.346 0 64 28.654 64 64v0z", + "M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 768c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h128c0.006 0 0.013 0 0.021 0 11.053 0 20.798-5.604 26.547-14.126l0.072-0.114 54.48-81.76h221.72l54.52 81.76c5.821 8.636 15.566 14.24 26.619 14.24 0.007 0 0.015-0 0.022-0l127.999 0c17.673 0 32 14.327 32 32v0zM704 384v96c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h20.6c-22.484-19.775-52.165-31.842-84.665-31.842-28.896 0-55.564 9.539-77.027 25.641l0.332-0.239c-5.289 4.013-11.983 6.428-19.24 6.428-17.678 0-32.008-14.33-32.008-32.008 0-10.42 4.979-19.677 12.688-25.522l0.080-0.058c31.723-23.829 71.767-38.16 115.158-38.16 49.252 0 94.191 18.464 128.273 48.847l-0.191-0.167v-16.92c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM633.56 620.8c4.013 5.289 6.429 11.981 6.429 19.238 0 10.411-4.971 19.66-12.67 25.504l-0.079 0.058c-31.723 23.829-71.767 38.16-115.158 38.16-49.252 0-94.191-18.464-128.273-48.847l0.191 0.167v16.92c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-20.6c22.484 19.775 52.165 31.842 84.665 31.842 28.896 0 55.564-9.539 77.027-25.641l-0.332 0.239c5.285-4.004 11.971-6.414 19.219-6.414 10.422 0 19.68 4.982 25.523 12.695l0.058 0.080z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["camera-rotate-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30968, "id": 1012, "name": "camera-rotate-duotone", "prevSize": 16, "code": 60118, "codes": [60118, 60119] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 235 + }, + { + "icon": { + "paths": [ + "M832 256h-128l-64-96h-256l-64 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM512 672c-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144v0c0 79.529-64.471 144-144 144v0z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 38.6 42.48h-14.92c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h596.76l19.56 21.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM422.32 460.92l148 162.76c-16.478 10.247-36.476 16.321-57.893 16.321-0.15 0-0.3-0-0.45-0.001l0.023 0c-61.852-0.006-111.99-50.148-111.99-112 0-25.288 8.381-48.618 22.516-67.365l-0.206 0.285zM192 800c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h73.12l113.64 125.040c-26.553 30.648-42.733 70.915-42.733 114.96 0 97.193 78.782 175.984 175.971 176l0.001 0c38.153-0.085 73.451-12.239 102.297-32.845l-0.537 0.365 116.8 128.48zM928 320v424c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-424c0-17.673-14.327-32-32-32v0h-128c-11.046-0.007-20.782-5.609-26.528-14.126l-0.072-0.114-54.56-81.76h-221.88c-5.914 7.291-14.872 11.913-24.91 11.913-17.673 0-32-14.327-32-32 0-6.549 1.968-12.639 5.344-17.711l-0.074 0.117 8-12c5.815-8.681 15.585-14.32 26.672-14.32 0.003 0 0.005 0 0.008 0l256-0c0.006-0 0.013-0 0.021-0 11.053 0 20.798 5.604 26.547 14.126l0.072 0.114 54.48 81.76h110.88c53.019 0 96 42.981 96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["camera-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30969, "id": 1011, "name": "camera-slash-duotone", "prevSize": 16, "code": 60120, "codes": [60120, 60121] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 236 + }, + { + "icon": { + "paths": [ + "M720 432c0 114.875-93.125 208-208 208v0c53.019 0 96-42.981 96-96v0c0-96-96-160-96-160s-96 64-96 160c0 53.019 42.981 96 96 96v0c-114.875 0-208-93.125-208-208v0c0-176 208-304 208-304s208 128 208 304z", + "M512 672c132.484-0.159 239.841-107.516 240-239.984l0-0.016c0-191.68-214.12-325.64-223.24-331.24-4.768-2.976-10.558-4.74-16.76-4.74s-11.992 1.764-16.895 4.819l0.135-0.079c-41.568 27.236-77.7 57.318-110.080 91.030l-0.2 0.21c-73.88 76.52-112.96 159.6-112.96 240 0.159 132.484 107.516 239.841 239.984 240l0.016 0zM448 544c0-54.28 40-97.84 64-119.16 24 21.32 64 64.88 64 119.16 0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM512 166.64c46.96 33.36 176 137.36 176 265.36 0 0.016 0 0.035 0 0.054 0 46.908-18.422 89.513-48.426 120.976l0.066-0.070c0.2-2.96 0.36-5.96 0.36-8.96 0-112-105.76-183.64-110.24-186.64-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072c-4.48 3-110.24 74.64-110.24 186.64 0 3 0 6 0.36 8.96-29.938-31.393-48.36-73.998-48.36-120.906 0-0.019 0-0.038 0-0.057l-0 0.003c0-128 129.080-232 176-265.36zM894.48 905.68c-4.239 13.044-16.286 22.307-30.497 22.307-3.466 0-6.804-0.551-9.93-1.571l0.226 0.064-342.28-108.92-342.28 108.92c-2.899 0.955-6.235 1.505-9.7 1.505-17.676 0-32.005-14.329-32.005-32.005 0-14.211 9.262-26.259 22.079-30.436l0.226-0.064 256-81.48-256-81.52c-13.501-3.955-23.194-16.228-23.194-30.764 0-17.673 14.327-32 32-32 3.796 0 7.438 0.661 10.817 1.874l-0.223-0.070 342.28 108.88 342.28-108.88c3.155-1.143 6.797-1.804 10.594-1.804 17.673 0 32 14.327 32 32 0 14.536-9.693 26.809-22.967 30.707l-0.226 0.057-256 81.52 256 81.48c13.044 4.239 22.307 16.286 22.307 30.497 0 3.466-0.551 6.804-1.571 9.93l0.064-0.226z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["campfire-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30970, "id": 1010, "name": "campfire-duotone", "prevSize": 16, "code": 60122, "codes": [60122, 60123] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 237 + }, + { + "icon": { + "paths": [ + "M896 288v192h-227.24c-15.394 0.017-28.241 10.9-31.283 25.392l-0.037 0.208c-12.275 58.906-63.763 102.528-125.44 102.528s-113.165-43.622-125.295-101.696l-0.145-0.832c-3.079-14.7-15.926-25.583-31.318-25.6l-227.242-0v-192c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0z", + "M832 192h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM160 384h704v64h-195.24c-30.815 0.017-56.535 21.81-62.607 50.824l-0.073 0.416c-9.36 43.988-47.883 76.506-94 76.506s-84.64-32.519-93.888-75.878l-0.112-0.629c-6.147-29.441-31.885-51.24-62.715-51.24-0.044 0-0.088 0-0.132 0l0.007-0h-195.24zM192 256h640c17.673 0 32 14.327 32 32v0 32h-704v-32c0-17.673 14.327-32 32-32v0zM832 768h-640c-17.673 0-32-14.327-32-32v0-224h195.2c15.383 73.584 79.72 128.062 156.78 128.062s141.397-54.478 156.597-127.021l0.183-1.041h195.24v224c0 17.673-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cardholder-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30971, "id": 1009, "name": "cardholder-duotone", "prevSize": 16, "code": 60124, "codes": [60124, 60125] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 238 + }, + { + "icon": { + "paths": [ + "M768 352v448c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z", + "M736 288h-576c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM736 800h-576v-448h576v448zM928 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480h-608c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h608c35.346 0 64 28.654 64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cards-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30972, "id": 1008, "name": "cards-duotone", "prevSize": 16, "code": 60126, "codes": [60126, 60127] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 239 + }, + { + "icon": { + "paths": [ + "M736 736h160v96c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0zM128 832c0 17.673 14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0-96h-160zM776.44 211c-5.109-11.288-16.274-19-29.24-19l-470.4-0c-12.966 0-24.131 7.712-29.158 18.799l-0.082 0.201-119.56 269h768z", + "M960 448h-43.2l-111.12-250c-10.218-22.576-32.548-38-58.48-38l-470.4-0c-25.932 0-48.262 15.424-58.317 37.598l-0.163 0.402-111.12 250h-43.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM276.8 224h470.4l99.56 224h-669.52zM256 832h-96v-64h96zM768 832v-64h96v64zM864 704h-704v-192h704zM224 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM672 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["car-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30973, "id": 1007, "name": "car-duotone", "prevSize": 16, "code": 60128, "codes": [60128, 60129] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 240 + }, + { + "icon": { + "paths": [ + "M783.52 783.52c-69.491 69.496-165.495 112.48-271.538 112.48-212.077 0-384-171.923-384-384s171.923-384 384-384c106.043 0 202.047 42.984 271.538 112.48l0 0c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0z", + "M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM662.64 329.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM662.64 553.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-circle-double-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30974, + "id": 1006, + "name": "caret-circle-double-down-duotone", + "prevSize": 16, + "code": 60130, + "codes": [60130, 60131] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 241 + }, + { + "icon": { + "paths": [ + "M783.52 783.52c-69.491 69.496-165.495 112.48-271.538 112.48-212.077 0-384-171.923-384-384s171.923-384 384-384c106.043 0 202.047 42.984 271.538 112.48l0 0c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0z", + "M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM694.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM470.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-circle-double-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30975, + "id": 1005, + "name": "caret-circle-double-left-duotone", + "prevSize": 16, + "code": 60132, + "codes": [60132, 60133] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 242 + }, + { + "icon": { + "paths": [ + "M783.52 783.52c-69.491 69.496-165.495 112.48-271.538 112.48-212.077 0-384-171.923-384-384s171.923-384 384-384c106.043 0 202.047 42.984 271.538 112.48l0 0c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0z", + "M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM502.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM726.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-circle-double-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30976, + "id": 1004, + "name": "caret-circle-double-right-duotone", + "prevSize": 16, + "code": 60134, + "codes": [60134, 60135] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 243 + }, + { + "icon": { + "paths": [ + "M783.52 783.52c-69.491 69.496-165.495 112.48-271.538 112.48-212.077 0-384-171.923-384-384s171.923-384 384-384c106.043 0 202.047 42.984 271.538 112.48l0 0c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0z", + "M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM662.64 649.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM662.64 425.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-circle-double-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30977, + "id": 1003, + "name": "caret-circle-double-up-duotone", + "prevSize": 16, + "code": 60136, + "codes": [60136, 60137] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 244 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM694.64 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-160 160c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-160-160c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l137.36 137.4 137.36-137.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-circle-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30978, + "id": 1002, + "name": "caret-circle-down-duotone", + "prevSize": 16, + "code": 60138, + "codes": [60138, 60139] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 245 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM598.64 374.64l-137.4 137.36 137.4 137.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-160-160c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 160-160c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-circle-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30979, + "id": 1001, + "name": "caret-circle-left-duotone", + "prevSize": 16, + "code": 60140, + "codes": [60140, 60141] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 246 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM630.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-160 160c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-circle-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30980, + "id": 1000, + "name": "caret-circle-right-duotone", + "prevSize": 16, + "code": 60142, + "codes": [60142, 60143] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 247 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 393.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM662.64 585.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-circle-up-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30981, + "id": 999, + "name": "caret-circle-up-down-duotone", + "prevSize": 16, + "code": 60144, + "codes": [60144, 60145] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 248 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM694.64 553.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-137.36-137.4-137.36 137.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-circle-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30982, + "id": 998, + "name": "caret-circle-up-duotone", + "prevSize": 16, + "code": 60146, + "codes": [60146, 60147] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 249 + }, + { + "icon": { + "paths": [ + "M832 192l-320 320-320-320z", + "M854.64 534.64l-320 320c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-320-320c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h0l297.36 297.4 297.36-297.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM169.36 214.64c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l639.999-0c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-320 320c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM269.36 224l242.64 242.76 242.76-242.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-double-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30983, + "id": 997, + "name": "caret-double-down-duotone", + "prevSize": 16, + "code": 60148, + "codes": [60148, 60149] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 250 + }, + { + "icon": { + "paths": [ + "M800 192v640l-320-320z", + "M812.24 162.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-320 320c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 320 320c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-640c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM768 754.76l-242.76-242.76 242.76-242.76zM502.64 809.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-320-320c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 320-320c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-297.4 297.36z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-double-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30984, + "id": 996, + "name": "caret-double-left-duotone", + "prevSize": 16, + "code": 60150, + "codes": [60150, 60151] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 251 + }, + { + "icon": { + "paths": [ + "M544 512l-320 320v-640z", + "M566.64 489.36l-320-320c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v640c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 320-320c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM256 754.76v-485.52l242.76 242.76zM886.64 534.76l-320 320c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l297.4-297.48-297.4-297.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 320 320c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-double-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30985, + "id": 995, + "name": "caret-double-right-duotone", + "prevSize": 16, + "code": 60152, + "codes": [60152, 60153] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 252 + }, + { + "icon": { + "paths": [ + "M832 832h-640l320-320z", + "M534.64 489.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-320 320c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l639.999 0c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM269.24 800l242.76-242.76 242.76 242.76zM169.24 534.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 320-320c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 320 320c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-297.24-297.4-297.36 297.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-double-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30986, + "id": 994, + "name": "caret-double-up-duotone", + "prevSize": 16, + "code": 60154, + "codes": [60154, 60155] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 253 + }, + { + "icon": { + "paths": [ + "M832 384l-320 320-320-320z", + "M861.56 371.76c-4.934-11.696-16.306-19.757-29.56-19.76l-640-0c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 320 320c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 320-320c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 658.76l-242.76-242.76h485.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30987, "id": 993, "name": "caret-down-duotone", "prevSize": 16, "code": 60156, "codes": [60156, 60157] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 254 + }, + { + "icon": { + "paths": [ + "M640 192v640l-320-320z", + "M652.24 162.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-320 320c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 320 320c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-640c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM608 754.76l-242.76-242.76 242.76-242.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30988, "id": 992, "name": "caret-left-duotone", "prevSize": 16, "code": 60158, "codes": [60158, 60159] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 255 + }, + { + "icon": { + "paths": [ + "M704 512l-320 320v-640z", + "M726.64 489.36l-320-320c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v640c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 320-320c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM416 754.76v-485.52l242.76 242.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30989, "id": 991, "name": "caret-right-duotone", "prevSize": 16, "code": 60160, "codes": [60160, 60161] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 256 + }, + { + "icon": { + "paths": [ + "M320 704h384l-192 192zM512 128l-192 192h384z", + "M704 672h-384c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM512 850.76l-114.76-114.76h229.52zM320 352h384c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM512 173.24l114.76 114.76h-229.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-up-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30990, "id": 990, "name": "caret-up-down-duotone", "prevSize": 16, "code": 60162, "codes": [60162, 60163] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 257 + }, + { + "icon": { + "paths": [ + "M832 640h-640l320-320z", + "M854.64 617.36l-320-320c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-320 320c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l639.999 0c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM269.24 608l242.76-242.76 242.76 242.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["caret-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30991, "id": 989, "name": "caret-up-duotone", "prevSize": 16, "code": 60164, "codes": [60164, 60165] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 258 + }, + { + "icon": { + "paths": [ + "M352 704c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM768 608c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM649.36 297.36c-5.786-5.78-13.775-9.356-22.599-9.36l-449.641-0c-0.006-0-0.013-0-0.021-0-11.053 0-20.798 5.604-26.547 14.126l-0.072 0.114-118.48 177.76h800z", + "M960 448h-114.76l-173.24-173.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-449.64c-22.062 0.042-41.499 11.241-52.975 28.253l-0.145 0.227-118.64 177.76c-3.349 4.997-5.349 11.144-5.36 17.757l-0 0.003v192c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h264c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM177.12 320h449.64l128 128h-662.76zM256 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM768 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM960 672h-68c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-264c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-68v-160h896z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["car-profile-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30992, "id": 988, "name": "car-profile-duotone", "prevSize": 16, "code": 60166, "codes": [60166, 60167] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 259 + }, + { + "icon": { + "paths": [ + "M734.4 606.4c-158.4 161.6-559.16 285.6-559.16 285.6-4.33 2.333-9.477 3.704-14.944 3.704-17.673 0-32-14.327-32-32 0-5.467 1.371-10.613 3.787-15.114l-0.084 0.171s124-400.76 285.6-559.16c40.538-40.538 96.541-65.611 158.4-65.611 123.718 0 224.011 100.293 224.011 224.011 0 61.859-25.073 117.862-65.611 158.4l0-0z", + "M928 256h-114.76l105.4-105.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-105.36 105.4v-114.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 130.28c-36.715-21.559-80.866-34.292-127.99-34.292-70.588 0-134.504 28.57-180.815 74.776l0.005-0.005c-160.4 157.56-281 532.32-292.76 569.8-3.779 7.922-5.986 17.216-5.986 27.026 0 35.346 28.654 64 64 64 9.81 0 19.105-2.207 27.414-6.152l-0.388 0.166c37.48-11.76 412.72-132.52 569.88-292.84 46.148-46.297 74.681-110.176 74.681-180.719 0-47.145-12.744-91.313-34.975-129.248l0.654 1.207h130.28c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM711.52 584c-35.76 36.48-85 71.2-139.4 102.92l-101.52-101.56c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l88.36 88.36c-163.48 84.76-345.28 141.68-348 142.52-2.187 0.717-4.065 1.557-5.837 2.562l0.157-0.082c0.881-1.6 1.681-3.467 2.299-5.415l0.061-0.225c1.16-3.72 112-358.32 256-522.68l135.080 135.080c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-134-133.96c30.929-22.234 69.563-35.557 111.309-35.557 106.039 0 192 85.961 192 192 0 53.155-21.6 101.265-56.502 136.031l-0.006 0.006z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["carrot-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30993, "id": 987, "name": "carrot-duotone", "prevSize": 16, "code": 60168, "codes": [60168, 60169] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 260 + }, + { + "icon": { + "paths": [ + "M896 480h-768l119.56-269c5.109-11.288 16.274-19 29.24-19l470.4-0c12.966 0 24.131 7.712 29.158 18.799l0.082 0.201z", + "M960 448h-43.2l-111.12-250c-10.218-22.576-32.548-38-58.48-38l-470.4-0c-25.932 0-48.262 15.424-58.317 37.598l-0.163 0.402-111.12 250h-43.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM276.8 224h470.4l99.56 224h-669.52zM864 832h-96v-96c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 96h-96v-320h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["car-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30994, "id": 986, "name": "car-simple-duotone", "prevSize": 16, "code": 60170, "codes": [60170, 60171] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 261 + }, + { + "icon": { + "paths": [ + "M681.6 684.8l86.4 115.2h-512l86.4-115.2c5.9-7.807 15.167-12.8 25.6-12.8h288c10.433 0 19.7 4.993 25.542 12.72l0.058 0.080zM704 352c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM416 448c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0z", + "M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM320 768l48-64h288l48 64zM896 768h-112l-76.8-102.4c-11.827-15.581-30.344-25.553-51.192-25.6l-0.008-0h-288c-20.856 0.047-39.373 10.019-51.084 25.441l-0.116 0.159-76.8 102.4h-112v-512h768v512zM704 320h-384c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h384c70.692 0 128-57.308 128-128s-57.308-128-128-128v0zM593.2 384c-10.812 18.351-17.198 40.43-17.198 64s6.387 45.649 17.524 64.599l-0.326-0.599h-162.4c10.812-18.351 17.198-40.43 17.198-64s-6.387-45.649-17.524-64.599l0.326 0.599zM256 448c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM704 512c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cassette-tape-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30995, "id": 985, "name": "cassette-tape-duotone", "prevSize": 16, "code": 60172, "codes": [60172, 60173] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 262 + }, + { + "icon": { + "paths": [ + "M832 160v192l-64 64v448c0 17.673-14.327 32-32 32v0h-128v-288c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 288h-128c-17.673 0-32-14.327-32-32v0-448l-64-64v-192c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0 64c0 17.673 14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0-64c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0 64c0 17.673 14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0-64c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z", + "M800 96h-64c-35.346 0-64 28.654-64 64v0 64h-64v-64c0-35.346-28.654-64-64-64v0h-64c-35.346 0-64 28.654-64 64v0 64h-64v-64c0-35.346-28.654-64-64-64v0h-64c-35.346 0-64 28.654-64 64v0 178.76c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 45.24 45.24v434.76c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-434.76l45.24-45.24c11.587-11.498 18.76-27.43 18.76-45.037 0-0.071-0-0.143-0-0.214l0 0.011v-178.76c0-35.346-28.654-64-64-64v0zM576 864h-128v-256c0-35.346 28.654-64 64-64s64 28.654 64 64v0zM800 338.76l-45.24 45.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v434.76h-96v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256h-96v-434.76c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004-45.24-45.24v-178.76h64v64c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-64h64v64c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-64h64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["castle-turret-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30996, "id": 984, "name": "castle-turret-duotone", "prevSize": 16, "code": 60174, "codes": [60174, 60175] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 263 + }, + { + "icon": { + "paths": [ + "M896 192v352c0 194.4-172 352-384 352s-384-157.6-384-352v-352c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 87.76 101.040c66.892-48.993 150.812-78.396 241.6-78.396s174.709 29.402 242.759 79.205l-1.159-0.809 87.76-100.96c5.792-5.798 13.797-9.385 22.64-9.385 17.654 0 31.969 14.296 32 31.942l0 0.003z", + "M384 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM688 512c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM928 192v352c0 211.72-186.6 384-416 384s-416-172.28-416-384v-352c0.017-35.333 28.664-63.97 64-63.97 17.666 0 33.66 7.157 45.24 18.731l-0-0c0.56 0.56 1.040 1.080 1.52 1.64l69.24 79.6c67.013-42.594 148.653-67.882 236.2-67.882s169.187 25.288 238.015 68.958l-1.815-1.076 68.84-79.6c0.48-0.56 0.96-1.080 1.52-1.64 11.58-11.573 27.574-18.73 45.24-18.73 35.336 0 63.983 28.637 64 63.969l0 0.002zM864 192l-86.24 99.2c-5.901 6.799-14.556 11.074-24.209 11.074-7.166 0-13.781-2.355-19.115-6.334l0.084 0.060c-18.108-13.534-38.626-25.875-60.346-36.082l-2.174-0.918v93c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-115.8c-18.383-4.964-40.183-8.812-62.525-10.775l-1.475-0.105v126.68c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-126.68c-23.817 2.068-45.617 5.916-66.717 11.49l2.717-0.61v115.8c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-93c-23.893 11.125-44.412 23.465-63.459 37.67l0.939-0.67c-5.261 3.947-11.9 6.321-19.094 6.321-9.62 0-18.248-4.245-24.114-10.963l-0.032-0.038-86.24-99.32v352c0 166.64 140.84 304 320 318.68v-81.44l-54.64-54.64c-5.786-5.791-9.364-13.787-9.364-22.62 0-17.675 14.329-32.004 32.004-32.004 8.843 0 16.847 3.586 22.64 9.383l41.36 41.36 41.36-41.36c5.793-5.797 13.797-9.384 22.64-9.384 17.675 0 32.004 14.329 32.004 32.004 0 8.833-3.578 16.829-9.364 22.62l-54.64 54.64v81.44c179.16-14.76 320-152 320-318.68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cat-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 30997, "id": 983, "name": "cat-duotone", "prevSize": 16, "code": 60176, "codes": [60176, 60177] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 264 + }, + { + "icon": { + "paths": [ + "M800 160v640c0 17.673-14.327 32-32 32v0h-640c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 640-640c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z", + "M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM768 800h-640l640-640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cell-signal-full-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30998, + "id": 982, + "name": "cell-signal-full-duotone", + "prevSize": 16, + "code": 60178, + "codes": [60178, 60179] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 265 + }, + { + "icon": { + "paths": [ + "M640 242.8v589.2h-512c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0z", + "M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM608 320v480h-480zM768 800h-96v-544l96-96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cell-signal-high-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 30999, + "id": 981, + "name": "cell-signal-high-duotone", + "prevSize": 16, + "code": 60180, + "codes": [60180, 60181] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 266 + }, + { + "icon": { + "paths": [ + "M320 562.8v269.2h-192c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0z", + "M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM288 640v160h-160zM768 800h-416v-224l416-416z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cell-signal-low-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31000, + "id": 980, + "name": "cell-signal-low-duotone", + "prevSize": 16, + "code": 60182, + "codes": [60182, 60183] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 267 + }, + { + "icon": { + "paths": [ + "M480 402.8v429.2h-352c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0z", + "M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM448 480v320h-320zM768 800h-256v-384l256-256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cell-signal-medium-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31001, + "id": 979, + "name": "cell-signal-medium-duotone", + "prevSize": 16, + "code": 60184, + "codes": [60184, 60185] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 268 + }, + { + "icon": { + "paths": [ + "M792.48 100.92c-7.23-3.075-15.641-4.862-24.468-4.862-17.672 0-33.67 7.162-45.252 18.742l-640 640c-11.549 11.576-18.69 27.554-18.69 45.2 0 35.322 28.614 63.96 63.927 64l640.004 0c35.346 0 64-28.654 64-64v0-640c-0.023-26.493-16.139-49.216-39.1-58.922l-0.42-0.158zM768 800h-640l640-640z" + ], + "attrs": [{}], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": ["cell-signal-none-duotone"], + "colorPermutations": { "16868681": [{}] } + }, + "attrs": [{}], + "properties": { "order": 31002, "id": 978, "name": "cell-signal-none-duotone", "prevSize": 16, "code": 60186 }, + "setIdx": 5, + "setId": 5, + "iconIdx": 269 + }, + { + "icon": { + "paths": [ + "M800 160v640c0 17.673-14.327 32-32 32v0h-640c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 640-640c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z", + "M855.68 842.48l-640-704c-5.878-6.456-14.318-10.493-23.7-10.493-17.68 0-32.013 14.332-32.013 32.013 0 8.298 3.157 15.858 8.336 21.546l-0.023-0.026 232.28 255.44-317.8 317.76c-11.597 11.584-18.77 27.594-18.77 45.28 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l640 0c6.515-0.031 12.787-1.023 18.697-2.841l-0.457 0.121 22.080 24.24c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM128 800l315.6-315.56 286.96 315.56zM512.72 370.040c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l210.040-210c11.58-11.573 27.574-18.73 45.24-18.73 35.322 0 63.96 28.614 64 63.926l0 0.004v478.52c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-478.52l-210 210.040c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cell-signal-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31003, + "id": 977, + "name": "cell-signal-slash-duotone", + "prevSize": 16, + "code": 60187, + "codes": [60187, 60188] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 270 + }, + { + "icon": { + "paths": [ + "M800 160v480l-182.64 182.64c-5.786 5.78-13.775 9.356-22.599 9.36l-466.761 0c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 640-640c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z", + "M854.64 777.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.4 73.4c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l73.36-73.36-73.36-73.4c-5.449-5.727-8.801-13.492-8.801-22.041 0-17.673 14.327-32 32-32 8.548 0 16.314 3.352 22.054 8.813l-0.013-0.013 73.4 73.36 73.36-73.36c5.793-5.797 13.797-9.384 22.64-9.384 17.675 0 32.004 14.329 32.004 32.004 0 8.833-3.578 16.829-9.364 22.62l-73.4 73.4zM512 800h-384l640-640v320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-0.003 0-0.007 0-0.010 0-35.346-28.654-64-64-64-17.666 0-33.66 7.157-45.24 18.731l-640 640c-11.597 11.584-18.77 27.594-18.77 45.28 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l384 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cell-signal-x-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31004, "id": 976, "name": "cell-signal-x-duotone", "prevSize": 16, "code": 60189, "codes": [60189, 60190] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 271 + }, + { + "icon": { + "paths": [ + "M896 224v144.92c-33.813-30.335-78.74-48.884-128-48.884-106.052 0-192.024 85.972-192.024 192.024 0 56.792 24.654 107.825 63.844 142.982l0.18 0.158v112.8h-480c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M992 512c0-0.062 0-0.134 0-0.207 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 61.052 24.425 116.4 64.036 156.804l-0.036-0.037v227.44c-0 0.007-0 0.015-0 0.023 0 17.673 14.327 32 32 32 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383 17.673 0 32-14.327 32-32 0-0.008-0-0.016-0-0.024l0 0.001v-227.44c39.571-40.254 64-95.503 64-156.457 0-0.036-0-0.073-0-0.109l0 0.006zM768 352c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0zM782.32 803.36c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-129.88c28.094 13.657 61.115 21.64 96 21.64s67.906-7.983 97.335-22.222l-1.335 0.582v129.88zM544 768c0 17.673-14.327 32-32 32v0h-352c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0h-704v512h352c17.673 0 32 14.327 32 32v0zM480 544c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM480 416c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["certificate-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31005, "id": 975, "name": "certificate-duotone", "prevSize": 16, "code": 60191, "codes": [60191, 60192] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 272 + }, + { + "icon": { + "paths": [ + "M224 352v-192c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0 192c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0zM832 576h-640c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z", + "M832 544h-128v-128h64c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h64v128h-128c-35.346 0-64 28.654-64 64v0 64c0 35.346 28.654 64 64 64v0h32v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h448v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h32c35.346 0 64-28.654 64-64v0-64c0-35.346-28.654-64-64-64v0zM256 160h512v192h-512zM384 416h256v128h-256zM832 672h-640v-64h640v64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chair-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31006, "id": 974, "name": "chair-duotone", "prevSize": 16, "code": 60193, "codes": [60193, 60194] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 273 + }, + { + "icon": { + "paths": [ + "M768 320v352h-288v128h-224v-480z", + "M960 768h-32v-544c0-35.346-28.654-64-64-64v0h-704c-35.346 0-64 28.654-64 64v0 544h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 224h704v544h-64v-96c0-17.673-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32v0 96h-160v-416h448v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 448h-64zM736 768h-224v-64h224z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chalkboard-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31007, "id": 973, "name": "chalkboard-duotone", "prevSize": 16, "code": 60195, "codes": [60195, 60196] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 274 + }, + { + "icon": { + "paths": [ + "M736 672v128h-256v-128z", + "M96 672v-448c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0 448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448h-704v448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM992 800c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384v-96c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0 96h192c17.673 0 32 14.327 32 32v0zM512 768h192v-64h-192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chalkboard-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31008, + "id": 972, + "name": "chalkboard-simple-duotone", + "prevSize": 16, + "code": 60197, + "codes": [60197, 60198] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 275 + }, + { + "icon": { + "paths": [ + "M768 320v384h-352c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0h-32v-256z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h53.56c0.003 0 0.007 0 0.010 0 12.688 0 23.651-7.384 28.826-18.089l0.083-0.191c31.527-65.449 97.342-109.812 173.52-109.812s141.993 44.364 173.021 108.664l0.499 1.148c5.259 10.896 16.222 18.28 28.91 18.28 0.004 0 0.007-0 0.011-0l245.559 0c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM320 576c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM864 800h-226.28c-27.012-45.87-66.468-81.89-113.738-103.976l-1.582-0.664c32.953-29.437 53.6-72.055 53.6-119.495 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 47.44 20.647 90.058 53.444 119.358l0.156 0.137c-48.852 22.75-88.308 58.77-114.664 103.439l-0.656 1.201h-34.28v-576h704zM224 384v-64c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0 384c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-320h-448v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chalkboard-teacher-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31009, + "id": 971, + "name": "chalkboard-teacher-duotone", + "prevSize": 16, + "code": 60199, + "codes": [60199, 60200] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 276 + }, + { + "icon": { + "paths": [ + "M480 704c-178.8 0-174.8-231.48-143.2-416h286.4c31.6 184.52 35.6 416-143.2 416z", + "M599.64 54.12c-4.296-12.947-16.295-22.12-30.437-22.12-0.001 0-0.002 0-0.004 0l-178.36-0c-0.001-0-0.002-0-0.003-0-14.142 0-26.141 9.173-30.371 21.894l-0.065 0.226c-21.403 65.334-41.148 145.755-55.314 228.084l-1.526 10.716c-29.040 177-17.4 303.040 34.6 374.64 25.409 35.525 64.285 60.020 109.018 66.030l0.822 0.090v194.32h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-194.32c45.564-6.070 84.45-30.574 109.511-65.635l0.329-0.485c52-71.6 63.68-197.64 34.64-374.64-15.692-93.045-35.437-173.466-60.36-251.575l3.52 12.775zM414.36 96h131.32c12.24 40.76 27.080 97.68 39.2 160h-209.68c12.12-62.32 26.92-119.24 39.16-160zM570.080 629.92c-20.56 28.32-50.080 42.080-90.080 42.080s-69.48-13.76-90.040-42.040c-46.36-63.8-43.76-189.96-25.96-309.96h232c17.88 120 20.48 246.080-25.92 309.92zM928 208c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 80c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM832 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["champagne-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31010, "id": 970, "name": "champagne-duotone", "prevSize": 16, "code": 60201, "codes": [60201, 60202] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 277 + }, + { + "icon": { + "paths": [ + "M672 224v640h-448v-640c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0z", + "M538.48 494.040c3.458 5.035 5.523 11.262 5.523 17.971 0 4.275-0.838 8.355-2.36 12.083l0.077-0.214-64 160c-4.864 11.876-16.333 20.089-29.72 20.089-17.689 0-32.029-14.34-32.029-32.029 0-4.302 0.848-8.406 2.386-12.153l-0.078 0.213 46.44-116h-80.72c-0.016 0-0.036 0-0.055 0-17.673 0-32-14.327-32-32 0-4.325 0.858-8.449 2.413-12.213l-0.078 0.213 64-160c4.88-11.856 16.343-20.051 29.72-20.051 17.701 0 32.051 14.35 32.051 32.051 0 4.325-0.856 8.449-2.409 12.213l0.078-0.213-46.44 116h80.72c10.967 0.002 20.645 5.52 26.409 13.931l0.071 0.109zM992 346.52v325.48c0 53.019-42.981 96-96 96s-96-42.981-96-96v0-160c0-17.673-14.327-32-32-32v0h-64v352h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-608c0-53.019 42.981-96 96-96v0h320c53.019 0 96 42.981 96 96v0 192h64c53.019 0 96 42.981 96 96v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-325.48c-0.027-8.796-3.598-16.752-9.36-22.52l-77.28-77.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 77.36 77.28c17.299 17.27 28.001 41.143 28.001 67.517 0 0.128-0 0.256-0.001 0.383l0-0.020zM640 832v-608c0-17.673-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32v0 608z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["charging-station-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31011, + "id": 969, + "name": "charging-station-duotone", + "prevSize": 16, + "code": 60203, + "codes": [60203, 60204] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 278 + }, + { + "icon": { + "paths": [ + "M832 160v672h-224v-672z", + "M896 800h-32v-640c0-17.673-14.327-32-32-32v0h-224c-17.673 0-32 14.327-32 32v0 160h-192c-17.673 0-32 14.327-32 32v0 160h-160c-17.673 0-32 14.327-32 32v0 256h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 192h160v608h-160zM416 384h160v416h-160zM224 576h128v224h-128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chart-bar-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31012, "id": 968, "name": "chart-bar-duotone", "prevSize": 16, "code": 60205, "codes": [60205, 60206] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 279 + }, + { + "icon": { + "paths": [ + "M864 416v192h-704v-192z", + "M864 384h-160v-160c0-17.673-14.327-32-32-32v0h-480v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h352c17.673 0 32-14.327 32-32v0-160h288c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM640 256v128h-448v-128zM512 768h-320v-128h320zM832 576h-640v-128h640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chart-bar-horizontal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31013, + "id": 967, + "name": "chart-bar-horizontal-duotone", + "prevSize": 16, + "code": 60207, + "codes": [60207, 60208] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 280 + }, + { + "icon": { + "paths": [ + "M896 517.48c-2.88 206.8-171.68 375.6-378.48 378.48h-5.52v-223.96c0.072 0 0.156 0 0.241 0 88.366 0 160-71.634 160-160 0-79.198-57.542-144.956-133.099-157.748l-0.942-0.132c-14.983-2.702-26.201-15.642-26.201-31.203 0-0.083 0-0.167 0.001-0.25l-0 0.013v-162.68c-0-0.033-0-0.073-0-0.112 0-17.673 14.327-32 32-32 0.943 0 1.877 0.041 2.8 0.121l-0.12-0.008c197.6 17.84 352.12 186.6 349.32 389.48z", + "M549.56 96.24c-1.666-0.154-3.603-0.242-5.56-0.242-35.346 0-64 28.654-64 64 0 0.001 0 0.001 0 0.002l-0-0v162.68c-0.001 0.138-0.002 0.301-0.002 0.465 0 31.35 22.74 57.389 52.625 62.522l0.376 0.053c61.001 10.514 106.821 63.024 106.821 126.236 0 70.692-57.308 128-128 128-68.313 0-124.127-53.515-127.807-120.909l-0.014-0.327c-1.64-32.88 5.080-60 20-81.040v0c7.427-10.256 11.88-23.089 11.88-36.962 0-17.548-7.125-33.431-18.639-44.916l-0.001-0.001-110.48-113.080c-11.582-11.582-27.582-18.746-45.256-18.746-19.767 0-37.441 8.961-49.181 23.043l-0.083 0.103c-59.853 71.352-96.209 164.172-96.209 265.484 0 115.718 47.43 220.357 123.91 295.539l0.058 0.057c74.614 74.043 177.389 119.802 290.851 119.802 0.404 0 0.808-0.001 1.212-0.002l-0.063 0h5.96c224.867-3.949 406.114-185.21 410.035-409.709l0.005-0.371c3-217.2-163.24-402.4-378.44-421.68zM241.28 287.76l110.44 112.76v0.24c-15.729 22.32-26.429 49.261-29.881 78.423l-0.079 0.817h-160.32c6.885-73.934 35.903-140.024 80.275-192.77l-0.435 0.53zM161.48 544h161.2c13.979 80.642 76.684 143.36 156.173 157.195l1.147 0.165v161.2c-169.142-15.91-302.632-149.414-318.413-317.156l-0.107-1.404zM760.56 760.56c-56.109 56.489-131.341 93.922-215.169 101.775l-1.391 0.105v-161.080c38.656-6.602 72.43-24.029 99.020-49.013l-0.1 0.093c37.651-35.148 61.119-85.073 61.119-140.479 0-94.749-68.631-173.468-158.893-189.156l-1.147-0.165v-162.64c182.080 16.32 322.68 173.12 320 357-1.35 95.347-40.641 181.261-103.417 243.538l-0.023 0.022z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chart-donut-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31014, "id": 966, "name": "chart-donut-duotone", "prevSize": 16, "code": 60209, "codes": [60209, 60210] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 281 + }, + { + "icon": { + "paths": [ + "M896 224v608h-768v-640h736c17.673 0 32 14.327 32 32v0z", + "M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 50.76l224 224 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 233.36 233.4v-82.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0.029 0.478 0.046 1.037 0.046 1.6s-0.017 1.122-0.049 1.677l0.004-0.077c0 0.44 0 0.84-0.2 1.28s0 1.2-0.28 1.84c-0.101 0.578-0.226 1.076-0.382 1.56l0.022-0.080c0 0.52-0.24 1.040-0.4 1.56s-0.32 0.92-0.48 1.4l-0.56 1.56-0.6 1.24c-0.24 0.52-0.48 1.080-0.76 1.6s-0.44 0.72-0.64 1.12l-0.96 1.56-0.84 1.12-1.040 1.4c-0.44 0.56-0.96 1.080-1.44 1.6l-0.64 0.72-0.68 0.6c-0.517 0.512-1.065 0.996-1.639 1.449l-0.041 0.031c-0.381 0.332-0.798 0.66-1.231 0.967l-0.049 0.033-1.2 0.88-1.52 0.92c-0.333 0.22-0.726 0.446-1.133 0.65l-0.067 0.030-1.48 0.76-1.36 0.6-1.44 0.52c-0.414 0.182-0.92 0.36-1.44 0.502l-0.080 0.018-1.44 0.4c-0.56 0-1.040 0.28-1.6 0.36l-1.68 0.28-1.4 0.2c-0.472 0.028-1.024 0.045-1.58 0.045s-1.108-0.016-1.656-0.048l0.076 0.004h-160.16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h82.76l-210.76-210.64-105.36 105.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-201.36-201.4v466.76h736c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chart-line-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31015, + "id": 965, + "name": "chart-line-down-duotone", + "prevSize": 16, + "code": 60211, + "codes": [60211, 60212] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 282 + }, + { + "icon": { + "paths": [ + "M896 224v608h-768v-640h736c17.673 0 32 14.327 32 32v0z", + "M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 377.48l202.92-177.48c5.598-4.92 12.987-7.922 21.077-7.922 7.241 0 13.921 2.405 19.283 6.46l-0.080-0.058 235.24 176.44 236.48-206.92c5.779-5.722 13.733-9.258 22.512-9.258 17.673 0 32 14.327 32 32 0 10.235-4.805 19.348-12.282 25.205l-0.070 0.053-256 224c-5.598 4.92-12.987 7.922-21.077 7.922-7.241 0-13.921-2.405-19.283-6.46l0.080 0.058-235.24-176.36-225.56 197.36v145.48h736c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chart-line-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31016, "id": 964, "name": "chart-line-duotone", "prevSize": 16, "code": 60213, "codes": [60213, 60214] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 283 + }, + { + "icon": { + "paths": [ + "M896 224v608h-768v-640h736c17.673 0 32 14.327 32 32v0z", + "M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 434.76l201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l105.36 105.4 210.76-210.76h-82.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.76l-233.36 233.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-105.36-105.4-224 224v82.76h736c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chart-line-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31017, "id": 963, "name": "chart-line-up-duotone", "prevSize": 16, "code": 60215, "codes": [60215, 60216] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 284 + }, + { + "icon": { + "paths": [ + "M512 128v384l-332.56 192c-32.344-55.077-51.446-121.308-51.446-192 0-212.077 171.923-384 384-384 0.002 0 0.004 0 0.006 0l-0-0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM799.48 309.080l-255.48 147.48v-295.080c105.87 9.984 197.039 65.51 254.75 146.522l0.73 1.078zM480 161.48v332l-287.56 166c-20.443-43.255-32.377-93.965-32.377-147.463 0-183.116 139.825-333.573 318.53-350.429l1.407-0.107zM512 864c-118.309-0.050-222.966-58.459-286.75-148.001l-0.73-1.079 607.040-350.44c20.459 43.27 32.404 94 32.404 147.52 0 194.391-157.575 351.979-351.962 352l-0.002 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chart-pie-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31018, "id": 962, "name": "chart-pie-duotone", "prevSize": 16, "code": 60217, "codes": [60217, 60218] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 285 + }, + { + "icon": { + "paths": [ + "M384 150v288l-249.6 144c-4.087-21.033-6.425-45.219-6.425-69.952 0-166.205 105.592-307.747 253.351-361.202l2.674-0.845z", + "M400 465.72c9.632-5.636 16-15.931 16-27.713 0-0.003-0-0.005-0-0.008l0 0v-288c-0.102-17.596-14.389-31.821-31.999-31.821-3.814 0-7.472 0.667-10.863 1.891l0.223-0.070c-162.982 58.904-277.365 212.289-277.365 392.389 0 26.733 2.52 52.877 7.336 78.208l-0.411-2.598c1.974 10.392 8.75 18.87 17.884 23.157l0.196 0.083c3.902 1.869 8.483 2.96 13.318 2.96 0.029 0 0.058-0 0.086-0l-0.004 0c0.004 0 0.008 0 0.012 0 5.886 0 11.401-1.589 16.139-4.362l-0.151 0.082zM352 198.48v221.040l-191.52 110.52c-0.48-6.040-0.48-12.12-0.48-18.040 0.123-135.968 77.213-253.902 190.046-312.595l1.954-0.925zM873.36 306.080c-0.36-0.72-0.72-1.48-1.16-2.2s-0.8-1.32-1.24-1.96c-73.548-123.998-206.687-205.84-358.948-205.92l-0.012-0c-17.673 0-32 14.327-32 32v0 367.32l-315.24 183.6c-9.605 5.642-15.952 15.922-15.952 27.685 0 6.019 1.662 11.651 4.552 16.46l-0.081-0.145c73.609 123.73 206.634 205.344 358.72 205.344 229.75 0 416-186.25 416-416 0-0.093-0-0.186-0-0.279l0 0.015c0-0.156 0-0.341 0-0.526 0-75.576-20.282-146.415-55.7-207.37l1.060 1.976zM544 161.44c105.916 10.028 197.112 65.609 254.829 146.679l0.731 1.081-255.56 148.84zM512 864c-117.279-0.31-221.103-57.635-285.258-145.708l-0.702-1.012 605.56-352.72c20.436 43.248 32.367 93.951 32.367 147.44 0 194.392-157.577 351.981-351.964 352l-0.002 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chart-pie-slice-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31019, + "id": 961, + "name": "chart-pie-slice-duotone", + "prevSize": 16, + "code": 60219, + "codes": [60219, 60220] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 286 + }, + { + "icon": { + "paths": [ + "M736 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM862.52 480h-96.6c-15.199-115.933-105.987-206.721-220.622-221.781l-1.298-0.139v-96.6c169.036 16.113 302.407 149.484 318.41 317.097l0.11 1.423zM480 480h-157.28c14.109-80.546 76.734-143.172 156.126-157.112l1.154-0.168zM480 544v157.28c-80.546-14.109-143.172-76.734-157.112-156.126l-0.168-1.154zM544 544h157.28c-14.109 80.546-76.734 143.172-156.126 157.112l-1.154 0.168zM544 480v-157.28c80.546 14.109 143.172 76.734 157.112 156.126l0.168 1.154zM480 161.48v96.6c-115.933 15.199-206.721 105.987-221.781 220.622l-0.139 1.298h-96.6c16.113-169.036 149.484-302.407 317.097-318.41l1.423-0.11zM161.48 544h96.6c15.199 115.933 105.987 206.721 220.622 221.781l1.298 0.139v96.6c-169.036-16.113-302.407-149.484-318.41-317.097l-0.11-1.423zM544 862.52v-96.6c115.933-15.199 206.721-105.987 221.781-220.622l0.139-1.298h96.6c-16.113 169.036-149.484 302.407-317.097 318.41l-1.423 0.11z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chart-polar-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31020, "id": 960, "name": "chart-polar-duotone", "prevSize": 16, "code": 60221, "codes": [60221, 60222] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 287 + }, + { + "icon": { + "paths": [ + "M896 224v608h-768v-640h736c17.673 0 32 14.327 32 32v0z", + "M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 608h736c17.673 0 32 14.327 32 32v0zM528 640c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM432 416c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM304 704c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM688 512c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM784 352c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM704 656c0 26.51 21.49 48 48 48s48-21.49 48-48c0-26.51-21.49-48-48-48v0c-26.51 0-48 21.49-48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chart-scatter-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31021, "id": 959, "name": "chart-scatter-duotone", "prevSize": 16, "code": 60223, "codes": [60223, 60224] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 288 + }, + { + "icon": { + "paths": [ + "M896 224v512c0 17.673-14.327 32-32 32v0h-237.88c-0.003-0-0.006-0-0.010-0-11.586 0-21.734 6.158-27.35 15.379l-0.080 0.141-59.24 96.96c-5.694 9.372-15.847 15.537-27.44 15.537s-21.746-6.165-27.36-15.395l-0.080-0.142-59.24-96.96c-5.696-9.362-15.844-15.52-27.43-15.52-0.003 0-0.007 0-0.010 0l-237.879-0c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M464 480c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM688 528c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM928 224v512c0 35.346-28.654 64-64 64v0h-237.88l-59.36 97.16c-11.413 18.62-31.652 30.854-54.748 30.854-23.194 0-43.507-12.338-54.732-30.81l-0.16-0.284-59.24-96.92h-237.88c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 224h-704v512h237.88c23.111 0.062 43.348 12.304 54.641 30.642l0.159 0.278 59.32 97.080 59.28-97.28c11.494-18.549 31.737-30.72 54.824-30.72 0.006 0 0.011 0 0.017 0l237.879-0zM336 528c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-centered-dots-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31022, + "id": 958, + "name": "chat-centered-dots-duotone", + "prevSize": 16, + "code": 60225, + "codes": [60225, 60226] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 289 + }, + { + "icon": { + "paths": [ + "M896 224v512c0 17.673-14.327 32-32 32v0h-237.88c-0.003-0-0.006-0-0.010-0-11.586 0-21.734 6.158-27.35 15.379l-0.080 0.141-59.24 96.96c-5.694 9.372-15.847 15.537-27.44 15.537s-21.746-6.165-27.36-15.395l-0.080-0.142-59.24-96.96c-5.696-9.362-15.844-15.52-27.43-15.52-0.003 0-0.007 0-0.010 0l-237.879-0c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h237.88l59.24 96.92c11.385 18.755 31.698 31.094 54.892 31.094 23.096 0 43.334-12.234 54.589-30.575l0.159-0.279 59.36-97.16h237.88c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM864 736h-237.88c-23.083 0.051-43.303 12.261-54.601 30.563l-0.159 0.277-59.36 97.16-59.4-97.2c-11.464-18.547-31.661-30.735-54.71-30.8l-0.010-0h-237.88v-512h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-centered-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31023, "id": 957, "name": "chat-centered-duotone", "prevSize": 16, "code": 60227, "codes": [60227, 60228] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 290 + }, + { + "icon": { + "paths": [ + "M896 224v512c0 17.673-14.327 32-32 32v0h-237.88c-0.003-0-0.006-0-0.010-0-11.586 0-21.734 6.158-27.35 15.379l-0.080 0.141-59.24 96.96c-5.694 9.372-15.847 15.537-27.44 15.537s-21.746-6.165-27.36-15.395l-0.080-0.142-59.24-96.96c-5.696-9.362-15.844-15.52-27.43-15.52-0.003 0-0.007 0-0.010 0l-237.879-0c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M352 416c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM384 576h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 224v512c0 35.346-28.654 64-64 64v0h-237.88l-59.36 97.16c-11.413 18.62-31.652 30.854-54.748 30.854-23.194 0-43.507-12.338-54.732-30.81l-0.16-0.284-59.24-96.92h-237.88c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 224h-704v512h237.88c23.111 0.062 43.348 12.304 54.641 30.642l0.159 0.278 59.32 97.080 59.28-97.28c11.494-18.549 31.737-30.72 54.824-30.72 0.006 0 0.011 0 0.017 0l237.879-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-centered-text-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31024, + "id": 956, + "name": "chat-centered-text-duotone", + "prevSize": 16, + "code": 60229, + "codes": [60229, 60230] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 291 + }, + { + "icon": { + "paths": [ + "M896 512c0 0.014 0 0.031 0 0.048 0 212.077-171.923 384-384 384-70.806 0-137.136-19.164-194.086-52.588l1.806 0.98-149.56 49.88c-3.021 1.042-6.502 1.644-10.124 1.644-17.673 0-32-14.327-32-32 0-3.622 0.602-7.103 1.71-10.349l-0.067 0.225 49.88-149.56c-32.414-55.124-51.56-121.425-51.56-192.197 0-212.077 171.923-384 384-384 212.048 0 383.953 171.875 384 383.912l0 0.005z", + "M512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM512 864c-0.071 0-0.155 0-0.239 0-64.812 0-125.526-17.542-177.654-48.137l1.654 0.897c-4.587-2.706-10.105-4.309-15.997-4.32l-0.003-0c-3.623 0.002-7.103 0.617-10.34 1.747l0.22-0.067-149.64 49.88 49.88-149.6c1.048-3.029 1.653-6.519 1.653-10.151 0-5.895-1.594-11.417-4.374-16.16l0.082 0.151c-29.734-50.544-47.298-111.341-47.298-176.24 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.384-157.563 351.967-351.939 352l-0.003 0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-circle-dots-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31025, + "id": 955, + "name": "chat-circle-dots-duotone", + "prevSize": 16, + "code": 60231, + "codes": [60231, 60232] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 292 + }, + { + "icon": { + "paths": [ + "M896 512c0 0.014 0 0.031 0 0.048 0 212.077-171.923 384-384 384-70.806 0-137.136-19.164-194.086-52.588l1.806 0.98-149.56 49.88c-3.021 1.042-6.502 1.644-10.124 1.644-17.673 0-32-14.327-32-32 0-3.622 0.602-7.103 1.71-10.349l-0.067 0.225 49.88-149.56c-32.414-55.124-51.56-121.425-51.56-192.197 0-212.077 171.923-384 384-384 212.048 0 383.953 171.875 384 383.912l0 0.005z", + "M512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM512 864c-0.071 0-0.155 0-0.239 0-64.812 0-125.526-17.542-177.654-48.137l1.654 0.897c-4.602-2.714-10.141-4.318-16.053-4.318-3.615 0-7.091 0.6-10.332 1.705l0.225-0.067-149.6 49.92 49.88-149.6c1.048-3.029 1.653-6.519 1.653-10.151 0-5.895-1.594-11.417-4.374-16.16l0.082 0.151c-29.734-50.544-47.298-111.341-47.298-176.24 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.384-157.563 351.967-351.939 352l-0.003 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31026, "id": 954, "name": "chat-circle-duotone", "prevSize": 16, "code": 60233, "codes": [60233, 60234] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 293 + }, + { + "icon": { + "paths": [ + "M896 512c0 0.014 0 0.031 0 0.048 0 212.077-171.923 384-384 384-70.806 0-137.136-19.164-194.086-52.588l1.806 0.98-149.56 49.88c-3.021 1.042-6.502 1.644-10.124 1.644-17.673 0-32-14.327-32-32 0-3.622 0.602-7.103 1.71-10.349l-0.067 0.225 49.88-149.56c-32.414-55.124-51.56-121.425-51.56-192.197 0-212.077 171.923-384 384-384 212.048 0 383.953 171.875 384 383.912l0 0.005z", + "M512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM512 864c-0.071 0-0.155 0-0.239 0-64.812 0-125.526-17.542-177.654-48.137l1.654 0.897c-4.587-2.706-10.105-4.309-15.997-4.32l-0.003-0c-3.623 0.002-7.103 0.617-10.34 1.747l0.22-0.067-149.64 49.88 49.88-149.6c1.048-3.029 1.653-6.519 1.653-10.151 0-5.895-1.594-11.417-4.374-16.16l0.082 0.151c-29.734-50.544-47.298-111.341-47.298-176.24 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.384-157.563 351.967-351.939 352l-0.003 0zM672 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM672 576c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-circle-text-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31027, + "id": 953, + "name": "chat-circle-text-duotone", + "prevSize": 16, + "code": 60235, + "codes": [60235, 60236] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 294 + }, + { + "icon": { + "paths": [ + "M896 256v512c0 17.673-14.327 32-32 32v0h-534c-7.87 0.002-15.075 2.845-20.647 7.559l0.047-0.039-128.8 112.92c-5.526 4.672-12.731 7.512-20.6 7.512-17.656 0-31.973-14.3-32-31.95l-0-0.003v-640c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 192h-704c-35.346 0-64 28.654-64 64v0 640c-0.001 0.112-0.001 0.244-0.001 0.376 0 25.426 14.967 47.356 36.572 57.461l0.389 0.163c7.927 3.77 17.223 5.979 27.033 6l0.007 0c15.684-0.039 30.025-5.752 41.088-15.194l-0.088 0.074c0.197-0.13 0.367-0.275 0.518-0.438l0.002-0.002 128.48-112.44h534c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 896v0zM864 768h-534c-0.009-0-0.019-0-0.030-0-15.724 0-30.124 5.671-41.266 15.078l0.095-0.078-0.48 0.44-128.32 112.56v-640h704zM464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM288 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM640 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-dots-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31028, "id": 952, "name": "chat-dots-duotone", "prevSize": 16, "code": 60237, "codes": [60237, 60238] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 295 + }, + { + "icon": { + "paths": [ + "M896 256v512c0 17.673-14.327 32-32 32v0h-534c-7.87 0.002-15.075 2.845-20.647 7.559l0.047-0.039-128.8 112.92c-5.526 4.672-12.731 7.512-20.6 7.512-17.656 0-31.973-14.3-32-31.95l-0-0.003v-640c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 192h-704c-35.346 0-64 28.654-64 64v0 640c-0.001 0.114-0.001 0.248-0.001 0.383 0 25.435 14.987 47.369 36.611 57.454l0.39 0.163c7.914 3.774 17.197 5.984 26.995 6l0.005 0c15.684-0.039 30.025-5.752 41.088-15.194l-0.088 0.074c0.197-0.13 0.367-0.275 0.518-0.438l0.002-0.002 128.48-112.44h534c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 896v0zM864 768h-534c-0.009-0-0.019-0-0.030-0-15.724 0-30.124 5.671-41.266 15.078l0.095-0.078-0.48 0.44-128.32 112.56v-640h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31029, "id": 951, "name": "chat-duotone", "prevSize": 16, "code": 60239, "codes": [60239, 60240] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 296 + }, + { + "icon": { + "paths": [ + "M927.040 865.36c0.589 1.979 0.927 4.254 0.927 6.607 0 13.255-10.745 24-24 24-2.354 0-4.628-0.339-6.777-0.97l0.17 0.043-119.48-34.12c-39.806 22.086-87.291 35.085-137.812 35.085-124.849 0-231.157-79.388-271.195-190.437l-0.632-2.008c5.2 0.28 10.44 0.44 15.72 0.44 0.007 0 0.014 0 0.022 0 159.058 0 288-128.942 288-288 0-34.233-5.973-67.071-16.933-97.528l0.631 2.008c152.158 8.561 272.304 134.036 272.304 287.572 0 50.547-13.022 98.053-35.894 139.345l0.751-1.477z", + "M927.16 749.32c20.728-41.214 32.864-89.817 32.864-141.255 0-163.248-122.243-297.945-280.185-317.547l-1.56-0.158c-50.231-114.962-162.945-193.845-294.083-193.845-176.731 0-320 143.269-320 320 0 51.262 12.053 99.708 33.481 142.66l-0.837-1.854-30.64 107.28c-1.36 4.597-2.143 9.878-2.143 15.343 0 30.928 25.072 56 56 56 5.464 0 10.746-0.783 15.739-2.242l-0.396 0.099 107.28-30.64c29.929 15.048 64.721 25.809 101.438 30.362l1.562 0.158c50.108 115.251 162.969 194.38 294.312 194.38 51.466 0 100.095-12.15 143.174-33.738l-1.846 0.838 107.28 30.64c4.597 1.36 9.878 2.143 15.343 2.143 30.928 0 56-25.072 56-56 0-5.464-0.783-10.746-2.242-15.739l0.099 0.396zM246.12 636.92c-3.132 0-6.162 0.438-9.032 1.257l0.232-0.057-105.64 30.2 30.2-105.64c0.759-2.596 1.195-5.579 1.195-8.663 0-5.624-1.451-10.909-3.998-15.501l0.083 0.164c-19.616-35.34-31.162-77.501-31.162-122.358 0-141.274 114.526-255.8 255.8-255.8s255.8 114.526 255.8 255.8c0 141.274-114.526 255.8-255.8 255.8-44.857 0-87.018-11.546-123.671-31.829l1.313 0.667c-4.412-2.512-9.688-4.007-15.31-4.040l-0.010-0zM862.12 754.68l30.2 105.64-105.64-30.2c-2.596-0.759-5.579-1.195-8.663-1.195-5.624 0-10.909 1.451-15.501 3.998l0.164-0.083c-35.373 19.612-77.567 31.155-122.456 31.155-94.991 0-177.91-51.689-222.164-128.474l-0.659-1.241c161.747-17.339 286.602-153.089 286.602-318 0-20.306-1.893-40.17-5.512-59.424l0.31 1.985c113.949 27.531 197.277 128.621 197.277 249.174 0 44.929-11.574 87.156-31.904 123.859l0.667-1.313c-2.478 4.439-3.937 9.738-3.937 15.378 0 3.113 0.445 6.123 1.274 8.968l-0.056-0.226z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chats-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31030, "id": 950, "name": "chats-circle-duotone", "prevSize": 16, "code": 60241, "codes": [60241, 60242] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 297 + }, + { + "icon": { + "paths": [ + "M896 384v512l-158.32-128h-385.68c-17.673 0-32-14.327-32-32v0-160h352c17.673 0 32-14.327 32-32v0-192h160c17.673 0 32 14.327 32 32v0z", + "M864 320h-128v-128c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 512c0.057 17.63 14.362 31.9 32 31.9 7.596 0 14.574-2.647 20.062-7.068l-0.062 0.048 140-112.88v120c0 35.346 28.654 64 64 64v0h374.36l149.64 120.88c5.416 4.409 12.392 7.089 19.993 7.12l0.007 0c17.673 0 32-14.327 32-32v0-512c0-35.346-28.654-64-64-64v0zM266.2 551.12l-106.2 85.88v-445h512v352h-385.68c-7.65 0.001-14.674 2.687-20.179 7.166l0.059-0.046zM864 829l-106.2-85.88c-5.416-4.409-12.392-7.089-19.993-7.12l-0.007-0h-385.8v-128h320c35.346 0 64-28.654 64-64v0-160h128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chats-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31031, "id": 949, "name": "chats-duotone", "prevSize": 16, "code": 60243, "codes": [60243, 60244] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 298 + }, + { + "icon": { + "paths": [ + "M928 608v264c0 13.255-10.745 24-24 24v0h-264c-0.021 0-0.046 0-0.071 0-124.646 0-230.798-79.185-270.895-189.995l-0.634-2.005h15.6c159.058 0 288-128.942 288-288v0 0c0-0.053 0-0.115 0-0.178 0-34.17-5.965-66.946-16.91-97.345l0.63 2.003c152.13 8.572 272.252 134.013 272.28 287.517l0 0.003z", + "M678.28 290.36c-50.126-115.21-162.966-194.305-294.28-194.305-176.712 0-319.968 143.237-320 319.942l-0 0.003v264c0 30.928 25.072 56 56 56v0h226.68c50.776 113.877 162.924 191.85 293.301 192l264.019 0c30.928 0 56-25.072 56-56v0-264c-0.033-163.214-122.251-297.872-280.159-317.482l-1.561-0.158zM128 416c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0h-256zM896 864h-256c-94.933-0.112-177.777-51.767-222.060-128.481l-0.66-1.239c161.801-17.283 286.72-153.059 286.72-318.012 0-20.302-1.892-40.161-5.51-59.412l0.31 1.985c113.911 27.559 197.2 128.631 197.2 249.156 0 0.002-0 0.003-0 0.005l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chats-teardrop-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31032, "id": 948, "name": "chats-teardrop-duotone", "prevSize": 16, "code": 60245, "codes": [60245, 60246] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 299 + }, + { + "icon": { + "paths": [ + "M896 496v0c0 203.241-164.759 368-368 368v0h-337.32c-0.012 0-0.026 0-0.040 0-16.922 0-30.64-13.718-30.64-30.64 0-0.014 0-0.028 0-0.042l-0 0.002v-337.32c0-203.241 164.759-368 368-368v0 0c203.241 0 368 164.759 368 368v0z", + "M528 96c-220.813 0.25-399.75 179.187-400 399.976l-0 0.024v337.32c0.045 34.599 28.081 62.635 62.676 62.68l0.004 0h337.32c220.914 0 400-179.086 400-400s-179.086-400-400-400v0zM528 832h-336v-336c0-185.568 150.432-336 336-336s336 150.432 336 336c0 185.568-150.432 336-336 336v0zM576 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM400 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM752 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-teardrop-dots-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31033, + "id": 947, + "name": "chat-teardrop-dots-duotone", + "prevSize": 16, + "code": 60247, + "codes": [60247, 60248] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 300 + }, + { + "icon": { + "paths": [ + "M896 496v0c0 203.241-164.759 368-368 368v0h-337.32c-0.012 0-0.026 0-0.040 0-16.922 0-30.64-13.718-30.64-30.64 0-0.014 0-0.028 0-0.042l-0 0.002v-337.32c0-203.241 164.759-368 368-368v0 0c203.241 0 368 164.759 368 368v0z", + "M528 96c-220.813 0.25-399.75 179.187-400 399.976l-0 0.024v337.32c0.045 34.599 28.081 62.635 62.676 62.68l0.004 0h337.32c220.914 0 400-179.086 400-400s-179.086-400-400-400v0zM528 832h-336v-336c0-185.568 150.432-336 336-336s336 150.432 336 336c0 185.568-150.432 336-336 336v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-teardrop-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31034, "id": 946, "name": "chat-teardrop-duotone", "prevSize": 16, "code": 60249, "codes": [60249, 60250] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 301 + }, + { + "icon": { + "paths": [ + "M896 496v0c0 203.241-164.759 368-368 368v0h-337.32c-0.012 0-0.026 0-0.040 0-16.922 0-30.64-13.718-30.64-30.64 0-0.014 0-0.028 0-0.042l-0 0.002v-337.32c0-203.241 164.759-368 368-368v0 0c203.241 0 368 164.759 368 368v0z", + "M672 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM640 544h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 496c-0.25 220.813-179.187 399.75-399.976 400l-337.344 0c-34.599-0.045-62.635-28.081-62.68-62.676l-0-0.004v-337.32c0-220.914 179.086-400 400-400s400 179.086 400 400v0zM864 496c0-185.568-150.432-336-336-336s-336 150.432-336 336v0 336h336c185.485-0.205 335.795-150.515 336-335.98l0-0.020z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-teardrop-text-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31035, + "id": 945, + "name": "chat-teardrop-text-duotone", + "prevSize": 16, + "code": 60251, + "codes": [60251, 60252] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 302 + }, + { + "icon": { + "paths": [ + "M896 256v512c0 17.673-14.327 32-32 32v0h-534c-7.87 0.002-15.075 2.845-20.647 7.559l0.047-0.039-128.8 112.92c-5.526 4.672-12.731 7.512-20.6 7.512-17.656 0-31.973-14.3-32-31.95l-0-0.003v-640c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 192h-704c-35.346 0-64 28.654-64 64v0 640c-0.001 0.112-0.001 0.244-0.001 0.376 0 25.426 14.967 47.356 36.572 57.461l0.389 0.163c7.927 3.77 17.223 5.979 27.033 6l0.007 0c15.684-0.039 30.025-5.752 41.088-15.194l-0.088 0.074c0.197-0.13 0.367-0.275 0.518-0.438l0.002-0.002 128.48-112.44h534c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 896v0zM864 768h-534c-0.009-0-0.019-0-0.030-0-15.724 0-30.124 5.671-41.266 15.078l0.095-0.078-0.48 0.44-128.32 112.56v-640h704zM352 448c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM352 576c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["chat-text-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31036, "id": 944, "name": "chat-text-duotone", "prevSize": 16, "code": 60253, "codes": [60253, 60254] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 303 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M694.64 393.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["check-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31037, "id": 943, "name": "check-circle-duotone", "prevSize": 16, "code": 60255, "codes": [60255, 60256] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 304 + }, + { + "icon": { + "paths": [ + "M928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0z", + "M822.64 342.64l-384 384c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-160-160c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l137.36 137.4 361.36-361.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["check-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31038, "id": 942, "name": "check-duotone", "prevSize": 16, "code": 60257, "codes": [60257, 60258] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 305 + }, + { + "icon": { + "paths": [ + "M950.64 341.040l-513.6 513.6c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-286.4-288c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 146.72 141.28c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 370.72-365.28c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 96 94.4c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0z", + "M973.12 272.96l-96-94.24c-11.572-11.525-27.534-18.651-45.16-18.651s-33.588 7.125-45.162 18.653l0.002-0.002-370.8 365.28-0.44-0.44-146.56-141.080c-11.558-11.442-27.463-18.511-45.019-18.511-17.676 0-33.678 7.166-45.26 18.751l-96 96c-11.561 11.578-18.71 27.564-18.71 45.22s7.149 33.642 18.711 45.221l-0.001-0.001 286.48 288c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l513.6-513.52c11.573-11.58 18.731-27.574 18.731-45.24 0-17.765-7.238-33.84-18.927-45.435l-0.004-0.004zM414.48 832l-286.48-288 96-96 0.44 0.44 146.56 141.080c11.56 11.454 27.473 18.531 45.040 18.531s33.48-7.077 45.045-18.536l-0.005 0.005 371.16-365.52 95.76 94.4z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["check-fat-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31039, "id": 941, "name": "check-fat-duotone", "prevSize": 16, "code": 60259, "codes": [60259, 60260] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 306 + }, + { + "icon": { + "paths": [ + "M960 256v512c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h768c35.346 0 64 28.654 64 64v0z", + "M566.64 406.64l-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h0l73.36 73.4 201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM854.64 361.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-201.36 201.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 224-224c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["checks-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31040, "id": 940, "name": "checks-duotone", "prevSize": 16, "code": 60261, "codes": [60261, 60262] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 307 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M694.64 393.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 832v-640h-640v640h640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["check-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31041, "id": 939, "name": "check-square-duotone", "prevSize": 16, "code": 60263, "codes": [60263, 60264] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 308 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-576l-96-96v-576c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M896 192v640c0 35.346-28.654 64-64 64v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288v-640h-640v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM502.64 617.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-201.36 201.4-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 96 96c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 224-224c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["check-square-offset-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31042, + "id": 938, + "name": "check-square-offset-duotone", + "prevSize": 16, + "code": 60265, + "codes": [60265, 60266] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 309 + }, + { + "icon": { + "paths": [ + "M896 608v256h-160v-352zM128 864h160v-352l-160 96z", + "M912.48 580.56l-144.48-86.68v-77.88c0.001-0.085 0.001-0.186 0.001-0.286 0-11.783-6.368-22.078-15.85-27.632l-0.151-0.082-208-118.56v-77.44h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v77.44l-208 118.76c-9.633 5.636-16.001 15.931-16.001 27.714 0 0.101 0 0.201 0.001 0.302l-0-0.015v77.88l-144.48 86.48c-9.362 5.696-15.52 15.844-15.52 27.43 0 0.003 0 0.007 0 0.010l-0-0.001v256c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-256c0-0.003 0-0.006 0-0.010 0-11.586-6.158-21.734-15.379-27.35l-0.141-0.080zM160 626.12l96-57.6v263.48h-96zM512 576c-53.019 0-96 42.981-96 96v0 160h-96v-397.44l192-109.72 192 109.72v397.44h-96v-160c0-53.019-42.981-96-96-96v0zM864 832h-96v-263.48l96 57.6z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["church-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31043, "id": 937, "name": "church-duotone", "prevSize": 16, "code": 60267, "codes": [60267, 60268] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 310 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M385.040 148c-0.624-2.363-0.983-5.075-0.983-7.871 0-14.81 10.060-27.269 23.719-30.918l0.224-0.051c31.21-8.381 67.043-13.195 104-13.195s72.79 4.814 106.905 13.85l-2.905-0.654c13.944 3.657 24.063 16.147 24.063 31 0 17.673-14.327 32-32 32-0.022 0-0.044-0-0.066-0l0.003 0c-2.849-0.015-5.604-0.394-8.228-1.091l0.228 0.051c-26.409-7.092-56.729-11.166-88-11.166s-61.591 4.074-90.458 11.719l2.458-0.554c-2.384 0.636-5.122 1.002-7.945 1.002-14.874 0-27.379-10.149-30.966-23.899l-0.049-0.223zM215.16 220.56c-47.931 48.771-83.96 109.395-103.283 177.065l-0.717 2.935c-0.829 2.71-1.307 5.825-1.307 9.051 0 17.673 14.327 32 32 32 14.834 0 27.311-10.094 30.937-23.788l0.050-0.223c16.939-59.752 47.428-111.057 88.048-152.369l-0.048 0.049c5.018-5.625 8.084-13.085 8.084-21.261 0-17.673-14.327-32-32-32-8.415 0-16.072 3.248-21.784 8.559l0.020-0.018zM172.84 606.2c-3.873-13.63-16.21-23.446-30.84-23.446-17.676 0-32.006 14.33-32.006 32.006 0 3.047 0.426 5.994 1.221 8.786l-0.055-0.226c20.040 70.605 56.069 131.229 104.059 180.060l-0.059-0.060c5.854 6.241 14.152 10.128 23.359 10.128 17.673 0 32-14.327 32-32 0-9.007-3.722-17.146-9.711-22.961l-0.008-0.008c-40.519-41.276-70.986-92.558-87.352-149.793l-0.608-2.487zM600 852.88c-26.408 7.099-56.728 11.177-88 11.177s-61.592-4.078-90.456-11.731l2.456 0.554c-2.541-0.725-5.459-1.142-8.474-1.142-17.673 0-32 14.327-32 32 0 15.002 10.323 27.593 24.254 31.056l0.22 0.046c31.21 8.381 67.043 13.195 104 13.195s72.79-4.814 106.905-13.85l-2.905 0.654c13.671-3.844 23.526-16.2 23.526-30.858 0-17.673-14.327-32-32-32-2.671 0-5.266 0.327-7.746 0.944l0.22-0.046zM890.6 584c-2.567-0.741-5.516-1.167-8.564-1.167-14.629 0-26.965 9.816-30.781 23.222l-0.055 0.226c-16.927 59.769-47.418 111.089-88.048 152.409l0.048-0.049c-5.667 5.77-9.165 13.686-9.165 22.42 0 17.676 14.329 32.005 32.005 32.005 8.942 0 17.028-3.667 22.835-9.58l0.005-0.005c47.924-48.775 83.952-109.397 103.283-177.064l0.717-2.936c0.754-2.589 1.188-5.563 1.188-8.638 0-14.637-9.827-26.978-23.242-30.787l-0.226-0.055zM851.16 417.84c3.873 13.63 16.21 23.446 30.84 23.446 17.676 0 32.006-14.33 32.006-32.006 0-3.047-0.426-5.994-1.221-8.786l0.055 0.226c-20.040-70.605-56.069-131.229-104.059-180.060l0.059 0.060c-5.854-6.241-14.152-10.128-23.359-10.128-17.673 0-32 14.327-32 32 0 9.007 3.722 17.146 9.711 22.961l0.008 0.008c40.513 41.266 70.98 92.533 87.351 149.753l0.609 2.487z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["circle-dashed-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31044, "id": 936, "name": "circle-dashed-duotone", "prevSize": 16, "code": 60269, "codes": [60269, 60270] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 311 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31045, "id": 935, "name": "circle-duotone", "prevSize": 16, "code": 60271, "codes": [60271, 60272] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 312 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384v0-768c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM160 512c0.227-183.046 139.963-333.385 318.579-350.411l1.421-0.109v701.040c-180.037-17.135-319.773-167.474-320-350.497l-0-0.023zM544 862.52v-701.040c180.029 17.052 319.755 167.469 319.755 350.52s-139.726 333.467-318.341 350.412l-1.414 0.108z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["circle-half-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31046, "id": 934, "name": "circle-half-duotone", "prevSize": 16, "code": 60273, "codes": [60273, 60274] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 313 + }, + { + "icon": { + "paths": [ + "M783.52 783.52c-69.489 69.485-165.486 112.462-271.52 112.462s-202.031-42.977-271.52-112.462l0 0 543.040-543.040c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0z", + "M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM263.12 263.080c63.729-63.591 151.697-102.914 248.85-102.914 85.914 0 164.645 30.751 225.788 81.848l-0.558-0.453-495.68 495.68c-50.71-60.566-81.507-139.312-81.507-225.25 0-97.206 39.402-185.21 103.107-248.91l0-0zM760.88 760.92c-63.739 63.575-151.706 102.886-248.855 102.886-85.908 0-164.636-30.74-225.785-81.821l0.559 0.454 495.68-495.68c50.71 60.566 81.507 139.312 81.507 225.25 0 97.206-39.402 185.21-103.107 248.91l-0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["circle-half-tilt-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31047, + "id": 933, + "name": "circle-half-tilt-duotone", + "prevSize": 16, + "code": 60275, + "codes": [60275, 60276] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 314 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416v0c0-164 95.24-313.44 242.64-381.080 3.92-1.845 8.514-2.922 13.36-2.922 17.674 0 32.002 14.328 32.002 32.002 0 12.829-7.548 23.894-18.446 28.997l-0.196 0.083c-124.76 57.28-205.36 184-205.36 322.92 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-138.92-80.6-265.64-205.36-322.92-11.094-5.186-18.642-16.251-18.642-29.080 0-17.674 14.328-32.002 32.002-32.002 4.846 0 9.44 1.077 13.556 3.005l-0.196-0.083c147.4 67.64 242.64 217.080 242.64 381.080z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["circle-notch-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31048, "id": 932, "name": "circle-notch-duotone", "prevSize": 16, "code": 60277, "codes": [60277, 60278] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 315 + }, + { + "icon": { + "paths": [ + "M448 320c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM704 448c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM320 576c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM704 576c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z", + "M320 160c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 416c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 480c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0zM704 224c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM320 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM704 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["circles-four-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31049, "id": 931, "name": "circles-four-duotone", "prevSize": 16, "code": 60279, "codes": [60279, 60280] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 316 + }, + { + "icon": { + "paths": [ + "M512 448c-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144v0c0 79.529-64.471 144-144 144v0zM752 544c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0zM272 544c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0z", + "M688 304c0-97.202-78.798-176-176-176s-176 78.798-176 176c0 97.202 78.798 176 176 176v0c97.156-0.114 175.886-78.844 176-175.989l0-0.011zM512 416c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM752 512c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM752 800c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM272 512c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM272 800c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["circles-three-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31050, "id": 930, "name": "circles-three-duotone", "prevSize": 16, "code": 60281, "codes": [60281, 60282] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 317 + }, + { + "icon": { + "paths": [ + "M448 320c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM704 192c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM320 576c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z", + "M320 160c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 416c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 480c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0zM704 224c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM320 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM864 704c0 17.673-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["circles-three-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31051, + "id": 929, + "name": "circles-three-plus-duotone", + "prevSize": 16, + "code": 60283, + "codes": [60283, 60284] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 318 + }, + { + "icon": { + "paths": [ + "M832 160h-640c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM352 736c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM672 480c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM352 640c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM192 192h128v389.52c-37.605 13.577-64 48.961-64 90.51 0 53.019 42.981 96 96 96s96-42.981 96-96c0-41.549-26.395-76.933-63.332-90.298l-0.668-0.211v-120.28l192 192v178.76h-384zM832 832h-192v-192c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-246.64-246.6v-178.76h128v96c-0 0.007-0 0.016-0 0.025 0 8.83 3.577 16.825 9.36 22.615l-0-0 64 64c-5.906 12.020-9.36 26.162-9.36 41.111 0 0.088 0 0.175 0 0.263l-0-0.014c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96v0c-0.049-0-0.108-0-0.166-0-14.981 0-29.152 3.469-41.753 9.648l0.559-0.248-54.64-54.64v-82.76h256v640zM672 384c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["circuitry-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31052, "id": 928, "name": "circuitry-duotone", "prevSize": 16, "code": 60285, "codes": [60285, 60286] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 319 + }, + { + "icon": { + "paths": [ + "M832 192v672c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-672c0-17.673 14.327-32 32-32v0h160c-19.976 26.329-32 59.647-32 95.773 0 0.080 0 0.16 0 0.239l-0-0.013v32h320v-32c0-0.067 0-0.147 0-0.227 0-36.126-12.024-69.444-32.288-96.17l0.288 0.397h160c17.673 0 32 14.327 32 32v0z", + "M800 128h-145.040c-35.255-39.349-86.23-63.994-142.96-63.994s-107.705 24.645-142.8 63.813l-0.16 0.181h-145.040c-35.346 0-64 28.654-64 64v0 672c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-672c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM800 864h-576v-672h107c-6.969 19.056-10.999 41.057-11 64l-0 0v32c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-32c-0.001-22.943-4.031-44.944-11.423-65.335l0.423 1.335h107z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["clipboard-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31053, "id": 927, "name": "clipboard-duotone", "prevSize": 16, "code": 60287, "codes": [60287, 60288] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 320 + }, + { + "icon": { + "paths": [ + "M832 192v672c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-672c0-17.673 14.327-32 32-32v0h160c-19.976 26.329-32 59.647-32 95.773 0 0.080 0 0.16 0 0.239l-0-0.013v32h320v-32c0-0.067 0-0.147 0-0.227 0-36.126-12.024-69.444-32.288-96.17l0.288 0.397h160c17.673 0 32 14.327 32 32v0z", + "M672 608c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM640 448h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 192v672c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h145.040c35.255-39.349 86.23-63.994 142.96-63.994s107.705 24.645 142.8 63.813l0.16 0.181h145.040c35.346 0 64 28.654 64 64v0zM384 256h256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0zM800 192h-107c6.969 19.056 10.999 41.057 11 64l0 0v32c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0-32c0.001-22.943 4.031-44.944 11.423-65.335l-0.423 1.335h-107v672h576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["clipboard-text-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31054, "id": 926, "name": "clipboard-text-duotone", "prevSize": 16, "code": 60289, "codes": [60289, 60290] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 321 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM768 512c0 17.673-14.327 32-32 32v0h-146.76l105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-160-160c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l223.999-0c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["clock-afternoon-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31055, + "id": 925, + "name": "clock-afternoon-duotone", + "prevSize": 16, + "code": 60291, + "codes": [60291, 60292] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 322 + }, + { + "icon": { + "paths": [ + "M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z", + "M544 320v173.88l144.48 86.68c9.367 5.697 15.528 15.849 15.528 27.44 0 17.678-14.331 32.008-32.008 32.008-6.087 0-11.777-1.699-16.621-4.648l0.141 0.080-160-96c-9.362-5.696-15.52-15.844-15.52-27.43 0-0.003 0-0.007 0-0.010l-0 0.001v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 224c-17.673 0-32 14.327-32 32v0 72c-25.4-29.44-51.32-57.8-80.48-87.32-69.492-69.499-165.498-112.486-271.544-112.486-212.077 0-384 171.923-384 384s171.923 384 384 384c102.124 0 194.938-39.866 263.726-104.885l-0.182 0.171c6.183-5.852 10.031-14.117 10.031-23.28 0-17.69-14.341-32.031-32.031-32.031-8.527 0-16.275 3.332-22.015 8.764l0.015-0.014c-57.154 53.955-134.438 87.119-219.469 87.119-176.731 0-320-143.269-320-320s143.269-320 320-320c88.283 0 168.217 35.751 226.113 93.565l-0.004-0.004c32.56 32.96 61.080 64.72 89.84 98.4h-92c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["clock-clockwise-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31056, + "id": 924, + "name": "clock-clockwise-duotone", + "prevSize": 16, + "code": 60293, + "codes": [60293, 60294] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 323 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M928 546.64c-18.969 214.138-197.497 380.788-414.948 380.788-230.016 0-416.48-186.464-416.48-416.48 0-217.451 166.65-395.979 379.2-414.834l1.588-0.114c0.791-0.069 1.711-0.109 2.64-0.109 17.733 0 32.109 14.376 32.109 32.109 0 16.804-12.908 30.593-29.35 31.992l-0.119 0.008c-181.247 16.038-322.306 167.139-322.306 351.186 0 194.669 157.811 352.48 352.48 352.48 184.047 0 335.149-141.059 351.090-320.963l0.096-1.343c1.407-16.56 15.196-29.469 32-29.469 17.733 0 32.109 14.376 32.109 32.109 0 0.929-0.039 1.849-0.117 2.759l0.008-0.119zM480 288v224c0 17.673 14.327 32 32 32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0zM640 192c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM784 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM880 432c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["clock-countdown-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31057, + "id": 923, + "name": "clock-countdown-duotone", + "prevSize": 16, + "code": 60295, + "codes": [60295, 60296] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 324 + }, + { + "icon": { + "paths": [ + "M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z", + "M544 320v173.88l144.48 86.68c9.367 5.697 15.528 15.849 15.528 27.44 0 17.678-14.331 32.008-32.008 32.008-6.087 0-11.777-1.699-16.621-4.648l0.141 0.080-160-96c-9.362-5.696-15.52-15.844-15.52-27.43 0-0.003 0-0.007 0-0.010l-0 0.001v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 128c-0.282-0.001-0.617-0.001-0.951-0.001-105.811 0-201.567 43.047-270.712 112.584l-0.017 0.017c-29.080 29.44-54.92 57.76-80.32 87.4v-72c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-92c28.6-33.68 57.080-65.4 89.56-98.28 57.908-57.908 137.908-93.725 226.274-93.725 176.731 0 320 143.269 320 320s-143.269 320-320 320c-85.11 0-162.46-33.227-219.785-87.416l0.151 0.142c-5.725-5.419-13.473-8.751-22-8.751-17.69 0-32.031 14.341-32.031 32.031 0 9.163 3.848 17.428 10.016 23.266l0.015 0.014c68.607 64.851 161.423 104.72 263.55 104.72 212.077 0 384-171.923 384-384 0-211.989-171.78-383.857-383.736-384l-0.014-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["clock-counter-clockwise-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31058, + "id": 922, + "name": "clock-counter-clockwise-duotone", + "prevSize": 16, + "code": 60297, + "codes": [60297, 60298] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 325 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM768 512c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h192c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["clock-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31059, "id": 921, "name": "clock-duotone", "prevSize": 16, "code": 60299, "codes": [60299, 60300] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 326 + }, + { + "icon": { + "paths": [ + "M928 256v512c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z", + "M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 768h-768v-512h768v512zM475.72 606.84c2.696 4.59 4.289 10.11 4.289 16.002 0 11.786-6.371 22.083-15.857 27.636l-0.151 0.082c-22.95 13.479-50.549 21.44-80.007 21.44-88.366 0-160-71.634-160-160s71.634-160 160-160c29.458 0 57.057 7.961 80.762 21.849l-0.755-0.409c10.040 5.532 16.73 16.045 16.73 28.121 0 17.673-14.327 32-32 32-6.19 0-11.969-1.757-16.866-4.8l0.136 0.079c-13.76-8.073-30.305-12.84-47.963-12.84-53.019 0-96 42.981-96 96s42.981 96 96 96c17.658 0 34.202-4.767 48.416-13.085l-0.454 0.245c4.594-2.702 10.121-4.299 16.020-4.299 11.773 0 22.062 6.358 27.619 15.828l0.082 0.151zM795.72 606.84c2.696 4.59 4.289 10.11 4.289 16.002 0 11.786-6.371 22.083-15.857 27.636l-0.151 0.082c-22.95 13.479-50.549 21.44-80.007 21.44-88.366 0-160-71.634-160-160s71.634-160 160-160c29.458 0 57.057 7.961 80.762 21.849l-0.755-0.409c10.040 5.532 16.73 16.045 16.73 28.121 0 17.673-14.327 32-32 32-6.19 0-11.969-1.757-16.866-4.8l0.136 0.079c-13.76-8.073-30.305-12.84-47.963-12.84-53.019 0-96 42.981-96 96s42.981 96 96 96c17.658 0 34.202-4.767 48.416-13.085l-0.454 0.245c4.594-2.702 10.121-4.299 16.020-4.299 11.773 0 22.062 6.358 27.619 15.828l0.082 0.151z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["closed-captioning-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31060, + "id": 920, + "name": "closed-captioning-duotone", + "prevSize": 16, + "code": 60301, + "codes": [60301, 60302] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 327 + }, + { + "icon": { + "paths": [ + "M960 512c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z", + "M992 512c0.001 0.273 0.001 0.597 0.001 0.92 0 79.353-26.456 152.527-71.030 211.182l0.628-0.862c-5.905 7.798-15.17 12.784-25.6 12.784-17.686 0-32.024-14.338-32.024-32.024 0-7.257 2.414-13.95 6.482-19.32l-0.058 0.080c35.954-47.23 57.601-107.047 57.601-171.919 0-0.296-0-0.591-0.001-0.886l0 0.046c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0-0.051-0-0.111-0-0.171 0-33.948 4.806-66.774 13.774-97.835l-0.614 2.485c-4.36-0.48-8.76-0.48-13.16-0.48-106.039 0-192 85.961-192 192s85.961 192 192 192v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-0.017 0-0.038 0-0.059 0-141.385 0-256-114.615-256-256s114.615-256 256-256c13.132 0 26.034 0.989 38.634 2.896l-1.415-0.176c59.079-116.291 177.816-194.584 314.84-194.584 194.356 0 351.922 157.518 352 351.856l0 0.008zM713.36 681.36l-73.36 73.4v-242.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 242.76l-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-arrow-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31061, + "id": 919, + "name": "cloud-arrow-down-duotone", + "prevSize": 16, + "code": 60303, + "codes": [60303, 60304] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 328 + }, + { + "icon": { + "paths": [ + "M960 512c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z", + "M992 512c0.001 0.273 0.001 0.597 0.001 0.92 0 79.353-26.456 152.527-71.030 211.182l0.628-0.862c-5.905 7.798-15.17 12.784-25.6 12.784-17.686 0-32.024-14.338-32.024-32.024 0-7.257 2.414-13.95 6.482-19.32l-0.058 0.080c35.954-47.23 57.601-107.047 57.601-171.919 0-0.296-0-0.591-0.001-0.886l0 0.046c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0-0.051-0-0.111-0-0.171 0-33.948 4.806-66.774 13.774-97.835l-0.614 2.485c-4.36-0.48-8.76-0.48-13.16-0.48-106.039 0-192 85.961-192 192s85.961 192 192 192v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-0.017 0-0.038 0-0.059 0-141.385 0-256-114.615-256-256s114.615-256 256-256c13.132 0 26.034 0.989 38.634 2.896l-1.415-0.176c59.079-116.291 177.816-194.584 314.84-194.584 194.356 0 351.922 157.518 352 351.856l0 0.008zM630.64 489.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l73.36-73.4v242.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-242.76l73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-arrow-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31062, "id": 918, "name": "cloud-arrow-up-duotone", "prevSize": 16, "code": 60305, "codes": [60305, 60306] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 329 + }, + { + "icon": { + "paths": [ + "M960 512c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z", + "M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0zM790.64 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 169.36-169.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-check-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31063, "id": 917, "name": "cloud-check-duotone", "prevSize": 16, "code": 60307, "codes": [60307, 60308] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 330 + }, + { + "icon": { + "paths": [ + "M960 512c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z", + "M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31064, "id": 916, "name": "cloud-duotone", "prevSize": 16, "code": 60309, "codes": [60309, 60310] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 331 + }, + { + "icon": { + "paths": [ + "M896 368c0 150.221-121.779 272-272 272v0h-320c-97.13-0.096-175.831-78.857-175.831-176 0-97.202 78.798-176 176-176 20.272 0 39.743 3.427 57.866 9.734l-1.235-0.374v0.44c32.148-117.129 137.67-201.766 262.96-201.766 150.258 0 272.084 121.73 272.24 271.951l0 0.015z", + "M480 800h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM736 736h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 864h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 368c-0.182 167.821-136.179 303.818-303.983 304l-320.017 0c-114.875 0-208-93.125-208-208s93.125-208 208-208v0c12.613 0.011 24.959 1.117 36.96 3.226l-1.28-0.186c45.175-115.029 155.25-194.983 284-194.983 167.939 0 304.105 136.034 304.32 303.922l0 0.021zM864 368c-0.561-132.256-107.904-239.253-240.238-239.253-127.352 0-231.559 99.093-239.725 224.38l-0.037 0.713c-1.001 16.893-14.945 30.213-32 30.213-17.702 0-32.053-14.351-32.053-32.053 0-0.647 0.019-1.29 0.057-1.928l-0.004 0.088q0.84-14.64 3.080-28.92c-5.717-0.775-12.339-1.225-19.062-1.24l-0.018-0c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h320c132.484-0.159 239.841-107.516 240-239.984l0-0.016z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-fog-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31065, "id": 915, "name": "cloud-fog-duotone", "prevSize": 16, "code": 60311, "codes": [60311, 60312] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 332 + }, + { + "icon": { + "paths": [ + "M896 368c0 150.221-121.779 272-272 272v0h-320c-97.13-0.096-175.831-78.857-175.831-176 0-97.202 78.798-176 176-176 20.272 0 39.743 3.427 57.866 9.734l-1.235-0.374v0.44c32.148-117.129 137.67-201.766 262.96-201.766 150.258 0 272.084 121.73 272.24 271.951l0 0.015z", + "M624 64c-128.846 0.014-239.013 79.972-283.601 192.974l-0.719 2.066c-10.721-1.923-23.067-3.029-35.67-3.040l-0.010-0c-114.875 0-208 93.125-208 208s93.125 208 208 208v0h151.48l-66.92 111.52c-2.87 4.703-4.57 10.393-4.57 16.48 0 17.673 14.327 32 32 32 0.003 0 0.007-0 0.010-0l103.479 0-66.92 111.52c-2.87 4.703-4.568 10.393-4.568 16.48 0 17.678 14.331 32.008 32.008 32.008 11.591 0 21.743-6.161 27.36-15.387l0.080-0.141 96-160c2.87-4.703 4.57-10.393 4.57-16.48 0-17.673-14.327-32-32-32-0.003 0-0.007 0-0.010 0l-103.479-0 57.6-96h93.88c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM624 608h-320c-79.529 0-144-64.471-144-144s64.471-144 144-144v0c6.754 0.013 13.389 0.463 19.895 1.324l-0.775-0.084q-2.24 14.28-3.080 28.92c-0.034 0.55-0.053 1.193-0.053 1.84 0 17.702 14.351 32.053 32.053 32.053 17.055 0 30.999-13.32 31.996-30.125l0.004-0.088c7.57-126.554 112.052-226.32 239.836-226.32 132.681 0 240.24 107.559 240.24 240.24 0 132.637-107.489 240.169-240.11 240.24l-0.007 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-lightning-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31066, + "id": 914, + "name": "cloud-lightning-duotone", + "prevSize": 16, + "code": 60313, + "codes": [60313, 60314] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 333 + }, + { + "icon": { + "paths": [ + "M377.52 70.48v0c4.122 17.212 6.486 36.973 6.486 57.286 0 141.517-114.723 256.24-256.24 256.24-20.313 0-40.074-2.364-59.023-6.831l1.738 0.345c19.172 80.871 74.656 145.79 147.862 177.559l1.658 0.641c30.852-27.126 71.577-43.679 116.169-43.679 20.464 0 40.113 3.486 58.387 9.897l-1.236-0.378c24.911-90.43 92.908-160.871 179.951-188.746l1.929-0.534h0.6c0-4 0.28-8 0.28-12 0-0.097 0-0.212 0-0.327 0-121.016-83.97-222.42-196.823-249.126l-1.737-0.347z", + "M656 288c-0.042-0-0.091-0-0.141-0-17.409 0-34.479 1.455-51.093 4.249l1.794-0.249c-12.376-124.238-102.166-224.448-219.928-252.291l-1.952-0.389c-2.153-0.516-4.624-0.812-7.165-0.812-17.673 0-32 14.327-32 32 0 2.529 0.293 4.989 0.848 7.349l-0.043-0.217c3.61 15.121 5.68 32.482 5.68 50.327 0 0.012-0 0.023-0 0.035l0-0.002c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0c-0.010 0-0.021 0-0.033 0-17.845 0-35.206-2.070-51.857-5.983l1.53 0.303c-2.156-0.518-4.63-0.815-7.175-0.815-17.673 0-32 14.327-32 32 0 2.544 0.297 5.019 0.858 7.392l-0.043-0.217c18.169 76.539 64.859 139.898 127.958 179.535l1.202 0.705c-25.191 34-40.324 76.773-40.324 123.080 0 114.834 93.059 207.934 207.877 208l320.006 0c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM117.48 416c3.48 0 7 0 10.52 0 158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-3.56 0-7.12 0-10.68 73.524 34.996 124.246 107.155 127.983 191.528l0.017 0.472c-79.21 32.044-140.66 94.016-171.28 171.533l-0.72 2.067c-10.663-1.938-22.934-3.046-35.464-3.046-45.204 0-87.040 14.42-121.159 38.911l0.623-0.425c-43.126-22.946-77.13-58.186-97.934-101.023l-0.586-1.337zM656 832h-320c-79.415-0.151-143.735-64.564-143.735-144 0-79.529 64.471-144 144-144 6.648 0 13.192 0.451 19.601 1.323l-0.746-0.083c-1.48 9.48-2.52 19.16-3.080 28.92-0.034 0.55-0.053 1.193-0.053 1.84 0 17.702 14.351 32.053 32.053 32.053 17.055 0 30.999-13.32 31.996-30.125l0.004-0.088c0.993-17.24 3.676-33.384 7.904-48.892l-0.384 1.652c0-0.64 0.36-1.28 0.48-1.92 28.675-102.909 121.572-177.16 231.811-177.16 132.681 0 240.24 107.559 240.24 240.24 0 132.628-107.474 240.155-240.083 240.24l-0.008 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-moon-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31067, "id": 913, "name": "cloud-moon-duotone", "prevSize": 16, "code": 60315, "codes": [60315, 60316] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 334 + }, + { + "icon": { + "paths": [ + "M896 368c0 150.221-121.779 272-272 272v0h-320c-97.13-0.096-175.831-78.857-175.831-176 0-97.202 78.798-176 176-176 20.272 0 39.743 3.427 57.866 9.734l-1.235-0.374v0.44c32.148-117.129 137.67-201.766 262.96-201.766 150.258 0 272.084 121.73 272.24 271.951l0 0.015z", + "M634.64 785.76l-128 192c-5.824 8.646-15.577 14.257-26.64 14.257-17.683 0-32.017-14.335-32.017-32.017 0-6.619 2.009-12.769 5.45-17.874l-0.072 0.114 128-192c5.824-8.646 15.577-14.257 26.64-14.257 17.683 0 32.017 14.335 32.017 32.017 0 6.619-2.009 12.769-5.45 17.874l0.072-0.114zM928 368c-0.182 167.821-136.179 303.818-303.983 304l-94.897 0-118.48 177.76c-5.824 8.646-15.577 14.257-26.64 14.257-17.683 0-32.017-14.335-32.017-32.017 0-6.619 2.009-12.769 5.45-17.874l-0.072 0.114 94.84-142.24h-148.2c-114.875 0-208-93.125-208-208s93.125-208 208-208v0c12.613 0.011 24.959 1.117 36.96 3.226l-1.28-0.186c45.175-115.029 155.25-194.983 284-194.983 167.939 0 304.105 136.034 304.32 303.922l0 0.021zM864 368c-0.561-132.256-107.904-239.253-240.238-239.253-127.352 0-231.559 99.093-239.725 224.38l-0.037 0.713c-1.001 16.893-14.945 30.213-32 30.213-17.702 0-32.053-14.351-32.053-32.053 0-0.647 0.019-1.29 0.057-1.928l-0.004 0.088q0.84-14.64 3.080-28.92c-5.717-0.775-12.339-1.225-19.062-1.24l-0.018-0c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h320c132.484-0.159 239.841-107.516 240-239.984l0-0.016z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-rain-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31068, "id": 912, "name": "cloud-rain-duotone", "prevSize": 16, "code": 60317, "codes": [60317, 60318] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 335 + }, + { + "icon": { + "paths": [ + "M960 512c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 156.96 172.68-0.24 0.48c-11.123-1.696-23.963-2.67-37.029-2.68l-0.011-0c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h352c0.197 0 0.43 0.001 0.664 0.001 45.525 0 89.015-8.708 128.898-24.548l-2.362 0.827 41.12 45.24c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.2 0.48-8.362 28.622-13.181 61.505-13.2 95.51l-0 0.010c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.012-38.224 7.444-74.71 20.932-108.099l-0.692 1.939 348 382.8c-23.929 7.21-51.428 11.36-79.897 11.36-0.121 0-0.241-0-0.362-0l0.019 0zM992 512c0 0.061 0 0.132 0 0.204 0 90.135-33.92 172.347-89.692 234.568l0.292-0.332c-5.793 5.801-13.8 9.39-22.645 9.39-17.673 0-32-14.327-32-32 0-7.52 2.594-14.433 6.935-19.896l-0.050 0.066c45.57-50.731 73.437-118.167 73.437-192.111 0-159.058-128.942-288-288-288-64.283 0-123.648 21.061-171.569 56.659l0.772-0.548c-5.236 3.886-11.825 6.221-18.96 6.221-17.674 0-32.001-14.328-32.001-32.001 0-10.539 5.095-19.888 12.955-25.719l0.086-0.061c57.567-42.699 130.008-68.351 208.44-68.351 194.373 0 351.949 157.545 352 351.906l0 0.005z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31069, "id": 911, "name": "cloud-slash-duotone", "prevSize": 16, "code": 60319, "codes": [60319, 60320] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 336 + }, + { + "icon": { + "paths": [ + "M896 368c0 150.221-121.779 272-272 272v0h-320c-97.13-0.096-175.831-78.857-175.831-176 0-97.202 78.798-176 176-176 20.272 0 39.743 3.427 57.866 9.734l-1.235-0.374v0.44c32.148-117.129 137.67-201.766 262.96-201.766 150.258 0 272.084 121.73 272.24 271.951l0 0.015z", + "M352 784c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM464 800c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM656 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM272 896c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM624 896c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM928 368c-0.182 167.821-136.179 303.818-303.983 304l-320.017 0c-114.875 0-208-93.125-208-208s93.125-208 208-208v0c12.613 0.011 24.959 1.117 36.96 3.226l-1.28-0.186c45.175-115.029 155.25-194.983 284-194.983 167.939 0 304.105 136.034 304.32 303.922l0 0.021zM864 368c-0.561-132.256-107.904-239.253-240.238-239.253-127.352 0-231.559 99.093-239.725 224.38l-0.037 0.713c-1.001 16.893-14.945 30.213-32 30.213-17.702 0-32.053-14.351-32.053-32.053 0-0.647 0.019-1.29 0.057-1.928l-0.004 0.088q0.84-14.64 3.080-28.92c-5.717-0.775-12.339-1.225-19.062-1.24l-0.018-0c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h320c132.484-0.159 239.841-107.516 240-239.984l0-0.016z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-snow-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31070, "id": 910, "name": "cloud-snow-duotone", "prevSize": 16, "code": 60321, "codes": [60321, 60322] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 337 + }, + { + "icon": { + "paths": [ + "M527.36 337.64v0c-81.534 31.562-143.077 98.826-166.146 182.082l-0.454 1.918v-0.44c-16.914-5.94-36.415-9.372-56.718-9.372-36.299 0-70.036 10.969-98.077 29.773l0.636-0.401c-28.853-33.401-46.428-77.244-46.428-125.192 0-106.039 85.961-192 192-192 77.579 0 144.411 46.011 174.697 112.233l0.491 1.199z", + "M624 288c-0.055-0-0.12-0-0.184-0-28.773 0-56.614 3.987-83.003 11.438l2.147-0.518c-10.87-17.569-23.321-32.729-37.52-46.048l-0.12-0.112 38.040-54.28c3.622-5.116 5.789-11.485 5.789-18.36 0-17.678-14.331-32.009-32.009-32.009-10.803 0-20.356 5.352-26.153 13.549l-0.067 0.1-38.040 54.24c-29.335-15.13-64.022-24-100.781-24-0.035 0-0.070 0-0.105 0l0.006-0c-2.32 0-4.64 0-6.96 0l-11.56-65.16c-2.295-15.619-15.602-27.473-31.678-27.473-17.673 0-32 14.327-32 32 0 2.32 0.247 4.583 0.716 6.764l-0.038-0.21 11.52 65.36c-36.778 12.39-68.056 32.81-92.973 59.285l-0.107 0.115-54.48-38.12c-5.177-3.755-11.658-6.006-18.664-6.006-17.673 0-32 14.327-32 32 0 10.945 5.495 20.606 13.876 26.376l0.108 0.070 54.24 38.080c-15.129 29.228-24.001 63.802-24.001 100.448 0 0.166 0 0.332 0.001 0.498l-0-0.026c0 2.28 0 4.6 0 6.88l-65.16 11.52c-15.14 2.724-26.478 15.798-26.478 31.52 0 17.673 14.326 31.999 31.998 32l0 0c1.966-0.003 3.89-0.177 5.759-0.509l-0.199 0.029 65.28-11.52c6.31 18.963 14.248 35.395 23.974 50.571l-0.534-0.891c-40.925 38.092-66.444 92.266-66.444 152.4 0 114.806 93.013 207.888 207.793 208l320.011 0c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM192 416c0.052-88.327 71.666-159.91 160-159.91 53.451 0 100.78 26.21 129.836 66.478l0.324 0.471c-65.068 34.736-115.103 90.442-141.761 157.933l-0.719 2.067c-10.666-1.934-22.942-3.039-35.476-3.039-32.144 0-62.59 7.272-89.782 20.261l1.258-0.541c-14.858-23.819-23.671-52.739-23.68-83.718l-0-0.002zM624 832h-320c-79.415-0.151-143.735-64.564-143.735-144 0-79.529 64.471-144 144-144 6.648 0 13.192 0.451 19.601 1.323l-0.746-0.083c-1.48 9.48-2.52 19.16-3.080 28.92-0.034 0.55-0.053 1.193-0.053 1.84 0 17.702 14.351 32.053 32.053 32.053 17.055 0 30.999-13.32 31.996-30.125l0.004-0.088c0.993-17.24 3.676-33.384 7.904-48.892l-0.384 1.652c0-0.64 0.36-1.28 0.48-1.92 28.675-102.909 121.572-177.16 231.811-177.16 132.681 0 240.24 107.559 240.24 240.24 0 132.628-107.474 240.155-240.083 240.24l-0.008 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-sun-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31071, "id": 909, "name": "cloud-sun-duotone", "prevSize": 16, "code": 60323, "codes": [60323, 60324] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 338 + }, + { + "icon": { + "paths": [ + "M960 510.48c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z", + "M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0zM608 512v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM688 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-warning-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31072, "id": 908, "name": "cloud-warning-duotone", "prevSize": 16, "code": 60325, "codes": [60325, 60326] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 339 + }, + { + "icon": { + "paths": [ + "M960 510.48c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z", + "M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0zM758.64 470.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cloud-x-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31073, "id": 907, "name": "cloud-x-duotone", "prevSize": 16, "code": 60327, "codes": [60327, 60328] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 340 + }, + { + "icon": { + "paths": [ + "M928 576c0 0.015 0 0.033 0 0.051 0 106.039-85.961 192-192 192-66.68 0-125.42-33.991-159.84-85.59l-0.44-0.701 64.28 214.24h-256l64.28-214.24c-34.867 52.248-93.578 86.199-160.219 86.199-106.039 0-192-85.961-192-192s85.961-192 192-192c23.172 0 45.386 4.105 65.953 11.627l-1.333-0.427c-20.468-30.066-32.68-67.182-32.68-107.15 0-106.039 85.961-192 192-192s192 85.961 192 192c0 39.968-12.212 77.083-33.109 107.819l0.429-0.669c19.251-7.11 41.485-11.223 64.68-11.223 106.039 0 192 85.961 192 192 0 0.022-0 0.044-0 0.066l0-0.004z", + "M736 352c-3.12 0-6.24 0-9.32 0 5.914-19.14 9.32-41.143 9.32-63.941 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 22.799 3.406 44.802 9.737 65.528l-0.417-1.587c-3.12 0-6.2 0-9.32 0-123.665 0.062-223.891 100.326-223.891 224 0 123.712 100.288 224 224 224 35.683 0 69.417-8.343 99.357-23.186l-1.306 0.586-32.8 109.4c-0.857 2.753-1.351 5.919-1.351 9.2 0 17.67 14.322 31.995 31.991 32l256 0c17.669-0.005 31.991-14.33 31.991-32 0-3.281-0.494-6.447-1.411-9.427l0.060 0.227-32.8-109.4c28.635 14.257 62.369 22.6 98.051 22.6 123.712 0 224-100.288 224-224 0-123.674-100.226-223.938-223.885-224l-0.006-0zM736 736c-55.594-0.009-104.563-28.372-133.233-71.414l-0.367-0.586c-5.818-8.661-15.576-14.283-26.648-14.283-17.673 0-32 14.327-32 32 0 3.253 0.485 6.392 1.388 9.35l-0.059-0.227 52 173.040h-170l52-173.040c0.932-2.865 1.469-6.162 1.469-9.585 0-17.673-14.327-32-32-32-11.265 0-21.171 5.821-26.873 14.62l-0.076 0.125c-29.055 43.546-77.984 71.843-133.523 71.843-88.366 0-160-71.634-160-160s71.634-160 160-160c19.293 0 37.788 3.415 54.914 9.673l-1.112-0.355c3.207 1.183 6.91 1.868 10.773 1.868 17.673 0 32-14.327 32-32 0-6.665-2.038-12.855-5.525-17.979l0.071 0.111c-17.036-25.045-27.2-55.957-27.2-89.242 0-88.366 71.634-160 160-160s160 71.634 160 160c0 33.286-10.164 64.197-27.558 89.8l0.358-0.558c-3.415 5.013-5.453 11.203-5.453 17.868 0 17.673 14.327 32 32 32 3.863 0 7.567-0.685 10.995-1.939l-0.222 0.071c15.888-5.803 34.231-9.159 53.358-9.159 88.366 0 160 71.634 160 160 0 88.182-71.337 159.702-159.449 159.999l-0.029 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["club-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31074, "id": 906, "name": "club-duotone", "prevSize": 16, "code": 60329, "codes": [60329, 60330] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 341 + }, + { + "icon": { + "paths": [ + "M928 768h-832c-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 435.2-326.4 435.16 326.4c7.807 5.9 12.8 15.167 12.8 25.6 0 17.659-14.304 31.977-31.958 32l-0.002 0z", + "M966.28 684.8l-400.96-300.8 93.84-70.4c7.823-5.893 12.83-15.161 12.84-25.598l0-0.002c0-88.366-71.634-160-160-160s-160 71.634-160 160v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.147-52.908 43.071-95.742 96-95.742 47.589 0 87.091 34.628 94.683 80.061l0.077 0.561-549.040 411.92c-15.614 11.8-25.6 30.334-25.6 51.2 0 35.304 28.585 63.932 63.874 64l0.007 0h832c35.346 0 64-28.654 64-64 0-20.866-9.986-39.4-25.439-51.083l-0.161-0.117zM928 736h-832l416-312 416 312z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["coat-hanger-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31075, "id": 905, "name": "coat-hanger-duotone", "prevSize": 16, "code": 60331, "codes": [60331, 60332] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 342 + }, + { + "icon": { + "paths": [ + "M512 512c0 106.039 85.961 192 192 192v0c41.080 1.64 71.6-9 103.52-29.48 2.407-1.526 5.338-2.432 8.48-2.432 8.806 0 15.95 7.113 16 15.907l0 0.005v144c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0 144c-0.030 8.814-7.182 15.948-16 15.948-3.192 0-6.166-0.935-8.663-2.546l0.063 0.038c-29.065-18.472-64.473-29.439-102.442-29.439-106.231 0-192.412 85.844-192.957 191.947l-0 0.052z", + "M704 352c0.423-0.004 0.924-0.006 1.424-0.006 31.401 0 60.678 9.093 85.341 24.79l-0.645-0.384c7.319 4.75 16.27 7.574 25.88 7.574 26.501 0 47.985-21.476 48-47.973l0-0.001v-144c0-35.346-28.654-64-64-64v0h-576c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-144c-0.035-26.483-21.512-47.938-48-47.938-9.56 0-18.468 2.795-25.95 7.612l0.19-0.114c-29 18.6-53.64 25.64-84.96 24.44h-1.28c-88.366 0-160-71.634-160-160s71.634-160 160-160v0zM480 512c0.158 123.423 99.987 223.478 223.31 224l0.050 0c2.862 0.151 6.213 0.237 9.584 0.237 31.747 0 61.709-7.641 88.148-21.185l-1.092 0.508v116.44h-576v-640h576v116.92c-27.796-13.212-60.398-20.927-94.803-20.927-123.955 0-224.52 100.147-225.197 223.943l-0 0.064z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["coda-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31076, "id": 904, "name": "coda-logo-duotone", "prevSize": 16, "code": 60333, "codes": [60333, 60334] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 343 + }, + { + "icon": { + "paths": [ + "M832 224v576c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z", + "M233.36 406.64l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378h-0zM393.36 406.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l105.4 105.36-105.4 105.36c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0zM800 160h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v576h-576v-256c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 256c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["code-block-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31077, "id": 903, "name": "code-block-duotone", "prevSize": 16, "code": 60335, "codes": [60335, 60336] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 344 + }, + { + "icon": { + "paths": [ + "M960 512l-192 160h-512l-192-160 192-160h512z", + "M276.48 376.6l-162.48 135.4 162.48 135.4c7.343 5.914 12.002 14.903 12.002 24.981 0 17.673-14.327 32-32 32-8.036 0-15.38-2.962-21-7.854l0.039 0.033-192-160c-7.056-5.911-11.51-14.725-11.51-24.58s4.455-18.669 11.461-24.539l0.050-0.041 192-160c5.507-4.61 12.667-7.409 20.48-7.409 17.678 0 32.009 14.331 32.009 32.009 0 9.865-4.463 18.687-11.479 24.559l-0.050 0.041zM980.48 487.4l-192-160c-5.507-4.61-12.667-7.409-20.48-7.409-17.678 0-32.009 14.331-32.009 32.009 0 9.865 4.463 18.687 11.479 24.559l0.050 0.041 162.48 135.4-162.48 135.4c-7.343 5.914-12.002 14.903-12.002 24.981 0 17.673 14.327 32 32 32 8.036 0 15.38-2.962 21-7.854l-0.039 0.033 192-160c7.056-5.911 11.51-14.725 11.51-24.58s-4.455-18.669-11.461-24.539l-0.050-0.041zM650.92 129.92c-3.248-1.217-7.002-1.921-10.92-1.921-13.755 0-25.484 8.679-30.008 20.86l-0.072 0.221-256 704c-1.225 3.258-1.934 7.024-1.934 10.956 0 13.76 8.685 25.492 20.873 30.012l0.221 0.072c3.246 1.191 6.995 1.88 10.904 1.88 0.006 0 0.011-0 0.017-0l-0.001 0c0 0 0.001 0 0.001 0 13.755 0 25.483-8.679 30.007-20.859l0.072-0.221 256-704c1.217-3.248 1.921-7.002 1.921-10.92 0-13.755-8.679-25.484-20.86-30.008l-0.221-0.072z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["code-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31078, "id": 902, "name": "code-duotone", "prevSize": 16, "code": 60337, "codes": [60337, 60338] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 345 + }, + { + "icon": { + "paths": [ + "M928 640l-416 224-416-224 416-224z", + "M943.16 356l-416-224c-4.385-2.405-9.607-3.819-15.16-3.819s-10.775 1.414-15.327 3.903l0.167-0.084-416 224c-10.050 5.486-16.77 15.95-16.84 27.99l-0 0.010v256c-0 0.006-0 0.012-0 0.019 0 12.12 6.738 22.667 16.673 28.098l0.167 0.084 416 224c4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084 416-224c10.102-5.514 16.84-16.061 16.84-28.181 0-0.007-0-0.013-0-0.020l0 0.001v-256c-0.070-12.050-6.79-22.514-16.673-27.916l-0.167-0.084zM896 586.44l-138.2-74.44 138.2-74.44zM690.28 475.64l-146.28-78.76v-183.32l316.52 170.44zM512 571.64l-110.8-59.64 110.8-59.64 110.8 59.64zM480 213.56v183.32l-146.28 78.76-170.24-91.64zM128 437.56l138.2 74.44-138.2 74.44zM333.72 548.36l146.28 78.76v183.32l-316.52-170.44zM544 810.44v-183.32l146.28-78.76 170.24 91.64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["codepen-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31079, "id": 901, "name": "codepen-logo-duotone", "prevSize": 16, "code": 60339, "codes": [60339, 60340] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 346 + }, + { + "icon": { + "paths": [ + "M128 502.92l192 105.080v219.36l-175.36-96c-9.97-5.534-16.612-15.988-16.64-27.996l-0-0.004zM704 608v219.36l175.36-96c9.97-5.534 16.612-15.988 16.64-27.996l0-0.004v-200.4zM496.64 100l-164 89.84 179.36 98.16 179.44-98.24-164.080-89.76c-4.434-2.472-9.727-3.927-15.36-3.927s-10.926 1.455-15.523 4.011l0.163-0.083z", + "M894.72 264.6l-352-192.6c-8.863-4.965-19.45-7.889-30.72-7.889s-21.857 2.924-31.043 8.054l0.323-0.166-352 192.72c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.56c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM672 608v200.36l-128 70.080v-347.48l320-175.2v128l-175.36 96c-9.991 5.545-16.64 16.032-16.64 28.073 0 0.059 0 0.118 0 0.176l-0-0.009zM335.36 580l-175.36-96v-128l320 175.2v347.48l-128-70.32v-200.36c-0.028-12.012-6.67-22.466-16.477-27.917l-0.163-0.083zM332.56 226.36l164 89.8c4.434 2.472 9.727 3.927 15.36 3.927s10.926-1.455 15.523-4.011l-0.163 0.083 164-89.8 137.92 75.48-317.2 173.68-317.36-173.76zM512 128v0l112.8 61.76-112.8 61.8-112.8-61.76zM160 556.88l128 70.080v146.36l-128-70.040zM736 773.32v-146.36l128-70.080v146.4z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["codesandbox-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31080, + "id": 900, + "name": "codesandbox-logo-duotone", + "prevSize": 16, + "code": 60341, + "codes": [60341, 60342] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 347 + }, + { + "icon": { + "paths": [ + "M960 512l-288 256h-320l-288-256 288-256h320z", + "M373.24 280l-261.24 232 261.080 232c6.644 5.899 10.809 14.463 10.809 24 0 17.7-14.349 32.049-32.049 32.049-8.163 0-15.614-3.052-21.273-8.078l0.033 0.029-288-256c-6.658-5.892-10.834-14.458-10.834-24s4.176-18.108 10.8-23.971l0.034-0.029 288-256c5.642-5.029 13.122-8.102 21.32-8.102 17.729 0 32.102 14.373 32.102 32.102 0 9.531-4.154 18.093-10.75 23.972l-0.032 0.028zM981.24 488l-288-256c-5.626-4.997-13.077-8.049-21.24-8.049-17.7 0-32.049 14.349-32.049 32.049 0 9.537 4.165 18.101 10.776 23.971l0.033 0.029 261.24 232-261.080 232c-6.644 5.899-10.809 14.463-10.809 24 0 17.7 14.349 32.049 32.049 32.049 8.163 0 15.614-3.052 21.273-8.078l-0.033 0.029 288-256c6.658-5.892 10.834-14.458 10.834-24s-4.176-18.108-10.8-23.971l-0.034-0.029z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["code-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31081, "id": 899, "name": "code-simple-duotone", "prevSize": 16, "code": 60343, "codes": [60343, 60344] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 348 + }, + { + "icon": { + "paths": [ + "M832 352v192c0 0.021 0 0.047 0 0.072 0 141.163-83.095 262.918-203.040 319.020l-2.16 0.908h-293.6c-122.105-57.010-205.2-178.765-205.2-319.928 0-0.025 0-0.051 0-0.076l-0 0.004v-192z", + "M320 224v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM480 256c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM608 256c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM992 480v32c-0.027 84.84-66.083 154.244-149.57 159.616l-0.47 0.024c-22.951 63.771-60.013 117.688-107.608 160.018l-0.392 0.342h98.040c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h98.16c-79.83-70.771-129.953-173.511-130.16-287.963l-0-0.037v-192c0-17.673 14.327-32 32-32v0h704c88.366 0 160 71.634 160 160v0zM800 384h-640v160c0.267 125.901 72.956 234.762 178.609 287.16l1.871 0.84h279.040c107.525-53.239 180.213-162.099 180.48-287.964l0-0.036zM928 480c-0.013-41.537-26.404-76.906-63.332-90.269l-0.668-0.211v154.48c-0.026 21.204-1.771 41.98-5.102 62.222l0.302-2.222c40.081-12.116 68.769-48.704 68.8-91.996l0-0.004z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["coffee-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31082, "id": 898, "name": "coffee-duotone", "prevSize": 16, "code": 60345, "codes": [60345, 60346] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 349 + }, + { + "icon": { + "paths": [ + "M928 416c0 96-160 192-416 192s-416-96-416-192 160-192 416-192 416 96 416 192z", + "M830.32 255.36c-82.92-41.44-193-63.36-318.32-63.36s-235.4 21.92-318.32 63.36-129.68 99.76-129.68 160.64v192c0 60.88 47.28 119.4 129.68 160.64s193 63.36 318.32 63.36 235.4-21.92 318.32-63.36 129.68-99.76 129.68-160.64v-192c0-60.88-47.28-119.4-129.68-160.64zM512 256c250.56 0 384 92.92 384 160s-133.44 160-384 160-384-92.92-384-160 133.44-160 384-160zM480 639.44v128c-76-2.48-140-13.68-192-29.96v-125.28c57.179 15.87 123.106 25.716 191.088 27.224l0.912 0.016zM544 639.44c68.893-1.524 134.819-11.37 197.707-28.571l-5.707 1.331v125.24c-52 16.28-116 27.48-192 29.96zM128 608v-73.88c19.107 15.956 40.666 30.113 63.762 41.652l1.918 0.868c9.72 4.84 20 9.4 30.32 13.72v121.64c-63.32-31.36-96-70.84-96-104zM800 712v-121.64c10.44-4.32 20.6-8.88 30.32-13.72 25.014-12.408 46.574-26.565 66.21-42.95l-0.53 0.43v73.88c0 33.16-32.68 72.64-96 104z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["coin-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31083, "id": 897, "name": "coin-duotone", "prevSize": 16, "code": 60347, "codes": [60347, 60348] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 350 + }, + { + "icon": { + "paths": [ + "M960 528c0 79.52-143.28 144-320 144-78.4 0-150.24-12.68-205.88-33.76v0c152.92-10.84 269.88-70.24 269.88-142.24v-109.12c146.080 13.36 256 71.44 256 141.12zM704 336c0-79.52-143.28-144-320-144s-320 64.48-320 144 143.28 144 320 144 320-64.48 320-144z", + "M736 358.28v-22.28c0-100.32-151.32-176-352-176s-352 75.68-352 176v160c0 83.56 105 149.96 256 169.84v22.16c0 100.32 151.32 176 352 176s352-75.68 352-176v-160c0-82.8-101.68-149.28-256-169.72zM928 528c0 52.88-123.16 112-288 112-14.92 0-29.72-0.52-44.32-1.48 86.28-31.44 140.32-82.52 140.32-142.52v-73.040c119.48 17.8 192 66.12 192 105.040zM288 601v-95.16c28.521 3.922 61.48 6.161 94.962 6.161 0.365 0 0.73-0 1.094-0.001l-0.057 0c0.308 0 0.673 0.001 1.038 0.001 33.482 0 66.441-2.239 98.735-6.575l-3.773 0.414v95.16c-28.635 4.455-61.664 7-95.286 7-0.251 0-0.502-0-0.752-0l0.039 0c-0.212 0-0.463 0-0.714 0-33.623 0-66.651-2.545-98.903-7.453l3.616 0.453zM672 439.72v56.28c0 33.56-49.64 69.6-128 91.48v-93.48c51.64-12.52 95.36-31.16 128-54.28zM384 224c164.84 0 288 59.12 288 112s-123.16 112-288 112-288-59.12-288-112 123.16-112 288-112zM96 496v-56.28c32.64 23.12 76.36 41.76 128 54.28v93.48c-78.36-21.88-128-57.92-128-91.48zM352 688v-16.68c10.52 0.4 21.16 0.68 32 0.68 15.52 0 30.68-0.52 45.56-1.4 13.044 4.934 29.888 10.094 47.091 14.341l3.349 0.699v93.84c-78.36-21.88-128-57.92-128-91.48zM544 793v-95.4c28.732 4.074 61.918 6.4 95.648 6.4 0.124 0 0.248-0 0.371-0l-0.019 0c0.308 0 0.673 0.001 1.038 0.001 33.482 0 66.441-2.239 98.735-6.575l-3.773 0.414v95.16c-28.849 4.455-62.127 7-96 7s-67.151-2.545-99.654-7.454l3.654 0.454zM800 779.48v-93.48c51.64-12.52 95.36-31.16 128-54.28v56.28c0 33.56-49.64 69.6-128 91.48z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["coins-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31084, "id": 896, "name": "coins-duotone", "prevSize": 16, "code": 60349, "codes": [60349, 60350] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 351 + }, + { + "icon": { + "paths": [ + "M640 512c0 212-100.28 384-224 384s-224-172-224-384 100.28-384 224-384 224 172 224 384z", + "M794.040 224.36c-48.28-82.76-114.36-128.36-186.040-128.36h-192c-71.68 0-137.76 45.6-186.040 128.36-45.12 77.32-69.96 179.64-69.96 287.64s24.84 210.32 69.96 287.64c48.28 82.76 114.36 128.36 186.040 128.36h192c71.68 0 137.76-45.6 186.040-128.36 45.12-77.32 69.96-179.64 69.96-287.64s-24.84-210.32-69.96-287.64zM799.16 480h-128c-2.728-69.667-16.695-135.274-40.134-196.18l1.414 4.18h122.36c24.48 53.52 40.64 120 44.36 192zM716.76 224h-114.92c-14.127-24.273-30.018-45.258-48.11-64.115l0.11 0.115h54.16c40 0 77.6 24 108.76 64zM224 512c0-190.8 88-352 192-352s192 161.2 192 352-88 352-192 352-192-161.2-192-352zM608 864h-54.040c17.982-18.742 33.873-39.727 47.15-62.427l0.85-1.573h114.92c-31.28 40-68.88 64-108.88 64zM754.8 736h-122.32c22.025-56.725 35.992-122.332 38.684-190.835l0.036-1.165h128c-3.76 72-19.92 138.48-44.4 192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["coin-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31085, "id": 895, "name": "coin-vertical-duotone", "prevSize": 16, "code": 60351, "codes": [60351, 60352] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 352 + }, + { + "icon": { + "paths": [ + "M448 192v640c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM768 160h-160c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0z", + "M416 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM416 832h-160v-640h160zM768 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM768 832h-160v-640h160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["columns-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31086, "id": 894, "name": "columns-duotone", "prevSize": 16, "code": 60353, "codes": [60353, 60354] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 353 + }, + { + "icon": { + "paths": [ + "M832 304v0c0 61.856-50.144 112-112 112v0h-112v-112c0-61.856 50.144-112 112-112v0 0c61.856 0 112 50.144 112 112v0zM304 192v0c-61.856 0-112 50.144-112 112v0 0c0 61.856 50.144 112 112 112v0h112v-112c0-61.856-50.144-112-112-112v0zM720 608h-112v112c0 61.856 50.144 112 112 112v0 0c61.856 0 112-50.144 112-112v0 0c0-61.856-50.144-112-112-112v0zM192 720v0c0 61.856 50.144 112 112 112v0 0c61.856 0 112-50.144 112-112v0-112h-112c-61.856 0-112 50.144-112 112v0z", + "M720 576h-80v-128h80c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144v0 80h-128v-80c0-79.529-64.471-144-144-144s-144 64.471-144 144c0 79.529 64.471 144 144 144v0h80v128h-80c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0-80h128v80c0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144v0zM640 304c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0h-80zM224 304c0-44.183 35.817-80 80-80s80 35.817 80 80v0 80h-80c-44.183 0-80-35.817-80-80v0zM384 720c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0h80zM448 448h128v128h-128zM720 800c-44.183 0-80-35.817-80-80v0-80h80c44.183 0 80 35.817 80 80s-35.817 80-80 80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["command-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31087, "id": 893, "name": "command-duotone", "prevSize": 16, "code": 60355, "codes": [60355, 60356] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 354 + }, + { + "icon": { + "paths": [ + "M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM576 576l-256 128 128-256 256-128z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM689.68 291.36l-256 128c-6.217 3.169-11.151 8.103-14.236 14.138l-0.084 0.182-128 256c-2.133 4.172-3.383 9.1-3.383 14.32 0 17.673 14.327 32 32 32 0.008 0 0.016-0 0.024-0l-0.001 0c5.218-0.008 10.144-1.248 14.506-3.445l-0.186 0.085 256-128c6.217-3.169 11.151-8.103 14.236-14.138l0.084-0.182 128-256c2.147-4.183 3.406-9.128 3.406-14.366 0-17.673-14.327-32-32-32-5.238 0-10.182 1.259-14.547 3.49l0.181-0.084zM552 552l-160.44 80.44 80.44-160.44 160.6-80.28z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["compass-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31088, "id": 892, "name": "compass-duotone", "prevSize": 16, "code": 60357, "codes": [60357, 60358] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 355 + }, + { + "icon": { + "paths": [ + "M640 320c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z", + "M860.48 494.56c2.487-4.445 3.951-9.753 3.951-15.403 0-17.673-14.327-32-32-32-12.689 0-23.653 7.385-28.828 18.092l-0.083 0.191c-30.174 57.315-75.48 103.161-130.647 133.167l-1.673 0.833-66.32-149.28c40.782-29.377 67.023-76.73 67.023-130.212 0-77.003-54.397-141.302-126.86-156.564l-1.043-0.184v-67.2c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 67.2c-73.506 15.446-127.903 79.744-127.903 156.748 0 53.482 26.241 100.836 66.55 129.888l0.473 0.325-192.36 432.84c-1.782 3.86-2.821 8.377-2.821 13.137 0 17.673 14.327 32 32 32 13.019 0 24.222-7.774 29.22-18.934l0.081-0.203 100.56-226.24c37.419 13.46 80.597 21.24 125.591 21.24 0.214 0 0.428-0 0.642-0.001l-0.033 0c45.252-0.054 88.706-7.68 129.186-21.678l-2.786 0.838 100.36 225.84c5.139 11.214 16.266 18.863 29.179 18.863 17.673 0 32-14.327 32-32 0-4.654-0.994-9.076-2.78-13.066l0.081 0.203-100-225c70.255-37.085 126.235-93.129 162.235-161.35l1.005-2.090zM512 224c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM512 640c-0.115 0-0.251 0-0.387 0-35.623 0-69.878-5.856-101.855-16.658l2.242 0.657 65.68-147.76c10.338 2.39 22.209 3.76 34.4 3.76s24.062-1.37 35.468-3.964l-1.068 0.204 65.92 148.24c-30.006 9.838-64.539 15.514-100.397 15.52l-0.003 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["compass-tool-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31089, "id": 891, "name": "compass-tool-duotone", "prevSize": 16, "code": 60359, "codes": [60359, 60360] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 356 + }, + { + "icon": { + "paths": [ + "M800 160v704c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z", + "M352 288c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM384 448h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM832 160v704c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM768 160h-512v704h512zM512 672c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["computer-tower-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31090, "id": 890, "name": "computer-tower-duotone", "prevSize": 16, "code": 60361, "codes": [60361, 60362] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 357 + }, + { + "icon": { + "paths": [ + "M235.56 619.56l168.88 168.88-202.52 73.6c-3.197 1.213-6.894 1.915-10.755 1.915-17.209 0-31.16-13.951-31.16-31.16 0-3.861 0.702-7.558 1.986-10.97l-0.071 0.215zM790.84 600.68l-367.52-367.52c-5.639-5.638-13.428-9.124-22.031-9.124-13.393 0-24.813 8.45-29.219 20.309l-0.070 0.216-59.6 164 303.28 303.28 164-59.6c12.076-4.476 20.526-15.896 20.526-29.289 0-8.723-3.584-16.609-9.361-22.265l-0.005-0.005z", + "M445.96 210.52c-11.431-11.402-27.207-18.452-44.63-18.452-27.128 0-50.265 17.093-59.227 41.096l-0.143 0.437-209.96 577.52c-2.397 6.414-3.784 13.826-3.784 21.562 0 34.796 28.067 63.037 62.798 63.318l0.027 0c7.857-0.055 15.356-1.517 22.28-4.147l-0.44 0.147 577.48-210c24.455-9.097 41.562-32.241 41.562-59.38 0-17.418-7.046-33.19-18.443-44.621l0.002 0.002zM412.64 751.36l-140-140 52.64-144.84 232.2 232.2zM192.64 831.36l56-153.64 97.8 97.8zM624 674.56l-274.56-274.56 52-143.48 365.72 365.72zM640 288c0.652-22.799 6.252-44.142 15.756-63.197l-0.396 0.877c21.2-42.36 61.2-65.68 112.64-65.68 26.8 0 44-9.16 54.6-28.84 5.332-10.294 8.731-22.378 9.391-35.186l0.009-0.214c0.068-17.622 14.369-31.88 32-31.88 17.673 0 32 14.327 32 32 0 0.042-0 0.084-0 0.127l0-0.007c0 51.44-34.080 128-128 128-26.8 0-44 9.16-54.6 28.84-5.332 10.294-8.731 22.378-9.391 35.186l-0.009 0.214c-0.068 17.622-14.369 31.88-32 31.88-17.673 0-32-14.327-32-32 0-0.042 0-0.084 0-0.127l-0 0.007zM544 160v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM950.64 489.36c5.786 5.791 9.364 13.787 9.364 22.62 0 17.675-14.329 32.004-32.004 32.004-8.843 0-16.847-3.586-22.64-9.383l-64-64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM970.12 318.36l-96 32c-3.020 1.041-6.5 1.642-10.12 1.642-17.674 0-32.002-14.328-32.002-32.002 0-14.054 9.059-25.992 21.657-30.293l0.225-0.067 96-32c3.020-1.041 6.5-1.642 10.12-1.642 17.674 0 32.002 14.328 32.002 32.002 0 14.054-9.059 25.992-21.657 30.293l-0.225 0.067z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["confetti-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31091, "id": 889, "name": "confetti-duotone", "prevSize": 16, "code": 60363, "codes": [60363, 60364] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 358 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM388.28 401.040c17.345 32.149 27.538 70.364 27.538 110.96s-10.193 78.811-28.159 112.225l0.622-1.265c-5.382 10.537-16.158 17.626-28.59 17.626-17.673 0-32-14.327-32-32 0-5.708 1.494-11.066 4.113-15.706l-0.083 0.16c12.845-23.44 20.401-51.358 20.401-81.040s-7.556-57.6-20.848-81.934l0.447 0.894c-2.15-4.185-3.41-9.132-3.41-14.374 0-17.673 14.327-32 32-32 11.965 0 22.397 6.567 27.887 16.294l0.083 0.16zM612.28 273.040c37.752 69.185 59.953 151.54 59.953 239.080s-22.2 169.896-61.278 241.743l1.325-2.663c-5.715 9.269-15.812 15.355-27.33 15.355-17.673 0-32-14.327-32-32 0-4.952 1.125-9.642 3.133-13.827l-0.083 0.192c33.013-60.452 52.427-132.419 52.427-208.92s-19.414-148.468-53.585-211.243l1.157 2.323c-2.377-4.365-3.774-9.559-3.774-15.080 0-17.681 14.333-32.014 32.014-32.014 12.16 0 22.737 6.78 28.156 16.765l0.084 0.169zM500.28 337.040c27.554 50.672 43.755 110.964 43.755 175.040s-16.2 124.368-44.728 177.003l0.973-1.963c-5.414 10.437-16.138 17.444-28.498 17.444-17.673 0-32-14.327-32-32 0-5.699 1.49-11.050 4.101-15.684l-0.083 0.16c22.825-41.963 36.245-91.894 36.245-144.96s-13.42-102.997-37.051-146.585l0.806 1.625c-2.528-4.475-4.018-9.825-4.018-15.524 0-17.673 14.327-32 32-32 12.36 0 23.083 7.008 28.414 17.266l0.084 0.178z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["contactless-payment-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31092, + "id": 888, + "name": "contactless-payment-duotone", + "prevSize": 16, + "code": 60365, + "codes": [60365, 60366] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 359 + }, + { + "icon": { + "paths": [ + "M800 480h-576l288-288z", + "M822.64 457.36l-288-288c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-288 288c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l575.999 0c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM301.24 448l210.76-210.76 210.76 210.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["control-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31093, "id": 887, "name": "control-duotone", "prevSize": 16, "code": 60367, "codes": [60367, 60368] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 360 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c0 106.039 85.961 192 192 192v0c0 106.039 85.961 192 192 192v0z", + "M657.96 654.040c8.651 8.68 14 20.657 14 33.882 0 26.51-21.49 48-48 48s-48-21.49-48-48c0-13.226 5.349-25.202 14.001-33.884l-0.001 0.001c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001zM333.96 622.040c-8.651 8.68-14 20.657-14 33.882 0 26.51 21.49 48 48 48s48-21.49 48-48c0-13.226-5.349-25.202-14.001-33.884l0.001 0.001c-8.688-8.698-20.696-14.078-33.96-14.078s-25.272 5.38-33.96 14.077l-0 0zM369.96 466.040c8.651-8.68 14-20.657 14-33.882 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 13.226 5.349 25.202 14.001 33.884l-0.001-0.001c8.688 8.698 20.696 14.078 33.96 14.078 13.304 0 25.344-5.413 34.038-14.156l0.002-0.002zM561.96 462.040c-8.68-8.651-20.657-14-33.882-14-26.51 0-48 21.49-48 48s21.49 48 48 48c13.226 0 25.202-5.349 33.884-14.001l-0.001 0.001c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c17.673 0 32 14.327 32 32v0c0 88.366 71.634 160 160 160v0c17.673 0 32 14.327 32 32v0c0 88.366 71.634 160 160 160v0c17.673 0 32 14.327 32 32v0zM862.76 541.56c-98.385-15.345-174.874-92.783-188.623-190.372l-0.137-1.188c-98.777-13.886-176.215-90.375-191.397-187.495l-0.163-1.265c-181.261 15.734-322.436 166.759-322.436 350.756 0 194.404 157.596 352 352 352 183.998 0 335.022-141.175 350.664-321.115l0.093-1.321z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cookie-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31094, "id": 886, "name": "cookie-duotone", "prevSize": 16, "code": 60369, "codes": [60369, 60370] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 361 + }, + { + "icon": { + "paths": [ + "M864 352v384c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-384c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M352 192v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 224c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM640 224c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM1011.2 409.6l-115.2 86.4v240c0 70.692-57.308 128-128 128v0h-512c-70.692 0-128-57.308-128-128v0-240l-115.2-86.4c-7.807-5.9-12.8-15.167-12.8-25.6 0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 76.8 57.6v-64c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0 64l76.8-57.6c5.281-3.996 11.96-6.4 19.2-6.4 17.673 0 32 14.327 32 32 0 10.433-4.993 19.7-12.72 25.542l-0.080 0.058zM832 352h-640v384c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cooking-pot-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31095, "id": 885, "name": "cooking-pot-duotone", "prevSize": 16, "code": 60371, "codes": [60371, 60372] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 362 + }, + { + "icon": { + "paths": [ + "M864 160v512h-192v-320h-320v-192z", + "M864 128h-512c-17.673 0-32 14.327-32 32v0 160h-160c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-160h160c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM640 832h-448v-448h448zM832 640h-128v-288c0-17.673-14.327-32-32-32v0h-288v-128h448z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["copy-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31096, "id": 884, "name": "copy-duotone", "prevSize": 16, "code": 60373, "codes": [60373, 60374] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 363 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 512c0 0.012 0 0.026 0 0.040 0 106.039-85.961 192-192 192-62.598 0-118.2-29.957-153.25-76.317l-0.35-0.483c-4.003-5.286-6.412-11.972-6.412-19.22 0-17.68 14.332-32.012 32.012-32.012 10.431 0 19.697 4.989 25.542 12.712l0.058 0.080c23.6 31.229 60.668 51.2 102.4 51.2 70.692 0 128-57.308 128-128s-57.308-128-128-128c-41.732 0-78.8 19.971-102.167 50.878l-0.233 0.322c-5.903 7.803-15.169 12.792-25.6 12.792-17.68 0-32.012-14.332-32.012-32.012 0-7.248 2.409-13.934 6.47-19.3l-0.058 0.080c35.4-46.843 91.002-76.8 153.6-76.8 106.039 0 192 85.961 192 192 0 0.014-0 0.028-0 0.042l0-0.002z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["copyleft-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31097, "id": 883, "name": "copyleft-duotone", "prevSize": 16, "code": 60375, "codes": [60375, 60376] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 364 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM384 512c0 70.692 57.308 128 128 128 41.732 0 78.8-19.971 102.167-50.878l0.233-0.322c5.903-7.803 15.169-12.792 25.6-12.792 17.68 0 32.012 14.332 32.012 32.012 0 7.248-2.409 13.934-6.47 19.3l0.058-0.080c-35.401 46.82-90.989 76.76-153.57 76.76-106.039 0-192-85.961-192-192s85.961-192 192-192c62.581 0 118.169 29.94 153.221 76.278l0.349 0.482c4.003 5.286 6.412 11.972 6.412 19.22 0 17.68-14.332 32.012-32.012 32.012-10.431 0-19.697-4.989-25.542-12.712l-0.058-0.080c-23.6-31.229-60.668-51.2-102.4-51.2-70.692 0-128 57.308-128 128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["copyright-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31098, "id": 882, "name": "copyright-duotone", "prevSize": 16, "code": 60377, "codes": [60377, 60378] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 365 + }, + { + "icon": { + "paths": [ + "M736 288v576h-576v-576z", + "M736 256h-576c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM704 832h-512v-512h512zM896 160v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-544h-544c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["copy-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31099, "id": 881, "name": "copy-simple-duotone", "prevSize": 16, "code": 60379, "codes": [60379, 60380] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 366 + }, + { + "icon": { + "paths": [ + "M832 384h-192v-192zM384 832v-192h-192zM640 832l192-192h-192zM384 384v-192l-192 192z", + "M640 416h192c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0zM672 269.24l82.76 82.76h-82.76zM384 608h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM352 754.76l-82.76-82.76h82.76zM832 608h-192c-17.673 0-32 14.327-32 32v0 192c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM672 754.76v-82.76h82.76zM396.24 162.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l191.999 0c17.673 0 32-14.327 32-32v0-192c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM352 352h-82.76l82.76-82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["corners-in-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31100, "id": 880, "name": "corners-in-duotone", "prevSize": 16, "code": 60381, "codes": [60381, 60382] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 367 + }, + { + "icon": { + "paths": [ + "M832 192v160l-160-160zM192 832h160l-160-160zM832 832v-160l-160 160zM192 352l160-160h-160z", + "M832 160h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 160 160c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160c0-17.673-14.327-32-32-32v0zM800 274.76l-50.76-50.76h50.76zM214.64 649.36c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160c0 17.673 14.327 32 32 32v0h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM224 800v-50.76l50.76 50.76zM844.24 642.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-160 160c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0c17.673 0 32-14.327 32-32v0-160c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM800 800h-50.76l50.76-50.76zM352 160h-160c-17.673 0-32 14.327-32 32v0 160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM224 274.76v-50.76h50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["corners-out-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31101, "id": 879, "name": "corners-out-duotone", "prevSize": 16, "code": 60383, "codes": [60383, 60384] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 368 + }, + { + "icon": { + "paths": [ + "M960 480v192c0 17.673-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0-160c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0 160c17.673 0 32 14.327 32 32v0z", + "M960 424.68v-136.68c0-35.346-28.654-64-64-64v0h-768c-35.346 0-64 28.654-64 64v0 136.68c-19.235 11.254-31.96 31.797-32 55.314l-0 0.006v192c0 35.346 28.654 64 64 64v0h32v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h640v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h32c35.346 0 64-28.654 64-64v0-192c-0.040-23.523-12.765-44.066-31.698-55.157l-0.302-0.163zM896 416h-32c-35.346 0-64 28.654-64 64v0 64h-256v-256h352zM480 288v256h-256v-64c0-35.346-28.654-64-64-64v0h-32v-128zM928 672h-832v-192h64v64c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-64h64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["couch-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31102, "id": 878, "name": "couch-duotone", "prevSize": 16, "code": 60385, "codes": [60385, 60386] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 369 + }, + { + "icon": { + "paths": [ + "M800 192h-576c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM608 608h-192v-192h192z", + "M608 384h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM576 576h-128v-128h128zM928 576h-64v-128h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-160c0-35.346-28.654-64-64-64v0h-160v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-160c-35.346 0-64 28.654-64 64v0 160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v128h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v160c0 35.346 28.654 64 64 64v0h160v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h160c35.346 0 64-28.654 64-64v0-160h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM800 800h-576v-576h576v383.48s0 0.36 0 0.52 0 0.36 0 0.52v191.48z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cpu-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31103, "id": 877, "name": "cpu-duotone", "prevSize": 16, "code": 60387, "codes": [60387, 60388] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 370 + }, + { + "icon": { + "paths": [ + "M928 384v384c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-384z", + "M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 256v96h-768v-96zM896 768h-768v-352h768v352zM832 672c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM576 672c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["credit-card-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31104, "id": 876, "name": "credit-card-duotone", "prevSize": 16, "code": 60389, "codes": [60389, 60390] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 371 + }, + { + "icon": { + "paths": [ + "M768 256v512h-512v-512z", + "M960 768c0 17.673-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-480c-17.673 0-32-14.327-32-32v0-480h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 640h640c17.673 0 32 14.327 32 32v0zM384 288h352v352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["crop-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31105, "id": 875, "name": "crop-duotone", "prevSize": 16, "code": 60391, "codes": [60391, 60392] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 372 + }, + { + "icon": { + "paths": [ + "M832 352v128c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32 14.327-32 32v0 352c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-352c0-17.673-14.327-32-32-32v0h-160c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32 14.327 32 32v0z", + "M800 288h-160v-160c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 160h-160c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h160v352c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-352h160c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0zM800 480h-160c-35.346 0-64 28.654-64 64v0 352h-128v-352c0-35.346-28.654-64-64-64v0h-160v-128h160c35.346 0 64-28.654 64-64v0-160h128v160c0 35.346 28.654 64 64 64v0h160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cross-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31106, "id": 874, "name": "cross-duotone", "prevSize": 16, "code": 60393, "codes": [60393, 60394] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 373 + }, + { + "icon": { + "paths": [ + "M640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z", + "M928 480h-33.36c-16.329-186.717-163.923-334.311-349.188-350.537l-1.452-0.103v-33.36c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 33.36c-186.717 16.329-334.311 163.923-350.537 349.188l-0.103 1.452h-33.36c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h33.36c16.329 186.717 163.923 334.311 349.188 350.537l1.452 0.103v33.36c0 17.673 14.327 32 32 32s32-14.327 32-32v0-33.36c186.717-16.329 334.311-163.923 350.537-349.188l0.103-1.452h33.36c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 830.4v-30.4c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 30.4c-151.349-15.895-270.505-135.051-286.281-285.009l-0.119-1.391h30.4c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-30.4c15.895-151.349 135.051-270.505 285.009-286.281l1.391-0.119v30.4c0 17.673 14.327 32 32 32s32-14.327 32-32v0-30.4c151.349 15.895 270.505 135.051 286.281 285.009l0.119 1.391h-30.4c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h30.4c-15.895 151.349-135.051 270.505-285.009 286.281l-1.391 0.119zM512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["crosshair-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31107, "id": 873, "name": "crosshair-duotone", "prevSize": 16, "code": 60395, "codes": [60395, 60396] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 374 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM544 862.52v-126.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 126.52c-169.036-16.113-302.407-149.484-318.41-317.097l-0.11-1.423h126.52c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-126.52c16.113-169.036 149.484-302.407 317.097-318.41l1.423-0.11v126.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-126.52c169.036 16.113 302.407 149.484 318.41 317.097l0.11 1.423h-126.52c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h126.52c-16.113 169.036-149.484 302.407-317.097 318.41l-1.423 0.11z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["crosshair-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31108, + "id": 872, + "name": "crosshair-simple-duotone", + "prevSize": 16, + "code": 60397, + "codes": [60397, 60398] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 375 + }, + { + "icon": { + "paths": [ + "M959.12 346.48l-148 453.52s-107.12-64-299.12-64-299.12 64-299.12 64l-148-453.48c-0.569-1.596-0.898-3.436-0.898-5.354 0-9.057 7.343-16.4 16.4-16.4 2.691 0 5.23 0.648 7.471 1.797l-0.092-0.043 213.64 106.48c2.141 1.093 4.67 1.733 7.348 1.733 5.952 0 11.166-3.163 14.051-7.901l0.041-0.073 175.080-290.76c2.943-4.724 8.11-7.822 14-7.822s11.057 3.097 13.96 7.752l0.040 0.069 175.080 290.96c2.939 4.795 8.151 7.946 14.098 7.946 2.66 0 5.172-0.63 7.396-1.749l-0.095 0.043 213.72-106.56c2.168-1.131 4.736-1.794 7.458-1.794 9.057 0 16.4 7.343 16.4 16.4 0 1.873-0.314 3.672-0.892 5.349l0.035-0.115z", + "M975.36 304.76c-8.443-7.391-19.572-11.899-31.755-11.899-7.875 0-15.311 1.884-21.88 5.226l0.275-0.127-200.84 100-167.68-278.52c-8.63-14.133-23.97-23.423-41.48-23.423s-32.85 9.29-41.359 23.211l-0.121 0.212-167.68 278.64-200.76-100c-6.281-3.188-13.696-5.056-21.546-5.056-26.753 0-48.44 21.687-48.44 48.44 0 5.368 0.873 10.532 2.485 15.358l-0.099-0.342 148 453.44c4.313 12.917 16.297 22.064 30.418 22.064 6.014 0 11.64-1.659 16.447-4.544l-0.145 0.081c1-0.6 103.28-59.52 282.8-59.52s281.8 58.92 282.72 59.48c4.688 2.846 10.354 4.53 16.413 4.53 14.131 0 26.122-9.159 30.361-21.864l0.065-0.226 148-453.32c1.587-4.576 2.503-9.849 2.503-15.337 0-14.557-6.448-27.608-16.643-36.453l-0.060-0.051zM792 755.32c-48-20.36-143.68-51.32-280-51.32s-232 30.96-280 51.32l-125.16-383.32 180.28 89.88c6.281 3.166 13.689 5.020 21.531 5.020 17.531 0 32.898-9.267 41.469-23.17l0.121-0.21 161.76-268.88 161.76 268.8c8.704 14.098 24.069 23.353 41.595 23.353 7.823 0 15.216-1.844 21.766-5.121l-0.282 0.128 180.32-89.8zM703.48 627.32c-2.738 15.111-15.786 26.423-31.478 26.44l-0.002 0c-1.98-0.003-3.918-0.177-5.801-0.509l0.201 0.029c-46.433-8.373-99.877-13.16-154.44-13.16s-108.008 4.787-159.938 13.965l5.498-0.805c-1.672 0.31-3.595 0.487-5.56 0.487-17.677 0-32.007-14.33-32.007-32.007 0-15.712 11.321-28.78 26.251-31.491l0.195-0.029c49.776-8.983 107.068-14.12 165.56-14.12s115.785 5.137 171.452 14.983l-5.892-0.864c15.134 2.729 26.466 15.8 26.466 31.518 0 1.923-0.17 3.806-0.495 5.635l0.028-0.193z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["crown-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31109, "id": 871, "name": "crown-duotone", "prevSize": 16, "code": 60399, "codes": [60399, 60400] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 376 + }, + { + "icon": { + "paths": [ + "M959.12 346.48l-148 453.52s-107.12-64-299.12-64-299.12 64-299.12 64l-148-453.48c-0.569-1.596-0.898-3.436-0.898-5.354 0-9.057 7.343-16.4 16.4-16.4 2.691 0 5.23 0.648 7.471 1.797l-0.092-0.043 213.64 106.48c2.141 1.093 4.67 1.733 7.348 1.733 5.952 0 11.166-3.163 14.051-7.901l0.041-0.073 175.080-290.76c2.943-4.724 8.11-7.822 14-7.822s11.057 3.097 13.96 7.752l0.040 0.069 175.080 290.96c2.939 4.795 8.151 7.946 14.098 7.946 2.66 0 5.172-0.63 7.396-1.749l-0.095 0.043 213.72-106.56c2.168-1.131 4.736-1.794 7.458-1.794 9.057 0 16.4 7.343 16.4 16.4 0 1.873-0.314 3.672-0.892 5.349l0.035-0.115z", + "M975.36 304.76c-8.443-7.391-19.572-11.899-31.755-11.899-7.875 0-15.311 1.884-21.88 5.226l0.275-0.127-200.84 100-167.68-278.52c-8.63-14.133-23.97-23.423-41.48-23.423s-32.85 9.29-41.359 23.211l-0.121 0.212-167.68 278.64-200.76-100c-6.281-3.188-13.696-5.056-21.546-5.056-26.753 0-48.44 21.687-48.44 48.44 0 5.368 0.873 10.532 2.485 15.358l-0.099-0.342 148 453.44c4.313 12.917 16.297 22.064 30.418 22.064 6.014 0 11.64-1.659 16.447-4.544l-0.145 0.081c1-0.6 103.28-59.52 282.8-59.52s281.8 58.92 282.72 59.48c4.688 2.846 10.354 4.53 16.413 4.53 14.131 0 26.122-9.159 30.361-21.864l0.065-0.226 148-453.32c1.587-4.576 2.503-9.849 2.503-15.337 0-14.557-6.448-27.608-16.643-36.453l-0.060-0.051zM792 755.32c-48-20.36-143.68-51.32-280-51.32s-232 30.96-280 51.32l-125.16-383.32 180.28 89.88c6.281 3.166 13.689 5.020 21.531 5.020 17.531 0 32.898-9.267 41.469-23.17l0.121-0.21 161.76-268.88 161.76 268.8c8.693 14.105 24.055 23.365 41.58 23.365 7.83 0 15.227-1.848 21.781-5.133l-0.281 0.127 180.32-89.8z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["crown-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31110, "id": 870, "name": "crown-simple-duotone", "prevSize": 16, "code": 60401, "codes": [60401, 60402] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 377 + }, + { + "icon": { + "paths": [ + "M512 516.36v411.64c-5.641-0.024-10.931-1.504-15.521-4.083l0.161 0.083-352-192.64c-9.97-5.534-16.612-15.988-16.64-27.996l-0-0.004v-382.56c0.002-4.738 1.033-9.235 2.882-13.28l-0.082 0.2z", + "M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 128v0l321.36 176-321.36 176-321.36-176zM160 360l320 175.12v343.16l-320-175zM544 878.28v-343l320-175.28v343.12z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cube-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31111, "id": 869, "name": "cube-duotone", "prevSize": 16, "code": 60403, "codes": [60403, 60404] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 378 + }, + { + "icon": { + "paths": [ + "M736 394.28v235.44c0 0.037 0 0.080 0 0.124 0 7.25-3.857 13.599-9.632 17.106l-0.089 0.050-205.32 118.6c-2.57 1.509-5.661 2.401-8.96 2.401s-6.39-0.891-9.045-2.447l0.085 0.046-205.32-118.6c-5.863-3.558-9.72-9.906-9.72-17.156 0-0.044 0-0.087 0-0.131l-0 0.007v-235.44c-0-0.037-0-0.080-0-0.124 0-7.25 3.857-13.599 9.632-17.106l0.089-0.050 205.32-118.6c2.57-1.509 5.661-2.401 8.96-2.401s6.39 0.891 9.045 2.447l-0.085-0.046 205.32 118.6c5.863 3.558 9.72 9.906 9.72 17.156 0 0.044-0 0.087-0 0.131l0-0.007z", + "M768 629.72v-235.44c0-0.034 0-0.073 0-0.113 0-19.016-10.207-35.648-25.441-44.715l-0.239-0.132-205.36-118.6c-7.16-4.205-15.77-6.688-24.96-6.688s-17.8 2.483-25.196 6.816l0.236-0.128-205.32 118.6c-15.496 9.195-25.72 25.839-25.72 44.871 0 0.031 0 0.063 0 0.094l-0-0.005v235.44c-0 0.034-0 0.073-0 0.113 0 19.016 10.207 35.648 25.441 44.715l0.239 0.132 205.36 118.6c7.161 4.201 15.771 6.682 24.96 6.682s17.799-2.481 25.196-6.81l-0.236 0.128 205.32-118.6c15.496-9.195 25.72-25.839 25.72-44.871 0-0.031-0-0.063-0-0.094l0 0.005zM512 290.2l162.36 93.8-162.36 93.72-162.36-93.72zM320 440.76l160 92.4v182.16l-160-92.4zM544 715.32v-182.16l160-92.4v182.16zM928 192v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM320 832c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32v0zM928 672v160c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM96 352v-160c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cube-focus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31112, "id": 868, "name": "cube-focus-duotone", "prevSize": 16, "code": 60405, "codes": [60405, 60406] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 379 + }, + { + "icon": { + "paths": [ + "M864 384v480h-480l-224-224v-480h480z", + "M886.64 361.36v0l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-479.999-0c-17.673 0-32 14.327-32 32v0 480c0.004 8.746 3.515 16.67 9.204 22.444l-0.004-0.004 224 224c5.806 5.9 13.875 9.556 22.799 9.56l480.001 0c17.673 0 32-14.327 32-32v0-480c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM672 237.24l114.76 114.76h-114.76zM352 786.76l-114.76-114.76h114.76zM352 608h-160v-370.76l160 160zM237.24 192h370.76v160h-210.76zM608 416v192h-192v-192zM416 832v-160h210.76l160 160zM832 786.76l-160-160v-210.76h160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cube-transparent-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31113, + "id": 867, + "name": "cube-transparent-duotone", + "prevSize": 16, + "code": 60407, + "codes": [60407, 60408] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 380 + }, + { + "icon": { + "paths": [ + "M768 640c0 88.366-71.634 160-160 160v0h-288v-608h240c79.529 0 144 64.471 144 144s-64.471 144-144 144v0h48c88.366 0 160 71.634 160 160v0z", + "M681.92 462.8c33.266-32.065 53.926-77.011 53.926-126.783 0-91.514-69.846-166.715-159.138-175.203l-0.708-0.054v-64.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v544h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h32c106.039 0 192-85.961 192-192 0-79.36-48.148-147.474-116.825-176.725l-1.255-0.475zM352 224h208c61.856 0 112 50.144 112 112s-50.144 112-112 112v0h-208zM608 768h-256v-256h256c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-btc-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31114, "id": 866, "name": "currency-btc-duotone", "prevSize": 16, "code": 60409, "codes": [60409, 60410] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 381 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM672 592c0 61.856-50.144 112-112 112v0h-16v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h144c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-96c-61.856 0-112-50.144-112-112s50.144-112 112-112v0h16v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-144c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h96c61.856 0 112 50.144 112 112v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-circle-dollar-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31115, + "id": 865, + "name": "currency-circle-dollar-duotone", + "prevSize": 16, + "code": 60411, + "codes": [60411, 60412] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 382 + }, + { + "icon": { + "paths": [ + "M768 256v224h-512v-224z", + "M224 256c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0zM864 672c-17.673 0-32 14.327-32 32v0 64h-128c-35.346 0-64-28.654-64-64v0-192h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-640c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v32c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c158.985-0.182 287.818-129.015 288-287.983l0-0.017v-32h128v192c0 70.692 57.308 128 128 128v0h160c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-cny-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31116, "id": 864, "name": "currency-cny-duotone", "prevSize": 16, "code": 60413, "codes": [60413, 60414] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 383 + }, + { + "icon": { + "paths": [ + "M768 672c0 88.366-71.634 160-160 160v0h-96v-320h96c88.366 0 160 71.634 160 160v0zM448 192c-88.366 0-160 71.634-160 160s71.634 160 160 160v0h64v-320z", + "M608 480h-64v-256h32c70.692 0 128 57.308 128 128v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.114-105.993-86.007-191.886-191.989-192l-32.011-0v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-32c-106.039 0-192 85.961-192 192s85.961 192 192 192v0h32v256h-64c-70.692 0-128-57.308-128-128v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.114 105.993 86.007 191.886 191.989 192l64.011 0v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c106.039 0 192-85.961 192-192s-85.961-192-192-192v0zM448 480c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h32v256zM608 800h-64v-256h64c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-dollar-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31117, + "id": 863, + "name": "currency-dollar-duotone", + "prevSize": 16, + "code": 60415, + "codes": [60415, 60416] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 384 + }, + { + "icon": { + "paths": [ + "M768 672c0 88.366-71.634 160-160 160v0h-96v-320h96c88.366 0 160 71.634 160 160v0zM448 192c-88.366 0-160 71.634-160 160s71.634 160 160 160v0h64v-320z", + "M800 672c-0.114 105.993-86.007 191.886-191.989 192l-64.011 0v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128v0h192c70.692 0 128-57.308 128-128s-57.308-128-128-128v0h-160c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h32v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h32c105.993 0.114 191.886 86.007 192 191.989l0 0.011c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-70.692-57.308-128-128-128v0h-128c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h160c105.993 0.114 191.886 86.007 192 191.989l0 0.011z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-dollar-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31118, + "id": 862, + "name": "currency-dollar-simple-duotone", + "prevSize": 16, + "code": 60417, + "codes": [60417, 60418] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 385 + }, + { + "icon": { + "paths": [ + "M864 512l-352 448-352-448 352 160z", + "M889.16 492.24l-352-448c-5.912-7.474-14.981-12.227-25.16-12.227s-19.248 4.753-25.109 12.16l-0.051 0.067-352 448c-4.258 5.384-6.83 12.272-6.83 19.76s2.572 14.376 6.881 19.827l-0.051-0.067 352 448c5.912 7.474 14.981 12.227 25.16 12.227s19.248-4.753 25.109-12.16l0.051-0.067 352-448c4.258-5.384 6.83-12.272 6.83-19.76s-2.572-14.376-6.881-19.827l0.051 0.067zM544 156.52l269.68 343.2-269.68 122.6zM480 622.32l-269.68-122.6 269.68-343.2zM480 692.6v174.88l-213.72-272zM544 692.6l213.72-97.16-213.72 272z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-eth-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31119, "id": 861, "name": "currency-eth-duotone", "prevSize": 16, "code": 60419, "codes": [60419, 60420] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 386 + }, + { + "icon": { + "paths": [ + "M736 233.32v557.36c-50.716 45.51-118.108 73.337-192 73.337-159.058 0-288-128.942-288-288 0-0.006 0-0.012 0-0.019l-0 0.001v-128c-0-0.005-0-0.011-0-0.017 0-159.058 128.942-288 288-288 73.892 0 141.284 27.828 192.269 73.575l-0.269-0.237z", + "M760 769.32c5.061 5.636 8.155 13.127 8.155 21.341 0 9.467-4.111 17.974-10.645 23.833l-0.030 0.027c-56.37 50.641-131.304 81.609-213.471 81.609-165.507 0-301.667-125.649-318.294-286.76l-0.114-1.369h-65.6c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h65.6c16.789-162.435 152.927-288.031 318.399-288.031 82.115 0 157.006 30.929 213.659 81.774l-0.298-0.263c6.558 5.889 10.664 14.395 10.664 23.86 0 17.686-14.338 32.024-32.024 32.024-8.221 0-15.719-3.098-21.39-8.19l0.030 0.026c-45.069-40.406-104.939-65.111-170.579-65.111-130.073 0-237.488 97.008-253.844 222.622l-0.137 1.288h253.92c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256v64h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-189.92c16.476 126.919 123.9 223.947 253.985 223.947 65.638 0 125.507-24.703 170.816-65.319l-0.241 0.213c5.651-5.12 13.184-8.253 21.449-8.253 9.494 0 18.023 4.135 23.883 10.702l0.028 0.031z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-eur-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31120, "id": 860, "name": "currency-eur-duotone", "prevSize": 16, "code": 60421, "codes": [60421, 60422] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 387 + }, + { + "icon": { + "paths": [ + "M672 832h-432c79.529 0 144-64.471 144-144v0-352c-0-0.010-0-0.023-0-0.036 0-97.202 78.798-176 176-176 42.684 0 81.819 15.195 112.291 40.47l-0.291-0.234z", + "M768 832c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h16c61.856 0 112-50.144 112-112v0-144h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-144c0.003-114.873 93.127-207.995 208-207.995 50.425 0 96.659 17.943 132.665 47.793l-0.345-0.278c7.405 5.913 12.108 14.94 12.108 25.066 0 17.673-14.327 32-32 32-7.974 0-15.267-2.917-20.87-7.741l0.042 0.035c-24.688-20.47-56.693-32.89-91.6-32.89-79.529 0-144 64.471-144 144 0 0.004 0 0.007 0 0.011l-0-0.001v144h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128v144c0 0.046 0 0.102 0 0.157 0 42.647-15.23 81.736-40.549 112.126l0.229-0.282h360.32c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-gbp-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31121, "id": 859, "name": "currency-gbp-duotone", "prevSize": 16, "code": 60423, "codes": [60423, 60424] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 388 + }, + { + "icon": { + "paths": [ + "M640 368c0 114.875-93.125 208-208 208v0h-144v-416h144c114.875 0 208 93.125 208 208v0z", + "M832 320c0 17.673-14.327 32-32 32v0h-128.6c0.36 5.28 0.6 10.6 0.6 16-0.159 132.484-107.516 239.841-239.984 240l-61.256 0 290.76 264.32c6.617 5.889 10.764 14.429 10.764 23.938 0 17.673-14.327 32-32 32-8.434 0-16.106-3.263-21.823-8.595l0.019 0.017-352-320c-6.447-5.875-10.477-14.307-10.477-23.68 0-17.672 14.325-31.998 31.996-32l144-0c97.156-0.114 175.886-78.844 176-175.989l0-0.011c0-5.4-0.28-10.72-0.76-16h-319.24c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h300.68c-29.756-57.407-88.711-95.965-156.675-96l-144.005-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-205.040c27.897 25.87 49.561 58.064 62.748 94.327l0.532 1.673h141.76c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-inr-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31122, "id": 858, "name": "currency-inr-duotone", "prevSize": 16, "code": 60425, "codes": [60425, 60426] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 389 + }, + { + "icon": { + "paths": [ + "M800 192l-288 352-288-352z", + "M824.76 212.28l-245.24 299.72h124.48c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160v64h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160v-64h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h124.48l-245.24-299.72c-4.51-5.474-7.245-12.558-7.245-20.28 0-17.676 14.329-32.005 32.005-32.005 9.954 0 18.846 4.544 24.716 11.67l0.044 0.055 263.24 321.76 263.24-321.76c5.914-7.181 14.806-11.725 24.76-11.725 17.676 0 32.005 14.329 32.005 32.005 0 7.722-2.735 14.806-7.289 20.335l0.044-0.055z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-jpy-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31123, "id": 857, "name": "currency-jpy-duotone", "prevSize": 16, "code": 60427, "codes": [60427, 60428] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 390 + }, + { + "icon": { + "paths": [ + "M200 544h208l-104 256zM408 544h208l-104-256zM616 544l104 256 104-256z", + "M960 512h-88.44l86.080-212c1.778-3.857 2.815-8.369 2.815-13.124 0-17.673-14.327-32-32-32-13.771 0-25.511 8.699-30.023 20.902l-0.072 0.222-96 236h-164.84l-96-236c-4.892-11.794-16.315-19.939-29.64-19.939s-24.748 8.144-29.562 19.727l-0.078 0.212-96 236h-164.72l-96-236c-5.136-11.221-16.266-18.876-29.185-18.876-17.673 0-32 14.327-32 32 0 3.902 0.698 7.64 1.977 11.098l-0.072-0.222 86.080 212h-88.32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h114.44l96 236c4.892 11.794 16.315 19.939 29.64 19.939s24.748-8.144 29.562-19.727l0.078-0.212 96-236h164.96l96 236c4.892 11.794 16.315 19.939 29.64 19.939s24.748-8.144 29.562-19.727l0.078-0.212 96-236h114.040c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM304 715l-56.48-139h112.96zM455.52 512l56.48-138.96 56.48 138.96zM720 715l-56.48-139h112.96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-krw-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31124, "id": 856, "name": "currency-krw-duotone", "prevSize": 16, "code": 60429, "codes": [60429, 60430] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 391 + }, + { + "icon": { + "paths": [ + "M800 224v160h-576v-160z", + "M832 384c0 17.673-14.327 32-32 32v0h-256v448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM224 256h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-576c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-kzt-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31125, "id": 855, "name": "currency-kzt-duotone", "prevSize": 16, "code": 60431, "codes": [60431, 60432] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 392 + }, + { + "icon": { + "paths": [ + "M768 448v392l-206.040-264h-305.96v-392l206.040 264z", + "M864 544h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-232c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 232h-258.32l-196.44-251.68c-5.911-7.534-15.015-12.329-25.24-12.329-17.673 0-32 14.327-32 32 0 0.003 0 0.006 0 0.010l-0-0v232h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v232c0 17.673 14.327 32 32 32s32-14.327 32-32v0-232h258.32l196.44 251.68c5.911 7.528 15.012 12.32 25.233 12.32 0.003 0 0.005-0 0.008-0l-0 0c0.020 0 0.045 0 0.069 0 3.702 0 7.254-0.645 10.549-1.828l-0.218 0.068c12.668-4.447 21.59-16.3 21.6-30.239l0-0.001v-232h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 480v64h-158.44l-49.96-64zM288 277l108.48 139h-108.48zM288 544v-64h158.44l49.96 64zM736 747l-108.48-139h108.48z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-ngn-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31126, "id": 854, "name": "currency-ngn-duotone", "prevSize": 16, "code": 60433, "codes": [60433, 60434] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 393 + }, + { + "icon": { + "paths": [ + "M800 368c0 114.875-93.125 208-208 208v0h-240v-416h240c114.875 0 208 93.125 208 208v0z", + "M592 608c132.548 0 240-107.452 240-240s-107.452-240-240-240v0h-240c-17.673 0-32 14.327-32 32v0 384h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v64h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192v-64zM384 192h208c97.202 0 176 78.798 176 176s-78.798 176-176 176v0h-208z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["currency-rub-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31127, "id": 853, "name": "currency-rub-duotone", "prevSize": 16, "code": 60435, "codes": [60435, 60436] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 394 + }, + { + "icon": { + "paths": [ + "M854.64 804l-50.64 50.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-198.76-198.64c-5.794-5.807-13.804-9.4-22.654-9.4-13.058 0-24.29 7.822-29.265 19.035l-0.081 0.204-77.84 179.080c-5.159 11.161-16.259 18.766-29.135 18.766-13.951 0-25.817-8.928-30.196-21.382l-0.069-0.224-209.12-640.32c-0.899-2.817-1.417-6.056-1.417-9.417 0-17.673 14.327-32 32-32 3.361 0 6.6 0.518 9.644 1.479l-0.227-0.062 640.4 208.96c12.678 4.448 21.606 16.314 21.606 30.265 0 12.876-7.605 23.976-18.568 29.053l-0.198 0.082-179.080 77.88c-11.403 5.062-19.212 16.286-19.212 29.334 0 8.856 3.597 16.872 9.411 22.666l0.001 0.001 198.68 198.68c5.798 5.792 9.385 13.797 9.385 22.64 0 8.863-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M678.56 537.32l179.080-77.84c22.607-10.206 38.057-32.552 38.057-58.506 0-28.082-18.087-51.94-43.246-60.56l-0.45-0.134-640.32-209.080c-5.836-1.937-12.555-3.054-19.534-3.054-35.346 0-64 28.654-64 64 0 6.979 1.117 13.698 3.183 19.986l-0.129-0.452 209.080 640.32c8.135 24.918 30.65 42.822 57.507 43.995l0.133 0.005h3.16c0.061 0 0.134 0 0.207 0 25.95 0 48.254-15.61 58.034-37.953l0.159-0.407 77.84-179.080 198.68 198.68c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l50.72-50.72c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM400.64 832.36l0.24-0.2zM781.24 832l-198.64-198.68c-11.585-11.599-27.597-18.775-45.284-18.775-26.138 0-48.616 15.669-58.554 38.126l-0.161 0.409-77.68 178.6-208.92-639.68 639.48 208.84-178.56 77.64c-22.866 10.099-38.535 32.578-38.535 58.716 0 17.688 7.175 33.7 18.774 45.284l0.001 0.001 198.84 198.76zM352 96v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM32 384c0-17.673 14.327-32 32-32v0h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32c-17.673 0-32-14.327-32-32v0zM483.4 113.68l32-64c5.373-10.568 16.166-17.683 28.62-17.683 17.675 0 32.003 14.328 32.003 32.003 0 5.22-1.25 10.148-3.467 14.502l0.084-0.182-32 64c-5.373 10.568-16.166 17.683-28.62 17.683-17.675 0-32.003-14.328-32.003-32.003 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182zM156.64 497.68c2.136 4.174 3.388 9.105 3.388 14.329 0 12.464-7.126 23.263-17.525 28.547l-0.182 0.084-64 32c-4.172 2.133-9.1 3.383-14.32 3.383-17.675 0-32.003-14.328-32.003-32.003 0-12.454 7.114-23.247 17.501-28.536l0.182-0.084 64-32c4.178-2.141 9.115-3.396 14.345-3.396 12.451 0 23.242 7.111 28.531 17.494l0.084 0.182z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cursor-click-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31128, "id": 852, "name": "cursor-click-duotone", "prevSize": 16, "code": 60437, "codes": [60437, 60438] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 395 + }, + { + "icon": { + "paths": [ + "M854.64 804l-50.64 50.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-198.76-198.64c-5.794-5.807-13.804-9.4-22.654-9.4-13.058 0-24.29 7.822-29.265 19.035l-0.081 0.204-77.84 179.080c-5.159 11.161-16.259 18.766-29.135 18.766-13.951 0-25.817-8.928-30.196-21.382l-0.069-0.224-209.12-640.32c-0.899-2.817-1.417-6.056-1.417-9.417 0-17.673 14.327-32 32-32 3.361 0 6.6 0.518 9.644 1.479l-0.227-0.062 640.4 208.96c12.678 4.448 21.606 16.314 21.606 30.265 0 12.876-7.605 23.976-18.568 29.053l-0.198 0.082-179.080 77.88c-11.403 5.062-19.212 16.286-19.212 29.334 0 8.856 3.597 16.872 9.411 22.666l0.001 0.001 198.68 198.68c5.798 5.792 9.385 13.797 9.385 22.64 0 8.863-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M678.56 537.32l179.080-77.84c22.607-10.206 38.057-32.552 38.057-58.506 0-28.082-18.087-51.94-43.246-60.56l-0.45-0.134-640.32-209.080c-5.836-1.937-12.555-3.054-19.534-3.054-35.346 0-64 28.654-64 64 0 6.979 1.117 13.698 3.183 19.986l-0.129-0.452 209.080 640.32c8.135 24.918 30.65 42.822 57.507 43.995l0.133 0.005h3.12c0.073 0 0.16 0 0.247 0 25.95 0 48.254-15.611 58.034-37.953l0.159-0.407 77.84-179.080 198.68 198.68c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l50.72-50.72c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM400.64 832.36l0.24-0.2zM781.24 832l-198.68-198.68c-11.585-11.599-27.597-18.775-45.284-18.775-26.138 0-48.616 15.669-58.554 38.126l-0.161 0.409-77.68 178.6-208.88-639.68 639.48 208.84-178.56 77.64c-22.866 10.099-38.535 32.578-38.535 58.716 0 17.688 7.175 33.7 18.774 45.284l0.001 0.001 198.84 198.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cursor-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31129, "id": 851, "name": "cursor-duotone", "prevSize": 16, "code": 60439, "codes": [60439, 60440] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 396 + }, + { + "icon": { + "paths": [ + "M704 192v640h-384v-640z", + "M736 832c0 17.673-14.327 32-32 32v0h-64c-52.165 0-98.5-24.964-127.708-63.598l-0.292-0.402c-29.5 39.036-75.835 64-128 64v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c53.019 0 96-42.981 96-96v0-160h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-160c0-53.019-42.981-96-96-96v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c52.165 0 98.5 24.964 127.708 63.598l0.292 0.402c29.5-39.036 75.835-64 128-64v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-53.019 0-96 42.981-96 96v0 160h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v160c0 53.019 42.981 96 96 96v0h64c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cursor-text-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31130, "id": 850, "name": "cursor-text-duotone", "prevSize": 16, "code": 60441, "codes": [60441, 60442] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 397 + }, + { + "icon": { + "paths": [ + "M768 240c0 79.52-114.6 144-256 144s-256-64.48-256-144 114.6-144 256-144 256 64.48 256 144z", + "M512 64c-161.48 0-288 77.32-288 176v544c0 98.68 126.52 176 288 176s288-77.32 288-176v-544c0-98.68-126.52-176-288-176zM512 128c105.96 0 224 46 224 112s-118.040 112-224 112-224-46-224-112 118.040-112 224-112zM512 896c-119.32 0-224-52.32-224-112v-432c52.4 39.4 132.56 64 224 64s171.6-24.8 224-64v432c0 59.68-104.68 112-224 112z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["cylinder-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31131, "id": 849, "name": "cylinder-duotone", "prevSize": 16, "code": 60443, "codes": [60443, 60444] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 398 + }, + { + "icon": { + "paths": [ + "M864 320c0 106.040-157.6 192-352 192s-352-85.96-352-192 157.6-192 352-192 352 85.96 352 192z", + "M512 96c-215.32 0-384 98.4-384 224v384c0 125.6 168.68 224 384 224s384-98.4 384-224v-384c0-125.6-168.68-224-384-224zM832 512c0 38.48-31.52 77.72-86.44 107.68-61.84 33.72-144.8 52.32-233.56 52.32s-171.72-18.6-233.56-52.32c-54.92-29.96-86.44-69.2-86.44-107.68v-66.56c68.24 60 184.92 98.56 320 98.56s251.76-38.72 320-98.56zM278.44 212.32c61.84-33.72 144.8-52.32 233.56-52.32s171.72 18.6 233.56 52.32c54.92 29.96 86.44 69.2 86.44 107.68s-31.52 77.72-86.44 107.68c-61.84 33.72-144.8 52.32-233.56 52.32s-171.72-18.6-233.56-52.32c-54.92-29.96-86.44-69.2-86.44-107.68s31.52-77.72 86.44-107.68zM745.56 811.68c-61.84 33.72-144.8 52.32-233.56 52.32s-171.72-18.6-233.56-52.32c-54.92-29.96-86.44-69.2-86.44-107.68v-66.56c68.24 60 184.92 98.56 320 98.56s251.76-38.72 320-98.56v66.56c0 38.48-31.52 77.72-86.44 107.68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["database-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31132, "id": 848, "name": "database-duotone", "prevSize": 16, "code": 60445, "codes": [60445, 60446] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 399 + }, + { + "icon": { + "paths": [ + "M896 256v352h-768v-352c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0z", + "M832 160h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h288v64h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-64h288c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM192 224h640c17.673 0 32 14.327 32 32v0 320h-704v-320c0-17.673 14.327-32 32-32v0zM832 736h-640c-17.673 0-32-14.327-32-32v0-64h704v64c0 17.673-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["desktop-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31133, "id": 847, "name": "desktop-duotone", "prevSize": 16, "code": 60447, "codes": [60447, 60448] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 400 + }, + { + "icon": { + "paths": [ + "M960 192v640c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0z", + "M96 384v288c0 17.673 14.327 32 32 32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64h-192c-53.019 0-96-42.981-96-96v0-288c0-53.019 42.981-96 96-96v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32 14.327-32 32v0zM832 256h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 384h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 192v640c0 35.346-28.654 64-64 64v0h-320c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0zM928 832v-640h-320v640h320zM768 672c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["desktop-tower-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31134, "id": 846, "name": "desktop-tower-duotone", "prevSize": 16, "code": 60449, "codes": [60449, 60450] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 401 + }, + { + "icon": { + "paths": [ + "M416 720c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM720 608c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM664.44 205.16c-5.888-7.998-15.267-13.13-25.844-13.13-10.064 0-19.042 4.646-24.908 11.909l-0.048 0.061-51.76 60c-11.827 14.626-29.771 23.9-49.88 23.9s-38.053-9.275-49.785-23.78l-0.095-0.121-51.76-60c-5.914-7.324-14.892-11.97-24.956-11.97-10.577 0-19.956 5.132-25.782 13.042l-0.062 0.088-199.56 274.84h704z", + "M992 448h-111.68l-190-261.64c-11.774-16.031-30.552-26.321-51.733-26.321-19.901 0-37.681 9.084-49.419 23.331l-0.088 0.11-52.2 60.52c-5.876 7.337-14.834 11.995-24.88 11.995s-19.004-4.658-24.831-11.932l-0.049-0.063-0.8-0.92-51.4-59.6c-11.826-14.357-29.606-23.441-49.507-23.441-21.181 0-39.959 10.29-51.608 26.143l-0.125 0.178-190 261.64h-111.68c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h960c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM385.36 224l0.76 0.96 51.4 59.56c17.741 21.693 44.506 35.43 74.48 35.43s56.74-13.737 74.344-35.259l0.136-0.171 51.4-59.56c0.24-0.32 0.4-0.64 0.68-0.96l162.64 224h-578.44zM720 576c-73.88 0.015-134.758 55.665-143.018 127.333l-0.062 0.667h-129.84c-8.348-72.321-69.229-127.949-143.103-127.949-79.529 0-144 64.471-144 144s64.471 144 144 144c62.342 0 115.432-39.617 135.466-95.048l0.317-1.003h144.48c20.365 56.408 73.441 96 135.765 96 79.529 0 144-64.471 144-144s-64.471-144-144-144c-0.002 0-0.003 0-0.005 0l0-0zM304 800c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM720 800c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["detective-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31135, "id": 845, "name": "detective-duotone", "prevSize": 16, "code": 60451, "codes": [60451, 60452] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 402 + }, + { + "icon": { + "paths": [ + "M768 160v704c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z", + "M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM560 240c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["device-mobile-camera-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31136, + "id": 844, + "name": "device-mobile-camera-duotone", + "prevSize": 16, + "code": 60453, + "codes": [60453, 60454] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 403 + }, + { + "icon": { + "paths": [ + "M768 224v576h-512v-576z", + "M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM288 256h448v512h-448zM320 128h384c17.673 0 32 14.327 32 32v0 32h-448v-32c0-17.673 14.327-32 32-32v0zM704 896h-384c-17.673 0-32-14.327-32-32v0-32h448v32c0 17.673-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["device-mobile-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31137, "id": 843, "name": "device-mobile-duotone", "prevSize": 16, "code": 60455, "codes": [60455, 60456] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 404 + }, + { + "icon": { + "paths": [ + "M768 160v704c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z", + "M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM672 224c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["device-mobile-speaker-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31138, + "id": 842, + "name": "device-mobile-speaker-duotone", + "prevSize": 16, + "code": 60457, + "codes": [60457, 60458] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 405 + }, + { + "icon": { + "paths": [ + "M800 256v64h-96c-35.346 0-64 28.654-64 64v0 320h-480c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M896 288h-64v-32c0-53.019-42.981-96-96-96v0h-576c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h448v32c0 53.019 42.981 96 96 96v0h192c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM160 672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0 32h-64c-53.019 0-96 42.981-96 96v0 288zM928 768c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM544 832c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM864 448c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["devices-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31139, "id": 841, "name": "devices-duotone", "prevSize": 16, "code": 60459, "codes": [60459, 60460] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 406 + }, + { + "icon": { + "paths": [ + "M832 192v640c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0z", + "M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM800 832c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM560 272c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["device-tablet-camera-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31140, + "id": 840, + "name": "device-tablet-camera-duotone", + "prevSize": 16, + "code": 60461, + "codes": [60461, 60462] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 407 + }, + { + "icon": { + "paths": [ + "M832 256v512h-640v-512z", + "M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM224 288h576v448h-576zM256 160h512c17.673 0 32 14.327 32 32v0 32h-576v-32c0-17.673 14.327-32 32-32v0zM768 864h-512c-17.673 0-32-14.327-32-32v0-32h576v32c0 17.673-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["device-tablet-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31141, "id": 839, "name": "device-tablet-duotone", "prevSize": 16, "code": 60463, "codes": [60463, 60464] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 408 + }, + { + "icon": { + "paths": [ + "M832 192v640c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0z", + "M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM800 832c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM672 256c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["device-tablet-speaker-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31142, + "id": 838, + "name": "device-tablet-speaker-duotone", + "prevSize": 16, + "code": 60465, + "codes": [60465, 60466] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 409 + }, + { + "icon": { + "paths": [ + "M960 288v448c0 17.673-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h832c17.673 0 32 14.327 32 32v0z", + "M928 224h-832c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h832c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM928 736h-832v-448h832v448zM512 416v64h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM862.8 392.68l-72 256c-3.914 13.565-16.218 23.319-30.8 23.319s-26.886-9.754-30.744-23.093l-0.056-0.226-72-256c-0.739-2.564-1.164-5.508-1.164-8.552 0-17.673 14.327-32 32-32 14.536 0 26.808 9.692 30.707 22.966l0.057 0.226 41.2 146.48 41.2-146.48c3.87-13.631 16.207-23.448 30.836-23.448 17.673 0 32 14.327 32 32 0 3.137-0.451 6.169-1.293 9.034l0.057-0.226zM256 352h-32c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h32c70.692 0 128-57.308 128-128v0-64c0-70.692-57.308-128-128-128v0zM320 544c0 35.346-28.654 64-64 64v0-192c35.346 0 64 28.654 64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dev-to-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31143, "id": 837, "name": "dev-to-logo-duotone", "prevSize": 16, "code": 60467, "codes": [60467, 60468] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 410 + }, + { + "icon": { + "paths": [ + "M918.68 534.48l-384 384c-5.75 5.761-13.699 9.325-22.48 9.325s-16.73-3.564-22.48-9.324l-0-0-384-384c-5.761-5.75-9.325-13.699-9.325-22.48s3.564-16.73 9.324-22.48l0-0 384.2-384c5.75-5.761 13.699-9.325 22.48-9.325s16.73 3.564 22.48 9.324l0 0 384 384.2c5.642 5.729 9.125 13.597 9.125 22.279 0 8.782-3.564 16.731-9.325 22.48l-0.001 0z", + "M941.32 466.88l-384.2-384.24c-11.568-11.501-27.514-18.611-45.12-18.611s-33.552 7.109-45.123 18.614l0.003-0.003-384 384.24c-11.501 11.568-18.611 27.514-18.611 45.12s7.109 33.552 18.614 45.123l-0.003-0.003 384.2 384.24c11.568 11.501 27.514 18.611 45.12 18.611s33.552-7.109 45.123-18.614l-0.003 0.003 384.2-384.24c11.501-11.568 18.611-27.514 18.611-45.12s-7.109-33.552-18.614-45.123l0.003 0.003zM512 896v0l-384-384 384-384 384 384z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["diamond-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31144, "id": 836, "name": "diamond-duotone", "prevSize": 16, "code": 60469, "codes": [60469, 60470] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 411 + }, + { + "icon": { + "paths": [ + "M362.2 280.68c-6.302-6.322-10.199-15.046-10.199-24.68s3.897-18.358 10.2-24.681l-0.001 0.001 125.12-125.12c6.322-6.302 15.046-10.199 24.68-10.199s18.358 3.897 24.681 10.2l-0.001-0.001 125.12 125.12c6.302 6.322 10.199 15.046 10.199 24.68s-3.897 18.358-10.2 24.681l0.001-0.001-125.12 125.12c-6.322 6.302-15.046 10.199-24.68 10.199s-18.358-3.897-24.681-10.2l0.001 0.001zM917.8 487.32l-125.12-125.12c-6.322-6.302-15.046-10.199-24.68-10.199s-18.358 3.897-24.681 10.2l0.001-0.001-125.12 125.12c-6.302 6.322-10.199 15.046-10.199 24.68s3.897 18.358 10.2 24.681l-0.001-0.001 125.12 125.12c6.322 6.302 15.046 10.199 24.68 10.199s18.358-3.897 24.681-10.2l-0.001 0.001 125.12-125.12c6.302-6.322 10.199-15.046 10.199-24.68s-3.897-18.358-10.2-24.681l0.001 0.001zM405.8 487.32l-125.12-125.12c-6.322-6.302-15.046-10.199-24.68-10.199s-18.358 3.897-24.681 10.2l0.001-0.001-125.12 125.12c-6.302 6.322-10.199 15.046-10.199 24.68s3.897 18.358 10.2 24.681l-0.001-0.001 125.12 125.12c6.322 6.302 15.046 10.199 24.68 10.199s18.358-3.897 24.681-10.2l-0.001 0.001 125.12-125.12c6.302-6.322 10.199-15.046 10.199-24.68s-3.897-18.358-10.2-24.681l0.001 0.001zM536.68 618.2c-6.322-6.302-15.046-10.199-24.68-10.199s-18.358 3.897-24.681 10.2l0.001-0.001-125.12 125.12c-6.302 6.322-10.199 15.046-10.199 24.68s3.897 18.358 10.2 24.681l-0.001-0.001 125.12 125.12c6.322 6.302 15.046 10.199 24.68 10.199s18.358-3.897 24.681-10.2l-0.001 0.001 125.12-125.12c6.302-6.322 10.199-15.046 10.199-24.68s-3.897-18.358-10.2-24.681l0.001 0.001z", + "M464.68 428.4v0c12.119 12.091 28.846 19.568 47.32 19.568s35.201-7.477 47.321-19.569l-0.001 0.001 125.080-125.12c12.108-12.104 19.597-28.827 19.597-47.3s-7.489-35.196-19.597-47.3l-125.080-125.12c-12.119-12.091-28.846-19.568-47.32-19.568s-35.201 7.477-47.321 19.569l0.001-0.001-125.080 125.12c-12.108 12.104-19.597 28.827-19.597 47.3s7.489 35.196 19.597 47.3l0 0zM384.68 253.92l125.12-125.080c0.513-0.509 1.22-0.824 2-0.824s1.487 0.315 2 0.824l-0-0 125.12 125.080c0.482 0.525 0.778 1.228 0.778 2s-0.296 1.475-0.78 2.002l0.002-0.002-124.88 125.24c-0.517 0.5-1.223 0.808-2 0.808s-1.483-0.308-2.001-0.808l0.001 0.001-125.2-125.12c-0.516-0.532-0.834-1.259-0.834-2.060s0.318-1.528 0.835-2.061l-0.001 0.001zM940.28 464.68l-124.96-125.12c-12.113-12.089-28.833-19.564-47.3-19.564s-35.187 7.475-47.301 19.565l0.001-0.001-125.12 125.12c-12.091 12.119-19.568 28.846-19.568 47.32s7.477 35.201 19.569 47.321l-0.001-0.001 125.12 125.12c12.113 12.089 28.833 19.564 47.3 19.564s35.187-7.475 47.301-19.565l-0.001 0.001 125.12-125.12c12.091-12.119 19.568-28.846 19.568-47.32s-7.477-35.201-19.569-47.321l0.001 0.001zM895.2 514.040l-125.12 125.12c-0.525 0.482-1.228 0.778-2 0.778s-1.475-0.296-2.002-0.78l0.002 0.002-125.12-125.12c-0.5-0.517-0.808-1.223-0.808-2s0.308-1.483 0.808-2.001l-0.001 0.001 125.12-125.12c0.525-0.482 1.228-0.778 2-0.778s1.475 0.296 2.002 0.78l-0.002-0.002 125.12 125.12c0.5 0.517 0.808 1.223 0.808 2s-0.308 1.483-0.808 2.001l0.001-0.001zM428.4 464.68l-125.12-125.12c-12.113-12.089-28.833-19.564-47.3-19.564s-35.187 7.475-47.301 19.565l0.001-0.001-125.12 125.12c-12.091 12.119-19.568 28.846-19.568 47.32s7.477 35.201 19.569 47.321l-0.001-0.001 125.12 125.12c12.113 12.089 28.833 19.564 47.3 19.564s35.187-7.475 47.301-19.565l-0.001 0.001 125.12-125.12c12.091-12.119 19.568-28.846 19.568-47.32s-7.477-35.201-19.569-47.321l0.001 0.001zM383.16 514.040l-125.12 125.12c-0.525 0.482-1.228 0.778-2 0.778s-1.475-0.296-2.002-0.78l0.002 0.002-125.24-125.12c-0.5-0.517-0.808-1.223-0.808-2s0.308-1.483 0.808-2.001l-0.001 0.001 125.12-125.2c0.525-0.482 1.228-0.778 2-0.778s1.475 0.296 2.002 0.78l-0.002-0.002 125.12 125.12c0.56 0.527 0.909 1.272 0.909 2.1 0 0.768-0.3 1.465-0.79 1.982l0.001-0.001zM559.16 595.6c-12.119-12.091-28.846-19.568-47.32-19.568s-35.201 7.477-47.321 19.569l0.001-0.001-124.92 125.12c-12.108 12.104-19.597 28.827-19.597 47.3s7.489 35.196 19.597 47.3l125.080 125.12c12.119 12.091 28.846 19.568 47.32 19.568s35.201-7.477 47.321-19.569l-0.001 0.001 125.080-125.12c12.108-12.104 19.597-28.827 19.597-47.3s-7.489-35.196-19.597-47.3l-0-0zM639.16 770.080l-125.12 125.080c-0.513 0.509-1.22 0.824-2 0.824s-1.487-0.315-2-0.824l0 0-125.2-125.080c-0.482-0.525-0.778-1.228-0.778-2s0.296-1.475 0.78-2.002l-0.002 0.002 125.12-125.12c0.517-0.5 1.223-0.808 2-0.808s1.483 0.308 2.001 0.808l-0.001-0.001 125.12 125.12c0.507 0.53 0.819 1.251 0.819 2.044 0 0.751-0.28 1.438-0.741 1.96l0.003-0.003z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["diamonds-four-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31145, "id": 835, "name": "diamonds-four-duotone", "prevSize": 16, "code": 60471, "codes": [60471, 60472] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 412 + }, + { + "icon": { + "paths": [ + "M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z", + "M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM416 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM416 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dice-five-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31146, "id": 834, "name": "dice-five-duotone", "prevSize": 16, "code": 60473, "codes": [60473, 60474] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 413 + }, + { + "icon": { + "paths": [ + "M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z", + "M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM448 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM672 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM448 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM672 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dice-four-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31147, "id": 833, "name": "dice-four-duotone", "prevSize": 16, "code": 60475, "codes": [60475, 60476] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 414 + }, + { + "icon": { + "paths": [ + "M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z", + "M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dice-one-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31148, "id": 832, "name": "dice-one-duotone", "prevSize": 16, "code": 60477, "codes": [60477, 60478] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 415 + }, + { + "icon": { + "paths": [ + "M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z", + "M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM416 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM416 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM416 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dice-six-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31149, "id": 831, "name": "dice-six-duotone", "prevSize": 16, "code": 60479, "codes": [60479, 60480] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 416 + }, + { + "icon": { + "paths": [ + "M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z", + "M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM416 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dice-three-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31150, "id": 830, "name": "dice-three-duotone", "prevSize": 16, "code": 60481, "codes": [60481, 60482] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 417 + }, + { + "icon": { + "paths": [ + "M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z", + "M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM480 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM640 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dice-two-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31151, "id": 829, "name": "dice-two-duotone", "prevSize": 16, "code": 60483, "codes": [60483, 60484] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 418 + }, + { + "icon": { + "paths": [ + "M896 512c0 0.005 0 0.012 0 0.018 0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384 106.034 0 202.031 42.977 271.52 112.462l-0-0-181 181c-23.165-23.17-55.169-37.501-90.52-37.501-70.692 0-128 57.308-128 128s57.308 128 128 128c70.685 0 127.988-57.296 128-127.978l0-0.001z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM668.8 480c-4.466-21.23-12.576-40.005-23.721-56.569l0.361 0.569 136.92-136.96c44.062 52.474 73.143 118.869 79.897 191.738l0.103 1.382zM608 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM512 864c-0.072 0-0.157 0-0.241 0-194.404 0-352-157.596-352-352s157.596-352 352-352c85.99 0 164.777 30.834 225.911 82.048l-0.549-0.448-137.12 136.96c-24.779-16.529-55.242-26.377-88.005-26.377-88.366 0-160 71.634-160 160s71.634 160 160 160c77.104 0 141.469-54.539 156.623-127.144l0.181-1.039h193.72c-17.135 180.037-167.474 319.773-350.497 320l-0.023 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["disc-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31152, "id": 828, "name": "disc-duotone", "prevSize": 16, "code": 60485, "codes": [60485, 60486] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 419 + }, + { + "icon": { + "paths": [ + "M940.84 742.36l-268 118.8c-3.957 1.841-8.591 2.915-13.475 2.915-13.893 0-25.756-8.691-30.45-20.932l-0.075-0.223-40.84-110.68c-22.672 2.394-48.979 3.76-75.606 3.76-0.138 0-0.277-0-0.415-0l0.021 0c-0.117 0-0.256 0-0.394 0-26.627 0-52.934-1.366-78.857-4.031l3.251 0.271-41 110.68c-4.769 12.465-16.632 21.155-30.525 21.155-4.884 0-9.518-1.074-13.677-2.999l0.202 0.084-268-118.8c-11.359-5.080-19.131-16.282-19.131-29.298 0-2.72 0.339-5.361 0.978-7.883l-0.047 0.221 118.28-465.4c3.215-12.449 13.356-21.865 25.971-23.974l0.189-0.026 144.24-23.68c1.632-0.291 3.511-0.458 5.428-0.458 15.073 0 27.742 10.293 31.362 24.233l0.050 0.225 20 78.52c30.567-4.303 65.877-6.76 101.76-6.76s71.194 2.457 105.771 7.212l-4.011-0.452 20-78.52c3.67-14.165 16.339-24.458 31.412-24.458 1.918 0 3.796 0.167 5.623 0.486l-0.194-0.028 144.080 23.68c12.804 2.135 22.945 11.551 26.111 23.776l0.049 0.224 118.12 465.48c0.58 2.279 0.913 4.895 0.913 7.59 0 13.010-7.764 24.206-18.911 29.209l-0.202 0.081z", + "M416 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM656 512c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM953.8 771.6l-268 118.84c-7.728 3.524-16.762 5.577-26.275 5.577-27.566 0-51.104-17.245-60.416-41.534l-0.149-0.443-32.44-88q-26.88 1.8-54.52 1.84t-54.52-1.84l-32.44 88c-9.477 24.727-33.019 41.964-60.587 41.964-9.504 0-18.53-2.049-26.66-5.729l0.407 0.165-268-118.84c-22.67-10.107-38.186-32.445-38.186-58.407 0-5.553 0.71-10.941 2.044-16.077l-0.098 0.443 118.040-465.56c6.486-24.64 26.611-43.252 51.624-47.428l0.376-0.052 144.24-23.68c3.106-0.527 6.684-0.829 10.332-0.829 29.947 0 55.153 20.303 62.603 47.895l0.104 0.454 13.040 51.32q38.12-3.68 77.68-3.68t77.6 3.68l13.040-51.32c7.572-28.045 32.784-48.343 62.737-48.343 3.638 0 7.206 0.299 10.68 0.875l-0.378-0.052 144.32 23.68c25.389 4.228 45.514 22.84 51.899 47.032l0.101 0.448 118.12 465.52c1.237 4.694 1.947 10.083 1.947 15.638 0 25.993-15.554 48.353-37.862 58.281l-0.406 0.161zM928 713.12l-118.12-465.12s0 0-0.32 0l-144.24-24c-0.098-0.057-0.215-0.091-0.34-0.091s-0.242 0.034-0.343 0.093l0.003-0.002-11.32 44.56c20 3.76 40 8.24 59.32 13.68 13.96 3.646 24.096 16.143 24.096 31.008 0 17.673-14.327 32-32 32-0.259 0-0.517-0.003-0.774-0.009l0.038 0.001c-3.079-0.009-6.053-0.447-8.868-1.256l0.228 0.056c-54.108-15.268-116.247-24.046-180.437-24.046-1.028 0-2.055 0.002-3.082 0.007l0.159-0.001c-0.911-0.004-1.989-0.007-3.068-0.007-64.136 0-126.225 8.763-185.136 25.157l4.844-1.151c-2.827 0.906-6.078 1.428-9.452 1.428-17.673 0-32-14.327-32-32 0-14.892 10.173-27.409 23.949-30.979l0.222-0.049c19.28-5.44 39.12-9.92 59.28-13.68l-11.32-44.72c-0.072-0.022-0.154-0.035-0.24-0.035s-0.168 0.013-0.246 0.037l0.006-0.002-144.4 23.68c-0.054-0.011-0.116-0.017-0.18-0.017s-0.126 0.006-0.186 0.018l0.006-0.001-118.080 465.64 268 118.68c0.125 0.078 0.277 0.124 0.44 0.124s0.315-0.046 0.444-0.127l-0.004 0.002 27.12-73.12c-31.678-4.882-58.887-10.904-85.445-18.47l4.885 1.19c-13.020-4.253-22.26-16.288-22.26-30.482 0-17.673 14.327-32 32-32 2.647 0 5.22 0.321 7.68 0.928l-0.22-0.046c54.002 15.244 116.019 24.008 180.082 24.008 1.152 0 2.304-0.003 3.455-0.009l-0.177 0.001c0.974 0.005 2.125 0.008 3.278 0.008 64.063 0 126.080-8.764 184.916-25.158l-4.834 1.15c2.589-0.754 5.564-1.188 8.64-1.188 17.678 0 32.008 14.331 32.008 32.008 0 14.602-9.777 26.92-23.142 30.764l-0.226 0.056c-21.703 6.37-48.943 12.378-76.73 16.735l-3.91 0.505 27 73.12c0.121 0.067 0.266 0.107 0.42 0.107s0.299-0.040 0.425-0.109l-0.005 0.002z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["discord-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31153, "id": 827, "name": "discord-logo-duotone", "prevSize": 16, "code": 60487, "codes": [60487, 60488] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 420 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM512 320c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM512 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["divide-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31154, "id": 826, "name": "divide-duotone", "prevSize": 16, "code": 60489, "codes": [60489, 60490] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 421 + }, + { + "icon": { + "paths": [ + "M415.2 560.4l96.8-48.4 96.8 48.4c95.144 48.338 159.2 145.485 159.2 257.594 0 0.002-0 0.004-0 0.006l0-0v14h-512v-14c-0-0.002-0-0.004-0-0.006 0-112.108 64.056-209.256 157.564-256.838l1.636-0.755zM768 206v-14h-512v14c-0 0.002-0 0.004-0 0.006 0 112.108 64.056 209.256 157.564 256.838l1.636 0.755 96.8 48.4 96.8-48.4c95.144-48.338 159.2-145.485 159.2-257.594 0-0.002-0-0.004-0-0.006l0 0z", + "M800 818v110c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-110c0.001-0.249 0.001-0.545 0.001-0.84 0-99.429-56.977-185.549-140.063-227.492l-1.459-0.668-193.6-96.76c-105.668-53.259-176.882-160.899-176.882-285.172 0-0.376 0.001-0.751 0.002-1.126l-0 0.058v-110c0-17.673 14.327-32 32-32s32 14.327 32 32v0 110c-0.001 0.249-0.001 0.545-0.001 0.84 0 99.429 56.977 185.549 140.063 227.492l1.459 0.668 193.6 96.76c105.668 53.259 176.882 160.899 176.882 285.172 0 0.376-0.001 0.751-0.002 1.126l0-0.058zM640 800h-351.32c1.695-23.428 6.294-45.208 13.461-65.785l-0.541 1.785h290.84c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-258.6c16.361-23.456 35.758-43.4 57.914-59.833l0.686-0.487c7.98-5.897 13.098-15.271 13.098-25.84 0-17.694-14.344-32.038-32.038-32.038-7.125 0-13.707 2.326-19.027 6.26l0.087-0.062c-79.45 59.039-130.409 152.553-130.56 257.976l-0 0.024v110c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 64c-17.673 0-32 14.327-32 32v0 64h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h351.32c-1.695 23.428-6.294 45.208-13.461 65.785l0.541-1.785h-290.84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h258.6c-16.361 23.456-35.758 43.4-57.914 59.833l-0.686 0.487c-7.961 5.892-13.066 15.25-13.066 25.8 0 17.676 14.329 32.006 32.006 32.006 7.126 0 13.708-2.329 19.027-6.267l-0.087 0.061c79.429-59.024 130.382-152.503 130.56-257.891l0-0.029v-110c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dna-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31155, "id": 825, "name": "dna-duotone", "prevSize": 16, "code": 60491, "codes": [60491, 60492] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 422 + }, + { + "icon": { + "paths": [ + "M832 481.52v254.48c0 70.692-57.308 128-128 128v0h-384c-70.692 0-128-57.308-128-128v0-254.48l224-289.52h192z", + "M958.84 500l-65.68-352c-5.748-29.928-31.724-52.233-62.909-52.233-5.516 0-10.868 0.698-15.975 2.010l0.444-0.097-1.24 0.36-210.080 61.96h-182.8l-211.32-62.12c-4.663-1.215-10.015-1.913-15.531-1.913-31.185 0-57.161 22.305-62.845 51.831l-0.064 0.402-65.68 351.8c-0.774 3.708-1.217 7.968-1.217 12.332 0 25.653 15.313 47.73 37.298 57.588l0.399 0.16c7.875 3.7 17.098 5.878 26.825 5.92l0.015 0c11.629-0.006 22.507-3.216 31.8-8.796l-0.28 0.156v168.64c0 88.366 71.634 160 160 160v0h384c88.366 0 160-71.634 160-160v0-168.6c9.003 5.414 19.865 8.622 31.475 8.64l0.005 0c9.751-0.029 18.989-2.193 27.282-6.048l-0.402 0.168c22.392-10.014 37.712-32.095 37.712-57.754 0-4.39-0.449-8.676-1.302-12.814l0.070 0.408zM128 512v0l65.72-352 168.28 49.48zM704 832h-160v-50.76l54.64-54.6c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-41.36 41.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l54.64 54.6v50.76h-160c-53.019 0-96-42.981-96-96v0-243.56l207.72-268.44h160.56l207.72 268.44v243.56c0 53.019-42.981 96-96 96v0zM896 512l-234-302.52 168.28-49.48 65.72 352zM416 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dog-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31156, "id": 824, "name": "dog-duotone", "prevSize": 16, "code": 60493, "codes": [60493, 60494] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 423 + }, + { + "icon": { + "paths": [ + "M800 160v736h-576v-736c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z", + "M928 864h-96v-704c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM256 160h512v704h-512zM672 528c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["door-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31157, "id": 823, "name": "door-duotone", "prevSize": 16, "code": 60495, "codes": [60495, 60496] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 424 + }, + { + "icon": { + "paths": [ + "M800 160v736h-128v-736c0-17.673-14.327-32-32-32v0h128c17.673 0 32 14.327 32 32v0z", + "M928 864h-96v-704c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 160v704h-64v-704zM256 160h384v704h-384zM576 528c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["door-open-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31158, "id": 822, "name": "door-open-duotone", "prevSize": 16, "code": 60497, "codes": [60497, 60498] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 425 + }, + { + "icon": { + "paths": [ + "M704 512c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192v0c106.039 0 192 85.961 192 192v0z", + "M560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dot-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31159, "id": 821, "name": "dot-duotone", "prevSize": 16, "code": 60499, "codes": [60499, 60500] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 426 + }, + { + "icon": { + "paths": [ + "M608 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dot-outline-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31160, "id": 820, "name": "dot-outline-duotone", "prevSize": 16, "code": 60501, "codes": [60501, 60502] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 427 + }, + { + "icon": { + "paths": [ + "M896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0z", + "M288 240c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 192c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM240 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM512 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM240 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM512 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dots-nine-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31161, "id": 819, "name": "dots-nine-duotone", "prevSize": 16, "code": 60503, "codes": [60503, 60504] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 428 + }, + { + "icon": { + "paths": [ + "M960 256v512c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h768c35.346 0 64 28.654 64 64v0z", + "M288 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 320c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 416c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM240 608c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM512 608c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 608c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dots-six-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31162, "id": 818, "name": "dots-six-duotone", "prevSize": 16, "code": 60505, "codes": [60505, 60506] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 429 + }, + { + "icon": { + "paths": [ + "M832 128v768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-768c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0z", + "M416 240c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM656 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM368 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM656 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM368 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM656 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dots-six-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31163, + "id": 817, + "name": "dots-six-vertical-duotone", + "prevSize": 16, + "code": 60507, + "codes": [60507, 60508] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 430 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM736 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dots-three-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31164, + "id": 816, + "name": "dots-three-circle-duotone", + "prevSize": 16, + "code": 60509, + "codes": [60509, 60510] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 431 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dots-three-circle-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31165, + "id": 815, + "name": "dots-three-circle-vertical-duotone", + "prevSize": 16, + "code": 60511, + "codes": [60511, 60512] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 432 + }, + { + "icon": { + "paths": [ + "M960 256v512c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h768c35.346 0 64 28.654 64 64v0z", + "M560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM784 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM240 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dots-three-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31166, "id": 814, "name": "dots-three-duotone", "prevSize": 16, "code": 60513, "codes": [60513, 60514] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 433 + }, + { + "icon": { + "paths": [ + "M608 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM192 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM832 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z", + "M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM192 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM192 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM832 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM832 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dots-three-outline-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31167, + "id": 813, + "name": "dots-three-outline-duotone", + "prevSize": 16, + "code": 60515, + "codes": [60515, 60516] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 434 + }, + { + "icon": { + "paths": [ + "M608 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM512 288c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM512 736c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z", + "M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM512 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM512 704c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 896c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dots-three-outline-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31168, + "id": 812, + "name": "dots-three-outline-vertical-duotone", + "prevSize": 16, + "code": 60517, + "codes": [60517, 60518] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 435 + }, + { + "icon": { + "paths": [ + "M832 128v768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-768c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0z", + "M560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM512 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dots-three-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31169, + "id": 811, + "name": "dots-three-vertical-duotone", + "prevSize": 16, + "code": 60519, + "codes": [60519, 60520] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 436 + }, + { + "icon": { + "paths": [ + "M928 544v256c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z", + "M960 544v256c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160v256h768v-256h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c35.346 0 64 28.654 64 64v0zM489.36 534.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-137.36 137.4v-338.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 338.76l-137.36-137.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM800 672c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["download-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31170, "id": 810, "name": "download-duotone", "prevSize": 16, "code": 60521, "codes": [60521, 60522] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 437 + }, + { + "icon": { + "paths": [ + "M672 448l-160 160-160-160z", + "M896 608v224c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224h640v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM329.36 470.64c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l127.999-0v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0 256h128c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-160 160c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM429.36 480l82.64 82.76 82.76-82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["download-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31171, + "id": 809, + "name": "download-simple-duotone", + "prevSize": 16, + "code": 60523, + "codes": [60523, 60524] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 438 + }, + { + "icon": { + "paths": [ + "M800 896h-576c-17.667-0.009-31.985-14.332-31.985-32 0-4.553 0.951-8.885 2.665-12.806l-0.080 0.206 189.4-403.4-91.44-143.52c-2.87-4.703-4.57-10.393-4.57-16.48s1.699-11.777 4.65-16.621l-0.080 0.141 91.44-130.6 28 35.080c23.654 29.426 59.646 48.1 100 48.1s76.346-18.674 99.807-47.851l0.193-0.249 28-35.040 91.44 130.6c2.87 4.703 4.57 10.393 4.57 16.48s-1.699 11.777-4.65 16.621l0.080-0.141-91.44 143.48 189.36 403.4c1.634 3.715 2.585 8.047 2.585 12.6 0 17.654-14.296 31.969-31.942 32l-0.003 0z", + "M858.8 838.8c-0.141-0.394-0.29-0.724-0.46-1.040l0.020 0.040-181.92-387.44 82.44-129.44c5.726-9.397 9.116-20.763 9.116-32.92s-3.39-23.523-9.276-33.203l0.16 0.283c-0.36-0.64-0.8-1.28-1.2-1.88l-85.68-122.4v-98.8c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 97.68l-21.040 26.32c-17.741 22.041-44.717 36.025-74.96 36.025s-57.219-13.985-74.816-35.84l-0.144-0.185-21.040-26.32v-97.68c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 98.8l-85.68 122.4c-0.4 0.6-0.84 1.24-1.2 1.88-5.726 9.397-9.116 20.763-9.116 32.92s3.39 23.523 9.276 33.203l-0.16-0.283 0.44 0.72 82 128.72-181.92 387.44c-0.15 0.276-0.299 0.606-0.423 0.947l-0.017 0.053c-3.268 7.431-5.17 16.093-5.17 25.2 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-9.107-1.902-17.769-5.331-25.612l0.161 0.412zM320 288l65.72-93.72 1.32 1.68c29.568 36.754 74.54 60.075 124.96 60.075s95.392-23.322 124.719-59.766l0.241-0.309 1.32-1.68 65.72 93.72-81.52 128h-220.92zM224 864l180.28-384h215.36l180.36 384z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dress-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31172, "id": 808, "name": "dress-duotone", "prevSize": 16, "code": 60525, "codes": [60525, 60526] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 439 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM862.6 480.72q-15.28-0.72-30.6-0.72c-62.527 0.018-123.055 8.544-180.5 24.482l4.74-1.122c-15.646-45.949-33.83-85.379-55.505-122.523l1.705 3.163c58.552-35.661 108.838-77.483 152.273-125.607l0.527-0.593c59.712 57.046 99.29 134.722 107.258 221.545l0.102 1.375zM705.12 217.84c-39.495 43.288-84.611 80.487-134.423 110.72l-2.697 1.52c-43.376-60.577-94.475-112.147-152.61-154.668l-1.91-1.332c29.54-8.951 63.488-14.104 98.641-14.104 71.973 0 138.901 21.601 194.654 58.673l-1.295-0.81zM342.6 203.52c66.26 42.149 122.013 94.309 166.817 155.040l1.183 1.68c-74.568 35.207-161.981 55.76-254.194 55.76-0.142 0-0.285-0-0.427-0l0.022 0c-28.619-0.015-56.765-1.977-84.33-5.761l3.21 0.361c27.763-89.658 87.666-162.359 165.933-206.161l1.787-0.919zM160 512c-0-0.014-0-0.029-0-0.045 0-13.569 0.77-26.958 2.269-40.126l-0.149 1.611c28.206 4.174 60.764 6.559 93.879 6.56l0.001 0c0.188 0 0.411 0 0.633 0 105.218 0 204.783-24.205 293.431-67.35l-3.984 1.75c18.287 30.912 34.924 66.756 47.96 104.285l1.28 4.235c-38.295 14.498-70.698 30.105-101.53 48.11l3.17-1.71c-88.884 51.958-162.544 120.497-218.801 201.975l-1.479 2.265c-71.759-64.569-116.68-157.75-116.68-261.423 0-0.048 0-0.097 0-0.145l-0 0.008zM328 812c52.448-76.861 119.696-139.702 198.072-185.597l2.888-1.563c23.492-13.881 51.083-27.321 79.76-38.6l4.040-1.4c9.468 40.224 14.904 86.413 14.92 133.869l0 0.011c0 0.089 0 0.194 0 0.3 0 46.037-5.086 90.887-14.726 134.017l0.766-4.077c-30.433 9.534-65.426 15.027-101.702 15.027-68.089 0-131.659-19.35-185.51-52.851l1.492 0.865zM684.24 818.92c4.719-30.041 7.423-64.698 7.44-99.982l0-0.018c-0.007-54.588-6.495-107.657-18.736-158.484l0.936 4.604c47.406-13.306 101.854-20.982 158.086-21.040l0.034-0q15.2 0 30.44 0.76c-11.472 117.996-79.589 217.916-176.468 273.21l-1.732 0.91z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dribbble-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31173, "id": 807, "name": "dribbble-logo-duotone", "prevSize": 16, "code": 60527, "codes": [60527, 60528] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 440 + }, + { + "icon": { + "paths": [ + "M512 336l-208 144-208-144 208-144zM928 336l-208-144-208 144 208 144zM96 624l208 144 208-144-208-144zM512 624l208 144 208-144-208-144z", + "M946.2 597.68l-170-117.68 170-117.68c8.384-5.853 13.8-15.454 13.8-26.32s-5.416-20.467-13.696-26.251l-0.104-0.069-208-144c-5.083-3.554-11.393-5.68-18.2-5.68s-13.117 2.125-18.304 5.748l0.104-0.069-189.8 131.4-189.8-131.4c-5.083-3.554-11.393-5.68-18.2-5.68s-13.117 2.125-18.304 5.748l0.104-0.069-208 144c-8.384 5.853-13.8 15.454-13.8 26.32s5.416 20.467 13.696 26.251l0.104 0.069 170.2 117.68-170 117.68c-8.384 5.853-13.8 15.454-13.8 26.32s5.416 20.467 13.696 26.251l0.104 0.069 208 144c5.083 3.554 11.393 5.68 18.2 5.68s13.117-2.125 18.304-5.748l-0.104 0.069 189.6-131.4 189.8 131.4c5.083 3.554 11.393 5.68 18.2 5.68s13.117-2.125 18.304-5.748l-0.104 0.069 208-144c8.384-5.853 13.8-15.454 13.8-26.32s-5.416-20.467-13.696-26.251l-0.104-0.069zM720 230.92l152 105.080-152 105.080-151.8-105.080zM152.2 336l151.8-105.080 152 105.080-152 105.080zM304.2 729.080l-152-105.080 152-105.080 151.8 105.080zM360.2 480l152-105.080 151.8 105.080-152 105.080zM720.2 729.080l-152-105.080 151.8-105.080 152 105.080zM634.080 827.64c3.578 5.095 5.719 11.425 5.719 18.256 0 10.832-5.382 20.406-13.617 26.196l-0.102 0.068-95.56 66.16c-5.083 3.554-11.393 5.68-18.2 5.68s-13.117-2.125-18.304-5.748l0.104 0.069-95.88-66.32c-8.321-5.859-13.691-15.425-13.691-26.245 0-17.673 14.327-32 32-32 6.76 0 13.031 2.096 18.197 5.674l-0.106-0.070 77.36 53.72 77.36-53.56c5.083-3.554 11.393-5.68 18.2-5.68 10.866 0 20.467 5.416 26.251 13.696l0.069 0.104z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["dropbox-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31174, "id": 806, "name": "dropbox-logo-duotone", "prevSize": 16, "code": 60529, "codes": [60529, 60530] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 441 + }, + { + "icon": { + "paths": [ + "M832 576c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-288 320-512 320-512s320 224 320 512z", + "M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM512 864c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-228.92 221.88-420 288-472 66.12 52 288 243 288 472-0.182 158.985-129.015 287.818-287.983 288l-0.017 0zM735.56 613.36c-17.46 94.991-91.243 168.76-184.824 185.984l-1.416 0.216c-1.592 0.268-3.432 0.428-5.308 0.44l-0.012 0c-17.67-0.005-31.992-14.33-31.992-32 0-15.805 11.458-28.934 26.521-31.533l0.19-0.027c66.28-11.16 122.52-67.4 133.76-133.8 2.656-15.225 15.774-26.652 31.56-26.652 17.68 0 32.012 14.332 32.012 32.012 0 1.893-0.164 3.749-0.48 5.552l0.028-0.192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["drop-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31175, "id": 805, "name": "drop-duotone", "prevSize": 16, "code": 60531, "codes": [60531, 60532] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 442 + }, + { + "icon": { + "paths": [ + "M832 576c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0.032-22.623 1.922-44.78 5.525-66.357l-0.325 2.357h629.6c3.278 19.22 5.168 41.377 5.2 63.97l0 0.030z", + "M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM512 104c56.64 44.4 227.44 190.96 275.36 376h-550.72c47.92-184.96 218.72-331.52 275.36-376zM512 864c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017q0-16 1.44-32h573.12q1.44 16 1.44 32c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["drop-half-bottom-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31176, + "id": 804, + "name": "drop-half-bottom-duotone", + "prevSize": 16, + "code": 60533, + "codes": [60533, 60534] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 443 + }, + { + "icon": { + "paths": [ + "M832 576c0 176.731-143.269 320-320 320v0-832s320 224 320 512z", + "M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM224 576c0-200 169.040-370.84 256-445.6v731.76c-144.601-16.786-255.819-138.457-256-286.141l-0-0.019zM544 862.16v-731.76c86.96 74.76 256 245.6 256 445.6-0.181 147.703-111.399 269.374-254.656 286.033l-1.344 0.127z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["drop-half-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31177, "id": 803, "name": "drop-half-duotone", "prevSize": 16, "code": 60535, "codes": [60535, 60536] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 444 + }, + { + "icon": { + "paths": [ + "M832 416c0 160-57.76 288-192 448-32.28 39.080-73.36 64-128 64-97.202 0-176-78.798-176-176v0c0-165.96-144-112-144-336 0-176.731 143.269-320 320-320s320 143.269 320 320v0z", + "M864 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0 106.8 34.12 139.68 70.28 174.56 34.56 33.44 73.72 71.080 73.72 161.44 0 79.529 64.471 144 144 144v0c40.96 0 73.8-16.64 103.32-52.36 5.913-7.405 14.94-12.108 25.066-12.108 17.673 0 32 14.327 32 32 0 7.974-2.917 15.267-7.741 20.87l0.035-0.042c-41.44 50.2-92.68 75.64-152.68 75.64-114.82-0.137-207.863-93.18-208-207.987l-0-0.013c0-63.16-22.72-85.080-54.16-115.36-40-38.64-89.84-86.64-89.84-220.64 0-194.404 157.596-352 352-352s352 157.596 352 352v0zM711.48 644.32c-4.602-2.713-10.138-4.316-16.050-4.316-11.78 0-22.074 6.366-27.629 15.845l-0.082 0.151c-5.634 9.639-15.933 16.012-27.72 16.012-17.673 0-32-14.327-32-32 0-0.004 0-0.009 0-0.013l-0 0.001c0-37.32 19.28-63.040 41.6-92.8 25.48-34 54.4-72.52 54.4-131.2 0-106.039-85.961-192-192-192s-192 85.961-192 192v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128s128 57.308 128 128v0c0 37.32-19.28 63.040-41.6 92.8-25.48 34-54.4 72.52-54.4 131.2 0.018 53.006 42.992 95.968 96 95.968 35.333 0 66.208-19.089 82.875-47.516l0.245-0.452c2.698-4.591 4.291-10.113 4.291-16.007 0-11.754-6.337-22.028-15.782-27.591l-0.15-0.082z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["ear-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31178, "id": 802, "name": "ear-duotone", "prevSize": 16, "code": 60537, "codes": [60537, 60538] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 445 + }, + { + "icon": { + "paths": [ + "M832 416c0 160-57.76 288-192 448-32.28 39.080-73.36 64-128 64-97.202 0-176-78.798-176-176v0c0-165.96-144-112-144-336 0-176.731 143.269-320 320-320s320 143.269 320 320v0z", + "M855.68 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-140-153.8c-8.47 2.71-18.212 4.272-28.32 4.272-53.017 0-95.996-42.976-96-95.992l-0-0c-0.001-0.158-0.001-0.344-0.001-0.531 0-14.016 1.766-27.619 5.086-40.6l-0.245 1.131-164.84-181.36c-0.728 17.111-14.776 30.707-32 30.707-17.688 0-32.027-14.339-32.027-32.027 0-0.464 0.010-0.926 0.029-1.386l-0.002 0.066c-0-0.066-0-0.144-0-0.223 0-20.577 3.248-40.396 9.259-58.971l-0.379 1.354-70.88-78.16c-21.409 39.117-34.001 85.698-34.001 135.22 0 0.274 0 0.548 0.001 0.822l-0-0.042c0 106.8 34.12 139.68 70.28 174.56 34.56 33.44 73.72 71.080 73.72 161.44 0 79.529 64.471 144 144 144v0c40.96 0 73.8-16.64 103.32-52.36 5.913-7.405 14.94-12.108 25.066-12.108 17.673 0 32 14.327 32 32 0 7.974-2.917 15.267-7.741 20.87l0.035-0.042c-41.44 50.2-92.68 75.64-152.68 75.64-114.82-0.137-207.863-93.18-208-207.987l-0-0.013c0-63.16-22.72-85.080-54.16-115.36-40-38.64-89.84-86.64-89.84-220.64-0.001-0.259-0.001-0.565-0.001-0.871 0-68.41 19.681-132.223 53.689-186.087l-0.848 1.438-44.52-48.96c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032zM364.36 168.68c42.169-25.582 93.136-40.722 147.64-40.722 159.058 0 288 128.942 288 288 0 0.015-0 0.029-0 0.044l0-0.002c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-0.016 0-0.035 0-0.054 0-194.404-157.596-352-352-352-66.645 0-128.963 18.521-182.090 50.696l1.57-0.883c-9.388 5.692-15.565 15.854-15.565 27.46 0 17.676 14.329 32.005 32.005 32.005 6.070 0 11.746-1.69 16.582-4.625l-0.142 0.080zM641.28 508.68c4.264 2.248 9.319 3.567 14.682 3.567 12.314 0 23.003-6.955 28.354-17.151l0.084-0.176c12.344-22.786 19.6-49.886 19.6-78.68 0-0.084-0-0.169-0-0.253l0 0.013c0-0.018 0-0.040 0-0.062 0-106.039-85.961-192-192-192-22.301 0-43.714 3.802-63.625 10.793l1.345-0.411c-12.691 4.444-21.63 16.318-21.63 30.28 0 17.678 14.331 32.010 32.010 32.010 3.717 0 7.286-0.633 10.604-1.798l-0.224 0.069c12.378-4.386 26.653-6.921 41.52-6.921 70.692 0 128 57.308 128 128 0 0.014-0 0.029-0 0.043l0-0.002c-0.007 18.085-4.629 35.089-12.752 49.9l0.272-0.54c-2.248 4.264-3.567 9.319-3.567 14.682 0 12.314 6.955 23.003 17.151 28.354l0.176 0.084z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["ear-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31179, "id": 801, "name": "ear-slash-duotone", "prevSize": 16, "code": 60539, "codes": [60539, 60540] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 446 + }, + { + "icon": { + "paths": [ + "M832 608c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-256 192-512 320-512s320 256 320 512z", + "M746.64 238.24c-72.76-109.080-160.48-174.24-234.64-174.24s-161.88 65.16-234.64 174.24c-74.56 111.92-117.36 246.68-117.36 369.76 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-123.080-42.8-257.84-117.36-369.76zM512 896c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-110.76 38.88-232.6 106.64-334.24 58.12-87.2 131-145.76 181.36-145.76 38 0 88.8 33.32 136.4 87.12l-160.4 179.56c-5.059 5.636-8.152 13.125-8.152 21.337 0 14.885 10.164 27.397 23.93 30.974l0.222 0.049 98.4 24.6-26 130.080c-0.394 1.884-0.62 4.049-0.62 6.266 0 15.443 10.94 28.332 25.493 31.338l0.207 0.036c1.888 0.408 4.056 0.641 6.279 0.641 0.085 0 0.169-0 0.254-0.001l-0.013 0c15.427-0.029 28.29-10.969 31.284-25.513l0.036-0.207 32-160c0.396-1.888 0.622-4.057 0.622-6.28 0-14.911-10.198-27.44-24-30.992l-0.222-0.048-76.64-19.16 117.32-131.4c1.68 2.44 3.32 4.88 4.96 7.36 67.76 101.64 106.64 223.48 106.64 334.24-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["egg-crack-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31180, "id": 800, "name": "egg-crack-duotone", "prevSize": 16, "code": 60541, "codes": [60541, 60542] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 447 + }, + { + "icon": { + "paths": [ + "M832 608c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-256 192-512 320-512s320 256 320 512z", + "M746.64 238.24c-72.76-109.080-160.48-174.24-234.64-174.24s-161.88 65.16-234.64 174.24c-74.56 111.92-117.36 246.68-117.36 369.76 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-123.080-42.8-257.84-117.36-369.76zM512 896c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-110.76 38.88-232.6 106.64-334.24 58.12-87.2 131-145.76 181.36-145.76s123.24 58.56 181.36 145.76c67.76 101.64 106.64 223.48 106.64 334.24-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["egg-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31181, "id": 799, "name": "egg-duotone", "prevSize": 16, "code": 60543, "codes": [60543, 60544] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 448 + }, + { + "icon": { + "paths": [ + "M864 704v96c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM192.92 544h638.16c28.64 0 43.56-33.080 24-53.48l-294.96-310c-12.213-12.663-29.328-20.528-48.28-20.528s-36.067 7.864-48.261 20.507l-0.019 0.020-294.96 310c-19.24 20.4-4.32 53.48 24.32 53.48z", + "M832 640h-640c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-96c0-35.346-28.654-64-64-64v0zM832 800h-640v-96h640zM192.96 576h638.080c0.093 0 0.203 0.001 0.312 0.001 26.46 0 49.211-15.878 59.245-38.626l0.163-0.414c3.311-7.367 5.239-15.968 5.239-25.020 0-16.907-6.728-32.242-17.653-43.475l0.014 0.014-294.92-310.040c-18.052-18.779-43.383-30.445-71.44-30.445s-53.388 11.666-71.409 30.412l-0.031 0.033-294.92 310.040c-10.911 11.218-17.639 26.554-17.639 43.46 0 9.052 1.929 17.653 5.397 25.415l-0.158-0.396c10.197 23.162 32.948 39.041 59.408 39.041 0.11 0 0.22-0 0.329-0.001l-0.017 0zM486.92 202.56c6.374-6.514 15.256-10.552 25.080-10.552s18.706 4.039 25.074 10.546l0.006 0.006 294.32 309.44h-638.84z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["eject-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31182, "id": 798, "name": "eject-duotone", "prevSize": 16, "code": 60545, "codes": [60545, 60546] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 449 + }, + { + "icon": { + "paths": [ + "M863.68 640h-703.36c-17.838-0.075-32.269-14.552-32.269-32.4 0-7.759 2.727-14.88 7.275-20.459l-0.046 0.059 326.64-403.2c11.901-14.578 29.872-23.812 50-23.812s38.099 9.234 49.908 23.696l0.092 0.116 326.8 403.2c4.502 5.52 7.229 12.642 7.229 20.4 0 17.848-14.431 32.325-32.262 32.4l-0.007 0z", + "M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0zM102.36 635.36c-4.026-8.14-6.381-17.724-6.381-27.858 0-15.383 5.427-29.498 14.471-40.535l-0.090 0.113 326.68-403.32c17.822-21.892 44.771-35.763 74.96-35.763s57.138 13.871 74.821 35.587l0.139 0.176 326.6 403.32c8.934 10.967 14.345 25.111 14.345 40.52 0 35.52-28.756 64.323-64.258 64.4l-0.007 0h-703.28c-0.042 0-0.093 0-0.143 0-25.407 0-47.355-14.804-57.691-36.257l-0.166-0.383zM160 607.64s0 0.36 0.32 0.44h703.32s0.32-0.36 0.32-0.52l-326.76-403.56c-5.988-7.367-15.049-12.035-25.2-12.035s-19.212 4.669-25.153 11.976l-0.047 0.060-326.8 403.36c-0.006 0.042-0.009 0.091-0.009 0.14s0.003 0.098 0.009 0.146l-0.001-0.006z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["eject-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31183, "id": 797, "name": "eject-simple-duotone", "prevSize": 16, "code": 60547, "codes": [60547, 60548] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 450 + }, + { + "icon": { + "paths": [ + "M736 416v448h-448v-448z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM704 448v384h-160v-384zM480 832h-160v-384h160zM832 832h-64v-416c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 416h-64v-640h640v640zM608 288c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["elevator-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31184, "id": 796, "name": "elevator-duotone", "prevSize": 16, "code": 60549, "codes": [60549, 60550] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 451 + }, + { + "icon": { + "paths": [ + "M864 480v192c0 17.673-14.327 32-32 32v0h-50.76c-8.825 0.004-16.814 3.58-22.6 9.36l0-0-141.28 141.28c-5.786 5.78-13.775 9.356-22.599 9.36l-261.521 0c-8.825-0.004-16.814-3.58-22.6-9.36l0 0-141.28-141.28c-5.78-5.786-9.356-13.775-9.36-22.599l-0-0.001v-370.76c0-17.673 14.327-32 32-32v0h402.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0 141.28 141.28c5.786 5.78 13.775 9.356 22.599 9.36l50.761 0c17.673 0 32 14.327 32 32v0z", + "M992 416c-17.673 0-32 14.327-32 32v0 96h-64v-64c0-35.346-28.654-64-64-64v0h-50.76l-141.24-141.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-82.76v-64h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v64h-256c-35.346 0-64 28.654-64 64v0 224h-64v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h64v82.76c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 141.24 141.24c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h261.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 141.24-141.24h50.76c35.346 0 64-28.654 64-64v0-64h64v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0zM832 672h-50.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-141.24 141.24h-261.52l-141.24-141.24v-370.76h402.76l141.24 141.24c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["engine-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31185, "id": 795, "name": "engine-duotone", "prevSize": 16, "code": 60551, "codes": [60551, 60552] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 452 + }, + { + "icon": { + "paths": [ + "M896 224l-384 352-384-352z", + "M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM512 532.6l-301.72-276.6h603.44zM394.84 512l-234.84 215.24v-430.48zM442.2 555.4l48 44.2c5.677 5.224 13.284 8.426 21.64 8.426s15.963-3.203 21.663-8.447l-0.023 0.021 48-44.2 232 212.6h-603.2zM629.16 512l234.84-215.28v430.56z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["envelope-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31186, "id": 794, "name": "envelope-duotone", "prevSize": 16, "code": 60553, "codes": [60553, 60554] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 453 + }, + { + "icon": { + "paths": [ + "M896 384l-314.2 224h-139.6l-314.2-224 384-256z", + "M913.76 357.36l-384-256c-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072-384 256c-8.636 5.821-14.24 15.566-14.24 26.619 0 0.007 0 0.015 0 0.022l-0-0.001v416c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-416c0-0.006 0-0.013 0-0.021 0-11.053-5.604-20.798-14.126-26.547l-0.114-0.072zM386.88 608l-226.88 160v-321.88zM452.36 640h119.28l226.52 160h-572.32zM637.12 608l226.88-161.88v321.88zM512 166.44l327.64 218.44-268 191.12h-119.2l-268-191.12z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["envelope-open-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31187, "id": 793, "name": "envelope-open-duotone", "prevSize": 16, "code": 60555, "codes": [60555, 60556] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 454 + }, + { + "icon": { + "paths": [ + "M896 224l-384 352-384-352z", + "M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM813.72 256l-301.72 276.6-301.72-276.6zM864 768h-704v-471.24l330.36 302.84c5.677 5.224 13.284 8.426 21.64 8.426s15.963-3.203 21.663-8.447l-0.023 0.021 330.36-302.84v471.24z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["envelope-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31188, + "id": 792, + "name": "envelope-simple-duotone", + "prevSize": 16, + "code": 60557, + "codes": [60557, 60558] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 455 + }, + { + "icon": { + "paths": [ + "M896 384l-314.2 224h-139.6l-314.2-224 384-256z", + "M913.76 357.36l-384-256c-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072-384 256c-8.636 5.821-14.24 15.566-14.24 26.619 0 0.007 0 0.015 0 0.022l-0-0.001v416c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-416c0-0.006 0-0.013 0-0.021 0-11.053-5.604-20.798-14.126-26.547l-0.114-0.072zM512 166.44l327.64 218.44-268 191.12h-119.2l-268-191.12zM160 800v-353.88l263.6 188c5.164 3.726 11.621 5.96 18.599 5.96 0 0 0.001-0 0.001-0l139.6 0c0 0 0.001 0 0.001 0 6.978 0 13.435-2.234 18.693-6.025l-0.095 0.065 263.6-188v353.88z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["envelope-simple-open-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31189, + "id": 791, + "name": "envelope-simple-open-duotone", + "prevSize": 16, + "code": 60559, + "codes": [60559, 60560] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 456 + }, + { + "icon": { + "paths": [ + "M96 512h192v256h-192zM416 768h192v-128h-192zM736 384v384h192v-384z", + "M320 384c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM608 480h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 288h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM320 512v256c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM256 544h-128v192h128zM640 640v128c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM576 672h-128v64h128zM960 384v384c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM896 416h-128v320h128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["equalizer-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31190, "id": 790, "name": "equalizer-duotone", "prevSize": 16, "code": 60561, "codes": [60561, 60562] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 457 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M896 640c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM160 416h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["equals-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31191, "id": 789, "name": "equals-duotone", "prevSize": 16, "code": 60563, "codes": [60563, 60564] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 458 + }, + { + "icon": { + "paths": [ + "M640 672l-192 192h-181l-120.24-120.24c-11.585-11.582-18.75-27.584-18.75-45.26s7.166-33.678 18.75-45.26l237.24-237.24z", + "M900 321.6l-165.6-165.6c-17.372-17.371-41.371-28.115-67.88-28.115s-50.508 10.744-67.88 28.116l-474.64 474.64c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l120.24 120.24c5.79 5.783 13.785 9.36 22.615 9.36 0.037 0 0.074-0 0.111-0l-0.006 0h597.040c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-338.8l374.8-374.64c17.371-17.372 28.115-41.371 28.115-67.88s-10.744-50.508-28.116-67.88l0 0zM434.72 832h-154.52l-110.88-110.88c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l214.68-214.64 210.76 210.76zM854.72 412l-214.72 214.76-210.76-210.76 214.76-214.64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 165.52 165.52c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["eraser-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31192, "id": 788, "name": "eraser-duotone", "prevSize": 16, "code": 60565, "codes": [60565, 60566] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 459 + }, + { + "icon": { + "paths": [ + "M928 640v160c0 17.673-14.327 32-32 32v0h-210c-0.006 0-0.013 0-0.020 0-9.279 0-17.636-3.95-23.481-10.259l-0.019-0.021-364.96-395.44c-5.864-6.33-14.221-10.28-23.5-10.28-0.007 0-0.014 0-0.021 0l-145.999-0c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h210c0.006-0 0.013-0 0.020-0 9.279 0 17.636 3.95 23.481 10.259l0.019 0.021 364.96 395.44c5.864 6.33 14.221 10.28 23.5 10.28 0.007 0 0.014-0 0.021-0l145.999 0c17.673 0 32 14.327 32 32v0z", + "M681.36 342.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4v-146.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 146.76l41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-96 96c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM960 640v160c0 35.346-28.654 64-64 64v0h-210c-18.573-0.030-35.293-7.938-47.003-20.559l-0.037-0.041-364.96-395.4h-146c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h210c18.573 0.030 35.293 7.938 47.003 20.559l0.037 0.041 364.96 395.4h146c35.346 0 64 28.654 64 64v0zM896 640h-146c-18.573-0.030-35.293-7.938-47.003-20.559l-0.037-0.041-364.96-395.4h-210v160h146c18.573 0.030 35.293 7.938 47.003 20.559l0.037 0.041 364.96 395.4h210z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["escalator-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31193, "id": 787, "name": "escalator-down-duotone", "prevSize": 16, "code": 60567, "codes": [60567, 60568] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 460 + }, + { + "icon": { + "paths": [ + "M928 224v160c0 17.673-14.327 32-32 32v0h-146c-0.006-0-0.013-0-0.020-0-9.279 0-17.636 3.95-23.481 10.259l-0.019 0.021-364.96 395.44c-5.864 6.33-14.221 10.28-23.5 10.28-0.007 0-0.014-0-0.021-0l-209.999 0c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h146c0.006 0 0.013 0 0.020 0 9.279 0 17.636-3.95 23.481-10.259l0.019-0.021 364.96-395.44c5.864-6.33 14.221-10.28 23.5-10.28 0.007 0 0.014 0 0.021 0l209.999-0c17.673 0 32 14.327 32 32v0z", + "M896 160h-210c-18.564 0.011-35.278 7.924-46.961 20.558l-0.039 0.042-365 395.4h-146c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h210c18.564-0.011 35.278-7.924 46.961-20.558l0.039-0.042 365-395.4h146c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM896 384h-146c-18.564 0.011-35.278 7.924-46.961 20.558l-0.039 0.042-365 395.4h-210v-160h146c18.564-0.011 35.278-7.924 46.961-20.558l0.039-0.042 365-395.4h210zM918.64 681.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4v146.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-146.76l-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["escalator-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31194, "id": 786, "name": "escalator-up-duotone", "prevSize": 16, "code": 60569, "codes": [60569, 60570] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 461 + }, + { + "icon": { + "paths": [ + "M896 224v640l-128-64-128 64-128-64-128 64-128-64-128 64v-640c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 640c-0 0.007-0 0.015-0 0.023 0 17.673 14.327 32 32 32 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383 17.673 0 32-14.327 32-32 0-0.008-0-0.016-0-0.024l0 0.001v-640c0-35.346-28.654-64-64-64v0zM864 812.24l-81.68-40.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-588.24h704zM241.68 668.64c4.174 2.136 9.105 3.388 14.329 3.388 12.464 0 23.263-7.126 28.547-17.525l0.084-0.182 23.12-46.32h152.48l23.12 46.32c5.374 10.579 16.175 17.7 28.64 17.7 17.684 0 32.020-14.336 32.020-32.020 0-5.22-1.249-10.148-3.464-14.502l0.084 0.182-128-256c-5.364-10.592-16.169-17.726-28.64-17.726s-23.276 7.134-28.556 17.544l-0.084 0.182-128 256c-2.136 4.174-3.388 9.105-3.388 14.329 0 12.464 7.126 23.263 17.525 28.547l0.182 0.084zM384 455.56l44.24 88.44h-88.48zM544 512c0-17.673 14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["exam-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31195, "id": 785, "name": "exam-duotone", "prevSize": 16, "code": 60571, "codes": [60571, 60572] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 462 + }, + { + "icon": { + "paths": [ + "M352 640c0.008 10.718 0.589 21.29 1.714 31.699l-0.114-1.299c-145.431-15.894-257.59-138.044-257.59-286.39 0-159.058 128.942-288 288-288 148.346 0 270.496 112.159 286.276 256.304l0.114 1.286c-9.11-1.011-19.682-1.592-30.389-1.6l-0.011-0c-159.058 0-288 128.942-288 288v0zM670.4 353.6c1.011 9.11 1.592 19.682 1.6 30.389l0 0.011c0 159.058-128.942 288-288 288v0c-10.718-0.008-21.29-0.589-31.699-1.714l1.299 0.114c15.894 145.431 138.044 257.59 286.39 257.59 159.058 0 288-128.942 288-288 0-148.346-112.159-270.496-256.304-286.276l-1.286-0.114z", + "M698.52 325.48c-28.568-149.845-158.547-261.583-314.623-261.583-176.731 0-320 143.269-320 320 0 156.076 111.738 286.055 259.582 314.305l2.001 0.318c28.568 149.845 158.547 261.583 314.623 261.583 176.731 0 320-143.269 320-320 0-156.076-111.738-286.055-259.582-314.305l-2.001-0.318zM128 384c-0-0.15-0-0.327-0-0.504 0-141.385 114.615-256 256-256 118.824 0 218.741 80.956 247.602 190.72l0.399 1.784c-170.382 4.618-307.294 141.6-311.791 311.576l-0.009 0.424c-111.334-29.512-192.074-129.309-192.2-247.986l-0-0.014zM640 384c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0c0.159-141.321 114.679-255.841 255.985-256l0.015-0zM640 896c-118.639-0.101-218.414-80.751-247.594-190.209l-0.406-1.791c170.468-4.511 307.489-141.532 311.991-311.576l0.009-0.424c111.548 29.26 192.504 129.176 192.504 248 0 141.385-114.615 256-256 256-0.177 0-0.354-0-0.531-0.001l0.028 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["exclude-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31196, "id": 784, "name": "exclude-duotone", "prevSize": 16, "code": 60573, "codes": [60573, 60574] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 463 + }, + { + "icon": { + "paths": [ + "M384 384v256h-224v-480h480v224zM640 384v256h-256v224h480v-480z", + "M864 352h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0zM192 608v-416h416v160h-224c-17.673 0-32 14.327-32 32v0 224zM608 416v192h-192v-192zM832 832h-416v-160h224c17.673 0 32-14.327 32-32v0-224h160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["exclude-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31197, "id": 783, "name": "exclude-square-duotone", "prevSize": 16, "code": 60575, "codes": [60575, 60576] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 464 + }, + { + "icon": { + "paths": [ + "M832 416v448h-640v-448z", + "M864 448v384c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v384h576v-384h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c35.346 0 64 28.654 64 64v0zM374.64 278.64l105.36-105.4v370.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-370.76l105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-0-0-160-160c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-160 160c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["export-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31198, "id": 782, "name": "export-duotone", "prevSize": 16, "code": 60577, "codes": [60577, 60578] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 465 + }, + { + "icon": { + "paths": [ + "M896 416c-67.24 83.24-190.52 192-384 192s-316.76-108.76-384-192c67.24-83.24 190.52-192 384-192s316.76 108.76 384 192z", + "M912 700c-4.554 2.642-10.021 4.202-15.852 4.202-11.864 0-22.22-6.456-27.746-16.047l-0.082-0.155-76-132.8c-41.399 28.358-89.406 51.148-140.844 65.794l-3.476 0.846 23.48 140.88c0.278 1.585 0.437 3.41 0.437 5.272 0 15.821-11.482 28.961-26.568 31.541l-0.189 0.027c-1.542 0.266-3.327 0.425-5.146 0.44l-0.014 0c-15.802-0.025-28.917-11.5-31.493-26.571l-0.027-0.189-23.080-138.32c-22.041 3.233-47.485 5.080-73.36 5.080s-51.32-1.846-76.208-5.415l2.848 0.335-23.080 138.32c-2.605 15.277-15.746 26.76-31.568 26.76-0.011 0-0.022-0-0.034-0l0.002 0c-1.871-0.008-3.698-0.168-5.477-0.467l0.197 0.027c-15.275-2.606-26.757-15.746-26.757-31.568 0-1.862 0.159-3.687 0.464-5.462l-0.027 0.19 23.6-140.88c-54.889-15.539-102.866-38.367-145.926-67.85l1.686 1.090-75.76 132.92c-5.652 9.717-16.015 16.145-27.88 16.145-17.753 0-32.145-14.392-32.145-32.145 0-5.888 1.583-11.407 4.347-16.153l-0.082 0.153 80-140c-28.175-24.428-53.46-50.601-76.292-78.839l-0.908-1.161c-5.065-5.637-8.163-13.132-8.163-21.349 0-17.673 14.327-32 32-32 10.673 0 20.125 5.225 25.939 13.256l0.064 0.093c66.4 82.16 182.56 180 359.12 180s292.72-97.96 359.12-180c5.856-8.349 15.438-13.74 26.279-13.74 17.673 0 32 14.327 32 32 0 8.404-3.239 16.051-8.538 21.761l0.019-0.020c-23.74 29.399-49.025 55.572-76.44 79.355l-0.76 0.645 80 140c2.778 4.644 4.421 10.245 4.421 16.229 0 11.823-6.412 22.148-15.948 27.689l-0.153 0.082z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["eye-closed-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31199, "id": 781, "name": "eye-closed-duotone", "prevSize": 16, "code": 60579, "codes": [60579, 60580] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 466 + }, + { + "icon": { + "paths": [ + "M831.2 350.4l-101.48 102.12 19.56 19.52c11.597 11.584 18.77 27.594 18.77 45.28s-7.174 33.696-18.77 45.279l-0.001 0.001-36 36c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-242.72-242.8c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 36-36c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l0 0 19.52 19.56 100-100.44c43.16-43.16 113.48-45.8 157.8-4 21.611 20.462 35.060 49.355 35.060 81.389 0 31.015-12.607 59.086-32.976 79.367l-0.004 0.004z", + "M896 269.2c-0.471-40.467-17.66-76.829-44.969-102.573l-0.071-0.067c-56-53.12-146.88-51.12-202.48 4.52l-77.28 77.72c-16.996-15.533-39.721-25.048-64.667-25.048-26.515 0-50.519 10.749-67.893 28.128l-36 36c-11.597 11.584-18.77 27.594-18.77 45.28s7.174 33.696 18.77 45.279l0.001 0.001 8 8.24-204 204c-29.036 28.816-47.010 68.744-47.010 112.869 0 13.901 1.784 27.386 5.135 40.237l-0.245-1.106-32 73.64c-2.94 6.498-4.653 14.090-4.653 22.081 0 15.163 6.168 28.886 16.131 38.796l0.002 0.002c11.538 11.613 27.518 18.8 45.177 18.8 9.287 0 18.11-1.988 26.066-5.562l-0.403 0.162 70.080-30.6c10.581 2.501 22.73 3.934 35.214 3.934 44.161 0 84.131-17.94 113.021-46.93l0.004-0.005 204-204 8.24 8.24c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l36-36c17.387-17.375 28.142-41.385 28.142-67.906 0-25.016-9.569-47.798-25.246-64.884l0.064 0.070 79-79.48c26.055-25.907 42.181-61.776 42.181-101.412 0-0.854-0.007-1.705-0.022-2.555l0.002 0.128zM388 772c-17.38 17.415-41.408 28.188-67.953 28.188-10.007 0-19.657-1.531-28.727-4.372l0.68 0.184c-2.819-0.901-6.062-1.42-9.427-1.42-4.62 0-9.011 0.979-12.977 2.741l0.204-0.081-72.4 31.64 30.6-71.24c1.687-3.769 2.67-8.168 2.67-12.797 0-3.651-0.611-7.159-1.738-10.428l0.067 0.225c-3.261-9.221-5.146-19.855-5.146-30.929 0-26.461 10.759-50.409 28.142-67.707l0.004-0.004 204-204 135.76 136zM808.52 328l-101.48 102.080c-5.775 5.788-9.345 13.777-9.345 22.6s3.571 16.812 9.346 22.601l-0.001-0.001 19.56 19.56c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-36 36-242.6-243.080 36-36c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l19.56 19.56c5.786 5.78 13.775 9.356 22.599 9.36l0.001 0c8.85-0.016 16.855-3.622 22.639-9.438l99.761-100.362c31.24-31.28 82-32.72 113.16-3.24 15.45 14.617 25.066 35.264 25.066 58.157 0 22.128-8.984 42.158-23.504 56.641l-0.002 0.002z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["eyedropper-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31200, "id": 780, "name": "eyedropper-duotone", "prevSize": 16, "code": 60581, "codes": [60581, 60582] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 467 + }, + { + "icon": { + "paths": [ + "M209.2 640h356l-154.48 154.52c-23.178 23.253-55.239 37.641-90.66 37.641-13.411 0-26.339-2.062-38.487-5.887l0.907 0.246-80 34.96c-3.776 1.695-8.184 2.682-12.823 2.682-8.831 0-16.827-3.577-22.617-9.362l0 0c-4.155-4.155-6.726-9.895-6.726-16.236 0-3.33 0.709-6.494 1.984-9.35l-0.058 0.146 36.76-84.24c-4.323-12.307-6.82-26.497-6.82-41.269 0-23.498 6.318-45.521 17.348-64.462l-0.329 0.611zM828.92 190.040c-44.28-41.96-114.6-39.32-157.76 4l-100 100.4-19.56-19.52c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-36 36c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l-0-0 242.92 242.48c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l36-36c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0-19.52-19.56 101.48-101.92c20.266-20.268 32.8-48.266 32.8-79.192 0-32.044-13.457-60.945-35.028-81.359l-0.052-0.049z", + "M896 269.2c-0.471-40.467-17.66-76.829-44.969-102.573l-0.071-0.067c-56-53.12-146.88-51.12-202.48 4.52l-77.28 77.72c-16.996-15.533-39.721-25.048-64.667-25.048-26.515 0-50.519 10.749-67.893 28.128l-36 36c-11.597 11.584-18.77 27.594-18.77 45.28s7.174 33.696 18.77 45.279l0.001 0.001 8 8.24-204 204c-29.036 28.816-47.010 68.744-47.010 112.869 0 13.901 1.784 27.386 5.135 40.237l-0.245-1.106-32 73.64c-2.947 6.497-4.664 14.088-4.664 22.081 0 15.153 6.173 28.864 16.141 38.756l0.003 0.003c11.53 11.638 27.517 18.843 45.186 18.843 9.284 0 18.104-1.989 26.056-5.565l-0.402 0.162 70.12-30.6c10.568 2.493 22.701 3.923 35.169 3.923 44.16 0 84.132-17.935 113.027-46.919l0.004-0.004 204-204 8.24 8.24c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l36-36c17.387-17.375 28.142-41.385 28.142-67.906 0-25.016-9.569-47.798-25.246-64.884l0.064 0.070 79-79.48c26.055-25.907 42.181-61.776 42.181-101.412 0-0.854-0.007-1.705-0.022-2.555l0.002 0.128zM388 772c-17.38 17.415-41.408 28.188-67.953 28.188-10.007 0-19.657-1.531-28.727-4.372l0.68 0.184c-2.819-0.901-6.062-1.42-9.427-1.42-4.62 0-9.011 0.979-12.977 2.741l0.204-0.081-72.4 31.6 30.6-71.2c1.687-3.769 2.67-8.168 2.67-12.797 0-3.651-0.611-7.159-1.738-10.428l0.067 0.225c-3.217-9.186-5.076-19.777-5.076-30.802 0-11.455 2.006-22.441 5.687-32.627l-0.211 0.669h258.6zM552 608h-271.72l176-176 135.76 136zM808.72 328l-101.48 102.080c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l-0-0 19.56 19.52c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-36 36-242.8-243.080 36-36c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l19.56 19.56c5.786 5.78 13.775 9.356 22.599 9.36l0.001 0c8.85-0.016 16.855-3.622 22.639-9.438l99.761-100.362c31.24-31.28 82-32.72 113.16-3.24 15.45 14.617 25.066 35.264 25.066 58.157 0 22.128-8.984 42.158-23.504 56.641l-0.002 0.002z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["eyedropper-sample-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31201, + "id": 779, + "name": "eyedropper-sample-duotone", + "prevSize": 16, + "code": 60583, + "codes": [60583, 60584] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 468 + }, + { + "icon": { + "paths": [ + "M512 224c-320 0-448 288-448 288s128 288 448 288 448-288 448-288-128-288-448-288zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z", + "M989.24 499.040c-1.4-3.16-35.28-78.32-110.6-153.64-100.36-100.36-227.12-153.4-366.64-153.4s-266.28 53.040-366.64 153.4c-75.32 75.32-109.36 150.6-110.6 153.64-1.743 3.824-2.76 8.293-2.76 13s1.016 9.176 2.841 13.201l-0.082-0.201c1.4 3.16 35.28 78.28 110.6 153.6 100.36 100.32 227.12 153.36 366.64 153.36s266.28-53.040 366.64-153.36c75.32-75.32 109.2-150.44 110.6-153.6 1.743-3.824 2.76-8.293 2.76-13s-1.016-9.176-2.841-13.201l0.082 0.201zM512 768c-123.12 0-230.68-44.76-319.72-133-35.673-35.481-66.341-75.941-90.889-120.262l-1.391-2.738c25.931-47.062 56.6-87.522 92.255-122.975l0.025-0.025c89.040-88.24 196.6-133 319.72-133s230.68 44.76 319.72 133c35.751 35.478 66.484 75.939 91.090 120.27l1.39 2.73c-28.84 53.84-154.48 256-412.2 256zM512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["eye-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31202, "id": 778, "name": "eye-duotone", "prevSize": 16, "code": 60585, "codes": [60585, 60586] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 469 + }, + { + "icon": { + "paths": [ + "M416 656c0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144v0c79.529 0 144 64.471 144 144v0zM752 512c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0z", + "M800 160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c35.346 0 64 28.654 64 64v0 232.32c-30.178-25.031-69.306-40.219-111.98-40.219-80.072 0-147.655 53.472-168.989 126.655l-0.311 1.244h-141.44c-21.644-74.427-89.227-127.899-169.3-127.899-42.675 0-81.803 15.188-112.272 40.454l0.291-0.235v-232.32c0-35.346 28.654-64 64-64v0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-70.692 0-128 57.308-128 128v0 368c0.191 97.058 78.915 175.665 176 175.665 91.45 0 166.61-69.748 175.185-158.951l0.056-0.714h129.52c8.63 89.916 83.79 159.665 175.24 159.665 97.084 0 175.809-78.607 176-175.647l0-0.018v-368c0-70.692-57.308-128-128-128v0zM272 768c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM752 768c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["eyeglasses-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31203, "id": 777, "name": "eyeglasses-duotone", "prevSize": 16, "code": 60587, "codes": [60587, 60588] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 470 + }, + { + "icon": { + "paths": [ + "M512 224c-320 0-448 288-448 288s128 288 448 288 448-288 448-288-128-288-448-288zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 76.96 84.68c-145.28 89.16-207.76 226.6-210.52 232.84-1.743 3.824-2.76 8.293-2.76 13s1.016 9.176 2.841 13.201l-0.082-0.201c1.4 3.16 35.28 78.28 110.6 153.6 100.36 100.32 227.12 153.36 366.64 153.36 0.861 0.005 1.878 0.008 2.897 0.008 74.336 0 144.945-15.953 208.592-44.621l-3.209 1.293 88 96.84c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM405 441.84l166.68 183.4c-17.277 9.272-37.799 14.72-59.595 14.72-70.692 0-128-57.308-128-128 0-26.091 7.806-50.358 21.211-70.595l-0.296 0.475zM512 768c-123.12 0-230.68-44.76-319.72-133-35.688-35.473-66.358-75.934-90.892-120.265l-1.388-2.735c18.76-35.16 78.64-133.56 189.4-197.52l72 79c-25.356 32.234-40.666 73.41-40.666 118.161 0 106.039 85.961 192 192 192 38.352 0 74.078-11.245 104.060-30.617l-0.754 0.456 58.92 64.8c-47.614 18.817-102.77 29.727-160.473 29.727-0.875 0-1.748-0.003-2.622-0.008l0.135 0.001zM536 386.28c-14.911-2.921-26.007-15.885-26.007-31.44 0-17.677 14.33-32.007 32.007-32.007 2.122 0 4.196 0.207 6.203 0.601l-0.203-0.033c83.302 16.575 146.566 85.094 155.015 169.756l0.065 0.804c0.089 0.893 0.139 1.93 0.139 2.979 0 16.623-12.676 30.286-28.889 31.851l-0.13 0.010c-0.448 0.028-0.972 0.044-1.5 0.044s-1.052-0.016-1.571-0.048l0.071 0.003c-0.041 0-0.089 0-0.137 0-16.631 0-30.299-12.687-31.853-28.911l-0.010-0.129c-5.729-56.842-47.799-102.401-102.38-113.343l-0.82-0.137zM989.12 525.040c-1.68 3.76-42.2 93.48-133.44 175.2-5.687 5.268-13.326 8.499-21.719 8.499-17.673 0-32-14.327-32-32 0-9.637 4.26-18.28 11-24.146l0.039-0.033c44.079-39.715 81.137-86.133 109.816-137.841l1.384-2.719c-25.974-47.099-56.71-87.588-92.446-123.046l-0.034-0.034c-89.040-88.16-196.6-132.92-319.72-132.92-0.172-0-0.375-0-0.578-0-27.145 0-53.756 2.284-79.652 6.671l2.79-0.391c-1.675 0.311-3.603 0.489-5.573 0.489-17.673 0-32-14.327-32-32 0-15.912 11.614-29.112 26.828-31.584l0.184-0.025c26.251-4.556 56.481-7.16 87.32-7.16 0.239 0 0.479 0 0.718 0l-0.038-0c139.52 0 266.28 53.040 366.64 153.4 75.32 75.32 109.2 150.48 110.6 153.64 1.743 3.824 2.76 8.293 2.76 13s-1.016 9.176-2.841 13.201l0.082-0.201z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["eye-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31204, "id": 776, "name": "eye-slash-duotone", "prevSize": 16, "code": 60589, "codes": [60589, 60590] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 471 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM544 862.52v-254.52h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-96c0-35.346 28.654-64 64-64v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64c-70.692 0-128 57.308-128 128v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v254.52c-180.142-16.933-320-167.405-320-350.542 0-194.404 157.596-352 352-352s352 157.596 352 352c0 183.138-139.858 333.61-318.595 350.436l-1.405 0.107z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["facebook-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31205, "id": 775, "name": "facebook-logo-duotone", "prevSize": 16, "code": 60591, "codes": [60591, 60592] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 472 + }, + { + "icon": { + "paths": [ + "M864 308.36v236.24c0 206.040-297.76 276.72-345.56 286.72-1.936 0.439-4.158 0.69-6.44 0.69s-4.504-0.251-6.642-0.728l0.202 0.038c-48-10-345.56-80.68-345.56-286.72v-236.24c-0-0-0-0.001-0-0.001 0-13.755 8.679-25.483 20.859-30.007l0.221-0.072 320-116.36c3.248-1.217 7.002-1.921 10.92-1.921s7.672 0.704 11.141 1.993l-0.221-0.072 320 116.36c12.401 4.596 21.080 16.324 21.080 30.079 0 0-0 0.001-0 0.001l-0-0z", + "M704 416c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM672 512h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM1024 416v96c0 70.692-57.308 128-128 128v0h-20.52c-26.16 57.76-77.040 108.48-150.8 149.44-84 46.72-174.080 68-199.68 73.2-3.908 0.865-8.396 1.36-13 1.36s-9.092-0.495-13.415-1.436l0.415 0.076c-25.6-5.36-115.6-26.48-199.68-73.2-73.76-40.96-124.64-91.68-150.8-149.44h-20.52c-70.692 0-128-57.308-128-128v0-96c0-70.692 57.308-128 128-128v0h3.4c6.284-18.623 20.376-33.134 38.279-39.855l0.441-0.145 320-116.36c6.509-2.433 14.030-3.841 21.88-3.841s15.371 1.408 22.325 3.985l-0.445-0.144 320 116.36c18.344 6.865 32.436 21.377 38.587 39.549l0.133 0.451h3.4c70.692 0 128 57.308 128 128v0zM130.12 576c-1.33-9.416-2.1-20.309-2.12-31.377l-0-0.023v-192.6c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0zM832 544.6v-236.24l-320-116.36-320 116.36v236.24c0 183.040 287.36 248.52 320 255.4 32.64-6.88 320-72.36 320-255.4zM960 416c0-35.346-28.654-64-64-64v0 192.6c-0.020 11.091-0.79 21.984-2.261 32.652l0.141-1.252h2.12c35.346 0 64-28.654 64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["face-mask-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31206, "id": 774, "name": "face-mask-duotone", "prevSize": 16, "code": 60593, "codes": [60593, 60594] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 473 + }, + { + "icon": { + "paths": [ + "M864 544v320h-704v-512l256 192v-192l256 192z", + "M464 704c0 17.673-14.327 32-32 32v0h-112c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h112c17.673 0 32 14.327 32 32v0zM704 672h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h112c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 864c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-480c0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 204.8 153.6v-128c0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 154.96 116.2 46.24-323.64c4.714-31.176 31.255-54.818 63.345-54.96l0.015-0h72.48c32.105 0.142 58.646 23.784 63.316 54.604l0.044 0.356 60 420.52s0.32 3.12 0.32 4.52v288h64c0.024-0 0.052-0 0.080-0 17.673 0 32 14.327 32 32 0 0-0 0-0 0l0-0zM648.56 486.4l34.12 25.6h144.44l-54.88-384h-72.48zM192 832h640v-256h-160c-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-204.8-153.6v128c-0 17.673-14.327 32-32 32-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-204.8-153.6z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["factory-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31207, "id": 773, "name": "factory-duotone", "prevSize": 16, "code": 60595, "codes": [60595, 60596] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 474 + }, + { + "icon": { + "paths": [ + "M800 160v704h-576v-704z", + "M544 480v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 768c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM896 640h-64v-480c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 640c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM320 512h-64v-352c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 352h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 320h-64v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["faders-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31208, "id": 772, "name": "faders-duotone", "prevSize": 16, "code": 60597, "codes": [60597, 60598] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 475 + }, + { + "icon": { + "paths": [ + "M864 320v384h-704v-384z", + "M128 320c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM864 672h-160v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 672h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 448c17.673 0 32-14.327 32-32v0-64h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["faders-horizontal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31209, + "id": 771, + "name": "faders-horizontal-duotone", + "prevSize": 16, + "code": 60599, + "codes": [60599, 60600] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 476 + }, + { + "icon": { + "paths": [ + "M546 601.8c1.157 8.241 1.817 17.761 1.817 27.435 0 114.875-93.125 208-208 208s-208-93.125-208-208c0-3.065 0.066-6.115 0.198-9.148l-0.015 0.432 287.64-82.16c11.847 40.534 48.679 69.64 92.31 69.64 0.018 0 0.035-0 0.053-0l-0.003 0c0.041 0 0.089 0 0.137 0 12.174 0 23.813-2.29 34.509-6.462l-0.647 0.222zM417.24 496.56v0c7.697-45.964 47.184-80.558 94.75-80.558 8.286 0 16.326 1.050 23.996 3.023l-0.666-0.145 72.68-290.2c-31.465-20.145-69.849-32.111-111.028-32.111-114.875 0-208 93.125-208 208 0 86.105 52.321 159.991 126.905 191.598l1.363 0.513zM804 422c-29.841-17.531-65.728-27.886-104.033-27.886-48.178 0-92.529 16.38-127.791 43.874l0.464-0.348c21.572 17.739 35.223 44.431 35.223 74.311 0 25.941-10.289 49.478-27.008 66.755l0.025-0.026 214.96 208c67.144-35.409 112.133-104.746 112.133-184.59 0-76.637-41.447-143.594-103.149-179.678l-0.984-0.532z", + "M932 540c-28.319-103.29-121.36-177.934-231.836-177.934-46.906 0-90.669 13.456-127.64 36.719l0.996-0.585 65.56-261.76c0.607-2.331 0.956-5.006 0.956-7.764 0-11.27-5.826-21.18-14.631-26.881l-0.125-0.076c-36.313-23.256-80.613-37.071-128.139-37.071-132.548 0-240 107.452-240 240 0 90.63 50.235 169.526 124.379 210.364l1.24 0.626-259.48 74.12c-13.041 3.801-22.528 15.347-23.197 29.207l-0.003 0.073c-0.155 3.226-0.243 7.006-0.243 10.807 0 110.472 74.639 203.51 176.239 231.438l1.685 0.395c18.732 5.232 40.248 8.252 62.464 8.28l0.016 0c132.429-0.362 239.644-107.8 239.644-240.279 0-2.715-0.045-5.419-0.134-8.113l0.010 0.392 193.92 187.68c5.751 5.569 13.6 9.002 22.251 9.002 5.39 0 10.468-1.332 14.924-3.686l-0.174 0.084c77.521-40.842 129.469-120.871 129.469-213.032 0-22.052-2.974-43.409-8.543-63.692l0.394 1.684zM448 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM320 304c-0-0.018-0-0.039-0-0.060 0-97.202 78.798-176 176-176 27.241 0 53.037 6.189 76.058 17.237l-1.057-0.457-59.92 239.28c-48.045 0.372-89.749 27.156-111.346 66.535l-0.334 0.665c-48.104-31.798-79.4-85.642-79.4-146.797 0-0.142 0-0.284 0.001-0.425l-0 0.022zM428 782.28c-25.256 14.843-55.63 23.61-88.052 23.61-92.038 0-167.576-70.648-175.342-160.673l-0.046-0.657 237.24-67.76c22.616 38.028 63.469 63.13 110.19 63.2l0.010 0h3.64c-3.464 60.845-37.469 113.044-86.807 141.831l-0.833 0.449zM852.68 690.28c-13.274 22.755-30.714 41.651-51.437 56.186l-0.563 0.374-177.28-171.56c10.513-18.147 16.718-39.925 16.718-63.152 0-24.853-7.103-48.047-19.39-67.662l0.312 0.534c23.087-11.905 50.386-18.885 79.315-18.885 97.202 0 176 78.798 176 176 0 32.468-8.792 62.882-24.124 88.992l0.449-0.827z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["fan-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31210, "id": 770, "name": "fan-duotone", "prevSize": 16, "code": 60601, "codes": [60601, 60602] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 477 + }, + { + "icon": { + "paths": [ + "M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM320 640v-256l192 128zM576 640v-256l192 128z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM529.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM352 580.2v-136.2l102.32 68zM785.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM608 580.2v-136.2l102.32 68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["fast-forward-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31211, + "id": 769, + "name": "fast-forward-circle-duotone", + "prevSize": 16, + "code": 60603, + "codes": [60603, 60604] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 478 + }, + { + "icon": { + "paths": [ + "M544 512c0 0.024 0 0.053 0 0.081 0 11.018-5.741 20.695-14.394 26.204l-0.126 0.075-352.76 224.6c-4.829 3.14-10.737 5.007-17.081 5.007-17.378 0-31.484-14.010-31.639-31.352l-0-0.015v-449.2c0.155-17.356 14.261-31.367 31.639-31.367 6.344 0 12.252 1.867 17.204 5.082l-0.123-0.075 352.76 224.6c8.779 5.583 14.52 15.261 14.52 26.279 0 0.029-0 0.057-0 0.086l0-0.004zM945.48 485.64l-352.76-224.6c-4.829-3.14-10.737-5.007-17.081-5.007-17.378 0-31.484 14.010-31.639 31.352l-0 0.015v449.2c0.155 17.356 14.261 31.367 31.639 31.367 6.344 0 12.252-1.867 17.204-5.082l-0.123 0.075 352.76-224.6c8.776-5.621 14.509-15.321 14.509-26.36s-5.733-20.739-14.384-26.285l-0.125-0.075z", + "M962.68 458.64l-352.76-224.64c-9.697-6.285-21.552-10.022-34.281-10.022-35.057 0-63.493 28.346-63.639 63.368l-0 0.014v149.2l-318.080-202.56c-9.697-6.285-21.552-10.022-34.281-10.022-35.057 0-63.493 28.346-63.639 63.368l-0 0.014v449.28c0.188 35.027 28.626 63.349 63.679 63.349 12.711 0 24.552-3.724 34.491-10.141l-0.251 0.151 318.080-202.56v149.2c0.188 35.027 28.626 63.349 63.679 63.349 12.711 0 24.552-3.724 34.491-10.141l-0.251 0.151 352.76-224.64c17.745-11.391 29.333-31.022 29.333-53.36s-11.589-41.969-29.082-53.209l-0.251-0.151zM160 735.76v-447.48l351.28 223.72zM576 735.76v-447.48l351.28 223.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["fast-forward-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31212, "id": 768, "name": "fast-forward-duotone", "prevSize": 16, "code": 60605, "codes": [60605, 60606] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 479 + }, + { + "icon": { + "paths": [ + "M863.2 478.4l-277.040 280.24c-5.786 5.78-13.775 9.356-22.599 9.36l-306.761 0v-306.76c0.004-8.825 3.58-16.814 9.36-22.6l-0 0 182.64-180.56v317.92l96-96z", + "M885.12 139c-46.323-46.303-110.307-74.941-180.98-74.941s-134.657 28.638-180.981 74.942l0.001-0.001-280.4 277c-11.588 11.522-18.76 27.475-18.76 45.104 0 0.048 0 0.096 0 0.144l-0-0.007v293.52l-118.64 118.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l118.64-118.64h293.52c0.031 0 0.067 0 0.103 0 17.619 0 33.567-7.155 45.096-18.719l0.002-0.002 276.92-280c46.459-46.349 75.201-110.438 75.201-181.24 0-70.703-28.662-134.711-75.001-181.040l-0-0zM568.28 184.24c34.748-34.763 82.76-56.265 135.794-56.265 106.039 0 192 85.961 192 192 0 49.273-18.561 94.211-49.072 128.204l0.158-0.179h-225.84l137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-233.44 233.4v-227.28zM288 461.4l128-126.68v228l-128 128zM562.8 736h-229.52l224-224h226.96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["feather-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31213, "id": 767, "name": "feather-duotone", "prevSize": 16, "code": 60607, "codes": [60607, 60608] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 480 + }, + { + "icon": { + "paths": [ + "M768 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM352 384h160v-256h-160c-70.692 0-128 57.308-128 128s57.308 128 128 128v0zM224 784c0 79.529 64.471 144 144 144s144-64.471 144-144v0-144h-144c-79.529 0-144 64.471-144 144v0z", + "M736 384c39.036-29.5 64-75.835 64-128 0-88.366-71.634-160-160-160v0h-288c-88.366 0-160 71.634-160 160 0 52.165 24.964 98.5 63.598 127.708l0.402 0.292c-39.063 29.499-64.047 75.849-64.047 128.035 0 54.557 27.306 102.736 68.997 131.617l0.531 0.348c-42.406 32.476-69.48 83.129-69.48 140.105 0 97.202 78.798 176 176 176s176-78.798 176-176c0-0.037-0-0.074-0-0.111l0 0.006v-144c26.407 19.978 59.8 32 96 32 88.366 0 160-71.634 160-160 0-52.165-24.964-98.5-63.598-127.708l-0.402-0.292zM736 256c0 53.019-42.981 96-96 96v0h-96v-192h96c53.019 0 96 42.981 96 96v0zM256 256c0-53.019 42.981-96 96-96v0h128v192h-128c-53.019 0-96-42.981-96-96v0zM352 608c-53.019 0-96-42.981-96-96s42.981-96 96-96v0h128v192h-128zM480 784c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0h112zM640 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["figma-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31214, "id": 766, "name": "figma-logo-duotone", "prevSize": 16, "code": 60609, "codes": [60609, 60610] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 481 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-352v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-160v-704h352v192c0 17.673 14.327 32 32 32v0h192v480z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-archive-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31215, "id": 765, "name": "file-archive-duotone", "prevSize": 16, "code": 60611, "codes": [60611, 60612] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 482 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM630.64 617.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4v-178.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 178.76l41.36-41.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-arrow-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31216, + "id": 764, + "name": "file-arrow-down-duotone", + "prevSize": 16, + "code": 60613, + "codes": [60613, 60614] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 483 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM630.64 553.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4v178.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.76l-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-arrow-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31217, "id": 763, "name": "file-arrow-up-duotone", "prevSize": 16, "code": 60615, "codes": [60615, 60616] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 484 + }, + { + "icon": { + "paths": [ + "M288 640l96-96v352l-96-96h-96v-160zM608 128v224h224z", + "M396.24 514.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-86.6 86.64h-82.76c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h82.76l86.6 86.64c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-352c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM352 818.76l-41.36-41.4c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-63.999-0v-96h64c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 41.36-41.4zM608 720c-0.071 59.2-31.846 110.963-79.256 139.229l-0.744 0.411c-4.157 2.115-9.065 3.354-14.263 3.354-17.673 0-32-14.327-32-32 0-11.063 5.614-20.815 14.148-26.562l0.114-0.072c29.029-17.357 48.165-48.624 48.165-84.36s-19.135-67.003-47.719-84.113l-0.446-0.247c-8.649-5.82-14.263-15.571-14.263-26.634 0-17.673 14.327-32 32-32 5.198 0 10.106 1.239 14.445 3.438l-0.182-0.084c48.154 28.677 79.929 80.44 80 139.63l0 0.010zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320h352v192c0 17.673 14.327 32 32 32v0h192v480h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-audio-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31218, "id": 762, "name": "file-audio-duotone", "prevSize": 16, "code": 60617, "codes": [60617, 60618] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 485 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224zM432 544c-0.009-0-0.021-0-0.032-0-80.109 0-147.717 53.521-169.018 126.756l-0.31 1.244h-22.64c-61.856 0-112 50.144-112 112s50.144 112 112 112v0h192c97.202 0 176-78.798 176-176s-78.798-176-176-176v0z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM432 512c-86.003 0-159.816 52.197-191.486 126.639l-0.514 1.361c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h192c114.875 0 208-93.125 208-208s-93.125-208-208-208v0zM432 864h-192c-0.039 0-0.084 0-0.13 0-44.183 0-80-35.817-80-80 0-38.838 27.676-71.212 64.382-78.476l0.508-0.084c-0.005 0.214-0.008 0.467-0.008 0.72 0 17.678 14.331 32.008 32.008 32.008 17.424 0 31.597-13.923 31.999-31.251l0.001-0.037c0.845-9.101 2.342-17.392 4.481-25.422l-0.241 1.062c0.394-1.089 0.767-2.43 1.047-3.806l0.033-0.194c18.403-59.804 73.161-102.52 137.896-102.52 79.529 0 144 64.471 144 144 0 79.521-64.458 143.987-143.975 144l-0.001 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-cloud-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31219, "id": 761, "name": "file-cloud-duotone", "prevSize": 16, "code": 60619, "codes": [60619, 60620] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 486 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M726.64 585.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM438.64 489.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36 73.4-73.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM864 352v512c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM640 320h114.76l-114.76-114.76zM800 864v-480h-192c-17.673 0-32-14.327-32-32v0-192h-352v704h576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-code-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31220, "id": 760, "name": "file-code-duotone", "prevSize": 16, "code": 60621, "codes": [60621, 60622] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 487 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M192 720c0 44 28.72 80 64 80 16.219-0.354 30.712-7.454 40.838-18.594l0.042-0.046c5.883-6.541 14.375-10.636 23.824-10.636 17.673 0 32 14.327 32 32 0 8.961-3.683 17.061-9.618 22.87l-0.006 0.006c-21.779 23.436-52.687 38.131-87.031 38.4l-0.049 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c34.393 0.269 65.301 14.964 87.011 38.325l0.069 0.075c5.941 5.815 9.624 13.915 9.624 22.876 0 17.673-14.327 32-32 32-9.448 0-17.94-4.095-23.798-10.607l-0.026-0.029c-10.178-11.172-24.665-18.265-40.814-18.639l-0.066-0.001c-35.28 0-64 36-64 80zM510.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5.040-3.24-4.92-4-4.48-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.4-6.92 79.32-2.24 2.442 0.668 5.246 1.052 8.14 1.052 17.68 0 32.012-14.332 32.012-32.012 0-14.786-10.025-27.231-23.648-30.908l-0.224-0.052c-8.48-2.2-84-20.88-131.32 11.040-19.802 13.406-33.332 34.793-35.969 59.439l-0.031 0.361c-8 63.52 54.56 81.64 92 92.44 48.28 13.96 52.52 19.68 51.12 30.36-1.24 9.64-5.040 13.36-8.56 15.72-18.4 12.24-60.68 6.24-78.2 1.44-2.462-0.679-5.288-1.070-8.206-1.070-17.673 0-32 14.327-32 32 0 14.468 9.601 26.693 22.779 30.651l0.227 0.058c18.185 4.963 39.085 7.874 60.645 8l0.075 0c23.32 0 49.2-4 69.96-17.84 20.253-13.597 34.087-35.411 36.729-60.559l0.031-0.361c9-69.12-57.080-88.44-96.6-99.88zM766.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.24-4.92-4-4.48-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.36-6.92 79.28-2.24 2.442 0.668 5.246 1.052 8.14 1.052 17.68 0 32.012-14.332 32.012-32.012 0-14.786-10.025-27.231-23.648-30.908l-0.224-0.052c-8.44-2.2-84-20.88-131.32 11.040-19.712 13.453-33.164 34.829-35.769 59.441l-0.031 0.359c-8 63.52 54.6 81.64 92 92.44 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.36-8.6 15.72-18.4 12.24-60.64 6.24-78.16 1.44-2.578-0.746-5.539-1.175-8.6-1.175-17.704 0-32.055 14.352-32.055 32.055 0 14.642 9.817 26.992 23.229 30.825l0.226 0.055c18.197 4.962 39.111 7.873 60.685 8l0.075 0c23.28 0 49.2-4 69.96-17.84 20.241-13.601 34.063-35.416 36.69-60.561l0.030-0.359c8.84-69.24-57.24-88.56-96.8-100zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.72l-114.72-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-css-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31221, "id": 759, "name": "file-css-duotone", "prevSize": 16, "code": 60623, "codes": [60623, 60624] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 488 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M192 720c0 44 28.72 80 64 80 16.215-0.375 30.702-7.468 40.839-18.595l0.041-0.045c5.811-5.915 13.894-9.581 22.834-9.581 17.673 0 32 14.327 32 32 0 8.442-3.269 16.121-8.611 21.839l0.017-0.018c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c34.402 0.287 65.317 14.978 87.053 38.327l0.067 0.073c5.325 5.7 8.594 13.379 8.594 21.821 0 17.673-14.327 32-32 32-8.94 0-17.023-3.666-22.829-9.576l-0.005-0.005c-10.178-11.172-24.665-18.265-40.814-18.639l-0.066-0.001c-35.28 0-64 36-64 80zM510.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.24-4.92-4-4.48-7.6 0.151-6.092 3.259-11.426 7.938-14.64l0.062-0.040c18.4-12.48 61.36-6.92 79.32-2.24 2.484 0.691 5.335 1.088 8.28 1.088 17.7 0 32.048-14.348 32.048-32.048 0-14.755-9.971-27.181-23.543-30.907l-0.225-0.053c-8.48-2.2-84-20.88-131.36 11.040-19.79 13.417-33.315 34.798-35.968 59.437l-0.032 0.363c-8 63.52 54.6 81.64 92 92.44 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.36-8.56 15.72-18.4 12.24-60.68 6.24-78.2 1.44-2.584-0.749-5.551-1.181-8.62-1.181-17.707 0-32.061 14.354-32.061 32.061 0 14.638 9.81 26.985 23.214 30.825l0.226 0.055c18.197 4.962 39.111 7.873 60.685 8l0.075 0c23.28 0 49.2-4 69.96-17.84 20.253-13.597 34.087-35.411 36.729-60.559l0.031-0.361c8.76-69.24-57.28-88.56-96.84-100zM842.76 577.88c-3.21-1.186-6.918-1.873-10.786-1.873-13.812 0-25.58 8.751-30.063 21.010l-0.071 0.222-49.84 139.6-49.88-139.6c-4.552-12.488-16.324-21.243-30.14-21.243-17.675 0-32.003 14.328-32.003 32.003 0 3.858 0.683 7.557 1.934 10.982l-0.071-0.222 80 224c4.549 12.491 16.322 21.249 30.14 21.249s25.591-8.758 30.069-21.027l0.071-0.222 80-224c1.178-3.2 1.86-6.896 1.86-10.75 0-13.807-8.745-25.572-20.998-30.058l-0.222-0.071zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-csv-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31222, "id": 758, "name": "file-csv-duotone", "prevSize": 16, "code": 60625, "codes": [60625, 60626] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 489 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M320 896c0 17.673-14.327 32-32 32v0h-64c-35.346 0-64-28.654-64-64v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h64c17.673 0 32 14.327 32 32v0zM864 352v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-192c-17.673 0-32-14.327-32-32v0-192h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM640 320h114.76l-114.76-114.76zM320 96h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 672c-17.673 0-32 14.327-32 32v0 160h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c35.346 0 64-28.654 64-64v0-160c0-17.673-14.327-32-32-32v0zM192 608c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM608 864h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-dashed-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31223, "id": 757, "name": "file-dashed-duotone", "prevSize": 16, "code": 60627, "codes": [60627, 60628] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 490 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M208 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h64c79.529 0 144-64.471 144-144s-64.471-144-144-144v0zM208 800h-32v-160h32c44.183 0 80 35.817 80 80s-35.817 80-80 80v0zM886.12 780.36c6.091 5.836 9.876 14.036 9.876 23.12 0 8.587-3.382 16.384-8.887 22.131l0.011-0.012c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c34.402 0.287 65.317 14.978 87.053 38.327l0.067 0.073c5.325 5.7 8.594 13.379 8.594 21.821 0 17.673-14.327 32-32 32-8.94 0-17.023-3.666-22.829-9.576l-0.005-0.005c-10.178-11.172-24.665-18.265-40.814-18.639l-0.066-0.001c-35.28 0-64 36-64 80s28.72 80 64 80c16.221-0.344 30.717-7.446 40.838-18.593l0.042-0.047c5.836-6.091 14.036-9.876 23.12-9.876 8.587 0 16.384 3.382 22.131 8.887l-0.012-0.011zM512 576c-70.56 0-128 64.6-128 144s57.44 144 128 144 128-64.6 128-144-57.44-144-128-144zM512 800c-35.28 0-64-36-64-80s28.72-80 64-80 64 36 64 80-28.72 80-64 80zM192 480c17.673 0 32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM640 205.24l114.76 114.76h-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-doc-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31224, "id": 756, "name": "file-doc-duotone", "prevSize": 16, "code": 60629, "codes": [60629, 60630] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 491 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31225, "id": 755, "name": "file-duotone", "prevSize": 16, "code": 60631, "codes": [60631, 60632] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 492 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M512 608c0 17.673-14.327 32-32 32v0h-32v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM256 576c-17.673 0-32 14.327-32 32v0 80h-64v-80c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-80h64v80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM960 800h-48v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h80c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM776.56 577.16c-2.567-0.741-5.517-1.168-8.565-1.168-11.589 0-21.74 6.161-27.355 15.386l-0.080 0.141-68.56 114.28-68.56-114.28c-5.694-9.372-15.847-15.537-27.44-15.537-17.673 0-32 14.327-32 32 0 0.006 0 0.012 0 0.017l-0-0.001v224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-108.48l36.56 60.96c5.694 9.372 15.847 15.537 27.44 15.537s21.746-6.165 27.36-15.395l0.080-0.142 36.56-60.96v108.48c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-0.002 0-0.004 0-0.006 0-14.626-9.813-26.961-23.214-30.779l-0.226-0.055zM832 480c-17.673 0-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32v0zM754.76 320l-114.76-114.76v114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-html-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31226, "id": 754, "name": "file-html-duotone", "prevSize": 16, "code": 60633, "codes": [60633, 60634] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 493 + }, + { + "icon": { + "paths": [ + "M416 608l192 288h-512l144-224 65.44 101.8zM608 128v224h224z", + "M442.64 590.24c-5.819-8.654-15.573-14.271-26.64-14.271s-20.821 5.618-26.567 14.157l-0.073 0.114-83.4 125.16-39.040-60.72c-5.782-8.898-15.674-14.699-26.92-14.699s-21.138 5.802-26.844 14.575l-0.076 0.124-144 224c-3.193 4.894-5.092 10.885-5.092 17.32 0 17.673 14.327 32 32 32 0.004 0 0.009-0 0.013-0l511.999 0c0.006 0 0.013 0 0.021 0 17.673 0 32-14.327 32-32 0-6.62-2.010-12.77-5.453-17.874l0.072 0.114zM154.6 864l85.4-132.84 38.52 60c5.743 8.825 15.528 14.598 26.668 14.68l0.012 0c0.103 0.001 0.225 0.002 0.347 0.002 11.014 0 20.714-5.628 26.381-14.165l0.073-0.117 84-125.88 132.2 198.32zM854.6 329.36l-224-224c-5.786-5.78-13.775-9.356-22.599-9.36l-384.001-0c-35.346 0-64 28.654-64 64v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384h352v192c0 17.673 14.327 32 32 32v0h192v480h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-image-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31227, "id": 753, "name": "file-image-duotone", "prevSize": 16, "code": 60635, "codes": [60635, 60636] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 494 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M480 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM480 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM864 736v67.48c-0.001 8.587-3.385 16.384-8.891 22.131l0.011-0.011c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.56 0-128-64.6-128-144s57.44-144 128-144c24.635 0.080 47.467 7.727 66.313 20.737l-0.393-0.257c8.529 5.847 14.052 15.538 14.052 26.52 0 17.702-14.35 32.052-32.052 32.052-6.72 0-12.957-2.068-18.109-5.602l0.109 0.071c-8.345-5.893-18.711-9.446-29.902-9.52l-0.018-0c-35.28 0-64 36-64 80s28.72 80 64 80c12.077-0.144 23.182-4.193 32.139-10.94l-0.139 0.1v-21.16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM320 608v152c0 57.438-46.562 104-104 104s-104-46.562-104-104v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 22.091 17.909 40 40 40s40-17.909 40-40v0-152c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 320v-114.76l114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-jpg-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31228, "id": 752, "name": "file-jpg-duotone", "prevSize": 16, "code": 60637, "codes": [60637, 60638] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 495 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.57-0.14-42.399-3.050-62.231-8.392l1.711 0.392c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.8 60 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM320 608v152c0 57.438-46.562 104-104 104s-104-46.562-104-104v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 22.091 17.909 40 40 40s40-17.909 40-40v0-152c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-js-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31229, "id": 751, "name": "file-js-duotone", "prevSize": 16, "code": 60639, "codes": [60639, 60640] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 496 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.559-0.107-42.391-3.020-62.213-8.391l1.693 0.391c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.84 60 10.84 78.2-1.4 3.52-2.4 7.32-6.080 8.56-15.72 1.36-10.68-2.88-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.48 2.697-24.986 16.219-46.351 35.712-59.576l0.288-0.184c47.4-32 122.88-13.24 131.36-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.32 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.12 11.28 105.16 30.6 96.4 99.84zM288 576c-17.673 0-32 14.327-32 32v0 152c0 22.091-17.909 40-40 40s-40-17.909-40-40v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 57.438 46.562 104 104 104s104-46.562 104-104v0-152c0-17.673-14.327-32-32-32v0zM850.6 581.96c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-53.96 75.56-53.96-75.56c-5.912-7.481-14.985-12.238-25.169-12.238-17.673 0-32 14.327-32 32 0 6.484 1.929 12.518 5.244 17.559l-0.075-0.121 66.64 93.4-66.72 93.4c-3.24 4.92-5.169 10.954-5.169 17.438 0 17.673 14.327 32 32 32 10.184 0 19.257-4.757 25.118-12.171l0.051-0.067 54.040-75.56 53.96 75.56c5.912 7.481 14.985 12.238 25.169 12.238 17.673 0 32-14.327 32-32 0-6.484-1.929-12.518-5.244-17.559l0.075 0.121-66.64-93.4 66.72-93.4c3.727-5.165 5.961-11.621 5.961-18.6 0-10.695-5.247-20.164-13.306-25.975l-0.095-0.065zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-jsx-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31230, "id": 750, "name": "file-jsx-duotone", "prevSize": 16, "code": 60641, "codes": [60641, 60642] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 497 + }, + { + "icon": { + "paths": [ + "M192 736h288v160h-288zM608 128v224h224z", + "M480 704h-32v-16c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 16h-32c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM288 688c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h-96zM448 864h-224v-96h224zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352h352v192c0 17.673 14.327 32 32 32v0h192v480h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-lock-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31231, "id": 749, "name": "file-lock-duotone", "prevSize": 16, "code": 60643, "codes": [60643, 60644] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 498 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM617.84 668.6c13.901-21.776 22.156-48.326 22.156-76.804 0-79.639-64.561-144.2-144.2-144.2s-144.2 64.561-144.2 144.2c0 79.639 64.561 144.2 144.2 144.2 28.478 0 55.028-8.255 77.387-22.503l-0.583 0.347 44.76 44.8c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM416 592c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-magnifying-glass-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31232, + "id": 748, + "name": "file-magnifying-glass-duotone", + "prevSize": 16, + "code": 60645, + "codes": [60645, 60646] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 499 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM640 608c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-minus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31233, "id": 747, "name": "file-minus-duotone", "prevSize": 16, "code": 60647, "codes": [60647, 60648] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 500 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M896 608c0 17.673-14.327 32-32 32v0h-96v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM368 688c0 61.856-50.144 112-112 112v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c61.856 0 112 50.144 112 112v0zM304 688c0-26.51-21.49-48-48-48v0h-32v96h32c26.51 0 48-21.49 48-48v0zM656 720c0 79.529-64.471 144-144 144v0h-64c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c79.529 0 144 64.471 144 144v0zM592 720c0-44.183-35.817-80-80-80v0h-32v160h32c44.183 0 80-35.817 80-80v0zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.76l-114.76-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-pdf-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31234, "id": 746, "name": "file-pdf-duotone", "prevSize": 16, "code": 60649, "codes": [60649, 60650] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 501 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM640 608c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31235, "id": 745, "name": "file-plus-duotone", "prevSize": 16, "code": 60651, "codes": [60651, 60652] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 502 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M240 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM240 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM896 803.48c-0.001 8.587-3.385 16.384-8.891 22.131l0.011-0.011c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.56 0-128-64.6-128-144s57.44-144 128-144c24.628 0.086 47.458 7.716 66.317 20.699l-0.397-0.259c8.539 5.849 14.068 15.549 14.068 26.54 0 17.711-14.357 32.068-32.068 32.068-6.719 0-12.956-2.067-18.109-5.599l0.109 0.071c-8.345-5.893-18.711-9.446-29.902-9.52l-0.018-0c-35.28 0-64 36-64 80s28.72 80 64 80c12.084-0.139 23.192-4.205 32.136-10.979l-0.136 0.099v-21.12c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM624 608v224c0 0.001 0 0.003 0 0.005 0 14.186-9.231 26.216-22.014 30.411l-0.226 0.064c-2.894 0.964-6.227 1.52-9.689 1.52-0.025 0-0.050-0-0.075-0l0.004 0c-0 0-0.001 0-0.001 0-10.694 0-20.164-5.246-25.974-13.305l-0.065-0.095-101.96-142.6v124c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c-0-0-0-0.001-0-0.001 0-17.673 14.327-32 32-32 10.695 0 20.165 5.247 25.975 13.307l0.065 0.095 101.96 142.6v-124c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM192 480c17.673 0 32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM640 205.24l114.76 114.76h-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-png-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31236, "id": 744, "name": "file-png-duotone", "prevSize": 16, "code": 60653, "codes": [60653, 60654] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 503 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M896 608c0 17.673-14.327 32-32 32v0h-48v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-48c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM368 688c0 61.856-50.144 112-112 112v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c61.856 0 112 50.144 112 112v0zM304 688c0-26.51-21.49-48-48-48v0h-32v96h32c26.51 0 48-21.49 48-48v0zM640 688c0 61.856-50.144 112-112 112v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c61.856 0 112 50.144 112 112v0zM576 688c0-26.51-21.49-48-48-48v0h-32v96h32c26.51 0 48-21.49 48-48v0zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.76l-114.76-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-ppt-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31237, "id": 743, "name": "file-ppt-duotone", "prevSize": 16, "code": 60655, "codes": [60655, 60656] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 504 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM256 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c8.121-0.011 16.034-0.87 23.666-2.493l-0.746 0.133 29.44 50.36c5.82 8.649 15.571 14.263 26.634 14.263 17.673 0 32-14.327 32-32 0-5.198-1.239-10.106-3.438-14.445l0.084 0.182-28.44-48.88c20.223-20.26 32.728-48.23 32.728-79.12 0-61.831-50.103-111.959-111.924-112l-0.004-0zM224 736v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM623.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.57-0.14-42.399-3.050-62.231-8.392l1.711 0.392c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.8 59.8 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-rs-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31238, "id": 742, "name": "file-rs-duotone", "prevSize": 16, "code": 60657, "codes": [60657, 60658] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 505 + }, + { + "icon": { + "paths": [ + "M832 288v448c0 17.673-14.327 32-32 32v0h-96v-352l-160-160h-224v-96c0-17.673 14.327-32 32-32v0h320z", + "M854.64 265.36l-160-160c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-319.999-0c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM672 864h-448v-576h306.76l141.24 141.24v338.12c0 0.24 0 0.44 0 0.64s0 0.4 0 0.64v95.36zM800 736h-64v-320c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-160-160c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-191.999-0v-64h306.76l141.24 141.24zM576 608c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM576 736c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["files-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31239, "id": 741, "name": "files-duotone", "prevSize": 16, "code": 60659, "codes": [60659, 60660] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 506 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M192 480c17.673 0 32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM640 205.24l114.76 114.76h-114.76zM912 832c0 17.673-14.327 32-32 32v0h-112c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h80c17.673 0 32 14.327 32 32v0zM367.28 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.52 17.84-69.96 17.84-21.576-0.117-42.422-3.029-62.26-8.391l1.7 0.391c-13.405-4.017-23.006-16.242-23.006-30.71 0-17.673 14.327-32 32-32 2.918 0 5.744 0.39 8.43 1.122l-0.224-0.052c17.52 4.8 59.8 10.8 78.2-1.44 3.56-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.668-25.007 16.198-46.394 35.711-59.615l0.289-0.185c47.36-32 122.88-13.24 131.32-11.040 13.84 3.736 23.857 16.178 23.857 30.96 0 17.683-14.335 32.017-32.017 32.017-2.901 0-5.712-0.386-8.384-1.109l0.224 0.052c-17.96-4.68-60.88-10.24-79.28 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.32 4.48 7.6 9.24 5.96 25.76 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM651.28 798.16c13.029-22.318 20.721-49.131 20.721-77.742 0-0.147-0-0.294-0.001-0.441l0 0.023c0-79.4-57.4-144-128-144s-128 64.6-128 144 57.4 144 128 144c23.679-0.087 45.677-7.212 64.032-19.389l-0.432 0.269 9.76 9.76c5.791 5.786 13.787 9.364 22.62 9.364 17.675 0 32.004-14.329 32.004-32.004 0-8.843-3.586-16.847-9.383-22.64l-0-0zM544 800c-35.28 0-64-36-64-80s28.72-80 64-80 64 36 64 80c0 0.015 0 0.032 0 0.049 0 10.718-1.727 21.032-4.918 30.68l0.198-0.69-4.68-4.68c-5.791-5.786-13.787-9.364-22.62-9.364-17.675 0-32.004 14.329-32.004 32.004 0 8.843 3.586 16.847 9.383 22.64l0 0 6.72 6.68c-4.791 1.661-10.315 2.639-16.061 2.68l-0.019 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-sql-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31240, "id": 740, "name": "file-sql-duotone", "prevSize": 16, "code": 60661, "codes": [60661, 60662] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 507 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM351.28 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.52 17.84-69.96 17.84-21.584-0.14-42.427-3.051-62.273-8.393l1.713 0.393c-13.405-4.017-23.006-16.242-23.006-30.71 0-17.673 14.327-32 32-32 2.918 0 5.744 0.39 8.43 1.122l-0.224-0.052c17.52 4.8 59.8 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.668-25.007 16.198-46.394 35.711-59.615l0.289-0.185c47.36-32 122.88-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.92-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.44 3.6-0.56 4.36 4.48 7.6 9.24 5.96 25.76 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM606.16 618.76l-80 224c-4.549 12.491-16.322 21.249-30.14 21.249s-25.591-8.758-30.069-21.027l-0.071-0.222-80-224c-1.403-3.469-2.218-7.492-2.218-11.705 0-17.673 14.327-32 32-32 14.166 0 26.182 9.205 30.393 21.959l0.065 0.226 49.88 139.6 49.84-139.6c4.552-12.488 16.324-21.243 30.14-21.243 17.675 0 32.003 14.328 32.003 32.003 0 3.858-0.683 7.557-1.934 10.982l0.071-0.222zM864 736v67.48c-0.001 8.587-3.385 16.384-8.891 22.131l0.011-0.011c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.56 0-128-64.6-128-144s57.44-144 128-144c24.635 0.080 47.467 7.727 66.313 20.737l-0.393-0.257c8.304 5.861 13.662 15.417 13.662 26.224 0 17.673-14.327 32-32 32-6.494 0-12.536-1.934-17.582-5.259l0.12 0.074c-8.404-5.917-18.842-9.473-30.108-9.52l-0.012-0c-35.28 0-64 36-64 80s28.72 80 64 80c12.086-0.068 23.209-4.132 32.13-10.935l-0.13 0.095v-21.16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-svg-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31241, "id": 739, "name": "file-svg-duotone", "prevSize": 16, "code": 60663, "codes": [60663, 60664] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 508 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM672 544c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM672 672c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-text-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31242, "id": 738, "name": "file-text-duotone", "prevSize": 16, "code": 60665, "codes": [60665, 60666] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 509 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.57-0.14-42.399-3.050-62.231-8.392l1.711 0.392c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.8 60 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM352 608c0 17.673-14.327 32-32 32v0h-48v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-48c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-ts-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31243, "id": 737, "name": "file-ts-duotone", "prevSize": 16, "code": 60667, "codes": [60667, 60668] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 510 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M858.040 626.6l-66.72 93.4 66.72 93.4c3.24 4.92 5.169 10.954 5.169 17.438 0 17.673-14.327 32-32 32-10.184 0-19.257-4.757-25.118-12.171l-0.051-0.067-54.040-75.56-53.96 75.56c-5.795 8.819-15.642 14.562-26.831 14.562-17.673 0-32-14.327-32-32 0-7.489 2.573-14.377 6.882-19.829l-0.051 0.067 66.64-93.4-66.72-93.4c-3.24-4.92-5.169-10.954-5.169-17.438 0-17.673 14.327-32 32-32 10.184 0 19.257 4.757 25.118 12.171l0.051 0.067 54.040 75.56 53.96-75.56c5.912-7.481 14.985-12.238 25.169-12.238 17.673 0 32 14.327 32 32 0 6.484-1.929 12.518-5.244 17.559l0.075-0.121zM494.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.28-4.92-4-4.44-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.36-6.92 79.32-2.24 2.478 0.688 5.323 1.083 8.26 1.083 17.697 0 32.043-14.346 32.043-32.043 0-14.759-9.979-27.188-23.558-30.908l-0.225-0.052c-8.48-2.2-84-20.88-131.36 11.040-19.781 13.409-33.303 34.774-35.968 59.395l-0.032 0.365c-8 63.56 54.6 81.68 92 92.48 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.32-8.56 15.72-18.4 12.24-60.68 6.24-78.2 1.4-2.548-0.729-5.475-1.148-8.5-1.148-17.699 0-32.048 14.348-32.048 32.048 0 14.675 9.863 27.046 23.322 30.846l0.226 0.054c18.193 4.998 39.097 7.911 60.668 8l0.052 0c23.28 0 49.2-4 69.96-17.84 20.253-13.597 34.087-35.411 36.729-60.559l0.031-0.361c8.56-69.24-57.48-88.56-97.040-100zM320 576h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h48v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h48c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-tsx-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31244, "id": 736, "name": "file-tsx-duotone", "prevSize": 16, "code": 60669, "codes": [60669, 60670] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 511 + }, + { + "icon": { + "paths": [ + "M448 702.68l128-62.68v224l-128-67.28v35.28c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0zM608 128v224h224z", + "M592.92 612.84c-4.801-3.032-10.644-4.831-16.906-4.831-5.131 0-9.98 1.208-14.279 3.354l0.185-0.084-84.88 41.56c-8.405-26.197-32.545-44.829-61.039-44.84l-224.001-0c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h224c29.442-0.034 54.225-19.943 61.655-47.031l0.105-0.449 83.36 44c4.315 2.312 9.439 3.67 14.881 3.67 17.673 0 32-14.327 32-32 0-0.067-0-0.134-0.001-0.201l0 0.010v-224c-0-11.405-5.967-21.415-14.948-27.082l-0.132-0.078zM416 832h-224v-160h224v124c0 0.52 0 1 0 1.52v34.48zM544 811.040l-64-33.68v-54.72l64-31.32zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-video-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31245, "id": 735, "name": "file-video-duotone", "prevSize": 16, "code": 60671, "codes": [60671, 60672] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 512 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M350.16 618.76l-80 224c-4.549 12.491-16.322 21.249-30.14 21.249s-25.591-8.758-30.069-21.027l-0.071-0.222-80-224c-1.18-3.203-1.863-6.902-1.863-10.76 0-17.675 14.328-32.003 32.003-32.003 13.816 0 25.588 8.755 30.069 21.021l0.071 0.222 49.84 139.6 49.88-139.6c4.552-12.488 16.324-21.243 30.14-21.243 17.675 0 32.003 14.328 32.003 32.003 0 3.858-0.683 7.557-1.934 10.982l0.071-0.222zM832 640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-48h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-48zM576 576c-17.673 0-32 14.327-32 32v0 152c0 22.091-17.909 40-40 40s-40-17.909-40-40v0-152c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 152c0 57.438 46.562 104 104 104s104-46.562 104-104v0-152c0-17.673-14.327-32-32-32v0zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-vue-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31246, "id": 734, "name": "file-vue-duotone", "prevSize": 16, "code": 60673, "codes": [60673, 60674] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 513 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM630.64 534.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-x-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31247, "id": 733, "name": "file-x-duotone", "prevSize": 16, "code": 60675, "codes": [60675, 60676] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 514 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M624 832c0 17.673-14.327 32-32 32v0h-112c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h80c17.673 0 32 14.327 32 32v0zM370.6 581.96c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-53.96 75.56-53.96-75.56c-5.795-8.819-15.642-14.562-26.831-14.562-17.673 0-32 14.327-32 32 0 7.489 2.573 14.377 6.882 19.829l-0.051-0.067 66.64 93.4-66.72 93.4c-3.24 4.92-5.169 10.954-5.169 17.438 0 17.673 14.327 32 32 32 10.184 0 19.257-4.757 25.118-12.171l0.051-0.067 54.040-75.56 53.96 75.56c5.912 7.481 14.985 12.238 25.169 12.238 17.673 0 32-14.327 32-32 0-6.484-1.929-12.518-5.244-17.559l0.075 0.121-66.64-93.4 66.72-93.4c3.727-5.165 5.961-11.621 5.961-18.6 0-10.695-5.247-20.164-13.306-25.975l-0.095-0.065zM766.36 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.28-4.92-4-4.48-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.36-6.92 79.28-2.24 2.442 0.668 5.246 1.052 8.14 1.052 17.68 0 32.012-14.332 32.012-32.012 0-14.786-10.025-27.231-23.648-30.908l-0.224-0.052c-8.44-2.2-84-20.88-131.32 11.040-19.703 13.445-33.152 34.804-35.769 59.4l-0.031 0.36c-8 63.56 54.6 81.68 92 92.48 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.32-8.6 15.72-18.4 12.24-60.64 6.24-78.16 1.4-2.572-0.742-5.526-1.169-8.58-1.169-17.711 0-32.069 14.358-32.069 32.069 0 14.657 9.833 27.018 23.263 30.845l0.226 0.055c18.204 4.992 39.122 7.906 60.705 8l0.055 0c23.28 0 49.2-4 69.96-17.84 20.241-13.601 34.063-35.416 36.69-60.561l0.030-0.359c8.84-69.24-57.24-88.56-96.8-100zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.72l-114.72-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-xls-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31248, "id": 732, "name": "file-xls-duotone", "prevSize": 16, "code": 60677, "codes": [60677, 60678] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 515 + }, + { + "icon": { + "paths": [ + "M832 352h-224v-224z", + "M736 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM736 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM544 608v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM384 832c0 17.673-14.327 32-32 32v0h-128c-0.086 0.001-0.187 0.001-0.288 0.001-17.673 0-32-14.327-32-32 0-5.892 1.592-11.411 4.37-16.152l-0.082 0.151 100.64-176h-72.64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c0.086-0.001 0.187-0.001 0.288-0.001 17.673 0 32 14.327 32 32 0 5.892-1.592 11.411-4.37 16.152l0.082-0.151-100.84 176h72.84c17.673 0 32 14.327 32 32v0zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 320v-114.76l114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["file-zip-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31249, "id": 731, "name": "file-zip-duotone", "prevSize": 16, "code": 60679, "codes": [60679, 60680] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 516 + }, + { + "icon": { + "paths": [ + "M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM320 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM512 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM512 384c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM704 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z", + "M896 864h-162.56c117.406-74.828 194.155-204.351 194.155-351.8 0-229.64-186.16-415.8-415.8-415.8s-415.8 186.16-415.8 415.8c0 229.64 186.16 415.8 415.8 415.8 0.072 0 0.144-0 0.216-0l383.989 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 512c0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.404-157.596 352-352 352v0c-194.313-0.228-351.772-157.687-352-351.978l-0-0.022zM512 416c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM512 288c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM608 704c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0zM480 704c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32v0c-17.673 0-32-14.327-32-32v0zM704 608c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM704 480c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM320 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM320 544c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["film-reel-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31250, "id": 730, "name": "film-reel-duotone", "prevSize": 16, "code": 60681, "codes": [60681, 60682] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 517 + }, + { + "icon": { + "paths": [ + "M832 160v704c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z", + "M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM800 864h-576v-704h576v704zM384 320c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 704c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["film-script-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31251, "id": 729, "name": "film-script-duotone", "prevSize": 16, "code": 60683, "codes": [60683, 60684] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 518 + }, + { + "icon": { + "paths": [ + "M270.84 258.36l191.16 110.4-300.28 79.24-32.64-120c-0.666-2.4-1.049-5.157-1.049-8.003 0-14.418 9.83-26.54 23.153-30.029l0.216-0.048zM799.36 151.040c-3.858-13.406-16.013-23.048-30.421-23.048-2.923 0-5.754 0.397-8.441 1.14l0.222-0.052-254.28 67.12 191.16 110.36 134.4-35.48z", + "M864 416h-455.64l431.64-113.96c13.834-3.734 23.847-16.169 23.847-30.944 0-2.994-0.411-5.893-1.18-8.641l0.054 0.225-32.64-120c-7.725-27.116-32.276-46.638-61.388-46.638-5.793 0-11.405 0.773-16.739 2.221l0.446-0.103-609.16 160.8c-16.694 4.432-30.363 15.102-38.639 29.3l-0.161 0.3c-5.333 8.969-8.485 19.776-8.485 31.318 0 5.938 0.834 11.682 2.392 17.12l-0.107-0.438 29.76 109.68c0 0.56 0 1.16 0 1.76v352c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-352c0-17.673-14.327-32-32-32v0zM768.64 160l24 88.28-90.48 24-112.48-64.96zM501.88 230.4l112.48 64.96-147.76 39-112.48-64.88zM184.28 408.88l-24-88.32 106-28 112.48 65.040zM832 800h-640v-320h640v320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["film-slate-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31252, "id": 728, "name": "film-slate-duotone", "prevSize": 16, "code": 60685, "codes": [60685, 60686] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 519 + }, + { + "icon": { + "paths": [ + "M128 704h768v96c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM864 192h-704c-17.673 0-32 14.327-32 32v0 96h768v-96c0-17.673-14.327-32-32-32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM160 352h320v320h-320zM544 288v-64h128v64zM480 288h-128v-64h128zM480 736v64h-128v-64zM544 736h128v64h-128zM544 672v-320h320v320zM864 288h-128v-64h128zM288 224v64h-128v-64zM160 736h128v64h-128zM864 800h-128v-64h128v64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["film-strip-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31253, "id": 727, "name": "film-strip-duotone", "prevSize": 16, "code": 60687, "codes": [60687, 60688] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 520 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M288 512c0.001 0.436 0.002 0.953 0.002 1.469 0 87.622-20.926 170.355-58.054 243.476l1.412-3.066c-5.185 11.094-16.251 18.643-29.079 18.643-17.673 0-32-14.327-32-32 0-5.538 1.407-10.748 3.883-15.291l-0.084 0.168c31.479-61.787 49.922-134.751 49.922-212.023 0-0.484-0.001-0.969-0.002-1.453l0 0.075c-0-0.148-0-0.324-0-0.499 0-90.537 41.934-171.279 107.439-223.865l0.562-0.436c5.426-4.373 12.404-7.020 20-7.020 17.673 0 32 14.327 32 32 0 10.077-4.658 19.066-11.938 24.932l-0.062 0.048c-51.384 41.216-84 103.998-84 174.399 0 0.155 0 0.31 0 0.466l-0-0.024zM512 480c-17.673 0-32 14.327-32 32v0c-0.007 130.803-34.113 253.639-93.912 360.105l1.912-3.705c-2.526 4.474-4.014 9.823-4.014 15.52 0 17.681 14.333 32.014 32.014 32.014 11.984 0 22.43-6.585 27.917-16.333l0.083-0.161c62.919-111.713 99.99-245.246 100-387.437l0-0.003c0-17.673-14.327-32-32-32v0zM512 352c-88.366 0-160 71.634-160 160v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019 42.981-96 96-96s96 42.981 96 96v0c0.002 0.663 0.003 1.448 0.003 2.233 0 132.873-30.262 258.678-84.269 370.899l2.226-5.132c-1.928 4.001-3.054 8.699-3.054 13.66 0 17.714 14.36 32.074 32.074 32.074 12.753 0 23.767-7.443 28.937-18.221l0.083-0.193c55.544-114.971 88.004-250.025 88.004-392.661 0-0.935-0.001-1.869-0.004-2.804l0 0.144c0-88.366-71.634-160-160-160v0zM512 96c-229.65 0.25-415.75 186.35-416 415.976l-0 0.024c0 0.155 0 0.338 0 0.522 0 41.864-7.328 82.016-20.772 119.244l0.771-2.446c-1.158 3.174-1.827 6.839-1.827 10.66 0 17.677 14.33 32.007 32.007 32.007 13.856 0 25.656-8.805 30.11-21.124l0.070-0.223c14.979-41.148 23.64-88.647 23.64-138.17 0-0.165-0-0.331-0-0.496l0 0.026c0-194.404 157.596-352 352-352s352 157.596 352 352v0c0 0.072 0 0.159 0 0.246 0 76.973-7.703 152.146-22.381 224.792l1.221-7.237c-0.386 1.866-0.607 4.009-0.607 6.205 0 15.482 10.995 28.396 25.602 31.36l0.206 0.035c1.862 0.378 4.005 0.596 6.197 0.6l0.003 0c15.465-0.017 28.36-11.002 31.325-25.594l0.035-0.206c14.245-69.194 22.4-148.716 22.4-230.144 0-0.020-0-0.040-0-0.059l0 0.003c-0.273-229.641-186.359-415.727-415.974-416l-0.026-0zM377.6 608.68c-1.877-0.391-4.034-0.615-6.243-0.615-15.413 0-28.281 10.897-31.32 25.407l-0.036 0.208c-14.192 68.549-38.026 129.379-70.383 184.61l1.543-2.85c-2.695 4.59-4.286 10.109-4.286 16 0 17.677 14.33 32.006 32.006 32.006 11.786 0 22.083-6.37 27.638-15.855l0.082-0.151c34.055-57.927 60.373-125.202 75.247-196.674l0.753-4.326c0.411-1.923 0.646-4.133 0.646-6.397 0-15.424-10.913-28.299-25.438-31.327l-0.208-0.036zM512 224c-12.693 0.003-25.193 0.817-37.454 2.393l1.454-0.153c-15.512 2.394-27.249 15.649-27.249 31.645 0 17.673 14.327 32 32 32 1.144 0 2.275-0.060 3.388-0.177l-0.139 0.012c8.312-1.091 17.923-1.714 27.68-1.714 123.774 0 224.135 100.246 224.32 223.977l0 0.017c-0.010 43.72-2.8 86.776-8.204 129.016l0.524-5.016c-0.181 1.278-0.284 2.755-0.284 4.256 0 16.25 12.113 29.672 27.803 31.727l0.162 0.017c1.201 0.153 2.59 0.24 4 0.24l0 0c16.234-0.036 29.627-12.155 31.663-27.839l0.017-0.161c5.094-39.14 8.001-84.41 8.001-130.359 0-0.577-0-1.154-0.001-1.73l0 0.089c-0.045-158.976-128.749-287.876-287.646-288.24l-0.034-0zM743.72 737c-2.404-0.647-5.164-1.019-8.011-1.019-14.837 0-27.316 10.098-30.939 23.796l-0.050 0.223c-5.84 22.76-12.6 45.6-20 68-1.064 3.051-1.679 6.569-1.679 10.23 0 13.978 8.963 25.863 21.455 30.222l0.225 0.068c3.028 1.065 6.519 1.68 10.153 1.68 0.016 0 0.033-0 0.049-0l-0.003 0c14.028-0.011 25.943-9.047 30.253-21.615l0.067-0.225c8-23.68 15.16-48 21.4-72.2 0.671-2.446 1.056-5.254 1.056-8.153 0-14.807-10.057-27.265-23.712-30.916l-0.224-0.051z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["fingerprint-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31254, "id": 726, "name": "fingerprint-duotone", "prevSize": 16, "code": 60689, "codes": [60689, 60690] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 521 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M736 512c0.001 0.501 0.001 1.094 0.001 1.687 0 135.353-27.258 264.339-76.583 381.77l2.421-6.497c-4.869 11.807-16.278 19.972-29.597 20l-0.003 0c-4.335-0.043-8.453-0.92-12.217-2.48l0.217 0.080c-11.749-4.913-19.855-16.313-19.855-29.606 0-4.399 0.888-8.59 2.493-12.405l-0.079 0.21c43.768-103.645 69.203-224.148 69.203-350.592 0-0.762-0.001-1.524-0.003-2.286l0 0.117c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 352c47.3 0.034 89.8 20.557 119.11 53.173l0.13 0.147c5.9 6.779 14.542 11.039 24.179 11.039 17.673 0 32-14.327 32-32 0-8.393-3.232-16.032-8.518-21.74l0.019 0.021c-41.193-45.888-100.701-74.622-166.92-74.622-123.706 0-223.99 100.278-224 223.981l-0 0.001c-0.005 96.672-25.213 187.454-69.413 266.137l1.413-2.737c-2.526 4.474-4.014 9.823-4.014 15.52 0 17.681 14.333 32.014 32.014 32.014 11.984 0 22.43-6.585 27.917-16.333l0.083-0.161c47.817-84.898 75.991-186.378 76-294.438l0-0.002c0-88.366 71.634-160 160-160v0zM512 96c-0.148-0-0.324-0-0.499-0-49.529 0-97.032 8.677-141.072 24.593l2.891-0.913c-12.25 4.674-20.793 16.326-20.793 29.974 0 17.673 14.327 32 32 32 3.633 0 7.124-0.605 10.379-1.721l-0.225 0.067c34.879-12.7 75.142-20.044 117.12-20.044 194.46 0 352.111 157.596 352.2 352.035l0 0.008c0 0.155 0 0.337 0 0.519 0 88.062-10.116 173.761-29.249 255.999l1.489-7.598c-0.507 2.134-0.798 4.583-0.798 7.101 0 15.119 10.485 27.789 24.58 31.135l0.217 0.044c2.105 0.509 4.522 0.8 7.007 0.8 0.040 0 0.079-0 0.119-0l-0.006 0c15.16-0.003 27.856-10.549 31.158-24.704l0.042-0.216c18.692-79.043 29.42-169.803 29.44-263.065l0-0.015c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM277.24 249.68c6.562-5.887 10.671-14.394 10.671-23.86 0-17.679-14.332-32.011-32.011-32.011-8.213 0-15.703 3.093-21.37 8.177l0.030-0.026c-85.159 76.559-138.494 187.065-138.56 310.029l-0 0.011c0 0.183 0.001 0.4 0.001 0.617 0 52.969-11.795 103.184-32.902 148.16l0.901-2.137c-1.845 3.92-2.922 8.514-2.922 13.36 0 17.674 14.328 32.002 32.002 32.002 12.829 0 23.894-7.548 28.997-18.446l0.083-0.196c23.893-50.643 37.841-110.007 37.841-172.627 0-0.258-0-0.515-0.001-0.772l0 0.040c0.059-104.049 45.187-197.545 116.918-262.035l0.322-0.285zM455.56 802.96c-3.912-1.836-8.495-2.908-13.328-2.908-12.823 0-23.884 7.542-28.989 18.432l-0.083 0.196c-7.72 16.8-16.2 33.56-25.2 49.76-2.539 4.482-4.035 9.844-4.035 15.556 0 11.99 6.594 22.44 16.354 27.921l0.161 0.083c4.426 2.517 9.724 4 15.368 4 0.039 0 0.079-0 0.118-0l-0.006 0c0.005 0 0.010 0 0.016 0 11.976 0 22.415-6.579 27.901-16.32l0.083-0.16c9.76-17.64 18.96-36 27.36-54.080 1.855-3.929 2.938-8.535 2.938-13.394 0-12.834-7.556-23.904-18.462-29.003l-0.196-0.083zM512 480c-17.673 0-32 14.327-32 32v0c0 0.083 0 0.181 0 0.279 0 65.278-8.449 128.582-24.313 188.879l1.153-5.158c-0.641 2.393-1.009 5.14-1.009 7.974 0 14.834 10.093 27.31 23.786 30.936l0.223 0.050c2.401 0.635 5.156 1 7.997 1 0.001 0 0.002-0 0.003-0l-0 0c14.82-0.011 27.282-10.096 30.91-23.777l0.050-0.223c16.007-59.89 25.2-128.649 25.2-199.555 0-0.157-0-0.313-0-0.47l0 0.025c-0.023-17.656-14.341-31.96-32-31.96l-0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["fingerprint-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31255, + "id": 725, + "name": "fingerprint-simple-duotone", + "prevSize": 16, + "code": 60691, + "codes": [60691, 60692] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 522 + }, + { + "icon": { + "paths": [ + "M832 160c-53.019 0-96 42.981-96 96v0h-448c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 320c0 141.385 114.615 256 256 256v0h320c141.385 0 256-114.615 256-256v0-320c0-53.019-42.981-96-96-96v0zM800 576c0 70.692-57.308 128-128 128v0h-320c-70.692 0-128-57.308-128-128v0-32c0-70.692 57.308-128 128-128v0h320c70.692 0 128 57.308 128 128v0z", + "M672 384h-320c-88.366 0-160 71.634-160 160v0 32c0 88.366 71.634 160 160 160v0h320c88.366 0 160-71.634 160-160v0-32c0-88.366-71.634-160-160-160v0zM768 576c0 53.019-42.981 96-96 96v0h-320c-53.019 0-96-42.981-96-96v0-32c0-53.019 42.981-96 96-96v0h320c53.019 0 96 42.981 96 96v0zM832 128c-59.317 0.058-109.201 40.379-123.797 95.104l-0.203 0.896h-392c-14.63-55.774-64.588-96.252-124-96.252-70.692 0-128 57.308-128 128 0 0.089 0 0.177 0 0.266l-0-0.014v320c0.182 158.985 129.015 287.818 287.983 288l320.017 0c158.985-0.182 287.818-129.015 288-287.983l0-0.017v-320c0-70.692-57.308-128-128-128v0zM896 576c-0.137 123.657-100.343 223.863-223.987 224l-320.013 0c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013v-320c0-35.346 28.654-64 64-64s64 28.654 64 64v0c0 17.673 14.327 32 32 32v0h448c17.673 0 32-14.327 32-32v0c0-35.346 28.654-64 64-64s64 28.654 64 64v0zM416 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["finn-the-human-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31256, "id": 724, "name": "finn-the-human-duotone", "prevSize": 16, "code": 60693, "codes": [60693, 60694] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 523 + }, + { + "icon": { + "paths": [ + "M832 576c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-122.28 57.68-233.040 124-320l132 128 105.080-288c86.36 71.68 278.92 256.6 278.92 480z", + "M735.56 613.36c-17.46 94.991-91.243 168.76-184.824 185.984l-1.416 0.216c-1.592 0.268-3.432 0.428-5.308 0.44l-0.012 0c-17.67-0.005-31.992-14.33-31.992-32 0-15.805 11.458-28.934 26.521-31.533l0.19-0.027c66.28-11.16 122.52-67.4 133.76-133.8 2.656-15.225 15.774-26.652 31.56-26.652 17.68 0 32.012 14.332 32.012 32.012 0 1.893-0.164 3.749-0.48 5.552l0.028-0.192zM864 576c0 194.404-157.596 352-352 352s-352-157.596-352-352v0c0-111.68 44-225.88 130.64-339.4 5.906-7.685 15.101-12.59 25.441-12.59 8.665 0 16.525 3.444 22.287 9.037l-0.008-0.008 96.48 93.64 88-241.64c4.609-12.377 16.325-21.034 30.062-21.034 7.804 0 14.955 2.793 20.508 7.435l-0.051-0.041c87.48 72.6 290.64 266.8 290.64 504.6zM800 576c0-184.36-143.16-343.68-232.84-425.32l-89.080 244.28c-4.606 12.382-16.325 21.044-30.066 21.044-8.672 0-16.538-3.45-22.302-9.051l0.008 0.007-105.48-102.32c-63.88 92.2-96.24 183.36-96.24 271.36 0 159.058 128.942 288 288 288s288-128.942 288-288v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["fire-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31257, "id": 723, "name": "fire-duotone", "prevSize": 16, "code": 60695, "codes": [60695, 60696] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 524 + }, + { + "icon": { + "paths": [ + "M704 672v256c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-256z", + "M873.2 193.36l-242.72-72.8 120-60c10.524-5.387 17.603-16.157 17.603-28.58 0-17.675-14.328-32.003-32.003-32.003-5.252 0-10.208 1.265-14.58 3.507l0.18-0.084-185.68 92.8c-173.218 4.643-311.881 146.109-312 319.988l-0 0.012v415.8c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h64v224c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-512c-0.138-94.677-68.681-173.304-158.847-189.113l-1.153-0.167v-55.72l278.8 83.64c2.96 0.998 6.368 1.573 9.911 1.573 17.673 0 32-14.327 32-32 0-14.652-9.847-27.004-23.285-30.799l-0.225-0.054zM352 416v224h-64v-224c0.167-130.026 97.14-237.352 222.706-253.782l1.294-0.138v64.64c-91.319 15.976-159.862 94.603-160 189.265l-0 0.015zM672 928h-256v-224h256zM672 416v224h-256v-224c0-70.692 57.308-128 128-128s128 57.308 128 128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["fire-extinguisher-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31258, + "id": 722, + "name": "fire-extinguisher-duotone", + "prevSize": 16, + "code": 60697, + "codes": [60697, 60698] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 525 + }, + { + "icon": { + "paths": [ + "M832 576c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-122.28 57.68-233.040 124-320l132 128 105.080-288c86.36 71.68 278.92 256.6 278.92 480z", + "M573.52 71.4c-5.503-4.6-12.654-7.394-20.458-7.394-13.738 0-25.453 8.657-29.99 20.812l-0.072 0.221-88 241.64-96.64-93.64c-5.754-5.586-13.614-9.030-22.279-9.030-10.34 0-19.535 4.904-25.385 12.514l-0.056 0.076c-86.64 113.52-130.64 227.72-130.64 339.4 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-237.8-203.16-432-290.48-504.6zM512 864c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-88 32.36-179.16 96.24-271.36l105.48 102.32c5.756 5.594 13.622 9.044 22.294 9.044 13.741 0 25.46-8.662 29.994-20.823l0.072-0.221 89.080-244.28c89.68 81.64 232.84 240.96 232.84 425.32-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["fire-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31259, "id": 721, "name": "fire-simple-duotone", "prevSize": 16, "code": 60699, "codes": [60699, 60700] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 526 + }, + { + "icon": { + "paths": [ + "M896 416v192c0 17.673-14.327 32-32 32v0h-224v224c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-224h-224c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h224v-224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 224h224c17.673 0 32 14.327 32 32v0z", + "M864 352h-192v-192c0-35.346-28.654-64-64-64v0h-192c-35.346 0-64 28.654-64 64v0 192h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192v192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM864 608h-224c-17.673 0-32 14.327-32 32v0 224h-192v-224c0-17.673-14.327-32-32-32v0h-224v-192h224c17.673 0 32-14.327 32-32v0-224h192v224c0 17.673 14.327 32 32 32v0h224z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["first-aid-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31260, "id": 720, "name": "first-aid-duotone", "prevSize": 16, "code": 60701, "codes": [60701, 60702] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 527 + }, + { + "icon": { + "paths": [ + "M896 320v512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 256h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM864 832h-704v-512h704v512zM640 576c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["first-aid-kit-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31261, "id": 719, "name": "first-aid-kit-duotone", "prevSize": 16, "code": 60703, "codes": [60703, 60704] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 528 + }, + { + "icon": { + "paths": [ + "M743.24 670.48c-72 55.6-176.68 93.64-326.72 97.24l-96.16 224.28-64-224.28-224.36-64.24 224.28-96c3.6-149.96 41.64-254.44 97.24-326.6-0.971 6.946-1.526 14.97-1.526 23.124 0 97.202 78.798 176 176 176 5.918 0 11.767-0.292 17.535-0.863l-0.729 0.058c-0.513 5.043-0.806 10.898-0.806 16.822 0 97.202 78.798 176 176 176 8.197 0 16.263-0.56 24.162-1.645l-0.917 0.103z", + "M672.24 303.76c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM831.72 627.76c-83.040 105.48-215.4 162.96-393.64 171.080l-88 205.68c-5.001 11.548-16.299 19.48-29.449 19.48-0.039 0-0.078-0-0.117-0l0.006 0h-2.040c-13.7-0.884-24.99-10.267-28.703-22.894l-0.057-0.226-59.24-207.4-207.28-59.36c-13.58-3.904-23.347-16.215-23.347-30.808 0-13.099 7.871-24.36 19.142-29.312l0.205-0.080 205.72-88c8-178.28 65.64-310.64 171.16-393.64 172.84-136 419.64-91.32 467.36-81 24.579 5.446 43.594 24.461 48.961 48.614l0.079 0.426c10.56 47.68 55.28 294.72-80.76 467.68zM646.4 690.44c-74.326-28.88-127.314-97.116-133.635-178.444l-0.045-0.716c-82.027-6.354-150.25-59.33-178.633-132.22l-0.487-1.42c-28 63.44-43.040 140.44-45.2 230.48-0.322 12.812-8.126 23.726-19.194 28.56l-0.206 0.080-141.64 60.6 137.84 39.48c10.638 3.114 18.846 11.322 21.903 21.734l0.057 0.226 39.36 137.84 60.72-141.64c4.931-11.309 15.9-19.127 28.726-19.399l0.034-0.001c89.92-2.12 166.92-17.24 230.4-45.16zM850.12 173.88c-42.8-9.28-264-49.56-414.28 68.72-19.141 15.168-35.976 31.8-50.853 50.087l-0.467 0.593c-0.246 3.156-0.387 6.834-0.387 10.545 0 79.529 64.471 144 144 144 4.869 0 9.681-0.242 14.426-0.714l-0.6 0.048c0.906-0.091 1.959-0.143 3.023-0.143 17.673 0 32 14.327 32 32 0 1.064-0.052 2.117-0.154 3.155l0.010-0.132c-0.424 4.147-0.666 8.962-0.666 13.833 0 79.529 64.471 144 144 144 3.739 0 7.446-0.143 11.113-0.422l-0.487 0.030c18.854-15.317 35.459-32.126 50.089-50.572l0.511-0.668c118.28-150.28 78-371.52 68.72-414.36z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["fish-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31262, "id": 718, "name": "fish-duotone", "prevSize": 16, "code": 60705, "codes": [60705, 60706] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 529 + }, + { + "icon": { + "paths": [ + "M807.6 608c-85.6 112-248.72 191.56-551.12 159.48-32.040-302.44 47.52-465.52 159.52-551.080 0 2.52 0 5.040 0 7.6 0 212.077 171.923 384 384 384v0z", + "M672 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM798.16 667.080c-108.24 108-277.68 153.4-505.28 135.8q9.56 71.36 26.8 150.28c0.467 2.049 0.734 4.401 0.734 6.816 0 15.255-10.674 28.016-24.961 31.223l-0.214 0.040c-2.058 0.483-4.421 0.76-6.849 0.76-0.011 0-0.022-0-0.033-0l0.002 0c-15.225-0.030-27.952-10.687-31.16-24.946l-0.040-0.214q-19.64-89.72-29.56-170.56-80.8-9.96-170.44-29.56c-14.414-3.314-25-16.033-25-31.225 0-17.673 14.327-32 32-32 2.366 0 4.672 0.257 6.892 0.744l-0.212-0.039q78.84 17.2 150.16 26.8c-17.56-227.56 28-396.96 136-505.16 175-175.52 452.72-126.24 506.6-114.56 24.598 5.496 43.624 24.522 49.039 48.691l0.081 0.429c11.68 53.88 61 331.6-114.56 506.68zM738.16 635.52c-180.762-28.062-321.702-169.084-349.342-347.546l-0.298-2.334c-86.28 97.4-120.52 249.040-102.84 452.56 203.56 17.8 355.2-16.44 452.6-102.68zM850.16 173.96c-40.861-8.841-87.802-13.904-135.925-13.904-21.503 0-42.77 1.011-63.757 2.988l2.682-0.204c-80.96 8-149.6 31.32-205 69.84 4.715 187.629 155.546 338.516 342.709 343.311l0.451 0.009c38.48-55.4 61.96-124 69.84-205 1.77-18.354 2.78-39.681 2.78-61.244 0-48.072-5.018-94.973-14.558-140.206l0.778 4.409z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["fish-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31263, "id": 717, "name": "fish-simple-duotone", "prevSize": 16, "code": 60707, "codes": [60707, 60708] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 530 + }, + { + "icon": { + "paths": [ + "M896 224l-182.84 384h-585.16l192-208-192-176z", + "M923.040 206.92c-5.757-9.017-15.709-14.912-27.039-14.92l-768.001-0c-0.009-0-0.019-0-0.029-0-17.673 0-32 14.327-32 32 0 9.331 3.994 17.73 10.366 23.579l0.023 0.021 168.36 154.28-170.24 184.4c-5.268 5.687-8.5 13.326-8.5 21.72 0 17.673 14.327 32 32 32 0.007 0 0.014-0 0.021-0l534.479 0-115.36 242.24c-2.178 4.209-3.455 9.187-3.455 14.464 0 17.673 14.327 32 32 32 12.945 0 24.094-7.686 29.134-18.744l0.082-0.2 320-672c1.96-4.024 3.105-8.753 3.105-13.751 0-6.338-1.843-12.246-5.022-17.217l0.077 0.128zM692.92 576h-492l142.44-154.28c5.271-5.687 8.504-13.328 8.504-21.724 0-9.329-3.992-17.725-10.361-23.575l-0.023-0.021-131.2-120.4h635.040z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flag-banner-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31264, "id": 716, "name": "flag-banner-duotone", "prevSize": 16, "code": 60709, "codes": [60709, 60710] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 531 + }, + { + "icon": { + "paths": [ + "M864 192v256c-79.56 68.92-152.92 73.56-224 53.92v-256c71.040 19.64 144.44 15 224-53.92zM384 394.080v-256c-71.040-19.64-144.44-15-224 53.92v256c79.56-68.88 152.92-73.56 224-53.92v224c86.48 24 169.52 84 256 108v-224c-86.48-24-169.52-84-256-108z", + "M877.28 163c-3.885-1.808-8.435-2.863-13.23-2.863-8.058 0-15.421 2.979-21.047 7.895l0.038-0.032c-112 96.88-206.88 49.92-316.84-4.52-113.92-56.44-243.080-120.32-387.16 4.52-6.735 5.861-10.984 14.429-11.040 23.99l-0 0.010v672c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176.92c107.16-84.64 199.48-39 305.8 13.64 113.96 56.36 243.080 120.24 387.16-4.52 6.735-5.861 10.984-14.429 11.040-23.99l0-0.010v-480.2c-0.047-12.813-7.618-23.847-18.523-28.918l-0.197-0.082zM352 578.8c-11.295-1.767-24.349-2.798-37.636-2.84l-0.044-0c-45.155 0.094-87.362 12.632-123.4 34.364l1.080-0.604v-146.6c56-44.24 108-52.88 160-43.52zM352 354.8c-11.125-1.825-23.947-2.868-37.012-2.868-45.396 0-87.851 12.591-124.063 34.471l1.076-0.603v-178.68c56-44.24 108-52.84 160-43.48zM608 681.32c-26.64-10.68-53.72-24-81.8-37.92-35.28-17.48-72-35.6-110.2-48.68v-156c26.64 10.64 53.72 24 81.8 37.92 35.28 17.48 72 35.6 110.2 48.68zM608 457.32c-26.64-10.68-53.72-24-81.8-37.96-35.28-17.44-72-35.6-110.2-48.68v-188c26.64 10.64 53.72 24 81.8 37.92 35.28 17.44 72 35.6 110.2 48.68zM832 657c-56 44.24-108 52.84-160 43.48v-159.2c11.285 1.778 24.336 2.824 37.621 2.88l0.059 0c45.168-0.144 87.369-12.721 123.397-34.484l-1.077 0.604zM832 433c-56 44.24-108 52.88-160 43.52v-191.16c11.144 1.832 23.986 2.878 37.074 2.878 45.372 0 87.805-12.58 124.003-34.442l-1.077 0.603z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flag-checkered-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31265, "id": 715, "name": "flag-checkered-duotone", "prevSize": 16, "code": 60711, "codes": [60711, 60712] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 532 + }, + { + "icon": { + "paths": [ + "M864 192v480c-256 221.72-448-221.72-704 0v-480c256-221.72 448 221.72 704 0z", + "M139.040 168c-6.735 5.861-10.984 14.429-11.040 23.99l-0 0.010v672c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176.92c107.16-84.64 199.48-39 305.8 13.64 65.6 32.44 136.24 67.4 212 67.4 55.72 0 114.16-19 175.28-72 6.735-5.861 10.984-14.429 11.040-23.99l0-0.010v-480.12c-0.043-17.641-14.353-31.924-32-31.924-8.091 0-15.481 3.003-21.116 7.955l0.036-0.031c-112 96.92-206.88 49.96-316.84-4.48-113.92-56.48-243.080-120.36-387.16 4.48zM832 657c-107.16 84.64-199.48 38.96-305.8-13.64-100-49.4-211.24-104.52-334.2-33.6v-402.6c107.16-84.64 199.48-39 305.8 13.6 100 49.4 211.28 104.52 334.2 33.6z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flag-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31266, "id": 714, "name": "flag-duotone", "prevSize": 16, "code": 60713, "codes": [60713, 60714] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 533 + }, + { + "icon": { + "paths": [ + "M960 416l-736 256v-512z", + "M970.52 385.76l-736-256c-3.134-1.127-6.751-1.779-10.52-1.779-17.673 0-32 14.327-32 32 0 0.007 0 0.013 0 0.020l-0-0.001v704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-169.24l714.52-248.52c12.64-4.469 21.534-16.316 21.534-30.24s-8.893-25.771-21.31-30.171l-0.224-0.069zM256 627v-422l606.6 211z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flag-pennant-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31267, "id": 713, "name": "flag-pennant-duotone", "prevSize": 16, "code": 60715, "codes": [60715, 60716] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 534 + }, + { + "icon": { + "paths": [ + "M832 576c0 0.031 0 0.069 0 0.106 0 173.834-138.61 315.293-311.335 319.885l-0.425 0.009c84.748-4.505 151.76-74.321 151.76-159.788 0-0.075-0-0.149-0-0.224l0 0.012c0-160-160-256-160-256s-160 96-160 256c-0 0.063-0 0.138-0 0.212 0 85.467 67.012 155.283 151.361 159.771l0.399 0.017c-173.15-4.601-311.76-146.060-311.76-319.894 0-0.037 0-0.075 0-0.112l-0 0.006c0-288 320-480 320-480s320 192 320 480z", + "M695.16 205.92c-48.964-51.524-103.623-96.865-163.186-135.251l-3.494-2.109c-4.703-2.87-10.393-4.57-16.48-4.57s-11.777 1.699-16.621 4.65l0.141-0.080c-63.057 40.495-117.716 85.836-166.324 136.982l-0.356 0.378c-110.48 116-168.84 243.96-168.84 370.080 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-126.12-58.36-254.080-168.84-370.080zM384 736c0-110.68 90.12-189.12 128-217.2 37.92 28 128 106.52 128 217.2 0 70.692-57.308 128-128 128s-128-57.308-128-128v0zM693.080 799.72c6.919-18.966 10.92-40.861 10.92-63.691 0-0.010-0-0.020-0-0.031l0 0.002c0-176-168.36-279.16-175.52-283.44-4.703-2.87-10.393-4.57-16.48-4.57s-11.777 1.699-16.621 4.65l0.141-0.080c-7.16 4.28-175.52 107.44-175.52 283.44-0 0.009-0 0.019-0 0.029 0 22.83 4.001 44.725 11.341 65.023l-0.421-1.332c-65.442-53.134-106.92-133.583-106.92-223.72l0 0c0-137.64 81.6-252.6 150.080-324.76 41.12-43.022 86.258-81.544 135.021-115.189l2.899-1.891c51.667 35.523 96.807 74.047 137.607 116.751l0.313 0.329c124.040 130.76 150.080 248.76 150.080 324.76-0 90.137-41.478 170.586-106.388 223.302l-0.532 0.418z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flame-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31268, "id": 712, "name": "flame-duotone", "prevSize": 16, "code": 60717, "codes": [60717, 60718] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 535 + }, + { + "icon": { + "paths": [ + "M768 256v53.32c0 7.24-2.404 13.919-6.458 19.28l0.058-0.080-83.2 110.96c-3.996 5.281-6.4 11.96-6.4 19.2v437.32c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-437.32c0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-83.2-110.96c-3.996-5.281-6.4-11.96-6.4-19.2l-0 0v-53.32z", + "M736 64h-448c-35.346 0-64 28.654-64 64v0 181.32c0.037 14.476 4.839 27.824 12.919 38.565l-0.119-0.165 83.2 110.96v437.32c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-437.32l83.2-110.96c7.961-10.576 12.763-23.924 12.8-38.391l0-0.009v-181.32c0-35.346-28.654-64-64-64v0zM288 128h448v96h-448v-96zM652.8 420.28c-7.961 10.576-12.763 23.924-12.8 38.391l-0 0.009v437.32h-256v-437.32c-0.037-14.476-4.839-27.824-12.919-38.565l0.119 0.165-83.2-110.96v-21.32h448v21.32zM544 480v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flashlight-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31269, "id": 711, "name": "flashlight-duotone", "prevSize": 16, "code": 60719, "codes": [60719, 60720] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 536 + }, + { + "icon": { + "paths": [ + "M832 864h-640c-0.003 0-0.006 0-0.010 0-17.673 0-32-14.327-32-32 0-6.087 1.699-11.777 4.65-16.621l-0.080 0.141 121.92-203.2c52.92-9.92 128-5.64 225.48 43.68 129 65.32 219 51.64 270 30.6v0l77.36 128.92c2.87 4.703 4.57 10.393 4.57 16.48 0 17.634-14.264 31.937-31.884 32l-0.006 0z", + "M886.76 799.080l-246.76-411.4v-227.68h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v227.68l-246.76 411.4c-5.726 9.397-9.116 20.763-9.116 32.92 0 35.303 28.583 63.929 63.869 64l0.007 0h640c35.344-0.002 63.996-28.655 63.996-64 0-12.157-3.39-23.523-9.276-33.203l0.16 0.283zM443.44 413c2.864-4.674 4.56-10.332 4.56-16.386 0-0.019-0-0.038-0-0.057l0 0.003v-236.56h128v236.56c-0 0.016-0 0.035-0 0.054 0 6.054 1.696 11.712 4.639 16.525l-0.079-0.139 152.88 255c-48 9.48-116.28 5.48-207-40.44-63.64-32.2-124.2-49.28-180.88-51.24zM192 832l114.16-190.32c57-6.92 121.24 7.4 191.28 42.88 76 38.44 140 51.52 192 51.52 0.367 0.002 0.802 0.003 1.237 0.003 27.414 0 53.906-3.946 78.94-11.301l-1.977 0.498 64.36 106.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flask-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31270, "id": 710, "name": "flask-duotone", "prevSize": 16, "code": 60721, "codes": [60721, 60722] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 537 + }, + { + "icon": { + "paths": [ + "M832 160h-466.76c-8.825 0.004-16.814 3.58-22.6 9.36l0-0-173.28 173.28c-5.78 5.786-9.356 13.775-9.36 22.599l-0 0.001v466.76c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM512 736c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z", + "M832 128h-466.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-173.24 173.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v466.76c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-466.76l173.24-173.24h306.76v128h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c35.346 0 64-28.654 64-64v0-128h96zM512 448c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 704c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["floppy-disk-back-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31271, + "id": 709, + "name": "floppy-disk-back-duotone", + "prevSize": 16, + "code": 60723, + "codes": [60723, 60724] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 538 + }, + { + "icon": { + "paths": [ + "M864 365.24v466.76c0 17.673-14.327 32-32 32v0h-128v-256c0-17.673-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32v0 256h-128c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h466.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0 173.28 173.24c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001z", + "M877.24 320l-173.24-173.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-466.76c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-466.76c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004zM672 832h-320v-224h320zM832 832h-96v-224c0-35.346-28.654-64-64-64v0h-320c-35.346 0-64 28.654-64 64v0 224h-96v-640h466.76l173.24 173.24zM640 288c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["floppy-disk-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31272, "id": 708, "name": "floppy-disk-duotone", "prevSize": 16, "code": 60725, "codes": [60725, 60726] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 539 + }, + { + "icon": { + "paths": [ + "M320 704c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z", + "M982.64 297.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 73.4 73.36h-114.76c-41.414 1.545-80.179 11.305-115.23 27.688l1.83-0.768c-54.48 25.16-123.32 78.84-142.16 192-21.28 127.72-116.4 156.88-164 163.44-16.14-72.626-80.009-126.123-156.373-126.123-88.366 0-160 71.634-160 160s71.634 160 160 160c77.625 0 142.339-55.279 156.924-128.618l0.169-1.019c30.896-3.601 59.071-11.568 85.168-23.329l-1.808 0.729c54.48-24 123.48-77.6 143.040-194.76 27.040-162.16 185.8-165.24 192.44-165.24h114.76l-73.4 73.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM192 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flow-arrow-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31273, "id": 707, "name": "flow-arrow-duotone", "prevSize": 16, "code": 60727, "codes": [60727, 60728] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 540 + }, + { + "icon": { + "paths": [ + "M825.4 545.16c-35.48-20.52-97.84-29.52-157.6-33.16 59.76-3.64 122.12-12.64 157.6-33.16 39.296-22.356 65.368-63.948 65.368-111.63 0-70.692-57.308-128-128-128-24.121 0-46.684 6.672-65.944 18.272l0.576-0.322c-35.48 20.48-74.44 69.92-107.48 120 26.76-53.68 50.080-112.16 50.080-153.16 0-70.692-57.308-128-128-128s-128 57.308-128 128v0c0 41 23.32 99.48 50.080 153.040-33.040-49.96-72-99.4-107.48-120-18.683-11.277-41.246-17.95-65.368-17.95-70.692 0-128 57.308-128 128 0 47.682 26.072 89.274 64.737 111.299l0.631 0.331c35.48 20.52 97.84 29.52 157.6 33.16-59.76 3.64-122.12 12.64-157.6 33.16-39.296 22.356-65.368 63.948-65.368 111.63 0 70.692 57.308 128 128 128 24.121 0 46.684-6.672 65.944-18.272l-0.576 0.322c35.48-20.48 74.44-69.92 107.48-120-26.76 53.8-50.080 112.28-50.080 153.28 0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-41-23.32-99.48-50.080-153.040 33.040 49.96 72 99.4 107.48 120 18.683 11.277 41.246 17.95 65.368 17.95 70.692 0 128-57.308 128-128 0-47.682-26.072-89.274-64.737-111.299l-0.631-0.331zM622.84 576c-22.546 38.519-63.72 63.981-110.84 63.981-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128 0 0.007-0 0.014-0 0.021l0-0.001c0 0.077 0 0.168 0 0.259 0 23.479-6.373 45.469-17.484 64.335l0.324-0.594z", + "M841.4 517.44c-3.24-1.88-6.8-3.68-10.48-5.44 3.68-1.76 7.24-3.56 10.48-5.44 48.678-28.055 80.919-79.808 80.919-139.091 0-88.366-71.634-160-160-160-29.829 0-57.752 8.163-81.656 22.376l0.737-0.406c-3.24 1.88-6.6 4-9.92 6.36 0.32-4 0.52-8 0.52-12 0-88.366-71.634-160-160-160s-160 71.634-160 160v0c0 3.76 0 7.76 0.52 12-3.32-2.28-6.68-4.48-9.92-6.36-23.167-13.808-51.090-21.971-80.919-21.971-88.366 0-160 71.634-160 160 0 59.283 32.241 111.035 80.146 138.679l0.773 0.412c3.24 1.88 6.8 3.68 10.48 5.44-3.68 1.76-7.24 3.56-10.48 5.44-48.678 28.055-80.919 79.808-80.919 139.091 0 88.366 71.634 160 160 160 29.829 0 57.752-8.163 81.656-22.376l-0.737 0.406c3.24-1.88 6.6-4 9.92-6.36-0.32 4-0.52 8-0.52 11.8 0 88.366 71.634 160 160 160s160-71.634 160-160v0c0-3.76-0.2-7.76-0.52-11.8 3.32 2.28 6.68 4.48 9.92 6.36 22.87 13.475 50.385 21.436 79.759 21.44l0.001 0c14.831-0.020 29.184-2.034 42.815-5.787l-1.135 0.267c68.837-18.895 118.578-80.911 118.578-154.545 0-58.918-31.846-110.398-79.263-138.166l-0.755-0.409zM416 512c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM713.4 284.84c13.769-8.086 30.327-12.861 48-12.861 53.020 0 96.001 42.981 96.001 96.001 0 35.347-19.103 66.232-47.548 82.895l-0.453 0.245c-25.080 14.52-74.44 24.52-140.64 28.76-7.399-35.055-25.416-65.073-50.476-87.337l-0.164-0.143c36.8-55.28 70.2-93.040 95.28-107.56zM512 128c53.019 0 96 42.981 96 96v0c0 28.96-16 76.76-45.44 136.24-15.085-5.223-32.47-8.24-50.56-8.24s-35.475 3.016-51.68 8.574l1.12-0.334c-29.44-59.48-45.44-107.28-45.44-136.24 0-53.019 42.981-96 96-96v0zM179.44 320c16.904-28.912 47.797-48.026 83.153-48.026 17.676 0 34.236 4.777 48.46 13.111l-0.453-0.245c25.080 14.52 58.48 52.28 95.28 107.56-25.244 22.436-43.266 52.499-50.456 86.556l-0.184 1.044c-66.2-4.24-115.56-14.24-140.64-28.72-28.941-16.897-48.078-47.805-48.078-83.183 0-17.712 4.797-34.305 13.163-48.548l-0.245 0.451zM310.6 739.16c-13.769 8.086-30.327 12.861-48 12.861-53.020 0-96.001-42.981-96.001-96.001 0-35.347 19.103-66.232 47.548-82.895l0.453-0.245c25.080-14.52 74.44-24.52 140.64-28.76 7.399 35.055 25.416 65.073 50.476 87.337l0.164 0.143c-36.8 55.28-70.2 93.040-95.28 107.56zM512 896c-53.019 0-96-42.981-96-96v0c0-28.96 16-76.76 45.44-136.24 15.085 5.223 32.47 8.24 50.56 8.24s35.475-3.016 51.68-8.574l-1.12 0.334c29.44 59.48 45.44 107.28 45.44 136.24 0 53.019-42.981 96-96 96v0zM844.56 704c-16.904 28.912-47.797 48.026-83.153 48.026-17.676 0-34.236-4.777-48.46-13.111l0.453 0.245c-25.080-14.52-58.48-52.28-95.28-107.56 25.244-22.436 43.266-52.499 50.456-86.556l0.184-1.044c66.2 4.24 115.56 14.24 140.64 28.72 28.941 16.897 48.078 47.805 48.078 83.183 0 17.712-4.797 34.305-13.163 48.548l0.245-0.451z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flower-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31274, "id": 706, "name": "flower-duotone", "prevSize": 16, "code": 60729, "codes": [60729, 60730] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 541 + }, + { + "icon": { + "paths": [ + "M512 800c-61.48 0-163.080-0.72-280-70.56s-154.76-157.44-166.88-202.16c-0.777-2.617-1.224-5.623-1.224-8.734 0-14.444 9.642-26.635 22.84-30.49l0.224-0.056c20.198-5.242 43.385-8.252 67.276-8.252 19.826 0 39.168 2.073 57.821 6.013l-1.817-0.321c-30.52-95.52-16-169.76-4-206.84 4.44-13.207 16.708-22.551 31.158-22.551 2.337 0 4.617 0.244 6.816 0.709l-0.214-0.038c30.24 6.44 81.12 23.28 134.4 66.48v0c-16.735 44.339-26.422 95.594-26.422 149.112 0 1.55 0.008 3.098 0.024 4.644l-0.002-0.236c0 235.28 160 323.28 160 323.28zM937.040 488c-20.198-5.242-43.385-8.252-67.276-8.252-19.826 0-39.168 2.073-57.821 6.013l1.817-0.321c30.52-95.52 16-169.76 4-206.84-4.44-13.207-16.708-22.551-31.158-22.551-2.337 0-4.617 0.244-6.816 0.709l0.214-0.038c-30.080 6.44-80.96 23.2-134.24 66.48v0c16.637 44.219 26.267 95.328 26.267 148.686 0 1.7-0.010 3.397-0.029 5.092l0.002-0.258c0 235.28-160 323.28-160 323.28 61.48 0 163.080-0.72 280-70.56s154.76-157.36 166.88-202.16c0.777-2.617 1.224-5.623 1.224-8.734 0-14.444-9.642-26.635-22.84-30.49l-0.224-0.056z", + "M983.32 486.52c-8.257-14.316-21.671-24.875-37.645-29.219l-0.435-0.101c-21.998-5.896-47.253-9.283-73.299-9.283-5.41 0-10.787 0.146-16.125 0.435l0.744-0.032c16-79.4 4-142.2-8.24-179.44-8.576-26.3-32.88-44.971-61.546-44.971-4.823 0-9.522 0.529-14.044 1.531l0.429-0.080c-43.314 9.834-81.519 26.596-115.444 49.262l1.244-0.782c-26.413-53.204-63.016-97.663-107.591-132.364l-0.849-0.636c-10.596-8.016-23.995-12.84-38.52-12.84s-27.924 4.824-38.682 12.957l0.162-0.117c-45.434 35.327-82.040 79.789-107.451 130.806l-0.989 2.194c-32.681-21.884-70.886-38.646-111.902-48.037l-2.298-0.443c-4.092-0.922-8.791-1.451-13.614-1.451-28.665 0-52.97 18.67-61.416 44.514l-0.129 0.457c-12 37.24-24 100-8.24 179.44-4.594-0.256-9.971-0.403-15.381-0.403-26.046 0-51.301 3.387-75.349 9.743l2.050-0.461c-16.409 4.445-29.823 15.004-37.92 29.020l-0.16 0.3c-5.452 9.22-8.674 20.32-8.674 32.172 0 6.016 0.83 11.839 2.382 17.359l-0.108-0.451c13.56 50.28 55.2 145.92 181.32 221.28s236.92 75.12 296.6 75.12 170.68 0 296-75.12c126.12-75.36 167.76-171 181.32-221.28 1.485-5.138 2.338-11.041 2.338-17.142 0-11.757-3.17-22.773-8.702-32.241l0.164 0.303zM236.56 288.56c0.087-0.354 0.402-0.613 0.778-0.613 0.050 0 0.099 0.005 0.147 0.014l-0.005-0.001c39.364 9.071 73.961 25.244 104.035 47.235l-0.795-0.555c-13.153 41.503-20.731 89.236-20.731 138.739 0 1.161 0.004 2.32 0.012 3.479l-0.001-0.178c0 74.96 15.080 136 36.44 185.12-29.639-29.664-55.531-63.081-76.898-99.475l-1.262-2.325c-72.080-125.52-57.080-224-41.72-271.44zM248.56 701.96c-106.68-63.68-141.28-141.76-152.56-183.16 17.176-4.408 36.894-6.938 57.203-6.938 11.567 0 22.943 0.821 34.072 2.407l-1.276-0.149c11.359 30.182 23.673 55.763 37.919 80.075l-1.319-2.435c36.344 61.963 81.675 114.382 134.919 157.395l1.081 0.845c-41.943-12.235-78.51-28.601-112.22-49.186l2.020 1.146zM512 761.6c-37.32-27.76-128-112.92-128-284.92 0-169.88 89.52-255.72 128-284.68 38.48 29.040 128 114.88 128 284.76 0 171.92-90.68 257.080-128 284.84zM683.28 334.64c29.28-21.422 63.878-37.582 101.34-46.269l1.9-0.371c0.043-0.008 0.092-0.013 0.142-0.013 0.375 0 0.69 0.259 0.777 0.607l0.001 0.005c15.36 47.4 30.36 145.88-41.72 271.4-22.611 38.77-48.505 72.229-78.165 101.925l0.005-0.005c21.36-49.040 36.44-110.16 36.44-185.12 0.008-1.015 0.012-2.216 0.012-3.418 0-49.504-7.579-97.237-21.641-142.104l0.908 3.362zM928 518.88c-11.080 41-45.6 119.24-152.36 183.080-31.69 19.426-68.258 35.779-106.949 47.179l-3.251 0.821c54.324-43.858 99.656-96.276 134.549-155.573l1.451-2.667c12.927-21.877 25.241-47.458 35.412-74.098l1.188-3.542c9.791-1.423 21.096-2.235 32.591-2.235 20.37 0 40.144 2.551 59.021 7.351l-1.651-0.356z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flower-lotus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31275, "id": 705, "name": "flower-lotus-duotone", "prevSize": 16, "code": 60731, "codes": [60731, 60732] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 542 + }, + { + "icon": { + "paths": [ + "M676.92 264v0c-99.079 55.673-164.92 160.103-164.92 279.911 0 0.031 0 0.062 0 0.094l-0-0.005c0-0.027 0-0.058 0-0.089 0-119.808-65.841-224.238-163.314-279.081l-1.606-0.83c52.92-112 164.92-168 164.92-168s112 56 164.92 168z", + "M832 192c-0.094-0-0.205-0-0.316-0-51.073 0-99.59 10.942-143.336 30.609l2.211-0.889c-60.4-101.48-159.68-152-164.24-154.36-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084c-4.56 2.32-104 52.88-164.24 154.36-41.534-18.778-90.051-29.72-141.124-29.72-0.111 0-0.222 0-0.333 0l0.017-0c-17.673 0-32 14.327-32 32v0 160c0.227 183.046 139.963 333.385 318.579 350.411l1.421 0.109v141.72l-145.68-72.88c-4.172-2.131-9.1-3.38-14.32-3.38-17.684 0-32.020 14.336-32.020 32.020 0 12.465 7.122 23.266 17.519 28.556l0.182 0.084 192 96c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 192-96c10.579-5.374 17.7-16.175 17.7-28.64 0-17.684-14.336-32.020-32.020-32.020-5.22 0-10.148 1.249-14.502 3.464l0.182-0.084-145.68 72.88v-141.72c180.037-17.135 319.773-167.474 320-350.497l0-0.023v-160c0-17.673-14.327-32-32-32v0zM512 132.84c26.6 16.32 84.32 56.76 122.56 120-52.923 36.277-94.737 85.162-121.646 142.436l-0.914 2.164c-27.801-59.477-69.62-108.391-121.358-143.901l-1.202-0.779c38.28-63.16 95.96-103.6 122.56-119.92zM224 384v-126.24c144.61 16.824 255.823 138.517 256 286.222l0 0.018v126.24c-144.61-16.824-255.823-138.517-256-286.222l-0-0.018zM800 384c-0.177 147.723-111.39 269.416-254.654 286.112l-1.346 0.128v-126.24c0.177-147.723 111.39-269.416 254.654-286.112l1.346-0.128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flower-tulip-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31276, "id": 704, "name": "flower-tulip-duotone", "prevSize": 16, "code": 60733, "codes": [60733, 60734] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 543 + }, + { + "icon": { + "paths": [ + "M960 448c0 106.040-200.56 192-448 192s-448-85.96-448-192c0-76 103.44-141.96 253.4-173v0c-18.493 32.242-29.4 70.88-29.4 112.065 0 0.090 0 0.179 0 0.269l-0-0.014v12.28c0.016 30.093 20.877 55.31 48.926 61.993l0.434 0.087c50.653 11.661 108.818 18.344 168.545 18.344 2.143 0 4.284-0.009 6.422-0.026l-0.327 0.002c1.808 0.015 3.945 0.024 6.085 0.024 59.702 0 117.843-6.683 173.715-19.342l-5.241 0.998c28.469-6.819 49.323-31.997 49.44-62.067l0-0.013v-15.6c0-0.174 0.001-0.38 0.001-0.585 0-39.697-10.382-76.969-28.579-109.249l0.578 1.115c149.16 31.16 252 96.72 252 172.72z", + "M734.36 853.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225-32-96c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225zM512 736c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM362.12 737.64c-3.020-1.041-6.501-1.643-10.121-1.643-14.054 0-25.992 9.060-30.292 21.658l-0.067 0.225-32 96c-1.041 3.020-1.642 6.5-1.642 10.12 0 17.674 14.328 32.002 32.002 32.002 14.054 0 25.992-9.059 30.293-21.657l0.067-0.225 32-96c1.041-3.020 1.643-6.501 1.643-10.121 0-14.054-9.060-25.992-21.658-30.292l-0.225-0.067zM992 448c0 64.88-53.48 123.56-150.6 165.16-88.52 37.96-205.4 58.84-329.4 58.84s-240.88-20.88-329.4-58.84c-97.12-41.6-150.6-100.28-150.6-165.16 0-33.48 14.68-83.16 84.68-130 45.48-30.44 107.76-55.040 180.72-71.4 45.828-71.78 125.070-118.692 215.269-118.692 69.962 0 133.333 28.224 179.346 73.907l-0.015-0.015c13.496 13.358 25.516 28.162 35.821 44.173l0.619 1.027c165.28 37.36 263.56 111.96 263.56 201zM320 387.32v12c-0 0.053-0.001 0.116-0.001 0.18 0 14.957 10.366 27.493 24.305 30.817l0.215 0.043c48.72 11.225 104.666 17.659 162.115 17.659 1.886 0 3.771-0.007 5.653-0.021l-0.289 0.002c1.799 0.016 3.925 0.024 6.053 0.024 57.173 0 112.856-6.377 166.378-18.459l-5.031 0.955c14.197-3.353 24.6-15.917 24.6-30.911 0-0.045-0-0.091-0-0.136l0 0.007v-15.48c0-0.005 0-0.011 0-0.017 0-106.039-85.961-192-192-192-0.9 0-1.799 0.006-2.696 0.019l0.136-0.001c-104.44 1.36-189.44 89-189.44 195.32zM928 448c0-46.8-66.52-95.56-167.6-126.36 4.828 18.689 7.6 40.145 7.6 62.248 0 0.040-0 0.079-0 0.119l0-0.006v15.68c0 0.043 0 0.094 0 0.144 0 45.194-31.412 83.050-73.594 92.928l-0.646 0.127c-52.812 12.168-113.457 19.142-175.731 19.142-2.12 0-4.237-0.008-6.353-0.024l0.324 0.002c-1.778 0.014-3.882 0.022-5.987 0.022-62.289 0-122.948-6.974-181.241-20.184l5.468 1.042c-42.828-10.005-74.24-47.862-74.24-93.056 0-0.051 0-0.101 0-0.152l-0 0.008v-12.24c0.007-23.492 3.116-46.255 8.938-67.907l-0.418 1.827c-101.64 30.64-168.52 79.64-168.52 126.64 0 75.68 170.84 160 416 160s416-84.32 416-160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["flying-saucer-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31277, "id": 703, "name": "flying-saucer-duotone", "prevSize": 16, "code": 60735, "codes": [60735, 60736] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 544 + }, + { + "icon": { + "paths": [ + "M512 320h-384v-96c0-17.673 14.327-32 32-32v0h210.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0z", + "M384 832c0 17.673-14.327 32-32 32v0h-194.48c-33.958-0.046-61.475-27.562-61.52-61.516l-0-0.004v-34.48c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h192c17.673 0 32 14.327 32 32v0zM640 800h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 576c-17.673 0-32 14.327-32 32v0 192h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-195.56c0-17.673-14.327-32-32-32v0zM864 288h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM96 320v-96c0-35.346 28.654-64 64-64v0h210.76c0.060-0 0.131-0 0.203-0 17.607 0 33.539 7.173 45.033 18.756l0.004 0.004 118.64 118.6c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-383.999 0c-17.673 0-32-14.327-32-32v0zM160 288h274.76l-64-64h-210.76zM128 640c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-dashed-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31278, "id": 702, "name": "folder-dashed-duotone", "prevSize": 16, "code": 60737, "codes": [60737, 60738] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 545 + }, + { + "icon": { + "paths": [ + "M512 320h-384v-96c0-17.673 14.327-32 32-32v0h210.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0z", + "M864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h710.040c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64zM864 800h-704v-448h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31279, "id": 701, "name": "folder-duotone", "prevSize": 16, "code": 60739, "codes": [60739, 60740] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 546 + }, + { + "icon": { + "paths": [ + "M896 672v160h-288v-160zM370.76 192h-210.76c-17.673 0-32 14.327-32 32v0 96h384l-118.64-118.64c-5.786-5.78-13.775-9.356-22.599-9.36l-0.001-0z", + "M896 640h-32v-16c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 16h-32c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM704 624c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h-96zM864 800h-224v-96h224zM864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h292.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-290.24v-448h704v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-lock-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31280, "id": 700, "name": "folder-lock-duotone", "prevSize": 16, "code": 60741, "codes": [60741, 60742] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 547 + }, + { + "icon": { + "paths": [ + "M512 320h-384v-96c0-17.673 14.327-32 32-32v0h210.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0z", + "M864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h710.040c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM160 224h210.76l64 64h-274.76zM864 800h-704v-448h704zM384 576c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-minus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31281, "id": 699, "name": "folder-minus-duotone", "prevSize": 16, "code": 60743, "codes": [60743, 60744] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 548 + }, + { + "icon": { + "paths": [ + "M512 320l-119.48 89.6c-5.281 3.996-11.96 6.4-19.2 6.4v0h-245.32v-160c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058z", + "M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 256h213.32l85.36 64-85.36 64h-213.32zM864 800h-704v-352h213.32c14.476-0.037 27.824-4.839 38.565-12.919l-0.165 0.119 110.96-83.2h341.32z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-notch-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31282, "id": 698, "name": "folder-notch-duotone", "prevSize": 16, "code": 60745, "codes": [60745, 60746] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 549 + }, + { + "icon": { + "paths": [ + "M512 320l-119.48 89.6c-5.281 3.996-11.96 6.4-19.2 6.4v0h-245.32v-160c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058z", + "M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 256h213.32l85.36 64-85.36 64h-213.32zM864 800h-704v-352h213.32c14.476-0.037 27.824-4.839 38.565-12.919l-0.165 0.119 110.96-83.2h341.32zM608 576c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-notch-minus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31283, + "id": 697, + "name": "folder-notch-minus-duotone", + "prevSize": 16, + "code": 60747, + "codes": [60747, 60748] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 550 + }, + { + "icon": { + "paths": [ + "M832 352v96h-246.32c-6.616 0.011-12.763 2.011-17.877 5.434l0.117-0.074-80 53.28c-4.997 3.349-11.144 5.349-17.757 5.36l-0.003 0h-192.48c-0.005-0-0.010-0-0.015-0-13.348 0-24.788 8.173-29.587 19.787l-0.078 0.213-120 300v-576c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h277.32c17.673 0 32 14.327 32 32v0z", + "M980 442.56c-11.763-16.169-30.621-26.56-51.906-26.56-0.033 0-0.066 0-0.099 0l0.005-0h-64v-64c0-35.346-28.654-64-64-64v0h-277.32l-110.92-83.2c-10.578-7.956-23.924-12.757-38.39-12.8l-0.010-0h-213.36c-35.346 0-64 28.654-64 64v0 576c0 17.673 14.327 32 32 32v0h716.4c0.001 0 0.002 0 0.002 0 14.053 0 25.99-9.058 30.291-21.655l0.067-0.225 113.96-341.88c2.086-6.055 3.291-13.032 3.291-20.291 0-14.032-4.502-27.013-12.14-37.577l0.129 0.188zM373.36 256l110.92 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32v64h-214.28c-0.001-0-0.002-0-0.002-0-13.238 0-25.538 4.019-35.745 10.905l0.227-0.145-80 53.24h-192.52c-0.052-0-0.114-0-0.177-0-26.744 0-49.643 16.466-59.11 39.813l-0.153 0.427-58.24 145.6v-409.84zM821.36 800h-646.080l102.4-256h192.64c0.001 0 0.002 0 0.002 0 13.238 0 25.538-4.019 35.745-10.905l-0.227 0.145 80-53.24h342.16z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-notch-open-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31284, + "id": 696, + "name": "folder-notch-open-duotone", + "prevSize": 16, + "code": 60749, + "codes": [60749, 60750] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 551 + }, + { + "icon": { + "paths": [ + "M512 320l-119.48 89.6c-5.281 3.996-11.96 6.4-19.2 6.4v0h-245.32v-160c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058z", + "M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 256h213.32l85.36 64-85.36 64h-213.32zM864 800h-704v-352h213.32c14.476-0.037 27.824-4.839 38.565-12.919l-0.165 0.119 110.96-83.2h341.32zM544 512v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-notch-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31285, + "id": 695, + "name": "folder-notch-plus-duotone", + "prevSize": 16, + "code": 60751, + "codes": [60751, 60752] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 552 + }, + { + "icon": { + "paths": [ + "M832 352v96h-552.92c-0.001-0-0.002-0-0.002-0-14.053 0-25.99 9.058-30.291 21.655l-0.067 0.225-120.72 362.12v-576c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h277.32c17.673 0 32 14.327 32 32v0z", + "M980 442.56c-11.763-16.169-30.621-26.56-51.906-26.56-0.033 0-0.066 0-0.099 0l0.005-0h-64v-64c0-35.346-28.654-64-64-64v0h-277.32l-110.92-83.2c-10.578-7.956-23.924-12.757-38.39-12.8l-0.010-0h-213.36c-35.346 0-64 28.654-64 64v0 576c0 17.673 14.327 32 32 32v0h716.4c0.001 0 0.002 0 0.002 0 14.053 0 25.99-9.058 30.291-21.655l0.067-0.225 113.96-341.88c2.086-6.055 3.291-13.032 3.291-20.291 0-14.032-4.502-27.013-12.14-37.577l0.129 0.188zM373.36 256l110.92 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32v64h-520.92c-0.001-0-0.003-0-0.005-0-28.106 0-51.98 18.117-60.582 43.31l-0.134 0.45-58.36 175.040v-378.8zM821.36 800h-648.96l106.68-320h648.92z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-open-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31286, "id": 694, "name": "folder-open-duotone", "prevSize": 16, "code": 60753, "codes": [60753, 60754] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 553 + }, + { + "icon": { + "paths": [ + "M512 320h-384v-96c0-17.673 14.327-32 32-32v0h210.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0z", + "M864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h710.040c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64zM864 800h-704v-448h704zM512 448c17.673 0 32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31287, "id": 693, "name": "folder-plus-duotone", "prevSize": 16, "code": 60755, "codes": [60755, 60756] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 554 + }, + { + "icon": { + "paths": [ + "M928 320v355.56c0 15.707-12.733 28.44-28.44 28.44v0h-99.56v-256c0-17.673-14.327-32-32-32v0h-277.32c-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-110.96-83.2c-5.281-3.996-11.96-6.4-19.2-6.4v0h-85.32v-96c0-17.673 14.327-32 32-32v0h181.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4h277.32c17.673 0 32 14.327 32 32v0z", + "M896 256h-277.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-181.32c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h611.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-67.56h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-355.56c0-35.346-28.654-64-64-64v0zM768 800h-608v-448h181.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32zM896 672h-64v-224c0-35.346-28.654-64-64-64v0h-277.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-53.32v-64h181.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folders-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31288, "id": 692, "name": "folders-duotone", "prevSize": 16, "code": 60757, "codes": [60757, 60758] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 555 + }, + { + "icon": { + "paths": [ + "M896 352v451.56c0 15.707-12.733 28.44-28.44 28.44v0h-707.56c-17.673 0-32-14.327-32-32v0-544c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h341.32c17.673 0 32 14.327 32 32v0z", + "M96 320v-64c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 119.48 89.6c7.807 5.9 12.8 15.167 12.8 25.6 0 17.673-14.327 32-32 32-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-119.48-89.6h-213.32v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM352 800h-192v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 34.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h194.48c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 800h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 576c-17.673 0-32 14.327-32 32v0 192h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-195.56c0-17.673-14.327-32-32-32v0zM864 288h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM128 640c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-simple-dashed-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31289, + "id": 691, + "name": "folder-simple-dashed-duotone", + "prevSize": 16, + "code": 60759, + "codes": [60759, 60760] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 556 + }, + { + "icon": { + "paths": [ + "M896 352v451.56c0 15.707-12.733 28.44-28.44 28.44v0h-707.56c-17.673 0-32-14.327-32-32v0-544c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h341.32c17.673 0 32 14.327 32 32v0z", + "M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h707.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM864 800h-704v-544h213.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h341.32z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31290, "id": 690, "name": "folder-simple-duotone", "prevSize": 16, "code": 60761, "codes": [60761, 60762] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 557 + }, + { + "icon": { + "paths": [ + "M896 672v160h-288v-160z", + "M928 352v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0zM928 672v160c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h32v-16c0-61.856 50.144-112 112-112s112 50.144 112 112v0 16h32c17.673 0 32 14.327 32 32v0zM704 640h96v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0zM864 704h-224v96h224z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-simple-lock-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31291, + "id": 689, + "name": "folder-simple-lock-duotone", + "prevSize": 16, + "code": 60763, + "codes": [60763, 60764] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 558 + }, + { + "icon": { + "paths": [ + "M896 352v451.56c0 15.707-12.733 28.44-28.44 28.44v0h-707.56c-17.673 0-32-14.327-32-32v0-544c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h341.32c17.673 0 32 14.327 32 32v0z", + "M640 576c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM928 352v451.56c-0.045 33.362-27.078 60.395-60.436 60.44l-0.004 0h-707.56c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0zM864 352h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-simple-minus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31292, + "id": 688, + "name": "folder-simple-minus-duotone", + "prevSize": 16, + "code": 60765, + "codes": [60765, 60766] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 559 + }, + { + "icon": { + "paths": [ + "M896 352v451.56c0 15.707-12.733 28.44-28.44 28.44v0h-707.56c-17.673 0-32-14.327-32-32v0-544c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h341.32c17.673 0 32 14.327 32 32v0z", + "M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h707.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM864 800h-704v-544h213.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h341.32zM640 576c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-simple-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31293, + "id": 687, + "name": "folder-simple-plus-duotone", + "prevSize": 16, + "code": 60767, + "codes": [60767, 60768] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 560 + }, + { + "icon": { + "paths": [ + "M822.4 733.64l32.28 130.36-118.68-69.84-118.68 69.84 32.28-130.36-105.6-87.2 138.6-10.68 53.4-123.76 53.4 123.76 138.6 10.68z", + "M512 832c0 17.673-14.327 32-32 32v0h-320c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h320c17.673 0 32 14.327 32 32v0zM948.36 671.12l-90.040 74.36 27.4 110.84c0.589 2.296 0.927 4.933 0.927 7.648 0 17.673-14.327 32-32 32-5.975 0-11.568-1.638-16.354-4.489l0.147 0.081-102.44-60.28-102.44 60.28c-4.639 2.77-10.232 4.408-16.207 4.408-17.673 0-32-14.327-32-32 0-2.715 0.338-5.352 0.975-7.869l-0.047 0.221 27.4-110.84-90.040-74.36c-7.111-5.912-11.605-14.761-11.605-24.659 0-16.788 12.928-30.557 29.372-31.894l0.114-0.007 119.36-9.24 45.72-106c5.028-11.486 16.294-19.365 29.4-19.365s24.372 7.879 29.32 19.16l0.080 0.206 45.72 106 119.36 9.24c16.558 1.344 29.485 15.113 29.485 31.901 0 9.898-4.494 18.747-11.553 24.617l-0.052 0.042zM846.48 672.24l-59.56-4.6c-12.085-0.955-22.203-8.494-26.839-18.995l-0.081-0.205-24-55.68-24 55.68c-4.717 10.706-14.835 18.245-26.808 19.193l-0.112 0.007-59.56 4.6 44.44 36.72c7.138 5.912 11.651 14.777 11.651 24.697 0 2.721-0.34 5.362-0.979 7.885l0.048-0.221-14 56.48 53.080-31.24c4.647-2.782 10.251-4.427 16.24-4.427s11.593 1.645 16.386 4.508l-0.146-0.081 53.080 31.24-14-56.48c-0.592-2.301-0.931-4.943-0.931-7.663 0-9.919 4.513-18.784 11.598-24.654l0.053-0.043z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-simple-star-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31294, + "id": 686, + "name": "folder-simple-star-duotone", + "prevSize": 16, + "code": 60769, + "codes": [60769, 60770] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 561 + }, + { + "icon": { + "paths": [ + "M864 704c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M858.44 794.48c23.193-23.168 37.54-55.188 37.54-90.559 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 35.371 14.347 67.391 37.539 90.558l0.001 0.001c-33.171 21.396-57.599 53.9-68.175 92.156l-0.265 1.124c-0.685 2.471-1.079 5.309-1.079 8.239 0 14.743 9.969 27.157 23.534 30.868l0.224 0.052c2.47 0.679 5.307 1.072 8.236 1.080l0.004 0c14.753-0.006 27.171-9.993 30.868-23.576l0.052-0.224c11.32-42.52 51.24-72.2 97.080-72.2s85.76 29.68 97.080 72.2c3.544 14.103 16.112 24.38 31.079 24.38 17.673 0 32-14.327 32-32 0-3.142-0.453-6.178-1.297-9.046l0.057 0.226c-10.851-39.385-35.293-71.89-67.85-92.899l-0.63-0.381zM768 640c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM928 352v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-simple-user-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31295, + "id": 685, + "name": "folder-simple-user-duotone", + "prevSize": 16, + "code": 60771, + "codes": [60771, 60772] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 562 + }, + { + "icon": { + "paths": [ + "M822.4 733.64l32.28 130.36-118.68-69.84-118.68 69.84 32.28-130.36-105.6-87.2 138.6-10.68 53.4-123.76 53.4 123.76 138.6 10.68z", + "M482.24 800h-322.24v-448h704v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-35.346-28.654-64-64-64v0h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h324.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM370.76 224l64 64h-274.76v-64zM958.52 636.8c-3.971-12.264-14.819-21.174-27.886-22.233l-0.114-0.007-119.36-9.24-45.72-106c-5.028-11.486-16.294-19.365-29.4-19.365s-24.372 7.879-29.32 19.16l-0.080 0.206-45.72 106-119.36 9.24c-16.558 1.344-29.485 15.113-29.485 31.901 0 9.898 4.494 18.747 11.553 24.617l0.052 0.042 90.040 74.36-27.4 110.84c-0.589 2.296-0.927 4.933-0.927 7.648 0 17.673 14.327 32 32 32 5.975 0 11.568-1.638 16.354-4.489l-0.147 0.081 102.4-60.28 102.44 60.28c4.639 2.77 10.232 4.408 16.207 4.408 17.673 0 32-14.327 32-32 0-2.715-0.338-5.352-0.975-7.869l0.047 0.221-27.4-110.84 90.040-74.36c7.133-5.912 11.643-14.775 11.643-24.69 0-3.439-0.543-6.751-1.547-9.856l0.063 0.226zM802.040 708.8c-7.138 5.912-11.651 14.777-11.651 24.697 0 2.721 0.34 5.362 0.979 7.885l-0.048-0.221 14 56.48-53.080-31.24c-4.647-2.782-10.251-4.427-16.24-4.427s-11.593 1.645-16.386 4.508l0.146-0.081-53.080 31.24 14-56.48c0.592-2.301 0.931-4.943 0.931-7.663 0-9.919-4.513-18.784-11.598-24.654l-0.053-0.043-44.44-36.72 59.56-4.6c12.085-0.955 22.203-8.494 26.839-18.995l0.081-0.205 24-55.68 24 55.68c4.717 10.706 14.835 18.245 26.808 19.193l0.112 0.007 59.56 4.6z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-star-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31296, "id": 684, "name": "folder-star-duotone", "prevSize": 16, "code": 60773, "codes": [60773, 60774] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 563 + }, + { + "icon": { + "paths": [ + "M864 704c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M858.44 794.48c23.193-23.168 37.54-55.188 37.54-90.559 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 35.371 14.347 67.391 37.539 90.558l0.001 0.001c-33.171 21.396-57.599 53.9-68.175 92.156l-0.265 1.124c-0.685 2.471-1.079 5.309-1.079 8.239 0 14.743 9.969 27.157 23.534 30.868l0.224 0.052c2.47 0.679 5.307 1.072 8.236 1.080l0.004 0c14.753-0.006 27.171-9.993 30.868-23.576l0.052-0.224c11.32-42.52 51.24-72.2 97.080-72.2s85.76 29.68 97.080 72.2c3.544 14.103 16.112 24.38 31.079 24.38 17.673 0 32-14.327 32-32 0-3.142-0.453-6.178-1.297-9.046l0.057 0.226c-10.851-39.385-35.293-71.89-67.85-92.899l-0.63-0.381zM768 640c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.44c0.023 33.975 27.548 61.514 61.516 61.56l0.004 0h324.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-322.24v-448h704v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["folder-user-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31297, "id": 683, "name": "folder-user-duotone", "prevSize": 16, "code": 60775, "codes": [60775, 60776] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 564 + }, + { + "icon": { + "paths": [ + "M890 442.24c-13.28 100.92-52 212-144 303.8s-202.88 130.68-303.8 144v0l-308.2-308.28c13.28-100.92 52-212 144-303.8s202.88-130.68 304-144l308.24 308.24z", + "M916.24 215.56c-9.623-55.23-52.57-98.177-107.012-107.686l-0.788-0.114c-129.48-21.96-373.56-32-553.080 147.6s-169.56 423.6-147.6 553.080c9.648 55.284 52.687 98.255 107.216 107.688l0.784 0.112c41.23 7.389 88.741 11.663 137.232 11.76l0.088 0c128.36 0 288.2-32 415.56-159.36 179.56-179.52 169.56-423.6 147.6-553.080zM669.8 159.56c45.337 0.165 89.608 4.232 132.639 11.884l-4.639-0.684c28.392 4.981 50.46 27.076 55.342 55.075l0.058 0.405c6.988 38.561 10.983 82.943 10.983 128.257 0 5.845-0.066 11.675-0.199 17.488l0.016-0.865-211.16-211.12c5.6-0.32 11.16-0.4 16.96-0.4zM226.24 853.2c-28.398-4.96-50.48-27.042-55.381-55.034l-0.059-0.406c-6.988-38.561-10.983-82.943-10.983-128.257 0-5.845 0.066-11.675 0.199-17.488l-0.016 0.865 211.12 211.12c-5.020 0.121-10.933 0.189-16.862 0.189-45.231 0-89.528-3.998-132.558-11.659l4.54 0.67zM723.44 723.44c-46.44 46.4-133.080 110.92-269.48 133.080l-286.48-286.48c22.16-136.4 86.68-223.040 133.080-269.48s133.040-110.96 269.44-133.12l286.52 286.52c-22.16 136.4-86.68 223.040-133.080 269.48zM662.56 361.44c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0-57.36 57.32 25.36 25.36c6.323 5.863 10.267 14.215 10.267 23.488 0 17.673-14.327 32-32 32-9.283 0-17.643-3.953-23.488-10.267l-0.019-0.021-25.32-25.32-50.76 50.76 25.36 25.36c6.335 5.864 10.288 14.224 10.288 23.507 0 17.673-14.327 32-32 32-9.273 0-17.625-3.944-23.469-10.247l-0.019-0.021-25.4-25.4-57.36 57.36c-5.842 6.14-14.075 9.959-23.199 9.959-17.673 0-32-14.327-32-32 0-9.125 3.819-17.357 9.946-23.187l0.013-0.013 57.4-57.32-25.36-25.36c-5.264-5.686-8.493-13.322-8.493-21.712 0-17.673 14.327-32 32-32 8.4 0 16.044 3.237 21.753 8.531l-0.021-0.019 25.36 25.36 50.72-50.8-25.36-25.36c-5.275-5.689-8.512-13.333-8.512-21.733 0-17.673 14.327-32 32-32 8.39 0 16.026 3.229 21.733 8.512l-0.021-0.019 25.4 25.4 57.36-57.36c5.788-5.775 13.777-9.345 22.6-9.345s16.812 3.571 22.601 9.346l-0.001-0.001z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["football-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31298, "id": 682, "name": "football-duotone", "prevSize": 16, "code": 60777, "codes": [60777, 60778] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 565 + }, + { + "icon": { + "paths": [ + "M608 768h224v48c0 61.856-50.144 112-112 112s-112-50.144-112-112v0zM192 720c0 61.856 50.144 112 112 112s112-50.144 112-112v0-48h-224zM304 96c-98.080 0-205.84 320-101.040 448h202.080c104.8-128-2.96-448-101.040-448zM821.040 640c104.8-128-2.96-448-101.040-448s-205.84 320-101.040 448z", + "M832.24 736h-224.24c-17.673 0-32 14.327-32 32v0 48c0 79.584 64.516 144.1 144.1 144.1s144.1-64.516 144.1-144.1v0-48c0-17.659-14.304-31.977-31.958-32l-0.002-0zM800.24 816c0 44.183-35.817 80-80 80s-80-35.817-80-80v0-16h160zM416 640h-224c-17.673 0-32 14.327-32 32v0 48c0 79.529 64.471 144 144 144s144-64.471 144-144v0-48c0-17.673-14.327-32-32-32v0zM384 720c0 44.183-35.817 80-80 80s-80-35.817-80-80v0-16h160zM304 64c-46.56 0-91.72 41.24-127.2 116-55.72 117.52-74.24 292 1.16 384 5.913 7.178 14.803 11.72 24.753 11.72 0.016 0 0.033-0 0.049-0l-0.003 0h202.2c0.014 0 0.030 0 0.047 0 9.951 0 18.84-4.542 24.709-11.665l0.044-0.055c75.4-92 56.88-266.6 1.16-384-35.52-74.76-80.64-116-126.92-116zM388.6 512h-169.48c-45.6-72.4-28.84-210.8 15.56-304.44 25.88-54.68 54-79.56 69.32-79.56s43.28 24.88 69.2 79.56c44.24 93.64 61 232.040 15.4 304.44zM619.040 672h202.2c0.014 0 0.030 0 0.047 0 9.951 0 18.84-4.542 24.709-11.665l0.044-0.055c75.4-92 56.88-266.6 1.16-384-35.48-75.040-80.64-116.28-127.2-116.28s-91.56 41.24-127.080 116c-55.72 117.52-74.24 292 1.16 384 5.91 7.337 14.89 11.994 24.959 12l0.001 0zM651.040 303.56c25.84-54.68 53.96-79.56 68.96-79.56s43.24 24.88 69.16 79.56c44.4 93.64 61.16 232 15.56 304.44h-169.32c-45.6-72.4-28.84-210.8 15.56-304.44z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["footprints-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31299, "id": 681, "name": "footprints-duotone", "prevSize": 16, "code": 60779, "codes": [60779, 60780] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 566 + }, + { + "icon": { + "paths": [ + "M832 160v512h-224s0-416 224-512z", + "M288 352v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM864 160v736c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-192c-17.673 0-32-14.327-32-32v0c1.626-81.497 12.063-159.737 30.398-234.881l-1.518 7.361c39.12-161.96 113.28-270.52 214.52-313.88 3.715-1.634 8.047-2.585 12.6-2.585 17.668 0 31.991 14.318 32 31.984l0 0.001zM800 215.6c-128.68 98.28-153.88 337.68-158.8 424.4h158.8zM479.56 154.76c-2.381-15.526-15.643-27.279-31.65-27.279-17.673 0-32 14.327-32 32 0 2.050 0.193 4.056 0.561 5.999l-0.031-0.199 31.56 189.24c0 70.692-57.308 128-128 128s-128-57.308-128-128v0l31.52-189.24c0.337-1.744 0.53-3.749 0.53-5.799 0-17.673-14.327-32-32-32-16.007 0-29.269 11.753-31.627 27.101l-0.023 0.178-32 192c-0.255 1.533-0.4 3.299-0.4 5.099 0 0.049 0 0.099 0 0.148l-0-0.008c0.138 94.677 68.681 173.304 158.847 189.113l1.153 0.167v354.72c0 17.673 14.327 32 32 32s32-14.327 32-32v0-354.72c91.319-15.976 159.862-94.603 160-189.265l0-0.015c-0.006-1.855-0.166-3.668-0.467-5.433l0.027 0.193z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["fork-knife-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31300, "id": 680, "name": "fork-knife-duotone", "prevSize": 16, "code": 60781, "codes": [60781, 60782] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 567 + }, + { + "icon": { + "paths": [ + "M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M800 320v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM384 672h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["frame-corners-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31301, "id": 679, "name": "frame-corners-duotone", "prevSize": 16, "code": 60783, "codes": [60783, 60784] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 568 + }, + { + "icon": { + "paths": [ + "M800 384h-288l-288-256h576zM224 640l288 288v-288h288l-288-256h-288z", + "M832 384v-256c0-17.673-14.327-32-32-32v0h-576c-0.022-0-0.048-0-0.074-0-17.673 0-32 14.327-32 32 0 9.542 4.176 18.108 10.8 23.971l0.034 0.029 225.24 200h-204c-17.673 0-32 14.327-32 32v0 256c-0 0.007-0 0.016-0 0.025 0 8.83 3.577 16.825 9.36 22.615l-0-0 288 288c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-256h256c0.022 0 0.048 0 0.074 0 17.673 0 32-14.327 32-32 0-9.542-4.176-18.108-10.8-23.971l-0.034-0.029-225.24-200h204c17.673 0 32-14.327 32-32v0zM716 608h-204c-17.673 0-32 14.327-32 32v0 210.76l-224-224v-210.76h244zM768 352h-244l-216-192h460z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["framer-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31302, "id": 678, "name": "framer-logo-duotone", "prevSize": 16, "code": 60785, "codes": [60785, 60786] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 569 + }, + { + "icon": { + "paths": [ + "M736 192v640c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z", + "M832 160c0 17.673-14.327 32-32 32v0h-117.16c-0.008-0-0.017-0-0.026-0-46.953 0-86.034 33.708-94.361 78.246l-0.092 0.594-38 209.16h185.64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-197.28l-40 220.64c-14.050 75.2-79.175 131.36-157.416 131.36-0.051 0-0.101-0-0.152-0l-117.152 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h117.16c0.008 0 0.017 0 0.026 0 46.953 0 86.034-33.708 94.361-78.246l0.092-0.594 38-209.16h-185.64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h197.28l40-220.64c14.050-75.2 79.175-131.36 157.416-131.36 0.051 0 0.101 0 0.152 0l117.152-0c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["function-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31303, "id": 677, "name": "function-duotone", "prevSize": 16, "code": 60787, "codes": [60787, 60788] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 570 + }, + { + "icon": { + "paths": [ + "M887.6 245.52l-270.96 289.24c-5.352 5.706-8.64 13.404-8.64 21.87 0 0.003 0 0.007 0 0.010l-0-0.001v221.96c0 0.006 0 0.013 0 0.021 0 11.053-5.604 20.798-14.126 26.547l-0.114 0.072-128 85.32c-4.99 3.371-11.14 5.381-17.76 5.381-17.652 0-31.966-14.293-32-31.938l-0-0.003v-307.36c0-0.003 0-0.006 0-0.010 0-8.466-3.288-16.164-8.656-21.888l0.016 0.017-270.96-289.24c-5.158-5.661-8.317-13.221-8.317-21.52 0-17.644 14.28-31.953 31.912-32l0.005-0h704c17.637 0.047 31.917 14.356 31.917 32 0 8.299-3.159 15.859-8.34 21.546l0.023-0.025z", + "M922.4 198.12c-9.97-22.618-32.193-38.121-58.037-38.121-0.128 0-0.255 0-0.382 0.001l0.020-0h-704c-35.292 0.072-63.874 28.698-63.874 64 0 16.597 6.318 31.719 16.68 43.091l-0.046-0.051 0.32 0.36 270.92 289.28v307.32c-0 0.004-0 0.010-0 0.015 0 35.346 28.654 64 64 64 13.222 0 25.508-4.010 35.708-10.88l-0.228 0.145 128-85.36c17.294-11.64 28.52-31.141 28.52-53.265 0-0.005-0-0.011-0-0.016l0 0.001v-221.96l271.28-289.64c10.38-11.226 16.746-26.296 16.746-42.852 0-9.447-2.073-18.411-5.789-26.46l0.162 0.392zM160 224v0zM593.36 513.12c-10.72 11.344-17.322 26.677-17.36 43.552l-0 0.008v221.96l-128 85.36v-307.32c0-0.043 0-0.095 0-0.146 0-16.892-6.577-32.248-17.31-43.646l0.030 0.032-270.72-288.92h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["funnel-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31304, "id": 676, "name": "funnel-duotone", "prevSize": 16, "code": 60789, "codes": [60789, 60790] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 571 + }, + { + "icon": { + "paths": [ + "M928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0z", + "M800 512c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM928 288h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 672h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["funnel-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31305, "id": 675, "name": "funnel-simple-duotone", "prevSize": 16, "code": 60791, "codes": [60791, 60792] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 572 + }, + { + "icon": { + "paths": [ + "M867.44 830.28c-5.852 1.084-12.586 1.704-19.464 1.704-30.918 0-58.91-12.528-79.177-32.785l0 0-168.44-191.2h87.64c0.067 0 0.146 0 0.225 0 114.743 0 207.76-93.017 207.76-207.76 0-12.807-1.159-25.344-3.377-37.511l0.192 1.271 65.44 336.68c1.067 5.807 1.678 12.489 1.678 19.315 0 54.957-39.582 100.669-91.793 110.182l-0.685 0.104z", + "M704 448h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM416 384h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM965.92 802.6c-26.38 37.325-69.355 61.399-117.954 61.399-39.756 0-75.749-16.111-101.807-42.16l0 0c-0.48-0.48-0.96-0.96-1.4-1.48l-158.84-180.36h-148l-160.080 181.84c-26.083 26.028-62.078 42.132-101.835 42.16l-0.005 0c-79.506-0.030-143.947-64.49-143.947-144 0-8.835 0.796-17.484 2.319-25.879l-0.132 0.879c-0.009-0.084-0.014-0.181-0.014-0.28s0.005-0.196 0.015-0.292l-0.001 0.012 65.48-336.36c20.433-113.249 118.229-198.045 235.836-198.080l352.444-0c117.251 0.193 214.796 84.325 235.766 195.506l0.234 1.494c0 0.24 0 0.48 0 0.72l65.48 336.68c0.009 0.084 0.014 0.181 0.014 0.28s-0.005 0.196-0.015 0.292l0.001-0.012c1.472 7.701 2.313 16.559 2.313 25.614 0 30.716-9.687 59.17-26.173 82.473l0.3-0.447zM688 576c97.202 0 176-78.798 176-176s-78.798-176-176-176v0h-352.44c-86.273 0.080-157.976 62.363-172.682 144.415l-0.158 1.065v0.52l-65.52 336.36c-0.751 4.116-1.18 8.852-1.18 13.689 0 44.183 35.817 80 80 80 21.8 0 41.564-8.72 55.993-22.862l-0.013 0.013 167.68-190.36c5.891-6.66 14.458-10.838 24-10.84l0-0zM926.8 706.36l-34.96-180c-42.993 68.603-118.158 113.566-203.829 113.64l-16.811 0 120.8 137.24c14.459 14.075 34.231 22.755 56.031 22.755 4.88 0 9.657-0.435 14.297-1.268l-0.488 0.073c37.801-6.853 66.094-39.513 66.094-78.782 0-4.826-0.427-9.551-1.246-14.142l0.072 0.484z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["game-controller-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31306, + "id": 674, + "name": "game-controller-duotone", + "prevSize": 16, + "code": 60793, + "codes": [60793, 60794] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 573 + }, + { + "icon": { + "paths": [ + "M736 544v256h-448v-256z", + "M960 768h-32v-373.32c0-0 0-0.001 0-0.002 0-22.107-11.209-41.596-28.253-53.094l-0.227-0.145-352-234.68c-9.976-6.733-22.269-10.748-35.5-10.748s-25.524 4.015-35.728 10.893l0.228-0.145-352 234.68c-17.288 11.635-28.511 31.126-28.52 53.239l-0 0.001v373.32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 394.68l352-234.68 352 234.64v373.36h-96v-224c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 224h-96zM704 576v64h-160v-64zM480 640h-160v-64h160zM320 704h160v64h-160zM544 704h160v64h-160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["garage-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31307, "id": 673, "name": "garage-duotone", "prevSize": 16, "code": 60795, "codes": [60795, 60796] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 574 + }, + { + "icon": { + "paths": [ + "M832 160v704c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-434.76c0.004-8.825 3.58-16.814 9.36-22.6l-0 0 269.28-269.28c5.786-5.78 13.775-9.356 22.599-9.36l306.761-0c17.673 0 32 14.327 32 32v0z", + "M800 96h-306.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-41.36 41.24-41.4-41.24c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-96 96c-11.573 11.58-18.73 27.574-18.73 45.24s7.157 33.66 18.731 45.24l-0-0 41.24 41.4-41.24 41.36c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v434.76c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM224 256l96-96 41.36 41.36-96 96zM800 864h-576v-434.76l269.24-269.24h306.76zM512 256c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0zM723.2 505.6l-157.88 118.4 157.88 118.4c7.807 5.9 12.8 15.167 12.8 25.6 0 17.673-14.327 32-32 32-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-172.8-129.6-172.8 129.6c-5.281 3.996-11.96 6.4-19.2 6.4-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 157.88-118.4-157.88-118.4c-7.807-5.9-12.8-15.167-12.8-25.6 0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 172.8 129.6 172.8-129.6c5.281-3.996 11.96-6.4 19.2-6.4 17.673 0 32 14.327 32 32 0 10.433-4.993 19.7-12.72 25.542l-0.080 0.058z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gas-can-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31308, "id": 672, "name": "gas-can-duotone", "prevSize": 16, "code": 60797, "codes": [60797, 60798] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 575 + }, + { + "icon": { + "paths": [ + "M672 224v640h-448v-640c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0z", + "M964 278.64l-77.36-77.28c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 77.28 77.36c5.762 5.768 9.333 13.724 9.36 22.515l0 0.005v325.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-53.019-42.981-96-96-96v0h-64v-192c0-53.019-42.981-96-96-96v0h-320c-53.019 0-96 42.981-96 96v0 608h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-352h64c17.673 0 32 14.327 32 32v0 160c0 53.019 42.981 96 96 96s96-42.981 96-96v0-325.48c0-0.108 0.001-0.236 0.001-0.363 0-26.373-10.702-50.247-27.999-67.515l-0.001-0.001zM256 832v-608c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0 608zM576 448c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gas-pump-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31309, "id": 671, "name": "gas-pump-duotone", "prevSize": 16, "code": 60799, "codes": [60799, 60800] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 576 + }, + { + "icon": { + "paths": [ + "M928 640v96c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-91.48c0-229.92 184.6-419.72 414.52-420.52 0.44-0.002 0.96-0.003 1.48-0.003 229.75 0 416 186.25 416 416 0 0.001-0 0.002-0 0.003l0-0z", + "M828.24 322.68c-80.557-80.734-191.941-130.682-314.99-130.682-0.44 0-0.879 0.001-1.318 0.002l0.068-0h-1.6c-246.12 0.84-446.4 204-446.4 452.52v91.48c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-96c0.001-0.368 0.002-0.804 0.002-1.24 0-123.59-50.383-235.413-131.73-316.049l-0.032-0.031zM896 736h-417.16l219.040-301.2c3.831-5.213 6.131-11.758 6.131-18.84 0-17.679-14.332-32.011-32.011-32.011-10.597 0-19.991 5.149-25.818 13.082l-0.062 0.089-246.44 338.88h-271.68v-91.48c0-12.32 0.6-24.48 1.72-36.52h94.28c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-82.92c41.28-155.44 176-272.96 338.92-286.64v94.64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-94.68c164.501 14.253 298.431 130.165 339.392 283.994l0.608 2.686h-84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h94.68c0.84 10.6 1.32 21.24 1.32 32z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gauge-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31310, "id": 670, "name": "gauge-duotone", "prevSize": 16, "code": 60801, "codes": [60801, 60802] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 577 + }, + { + "icon": { + "paths": [ + "M598.64 182.64l-256 256c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-64-64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 256-256c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 64 64c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM950.64 489.36l-64-64c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-256 256c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 256-256c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z", + "M973.28 466.76l-64-64c-11.579-11.566-27.569-18.719-45.229-18.719-14.362 0-27.619 4.731-38.298 12.719l0.167-0.12-198.56-198.56c7.879-10.516 12.616-23.782 12.616-38.154 0-17.649-7.144-33.629-18.697-45.207l0.001 0.001-64-64c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-256 256c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l64 64c11.575 11.542 27.549 18.679 45.189 18.679 14.362 0 27.619-4.731 38.298-12.719l-0.167 0.12 28.68 28.68-261.52 261.52c-16.245 17.72-26.199 41.437-26.199 67.479 0 55.228 44.772 100 100 100 26.042 0 49.759-9.955 67.554-26.266l-0.074 0.067 261.48-261.52 28.68 28.64c-7.879 10.516-12.616 23.782-12.616 38.154 0 17.649 7.144 33.629 18.697 45.207l-0.001-0.001 64 64c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l256-256c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM320 416l-64-64 256-256 64 64zM221.28 853.52c-6.507 6.47-15.477 10.469-25.38 10.469s-18.873-3.999-25.382-10.47l0.002 0.002c-6.458-6.505-10.449-15.466-10.449-25.36s3.991-18.855 10.451-25.362l-0.002 0.002 261.48-261.52 50.76 50.72zM404 422.64l178.64-178.64 197.36 197.36-178.6 178.64zM672 768l-64-64 256-256 64 64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gavel-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31311, "id": 669, "name": "gavel-duotone", "prevSize": 16, "code": 60803, "codes": [60803, 60804] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 578 + }, + { + "icon": { + "paths": [ + "M831.44 492.72l67.12-84c-9.97-36.915-23.738-69.213-41.29-99.015l1.010 1.855-106.8-12c-8.64-9.707-17.533-18.6-26.916-26.956l-0.324-0.284-12-106.84c-27.958-16.436-60.275-30.113-94.414-39.357l-2.786-0.643-84 67.080c-5.763-0.363-12.497-0.57-19.28-0.57s-13.517 0.207-20.197 0.615l0.917-0.045-84-67.12c-36.799 9.999-68.986 23.763-98.689 41.289l1.849-1.009-12 106.8c-9.707 8.64-18.6 17.533-26.956 26.916l-0.284 0.324-106.84 12c-16.436 27.958-30.113 60.275-39.357 94.414l-0.643 2.786 67.080 84c-0.363 5.763-0.57 12.497-0.57 19.28s0.207 13.517 0.615 20.197l-0.045-0.917-67.12 84c9.97 36.915 23.738 69.213 41.29 99.015l-1.010-1.855 106.8 12c8.64 9.707 17.533 18.6 26.916 26.956l0.324 0.284 12 106.84c27.958 16.436 60.275 30.113 94.414 39.357l2.786 0.643 84-67.080c5.763 0.363 12.497 0.57 19.28 0.57s13.517-0.207 20.197-0.615l-0.917 0.045 84 67.12c36.915-9.97 69.213-23.738 99.015-41.29l-1.855 1.010 12-106.8c9.707-8.64 18.6-17.533 26.956-26.916l0.284-0.324 106.84-12c16.436-27.958 30.113-60.275 39.357-94.414l0.643-2.786-67.080-84c0.268-4.951 0.421-10.746 0.421-16.576 0-7.735-0.269-15.408-0.798-23.008l0.057 1.025zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z", + "M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM864 520.64q0.24-8.64 0-17.28l59.68-74.56c4.364-5.423 7.004-12.393 7.004-19.98 0-2.937-0.396-5.782-1.137-8.484l0.053 0.225c-10.796-39.897-25.669-74.799-44.617-107.018l1.097 2.018c-5.032-8.554-13.713-14.498-23.848-15.705l-0.152-0.015-94.88-10.56q-5.92-6.24-12-12l-11.2-95.12c-1.231-10.293-7.19-18.976-15.61-23.918l-0.15-0.082c-30.202-17.839-65.107-32.688-101.991-42.741l-3.009-0.699c-2.477-0.689-5.322-1.084-8.26-1.084-7.587 0-14.558 2.64-20.042 7.053l0.062-0.048-74.36 59.36q-8.64 0-17.28 0l-74.56-59.56c-5.423-4.364-12.393-7.004-19.98-7.004-2.937 0-5.782 0.396-8.484 1.137l0.225-0.053c-39.897 10.796-74.799 25.669-107.018 44.617l2.018-1.097c-8.554 5.032-14.498 13.713-15.705 23.848l-0.015 0.152-10.56 95.040q-6.24 5.96-12 12l-95.12 10.92c-10.293 1.231-18.976 7.19-23.918 15.61l-0.082 0.15c-17.831 30.2-32.692 65.103-42.776 101.978l-0.704 3.022c-0.682 2.466-1.074 5.298-1.074 8.222 0 7.604 2.652 14.589 7.082 20.079l-0.048-0.061 59.36 74.36q0 8.64 0 17.28l-59.56 74.56c-4.364 5.423-7.004 12.393-7.004 19.98 0 2.937 0.396 5.782 1.137 8.484l-0.053-0.225c10.796 39.897 25.669 74.799 44.617 107.018l-1.097-2.018c5.032 8.554 13.713 14.498 23.848 15.705l0.152 0.015 94.88 10.56q5.96 6.24 12 12l11.080 95.12c1.231 10.293 7.19 18.976 15.61 23.918l0.15 0.082c30.2 17.831 65.103 32.692 101.978 42.776l3.022 0.704c2.466 0.682 5.298 1.074 8.222 1.074 7.604 0 14.589-2.652 20.079-7.082l-0.061 0.048 74.36-59.36q8.64 0.24 17.28 0l74.56 59.68c5.423 4.364 12.393 7.004 19.98 7.004 2.937 0 5.782-0.396 8.484-1.137l-0.225 0.053c39.894-10.774 74.798-25.65 107.007-44.613l-2.007 1.093c8.554-5.032 14.498-13.713 15.705-23.848l0.015-0.152 10.56-94.88q6.24-5.92 12-12l95.12-11.2c10.293-1.231 18.976-7.19 23.918-15.61l0.082-0.15c17.831-30.2 32.692-65.103 42.776-101.978l0.704-3.022c0.682-2.466 1.074-5.298 1.074-8.222 0-7.604-2.652-14.589-7.082-20.079l0.048 0.061zM799.6 494.64c0.325 5.189 0.51 11.253 0.51 17.36s-0.185 12.171-0.55 18.187l0.040-0.827c-0.037 0.575-0.058 1.246-0.058 1.923 0 7.595 2.646 14.571 7.066 20.059l-0.048-0.062 56.76 70.92c-7.384 23.249-15.831 43.104-25.881 61.976l0.961-1.976-90.4 10.24c-8.163 0.931-15.278 4.81-20.372 10.528l-0.028 0.032c-7.797 8.745-15.815 16.763-24.268 24.304l-0.292 0.256c-5.75 5.122-9.629 12.237-10.546 20.253l-0.014 0.147-10.040 90.32c-16.9 9.096-36.756 17.543-57.415 24.2l-2.585 0.72-70.96-56.76c-5.422-4.361-12.39-7-19.975-7-0.009 0-0.018 0-0.026 0l-1.919-0c-5.189 0.325-11.253 0.51-17.36 0.51s-12.171-0.185-18.187-0.55l0.827 0.040c-0.551-0.034-1.196-0.053-1.845-0.053-7.619 0-14.621 2.643-20.139 7.062l0.064-0.049-71.12 56.8c-23.249-7.384-43.104-15.831-61.976-25.881l1.976 0.961-10.24-90.28c-0.931-8.163-4.81-15.278-10.528-20.372l-0.032-0.028c-8.745-7.797-16.763-15.815-24.304-24.268l-0.256-0.292c-5.122-5.75-12.237-9.629-20.253-10.546l-0.147-0.014-90.32-10.080c-9.096-16.9-17.543-36.756-24.2-57.415l-0.72-2.585 56.76-70.96c4.372-5.426 7.018-12.403 7.018-19.997 0-0.676-0.021-1.348-0.062-2.014l0.005 0.091c-0.325-5.189-0.51-11.253-0.51-17.36s0.185-12.171 0.55-18.187l-0.040 0.827c0.037-0.575 0.058-1.246 0.058-1.923 0-7.595-2.646-14.571-7.066-20.059l0.048 0.062-56.76-71.080c7.384-23.249 15.831-43.104 25.881-61.976l-0.961 1.976 90.28-10.24c8.163-0.931 15.278-4.81 20.372-10.528l0.028-0.032c7.797-8.745 15.815-16.763 24.268-24.304l0.292-0.256c5.774-5.126 9.668-12.257 10.586-20.293l0.014-0.147 10.040-90.28c16.9-9.096 36.756-17.543 57.415-24.2l2.585-0.72 70.96 56.76c5.426 4.372 12.403 7.018 19.997 7.018 0.676 0 1.348-0.021 2.014-0.062l-0.091 0.005c5.189-0.325 11.253-0.51 17.36-0.51s12.171 0.185 18.187 0.55l-0.827-0.040c0.551 0.034 1.196 0.053 1.845 0.053 7.619 0 14.621-2.643 20.139-7.062l-0.064 0.049 71.080-56.76c23.249 7.384 43.104 15.831 61.976 25.881l-1.976-0.961 10.24 90.28c0.931 8.163 4.81 15.278 10.528 20.372l0.032 0.028c8.745 7.797 16.763 15.815 24.304 24.268l0.256 0.292c5.122 5.75 12.237 9.629 20.253 10.546l0.147 0.014 90.32 10.040c9.096 16.9 17.543 36.756 24.2 57.415l0.72 2.585-56.76 70.96c-4.379 5.428-7.030 12.411-7.030 20.012 0 0.742 0.025 1.478 0.075 2.207l-0.005-0.099z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gear-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31312, "id": 668, "name": "gear-duotone", "prevSize": 16, "code": 60805, "codes": [60805, 60806] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 579 + }, + { + "icon": { + "paths": [ + "M832 512c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320v0c176.731 0 320 143.269 320 320v0z", + "M928 480h-65.48c-3.93-42.637-14.937-81.813-31.863-117.645l0.903 2.125 56.72-32.76c9.636-5.637 16.006-15.934 16.006-27.72 0-17.677-14.33-32.006-32.006-32.006-5.891 0-11.41 1.592-16.151 4.368l0.151-0.082-56.8 32.8c-23.562-33.007-51.553-60.998-83.484-83.829l-1.076-0.731 32.8-56.8c2.695-4.59 4.286-10.109 4.286-16 0-17.677-14.33-32.006-32.006-32.006-11.786 0-22.083 6.37-27.638 15.855l-0.082 0.151-32.76 56.72c-33.707-16.023-72.883-27.030-114.142-30.857l-1.378-0.103v-65.48c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 65.48c-42.637 3.93-81.813 14.937-117.645 31.863l2.125-0.903-32.76-56.72c-5.637-9.636-15.934-16.006-27.72-16.006-17.677 0-32.006 14.33-32.006 32.006 0 5.891 1.592 11.41 4.368 16.151l-0.082-0.151 32.8 56.8c-33.007 23.562-60.998 51.553-83.829 83.484l-0.731 1.076-56.8-32.8c-4.59-2.695-10.109-4.286-16-4.286-17.677 0-32.006 14.33-32.006 32.006 0 11.786 6.37 22.083 15.855 27.638l0.151 0.082 56.72 32.76c-16.023 33.707-27.030 72.883-30.857 114.142l-0.103 1.378h-65.48c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h65.48c3.93 42.637 14.937 81.813 31.863 117.645l-0.903-2.125-56.72 32.76c-9.639 5.634-16.012 15.933-16.012 27.72 0 17.673 14.327 32 32 32 0.004 0 0.009-0 0.013-0l-0.001 0c0.029 0 0.064 0 0.098 0 5.857 0 11.343-1.59 16.050-4.361l-0.148 0.081 56.8-32.8c23.562 33.007 51.553 60.998 83.484 83.829l1.076 0.731-32.8 56.8c-2.695 4.59-4.286 10.109-4.286 16 0 17.677 14.33 32.006 32.006 32.006 11.786 0 22.083-6.37 27.638-15.855l0.082-0.151 32.76-56.72c33.707 16.023 72.883 27.030 114.142 30.857l1.378 0.103v65.48c0 17.673 14.327 32 32 32s32-14.327 32-32v0-65.48c42.637-3.93 81.813-14.937 117.645-31.863l-2.125 0.903 32.76 56.72c5.637 9.636 15.934 16.006 27.72 16.006 17.677 0 32.006-14.33 32.006-32.006 0-5.891-1.592-11.41-4.368-16.151l0.082 0.151-32.8-56.8c33.007-23.562 60.998-51.553 83.829-83.484l0.731-1.076 56.8 32.8c4.59 2.696 10.11 4.289 16.002 4.289 11.786 0 22.083-6.371 27.636-15.857l0.082-0.151c2.702-4.594 4.299-10.121 4.299-16.020 0-11.773-6.358-22.062-15.828-27.619l-0.151-0.082-56.72-32.76c16.010-33.709 27.004-72.887 30.817-114.145l0.103-1.375h65.48c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM341.24 743.76c-71.446-52.966-117.248-137.014-117.248-231.76s45.802-178.794 116.473-231.211l0.775-0.549 133.8 231.76zM512 800c-0.181 0-0.395 0.001-0.609 0.001-41.512 0-80.961-8.834-116.569-24.726l1.819 0.725 133.84-232h267.68c-16.786 144.601-138.457 255.819-286.141 256l-0.019 0zM530.48 480l-133.84-231.8c34.005-15.289 73.711-24.195 115.496-24.195 147.805 0 269.583 111.435 285.901 254.874l0.122 1.321z" + ], + "attrs": [{ "fill": "rgb(0, 0, 0)", "opacity": 0.2 }, { "fill": "rgb(0, 0, 0)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gear-fine-duotone"], + "colorPermutations": { "16868681": [{ "f": 0 }, { "f": 0 }] } + }, + "attrs": [{ "fill": "rgb(0, 0, 0)", "opacity": 0.2 }, { "fill": "rgb(0, 0, 0)" }], + "properties": { "order": 31313, "id": 667, "name": "gear-fine-duotone", "prevSize": 16, "code": 60807, "codes": [60807, 60808] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 580 + }, + { + "icon": { + "paths": [ + "M920.4 435.040l-127.4-72.56c-2.56-4.64-5.24-9.16-8-13.64l-0.48-144c-38.583-32.731-83.971-58.878-133.578-75.959l-2.942-0.881-128 71.56c-5.36 0-10.76 0-16 0l-128-71.56c-52.526 18.018-97.885 44.215-137.037 77.495l0.597-0.495-0.64 144c-2.8 4.48-5.48 9.040-8 13.64l-127.36 72.4c-4.789 23.126-7.531 49.703-7.531 76.92s2.742 53.794 7.964 79.469l-0.433-2.549 127.4 72.56c2.56 4.64 5.24 9.16 8 13.64l0.48 144c38.591 32.765 83.992 58.938 133.618 76.038l2.942 0.882 128-71.48c5.36 0 10.76 0 16 0l128 71.48c52.48-18.032 97.798-44.227 136.915-77.493l-0.595 0.493 0.64-144c2.8-4.48 5.48-9.040 8-13.64l127.36-72.4c4.82-23.199 7.579-49.858 7.579-77.162 0-27.159-2.73-53.68-7.93-79.305l0.432 2.547zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z", + "M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM951.76 428.84c-1.888-9.312-7.608-17.012-15.406-21.518l-0.154-0.082-119.32-68-0.48-134.48c-0.031-9.73-4.401-18.434-11.275-24.282l-0.045-0.038c-41.488-35.274-90.329-63.415-143.731-81.741l-3.149-0.939c-3.060-1.071-6.587-1.689-10.259-1.689-5.721 0-11.092 1.502-15.74 4.132l0.159-0.083-120.36 67.28-120.48-67.4c-4.503-2.568-9.895-4.083-15.64-4.083-3.665 0-7.186 0.616-10.465 1.75l0.225-0.068c-56.502 19.382-105.286 47.625-147.342 83.518l0.622-0.518c-6.909 5.878-11.276 14.564-11.32 24.272l-0 0.008-0.6 134.6-119.32 68c-7.952 4.588-13.672 12.288-15.525 21.394l-0.035 0.206c-5.208 24.99-8.19 53.707-8.19 83.12s2.982 58.13 8.66 85.865l-0.47-2.745c1.888 9.312 7.608 17.012 15.406 21.518l0.154 0.082 119.32 68 0.48 134.52c0.031 9.73 4.401 18.434 11.275 24.282l0.045 0.038c41.488 35.274 90.329 63.415 143.731 81.741l3.149 0.939c3.060 1.071 6.587 1.689 10.259 1.689 5.721 0 11.092-1.502 15.74-4.132l-0.159 0.083 120.48-67.48 120.48 67.4c4.436 2.517 9.745 4.001 15.4 4.001 0.070 0 0.141-0 0.211-0.001l-0.011 0c3.679-0.001 7.213-0.616 10.508-1.748l-0.228 0.068c56.496-19.376 105.277-47.59 147.349-83.443l-0.629 0.523c6.909-5.878 11.276-14.564 11.32-24.272l0-0.008 0.6-134.6 119.32-68c7.952-4.588 13.672-12.288 15.525-21.394l0.035-0.206c5.16-24.875 8.114-53.462 8.114-82.738 0-29.493-2.998-58.286-8.706-86.090l0.471 2.748zM891.76 568.48l-114.28 65c-5.034 2.899-9.101 6.966-11.918 11.845l-0.082 0.155c-2.32 4-4.76 8.24-7.24 12.24-3.048 4.775-4.864 10.594-4.88 16.836l-0 0.004-0.6 129c-29.125 23.050-62.667 42.346-98.859 56.311l-2.621 0.889-115.28-64.24c-4.467-2.517-9.806-4-15.493-4-0.052 0-0.104 0-0.155 0l0.008-0h-0.76c-4.84 0-9.72 0-14.56 0-0.235-0.006-0.511-0.010-0.788-0.010-5.727 0-11.108 1.486-15.777 4.094l0.164-0.084-115.36 64.4c-38.915-14.748-72.554-33.957-102.59-57.548l0.83 0.628-0.44-128.8c-0.021-6.259-1.836-12.090-4.957-17.011l0.077 0.131c-2.48-4-4.92-8-7.2-12.24-2.883-5.119-6.952-9.265-11.849-12.158l-0.151-0.082-114.4-65.16c-2.825-16.989-4.44-36.566-4.44-56.52s1.615-39.531 4.72-58.607l-0.28 2.087 114.080-65.12c5.034-2.899 9.101-6.966 11.918-11.845l0.082-0.155c2.32-4 4.76-8.24 7.24-12.24 3.048-4.775 4.864-10.594 4.88-16.836l0-0.004 0.6-129c29.125-23.050 62.667-42.346 98.859-56.311l2.621-0.889 115.12 64.24c4.472 2.525 9.819 4.012 15.514 4.012 0.312 0 0.622-0.004 0.931-0.013l-0.045 0.001c4.84 0 9.72 0 14.56 0 0.264 0.008 0.574 0.012 0.886 0.012 5.695 0 11.042-1.488 15.675-4.095l-0.16 0.083 115.36-64.4c38.915 14.748 72.554 33.957 102.59 57.548l-0.83-0.628 0.44 128.8c0.021 6.259 1.836 12.090 4.957 17.011l-0.077-0.131c2.48 4 4.92 8 7.2 12.24 2.883 5.119 6.952 9.265 11.849 12.158l0.151 0.082 114.4 65.16c2.895 17.198 4.55 37.012 4.55 57.212 0 19.75-1.582 39.131-4.626 58.022l0.276-2.074z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gear-six-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31314, "id": 666, "name": "gear-six-duotone", "prevSize": 16, "code": 60809, "codes": [60809, 60810] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 581 + }, + { + "icon": { + "paths": [ + "M800 384c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z", + "M832 384c-0.002-176.729-143.27-319.996-320-319.996-176.731 0-320 143.269-320 320 0 165.461 125.579 301.592 286.627 318.281l1.373 0.115v97.6h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-97.6c162.326-17.003 287.79-153.017 288-318.379l0-0.021zM256 384c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gender-female-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31315, "id": 665, "name": "gender-female-duotone", "prevSize": 16, "code": 60811, "codes": [60811, 60812] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 582 + }, + { + "icon": { + "paths": [ + "M704 448c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0z", + "M832 96h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h82.76l-100.6 100.6c-45.594-42.577-107.011-68.719-174.533-68.719-141.385 0-256 114.615-256 256 0 130.237 97.253 237.759 223.097 253.905l1.276 0.134v66.080h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-66.080c126.912-16.309 223.987-123.672 223.987-253.708 0-51.374-15.152-99.209-41.23-139.28l0.603 0.988 104.64-104.68v82.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM480 640c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gender-intersex-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31316, + "id": 664, + "name": "gender-intersex-duotone", + "prevSize": 16, + "code": 60813, + "codes": [60813, 60814] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 583 + }, + { + "icon": { + "paths": [ + "M619.64 811.64c-52.118 52.122-124.121 84.36-203.654 84.36-159.058 0-288-128.942-288-288s128.942-288 288-288c79.532 0 151.535 32.238 203.653 84.36l0 0c52.114 52.117 84.346 124.114 84.346 203.64s-32.233 151.523-84.347 203.64l0-0z", + "M864 128h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h114.76l-168.28 168.28c-54.69-44.973-125.421-72.239-202.521-72.239-176.731 0-320 143.269-320 320s143.269 320 320 320c176.731 0 320-143.269 320-320 0-77.099-27.266-147.83-72.682-203.076l0.443 0.555 168.28-168.24v114.72c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM596.96 789.16c-46.323 46.303-110.306 74.94-180.979 74.94-141.385 0-256-114.615-256-256s114.615-256 256-256c70.672 0 134.656 28.637 180.98 74.941l-0.001-0.001c46.255 46.375 74.856 110.377 74.856 181.060s-28.601 134.685-74.861 181.065l0.005-0.005z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gender-male-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31317, "id": 663, "name": "gender-male-duotone", "prevSize": 16, "code": 60815, "codes": [60815, 60816] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 584 + }, + { + "icon": { + "paths": [ + "M800 416c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z", + "M832 416c-0.002-176.729-143.27-319.996-320-319.996-176.731 0-320 143.269-320 320 0 165.461 125.579 301.592 286.627 318.281l1.373 0.115v193.6c0 17.673 14.327 32 32 32s32-14.327 32-32v0-193.6c162.326-17.003 287.79-153.017 288-318.379l0-0.021zM512 672c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gender-neuter-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31318, "id": 662, "name": "gender-neuter-duotone", "prevSize": 16, "code": 60817, "codes": [60817, 60818] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 585 + }, + { + "icon": { + "paths": [ + "M768 672c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.385 0 256 114.615 256 256v0z", + "M544 385.84v-137.32l111.52 66.92c4.703 2.87 10.393 4.568 16.48 4.568 17.678 0 32.008-14.331 32.008-32.008 0-11.591-6.161-21.743-15.387-27.36l-0.141-0.080-114.28-68.56 114.28-68.56c9.367-5.697 15.528-15.849 15.528-27.44 0-17.678-14.331-32.008-32.008-32.008-6.087 0-11.777 1.699-16.621 4.648l0.141-0.080-143.52 86.12-143.52-86.12c-4.703-2.87-10.393-4.568-16.48-4.568-17.678 0-32.008 14.331-32.008 32.008 0 11.591 6.161 21.743 15.387 27.36l0.141 0.080 114.28 68.56-114.28 68.56c-9.367 5.697-15.528 15.849-15.528 27.44 0 17.678 14.331 32.008 32.008 32.008 6.087 0 11.777-1.699 16.621-4.648l-0.141 0.080 111.52-66.92v137.32c-144.69 16.647-256 138.433-256 286.217 0 159.058 128.942 288 288 288s288-128.942 288-288c0-147.784-111.311-269.57-254.666-286.092l-1.334-0.125zM512 896c-123.712 0-224-100.288-224-224s100.288-224 224-224c123.712 0 224 100.288 224 224v0c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gender-nonbinary-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31319, + "id": 661, + "name": "gender-nonbinary-duotone", + "prevSize": 16, + "code": 60819, + "codes": [60819, 60820] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 586 + }, + { + "icon": { + "paths": [ + "M565 821c-46.329 46.338-110.337 75-181.039 75-141.385 0-256-114.615-256-256s114.615-256 256-256c70.702 0 134.71 28.662 181.038 75l0 0c46.315 46.325 74.961 110.317 74.961 181s-28.646 134.675-74.962 181l0-0z", + "M864 128h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h114.76l-114.76 114.76-73.36-73.36c-5.793-5.797-13.797-9.384-22.64-9.384-17.675 0-32.004 14.329-32.004 32.004 0 8.833 3.578 16.829 9.364 22.62l-0-0 73.4 73.36-63.040 63.040c-48.733-39.151-111.343-62.836-179.485-62.836-158.925 0-287.76 128.835-287.76 287.76s128.835 287.76 287.76 287.76c158.925 0 287.76-128.835 287.76-287.76 0-68.232-23.748-130.917-63.428-180.242l0.434 0.557 63-62.96 73.36 73.36c5.793 5.797 13.797 9.384 22.64 9.384 17.675 0 32.004-14.329 32.004-32.004 0-8.833-3.578-16.829-9.364-22.62l-73.4-73.44 114.76-114.72v114.72c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM542.4 798.52c-40.537 40.541-96.54 65.616-158.4 65.616-123.712 0-224-100.288-224-224s100.288-224 224-224c123.664 0 223.922 100.211 224 223.857l0 0.007c0 0.001 0 0.002 0 0.004 0 61.894-25.067 117.933-65.603 158.519l0.003-0.003z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gender-transgender-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31320, + "id": 660, + "name": "gender-transgender-duotone", + "prevSize": 16, + "code": 60821, + "codes": [60821, 60822] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 587 + }, + { + "icon": { + "paths": [ + "M864 480v384l-117.32-96-117.36 96-117.32-96-117.32 96-117.36-96-117.32 96v-384c0-194.404 157.596-352 352-352s352 157.596 352 352v0z", + "M448 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM624 416c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM896 480v384c0 0.002 0 0.004 0 0.007 0 17.673-14.327 32-32 32-7.723 0-14.806-2.736-20.335-7.291l0.055 0.044-97.040-79.4-97.080 79.4c-5.47 4.501-12.546 7.23-20.26 7.23s-14.79-2.729-20.315-7.275l0.055 0.044-97.080-79.4-97.080 79.4c-5.47 4.501-12.546 7.23-20.26 7.23s-14.79-2.729-20.315-7.275l0.055 0.044-97.080-79.4-97.040 79.4c-5.474 4.511-12.557 7.247-20.28 7.247-17.673 0-32-14.327-32-32 0-0.002 0-0.005 0-0.007l-0 0v-384c0-212.077 171.923-384 384-384s384 171.923 384 384v0zM832 480c0-176.731-143.269-320-320-320s-320 143.269-320 320v0 316.48l65.080-53.24c5.47-4.501 12.546-7.23 20.26-7.23s14.79 2.729 20.315 7.275l-0.055-0.044 97.080 79.4 97.040-79.4c5.474-4.511 12.557-7.247 20.28-7.247s14.806 2.736 20.335 7.291l-0.055-0.044 97.040 79.4 97.080-79.4c5.47-4.501 12.546-7.23 20.26-7.23s14.79 2.729 20.315 7.275l-0.055-0.044 65.080 53.24z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["ghost-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31321, "id": 659, "name": "ghost-duotone", "prevSize": 16, "code": 60823, "codes": [60823, 60824] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 588 + }, + { + "icon": { + "paths": [ + "M928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0z", + "M832 352c0 17.673-14.327 32-32 32v0h-96v96h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM544 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM416 480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-128c-0-0.010-0-0.021-0-0.033 0-35.346 28.654-64 64-64 18.935 0 35.949 8.223 47.667 21.292l0.053 0.060c5.91 7.030 14.708 11.466 24.543 11.466 17.673 0 32-14.327 32-32 0-8.58-3.377-16.372-8.874-22.118l0.011 0.012c-23.539-26.233-57.551-42.66-95.4-42.66-70.686 0-127.989 57.296-128 127.979l-0 0.001v128c0 70.692 57.308 128 128 128s128-57.308 128-128v0-64c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gif-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31322, "id": 658, "name": "gif-duotone", "prevSize": 16, "code": 60825, "codes": [60825, 60826] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 589 + }, + { + "icon": { + "paths": [ + "M832 512v288c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-288z", + "M864 288h-140.32c1.56-1.32 3.16-2.6 4.68-4 23.757-21.176 38.87-51.61 39.638-85.586l0.002-0.134c0.036-1.149 0.057-2.5 0.057-3.856 0-72.062-58.418-130.48-130.48-130.48-1.342 0-2.68 0.020-4.012 0.061l0.195-0.005c-34.125 0.758-64.576 15.874-85.657 39.523l-0.103 0.117c-14.385 16.596-26.476 35.715-35.452 56.495l-0.548 1.425c-9.524-22.205-21.615-41.324-36.233-58.195l0.233 0.275c-21.184-23.766-51.635-38.882-85.627-39.638l-0.133-0.002c-1.137-0.036-2.475-0.056-3.817-0.056-72.062 0-130.48 58.418-130.48 130.48 0 1.356 0.021 2.707 0.062 4.053l-0.005-0.197c0.77 34.11 15.883 64.545 39.523 85.617l0.117 0.103c1.52 1.32 3.12 2.6 4.68 4h-140.32c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0 256c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-256c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0zM596 146.040c9.929-10.934 24.143-17.824 39.968-18l0.032-0h1.96c36.537 0.236 66.064 29.909 66.064 66.479 0 0.633-0.009 1.265-0.026 1.894l0.002-0.093c-0.176 15.857-7.066 30.071-17.955 39.959l-0.045 0.041c-37.96 33.6-100.96 45.44-140 49.6 4.8-42.36 18-103.92 50-139.88zM339.64 147.48c11.965-11.964 28.467-19.391 46.703-19.48l0.017-0h1.96c15.857 0.176 30.071 7.066 39.959 17.955l0.041 0.045c33.56 37.92 45.4 100.8 49.56 139.68-38.88-4-101.76-16-139.68-49.56-10.934-9.929-17.824-24.143-18-39.968l-0-0.032c-0.016-0.546-0.025-1.187-0.025-1.831 0-18.265 7.375-34.807 19.308-46.812l-0.003 0.003zM160 352h320v128h-320zM224 544h256v256h-256zM800 800h-256v-256h256zM864 480h-320v-128h320v128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gift-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31323, "id": 657, "name": "gift-duotone", "prevSize": 16, "code": 60827, "codes": [60827, 60828] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 590 + }, + { + "icon": { + "paths": [ + "M864 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M896 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 35.346-28.654 64-64 64v0h-288c-0.046-0-0.1-0-0.155-0-23.524 0-45.551 6.404-64.436 17.563l0.59-0.323v-117.24c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v264c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-36c0-35.346 28.654-64 64-64v0h288c70.692 0 128-57.308 128-128v0-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM224 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM352 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM768 320c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["git-branch-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31324, "id": 656, "name": "git-branch-duotone", "prevSize": 16, "code": 60829, "codes": [60829, 60830] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 591 + }, + { + "icon": { + "paths": [ + "M704 512c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192v0c106.039 0 192 85.961 192 192v0z", + "M992 480h-258.32c-16.271-109.107-109.313-191.844-221.68-191.844s-205.409 82.738-221.529 190.615l-0.151 1.229h-258.32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h258.32c16.271 109.107 109.313 191.844 221.68 191.844s205.409-82.738 221.529-190.615l0.151-1.229h258.32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["git-commit-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31325, "id": 655, "name": "git-commit-duotone", "prevSize": 16, "code": 60831, "codes": [60831, 60832] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 592 + }, + { + "icon": { + "paths": [ + "M320 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM800 672c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z", + "M448 608c-17.673 0-32 14.327-32 32v0 114.76l-113.12-113.16c-28.958-28.779-46.881-68.633-46.881-112.673 0-0.157 0-0.314 0.001-0.471l-0 0.024v-148.48c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v148.52c-0 0.167-0.001 0.365-0.001 0.563 0 61.68 25.077 117.502 65.592 157.828l0.009 0.009 113.16 113.080h-114.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM160 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM832 644v-148.48c0-0.167 0.001-0.365 0.001-0.563 0-61.68-25.077-117.502-65.592-157.828l-0.009-0.009-113.16-113.12h114.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-114.76l113.12 113.16c28.958 28.779 46.881 68.633 46.881 112.673 0 0.157-0 0.314-0.001 0.471l0-0.024v148.48c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM800 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["git-diff-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31326, "id": 654, "name": "git-diff-duotone", "prevSize": 16, "code": 60833, "codes": [60833, 60834] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 593 + }, + { + "icon": { + "paths": [ + "M352 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM768 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z", + "M896 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 35.346-28.654 64-64 64v0h-320c-35.346 0-64-28.654-64-64v0-36c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 70.692 57.308 128 128 128v0h128v100c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-100h128c70.692 0 128-57.308 128-128v0-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM192 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM576 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM768 320c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["git-fork-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31327, "id": 653, "name": "git-fork-duotone", "prevSize": 16, "code": 60835, "codes": [60835, 60836] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 594 + }, + { + "icon": { + "paths": [ + "M832 416v32c0 106.039-85.961 192-192 192v0h-96c70.692 0 128 57.308 128 128v0 160h-256v-160c0-70.692 57.308-128 128-128v0h-96c-106.039 0-192-85.961-192-192v0-32c0.329-40.809 13.007-78.591 34.475-109.87l-0.435 0.67c-8.827-22.192-13.945-47.908-13.945-74.819 0-38.29 10.362-74.16 28.436-104.958l-0.53 0.977c0.015-0 0.032-0 0.049-0 73.292 0 137.73 37.907 174.778 95.185l0.494 0.815h129.36c37.542-58.093 101.98-96 175.271-96 0.017 0 0.034 0 0.052 0l-0.003-0c17.543 29.821 27.905 65.691 27.905 103.981 0 26.911-5.119 52.627-14.435 76.227l0.49-1.408c21.033 30.609 33.711 68.391 34.039 109.117l0.001 0.083z", + "M833.2 302.72c6.819-21.191 10.75-45.57 10.75-70.867 0-44.143-11.969-85.49-32.84-120.973l0.609 1.12c-5.636-9.632-15.931-16-27.713-16-0.003 0-0.005 0-0.008 0l0-0c-0.149-0-0.324-0.001-0.5-0.001-78.098 0-147.447 37.459-191.060 95.39l-0.44 0.61h-96c-44.053-58.542-113.402-96.001-191.5-96.001-0.176 0-0.352 0-0.528 0.001l0.028-0c-0.002-0-0.005-0-0.007-0-11.782 0-22.077 6.368-27.631 15.849l-0.082 0.151c-20.269 34.382-32.243 75.751-32.243 119.917 0 25.273 3.921 49.63 11.187 72.496l-0.464-1.693c-18.965 32.535-30.329 71.535-30.759 113.155l-0.001 0.125v32c0.145 112.978 83.817 206.369 192.571 221.742l1.189 0.138c-21.049 26.737-33.76 60.898-33.76 98.028 0 0.032 0 0.065 0 0.097l-0-0.005v32h-96c-53.019 0-96-42.981-96-96v0c0-88.366-71.634-160-160-160v0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c53.019 0 96 42.981 96 96v0c0 88.366 71.634 160 160 160v0h96v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-53.019 42.981-96 96-96s96 42.981 96 96v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-0.027 0-0.060 0-0.092 0-37.13-12.711-71.291-34.019-98.369l0.259 0.341c109.943-15.511 193.615-108.902 193.76-221.865l0-0.015v-32c-0.417-41.75-11.798-80.754-31.394-114.384l0.594 1.104zM800 448c0 88.366-71.634 160-160 160v0h-192c-88.366 0-160-71.634-160-160v0-32c0.424-33.534 10.669-64.591 27.982-90.529l-0.382 0.609c4.061-5.308 6.507-12.039 6.507-19.341 0-4.105-0.773-8.030-2.181-11.636l0.075 0.218c-7.502-18.788-11.853-40.562-11.853-63.353 0-25.689 5.528-50.088 15.459-72.070l-0.446 1.104c54.534 6.032 100.959 36.258 128.862 79.547l0.418 0.693c5.755 8.9 15.614 14.717 26.834 14.76l0.006 0h129.4c0 0 0.001 0 0.001 0 11.272 0 21.182-5.828 26.883-14.635l0.076-0.125c28.318-43.987 74.744-74.214 128.49-80.169l0.79-0.071c9.458 20.853 14.97 45.218 14.97 70.87 0 22.827-4.365 44.635-12.305 64.635l0.415-1.185c-1.364 3.445-2.156 7.437-2.156 11.613 0 7.134 2.309 13.729 6.219 19.078l-0.064-0.091c17.092 25.341 27.476 56.447 27.998 89.946l0.002 0.134z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["github-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31328, "id": 652, "name": "github-logo-duotone", "prevSize": 16, "code": 60837, "codes": [60837, 60838] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 595 + }, + { + "icon": { + "paths": [ + "M880.92 443.36l-368.92 260.64-368.92-260.64 70.92-271.36c1.788-6.862 7.93-11.845 15.235-11.845 6.746 0 12.499 4.249 14.73 10.216l0.036 0.109 78.6 213.52h378.8l78.6-213.52c2.211-6.18 8.016-10.523 14.836-10.523 7.377 0 13.567 5.081 15.261 11.935l0.023 0.108z", + "M920.6 468.4l-79.6-304.4c-5.462-20.807-24.1-35.906-46.265-35.906-20.531 0-38.036 12.955-44.787 31.135l-0.107 0.33-70.72 192.44h-334.24l-70.72-192.52c-6.868-18.494-24.364-31.433-44.883-31.433-22.182 0-40.832 15.122-46.203 35.62l-0.074 0.333-79.6 304.4c-4.758 17.422-7.492 37.425-7.492 58.067 0 76.322 37.376 143.915 94.824 185.472l0.669 0.46 293.080 207.040c7.646 5.457 17.181 8.724 27.48 8.724s19.834-3.268 27.626-8.823l-0.146 0.099 293.080-207.040c58.155-42.015 95.56-109.629 95.56-185.981 0-20.625-2.729-40.612-7.847-59.62l0.367 1.601zM232 230l60.52 165.040c4.629 12.338 16.325 20.96 30.035 20.96 0.002 0 0.003-0 0.005-0l378.88 0c0.001 0 0.003 0 0.005 0 13.71 0 25.406-8.622 29.963-20.739l0.073-0.221 60.52-165.040 52.28 200-332.28 234.84-332.4-234.84zM162.72 496.44l293.8 207.56-82.88 58.6-145.28-102.6c-41.652-30.173-68.433-78.66-68.433-133.401 0-10.664 1.016-21.092 2.958-31.19l-0.165 1.030zM512 860.44l-82.92-58.6 82.92-58.64 82.92 58.56zM795.64 660l-145.28 102.64-82.88-58.64 293.8-207.6c1.781 9.079 2.799 19.518 2.799 30.195 0 54.744-26.784 103.233-67.962 133.076l-0.477 0.329z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gitlab-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31329, "id": 651, "name": "gitlab-logo-duotone", "prevSize": 16, "code": 60839, "codes": [60839, 60840] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 596 + }, + { + "icon": { + "paths": [ + "M814.080 686.080l-293.040 207.040c-2.514 1.799-5.651 2.877-9.040 2.877s-6.526-1.078-9.087-2.909l0.047 0.032-293.040-207.040c-49.903-35.991-82.007-93.967-82.007-159.441 0-17.834 2.382-35.112 6.845-51.532l-0.318 1.373 79.56-304.48c1.788-6.862 7.93-11.845 15.235-11.845 6.746 0 12.499 4.249 14.73 10.216l0.036 0.109 78.6 213.52h378.8l78.6-213.52c2.211-6.18 8.016-10.523 14.836-10.523 7.377 0 13.567 5.081 15.261 11.935l0.023 0.108 79.56 304.48c4.133 15.026 6.508 32.279 6.508 50.087 0 65.518-32.147 123.527-81.528 159.116l-0.58 0.398z", + "M920.6 468.4l-79.6-304.4c-5.462-20.807-24.1-35.906-46.265-35.906-20.531 0-38.036 12.955-44.787 31.135l-0.107 0.33-70.72 192.44h-334.24l-70.72-192.52c-6.868-18.494-24.364-31.433-44.883-31.433-22.182 0-40.832 15.122-46.203 35.62l-0.074 0.333-79.6 304.4c-4.758 17.422-7.492 37.425-7.492 58.067 0 76.322 37.376 143.915 94.824 185.472l0.669 0.46 293.080 207.040c7.646 5.457 17.181 8.724 27.48 8.724s19.834-3.268 27.626-8.823l-0.146 0.099 293.080-207.040c58.155-42.015 95.56-109.629 95.56-185.981 0-20.625-2.729-40.612-7.847-59.62l0.367 1.601zM795.64 660l-283.64 200.36-283.64-200.36c-41.649-30.206-68.425-78.715-68.425-133.477 0-14.89 1.98-29.318 5.69-43.034l-0.265 1.151 66.64-254.64 60.52 165.040c4.629 12.338 16.325 20.96 30.035 20.96 0.002 0 0.003-0 0.005-0l378.88 0c0.001 0 0.003 0 0.005 0 13.71 0 25.406-8.622 29.963-20.739l0.073-0.221 60.52-165.040 66.52 254.6c3.463 12.597 5.453 27.061 5.453 41.989 0 54.722-26.736 103.2-67.859 133.083l-0.474 0.328z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gitlab-logo-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31330, + "id": 650, + "name": "gitlab-logo-simple-duotone", + "prevSize": 16, + "code": 60841, + "codes": [60841, 60842] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 597 + }, + { + "icon": { + "paths": [ + "M416 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M832 448c-59.317 0.058-109.201 40.379-123.797 95.104l-0.203 0.896h-100c-52.137-0.127-98.426-25.054-127.711-63.603l-0.289-0.397-105.24-140.32c43.59-21.033 73.131-64.888 73.131-115.643 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.36 40.407 109.283 95.216 123.763l0.892 0.2v328c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-260l76.8 102.4c41.402 54.528 106.207 89.426 179.172 89.6l0.028 0h100c14.719 55.647 64.615 96 123.935 96 70.692 0 128-57.308 128-128 0-70.67-57.271-127.963-127.932-128l-0.004-0zM256 224c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM384 800c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM832 640c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["git-merge-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31331, "id": 649, "name": "git-merge-duotone", "prevSize": 16, "code": 60843, "codes": [60843, 60844] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 598 + }, + { + "icon": { + "paths": [ + "M384 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM800 672c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z", + "M416 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v264c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-264c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM224 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM352 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM832 644v-148.48c0-0.167 0.001-0.365 0.001-0.563 0-61.68-25.077-117.502-65.592-157.828l-0.009-0.009-113.16-113.12h114.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-114.76l113.12 113.16c28.958 28.779 46.881 68.633 46.881 112.673 0 0.157-0 0.314-0.001 0.471l0-0.024v148.48c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM800 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["git-pull-request-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31332, + "id": 648, + "name": "git-pull-request-duotone", + "prevSize": 16, + "code": 60845, + "codes": [60845, 60846] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 599 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM406.52 672h210.96c-21.48 73.36-57.48 139.48-105.48 191.56-48-52.080-84-118.2-105.48-191.56zM392 608c-5.065-28.861-7.96-62.092-7.96-96s2.895-67.139 8.452-99.46l-0.492 3.46h240c5.065 28.861 7.96 62.092 7.96 96s-2.895 67.139-8.452 99.46l0.492-3.46zM160 512c-0-0.089-0-0.195-0-0.301 0-34.080 4.865-67.025 13.938-98.176l-0.618 2.477h153.84c-4.557 28.851-7.16 62.122-7.16 96s2.603 67.148 7.62 99.621l-0.46-3.621h-153.84c-8.455-28.675-13.32-61.619-13.32-95.699 0-0.106 0-0.212 0-0.317l-0 0.017zM617.48 352h-210.96c21.48-73.36 57.48-139.48 105.48-191.56 48 52.080 84 118.2 105.48 191.56zM696.84 416h153.84c8.456 28.767 13.32 61.815 13.32 96s-4.865 67.233-13.94 98.491l0.619-2.491h-153.84c4.557-28.851 7.16-62.122 7.16-96s-2.603-67.148-7.62-99.621l0.46 3.621zM825.48 352h-141.72c-17.709-68.447-45.558-128.48-82.293-181.929l1.253 1.929c97.797 26.878 176.969 92.088 221.832 178.047l0.928 1.953zM421.28 172c-35.482 51.52-63.331 111.553-80.162 176.038l-0.878 3.962h-141.72c45.791-87.912 124.963-153.122 220.277-179.416l2.483-0.584zM198.52 672h141.72c17.709 68.447 45.558 128.48 82.293 181.929l-1.253-1.929c-97.797-26.878-176.969-92.088-221.832-178.047l-0.928-1.953zM602.72 852c35.482-51.52 63.331-111.553 80.162-176.038l0.878-3.962h141.72c-45.791 87.912-124.963 153.122-220.277 179.416l-2.483 0.584z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["globe-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31333, "id": 647, "name": "globe-duotone", "prevSize": 16, "code": 60847, "codes": [60847, 60848] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 600 + }, + { + "icon": { + "paths": [ + "M860 674.84c-28.568 60-70.044 109.755-121.086 147.248l-1.074 0.752-37.44-37.48c-3.9-3.914-8.805-6.824-14.296-8.308l-0.224-0.052-85.88-22.64c-13.841-3.729-23.86-16.168-23.86-30.947 0-1.642 0.124-3.254 0.362-4.83l-0.022 0.177 9.52-64.8c1.709-11.296 9.117-20.536 19.151-24.801l0.209-0.079 121.84-50.64c3.624-1.545 7.839-2.444 12.265-2.444 8.344 0 15.942 3.193 21.638 8.425l-0.023-0.021zM639.56 420l88.68-103.2c4.803-5.548 7.737-12.829 7.76-20.795l0-0.005v-96c-62.177-45.168-140.032-72.256-224.214-72.256-212.077 0-384 171.923-384 384 0 85.33 27.832 164.159 74.914 227.905l-0.74-1.049 39.68-26.080c8.667-5.786 14.31-15.509 14.36-26.552l0-0.008 0.84-144.92c0.047-6.579 2.057-12.679 5.473-17.755l-0.073 0.115 83.76-125.2c5.83-8.567 15.536-14.12 26.539-14.12 7.074 0 13.613 2.296 18.91 6.183l-0.089-0.063 79.24 52c5.224 3.8 11.767 6.080 18.843 6.080 1.494 0 2.964-0.102 4.404-0.298l-0.167 0.019 125.84-17.040c8.075-1.13 15.053-5.13 20.003-10.916l0.037-0.044z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 160c0.111-0 0.241-0 0.372-0 71.298 0 137.617 21.319 192.93 57.93l-1.302-0.81v78.88l-88.68 102.96-125.88 17.040-1.24-0.88-78.68-51.44c-10.26-7.304-23.047-11.678-36.856-11.678-22.072 0-41.535 11.173-53.040 28.172l-0.144 0.225-83.76 125.2c-6.704 9.901-10.728 22.093-10.8 35.222l-0 0.018-0.92 144.92-13.080 8.6c-31.978-51.985-50.921-114.96-50.921-182.36 0-194.404 157.596-352 352-352l0.001 0zM249.16 745.88l10.080-6.6c17.36-11.572 28.666-31.036 28.76-53.146l0-0.014 0.84-144.92 83.84-125.2c0.368 0.286 0.785 0.576 1.218 0.844l0.062 0.036 78.68 51.48c10.231 7.297 22.988 11.667 36.765 11.667 3.045 0 6.041-0.213 8.972-0.626l-0.337 0.039 125.96-17.080c16.085-2.204 30.009-10.102 39.932-21.56l0.068-0.080 88.68-103.040c9.523-11.106 15.32-25.65 15.32-41.548 0-0.046-0-0.093-0-0.139l0 0.007v-25.32c59.476 62.822 96.046 147.859 96.046 241.437 0 38.554-6.207 75.657-17.677 110.366l0.711-2.483-64.56-59.040c-11.353-10.447-26.568-16.851-43.278-16.851-8.818 0-17.219 1.783-24.862 5.009l0.42-0.158-121.84 50.6c-20.457 8.746-35.253 27.218-38.674 49.441l-0.046 0.359-9.56 64.76c-0.435 2.805-0.684 6.040-0.684 9.334 0 29.575 20.060 54.464 47.316 61.804l0.448 0.103 85.84 22.64 9.44 9.48c-50.221 29.315-110.559 46.622-174.938 46.622-104.444 0-198.249-45.55-262.633-117.869l-0.308-0.353zM740 780l-17.2-17.24c-7.8-7.828-17.61-13.647-28.592-16.617l-0.448-0.103-85.76-22.64 9.56-64.76 121.8-50.64 80.64 73.92c-21.344 38.22-48.032 70.672-79.524 97.682l-0.476 0.398z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["globe-hemisphere-east-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31334, + "id": 646, + "name": "globe-hemisphere-east-duotone", + "prevSize": 16, + "code": 60849, + "codes": [60849, 60850] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 601 + }, + { + "icon": { + "paths": [ + "M852.36 689.92c-62.644 118.031-181.983 198.638-320.729 205.604l-0.911 0.036 12.68-65.76c0.362-1.806 0.569-3.882 0.569-6.006 0-8.429-3.259-16.098-8.586-21.813l0.018 0.019-78.96-81.32c-5.283-5.69-8.525-13.34-8.525-21.747 0-4.712 1.018-9.186 2.847-13.214l-0.082 0.201 54.8-122.96c5.116-11.272 16.272-18.969 29.227-18.969 1.514 0 3.004 0.105 4.462 0.309l-0.168-0.019 91.28 12.32c4.686 0.657 8.902 2.224 12.62 4.52l-0.14-0.080zM466.84 380l49.16-27.040c2.281-1.247 4.25-2.667 6.021-4.299l-0.021 0.019 107.64-97.32c6.442-5.875 10.469-14.304 10.469-23.673 0-5.764-1.524-11.173-4.191-15.844l0.083 0.157-42-75.24c-24.592-5.569-52.833-8.76-81.819-8.76-0.064 0-0.127 0-0.191 0l0.010-0c-0.173-0-0.378-0-0.583-0-91.355 0-175.228 32.031-241.002 85.476l0.705-0.555-47.12 111.4c-1.592 3.672-2.518 7.949-2.518 12.442 0 4.037 0.748 7.9 2.112 11.457l-0.074-0.219 46 122.68c3.89 10.116 12.484 17.638 23.028 19.961l0.212 0.039 10.76 2.32 53.28-93c5.636-9.633 15.931-16 27.713-16 0.017 0 0.033 0 0.050 0l-0.003-0h66.84c0.015 0 0.033 0 0.052 0 5.651 0 10.956-1.483 15.546-4.082l-0.157 0.082z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM864 512c0 0.081 0 0.176 0 0.271 0 47.39-9.406 92.584-26.452 133.816l0.852-2.327-178.8-109.96c-7.146-4.479-15.583-7.63-24.627-8.882l-0.333-0.038-91.28-12.32c-2.502-0.344-5.394-0.541-8.332-0.541-23.629 0-44.288 12.718-55.504 31.682l-0.164 0.299h-34.88l-15.2-31.44c-8.559-17.544-24.452-30.375-43.578-34.602l-0.422-0.078-32-6.92 31.28-54.96h66.84c11.35-0.023 22.003-2.986 31.244-8.167l-0.324 0.167 49-27.040c4.549-2.56 8.481-5.395 12.061-8.614l-0.061 0.054 107.64-97.36c13.034-11.716 21.194-28.632 21.194-47.453 0-11.458-3.024-22.21-8.319-31.501l0.165 0.314-1.44-2.6c119.99 57.861 201.336 178.519 201.44 318.186l0 0.014zM573.24 165.36l34.76 62.24-107.64 97.36-48.96 27.040h-66.84c-0.028-0-0.061-0-0.094-0-23.564 0-44.154 12.735-55.262 31.698l-0.164 0.302-34.92 60.92-40.6-108.16 43.76-103.48c58.755-45.751 133.605-73.351 214.901-73.351 21.592 0 42.729 1.947 63.245 5.675l-2.147-0.324zM160 512c-0-0.106-0-0.232-0-0.358 0-54.831 12.604-106.717 35.073-152.921l-0.912 2.079 45.36 121.080c7.78 20.231 24.967 35.277 46.056 39.922l0.424 0.078 85.72 18.44 15.24 31.68c10.698 21.444 32.449 35.929 57.59 36l0.010 0h5.92l-28.92 64.92c-3.503 7.663-5.545 16.621-5.545 26.057 0 16.78 6.458 32.051 17.023 43.465l-0.038-0.042 0.56 0.56 78.44 80.8-7.76 40c-190.883-4.582-343.912-160.246-344.24-351.728l-0-0.032zM570.32 859.12l4.52-23.24c0.706-3.578 1.11-7.692 1.11-11.901 0-16.89-6.506-32.26-17.148-43.741l0.038 0.041c-0.198-0.179-0.381-0.362-0.554-0.553l-0.006-0.007-78.28-80.76 54.8-122.96 91.28 12.32 182.88 112.48c-53.127 82.509-137.774 140.8-236.531 158.016l-2.109 0.304z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["globe-hemisphere-west-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31335, + "id": 645, + "name": "globe-hemisphere-west-duotone", + "prevSize": 16, + "code": 60851, + "codes": [60851, 60852] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 602 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM862.52 480h-159.32c-5.64-113.84-41.080-221.88-100.48-308 141.116 38.791 245.555 159.489 259.689 306.569l0.111 1.431zM384.92 544h254.16c-6.72 123.48-52 238.48-127.080 319.56-74.92-81.080-120.36-196.080-127.080-319.56zM384.92 480c6.72-123.48 52-238.48 127.080-319.56 74.92 81.080 120.36 196 127.080 319.56zM421.28 172c-59.4 86.12-94.84 194.16-100.48 308h-159.32c14.244-148.51 118.683-269.208 257.322-307.418l2.478-0.582zM161.48 544h159.32c5.64 113.84 41.080 221.88 100.48 308-141.116-38.791-245.555-159.489-259.689-306.569l-0.111-1.431zM602.72 852c59.4-86.24 94.84-194.28 100.48-308h159.32c-14.244 148.51-118.683 269.208-257.322 307.418l-2.478 0.582z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["globe-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31336, "id": 644, "name": "globe-simple-duotone", "prevSize": 16, "code": 60853, "codes": [60853, 60854] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 603 + }, + { + "icon": { + "paths": [ + "M800 384c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z", + "M512 704c176.731 0 320-143.269 320-320s-143.269-320-320-320c-176.731 0-320 143.269-320 320v0c0.205 176.648 143.351 319.795 319.98 320l0.020 0zM512 128c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0c0.159-141.321 114.679-255.841 255.985-256l0.015-0zM823.080 662c5.529 5.743 8.935 13.564 8.935 22.181 0 9.074-3.777 17.265-9.844 23.089l-0.011 0.010c-72.697 70.189-169.457 115.875-276.737 123.519l-1.423 0.081v65.12h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-65.16c-233.262-17.213-415.993-210.695-415.993-446.855 0-120.444 47.53-229.788 124.858-310.296l-0.144 0.151c5.859-6.283 14.184-10.199 23.425-10.199 17.673 0 32 14.327 32 32 0 8.783-3.538 16.739-9.267 22.522l0.002-0.002c-66.435 68.933-107.362 162.848-107.362 266.322 0 212.077 171.923 384 384 384 103.474 0 197.389-40.927 266.44-107.475l-0.118 0.114c5.743-5.528 13.564-8.934 22.18-8.934 9.054 0 17.229 3.76 23.051 9.804l0.010 0.010z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["globe-stand-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31337, "id": 643, "name": "globe-stand-duotone", "prevSize": 16, "code": 60855, "codes": [60855, 60856] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 604 + }, + { + "icon": { + "paths": [ + "M928 608c0 70.68-121.32 128-192 128-70.692 0-128-57.308-128-128s57.308-128 128-128v0c70.68 0 192 57.32 192 128zM288 480c-70.68 0-192 57.32-192 128s121.32 128 192 128c70.692 0 128-57.308 128-128s-57.308-128-128-128v0z", + "M1024 544c-0.182-158.985-129.015-287.818-287.983-288l-448.017-0c-158.985 0.182-287.818 129.015-288 287.983l-0 0.017c0.002 43.073 28.299 79.536 67.318 91.815l0.682 0.185c24.24 81.48 150.52 132 220 132 77.012-0.097 141.291-54.492 156.615-126.953l0.185-1.047h134.4c15.509 73.508 79.788 127.903 156.789 128l0.011 0c69.32 0 195.6-50.64 220-132 39.701-12.464 67.998-48.927 68-92l0-0zM181.8 670.96c-33.8-19.92-53.8-43.44-53.8-62.96s19.64-42.44 52.52-62.2l148.84 148.8c-12.042 5.931-26.212 9.4-41.194 9.4-0.059 0-0.117-0-0.175-0l0.009 0c-30.12 0-72.8-13.28-106.2-33.040zM374.6 649.36l-130.6-130.56c13.095-3.972 28.188-6.431 43.799-6.796l0.201-0.004c53.019 0 96 42.981 96 96v0c0 0.049 0 0.108 0 0.166 0 14.981-3.469 29.152-9.648 41.753l0.248-0.559zM640 608c-0-0.027-0-0.059-0-0.091 0-23.167 8.248-44.408 21.967-60.947l-0.127 0.158 142.16 142.16c-24 9.2-48.6 14.72-68 14.72-53.019 0-96-42.981-96-96v0zM862.52 657.24l-143.68-143.68c5.155-0.983 11.088-1.551 17.152-1.56l0.008-0c30.12 0 72.8 13.28 106.2 33.040s53.8 43.44 53.8 62.96c0 15.16-12 32.8-33.48 49.24zM950.72 566.48c-33.36-73.48-149.36-118.48-214.72-118.48-77.012 0.097-141.291 54.492-156.615 126.953l-0.185 1.047h-134.4c-15.509-73.508-79.788-127.903-156.789-128l-0.011-0c-65.36 0-181.36 45-214.72 118.48-5.723-5.769-9.265-13.709-9.28-22.477l-0-0.003c0.137-123.657 100.343-223.863 223.987-224l448.013-0c123.657 0.137 223.863 100.343 224 223.987l0 0.013c-0.015 8.771-3.557 16.711-9.282 22.482l0.002-0.002z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["goggles-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31338, "id": 642, "name": "goggles-duotone", "prevSize": 16, "code": 60857, "codes": [60857, 60858] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 605 + }, + { + "icon": { + "paths": [ + "M736 352v96c0 123.712-100.288 224-224 224s-224-100.288-224-224v0-96c0-123.712 100.288-224 224-224s224 100.288 224 224v0z", + "M736 96c-17.673 0-32 14.327-32 32v0 54.96c-47.138-53.264-115.667-86.672-192-86.672-141.284 0-255.836 114.451-256 255.697l-0 0.016v96c0.164 141.261 114.716 255.712 256 255.712 76.333 0 144.863-33.409 191.765-86.401l0.235-0.271v54.96c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0c-65.8 0-130.88-32.32-165.76-82.32-5.86-8.316-15.424-13.683-26.24-13.683-17.674 0-32.002 14.328-32.002 32.002 0 6.858 2.157 13.212 5.83 18.421l-0.068-0.101c46.48 66.64 132.16 109.68 218.24 109.68 141.321-0.159 255.841-114.679 256-255.985l0-0.015v-544c0-17.673-14.327-32-32-32v0zM512 640c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-96c0-106.039 85.961-192 192-192s192 85.961 192 192v0 96c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["goodreads-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31339, "id": 641, "name": "goodreads-logo-duotone", "prevSize": 16, "code": 60859, "codes": [60859, 60860] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 606 + }, + { + "icon": { + "paths": [ + "M896 224h-768c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h242.76c8.825-0.004 16.814-3.58 22.6-9.36l-0 0 96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 96 96c5.786 5.78 13.775 9.356 22.599 9.36l242.761 0c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM320 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z", + "M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h242.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 96-96 96 96c11.516 11.588 27.464 18.76 45.087 18.76 0.054 0 0.107-0 0.161-0l-0.008 0h242.76c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 768h-242.76l-96-96c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-96 96h-242.76v-512h768zM320 640c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM320 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM704 640c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM704 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["google-cardboard-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31340, + "id": 640, + "name": "google-cardboard-logo-duotone", + "prevSize": 16, + "code": 60861, + "codes": [60861, 60862] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 607 + }, + { + "icon": { + "paths": [ + "M672 512c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 160c122.947 0.052 231.15 63.13 294.061 158.675l0.819 1.325h-294.88c-84.556 0.098-156.322 54.749-182.002 130.645l-0.398 1.355-92.32-160c64.968-80.757 163.784-132 274.568-132 0.053 0 0.107 0 0.16 0l-0.008-0zM640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM458.88 860c-170.196-26.726-298.839-172.321-298.839-347.963 0-58.192 14.121-113.086 39.123-161.442l-0.924 1.965 147.48 255.44c0.24 0.4 0.52 0.76 0.76 1.12 33.956 57.185 95.395 94.915 165.646 94.915 13.864 0 27.385-1.469 40.415-4.261l-1.26 0.226zM530.88 863.48l147.4-255.48c0.32-0.56 0.56-1.12 0.88-1.68 15.674-27.159 24.921-59.735 24.921-94.471 0-49.218-18.566-94.1-49.076-128.024l0.155 0.175h184.84c15.246 37.94 24.090 81.927 24.090 127.98 0 187.809-147.084 341.264-332.345 351.461l-0.904 0.040z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["google-chrome-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31341, + "id": 639, + "name": "google-chrome-logo-duotone", + "prevSize": 16, + "code": 60863, + "codes": [60863, 60864] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 608 + }, + { + "icon": { + "paths": [ + "M96 640h256l-131.52 219.2c-4.554-2.798-8.252-6.573-10.879-11.051l-0.081-0.149-109.32-191.4c-2.647-4.557-4.208-10.027-4.208-15.863 0-0.259 0.003-0.518 0.009-0.775l-0.001 0.038zM672 640l131.52 219.2c4.565-2.829 8.265-6.645 10.879-11.167l0.081-0.153 109.28-191.28c2.67-4.573 4.247-10.067 4.247-15.93 0-0.236-0.003-0.47-0.008-0.705l0.001 0.035zM401.72 160c-5.641 0.035-10.929 1.514-15.523 4.084l0.163-0.084 125.64 209.32 125.64-209.32c-4.443-2.491-9.746-3.97-15.391-4l-0.009-0z", + "M950.4 607.12l-273.88-449.040c-11.415-18.176-31.354-30.080-54.072-30.080-0.073 0-0.146 0-0.219 0l0.011-0h-220.52c-0.063-0-0.138-0-0.212-0-22.706 0-42.631 11.906-53.872 29.815l-0.155 0.265-0.2 0.28-273.52 448.44c-6.114 9.632-9.743 21.364-9.743 33.944 0 11.675 3.126 22.62 8.587 32.044l-0.164-0.307 109.28 191.28c11.239 19.399 31.9 32.239 55.56 32.24l549.4 0c23.66-0.001 44.321-12.841 55.396-31.933l0.164-0.307 109.28-191.28c5.333-9.11 8.483-20.059 8.483-31.744 0-12.452-3.576-24.069-9.757-33.879l0.155 0.263zM876 608h-185.92l-140.76-234.68 91-151.68zM408.52 608l103.48-172.48 103.48 172.48zM653.88 672l96 160h-475.76l96-160zM512 311.12l-71.52-119.12 143.12-0.2zM383.64 221.64l91.040 151.68-140.8 234.68h-185.88zM146.16 672h149.32l-76.6 127.68zM805.12 799.72l-76.64-127.72h149.64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["google-drive-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31342, + "id": 638, + "name": "google-drive-logo-duotone", + "prevSize": 16, + "code": 60865, + "codes": [60865, 60866] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 609 + }, + { + "icon": { + "paths": [ + "M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z", + "M896 512c0 0.006 0 0.013 0 0.020 0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384 118.941 0 225.253 54.077 295.689 138.986l0.511 0.634c5.016 5.624 8.081 13.083 8.081 21.258 0 17.673-14.327 32-32 32-10.317 0-19.494-4.883-25.346-12.463l-0.055-0.074c-59.123-71.314-147.733-116.397-246.872-116.397-176.731 0-320 143.269-320 320s143.269 320 320 320c165.448 0 301.57-125.559 318.277-286.588l0.116-1.374h-318.4c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["google-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31343, "id": 637, "name": "google-logo-duotone", "prevSize": 16, "code": 60867, "codes": [60867, 60868] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 610 + }, + { + "icon": { + "paths": [ + "M768 352c0.001 0.188 0.001 0.411 0.001 0.634 0 60.537-21.115 116.142-56.381 159.853l0.38-0.487h-200v-416c141.385 0 256 114.615 256 256v0zM256 672c0 141.385 114.615 256 256 256v0-416h-200c-34.886 43.224-56.001 98.829-56.001 159.366 0 0.223 0 0.446 0.001 0.669l-0-0.035z", + "M928 480h-158.040c18.923-37.318 30.008-81.365 30.008-128 0-159.047-128.924-287.982-287.966-288l-0.002-0c-17.673 0-32 14.327-32 32v0 158.040c-37.318-18.923-81.365-30.008-128-30.008-159.047 0-287.982 128.924-288 287.966l-0 0.002c0 17.673 14.327 32 32 32v0h158.040c-18.923 37.318-30.008 81.365-30.008 128 0 159.047 128.924 287.982 287.966 288l0.002 0c17.673 0 32-14.327 32-32v0-158.040c37.318 18.923 81.365 30.008 128 30.008 159.047 0 287.982-128.924 288-287.966l0-0.002c0-17.673-14.327-32-32-32v0zM480 893.72c-109.11-16.35-191.848-109.35-192-221.704l-0-0.016c-0.002-0.331-0.003-0.722-0.003-1.113 0-47.512 14.977-91.527 40.468-127.58l-0.465 0.693h152zM480 480h-349.72c16.35-109.11 109.35-191.848 221.704-192l0.016-0c0.331-0.002 0.722-0.003 1.113-0.003 47.512 0 91.527 14.977 127.58 40.468l-0.693-0.465zM544 130.28c109.11 16.35 191.848 109.35 192 221.704l0 0.016c0.002 0.331 0.003 0.722 0.003 1.113 0 47.512-14.977 91.527-40.468 127.58l0.465-0.693h-152zM672 736c-0.331 0.002-0.722 0.003-1.113 0.003-47.512 0-91.527-14.977-127.58-40.468l0.693 0.465v-152h349.72c-16.35 109.11-109.35 191.848-221.704 192l-0.016 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["google-photos-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31344, + "id": 636, + "name": "google-photos-logo-duotone", + "prevSize": 16, + "code": 60869, + "codes": [60869, 60870] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 611 + }, + { + "icon": { + "paths": [ + "M576 512l-406.72 408c-5.728-5.598-9.28-13.402-9.28-22.035 0-0.058 0-0.116 0-0.174l-0 0.009v-771.6c-0-0.049-0-0.107-0-0.165 0-8.633 3.552-16.437 9.275-22.029l0.006-0.006z", + "M895.28 456.72l-671.28-384.080c-9.237-5.477-20.36-8.714-32.24-8.714s-23.003 3.237-32.537 8.876l0.297-0.163c-18.97 11.025-31.521 31.252-31.521 54.41 0 0.151 0.001 0.302 0.002 0.453l-0-0.023v769.040c-0 0.053-0 0.116-0 0.179 0 23.223 12.621 43.498 31.378 54.34l0.302 0.161c9.237 5.477 20.36 8.714 32.24 8.714s23.003-3.237 32.537-8.876l-0.297 0.163 671.12-384c19.658-10.93 32.739-31.578 32.739-55.28s-13.081-44.349-32.418-55.116l-0.321-0.164zM192 850.68v-677.36l338.76 338.68zM576 557.24l75.68 75.68-354 202.64zM297.6 188.4l354.12 202.68-75.72 75.68zM709.24 600l-88-88 88-88 153.72 88z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["google-play-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31345, + "id": 635, + "name": "google-play-logo-duotone", + "prevSize": 16, + "code": 60871, + "codes": [60871, 60872] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 612 + }, + { + "icon": { + "paths": [ + "M937.36 534.64l-425.36 425.36-425.36-425.36c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 425.36-425.36 425.36 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z", + "M544 64v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM704 224c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM512 800c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM512 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM320 224c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM704 512c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM128 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM320 608c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM896 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["google-podcasts-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31346, + "id": 634, + "name": "google-podcasts-logo-duotone", + "prevSize": 16, + "code": 60873, + "codes": [60873, 60874] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 613 + }, + { + "icon": { + "paths": [ + "M896 256v480h-768v-480z", + "M96 416c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0zM896 384h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 544h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 544h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 576c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0zM224 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM448 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM672 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM128 288h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-768c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["gradient-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31347, "id": 633, "name": "gradient-duotone", "prevSize": 16, "code": 60875, "codes": [60875, 60876] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 614 + }, + { + "icon": { + "paths": [ + "M864 452.28v212.88c0 0.022 0 0.048 0 0.074 0 8.132-3.033 15.555-8.029 21.2l0.029-0.034c-45.2 50.36-155.6 145.6-344 145.6s-298.72-95.24-344-145.6c-4.967-5.611-8-13.035-8-21.166 0-0.026 0-0.052 0-0.078l-0 0.004v-212.88l352 187.72z", + "M1007.040 355.76l-480-256c-4.355-2.365-9.535-3.755-15.040-3.755s-10.685 1.39-15.209 3.838l0.169-0.084-480 256c-10.163 5.497-16.95 16.076-16.95 28.24s6.787 22.743 16.781 28.156l0.169 0.084 111.040 59.24v193.68c-0 0.040-0 0.087-0 0.135 0 16.346 6.163 31.253 16.292 42.524l-0.052-0.058c52.4 58.36 169.8 156.24 367.76 156.24 1.278 0.011 2.788 0.018 4.301 0.018 67.519 0 132.032-12.868 191.22-36.286l-3.521 1.228v131.040c0 17.673 14.327 32 32 32s32-14.327 32-32v0-161.96c43-25.088 79.825-55.073 111.415-89.894l0.345-0.386c10.077-11.212 16.24-26.119 16.24-42.465 0-0.047-0-0.095-0-0.142l0 0.007v-193.68l111.040-59.24c10.163-5.497 16.95-16.076 16.95-28.24s-6.787-22.743-16.781-28.156l-0.169-0.084zM512 800c-173.080 0-274.88-84.56-320-134.84v-159.56l304.96 162.64c4.355 2.365 9.535 3.755 15.040 3.755s10.685-1.39 15.209-3.838l-0.169 0.084 176.96-94.36v185.36c-50.4 23.52-113.92 40.76-192 40.76zM832 665c-19.070 21.104-40.034 39.846-62.827 56.2l-1.173 0.8v-182.28l64-34.12zM752 475.76l-0.88-0.52-224-119.48c-4.232-2.207-9.243-3.502-14.556-3.502-17.673 0-32 14.327-32 32 0 11.974 6.577 22.413 16.316 27.899l0.16 0.083 186.96 99.76-172 91.72-412-219.72 412-219.72 412 219.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["graduation-cap-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31348, "id": 632, "name": "graduation-cap-duotone", "prevSize": 16, "code": 60877, "codes": [60877, 60878] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 615 + }, + { + "icon": { + "paths": [ + "M832 256v224c-176.731 0-320 143.269-320 320v0c0-176.731-143.269-320-320-320v0-224c0.077-0 0.168-0 0.259-0 52.51 0 102.054 12.7 145.728 35.196l-1.786-0.836c46.28-129.6 175.8-194.36 175.8-194.36s129.56 64.76 176 194.32v0c41.845-21.635 91.339-34.32 143.796-34.32 0.072 0 0.144 0 0.216 0l-0.011-0z", + "M832 224c-0.001-0-0.003-0-0.004-0-45.844 0-89.631 8.811-129.758 24.832l2.362-0.832c-57.28-118.8-173-177.84-178.28-180.52-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084c-5.32 2.68-121 61.72-178.28 180.52-37.765-15.189-81.552-24-127.396-24-0.001 0-0.003 0-0.004 0l-0 0c-17.673 0-32 14.327-32 32v0 320c0 194.404 157.596 352 352 352s352-157.596 352-352v0-320c0-17.673-14.327-32-32-32v0zM480 862.24c-144.61-16.824-255.823-138.517-256-286.222l-0-0.018v-62.24c144.61 16.824 255.823 138.517 256 286.222l0 0.018zM480 597.84c-58.417-82.507-149.817-138.342-254.59-148.252l-1.41-0.108v-159.72c144.61 16.824 255.823 138.517 256 286.222l0 0.018zM376.6 276.44c36.88-76.88 105.72-125.4 135.4-143.64 29.76 18.16 98.4 66.4 135.36 143.64-58.987 36.889-105.403 88.973-134.446 150.834l-0.914 2.166c-29.967-64.031-76.397-116.116-133.917-152.134l-1.483-0.866zM800 576c-0.177 147.723-111.39 269.416-254.654 286.112l-1.346 0.128v-62.24c0.177-147.723 111.39-269.416 254.654-286.112l1.346-0.128zM800 449.48c-106.183 10.018-197.583 65.853-255.263 147.264l-0.737 1.096v-21.84c0.177-147.723 111.39-269.416 254.654-286.112l1.346-0.128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["grains-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31349, "id": 631, "name": "grains-duotone", "prevSize": 16, "code": 60879, "codes": [60879, 60880] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 616 + }, + { + "icon": { + "paths": [ + "M832 256v224c-176.731 0-320 143.269-320 320v0c0-176.731-143.269-320-320-320v0-224c0.077-0 0.168-0 0.259-0 52.51 0 102.054 12.7 145.728 35.196l-1.786-0.836c46.28-129.6 175.8-194.36 175.8-194.36s129.56 64.76 176 194.32v0c41.845-21.635 91.339-34.32 143.796-34.32 0.072 0 0.144 0 0.216 0l-0.011-0z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 38.92 42.84q-7.6-0.36-15.24-0.36c-17.673 0-32 14.327-32 32v0 320c0.010 194.396 157.602 351.982 352 351.982 95.199 0 181.571-37.792 244.932-99.191l-0.092 0.089 51.48 56.64c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM480 862.24c-144.61-16.824-255.823-138.517-256-286.222l-0-0.018v-62.24c144.61 16.824 255.823 138.517 256 286.222l0 0.018zM224 449.48v-159.72c19.716 2.24 37.58 6.107 54.74 11.553l-2.020-0.553 268.44 295.24c-11.926 16.584-22.987 35.444-32.252 55.31l-0.908 2.17c-52.582-112.572-159.789-191.798-286.578-203.89l-1.422-0.11zM544 862.24v-62.24c0.028-57.646 16.967-111.33 46.124-156.367l-0.684 1.127 124.32 136.76c-44.443 43.724-103.11 73.111-168.435 80.597l-1.325 0.123zM864 256v320c0 0.058 0 0.126 0 0.193 0 33.238-4.6 65.402-13.199 95.89l0.598-2.483c-3.844 13.663-16.191 23.512-30.839 23.52l-0.001 0c-0.082 0.001-0.179 0.001-0.276 0.001-2.948 0-5.8-0.409-8.503-1.174l0.22 0.053c-13.658-3.852-23.501-16.202-23.501-30.851 0-3.014 0.417-5.93 1.195-8.695l-0.054 0.225c6.562-22.986 10.344-49.388 10.36-76.671l0-0.009v-62.28c-36.481 4.078-69.724 14.461-99.822 30.066l1.582-0.746c-4.43 2.467-9.718 3.919-15.344 3.919-17.673 0-32-14.327-32-32 0-12.728 7.431-23.721 18.192-28.876l0.193-0.083c36.941-19.274 80.115-32.312 125.855-36.461l1.345-0.099v-159.64c-83.149 9.716-154.513 53.421-200.833 116.629l-0.567 0.811c-5.896 8.093-15.341 13.293-26 13.293-17.714 0-32.073-14.36-32.073-32.073 0-7.054 2.277-13.576 6.137-18.872l-0.064 0.092c27.333-37.358 60.776-68.43 99.148-92.334l1.492-0.866c-36.76-77.28-105.44-125.52-135.24-143.68-36.014 22.353-66.856 48.792-93.17 79.251l-0.43 0.509c-5.884 6.547-14.379 10.645-23.832 10.645-17.673 0-32-14.327-32-32 0-7.58 2.636-14.545 7.041-20.028l-0.048 0.062c35.615-41.773 78.004-76.507 125.686-102.829l2.314-1.171c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084c5.28 2.64 121.080 61.72 178.36 180.6 37.74-15.089 81.483-23.84 127.271-23.84 0.059 0 0.119 0 0.178 0l-0.009-0c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["grains-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31350, "id": 630, "name": "grains-slash-duotone", "prevSize": 16, "code": 60881, "codes": [60881, 60882] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 617 + }, + { + "icon": { + "paths": [ + "M608 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M800 608c-0.020-0-0.044-0-0.068-0-29.539 0-56.729 10.056-78.334 26.932l0.282-0.212-92.44-72c6.673-14.908 10.56-32.31 10.56-50.619 0-0.036-0-0.071-0-0.107l0 0.006c0-2.96 0-5.92-0.32-8.84l52.92-17.64c23.168 35.343 62.596 58.363 107.4 58.363 70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128 0 0.041 0 0.082 0 0.123l-0-0.006c0 2.96 0 5.92 0.32 8.84l-52.92 17.64c-23.144-35.389-62.576-58.453-107.396-58.48l-0.004-0c-7.457 0.016-14.752 0.655-21.852 1.869l0.772-0.109-27.36-61.76c29.426-23.654 48.099-59.646 48.099-100 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128 0.12 0 0.24-0 0.359-0l-0.019 0c7.457-0.016 14.752-0.655 21.852-1.869l-0.772 0.109 27.36 61.6c-29.622 23.592-48.441 59.657-48.441 100.117 0 21.343 5.237 41.464 14.496 59.146l-0.335-0.703-102.84 91.36c-20.107-13.719-44.94-21.907-71.685-21.907-70.825 0-128.24 57.415-128.24 128.24s57.415 128.24 128.24 128.24c70.825 0 128.24-57.415 128.24-128.24 0-21.292-5.189-41.373-14.372-59.045l0.337 0.712 102.84-91.36c20 13.63 44.694 21.763 71.288 21.763 29.572 0 56.795-10.057 78.436-26.936l-0.284 0.213 92.44 72c-6.665 14.89-10.551 32.27-10.56 50.557l-0 0.003c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128v0zM800 352c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM320 224c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM224 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM448 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM800 800c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["graph-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31351, "id": 629, "name": "graph-duotone", "prevSize": 16, "code": 60883, "codes": [60883, 60884] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 618 + }, + { + "icon": { + "paths": [ + "M832 224v576c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z", + "M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 480h-256v-256h256zM480 224v256h-256v-256zM224 544h256v256h-256zM800 800h-256v-256h256v256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["grid-four-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31352, "id": 628, "name": "grid-four-duotone", "prevSize": 16, "code": 60885, "codes": [60885, 60886] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 619 + }, + { + "icon": { + "paths": [ + "M896 256v512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 192h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM416 576v-128h192v128zM608 640v128h-192v-128zM160 448h192v128h-192zM416 384v-128h192v128zM672 448h192v128h-192zM864 384h-192v-128h192zM352 256v128h-192v-128zM160 640h192v128h-192zM864 768h-192v-128h192v128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["grid-nine-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31353, "id": 627, "name": "grid-nine-duotone", "prevSize": 16, "code": 60887, "codes": [60887, 60888] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 620 + }, + { + "icon": { + "paths": [ + "M620.8 403.2c-92-92-222.28-110.52-291.2-41.6-12.89 12.946-23.208 28.465-30.114 45.718l-0.326 0.922c-9.893 23.365-32.442 39.55-58.824 39.999l-0.056 0.001c-48.28 1.52-92.28 18.2-125.080 50.96-84.8 84.8-61.88 245.28 51.2 358.4s273.56 136 358.4 51.2c32.76-32.8 49.44-76.8 51.2-125.080 0.45-26.438 16.635-48.987 39.575-58.72l0.425-0.16c18.175-7.232 33.694-17.55 46.645-30.445l-0.005 0.005c68.68-68.92 50.040-199.28-41.84-291.2zM448 672c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z", + "M982.64 169.36l-128-128c-5.789-5.782-13.783-9.357-22.612-9.357-17.673 0-32 14.327-32 32 0 5.488 1.381 10.653 3.816 15.167l-0.084-0.17-241.68 241.64c-91.16-47.44-193.24-43.48-255.080 18.32-15.893 15.959-28.622 35.083-37.157 56.342l-0.403 1.138c-5.264 11.621-16.762 19.56-30.113 19.56-0.031 0-0.061-0-0.092-0l0.005 0c-58.36 1.96-109.040 22.88-146.6 60.44-48.32 48.44-68.64 117.96-57.68 195.84 10.64 74.52 49.32 148.32 109.040 207.72s133.36 98.24 208 108.88c12.081 1.903 26.072 3.034 40.311 3.12l0.089 0c61.28 0 115.32-20.92 155.040-60.64 37.56-37.56 58.48-88.24 60.44-146.6-0-0.010-0-0.022-0-0.034 0-13.398 7.994-24.928 19.472-30.083l0.208-0.084c22.399-8.933 41.524-21.662 57.485-37.565l-0.005 0.005c61.8-61.84 65.76-164 18.32-255.080l241.64-241.68c4.344 2.35 9.509 3.732 14.997 3.732 17.673 0 32-14.327 32-32 0-8.829-3.575-16.823-9.357-22.612l0 0zM800 274.72l-50.72-50.72 98.72-98.76 50.76 50.76zM640 671.72c-9.931 9.89-21.846 17.798-35.094 23.072l-0.706 0.248c-34.89 14.65-59.125 48.169-59.998 87.451l-0.002 0.109c-1.44 41.84-16 77.64-41.72 103.52-33.76 33.72-84 47.8-141.44 39.56-61.040-8.68-122.12-40.92-171.96-90.76s-82.080-110.92-90.76-171.68c-8-57.48 5.84-107.68 39.56-141.44 25.88-25.8 61.68-40.28 103.52-41.8v0c39.397-0.854 72.926-25.097 87.322-59.362l0.238-0.638c5.498-14.032 13.41-26.016 23.326-36.006l-0.006 0.006c21.96-21.96 52-32.52 85.52-32.52 27.784 0.458 54.022 6.583 77.768 17.262l-1.248-0.502-80.32 80.52c-64.406 7.298-113.991 61.474-113.991 127.231 0 70.692 57.308 128 128 128 65.757 0 119.933-49.585 127.177-113.405l0.054-0.586 80.32-80.32c26.080 61.16 22.32 123.96-15.56 162.040zM598.4 425.8c8.249 8.296 16.014 17.101 23.233 26.352l0.487 0.648-61.68 61.68c-11.983-21.477-29.243-38.737-50.068-50.385l-0.652-0.335 61.68-61.72c9.807 7.71 18.547 15.486 26.794 23.754l0.006 0.006zM448 512c35.346 0 64 28.654 64 64v0 0c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0zM643.4 380.6c-8.284-8.253-16.993-16.101-26.084-23.498l-0.636-0.502 87.32-87.36 50.76 50.76-87.32 87.28c-7.899-9.727-15.747-18.436-24.010-26.731l0.010 0.011zM374.6 777.36c5.797 5.793 9.384 13.797 9.384 22.64 0 17.675-14.329 32.004-32.004 32.004-8.833 0-16.829-3.578-22.62-9.364l-128-128c-5.786-5.791-9.364-13.787-9.364-22.62 0-17.675 14.329-32.004 32.004-32.004 8.843 0 16.847 3.586 22.64 9.383l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["guitar-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31354, "id": 626, "name": "guitar-duotone", "prevSize": 16, "code": 60889, "codes": [60889, 60890] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 621 + }, + { + "icon": { + "paths": [ + "M752 704l80-29.080v61.080c0 70.692-57.308 128-128 128v0h-384c-70.692 0-128-57.308-128-128v0-66.92l80-29.080 160 64 160-64zM863.28 345.12c-26-122.92-173.36-217.12-351.28-217.12s-325.28 94.2-351.28 217.12c-0.476 2.068-0.749 4.443-0.749 6.881 0 17.673 14.327 32 32 32 0.109 0 0.217-0.001 0.325-0.002l-0.017 0h639.44c0.092 0.001 0.2 0.001 0.309 0.001 17.673 0 32-14.327 32-32 0-2.439-0.273-4.813-0.789-7.096l0.041 0.214z", + "M192.28 416h639.44c0.096 0.001 0.21 0.001 0.325 0.001 35.346 0 64-28.654 64-64 0-4.79-0.526-9.457-1.524-13.947l0.079 0.426c-29.72-140.48-190.6-242.48-382.6-242.48s-352.88 102-382.6 242.48c-0.918 4.064-1.445 8.731-1.445 13.521 0 35.346 28.654 64 64 64 0.114 0 0.228-0 0.342-0.001l-0.018 0zM512 160c159.28 0 296.84 82.44 319.72 192l-639.72-0.28c23.16-109.28 160.72-191.72 320-191.72zM917.040 609.92l-164.52 60-148.52-59.64c-3.517-1.447-7.601-2.287-11.88-2.287s-8.363 0.84-12.094 2.364l0.214-0.077-148 59.24-148.24-59.24c-3.515-1.445-7.596-2.284-11.872-2.284-3.921 0-7.678 0.705-11.149 1.996l0.221-0.072-176 64c-11.347 5.085-19.108 16.28-19.108 29.288 0 17.673 14.327 32 32 32 3.203 0 6.297-0.471 9.215-1.347l-0.227 0.058 52.92-19.16v21.24c0 88.366 71.634 160 160 160v0h384c88.366 0 160-71.634 160-160v0-38.68l74.92-27.24c13.408-4.015 23.012-16.242 23.012-30.712 0-17.673-14.327-32-32-32-4.665 0-9.097 0.998-13.094 2.793l0.202-0.081zM800 736c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-44.48l47.48-17.28 148.52 59.48c3.517 1.447 7.601 2.287 11.88 2.287s8.363-0.84 12.094-2.364l-0.214 0.077 148-59.24 148 59.24c3.515 1.445 7.596 2.284 11.872 2.284 3.921 0 7.678-0.705 11.149-1.996l-0.221 0.072 37.080-13.48zM64 512c0-17.673 14.327-32 32-32v0h832c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hamburger-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31355, "id": 625, "name": "hamburger-duotone", "prevSize": 16, "code": 60891, "codes": [60891, 60892] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 622 + }, + { + "icon": { + "paths": [ + "M982.64 516l-114.64 114.64c-5.788 5.775-13.777 9.345-22.6 9.345s-16.812-3.571-22.601-9.346l0.001 0.001-150.4-150.64-112 112-128-128 112-112-224.4-224.88c42.483-19.673 92.204-31.148 144.604-31.148 97.127 0 185.047 39.423 248.629 103.141l0.006 0.006 269.4 271.56c5.81 5.794 9.405 13.807 9.405 22.66s-3.595 16.866-9.404 22.659l-0.001 0.001z", + "M1005.36 448l-269.84-271.68c-69.536-69.401-165.526-112.317-271.54-112.317s-202.005 42.916-271.546 112.323l0.006-0.006-0.36 0.36-55.080 56.92c-5.312 5.697-8.573 13.367-8.573 21.799 0 17.673 14.327 32 32 32 8.79 0 16.752-3.544 22.536-9.281l-0.002 0.002 54.92-56.72c21.561-21.556 46.186-40.048 73.167-54.764l1.673-0.836 186 186.2-384 384c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l82.76 82.76c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l384-384 128 127.92c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l114.76-114.76c11.585-11.582 18.75-27.584 18.75-45.26 0-17.636-7.133-33.606-18.672-45.182l0.002 0.002zM242.72 864l-82.72-82.76 272-272 82.72 82.76zM649.36 457.28l-89.36 89.4-82.76-82.68 89.4-89.4c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-189.36-189.32c25.997-7.607 55.862-11.983 86.749-11.983 88.314 0 168.273 35.776 226.173 93.625l-0.002-0.002 176.88 178.040-115.080 114.96-57.36-57.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0zM845.36 607.92l-48-48 114.64-114.92 48 48z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hammer-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31356, "id": 624, "name": "hammer-duotone", "prevSize": 16, "code": 60893, "codes": [60893, 60894] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 623 + }, + { + "icon": { + "paths": [ + "M895.68 832h-767.36c-0.064 0-0.141 0.001-0.217 0.001-17.673 0-32-14.327-32-32 0-1.311 0.079-2.604 0.232-3.874l-0.015 0.153 57-480c2.040-16.020 15.586-28.28 31.996-28.28 0.001 0 0.003 0 0.004 0l653.36-0c0.001-0 0.003-0 0.004-0 16.41 0 29.956 12.26 31.979 28.12l0.017 0.16 57 480c0.138 1.117 0.217 2.41 0.217 3.721 0 17.673-14.327 32-32 32-0.076 0-0.153-0-0.229-0.001l0.012 0z", + "M959.56 792.48l-57.040-480c-3.89-31.963-30.86-56.482-63.557-56.482-0.156 0-0.312 0.001-0.467 0.002l0.024-0h-134.52c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-134.68c-0.132-0.001-0.287-0.002-0.443-0.002-32.697 0-59.667 24.519-63.526 56.173l-0.031 0.308-57.040 480c-0.275 2.226-0.431 4.803-0.431 7.417 0 16.343 6.126 31.256 16.207 42.566l-0.056-0.064c11.832 13.238 28.94 21.547 47.99 21.6l0.010 0h767.68c0.043 0 0.095 0 0.146 0 19.124 0 36.304-8.32 48.119-21.538l0.055-0.062c9.94-11.224 16.010-26.075 16.010-42.343 0-2.67-0.164-5.302-0.481-7.886l0.031 0.31zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM128 800l57.32-480h134.68v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h256v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h135l56.68 480z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["handbag-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31357, "id": 623, "name": "handbag-duotone", "prevSize": 16, "code": 60895, "codes": [60895, 60896] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 624 + }, + { + "icon": { + "paths": [ + "M895.68 832h-767.36c-0.064 0-0.141 0.001-0.217 0.001-17.673 0-32-14.327-32-32 0-1.311 0.079-2.604 0.232-3.874l-0.015 0.153 57-480c2.040-16.020 15.586-28.28 31.996-28.28 0.001 0 0.003 0 0.004 0l653.36-0c0.001-0 0.003-0 0.004-0 16.41 0 29.956 12.26 31.979 28.12l0.017 0.16 57 480c0.138 1.117 0.217 2.41 0.217 3.721 0 17.673-14.327 32-32 32-0.076 0-0.153-0-0.229-0.001l0.012 0z", + "M959.56 792.48l-57.040-480c-3.89-31.963-30.86-56.482-63.557-56.482-0.156 0-0.312 0.001-0.467 0.002l0.024-0h-134.52c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-134.68c-0.132-0.001-0.287-0.002-0.443-0.002-32.697 0-59.667 24.519-63.526 56.173l-0.031 0.308-57.040 480c-0.275 2.226-0.431 4.803-0.431 7.417 0 16.343 6.126 31.256 16.207 42.566l-0.056-0.064c11.832 13.238 28.94 21.547 47.99 21.6l0.010 0h767.68c0.043 0 0.095 0 0.146 0 19.124 0 36.304-8.32 48.119-21.538l0.055-0.062c9.94-11.224 16.010-26.075 16.010-42.343 0-2.67-0.164-5.302-0.481-7.886l0.031 0.31zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM128 800l57.32-480h653.68l56.68 480z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["handbag-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31358, "id": 622, "name": "handbag-simple-duotone", "prevSize": 16, "code": 60897, "codes": [60897, 60898] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 625 + }, + { + "icon": { + "paths": [ + "M64 608h128v224h-128c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0zM816 224c-17.445 0.011-33.954 4.009-48.668 11.132l0.668-0.292c-2.787-59.634-51.813-106.927-111.885-106.927-61.856 0-112 50.144-112 112s50.144 112 112 112c17.397 0 33.867-3.966 48.556-11.044l-0.671 0.291c2.834 59.595 51.84 106.84 111.881 106.84 61.856 0 112-50.144 112-112 0-61.814-50.076-111.932-111.875-112l-0.006-0z", + "M921.32 564.24c-16.306-12.645-37.057-20.271-59.589-20.271-9.024 0-17.762 1.223-26.057 3.513l0.686-0.162-167.36 38.48c1.914-7.75 3.012-16.647 3.012-25.8 0-61.856-50.144-112-112-112-0.004 0-0.009 0-0.013 0l-200.239-0c-0.095-0-0.207-0-0.319-0-35.247 0-67.148 14.327-90.197 37.476l-0.004 0.004-90.48 90.52h-114.76c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h416c0.005 0 0.010 0 0.015 0 2.751 0 5.42-0.35 7.965-1.008l-0.22 0.048 256-64c1.834-0.441 3.421-0.99 4.935-1.67l-0.175 0.070 157.24-66.96c32.52-16.511 54.416-49.71 54.416-88.022 0-31.789-15.074-60.057-38.464-78.046l-0.232-0.171zM64 640h96v160h-96zM877.72 672.84l-152 64.72-249.72 62.44h-252v-178.76l90.52-90.48c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h200.24c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c2.541-0.007 5.011-0.298 7.384-0.843l-0.224 0.043 269.24-61.96c2.758-0.796 5.927-1.254 9.202-1.254 18.999 0 34.4 15.401 34.4 34.4 0 13.148-7.377 24.574-18.217 30.363l-0.185 0.090zM656 384c0.048 0 0.106 0 0.163 0 8.277 0 16.391-0.698 24.287-2.039l-0.849 0.119c19.774 57.485 73.386 98.054 136.473 98.054 79.529 0 144-64.471 144-144s-64.471-144-144-144c-8.333 0-16.5 0.708-24.446 2.067l0.853-0.121c-19.767-57.499-73.385-98.080-136.482-98.080-79.529 0-144 64.471-144 144s64.471 144 144 144c0.001 0 0.001-0 0.002-0l-0 0zM896 336c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM656 160c36.491 0.019 67.267 24.467 76.861 57.875l0.139 0.565c-32.353 22.971-54.627 58.316-59.923 98.995l-0.077 0.725c-5.103 1.152-10.968 1.822-16.987 1.84l-0.013 0c-44.183 0-80-35.817-80-80s35.817-80 80-80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-coins-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31359, "id": 621, "name": "hand-coins-duotone", "prevSize": 16, "code": 60899, "codes": [60899, 60900] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 626 + }, + { + "icon": { + "paths": [ + "M832 304v304c0 176.731-143.269 320-320 320v0c-176.72 0-243-85.12-373.28-360-6.575-11.364-10.455-24.999-10.455-39.54 0-44.183 35.817-80 80-80 29.268 0 54.866 15.717 68.812 39.172l0.203 0.368 74.72 120v-368c0-44.183 35.817-80 80-80s80 35.817 80 80v0-64c0-44.183 35.817-80 80-80s80 35.817 80 80v0 128c0-44.183 35.817-80 80-80s80 35.817 80 80v0z", + "M752 192c-0.046-0-0.102-0-0.157-0-17.391 0-33.849 4-48.502 11.129l0.659-0.289v-26.84c0-0.013 0-0.028 0-0.042 0-61.856-50.144-112-112-112-49.578 0-91.632 32.213-106.374 76.851l-0.226 0.791c-15.43-8.53-33.829-13.55-53.4-13.55-61.838 0-111.971 50.115-112 111.947l-0 0.003v256l-15.28-24.52c-19.746-33.627-55.731-55.846-96.906-55.846-61.856 0-112 50.144-112 112 0 20.265 5.382 39.273 14.795 55.672l-0.289-0.546c64 135.080 115.72 230.88 174.88 290.76 59.76 60.64 127.6 86.48 226.8 86.48 194.313-0.228 351.772-157.687 352-351.978l0-0.022v-304c0-61.856-50.144-112-112-112v0zM800 608c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0c-81.52 0-134.040-19.52-181.32-67.4-52.92-53.64-101.64-144.6-163.080-274.28-0.427-0.94-0.828-1.701-1.265-2.438l0.065 0.118c-4.042-6.885-6.429-15.164-6.429-24 0-26.515 21.495-48.009 48.009-48.009 17.678 0 33.125 9.555 41.457 23.783l0.123 0.227c0.181 0.354 0.367 0.655 0.574 0.94l-0.014-0.020 74.68 120c5.738 9.149 15.769 15.143 27.2 15.143 17.673 0 32-14.327 32-32 0-0.022-0-0.044-0-0.066l0 0.003v-368c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240c0 17.673 14.327 32 32 32s32-14.327 32-32v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 304c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176c0-26.51 21.49-48 48-48s48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31360, "id": 620, "name": "hand-duotone", "prevSize": 16, "code": 60901, "codes": [60901, 60902] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 627 + }, + { + "icon": { + "paths": [ + "M752 384c-44.183 0-80 35.817-80 80v0-224c0-44.183-35.817-80-80-80s-80 35.817-80 80v0-64c0-44.183-35.817-80-80-80s-80 35.817-80 80v0 128c0-44.183-35.817-80-80-80s-80 35.817-80 80v0 304c0 176.731 143.269 320 320 320s320-143.269 320-320v0-144c0-44.183-35.817-80-80-80v0zM512 800c-128 0-192-128-192-128s64-128 192-128 192 128 192 128-64 128-192 128z", + "M752 352c-0.046-0-0.102-0-0.157-0-17.391 0-33.849 4-48.502 11.129l0.659-0.289v-122.84c-0.016-61.844-50.154-111.972-112-111.972-19.587 0-38 5.028-54.018 13.864l0.578-0.292c-15.005-45.365-57.028-77.519-106.56-77.519-61.827 0-111.954 50.098-112 111.914l-0 0.004v26.84c-13.995-6.84-30.452-10.84-47.843-10.84-0.055 0-0.11 0-0.165 0l0.009-0c-61.856 0-112 50.144-112 112v0 304c0 194.404 157.596 352 352 352s352-157.596 352-352v0-144c0-61.856-50.144-112-112-112v0zM800 608c0 159.058-128.942 288-288 288s-288-128.942-288-288v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 144c0 17.673 14.327 32 32 32s32-14.327 32-32v0-272c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM560 672c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 512c-146.080 0-217.64 139.76-220.64 145.68-2.133 4.172-3.383 9.1-3.383 14.32s1.25 10.148 3.467 14.502l-0.084-0.182c3 5.92 74.56 145.68 220.64 145.68s217.64-139.76 220.64-145.68c2.133-4.172 3.383-9.1 3.383-14.32s-1.25-10.148-3.467-14.502l0.084 0.182c-3-5.92-74.56-145.68-220.64-145.68zM512 768c-82.52 0-135.2-66.080-154.8-96 19.6-29.92 72.28-96 154.8-96s135.24 66.12 154.8 96c-19.6 29.92-72.28 96-154.8 96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-eye-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31361, "id": 619, "name": "hand-eye-duotone", "prevSize": 16, "code": 60903, "codes": [60903, 60904] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 628 + }, + { + "icon": { + "paths": [ + "M896 448v64c0 212.077-171.923 384-384 384s-384-171.923-384-384v0-160c0-53.019 42.981-96 96-96s96 42.981 96 96v0-96c0-53.019 42.981-96 96-96s96 42.981 96 96v0c0-53.019 42.981-96 96-96s96 42.981 96 96v0 96h96c53.019 0 96 42.981 96 96v0z", + "M800 320h-64v-64c-0.082-70.63-57.358-127.856-128-127.856-38.166 0-72.431 16.704-95.883 43.201l-0.118 0.135c-23.568-26.62-57.825-43.316-95.982-43.316-65.589 0-119.656 49.332-127.12 112.915l-0.057 0.6c-18.559-11.084-40.934-17.638-64.84-17.638-70.678 0-127.976 57.284-128 127.956l-0 0.002v160c0 229.75 186.25 416 416 416s416-186.25 416-416v0-64c0-70.692-57.308-128-128-128v0zM608 192c35.346 0 64 28.654 64 64v0 64h-128v-64c0-35.346 28.654-64 64-64v0zM352 256c0-35.346 28.654-64 64-64s64 28.654 64 64v0 160c0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM160 352c0-35.346 28.654-64 64-64s64 28.654 64 64v0 64c0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM864 512c-0.004 194.402-157.598 351.994-352 351.994-189.127 0-343.416-149.156-351.654-336.252l-0.026-0.743c18.275 10.692 40.238 17.005 63.676 17.005 38.197 0 72.478-16.768 95.883-43.344l0.122-0.141c23.526 26.71 57.803 43.473 95.994 43.473 31.455 0 60.255-11.371 82.512-30.227l-0.186 0.154c11.683 19.143 27.621 34.62 46.566 45.427l0.634 0.333c-40.248 35.291-65.52 86.812-65.52 144.236 0 0.030 0 0.059 0 0.089l-0-0.004c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128v0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64c-35.346 0-64-28.654-64-64v0-64h256c35.346 0 64 28.654 64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-fist-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31362, "id": 618, "name": "hand-fist-duotone", "prevSize": 16, "code": 60905, "codes": [60905, 60906] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 629 + }, + { + "icon": { + "paths": [ + "M832 432v176c0 176.731-143.269 320-320 320s-320-143.269-320-320v0-48c0-44.183 35.817-80 80-80v0h80v-112c0-44.183 35.817-80 80-80s80 35.817 80 80v0c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0z", + "M752 320c-0.048-0-0.105-0-0.161-0-19.536 0-37.895 5.040-53.848 13.89l0.569-0.29c-14.983-45.403-57.024-77.592-106.584-77.592-31.318 0-59.634 12.854-79.959 33.574l-0.017 0.018c-20.345-20.752-48.67-33.616-80-33.616-61.856 0-112 50.144-112 112 0 0.006 0 0.011 0 0.017l-0-0.001v80h-48c-61.856 0-112 50.144-112 112v0 48c0 194.404 157.596 352 352 352s352-157.596 352-352v0-176c0-61.856-50.144-112-112-112v0zM800 608c0 159.058-128.942 288-288 288s-288-128.942-288-288v0-48c0-26.51 21.49-48 48-48v0h48v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-240c0-26.51 21.49-48 48-48s48 21.49 48 48v0 112c0 17.673 14.327 32 32 32s32-14.327 32-32v0-112c0-26.51 21.49-48 48-48s48 21.49 48 48v0 112c0 17.673 14.327 32 32 32s32-14.327 32-32v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-grabbing-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31363, "id": 617, "name": "hand-grabbing-duotone", "prevSize": 16, "code": 60907, "codes": [60907, 60908] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 630 + }, + { + "icon": { + "paths": [ + "M64 608h128v224h-128c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0zM770.16 160c-0.546-0.007-1.19-0.011-1.836-0.011-64.593 0-120.044 39.137-143.936 94.99l-0.388 1.020c-24.28-56.874-79.732-96.011-144.324-96.011-0.645 0-1.29 0.004-1.934 0.012l0.098-0.001c-87.16 0-157.84 73.24-157.84 160 0 58.24 28 110.84 66.92 160h173.080c44.183 0 80 35.817 80 80s-35.817 80-80 80v0h16l151.12-34.72c88.16-65 200.88-168.36 200.88-285.28 0-86.76-70.68-160-157.84-160z", + "M921.32 564.24c-16.257-12.628-36.955-20.244-59.431-20.244-5.298 0-10.498 0.423-15.566 1.238l0.557-0.074c75.12-75.84 113.12-151.24 113.12-225.16 0-105.88-85.16-192-189.84-192-0.355-0.002-0.775-0.004-1.195-0.004-57.943 0-109.839 25.894-144.746 66.742l-0.219 0.262c-35.126-41.11-87.021-67.004-144.965-67.004-0.42 0-0.84 0.001-1.26 0.004l0.065-0c-104.68 0-189.84 86.12-189.84 192 0 44 12.96 86.76 40.24 132-23.23 6.010-43.189 17.733-58.996 33.596l-0.004 0.004-90.48 90.4h-114.76c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h416c0.005 0 0.010 0 0.015 0 2.751 0 5.42-0.35 7.965-1.008l-0.22 0.048 256-64c1.834-0.441 3.421-0.99 4.935-1.67l-0.175 0.070 157.24-66.96c32.52-16.511 54.416-49.71 54.416-88.022 0-31.789-15.074-60.057-38.464-78.046l-0.232-0.171zM477.84 192c0.542-0.008 1.182-0.013 1.823-0.013 51.266 0 95.301 30.961 114.426 75.206l0.311 0.808c4.916 11.742 16.312 19.841 29.6 19.841s24.684-8.099 29.521-19.63l0.079-0.211c19.435-45.052 63.47-76.013 114.737-76.013 0.641 0 1.281 0.005 1.92 0.014l-0.096-0.001c68.2 0 125.84 58.6 125.84 128 0 78.040-63.16 166.32-182.64 255.6l-44.36 10.2c1.914-7.75 3.012-16.647 3.012-25.8 0-61.856-50.144-112-112-112-0.004 0-0.009 0-0.013 0l-157.279-0c-34.52-46.56-50.72-87.52-50.72-128 0-69.4 57.64-128 125.84-128zM64 640h96v160h-96zM877.72 672.84l-152 64.72-249.72 62.44h-252v-178.76l90.52-90.48c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h200.24c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c2.541-0.007 5.011-0.298 7.384-0.843l-0.224 0.043 269.24-61.96c2.758-0.796 5.927-1.254 9.202-1.254 18.999 0 34.4 15.401 34.4 34.4 0 13.148-7.377 24.574-18.217 30.363l-0.185 0.090z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-heart-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31364, "id": 616, "name": "hand-heart-duotone", "prevSize": 16, "code": 60909, "codes": [60909, 60910] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 631 + }, + { + "icon": { + "paths": [ + "M832 464v144c0 176.731-143.269 320-320 320s-320-143.269-320-320v0-304c0-44.183 35.817-80 80-80s80 35.817 80 80v0-128c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0 224c0-44.183 35.817-80 80-80s80 35.817 80 80v0z", + "M752 352c-0.046-0-0.102-0-0.157-0-17.391 0-33.849 4-48.502 11.129l0.659-0.289v-122.84c-0.016-61.844-50.154-111.972-112-111.972-19.587 0-38 5.028-54.018 13.864l0.578-0.292c-15.005-45.365-57.028-77.519-106.56-77.519-61.827 0-111.954 50.098-112 111.914l-0 0.004v26.84c-13.995-6.84-30.452-10.84-47.843-10.84-0.055 0-0.11 0-0.165 0l0.009-0c-61.856 0-112 50.144-112 112v0 304c0 194.404 157.596 352 352 352s352-157.596 352-352v0-144c0-61.856-50.144-112-112-112v0zM800 608c0 159.058-128.942 288-288 288s-288-128.942-288-288v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 176c0 17.673 14.327 32 32 32s32-14.327 32-32v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 272c0 17.673 14.327 32 32 32s32-14.327 32-32v0-208c0-26.51 21.49-48 48-48s48 21.49 48 48v0 274.68c-91.324 15.993-159.865 94.632-160 189.306l-0 0.014c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128v0c17.673 0 32-14.327 32-32v0-80c0-26.51 21.49-48 48-48s48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-palm-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31365, "id": 615, "name": "hand-palm-duotone", "prevSize": 16, "code": 60911, "codes": [60911, 60912] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 632 + }, + { + "icon": { + "paths": [ + "M832 464v144c0 176.731-143.269 320-320 320v0c-176.72 0-223.24-96-373.28-360-6.575-11.364-10.455-24.999-10.455-39.54 0-44.183 35.817-80 80-80 29.268 0 54.866 15.717 68.812 39.172l0.203 0.368 74.72 120v-432c0-44.183 35.817-80 80-80s80 35.817 80 80v0 224c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0z", + "M752 352c-0.037-0-0.080-0-0.123-0-19.531 0-37.888 5.024-53.849 13.851l0.573-0.29c-14.988-45.395-57.025-77.577-106.579-77.577-17.449 0-33.967 3.99-48.689 11.109l0.668-0.291v-122.8c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 320l-15.28-24.52c-19.765-33.596-55.741-55.788-96.9-55.788-61.883 0-112.048 50.166-112.048 112.048 0 20.723 5.626 40.133 15.434 56.784l-0.285-0.524 18.68 32.92c137.64 242.64 194.6 343.080 382.4 343.080 194.313-0.228 351.772-157.687 352-351.978l0-0.022v-144c0-61.856-50.144-112-112-112v0zM800 608c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0c-150.52 0-191.36-72-326.72-310.72l-18.76-33.080v-0.2c-4.054-6.892-6.449-15.182-6.449-24.032 0-17.644 9.52-33.065 23.704-41.406l0.225-0.122c6.83-4.024 15.047-6.4 23.819-6.4 0.064 0 0.128 0 0.191 0l-0.010-0c0.021-0 0.046-0 0.071-0 17.673 0 33.115 9.551 41.447 23.773l0.123 0.227c0.181 0.354 0.367 0.655 0.574 0.94l-0.014-0.020 74.68 120c5.751 9.077 15.742 15.015 27.12 15.015 17.664 0 31.986-14.312 32-31.973l0-0.001v-432c0-26.51 21.49-48 48-48s48 21.49 48 48v0 272c0 17.673 14.327 32 32 32s32-14.327 32-32v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-pointing-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31366, "id": 614, "name": "hand-pointing-duotone", "prevSize": 16, "code": 60913, "codes": [60913, 60914] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 633 + }, + { + "icon": { + "paths": [ + "M806.2 742.92v0c5.68-21.332 8.943-45.822 8.943-71.075 0-52.977-14.358-102.6-39.394-145.191l0.732 1.346-76-131.64c-1.528-2.719-3.010-5.006-4.616-7.195l0.136 0.195-39.2-59.080 26.28 45.72c-12.157-9.696-27.745-15.558-44.702-15.558-39.765 0-72 32.235-72 72 0 11.91 2.892 23.145 8.011 33.040l-0.189-0.402-94.2-163.040-44-66.040 26.4 45.76c-12.235-9.913-27.991-15.914-45.149-15.914-39.765 0-72 32.235-72 72 0 11.048 2.488 21.515 6.935 30.87l-0.187-0.436-0.24 0.2-28.8-49.88-17.4-20.24-26.32-45.76c-6.064-10.327-9.645-22.745-9.645-36 0-39.767 32.238-72.005 72.005-72.005 26.513 0 49.679 14.329 62.176 35.666l0.184 0.34 28.8 49.88 3.24 5.52c-6.064-10.327-9.645-22.745-9.645-36 0-39.767 32.238-72.005 72.005-72.005 26.513 0 49.679 14.329 62.176 35.666l0.184 0.34 96 166.28c-6.064-10.327-9.645-22.745-9.645-36 0-39.767 32.238-72.005 72.005-72.005 26.513 0 49.679 14.329 62.176 35.666l0.184 0.34 76 131.64c24.264 41.311 38.594 90.99 38.594 144.016 0 82.219-34.453 156.391-89.709 208.866l-0.125 0.118z", + "M672 96v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM815.32 164c4.648 2.84 10.273 4.522 16.29 4.522 0.137 0 0.274-0.001 0.411-0.003l-0.021 0c0.015 0 0.033 0 0.051 0 11.504 0 21.59-6.070 27.23-15.183l0.079-0.137 32-52.44c3.019-4.794 4.81-10.624 4.81-16.873 0-17.673-14.327-32-32-32-11.6 0-21.758 6.172-27.37 15.411l-0.080 0.142-32 52.4c-2.997 4.781-4.775 10.592-4.775 16.817 0 11.527 6.095 21.63 15.237 27.263l0.138 0.079zM885.080 374.12c27.155 45.93 43.199 101.218 43.199 160.253 0 88.131-35.757 167.911-93.555 225.623l-0.004 0.004c-39.545 135.026-162.278 231.965-307.652 231.965-117.806 0-220.744-63.66-276.29-158.455l-0.818-1.51-140-242.52c-8.74-14.903-13.901-32.821-13.901-51.944 0-52.721 39.229-96.279 90.089-103.078l0.532-0.058-16-27.76c-8.759-14.916-13.932-32.853-13.932-51.997 0-51.523 37.467-94.296 86.642-102.558l0.61-0.085c-3.957-10.56-6.247-22.763-6.247-35.502 0-38.23 20.627-71.642 51.359-89.713l0.488-0.265c14.911-8.725 32.832-13.878 51.957-13.878 27.601 0 52.695 10.731 71.338 28.249l-0.055-0.051c19.026-27.205 50.206-44.776 85.49-44.776 38.266 0 71.705 20.666 89.764 51.447l0.265 0.49 48 83.16c19.195-24.955 49.065-40.879 82.654-40.879 38.291 0 71.749 20.694 89.8 51.508l0.266 0.491zM463.68 220v0l23.72 41.080c7.797 7.138 14.44 15.361 19.735 24.466l0.265 0.494 48 83c15.521-20.019 37.789-34.158 63.346-39.017l0.654-0.103-86.44-149.92c-7.045-12.040-19.913-19.999-34.64-19.999-7.364 0-14.263 1.99-20.188 5.461l0.189-0.102c-12.040 7.045-19.999 19.913-19.999 34.64 0 7.364 1.99 14.263 5.461 20.188l-0.102-0.189zM306.96 236.6l23.72 41.12 1.28 1.16c15.495-22.226 38.995-37.948 66.239-43.021l0.641-0.099-22.6-39.16c-7.044-12.043-19.914-20.005-34.644-20.005-18.409 0-33.913 12.435-38.57 29.364l-0.066 0.281c-0.88 3.118-1.387 6.699-1.387 10.398 0 7.354 2.001 14.241 5.488 20.147l-0.101-0.185zM748.76 544l-76-131.64c-7.065-11.954-19.887-19.846-34.552-19.846-22.091 0-40 17.909-40 40 0 6.005 1.323 11.702 3.695 16.813l-0.103-0.247 45.68 78.92c2.693 4.59 4.284 10.109 4.284 16 0 17.686-14.337 32.024-32.024 32.024-11.796 0-22.102-6.377-27.658-15.872l-0.082-0.151-140-241.88c-7.202-11.274-19.651-18.642-33.82-18.642-22.091 0-40 17.909-40 40 0 6.612 1.605 12.85 4.445 18.345l-0.105-0.223 98.52 170.4c2.964 4.761 4.721 10.54 4.721 16.73 0 17.673-14.327 32-32 32-12.076 0-22.59-6.689-28.038-16.565l-0.083-0.165-130.28-225.36c-7.014-12.169-19.952-20.23-34.773-20.23-22.091 0-40 17.909-40 40 0 7.457 2.041 14.438 5.594 20.414l-0.101-0.184 144 249.44c2.695 4.59 4.286 10.109 4.286 16 0 17.677-14.33 32.006-32.006 32.006-11.786 0-22.083-6.37-27.638-15.855l-0.082-0.151-80-138.56c-7.075-11.912-19.873-19.77-34.507-19.77-22.091 0-40 17.909-40 40 0 7.271 1.94 14.088 5.33 19.964l-0.103-0.193 140 242.52c44.965 77.572 127.6 128.912 222.227 128.912 141.385 0 256-114.615 256-256 0-47.499-12.936-91.977-35.478-130.102l0.651 1.19zM829.64 405.96l-76-131.64c-7.075-11.912-19.873-19.77-34.507-19.77-22.091 0-40 17.909-40 40 0 7.271 1.94 14.088 5.33 19.964l-0.103-0.193 23.64 41c7.791 7.167 14.434 15.415 19.733 24.541l0.267 0.499 76 131.64c20.346 34.545 34.662 75.102 40.346 118.378l0.174 1.622c12.367-28.949 19.557-62.631 19.557-97.992 0-47.161-12.789-91.336-35.088-129.244l0.651 1.197zM1005.080 214.2c-4.276-12.98-16.292-22.185-30.458-22.185-3.51 0-6.888 0.565-10.049 1.61l0.226-0.065-60 19.4c-13.017 4.255-22.255 16.289-22.255 30.48 0 17.673 14.327 32 32 32 0.019 0 0.039-0 0.058-0l-0.003 0c3.52-0.014 6.903-0.584 10.070-1.626l-0.23 0.066 60-19.4c12.98-4.276 22.185-16.292 22.185-30.458 0-3.51-0.565-6.888-1.61-10.049l0.065 0.226z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hands-clapping-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31367, "id": 613, "name": "hands-clapping-duotone", "prevSize": 16, "code": 60915, "codes": [60915, 60916] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 634 + }, + { + "icon": { + "paths": [ + "M800 608l-160 160-256-64-224-160 128-256 224-64 224 64h-160l-182.64 177.16c-5.794 5.791-9.378 13.794-9.378 22.633 0 11.329 5.888 21.284 14.77 26.97l0.128 0.077c70.040 44.76 165.12 41.68 241.12-34.84z", + "M479.040 871.76c-3.594 14.031-16.125 24.238-31.040 24.24l-0 0c-0.046 0-0.101 0-0.155 0-2.786 0-5.49-0.35-8.070-1.009l0.225 0.049-128-32c-3.8-0.971-7.135-2.498-10.113-4.512l0.113 0.072-96-64c-8.636-5.821-14.241-15.566-14.241-26.62 0-17.673 14.327-32.001 32.001-32.001 6.62 0 12.77 2.010 17.874 5.453l-0.114-0.072 91.36 60.92 122.64 30.68c14.144 3.515 24.46 16.102 24.46 31.099 0 2.734-0.343 5.389-0.988 7.922l0.048-0.221zM1009.8 485.92c-5.477 16.3-16.904 29.353-31.638 36.833l-0.362 0.167-94.72 47.36-220.32 220.36c-5.79 5.784-13.785 9.361-22.616 9.361-2.765 0-5.447-0.351-8.006-1.010l0.222 0.049-256-64c-4.131-1.056-7.751-2.778-10.936-5.066l0.096 0.066-222.080-158.56-97.12-48.56c-21.146-10.741-35.383-32.331-35.383-57.246 0-10.422 2.491-20.263 6.911-28.958l-0.168 0.364 99.4-198.76c10.741-21.146 32.331-35.383 57.246-35.383 10.422 0 20.263 2.491 28.958 6.911l-0.364-0.168 88.24 44 212-60.56c2.636-0.783 5.666-1.234 8.8-1.234s6.164 0.451 9.026 1.291l-0.226-0.057 212 60.56 88.24-44c8.332-4.252 18.172-6.743 28.594-6.743 24.915 0 46.505 14.237 57.078 35.019l0.168 0.364 99.4 198.76c4.31 8.349 6.837 18.223 6.837 28.687 0 7.21-1.2 14.14-3.41 20.6l0.133-0.448zM825.080 537.68l-108.84-217.68h-127.28l-172.96 168c50.64 32.36 130.040 41.28 201.28-30.52 5.8-5.844 13.836-9.462 22.717-9.462 7.597 0 14.576 2.648 20.065 7.070l-0.061-0.048 137.64 110.28zM74.92 465.68l70.76 35.4 99.4-198.76-70.76-35.4zM752 610.64l-110.84-88.76c-78.16 64-177.4 72.44-259.64 20-17.938-11.541-29.65-31.403-29.65-54.001 0-17.685 7.173-33.695 18.769-45.279l0.001-0.001c0.098-0.118 0.202-0.222 0.316-0.317l0.004-0.003 179.44-174.040-38.4-10.96-201.68 57.64-109.48 218.92 196.8 140.6 232.56 58.12zM948.96 465.68l-99.28-198.76-70.76 35.4 99.4 198.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["handshake-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31368, "id": 612, "name": "handshake-duotone", "prevSize": 16, "code": 60917, "codes": [60917, 60918] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 635 + }, + { + "icon": { + "paths": [ + "M832 544v320c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-320c0-70.692 57.308-128 128-128v0h384c70.692 0 128 57.308 128 128v0z", + "M736 387.2v-35.2c0-70.692-57.308-128-128-128v0h-64v-96h128c17.673 0 32 14.327 32 32v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019-42.981-96-96-96v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v96h-64c-70.692 0-128 57.308-128 128v0 35.2c-73.508 15.509-127.903 79.788-128 156.789l-0 0.011v320c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-320c-0.097-77.012-54.492-141.291-126.953-156.615l-1.047-0.185zM416 288h192c35.346 0 64 28.654 64 64v0 32h-320v-32c0-35.346 28.654-64 64-64v0zM800 864h-576v-320c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0 320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-soap-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31369, "id": 611, "name": "hand-soap-duotone", "prevSize": 16, "code": 60919, "codes": [60919, 60920] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 636 + }, + { + "icon": { + "paths": [ + "M918.64 788l-130.64 130.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-73.4-73.4 176-176 73.4 73.4c5.787 5.79 9.365 13.787 9.365 22.62 0 8.893-3.627 16.938-9.483 22.737l-0.003 0.003zM105.36 742.64c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l130.64 130.76c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l73.4-73.4-176-176z", + "M941.28 720l-144.96-145-145.84-481.16c-11.165-36.081-44.23-61.837-83.311-61.837-21.009 0-40.279 7.443-55.318 19.836l0.149-0.119c-14.89-12.274-34.16-19.717-55.169-19.717-39.081 0-72.146 25.756-83.147 61.22l-0.165 0.617-145.84 481.2-144.96 144.96c-11.573 11.58-18.73 27.574-18.73 45.24s7.157 33.66 18.731 45.24l130.76 130.76c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l193.12-193.24c5.228-5.24 10.104-10.839 14.585-16.754l0.295-0.406c4.776 6.321 9.651 11.919 14.883 17.163l-0.003-0.003 193.12 193.28c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l130.76-130.76c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM258.72 896l-130.72-130.72 50.76-50.76 130.76 130.76zM480 635c0.001 0.143 0.001 0.313 0.001 0.483 0 26.373-10.702 50.247-28 67.516l-97.281 97.001-130.72-130.72 54.6-54.64c3.624-3.625 6.383-8.115 7.939-13.133l0.061-0.227 148-488.88c2.787-9.863 11.707-16.97 22.287-16.97 12.769 0 23.12 10.351 23.12 23.12 0 0.2-0.003 0.4-0.008 0.599l0.001-0.029zM572 703c-17.299-17.27-28.001-41.144-28.001-67.517 0-0.17 0-0.339 0.001-0.509l-0 0.026v-516c0.003-12.766 10.353-23.114 23.12-23.114 10.369 0 19.144 6.826 22.076 16.23l0.044 0.164 148 488.88c1.617 5.245 4.376 9.735 8 13.36l57.96 57.96-133.6 128zM765.28 896l-50.24-50.28 133.56-128 47.4 47.56z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hands-praying-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31370, "id": 610, "name": "hands-praying-duotone", "prevSize": 16, "code": 60921, "codes": [60921, 60922] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 637 + }, + { + "icon": { + "paths": [ + "M800 560v144c0 96-32 160-32 160h-544l-117.28-200c-6.575-11.364-10.455-24.999-10.455-39.54 0-44.183 35.817-80 80-80 29.268 0 54.866 15.717 68.812 39.172l0.203 0.368 74.72 120v-432c0-44.183 35.817-80 80-80s80 35.817 80 80v0 224c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0z", + "M832 560v144c0 102.36-33.96 171.4-35.4 174.32-5.37 10.562-16.154 17.673-28.599 17.68l-0.001 0c-0.006 0-0.014 0-0.021 0-5.201 0-10.109-1.257-14.436-3.483l0.177 0.083c-10.573-5.37-17.691-16.165-17.691-28.623 0-5.211 1.246-10.131 3.455-14.479l-0.084 0.182c0.24-0.48 28.64-59.24 28.64-145.68v-144c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-272c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 432c-0.001 17.672-14.327 31.999-32 31.999-11.404 0-21.415-5.966-27.082-14.947l-0.078-0.132-75.28-120.92c-8.457-14.464-23.912-24.027-41.6-24.027-26.524 0-48.027 21.502-48.027 48.027 0 8.836 2.386 17.115 6.549 24.227l-0.123-0.227 117.16 200c3.454 5.033 5.516 11.256 5.516 17.961 0 17.673-14.327 32-32 32-12.563 0-23.435-7.24-28.672-17.775l-0.084-0.186-117.28-200c-9.554-16.146-15.199-35.584-15.199-56.34 0-61.867 50.153-112.019 112.019-112.019 41.11 0 77.048 22.145 96.535 55.157l0.285 0.522 15.32 24.68v-320c0-61.856 50.144-112 112-112s112 50.144 112 112v0 122.8c14.054-6.827 30.572-10.817 48.021-10.817 49.554 0 91.591 32.182 106.352 76.786l0.227 0.791c15.43-8.53 33.829-13.55 53.4-13.55 61.852 0 111.994 50.138 112 111.989l0 0.001zM960 192h-210.76l73.36-73.36c5.797-5.793 9.384-13.797 9.384-22.64 0-17.675-14.329-32.004-32.004-32.004-8.833 0-16.829 3.578-22.62 9.364l-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.791 5.786 13.787 9.364 22.62 9.364 17.675 0 32.004-14.329 32.004-32.004 0-8.843-3.586-16.847-9.383-22.64l-73.36-73.36h210.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-swipe-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31371, + "id": 609, + "name": "hand-swipe-left-duotone", + "prevSize": 16, + "code": 60923, + "codes": [60923, 60924] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 638 + }, + { + "icon": { + "paths": [ + "M800 560v144c0 96-32 160-32 160h-544l-117.28-200c-6.575-11.364-10.455-24.999-10.455-39.54 0-44.183 35.817-80 80-80 29.268 0 54.866 15.717 68.812 39.172l0.203 0.368 74.72 120v-432c0-44.183 35.817-80 80-80s80 35.817 80 80v0 224c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0z", + "M832 560v144c0 102.36-33.96 171.4-35.4 174.32-5.37 10.562-16.154 17.673-28.599 17.68l-0.001 0c-0.006 0-0.014 0-0.021 0-5.201 0-10.109-1.257-14.436-3.483l0.177 0.083c-10.573-5.37-17.691-16.165-17.691-28.623 0-5.211 1.246-10.131 3.455-14.479l-0.084 0.182c0.24-0.48 28.64-59.24 28.64-145.68v-144c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-272c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 432c-0.001 17.672-14.327 31.999-32 31.999-11.404 0-21.415-5.966-27.082-14.947l-0.078-0.132-75.28-120.92c-8.457-14.464-23.912-24.027-41.6-24.027-26.524 0-48.027 21.502-48.027 48.027 0 8.836 2.386 17.115 6.549 24.227l-0.123-0.227 117.16 200c3.454 5.033 5.516 11.256 5.516 17.961 0 17.673-14.327 32-32 32-12.563 0-23.435-7.24-28.672-17.775l-0.084-0.186-117.28-200c-9.554-16.146-15.199-35.584-15.199-56.34 0-61.867 50.153-112.019 112.019-112.019 41.11 0 77.048 22.145 96.535 55.157l0.285 0.522 15.32 24.68v-320c0-61.856 50.144-112 112-112s112 50.144 112 112v0 122.8c14.054-6.827 30.572-10.817 48.021-10.817 49.554 0 91.591 32.182 106.352 76.786l0.227 0.791c15.43-8.53 33.829-13.55 53.4-13.55 61.852 0 111.994 50.138 112 111.989l0 0.001zM982.64 201.36l-128-128c-5.791-5.786-13.787-9.364-22.62-9.364-17.675 0-32.004 14.329-32.004 32.004 0 8.843 3.586 16.847 9.383 22.64l0 0 73.32 73.36h-210.72c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h210.76l-73.4 73.36c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l128-128c5.81-5.794 9.405-13.807 9.405-22.66 0-8.833-3.579-16.83-9.365-22.62l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-swipe-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31372, + "id": 608, + "name": "hand-swipe-right-duotone", + "prevSize": 16, + "code": 60925, + "codes": [60925, 60926] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 639 + }, + { + "icon": { + "paths": [ + "M832 592v144c0 96-32 160-32 160h-544l-117.28-200c-6.575-11.364-10.455-24.999-10.455-39.54 0-44.183 35.817-80 80-80 29.268 0 54.866 15.717 68.812 39.172l0.203 0.368 74.72 120v-432c0-44.183 35.817-80 80-80s80 35.817 80 80v0 224c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0z", + "M192 304c0-132.548 107.452-240 240-240s240 107.452 240 240v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-97.202-78.798-176-176-176s-176 78.798-176 176v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM752 480c-0.036-0-0.080-0-0.123-0-19.544 0-37.915 5.024-53.892 13.851l0.574-0.291c-14.993-45.387-57.026-77.561-106.574-77.561-17.436 0-33.941 3.984-48.655 11.092l0.669-0.291v-122.8c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 320l-15.28-24.52c-19.772-33.534-55.71-55.679-96.82-55.679-61.867 0-112.019 50.153-112.019 112.019 0 20.756 5.645 40.194 15.484 56.862l-0.285-0.522 117.28 200c5.391 10.509 16.153 17.576 28.565 17.576 17.673 0 32-14.327 32-32 0-6.61-2.004-12.751-5.437-17.85l0.072 0.114-117.16-200c-4.32-7.064-6.878-15.612-6.878-24.758 0-26.51 21.49-48 48-48 17.979 0 33.65 9.885 41.873 24.517l0.125 0.241 0.56 0.92 74.72 120c5.738 9.149 15.769 15.143 27.2 15.143 17.673 0 32-14.327 32-32 0-0.022-0-0.044-0-0.066l0 0.003v-432c0-26.51 21.49-48 48-48s48 21.49 48 48v0 272c0 17.673 14.327 32 32 32s32-14.327 32-32v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 144c0 86.44-28.4 145.2-28.64 145.68-2.126 4.166-3.371 9.086-3.371 14.297 0 12.458 7.118 23.252 17.51 28.539l0.182 0.084c4.15 2.143 9.058 3.4 14.259 3.4 0.021 0 0.043-0 0.064-0l-0.003 0c0.007 0 0.015 0 0.023 0 12.453 0 23.245-7.113 28.533-17.498l0.084-0.182c1.48-2.92 35.4-72 35.4-174.32v-144c0-61.856-50.144-112-112-112-0.014 0-0.028 0-0.042 0l0.002-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-tap-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31373, "id": 607, "name": "hand-tap-duotone", "prevSize": 16, "code": 60927, "codes": [60927, 60928] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 640 + }, + { + "icon": { + "paths": [ + "M853.080 416l-72-124.72c-14.149-23.823-39.746-39.54-69.015-39.54-44.183 0-80 35.817-80 80 0 14.541 3.88 28.177 10.66 39.927l-0.206-0.387-112-194c-14.313-23.040-39.483-38.152-68.182-38.152-44.183 0-80 35.817-80 80 0 13.967 3.579 27.098 9.871 38.526l-0.209-0.414-32-55.4c-14.149-23.823-39.746-39.54-69.015-39.54-44.183 0-80 35.817-80 80 0 14.541 3.88 28.177 10.66 39.927l-0.206-0.387 48 83.32-4.68 4c-13.337-10.319-30.298-16.541-48.713-16.541-44.183 0-80 35.817-80 80 0 14.752 3.993 28.572 10.958 40.438l-0.204-0.376 152 263.32c56.36 96.331 159.313 160.010 277.14 160.010 176.737 0 320.010-143.273 320.010-320.010 0-58.91-15.918-114.102-43.688-161.51l0.817 1.51zM622.72 658.56l0.68-0.4 0.56 0.96z", + "M880.8 400l-72-124.72c-19.718-33.745-55.767-56.055-97.027-56.055-38.065 0-71.694 18.989-91.932 48.011l-0.241 0.365-61.36-106.36c-19.727-33.709-55.756-55.991-96.99-55.991-40.203 0-75.458 21.182-95.214 52.995l-0.276 0.477c-19.76-17.845-46.074-28.764-74.938-28.764-61.856 0-112 50.144-112 112 0 20.571 5.546 39.847 15.225 56.415l-0.286-0.531 13.36 23.16c-57.873 4.79-103.028 52.942-103.028 111.64 0 20.635 5.58 39.966 15.314 56.568l-0.286-0.528 152 263.28c46.539 80.035 121.762 139.056 211.267 163.431l2.453 0.569c27.422 7.62 58.91 12 91.421 12 0.091 0 0.182-0 0.273-0l-0.014 0c194.153-0.332 351.416-157.8 351.416-352 0-64.785-17.502-125.483-48.036-177.623l0.899 1.662zM854.12 650.52c-34 123.923-145.637 213.471-278.19 213.471-106.035 0-198.686-57.304-248.675-142.632l-0.736-1.359-152-263.28c-4.042-6.885-6.429-15.164-6.429-24 0-26.515 21.495-48.009 48.009-48.009 17.678 0 33.125 9.555 41.457 23.783l0.123 0.227 88 152.4c5.532 10.040 16.045 16.73 28.121 16.73 17.673 0 32-14.327 32-32 0-6.19-1.757-11.969-4.8-16.866l0.079 0.136-152-263.24c-4.042-6.884-6.429-15.162-6.429-23.997 0-26.51 21.49-48 48-48 4.42 0 8.701 0.598 12.766 1.716l-0.337-0.079c12.551 3.385 22.818 11.437 29.038 22.133l0.122 0.227 136 235.56c5.724 9.221 15.795 15.27 27.279 15.27 17.673 0 32-14.327 32-32 0-5.597-1.437-10.858-3.962-15.435l0.083 0.165-104-180c-3.777-6.701-6.002-14.712-6.002-23.242 0-26.51 21.49-48 48-48 17.364 0 32.574 9.22 41.002 23.031l0.12 0.211 137.24 237.68c-42.663 35.529-69.62 88.663-69.62 148.093 0 35.302 9.512 68.383 26.112 96.819l-0.492-0.912c5.637 9.636 15.934 16.006 27.72 16.006 17.677 0 32.006-14.33 32.006-32.006 0-5.891-1.592-11.41-4.368-16.151l0.082 0.151c-10.78-18.358-17.147-40.434-17.147-63.996 0-47.123 25.464-88.298 63.383-110.517l0.604-0.327c9.637-5.635 16.009-15.932 16.009-27.718 0-5.892-1.592-11.412-4.37-16.153l0.082 0.151-40-69.28c-3.777-6.701-6.002-14.712-6.002-23.242 0-26.51 21.49-48 48-48 17.364 0 32.574 9.22 41.002 23.031l0.12 0.211 72 124.72c24.439 41.249 38.88 90.918 38.88 143.961 0 26.506-3.606 52.171-10.355 76.529l0.475-2.009zM737.080 119.72c3.773-13.776 16.181-23.732 30.913-23.732 2.947 0 5.801 0.398 8.511 1.144l-0.225-0.053c63.64 17.080 116 56.44 147.44 110.92 2.695 4.59 4.286 10.109 4.286 16 0 17.677-14.33 32.006-32.006 32.006-11.786 0-22.083-6.37-27.638-15.855l-0.082-0.151c-22.88-39.68-61.44-68.48-108.56-81.080-13.776-3.773-23.732-16.181-23.732-30.913 0-2.947 0.398-5.801 1.144-8.511l-0.053 0.225zM323.64 948c-5.912 7.458-14.971 12.199-25.138 12.199-7.516 0-14.427-2.591-19.888-6.929l0.066 0.050c-44-34.76-80.44-78.32-114.4-137.12-2.695-4.59-4.286-10.109-4.286-16 0-17.677 14.33-32.006 32.006-32.006 11.786 0 22.083 6.37 27.638 15.855l0.082 0.151c29.76 51.52 61.080 89.28 98.6 118.88 7.446 5.912 12.179 14.965 12.179 25.122 0 7.505-2.584 14.407-6.91 19.864l0.051-0.066z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hand-waving-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31374, "id": 606, "name": "hand-waving-duotone", "prevSize": 16, "code": 60929, "codes": [60929, 60930] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 641 + }, + { + "icon": { + "paths": [ + "M928 320v384c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z", + "M896 256h-768c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-384c0-35.346-28.654-64-64-64v0zM896 704h-768v-384h768v384zM800 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hard-drive-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31375, "id": 605, "name": "hard-drive-duotone", "prevSize": 16, "code": 60931, "codes": [60931, 60932] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 642 + }, + { + "icon": { + "paths": [ + "M864 608v192c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM832 192h-640c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z", + "M832 544h-640c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM832 800h-640v-192h640v192zM832 160h-640c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM832 416h-640v-192h640v192zM768 320c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM768 704c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hard-drives-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31376, "id": 604, "name": "hard-drives-duotone", "prevSize": 16, "code": 60933, "codes": [60933, 60934] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 643 + }, + { + "icon": { + "paths": [ + "M663.28 384l-46.56 256h-256l46.56-256z", + "M896 352h-194.4l33.88-186.28c0.269-1.56 0.424-3.357 0.424-5.189 0-17.673-14.327-32-32-32-15.461 0-28.361 10.965-31.348 25.543l-0.035 0.206-36 197.72h-190.92l33.88-186.28c0.269-1.56 0.424-3.357 0.424-5.189 0-17.673-14.327-32-32-32-15.461 0-28.361 10.965-31.348 25.543l-0.035 0.206-35.96 197.72h-188.56c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h176.92l-34.92 192h-206c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h194.4l-33.88 186.28c-0.327 1.719-0.515 3.696-0.515 5.716 0 15.649 11.233 28.675 26.076 31.453l0.198 0.031c1.705 0.331 3.665 0.52 5.669 0.52 0.018 0 0.036-0 0.054-0l-0.003 0c15.633-0.023 28.636-11.251 31.409-26.082l0.031-0.198 36-197.72h190.96l-33.88 186.28c-0.327 1.719-0.515 3.696-0.515 5.716 0 15.649 11.233 28.675 26.076 31.453l0.198 0.031c1.705 0.331 3.665 0.52 5.669 0.52 0.018 0 0.036-0 0.054-0l-0.003 0c15.633-0.023 28.636-11.251 31.409-26.082l0.031-0.198 36-197.72h188.56c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-176.92l34.92-192h206c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM590 608h-190.92l34.92-192h190.92z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31377, "id": 603, "name": "hash-duotone", "prevSize": 16, "code": 60935, "codes": [60935, 60936] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 644 + }, + { + "icon": { + "paths": [ + "M640 384v256h-256v-256z", + "M864 608h-192v-192h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192h-192v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v192h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h192v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 608v-192h192v192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hash-straight-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31378, "id": 602, "name": "hash-straight-duotone", "prevSize": 16, "code": 60937, "codes": [60937, 60938] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 645 + }, + { + "icon": { + "paths": [ + "M544 256v512c0 17.673-14.327 32-32 32v0h-160c-0.002 0-0.005 0-0.008 0-159.058 0-288-128.942-288-288 0-0.774 0.003-1.546 0.009-2.319l-0.001 0.119c1.2-158.8 132.8-285.8 291.6-285.8h156.4c17.673 0 32 14.327 32 32v0z", + "M640 320c0-17.673 14.327-32 32-32v0h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0zM960 672h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 416h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 544h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 256v512c0 35.346-28.654 64-64 64v0h-160c-0.003 0-0.006 0-0.009 0-176.731 0-320-143.269-320-320 0-0.858 0.003-1.715 0.010-2.571l-0.001 0.131c1.32-175.080 146.48-317.56 323.6-317.56h156.4c35.346 0 64 28.654 64 64v0zM512 256h-156.4c-142.080 0-258.56 113.96-259.6 254.040-0.005 0.582-0.008 1.271-0.008 1.96 0 141.385 114.615 256 256 256 0.003 0 0.005-0 0.008-0l159.999 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["headlights-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31379, "id": 601, "name": "headlights-duotone", "prevSize": 16, "code": 60939, "codes": [60939, 60940] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 646 + }, + { + "icon": { + "paths": [ + "M320 608v160c0 35.346-28.654 64-64 64v0h-64c-35.346 0-64-28.654-64-64v0-224h128c35.346 0 64 28.654 64 64v0zM768 544c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-224z", + "M807.56 250.64c-75.424-75.852-179.85-122.797-295.24-122.797-229.87 0-416.227 186.3-416.32 416.148l-0 0.009v224c0 53.019 42.981 96 96 96v0h64c53.019 0 96-42.981 96-96v0-160c0-53.019-42.981-96-96-96v0h-94.56c16.933-180.142 167.405-320 350.542-320 0.006 0 0.013 0 0.019 0l2.679-0c182.281 0.795 331.688 140.475 347.9 318.636l0.1 1.364h-94.68c-53.019 0-96 42.981-96 96v0 160c0 53.019 42.981 96 96 96v0h64c53.019 0 96-42.981 96-96v0-224c0.002-0.47 0.003-1.027 0.003-1.583 0-113.87-46.012-216.994-120.459-291.793l0.016 0.016zM256 576c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0-192zM864 768c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["headphones-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31380, "id": 600, "name": "headphones-duotone", "prevSize": 16, "code": 60941, "codes": [60941, 60942] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 647 + }, + { + "icon": { + "paths": [ + "M320 576v160c0 35.346-28.654 64-64 64v0h-64c-35.346 0-64-28.654-64-64v0-224h128c35.346 0 64 28.654 64 64v0zM768 512c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h128v-288z", + "M807.56 218.64c-75.424-75.852-179.85-122.797-295.24-122.797-229.87 0-416.227 186.3-416.32 416.148l-0 0.009v224c0 53.019 42.981 96 96 96v0h64c53.019 0 96-42.981 96-96v0-160c0-53.019-42.981-96-96-96v0h-94.56c17.161-180.194 167.743-320.017 350.982-320.017 97.582 0 185.903 39.654 249.727 103.726l0.011 0.011c55.917 56.195 92.85 131.326 100.343 214.936l0.097 1.344h-94.6c-53.019 0-96 42.981-96 96v0 160c0 53.019 42.981 96 96 96v0h96c0 53.019-42.981 96-96 96v0h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c88.366 0 160-71.634 160-160v0-320c0.002-0.47 0.003-1.027 0.003-1.583 0-113.87-46.012-216.994-120.459-291.793l0.016 0.016zM256 544c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0-192zM768 768c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h96v224z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["headset-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31381, "id": 599, "name": "headset-duotone", "prevSize": 16, "code": 60943, "codes": [60943, 60944] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 648 + }, + { + "icon": { + "paths": [ + "M928 376c0 264-416 488-416 488s-416-224-416-488c0-119.294 96.706-216 216-216v0c90.36 0 167.76 49.24 200 128 32.24-78.76 109.64-128 200-128 119.294 0 216 96.706 216 216v0z", + "M288 544h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h142.88l54.48-81.76c5.819-8.654 15.573-14.271 26.64-14.271s20.821 5.618 26.567 14.157l0.073 0.114 101.36 152 37.36-56c5.821-8.636 15.566-14.24 26.619-14.24 0.007 0 0.015 0 0.022 0l95.999-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-78.88l-54.48 81.76c-5.819 8.654-15.573 14.271-26.64 14.271s-20.821-5.618-26.567-14.157l-0.073-0.114-101.36-152.080-37.36 56c-5.809 8.673-15.565 14.308-26.638 14.32l-0.002 0zM712 128c-82.6 0-154.92 35.52-200 95.56-45.080-60.040-117.4-95.56-200-95.56-136.903 0.159-247.841 111.097-248 247.985l-0 0.015c0 3 0 6 0 9 0.556 17.246 14.67 31.016 32 31.016 17.682 0 32.016-14.334 32.016-32.016 0-0.352-0.006-0.702-0.017-1.051l0.001 0.051c0-2.32 0-4.68 0-7 0.136-101.565 82.435-183.864 183.987-184l0.013-0c77.8 0 143.12 41.44 170.4 108 4.916 11.742 16.312 19.841 29.6 19.841s24.684-8.099 29.521-19.63l0.079-0.211c27.28-66.68 92.6-108 170.4-108 101.565 0.136 183.864 82.435 184 183.987l0 0.013c0 214.44-311.040 408.6-384 451.2-43.32-25.24-170.52-104-266.72-208.84-5.873-6.39-14.271-10.38-23.6-10.38-17.684 0-32.020 14.336-32.020 32.020 0 8.354 3.2 15.962 8.44 21.663l-0.021-0.023c124.68 136 291.72 226.72 298.76 230.52 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.52 432.84-236.16 432.84-516.16-0.159-136.903-111.097-247.841-247.985-248l-0.015-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["heartbeat-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31382, "id": 598, "name": "heartbeat-duotone", "prevSize": 16, "code": 60945, "codes": [60945, 60946] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 649 + }, + { + "icon": { + "paths": [ + "M928 376c0 264-416 488-416 488s-416-224-416-488c0.017-119.281 96.717-215.97 216-215.97 59.639 0 113.633 24.171 152.72 63.25l47.28 47.24 47.28-47.24c39.087-39.079 93.081-63.25 152.72-63.25 119.283 0 215.983 96.69 216 215.969l0 0.001z", + "M712 128c-0.196-0.001-0.427-0.001-0.658-0.001-68.276 0-130.066 27.77-174.692 72.631l-0.010 0.010-24.64 24.64-24.64-24.64c-44.879-44.878-106.878-72.635-175.36-72.635-136.965 0-247.997 111.030-248 247.995l-0 0.001c0 280 415.16 506.68 432.84 516 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.32 432.84-236 432.84-516-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM512 827.2c-73.040-42.56-384-236.44-384-451.2-0-0.007-0-0.016-0-0.025 0-101.62 82.38-184 184-184 50.816 0 96.821 20.6 130.12 53.904l24.64 24.64-41.4 41.48c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l98.12 98.12-66.12 66.080c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l88.72-88.76c5.786-5.79 9.365-13.787 9.365-22.62s-3.579-16.83-9.365-22.62l-98.12-98.2 88.64-88.64c33.299-33.305 79.304-53.905 130.12-53.905 101.62 0 184 82.38 184 184 0 0.009-0 0.017-0 0.026l0-0.001c0 214.44-311.040 408.6-384 451.2z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["heart-break-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31383, "id": 597, "name": "heart-break-duotone", "prevSize": 16, "code": 60947, "codes": [60947, 60948] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 650 + }, + { + "icon": { + "paths": [ + "M928 376c0 264-416 488-416 488s-416-224-416-488c0-119.294 96.706-216 216-216v0c90.36 0 167.76 49.24 200 128 32.24-78.76 109.64-128 200-128 119.294 0 216 96.706 216 216v0z", + "M712 128c-82.6 0-154.92 35.52-200 95.56-45.080-60.040-117.4-95.56-200-95.56-136.903 0.159-247.841 111.097-248 247.985l-0 0.015c0 280 415.16 506.64 432.84 516 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.36 432.84-236 432.84-516-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM512 827.2c-73.040-42.56-384-236.44-384-451.2 0.136-101.565 82.435-183.864 183.987-184l0.013-0c77.8 0 143.12 41.44 170.4 108 4.916 11.742 16.312 19.841 29.6 19.841s24.684-8.099 29.521-19.63l0.079-0.211c27.28-66.68 92.6-108 170.4-108 101.565 0.136 183.864 82.435 184 183.987l0 0.013c0 214.44-311.040 408.6-384 451.2z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["heart-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31384, "id": 596, "name": "heart-duotone", "prevSize": 16, "code": 60949, "codes": [60949, 60950] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 651 + }, + { + "icon": { + "paths": [ + "M512 288v576s-416-224-416-488c0-119.294 96.706-216 216-216v0c90.36 0 167.76 49.24 200 128z", + "M712 128c-82.6 0-154.92 35.52-200 95.56-45.080-60.040-117.4-95.56-200-95.56-136.903 0.159-247.841 111.097-248 247.985l-0 0.015c0 280 415.16 506.68 432.84 516 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.32 432.84-236 432.84-516-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM128 376c0.136-101.565 82.435-183.864 183.987-184l0.013-0c75.64 0 139.44 39.16 168 102.6v513.4c-105.64-66.24-352-240.88-352-432zM544 808v-513.4c28.56-63.44 92.36-102.6 168-102.6 101.565 0.136 183.864 82.435 184 183.987l0 0.013c0 190.84-246.32 365.64-352 432z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["heart-half-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31385, "id": 595, "name": "heart-half-duotone", "prevSize": 16, "code": 60951, "codes": [60951, 60952] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 652 + }, + { + "icon": { + "paths": [ + "M869.44 533.44l-357.44 362.56-357.44-362.56c-36.198-36.198-58.586-86.204-58.586-141.44 0-110.472 89.555-200.026 200.026-200.026 55.236 0 105.242 22.389 141.44 58.586l-0-0 74.56 69.44 74.56-69.44c36.198-36.198 86.204-58.586 141.44-58.586 110.472 0 200.026 89.555 200.026 200.026 0 55.236-22.389 105.242-58.586 141.44l-0 0z", + "M892 228c-42.035-41.93-100.050-67.858-164.12-67.858-63.951 0-121.869 25.831-163.89 67.628l0.010-0.010-52 50.12-52-50.24c-41.979-41.954-99.959-67.902-164-67.902-128.131 0-232.002 103.871-232.002 232.002 0 64.090 25.988 122.111 68.001 164.099l0.001 0.001 357.48 362.64c5.808 5.895 13.877 9.546 22.8 9.546s16.992-3.652 22.796-9.543l0.004-0.004 356.92-362.48c41.868-42.018 67.754-99.986 67.754-164s-25.886-121.982-67.761-164.007l0.007 0.007zM846.56 511.040l-334.56 339.36-334.84-339.68c-30.4-30.405-49.203-72.407-49.203-118.8 0-92.796 75.226-168.023 168.023-168.023 46.403 0 88.413 18.811 118.82 49.222l0.4 0.4 50.68 48.76-40 38.6c-6.051 5.83-9.809 14.004-9.809 23.056 0 8.835 3.58 16.834 9.369 22.624l105.32 105.44-41.4 41.4c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l64-64c5.786-5.79 9.365-13.787 9.365-22.62s-3.579-16.83-9.365-22.62l-104.96-105.080 115.56-111.24c30.399-30.364 72.377-49.143 118.74-49.143 92.796 0 168.023 75.226 168.023 168.023 0 46.433-18.835 88.467-49.281 118.879l-0.001 0.001z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["heart-straight-break-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31386, + "id": 594, + "name": "heart-straight-break-duotone", + "prevSize": 16, + "code": 60953, + "codes": [60953, 60954] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 653 + }, + { + "icon": { + "paths": [ + "M869.44 533.44l-357.44 362.56-357.44-362.56c-36.198-36.198-58.586-86.204-58.586-141.44 0-110.472 89.555-200.026 200.026-200.026 55.236 0 105.242 22.389 141.44 58.586l-0-0 74.56 69.44 74.56-69.44c36.198-36.198 86.204-58.586 141.44-58.586 110.472 0 200.026 89.555 200.026 200.026 0 55.236-22.389 105.242-58.586 141.44l-0 0z", + "M892 228c-42.014-41.912-100.001-67.828-164.041-67.828-63.841 0-121.666 25.755-163.652 67.441l0.013-0.013-52.32 48.6-52.36-48.76c-41.961-41.847-99.869-67.722-163.82-67.722-128.131 0-232.002 103.871-232.002 232.002 0 64.18 26.060 122.273 68.177 164.275l0.005 0.005 357.4 362.64c5.808 5.895 13.877 9.546 22.8 9.546s16.992-3.652 22.796-9.543l0.004-0.004 357-362.64c41.955-41.979 67.902-99.959 67.902-164s-25.948-122.021-67.903-164.001l0.001 0.001zM846.6 511.040l-334.6 339.36-334.8-339.68c-30.404-30.404-49.209-72.406-49.209-118.8 0-92.789 75.22-168.009 168.009-168.009 46.394 0 88.396 18.805 118.8 49.209l0.8 0.8 74.6 69.4c5.697 5.313 13.368 8.574 21.8 8.574s16.103-3.262 21.819-8.592l-0.019 0.017 75.4-70.2c30.396-30.356 72.366-49.129 118.72-49.129 92.789 0 168.009 75.22 168.009 168.009 0 46.434-18.837 88.469-49.287 118.878l-0.002 0.002z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["heart-straight-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31387, "id": 593, "name": "heart-straight-duotone", "prevSize": 16, "code": 60955, "codes": [60955, 60956] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 654 + }, + { + "icon": { + "paths": [ + "M896 320.72v382.56c-0.028 12.012-6.67 22.466-16.477 27.917l-0.163 0.083-352 192.72c-4.434 2.472-9.727 3.927-15.36 3.927s-10.926-1.455-15.523-4.011l0.163 0.083-352-192.72c-9.97-5.534-16.612-15.988-16.64-27.996l-0-0.004v-382.56c0.028-12.012 6.67-22.466 16.477-27.917l0.163-0.083 352-192.72c4.434-2.472 9.727-3.927 15.36-3.927s10.926 1.455 15.523 4.011l-0.163-0.083 352 192.72c9.97 5.534 16.612 15.988 16.64 27.996l0 0.004z", + "M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM864 703.28l-352 192.72-352-192.72v-382.56l352-192.72 352 192.68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hexagon-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31388, "id": 592, "name": "hexagon-duotone", "prevSize": 16, "code": 60957, "codes": [60957, 60958] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 655 + }, + { + "icon": { + "paths": [ + "M992 781.24v18.76c0 17.673-14.327 32-32 32v0h-357.12c-0.044 0-0.095 0-0.147 0-13.227 0-24.579-8.025-29.454-19.471l-0.079-0.209c-71.16-175.2-243.68-300.32-445.2-300.32 0-124 50.36-235.12 128-320l448 448 212.84 48c43.23 9.736 75.055 47.757 75.16 93.228l0 0.012z", + "M924 656.76l-204-45.92-441.36-441.48c-5.79-5.788-13.788-9.368-22.623-9.368-9.34 0-17.746 4.002-23.596 10.384l-0.022 0.024c-87.96 96.16-136.4 217.6-136.4 341.6v288c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-195.76c9.96 5.8 19.76 12 29.36 18.56 71.971 49.852 127.813 118.356 161.104 198.579l1.096 2.981c9.72 23.448 32.426 39.641 58.915 39.641 0.142 0 0.285-0 0.427-0.001l-0.022 0h357.12c35.346 0 64-28.654 64-64v0-18.92c0-0.095 0-0.207 0-0.32 0-60.551-42.415-111.195-99.155-123.842l-0.845-0.158zM288 800h-128v-254.84c46.875 3.397 90.405 13.552 131.010 29.523l-3.010-1.043zM960 800h-357.28c-39.273-94.876-102.985-172.986-183.381-228.726l-1.699-1.114c-71.993-50.339-159.908-82.733-254.966-88.961l-1.514-0.079c7.76-92.643 42.953-175.831 97.325-242.821l-0.645 0.821 423.52 423.52c4.161 4.147 9.459 7.155 15.385 8.518l0.215 0.042 212.96 48c28.819 6.29 50.080 31.59 50.080 61.856 0 0.065-0 0.13-0 0.194l0-0.010z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["high-heel-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31389, "id": 591, "name": "high-heel-duotone", "prevSize": 16, "code": 60959, "codes": [60959, 60960] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 656 + }, + { + "icon": { + "paths": [ + "M783.52 783.52c-31.447 31.52-68.347 57.583-109.169 76.654l-2.351 0.986v-253.16c0-17.673-14.327-32-32-32v0h-32v-288l-192 96v192h-32c-17.673 0-32 14.327-32 32v0 253.16c-133.322-62.148-224.068-195.032-224.068-349.11 0-212.077 171.923-384 384-384s384 171.923 384 384c0 106.009-42.957 201.986-112.414 271.472l0.002-0.002z", + "M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM384 840v-232h256v232c-37.954 15.19-81.948 24.001-128 24.001s-90.046-8.81-130.388-24.838l2.388 0.837zM576 544h-128v-140.24l128-64zM760.88 760.88c-16.905 16.935-35.517 32.155-55.561 45.382l-1.319 0.818v-199.080c0-35.346-28.654-64-64-64v0-256c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-192 96c-10.567 5.373-17.68 16.164-17.68 28.617 0 0.008 0 0.016 0 0.024l-0-0.001v160c-35.346 0-64 28.654-64 64v0 199.080c-96.944-63.751-160.059-172.037-160.059-295.064 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.183-39.384 185.168-103.061 248.865l0.001-0.001z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["highlighter-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31390, + "id": 590, + "name": "highlighter-circle-duotone", + "prevSize": 16, + "code": 60961, + "codes": [60961, 60962] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 657 + }, + { + "icon": { + "paths": [ + "M928 512l-89.56 328.4c-3.819 13.709-16.193 23.6-30.878 23.6-0.001 0-0.002-0-0.002-0l-103.56 0c-17.673 0-32-14.327-32-32v0-96h-320v96c0 17.673-14.327 32-32 32v0h-103.56c-0.001 0-0.001 0-0.002 0-14.685 0-27.059-9.891-30.824-23.375l-0.054-0.225-89.56-328.4 192-288 224 128 224-128z", + "M954.64 494.24l-225.2-337.76c-11.643-17.271-31.132-28.48-53.238-28.48-0.001 0-0.001 0-0.002 0l-328.2-0c-0-0-0.001-0-0.002-0-22.107 0-41.596 11.209-53.094 28.253l-0.145 0.227-225.2 337.76c-3.363 4.986-5.368 11.129-5.368 17.74 0 2.996 0.412 5.895 1.181 8.645l-0.054-0.225 89.56 328.44c7.694 27.299 32.305 47.001 61.542 47.16l0.018 0h103.56c35.346 0 64-28.654 64-64v0-64h256v64c0 35.346 28.654 64 64 64v0h103.56c29.337-0.065 54.047-19.797 61.651-46.708l0.109-0.452 89.56-328.44c0.716-2.525 1.128-5.424 1.128-8.42 0-6.611-2.005-12.754-5.44-17.854l0.072 0.114zM320 704v-424.84l96 54.84v210c0 17.673 14.327 32 32 32s32-14.327 32-32v0-173.44l16 9.44c4.59 2.695 10.109 4.287 16 4.287s11.41-1.592 16.151-4.369l-0.151 0.082 16-9.24v141.24c0 17.673 14.327 32 32 32s32-14.327 32-32v0-178l96-54.84v424.84zM676.2 192l14.16 21.24-178.36 101.92-178.36-101.92 14.36-21.24zM320 832h-103.56l-85.72-314.36 125.28-187.96v374.32c0 35.346 28.654 64 64 64v0zM807.56 832h-103.56v-64c35.346 0 64-28.654 64-64v0-374.32l125.28 188z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hoodie-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31391, "id": 589, "name": "hoodie-duotone", "prevSize": 16, "code": 60963, "codes": [60963, 60964] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 658 + }, + { + "icon": { + "paths": [ + "M896 517.48c-2.88 205.92-170.28 374.36-376.2 378.44-2.643 0.064-5.757 0.1-8.879 0.1-51.223 0-100.152-9.817-145.011-27.671l2.65 0.93 143.44-197.28c-106.56-64-228.92-45.2-298.8-33.36-4.831 0.862-10.393 1.355-16.070 1.355-31.995 0-60.334-15.652-77.778-39.716l-0.192-0.279-55.16-88 416-256v-128h32c0.012-0 0.025-0 0.039-0 212.077 0 384 171.923 384 384 0 1.927-0.014 3.85-0.042 5.77l0.003-0.29z", + "M544 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM928 517.92c-3.864 224.045-183.771 404.82-407.107 410.071l-0.493 0.009h-8.68c-0.862 0.006-1.881 0.010-2.9 0.010-105.385 0-201.557-39.445-274.558-104.376l0.419 0.366c-6.624-5.909-10.775-14.47-10.775-24 0-17.737 14.379-32.115 32.115-32.115 8.207 0 15.694 3.078 21.372 8.143l-0.032-0.028c23.187 20.818 49.653 38.677 78.382 52.598l2.018 0.882 106.24-146.12c-91.12-39.32-189.88-22.6-245.6-13.16-6.516 1.182-14.016 1.858-21.674 1.858-42.497 0-80.133-20.815-103.269-52.805l-0.257-0.373-1.2-1.72-55.12-88c-3.049-4.812-4.86-10.671-4.86-16.953 0-11.463 6.027-21.517 15.085-27.169l0.135-0.079 400.76-246.84v-110.12c0-17.673 14.327-32 32-32v0h32c0.013-0 0.027-0 0.042-0 229.75 0 416 186.25 416 416 0 2.082-0.015 4.16-0.046 6.234l0.004-0.314zM864 517.040c0.023-1.499 0.036-3.268 0.036-5.040 0-194.404-157.596-352-352-352-0.013 0-0.025 0-0.038 0l0.002-0v96c-0.007 11.463-6.041 21.516-15.105 27.161l-0.135 0.079-388.52 239.12 37.44 60c11.733 15.675 30.256 25.712 51.123 25.712 3.957 0 7.83-0.361 11.588-1.052l-0.391 0.060c64-10.8 195.080-32.96 312.28 32.72 84.681-4.647 151.603-74.39 151.72-159.788l0-0.012c0-17.673 14.327-32 32-32s32 14.327 32 32v0c-0.167 117.725-91.011 214.179-206.421 223.271l-0.779 0.049-108.44 149.12c27.382 7.392 58.82 11.638 91.25 11.638 2.641 0 5.275-0.028 7.902-0.084l-0.392 0.007c189.339-4.551 341.5-157.439 344.875-346.639l0.005-0.321z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["horse-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31392, "id": 588, "name": "horse-duotone", "prevSize": 16, "code": 60965, "codes": [60965, 60966] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 659 + }, + { + "icon": { + "paths": [ + "M755.28 328l-243.28 184-243.2-182.4c-7.807-5.9-12.8-15.167-12.8-25.6v0-144c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0 142.56c-0.033 10.36-4.985 19.557-12.641 25.383l-0.079 0.057zM256 720v144c0 17.673 14.327 32 32 32v0h448c17.673 0 32-14.327 32-32v0-142.56c-0.007-10.39-4.964-19.622-12.641-25.463l-0.079-0.057-243.28-183.92-243.2 182.4c-7.807 5.9-12.8 15.167-12.8 25.6v0z", + "M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.049-20.776-9.936-39.233-25.246-50.967l-0.154-0.113-209.52-158.36 209.52-158.36c15.464-11.847 25.351-30.304 25.4-51.072l0-0.008zM736 864h-448v-144l224-168 224 169.4zM736 302.56l-224 169.44-224-168v-144h448z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hourglass-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31393, "id": 587, "name": "hourglass-duotone", "prevSize": 16, "code": 60967, "codes": [60967, 60968] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 660 + }, + { + "icon": { + "paths": [ + "M768 256v46.56c-0.033 10.36-4.985 19.557-12.641 25.383l-0.079 0.057-243.28 184-243.2-182.4c-7.807-5.9-12.8-15.167-12.8-25.6v0-48z", + "M736 96h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.049-20.776-9.936-39.233-25.246-50.967l-0.154-0.113-209.52-158.36 209.52-158.36c15.464-11.847 25.351-30.304 25.4-51.072l0-0.008v-142.56c0-35.346-28.654-64-64-64v0zM736 160v64h-448v-64zM736 864h-448v-144l224-168 224 169.4zM512 472l-224-168v-16h448v14.56z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hourglass-high-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31394, "id": 586, "name": "hourglass-high-duotone", "prevSize": 16, "code": 60969, "codes": [60969, 60970] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 661 + }, + { + "icon": { + "paths": [ + "M768 736v128c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32v0-128z", + "M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.056-20.763-9.941-39.205-25.246-50.927l-0.154-0.113-209.52-158.4 209.52-158.36c15.464-11.847 25.351-30.304 25.4-51.072l0-0.008zM712.92 704h-403.6l202.68-152zM288 864v-96h448v96zM736 302.56l-224 169.44-224-168v-144h448z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hourglass-low-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31395, "id": 585, "name": "hourglass-low-duotone", "prevSize": 16, "code": 60971, "codes": [60971, 60972] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 662 + }, + { + "icon": { + "paths": [ + "M723.68 352l-211.68 160-213.32-160z", + "M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.049-20.776-9.936-39.233-25.246-50.967l-0.154-0.113-209.52-158.36 209.52-158.36c15.464-11.847 25.351-30.304 25.4-51.072l0-0.008zM288 160h448v142.56l-23.080 17.44h-403.6l-21.32-16zM512 472l-117.32-88h233.6zM736 864h-448v-144l192-144v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-95.68l192 145.12z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hourglass-medium-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31396, + "id": 584, + "name": "hourglass-medium-duotone", + "prevSize": 16, + "code": 60973, + "codes": [60973, 60974] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 663 + }, + { + "icon": { + "paths": [ + "M822.56 214.64l-310.56 297.36-310.56-297.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.654 14.296-31.969 31.942-32l0.003-0h576c17.65 0.031 31.945 14.346 31.945 32 0 8.843-3.587 16.848-9.385 22.64l-0 0zM512 512l-310.56 297.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.654 14.296 31.969 31.942 32l0.003 0h576c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0z", + "M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.333 0.017-63.97 28.664-63.97 64 0 17.666 7.157 33.66 18.731 45.24l-0-0c0.185 0.165 0.355 0.335 0.515 0.514l0.005 0.006 286.44 274.24-286.44 274.24c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM800 192l-288 275.68-288-275.68zM224 832l288-275.68 288 275.68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hourglass-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31397, + "id": 583, + "name": "hourglass-simple-duotone", + "prevSize": 16, + "code": 60975, + "codes": [60975, 60976] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 664 + }, + { + "icon": { + "paths": [ + "M745.92 288l-233.92 224-233.92-224z", + "M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.333 0.017-63.97 28.664-63.97 64 0 17.666 7.157 33.66 18.731 45.24l-0-0c0.185 0.165 0.355 0.335 0.515 0.514l0.005 0.006 286.44 274.24-286.44 274.24c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM357.72 320h308.56l-154.28 147.68zM800 192l-66.8 64h-442.32l-66.88-64zM224 832l288-275.68 288 275.68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hourglass-simple-high-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31398, + "id": 582, + "name": "hourglass-simple-high-duotone", + "prevSize": 16, + "code": 60977, + "codes": [60977, 60978] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 665 + }, + { + "icon": { + "paths": [ + "M800 864h-576c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 110.12-105.36h401.040l110.040 105.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.654-14.296 31.969-31.942 32l-0.003 0z", + "M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.333 0.017-63.97 28.664-63.97 64 0 17.666 7.157 33.66 18.731 45.24l-0-0c0.185 0.165 0.355 0.335 0.515 0.514l0.005 0.006 286.44 274.24-286.44 274.24c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM632.84 672h-241.68l120.84-115.68zM800 192l-288 275.68-288-275.68zM224 832l100.24-96h375.36l100.4 96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hourglass-simple-low-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31399, + "id": 581, + "name": "hourglass-simple-low-duotone", + "prevSize": 16, + "code": 60979, + "codes": [60979, 60980] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 666 + }, + { + "icon": { + "paths": [ + "M712.52 320l-200.52 192-200.52-192z", + "M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.333 0.017-63.97 28.664-63.97 64 0 17.666 7.157 33.66 18.731 45.24l-0-0c0.185 0.165 0.355 0.335 0.515 0.514l0.005 0.006 286.44 274.24-286.44 274.24c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM391.16 352h241.68l-120.84 115.68zM800 192l-100.32 96h-375.36l-100.32-96zM224 832l256-245.040v85.040c0 17.673 14.327 32 32 32s32-14.327 32-32v0-85.040l256 245.040z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["hourglass-simple-medium-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31400, + "id": 580, + "name": "hourglass-simple-medium-duotone", + "prevSize": 16, + "code": 60981, + "codes": [60981, 60982] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 667 + }, + { + "icon": { + "paths": [ + "M864 462.16v369.84c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-369.84c0.001-9.373 4.032-17.805 10.455-23.657l0.025-0.023 320-302.16c5.663-5.169 13.232-8.335 21.54-8.335s15.877 3.166 21.565 8.358l-0.025-0.023 320 302.16c6.425 5.873 10.44 14.291 10.44 23.647 0 0.012-0 0.023-0 0.035l0-0.002z", + "M875.32 415.080l-320-301.92c-0.158-0.138-0.302-0.282-0.435-0.435l-0.005-0.005c-11.324-10.327-26.453-16.652-43.060-16.652s-31.736 6.325-43.11 16.697l0.050-0.045-0.44 0.44-319.64 301.92c-12.732 11.735-20.68 28.495-20.68 47.11 0 0.003 0 0.007 0 0.010l-0-0.001v369.8c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192h128v192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-369.8c0-0.003 0-0.006 0-0.010 0-18.616-7.948-35.375-20.636-47.070l-0.044-0.040zM832 832h-192v-192c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 192h-192v-369.8l0.44-0.4 319.56-301.8 320.040 302.12z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["house-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31401, "id": 579, "name": "house-duotone", "prevSize": 16, "code": 60983, "codes": [60983, 60984] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 668 + }, + { + "icon": { + "paths": [ + "M864 462.16v401.84h-256v-224c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 224h-256v-401.84c0.001-9.373 4.032-17.805 10.455-23.657l0.025-0.023 320-302.16c5.663-5.169 13.232-8.335 21.54-8.335s15.877 3.166 21.565 8.358l-0.025-0.023 320 302.16c6.425 5.873 10.44 14.291 10.44 23.647 0 0.012-0 0.023-0 0.035l0-0.002z", + "M960 832h-64v-369.8c0-0.003 0-0.006 0-0.010 0-18.616-7.948-35.375-20.636-47.070l-0.044-0.040-320-301.92c-0.158-0.138-0.302-0.282-0.435-0.435l-0.005-0.005c-11.324-10.327-26.453-16.652-43.060-16.652s-31.736 6.325-43.11 16.697l0.050-0.045-0.44 0.44-319.64 301.92c-12.732 11.735-20.68 28.495-20.68 47.11 0 0.003 0 0.007 0 0.010l-0-0.001v369.8h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM192 462.2l0.44-0.4 319.56-301.8 320.040 302.12v369.88h-192.040v-192c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 192h-192zM576 832h-128v-192h128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["house-line-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31402, "id": 578, "name": "house-line-duotone", "prevSize": 16, "code": 60985, "codes": [60985, 60986] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 669 + }, + { + "icon": { + "paths": [ + "M864 462.16v369.84c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-369.84c0.001-9.373 4.032-17.805 10.455-23.657l0.025-0.023 320-302.16c5.663-5.169 13.232-8.335 21.54-8.335s15.877 3.166 21.565 8.358l-0.025-0.023 320 302.16c6.425 5.873 10.44 14.291 10.44 23.647 0 0.012-0 0.023-0 0.035l0-0.002z", + "M875.32 415.080l-320-301.92c-0.158-0.138-0.302-0.282-0.435-0.435l-0.005-0.005c-11.324-10.327-26.453-16.652-43.060-16.652s-31.736 6.325-43.11 16.697l0.050-0.045-0.44 0.44-319.64 301.92c-12.732 11.735-20.68 28.495-20.68 47.11 0 0.003 0 0.007 0 0.010l-0-0.001v369.8c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-369.8c0-0.003 0-0.006 0-0.010 0-18.616-7.948-35.375-20.636-47.070l-0.044-0.040zM832 832h-640v-369.8l0.44-0.4 319.56-301.8 320.040 302.12z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["house-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31403, "id": 577, "name": "house-simple-duotone", "prevSize": 16, "code": 60987, "codes": [60987, 60988] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 670 + }, + { + "icon": { + "paths": [ + "M864 448c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64s28.654-64 64-64v0-32c0-159.058 128.942-288 288-288s288 128.942 288 288v0 32c35.346 0 64 28.654 64 64v0z", + "M832 357.48v-5.48c0-176.731-143.269-320-320-320s-320 143.269-320 320v0 5.48c-37.62 13.569-64.029 48.96-64.029 90.52 0 53.019 42.981 96 96 96 0.010 0 0.021-0 0.031-0l13.438 0 246.76 432c5.615 9.718 15.956 16.152 27.8 16.152s22.185-6.434 27.718-15.998l0.082-0.154 246.76-432h13.44c0.009 0 0.019 0 0.029 0 53.019 0 96-42.981 96-96 0-41.56-26.409-76.951-63.361-90.309l-0.669-0.211zM512 895.52l-200.84-351.52h77.12l162.28 284zM539.16 544l86.84 152-38.56 67.52-125.44-219.52zM662.84 631.52l-50-87.52h100zM800 480h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c17.673 0 32-14.327 32-32v0-32c0-141.385 114.615-256 256-256s256 114.615 256 256v0 32c0 17.673 14.327 32 32 32v0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["ice-cream-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31404, "id": 576, "name": "ice-cream-duotone", "prevSize": 16, "code": 60989, "codes": [60989, 60990] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 671 + }, + { + "icon": { + "paths": [ + "M800 128h-576c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM512 672c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z", + "M300.76 793.6c5.286 4.007 11.974 6.419 19.226 6.419 10.441 0 19.715-5.001 25.556-12.738l0.059-0.081c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080c-28.241-37.584-65.16-67.174-107.866-86.075l-1.734-0.685c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.535 19.552-81.538 49.149-109.34 86.067l-0.5 0.693c-4.004 5.285-6.414 11.971-6.414 19.219 0 10.422 4.982 19.68 12.695 25.523l0.080 0.058zM512 448c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM800 864h-576v-704h576zM352 256c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["identification-badge-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31405, + "id": 575, + "name": "identification-badge-duotone", + "prevSize": 16, + "code": 60991, + "codes": [60991, 60992] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 672 + }, + { + "icon": { + "paths": [ + "M864 192h-704c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM384 576c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z", + "M800 448c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM768 544h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704zM542.96 664c0.645 2.401 1.016 5.157 1.016 8 0 17.682-14.334 32.016-32.016 32.016-14.839 0-27.32-10.095-30.95-23.792l-0.050-0.223c-10.52-41.040-52.24-72-97-72s-86.44 30.96-97 72c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c10.843-39.48 35.404-72.041 68.121-92.978l0.639-0.382c-23.324-23.19-37.76-55.298-37.76-90.779 0-70.692 57.308-128 128-128s128 57.308 128 128c0 35.48-14.436 67.589-37.754 90.772l-0.006 0.006c33.393 21.29 57.977 53.862 68.538 92.243l0.262 1.117zM384 544c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["identification-card-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31406, + "id": 574, + "name": "identification-card-duotone", + "prevSize": 16, + "code": 60993, + "codes": [60993, 60994] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 673 + }, + { + "icon": { + "paths": [ + "M896 224v488.24l-158.88-158.88c-5.79-5.786-13.787-9.365-22.62-9.365s-16.83 3.579-22.62 9.365l-102.64 102.64-198.6-198.64c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-217.36 217.4v-450.76c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v411l-104.28-104.24c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-80 80-176-176c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-162.72 162.72v-373.48zM160 688l208-208 320 320h-528zM864 800h-85.48l-144-144 80-80 149.48 149.52v74.48zM576 400c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["image-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31407, "id": 573, "name": "image-duotone", "prevSize": 16, "code": 60995, "codes": [60995, 60996] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 674 + }, + { + "icon": { + "paths": [ + "M896 224v328.24l-94.88-94.88c-5.79-5.786-13.787-9.365-22.62-9.365s-16.83 3.579-22.62 9.365l-102.64 102.64-198.6-198.64c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-153.36 153.4v-290.76c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z", + "M864 160h-576c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM288 224h576v251l-40.28-40.24c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-80 80-176-176c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-98.72 98.72zM736 800h-576v-448h64v320c0 35.346 28.654 64 64 64v0h448zM864 672h-576v-144l144-144 198.64 198.64c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l102.64-102.64 85.48 85.52v106.48zM640 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["images-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31408, "id": 572, "name": "images-duotone", "prevSize": 16, "code": 60997, "codes": [60997, 60998] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 675 + }, + { + "icon": { + "paths": [ + "M832 160h-640c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h34.76l438.6-438.64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l153.36 153.4v-386.76c0-17.673-14.327-32-32-32v0zM384 448c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM192 192h640v309.52l-98.76-98.8c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-429.28 429.28h-21.48zM832 832h-528l384-384 144 144v240zM384 480c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM384 352c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["image-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31409, "id": 571, "name": "image-square-duotone", "prevSize": 16, "code": 60999, "codes": [60999, 61000] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 676 + }, + { + "icon": { + "paths": [ + "M832 160h-512c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h66.76l310.6-310.64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l121.36 121.4v-354.76c0-17.673-14.327-32-32-32v0zM480 416c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z", + "M832 128h-512c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM320 192h512v277.52l-66.8-66.8c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-301.24 301.28h-53.48zM704 832h-512v-512h64v384c0 35.346 28.654 64 64 64v0h384zM832 704h-368l256-256 112 112v144zM480 448c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM480 320c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["images-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31410, "id": 570, "name": "images-square-duotone", "prevSize": 16, "code": 61001, "codes": [61001, 61002] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 677 + }, + { + "icon": { + "paths": [ + "M903.76 647.76c-34.745 34.742-82.743 56.231-135.76 56.231s-101.015-21.489-135.76-56.231l0 0-120.24-135.76 120.24-135.76c34.631-34.087 82.185-55.134 134.654-55.134 106.039 0 192 85.961 192 192 0 52.47-21.047 100.023-55.159 134.679l0.025-0.025zM120.24 376.24c-34.087 34.631-55.134 82.185-55.134 134.654 0 106.039 85.961 192 192 192 52.47 0 100.023-21.047 134.679-55.159l-0.025 0.025 120.24-135.76-120.24-135.76c-34.745-34.742-82.743-56.231-135.76-56.231s-101.015 21.489-135.76 56.231l0-0z", + "M992 512c0 0.005 0 0.011 0 0.016 0 123.712-100.288 224-224 224-61.86 0-117.863-25.075-158.4-65.616l0 0-1.32-1.4-239.8-270.8c-28.886-28.558-68.618-46.2-112.47-46.2-88.366 0-160 71.634-160 160s71.634 160 160 160c43.852 0 83.584-17.642 112.485-46.215l-0.015 0.015 34.080-38.48c5.898-6.647 14.462-10.816 24-10.816 17.693 0 32.036 14.343 32.036 32.036 0 8.155-3.047 15.598-8.065 21.253l0.029-0.033-34.76 39.24-1.32 1.4c-40.535 40.531-96.532 65.6-158.384 65.6-123.712 0-224-100.288-224-224s100.288-224 224-224c61.852 0 117.849 25.069 158.384 65.6l-0-0 1.32 1.4 239.8 270.8c28.886 28.558 68.618 46.2 112.47 46.2 88.366 0 160-71.634 160-160s-71.634-160-160-160c-43.852 0-83.584 17.642-112.485 46.215l0.015-0.015-34.080 38.48c-5.898 6.647-14.462 10.816-24 10.816-17.693 0-32.036-14.343-32.036-32.036 0-8.155 3.047-15.598 8.065-21.253l-0.029 0.033 34.76-39.24 1.32-1.4c40.537-40.541 96.54-65.616 158.4-65.616 123.712 0 224 100.288 224 224 0 0.006-0 0.012-0 0.017l0-0.001z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["infinity-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31411, "id": 569, "name": "infinity-duotone", "prevSize": 16, "code": 61003, "codes": [61003, 61004] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 678 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M576 704c0 17.673-14.327 32-32 32v0c-35.346 0-64-28.654-64-64v0-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c35.346 0 64 28.654 64 64v0 160c17.673 0 32 14.327 32 32v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022zM496 384c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["info-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31412, "id": 568, "name": "info-duotone", "prevSize": 16, "code": 61005, "codes": [61005, 61006] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 679 + }, + { + "icon": { + "paths": [ + "M704 128h-384c-106.039 0-192 85.961-192 192v0 384c0 106.039 85.961 192 192 192v0h384c106.039 0 192-85.961 192-192v0-384c0-106.039-85.961-192-192-192v0zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z", + "M704 96h-384c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013v384c0.137 123.657 100.343 223.863 223.987 224l384.013 0c123.657-0.137 223.863-100.343 224-223.987l0-0.013v-384c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM864 704c0 88.366-71.634 160-160 160v0h-384c-88.366 0-160-71.634-160-160v0-384c0-88.366 71.634-160 160-160v0h384c88.366 0 160 71.634 160 160v0zM512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM768 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["instagram-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31413, "id": 567, "name": "instagram-logo-duotone", "prevSize": 16, "code": 61007, "codes": [61007, 61008] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 680 + }, + { + "icon": { + "paths": [ + "M672 384c0 159.058-128.942 288-288 288v0c-10.718-0.008-21.29-0.589-31.699-1.714l1.299 0.114c-1.011-9.11-1.592-19.682-1.6-30.389l-0-0.011c0-159.058 128.942-288 288-288v0c10.718 0.008 21.29 0.589 31.699 1.714l-1.299-0.114c1.011 9.11 1.592 19.682 1.6 30.389l0 0.011z", + "M698.52 325.48c-28.568-149.845-158.547-261.583-314.623-261.583-176.731 0-320 143.269-320 320 0 156.076 111.738 286.055 259.582 314.305l2.001 0.318c28.568 149.845 158.547 261.583 314.623 261.583 176.731 0 320-143.269 320-320 0-156.076-111.738-286.055-259.582-314.305l-2.001-0.318zM128 384c-0-0.15-0-0.327-0-0.504 0-141.385 114.615-256 256-256 118.824 0 218.741 80.956 247.602 190.72l0.399 1.784c-170.382 4.618-307.294 141.6-311.791 311.576l-0.009 0.424c-111.334-29.512-192.074-129.309-192.2-247.986l-0-0.014zM640 384c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0c0.159-141.321 114.679-255.841 255.985-256l0.015-0zM640 896c-118.639-0.101-218.414-80.751-247.594-190.209l-0.406-1.791c170.468-4.511 307.489-141.532 311.991-311.576l0.009-0.424c111.548 29.26 192.504 129.176 192.504 248 0 141.385-114.615 256-256 256-0.177 0-0.354-0-0.531-0.001l0.028 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["intersect-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31414, "id": 566, "name": "intersect-duotone", "prevSize": 16, "code": 61009, "codes": [61009, 61010] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 681 + }, + { + "icon": { + "paths": [ + "M640 384v256h-256v-256z", + "M864 352h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0zM192 608v-416h416v160h-224c-17.673 0-32 14.327-32 32v0 224zM608 416v192h-192v-192zM832 832h-416v-160h224c17.673 0 32-14.327 32-32v0-224h160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["intersect-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31415, + "id": 565, + "name": "intersect-square-duotone", + "prevSize": 16, + "code": 61011, + "codes": [61011, 61012] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 682 + }, + { + "icon": { + "paths": [ + "M418.56 589.12c-76.24-32.83-131.298-101.902-143.835-184.915l-0.165-1.325c27.555-11.938 59.646-18.882 93.358-18.882 54.328 0 104.443 18.033 144.688 48.44l-0.606-0.438c-49.454 37.344-83.731 92.518-93.276 155.797l-0.164 1.323zM418.56 589.12c-1.623 10.484-2.549 22.578-2.549 34.888 0 78.243 37.442 147.741 95.386 191.555l0.604 0.437c58.547-44.251 95.989-113.749 95.989-191.992 0-12.31-0.927-24.404-2.714-36.215l0.165 1.327c-27.582 11.936-59.7 18.879-93.44 18.879s-65.858-6.943-95.005-19.477l1.565 0.599zM749.44 402.88c-27.555-11.938-59.646-18.882-93.358-18.882-54.328 0-104.443 18.033-144.688 48.44l0.606-0.438c49.454 37.344 83.731 92.518 93.276 155.797l0.164 1.323c76.24-32.83 131.298-101.902 143.835-184.915l0.165-1.325z", + "M783.52 384c0.28-5.24 0.48-10.52 0.48-16 0-150.221-121.779-272-272-272s-272 121.779-272 272v0c0 5.32 0 10.6 0.48 16-88.608 46.055-148.089 137.149-148.089 242.136 0 150.221 121.779 272 272 272 54.858 0 105.923-16.24 148.65-44.175l-1.041 0.638c41.686 27.296 92.751 43.536 147.609 43.536 150.221 0 272-121.779 272-272 0-104.987-59.481-196.082-146.582-241.423l-1.507-0.714zM512 773.88c-37.561-35.933-61.628-85.704-63.986-141.095l-0.014-0.425c19.16 4.854 41.154 7.64 63.8 7.64s44.641-2.786 65.661-8.034l-1.861 0.393c-2.259 55.764-26.187 105.535-63.533 141.456l-0.067 0.064zM512 576c-20.056-0.007-39.444-2.855-57.787-8.164l1.467 0.364c10.622-37.182 30.182-68.96 56.251-94.014l0.069-0.066c26.138 25.12 45.698 56.898 55.959 92.61l0.361 1.47c-16.876 4.945-36.264 7.793-56.316 7.8l-0.004 0zM396.92 541.16c-40.881-27.495-71.118-68.094-84.875-115.686l-0.365-1.474c16.889-4.951 36.291-7.8 56.359-7.8 33.043 0 64.283 7.723 92.012 21.462l-1.211-0.543c-27.346 28.689-48.558 63.486-61.367 102.114l-0.553 1.926zM565.16 436.92c26.451-13.118 57.599-20.793 90.541-20.793 20.163 0 39.654 2.876 58.086 8.239l-1.467-0.366c-14.079 49.146-44.325 89.818-84.496 116.888l-0.744 0.472c-13.306-40.707-34.528-75.645-62.028-104.554l0.108 0.114zM512 160c111.957 0.035 203.26 88.415 207.986 199.213l0.014 0.427c-19.225-4.876-41.296-7.674-64.019-7.674-53.373 0-103.141 15.436-145.083 42.088l1.102-0.654c-40.827-25.976-90.575-41.399-143.925-41.399-22.672 0-44.693 2.785-65.74 8.032l1.865-0.393c4.737-111.156 95.929-199.495 207.786-199.64l0.014-0zM160 624c0.037-71.959 36.61-135.369 92.173-172.687l0.747-0.473c22.583 68.407 69.43 123.571 130.116 156.444l1.444 0.716c-0.28 5.24-0.48 10.52-0.48 16-0 0.034-0 0.074-0 0.114 0 72.548 28.511 138.436 74.94 187.072l-0.1-0.106c-26.535 13.175-57.787 20.885-90.84 20.885-114.863 0-207.98-93.105-208-207.963l-0-0.002zM656 832c-0.074 0-0.162 0-0.25 0-32.972 0-64.139-7.724-91.793-21.461l1.202 0.54c46.329-48.53 74.84-114.418 74.84-186.966 0-0.040-0-0.080-0-0.12l0 0.006c0-5.32-0.2-10.6-0.48-16 62.157-33.625 109.012-88.849 131.007-155.388l0.553-1.932c56.386 37.803 93.004 101.285 93.004 173.32 0 114.875-93.125 208-208 208-0.029 0-0.059-0-0.088-0l0.004 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["intersect-three-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31416, + "id": 564, + "name": "intersect-three-duotone", + "prevSize": 16, + "code": 61013, + "codes": [61013, 61014] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 683 + }, + { + "icon": { + "paths": [ + "M896 416h-768l42.6-198.72c3.206-14.551 15.99-25.277 31.28-25.28l620.24-0c15.29 0.003 28.074 10.729 31.241 25.068l0.039 0.212z", + "M960 384h-38.12l-37.16-173.4c-6.509-29.067-32.037-50.482-62.587-50.6l-0.013-0h-620.24c-30.563 0.118-56.091 21.533-62.519 50.171l-0.081 0.429-37.16 173.4h-38.12c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v384c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-96h384v96c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-384h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM201.88 224h620.24l34.28 160h-688.8zM256 832h-96v-96h96zM768 832v-96h96v96zM864 672h-256v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-64v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-256v-224h704zM224 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["jeep-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31417, "id": 563, "name": "jeep-duotone", "prevSize": 16, "code": 61015, "codes": [61015, 61016] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 684 + }, + { + "icon": { + "paths": [ + "M864 224v256h-224v-256zM160 832c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-352h-224z", + "M864 192h-704c-17.673 0-32 14.327-32 32v0 608c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-192h192v64c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-480c0-17.673-14.327-32-32-32v0zM832 448h-160v-192h160zM352 256v192h-160v-192zM352 832h-160v-320h160zM416 576v-320h192v320zM672 704v-192h160v192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["kanban-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31418, "id": 562, "name": "kanban-duotone", "prevSize": 16, "code": 61017, "codes": [61017, 61018] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 685 + }, + { + "icon": { + "paths": [ + "M928 257.96v508c0 18.756-15.204 33.96-33.96 33.96v0h-764c-0.024 0-0.052 0-0.080 0-18.727 0-33.914-15.159-33.96-33.876l-0-0.004v-508c-0-0.024-0-0.052-0-0.080 0-18.756 15.204-33.96 33.96-33.96 0 0 0 0 0 0l764 0c0.024-0 0.052-0 0.080-0 18.756 0 33.96 15.204 33.96 33.96 0 0-0 0-0 0l-0 0z", + "M894.040 192h-764c-36.445-0-65.994 29.522-66.040 65.956l-0 0.004v508c-0 36.445 29.522 65.994 65.956 66.040l764.004 0c36.445 0 65.994-29.522 66.040-65.956l0-0.004v-508c0-36.445-29.522-65.994-65.956-66.040l-0.004-0zM896 766.040c0 1.082-0.878 1.96-1.96 1.96v0h-764c-1.082 0-1.96-0.878-1.96-1.96h0v-508c-0-1.082 0.878-1.96 1.96-1.96h764c1.082 0 1.96 0.878 1.96 1.96v0zM832 512c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM832 384c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM288 640c0 17.673-14.327 32-32 32v0h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM672 640c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM832 640c0 17.673-14.327 32-32 32v0h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["keyboard-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31419, "id": 561, "name": "keyboard-duotone", "prevSize": 16, "code": 61019, "codes": [61019, 61020] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 686 + }, + { + "icon": { + "paths": [ + "M928 384c0 0.019 0 0.041 0 0.063 0 159.058-128.942 288-288 288-38.666 0-75.552-7.62-109.239-21.44l1.919 0.697-52.68 52.68h-96v96h-96v96h-160v-160l244.68-244.68c-13.084-31.724-20.68-68.557-20.68-107.163 0-159.058 128.942-288 288-288 159.003 0 287.911 128.853 288 287.835l0 0.009z", + "M640 64c-176.762 0.164-319.993 143.495-319.993 320.28 0 35.328 5.72 69.321 16.284 101.102l-0.652-2.262-230.28 230.24c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32v0-64h64c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 38.24-38.28c29.512 9.917 63.496 15.64 98.818 15.64 176.731 0 320-143.269 320-320 0-176.625-143.097-319.828-319.681-320l-0.016-0zM640 640c-0.128 0-0.279 0-0.43 0-33.914 0-66.28-6.626-95.875-18.653l1.705 0.613c-3.753-1.672-8.133-2.645-12.74-2.645-8.833 0-16.83 3.579-22.62 9.365l0-0-43.28 43.32h-82.76c-17.673 0-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32v0 64h-96v-114.76l235.32-235.28c5.787-5.79 9.365-13.787 9.365-22.62 0-4.607-0.974-8.986-2.726-12.944l0.081 0.204c-11.465-28.017-18.12-60.531-18.12-94.6 0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.357-114.57 255.954-255.916 256l-0.004 0zM768 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["key-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31420, "id": 560, "name": "key-duotone", "prevSize": 16, "code": 61021, "codes": [61021, 61022] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 687 + }, + { + "icon": { + "paths": [ + "M624 704h-224c-8.826-0.014-15.975-7.172-15.975-16 0-2.132 0.417-4.167 1.174-6.027l-0.039 0.107 52-130.32c-32.292-23.529-53.040-61.219-53.040-103.755 0-70.692 57.308-128 128-128s128 57.308 128 128c0 42.536-20.748 80.225-52.675 103.501l-0.365 0.254 52 130.32c0.719 1.754 1.136 3.789 1.136 5.921 0 8.837-7.163 16-16 16-0.076 0-0.152-0.001-0.228-0.002l0.011 0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 288c-88.351 0.019-159.966 71.646-159.966 160 0 44.174 17.902 84.167 46.846 113.12l-0-0-43.44 109.12c-2.155 5.259-3.406 11.364-3.406 17.76 0 26.498 21.471 47.981 47.965 48l224.002 0c26.495-0.019 47.966-21.502 47.966-48 0-6.396-1.251-12.501-3.522-18.081l0.116 0.321-43.44-109.12c28.944-28.953 46.846-68.946 46.846-113.12 0-88.353-71.615-159.98-159.964-160l-0.002-0zM557.24 563.6l43.16 108.4h-176.8l43.16-108.4c1.437-3.507 2.272-7.577 2.272-11.842 0-10.622-5.175-20.035-13.141-25.855l-0.091-0.063c-24.231-17.646-39.8-45.92-39.8-77.83 0-53.019 42.981-96 96-96s96 42.981 96 96c0 31.91-15.569 60.184-39.526 77.64l-0.274 0.191c-8.057 5.884-13.232 15.297-13.232 25.918 0 4.265 0.834 8.335 2.349 12.056l-0.077-0.214z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["keyhole-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31421, "id": 559, "name": "keyhole-duotone", "prevSize": 16, "code": 61023, "codes": [61023, 61024] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 688 + }, + { + "icon": { + "paths": [ + "M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M736 416v128c0 17.673-14.327 32-32 32v0h-306.76l41.4 41.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-96-96c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 96-96c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36h274.76v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["key-return-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31422, "id": 558, "name": "key-return-duotone", "prevSize": 16, "code": 61025, "codes": [61025, 61026] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 689 + }, + { + "icon": { + "paths": [ + "M904.6 264.56l-201.44 214.6-117.16-117.2 205.48-210.52c14.372-13.895 33.974-22.457 55.577-22.457 44.183 0 80 35.817 80 80 0 21.603-8.562 41.205-22.479 55.599l0.022-0.022z", + "M927.24 128.76c-20.268-20.271-48.27-32.809-79.201-32.809-31.069 0-59.184 12.651-79.473 33.082l-0.006 0.006-695.48 713.36c-5.659 5.768-9.151 13.678-9.151 22.404 0 15.146 10.522 27.834 24.655 31.153l0.217 0.043c42.034 10.168 90.291 16 139.911 16 0.032 0 0.063-0 0.095-0l-0.006 0c133.68 0 267.52-43.52 393.32-128.84 127-86.12 200.6-183.4 203.68-187.52 4.002-5.284 6.411-11.968 6.411-19.214 0-8.836-3.581-16.835-9.371-22.626l-74.96-75.040 180-192c19.885-20.249 32.159-48.029 32.159-78.677 0-30.967-12.532-59.007-32.801-79.326l0.002 0.002zM756.88 578.52c-50.524 57.644-107.135 107.992-169.378 150.733l-3.062 1.987c-137.88 93-280 130.8-423.36 112.64l425.2-436zM882 242l-0.72 0.76-178.84 190.68-71.48-71.56 183.12-188c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["knife-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31423, "id": 557, "name": "knife-duotone", "prevSize": 16, "code": 61027, "codes": [61027, 61028] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 690 + }, + { + "icon": { + "paths": [ + "M750.56 640h-253.12l126.56-348z", + "M862.080 853.040l-204.040-561.040 36.36-100h41.6c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h18.32l-240.4 661.040c-1.225 3.258-1.934 7.024-1.934 10.956 0 13.76 8.685 25.492 20.873 30.012l0.221 0.072c3.248 1.205 7 1.908 10.915 1.92l0.005 0c0 0 0.001 0 0.001 0 13.755 0 25.483-8.679 30.007-20.859l0.072-0.221 38.88-106.92h188l-30.96 85.040c-1.225 3.258-1.934 7.024-1.934 10.956 0 13.76 8.685 25.492 20.873 30.012l0.221 0.072c3.223 1.196 6.946 1.898 10.83 1.92l0.010 0c0 0 0.001 0 0.001 0 13.755 0 25.483-8.679 30.007-20.859l0.072-0.221 73.92-202.92h208l73.8 202.92c4.596 12.402 16.324 21.080 30.079 21.080 0.042 0 0.085-0 0.127-0l-0.007 0c3.92-0.012 7.672-0.715 11.146-1.993l-0.226 0.073c12.409-4.592 21.094-16.324 21.094-30.084 0-3.932-0.709-7.698-2.006-11.177l0.072 0.221zM510.080 512h-188l46.52-128h188zM626.44 192l-46.68 128h-187.76l46.4-128zM252.24 704l46.56-128h188l-46.8 128zM543.12 608l80.88-222.36 80.84 222.36z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["ladder-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31424, "id": 556, "name": "ladder-duotone", "prevSize": 16, "code": 61029, "codes": [61029, 61030] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 691 + }, + { + "icon": { + "paths": [ + "M768 128v768h-512v-768z", + "M768 96c-17.673 0-32 14.327-32 32v0 128h-448v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 768c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h448v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-768c0-17.673-14.327-32-32-32v0zM736 320v160h-448v-160zM288 704v-160h448v160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["ladder-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31425, "id": 555, "name": "ladder-simple-duotone", "prevSize": 16, "code": 61031, "codes": [61031, 61032] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 692 + }, + { + "icon": { + "paths": [ + "M960 608h-896l192-448h512z", + "M989.4 595.4l-192-448c-5.018-11.5-16.286-19.394-29.399-19.4l-512.001-0c-13.114 0.006-24.382 7.9-29.32 19.194l-0.080 0.206-192 448c-1.634 3.715-2.585 8.047-2.585 12.6 0 17.668 14.318 31.991 31.984 32l416.001 0v192h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-192h224v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h128c17.667-0.009 31.985-14.332 31.985-32 0-4.553-0.951-8.885-2.665-12.806l0.080 0.206zM112.52 576l164.6-384h469.76l164.6 384z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lamp-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31426, "id": 554, "name": "lamp-duotone", "prevSize": 16, "code": 61033, "codes": [61033, 61034] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 693 + }, + { + "icon": { + "paths": [ + "M864 288v416h-704v-416c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M928 672h-32v-384c0-53.019-42.981-96-96-96v0h-576c-53.019 0-96 42.981-96 96v0 384h-32c-17.673 0-32 14.327-32 32v0 64c0 53.019 42.981 96 96 96v0h704c53.019 0 96-42.981 96-96v0-64c0-17.673-14.327-32-32-32v0zM192 288c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0 384h-640zM896 768c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-32h768zM608 352c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["laptop-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31427, "id": 553, "name": "laptop-duotone", "prevSize": 16, "code": 61035, "codes": [61035, 61036] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 694 + }, + { + "icon": { + "paths": [ + "M416 416v416h-256c-17.673 0-32-14.327-32-32v0-384z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v160h-704v-160zM160 448h224v352h-224zM864 800h-416v-352h416v352z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["layout-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31428, "id": 552, "name": "layout-duotone", "prevSize": 16, "code": 61037, "codes": [61037, 61038] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 695 + }, + { + "icon": { + "paths": [ + "M255.24 768.76c-191.56-319.24 64-638.48 606.56-606.56 31.92 542.72-287.32 798.12-606.56 606.56z", + "M893.8 160.28c-0.975-16.205-13.875-29.105-29.991-30.076l-0.089-0.004c-304.52-17.88-548.44 73.8-652.44 245.8-32.221 51.799-51.322 114.668-51.322 181.997 0 4.925 0.102 9.826 0.305 14.701l-0.023-0.698c2.28 63.68 20.84 128 55.16 191.4l-78.040 78c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 78-78.040c63.36 34.28 127.72 52.84 191.36 55.12q6.68 0.24 13.32 0.24c0.276 0.001 0.603 0.001 0.929 0.001 67.242 0 130.026-19.086 183.23-52.137l-1.479 0.856c172-104 263.72-347.88 245.8-652.44zM615 758c-91 55.12-198.72 56-306.84 3.080l354.52-354.48c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-354.48 354.68c-52.76-108-52-216 3.080-306.84 88.36-145.88 298.4-225.76 565.24-216.24 9.56 266.64-70.36 476.72-216.24 565.080z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["leaf-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31429, "id": 551, "name": "leaf-duotone", "prevSize": 16, "code": 61039, "codes": [61039, 61040] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 696 + }, + { + "icon": { + "paths": [ + "M783.52 783.52l-158.4-158.4c28.944-28.953 46.846-68.946 46.846-113.12s-17.902-84.167-46.846-113.12l0 0 158.4-158.4c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0zM240.48 240.48c-69.485 69.489-112.462 165.486-112.462 271.52s42.977 202.031 112.462 271.52l-0-0 158.4-158.4c-28.944-28.953-46.846-68.946-46.846-113.12s17.902-84.167 46.846-113.12l-0 0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM668.4 623.16c22.257-30.87 35.597-69.457 35.597-111.16s-13.34-80.29-35.985-111.727l0.388 0.567 114-113.96c50.766 60.498 81.604 139.208 81.604 225.12s-30.838 164.622-82.048 225.663l0.444-0.543zM384 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM737.12 241.6l-113.96 114c-30.87-22.257-69.457-35.597-111.16-35.597s-80.29 13.34-111.727 35.985l0.567-0.388-113.96-114c60.498-50.766 139.208-81.604 225.12-81.604s164.622 30.838 225.663 82.048l-0.543-0.444zM241.6 286.88l114 113.96c-22.257 30.87-35.597 69.457-35.597 111.16s13.34 80.29 35.985 111.727l-0.388-0.567-114 113.96c-50.766-60.498-81.604-139.208-81.604-225.12s30.838-164.622 82.048-225.663l-0.444 0.543zM286.88 782.4l113.96-114c30.87 22.257 69.457 35.597 111.16 35.597s80.29-13.34 111.727-35.985l-0.567 0.388 113.96 114c-60.498 50.766-139.208 81.604-225.12 81.604s-164.622-30.838-225.663-82.048l0.543 0.444z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lifebuoy-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31430, "id": 550, "name": "lifebuoy-duotone", "prevSize": 16, "code": 61041, "codes": [61041, 61042] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 697 + }, + { + "icon": { + "paths": [ + "M832 416c0 0.083 0 0.182 0 0.281 0 101.748-47.571 192.386-121.684 250.885l-0.676 0.514c-22.872 17.848-37.484 45.362-37.64 76.294l-0 0.026v24c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-24c-0.033-30.796-14.496-58.207-36.99-75.841l-0.21-0.159c-74.647-58.699-122.287-148.834-122.8-250.115l-0-0.085c-0.96-173.44 138.88-317.8 312.28-321.8 2.299-0.059 5.005-0.093 7.72-0.093 176.731 0 320 143.269 320 320 0 0.033-0 0.066-0 0.098l0-0.005z", + "M704 928c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM864 416c0.001 0.269 0.001 0.587 0.001 0.905 0 111.733-52.326 211.244-133.811 275.365l-0.75 0.569c-15.431 11.912-25.309 30.369-25.44 51.139l-0 0.021v24c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-24c-0.014-20.55-9.711-38.832-24.775-50.532l-0.145-0.108c-82.278-64.508-134.745-163.793-135.080-275.344l-0-0.056c-1.040-190.64 153.040-349.4 343.52-353.96 2.525-0.065 5.498-0.102 8.48-0.102 194.404 0 352 157.596 352 352 0 0.036-0 0.072-0 0.108l0-0.006zM800 416c0-0.025 0-0.055 0-0.084 0-159.058-128.942-288-288-288-2.447 0-4.888 0.031-7.32 0.091l0.36-0.007c-156 3.68-281.88 133.56-281.040 289.56 0.317 91.276 43.253 172.458 109.935 224.728l0.625 0.472c30.207 23.641 49.44 60.103 49.44 101.056 0 0.065-0 0.129-0 0.194l0-0.010v24h256v-24c0.096-41.129 19.485-77.71 49.593-101.185l0.287-0.215c67.299-52.942 110.121-134.38 110.121-225.82 0-0.274-0-0.548-0.001-0.822l0 0.042zM735.56 378.64c-17.46-94.991-91.243-168.76-184.824-185.984l-1.416-0.216c-1.599-0.283-3.441-0.445-5.32-0.445-17.676 0-32.005 14.329-32.005 32.005 0 15.797 11.444 28.921 26.494 31.533l0.191 0.027c66.28 11.16 122.52 67.4 133.76 133.8 2.656 15.219 15.768 26.64 31.548 26.64 0.004 0 0.009-0 0.013-0l-0.001 0c1.916-0.012 3.784-0.171 5.607-0.468l-0.207 0.028c15.206-2.667 26.615-15.773 26.615-31.544 0-1.899-0.165-3.76-0.483-5.568l0.028 0.192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lightbulb-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31431, "id": 549, "name": "lightbulb-duotone", "prevSize": 16, "code": 61043, "codes": [61043, 61044] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 698 + }, + { + "icon": { + "paths": [ + "M832 416c0 0.083 0 0.182 0 0.281 0 101.748-47.571 192.386-121.684 250.885l-0.676 0.514c-22.872 17.848-37.484 45.362-37.64 76.294l-0 0.026v24c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-24c-0.033-30.796-14.496-58.207-36.99-75.841l-0.21-0.159c-74.647-58.699-122.287-148.834-122.8-250.115l-0-0.085c-0.96-173.44 138.88-317.8 312.28-321.8 2.299-0.059 5.005-0.093 7.72-0.093 176.731 0 320 143.269 320 320 0 0.033-0 0.066-0 0.098l0-0.005z", + "M704 928c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM864 416c0.001 0.269 0.001 0.587 0.001 0.905 0 111.733-52.326 211.244-133.811 275.365l-0.75 0.569c-15.431 11.912-25.309 30.369-25.44 51.139l-0 0.021v24c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-24c-0.014-20.55-9.711-38.832-24.775-50.532l-0.145-0.108c-82.267-64.5-134.732-163.767-135.080-275.302l-0-0.058c-1.040-190.68 153.040-349.4 343.52-354 2.525-0.065 5.498-0.102 8.48-0.102 194.404 0 352 157.596 352 352 0 0.036-0 0.072-0 0.108l0-0.006zM800 416c0-0.025 0-0.055 0-0.084 0-159.058-128.942-288-288-288-2.447 0-4.888 0.031-7.32 0.091l0.36-0.007c-156 3.68-281.88 133.56-281.040 289.56 0.31 91.277 43.248 172.462 109.935 224.728l0.625 0.472c30.207 23.641 49.44 60.103 49.44 101.056 0 0.065-0 0.129-0 0.194l0-0.010v24h96v-178.76l-118.64-118.6c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-118.64 118.6v178.76h96v-24c0.077-41.133 19.471-77.721 49.592-101.184l0.288-0.216c67.299-52.942 110.121-134.38 110.121-225.82 0-0.274-0-0.548-0.001-0.822l0 0.042z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lightbulb-filament-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31432, + "id": 548, + "name": "lightbulb-filament-duotone", + "prevSize": 16, + "code": 61045, + "codes": [61045, 61046] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 699 + }, + { + "icon": { + "paths": [ + "M726.44 448h-428.88l22.44-224h384zM768 860.96l-19.080-188.96h-473.84l-19.080 188.96c-0.092 0.911-0.145 1.97-0.145 3.040 0 17.673 14.327 32 32 32 0.051 0 0.102-0 0.153-0l-0.008 0h448c0.043 0 0.094 0 0.145 0 17.673 0 32-14.327 32-32 0-1.071-0.053-2.129-0.155-3.172l0.011 0.132z", + "M832 320c-17.673 0-32 14.327-32 32v0 64h-44.6l-19.4-195.2c-0.873-8.333-4.827-15.606-10.685-20.77l-0.035-0.030-172.32-153.16c-11.013-9.223-25.332-14.824-40.96-14.824s-29.947 5.601-41.060 14.906l0.1-0.082-0.8 0.68-171.52 152.48c-5.893 5.194-9.847 12.467-10.708 20.661l-0.012 0.139-19.4 195.2h-44.6v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0h70.16l-37.88 377.92c-0.184 1.823-0.289 3.939-0.289 6.080 0 35.346 28.654 64 64 64 0.003 0 0.007-0 0.010-0l447.999 0c35.34-0.009 63.985-28.659 63.985-64 0-2.197-0.111-4.369-0.327-6.509l0.022 0.269-37.84-377.76h70.16c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM512 96l108 96h-216zM348.96 256h326.080l16 160h-147.040v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-147.080zM288 864l16-160h416l16 160zM713.56 640h-403.12l16-160h371.040z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lighthouse-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31433, "id": 547, "name": "lighthouse-duotone", "prevSize": 16, "code": 61047, "codes": [61047, 61048] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 700 + }, + { + "icon": { + "paths": [ + "M291.2 864l60.8-256-224-100.56 380.8-411.44-60.8 256 224 100.56z", + "M703.36 446.16c-2.14-10.244-8.944-18.55-18.041-22.718l-0.199-0.082-200-89.72 54.88-230.24c0.544-2.209 0.856-4.744 0.856-7.353 0-17.673-14.327-32-32-32-9.257 0-17.595 3.93-23.438 10.213l-0.018 0.020-380.88 411.4c-5.277 5.689-8.515 13.334-8.515 21.736 0 12.918 7.654 24.048 18.675 29.102l0.199 0.082 200 89.76-54.88 230.24c-0.544 2.209-0.856 4.744-0.856 7.353 0 17.673 14.327 32 32 32 9.257 0 17.595-3.93 23.438-10.213l0.018-0.020 380.8-411.4c5.325-5.7 8.594-13.379 8.594-21.821 0-2.244-0.231-4.433-0.67-6.546l0.036 0.208zM350.48 752.84l32.64-137.44c0.554-2.228 0.871-4.785 0.871-7.417 0-12.917-7.653-24.046-18.672-29.101l-0.199-0.082-183.4-82.32 267.8-289.32-32.64 137.44c-0.554 2.228-0.871 4.785-0.871 7.417 0 12.917 7.653 24.046 18.672 29.101l0.199 0.082 183.36 82.32zM956.6 849.68l-144-288c-5.371-10.57-16.165-17.686-28.62-17.686s-23.249 7.116-28.536 17.504l-0.084 0.182-144 288c-2.133 4.172-3.383 9.1-3.383 14.32 0 17.675 14.328 32.003 32.003 32.003 12.454 0 23.247-7.114 28.536-17.501l0.084-0.182 39.16-78.32h152.44l39.16 78.32c5.373 10.567 16.164 17.68 28.617 17.68 0.008 0 0.016-0 0.024-0l-0.001 0c17.666-0.010 31.983-14.333 31.983-32 0-5.22-1.25-10.148-3.467-14.502l0.084 0.182zM739.76 736l44.24-88.44 44.2 88.44z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lightning-a-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31434, "id": 546, "name": "lightning-a-duotone", "prevSize": 16, "code": 61049, "codes": [61049, 61050] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 701 + }, + { + "icon": { + "paths": [ + "M384 960l64-320-256-96 448-480-64 320 256 96z", + "M863.16 472.68c-2.544-10.512-10.020-18.858-19.78-22.567l-0.22-0.073-230.44-86.44 58.64-293.32c0.376-1.84 0.591-3.955 0.591-6.12 0-17.673-14.327-32-32-32-9.202 0-17.497 3.884-23.335 10.103l-0.016 0.017-448 480c-5.442 5.725-8.789 13.486-8.789 22.028 0 13.646 8.541 25.297 20.569 29.898l0.219 0.074 230.52 86.44-58.48 293c-0.376 1.84-0.591 3.955-0.591 6.12 0 17.673 14.327 32 32 32 9.202 0 17.497-3.884 23.335-10.103l0.016-0.017 448-480c5.32-5.699 8.587-13.375 8.587-21.813 0-2.563-0.301-5.056-0.87-7.444l0.044 0.218zM437.48 856l41.88-209.52c0.402-1.902 0.632-4.088 0.632-6.327 0-13.587-8.468-25.196-20.414-29.838l-0.218-0.075-211.36-79.4 338.48-362.64-41.84 209.52c-0.402 1.902-0.632 4.088-0.632 6.327 0 13.587 8.468 25.196 20.414 29.838l0.218 0.075 211.2 79.2z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lightning-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31435, "id": 545, "name": "lightning-duotone", "prevSize": 16, "code": 61051, "codes": [61051, 61052] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 702 + }, + { + "icon": { + "paths": [ + "M384 960l64-320-256-96 448-480-64 320 256 96z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 157 172.72-156.72 168c-5.442 5.725-8.789 13.486-8.789 22.028 0 13.646 8.541 25.297 20.569 29.898l0.219 0.074 230.52 86.44-58.48 293.040c-0.376 1.84-0.591 3.955-0.591 6.12 0 17.673 14.327 32 32 32 9.202 0 17.497-3.884 23.335-10.103l0.016-0.017 247.44-265.12 153.48 168.8c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM437.48 856l41.88-209.52c0.402-1.902 0.632-4.088 0.632-6.327 0-13.587-8.468-25.196-20.414-29.838l-0.218-0.075-211.36-79.4 120.48-129.080 243.12 267.44zM434.64 284c-6.267-5.857-10.172-14.172-10.172-23.4 0-8.452 3.277-16.138 8.629-21.858l-0.017 0.018 183.52-196.64c5.854-6.235 14.148-10.12 23.351-10.12 17.673 0 32 14.327 32 32 0 2.165-0.215 4.28-0.625 6.324l0.034-0.204-58.64 293.48 230.52 86.44c12.174 4.712 20.65 16.326 20.65 29.919 0 8.471-3.292 16.173-8.666 21.898l0.016-0.017-89.2 95.56c-5.826 6.023-13.981 9.761-23.010 9.761-17.673 0-32-14.327-32-32 0-8.242 3.116-15.757 8.235-21.43l-0.025 0.028 56.76-60.6-211.2-79.2c-12.164-4.717-20.632-16.326-20.632-29.913 0-2.239 0.23-4.425 0.668-6.535l-0.036 0.207 41.88-209.52-106.68 114.28c-5.86 6.289-14.19 10.211-23.436 10.211-8.492 0-16.212-3.308-21.94-8.706l0.016 0.015z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lightning-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31436, + "id": 544, + "name": "lightning-slash-duotone", + "prevSize": 16, + "code": 61053, + "codes": [61053, 61054] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 703 + }, + { + "icon": { + "paths": [ + "M324 700c17.302 17.361 28 41.313 28 67.764 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-26.451 10.698-50.404 28.003-67.767l-0.003 0.003c17.384-17.443 41.432-28.236 68-28.236s50.616 10.793 67.997 28.233l0.003 0.003zM836 188c-17.361-17.302-41.313-28-67.764-28-53.019 0-96 42.981-96 96s42.981 96 96 96c26.451 0 50.404-10.698 67.767-28.003l-0.003 0.003c17.443-17.384 28.236-41.432 28.236-68s-10.793-50.616-28.233-67.997l-0.003-0.003z", + "M858.56 165.44c-23.176-23.24-55.228-37.618-90.637-37.618-70.692 0-128 57.308-128 128 0 24.044 6.629 46.54 18.16 65.759l-0.323-0.58-336.76 336.76c-18.601-11.116-41.029-17.689-64.992-17.689-35.357 0-67.372 14.309-90.57 37.452l0.003-0.003c-23.148 23.161-37.465 55.151-37.465 90.485 0 70.692 57.308 128 128 128s128-57.308 128-128c0-23.973-6.59-46.407-18.058-65.588l0.324 0.584 336.76-336.76c18.639 11.208 41.134 17.837 65.178 17.837 70.692 0 128-57.308 128-128 0-35.41-14.378-67.461-37.615-90.635l-0.003-0.003zM301.24 813.44c-11.588 11.588-27.597 18.756-45.28 18.756-35.366 0-64.036-28.67-64.036-64.036 0-17.683 7.167-33.692 18.756-45.28v0 0c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l0 0c11.573 11.58 18.73 27.574 18.73 45.24 0 17.646-7.141 33.624-18.692 45.201l0.001-0.001zM813.24 301.44c-11.581 11.579-27.579 18.74-45.25 18.74-35.346 0-64-28.654-64-64s28.654-64 64-64c17.671 0 33.668 7.161 45.25 18.74l-0-0c11.537 11.574 18.671 27.544 18.671 45.18 0 17.596-7.101 33.534-18.594 45.103l0.003-0.003z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["line-segment-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31437, "id": 543, "name": "line-segment-duotone", "prevSize": 16, "code": 61055, "codes": [61055, 61056] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 704 + }, + { + "icon": { + "paths": [ + "M228 732c17.302 17.361 28 41.313 28 67.764 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-26.451 10.698-50.404 28.003-67.767l-0.003 0.003c17.384-17.443 41.432-28.236 68-28.236s50.616 10.793 67.997 28.233l0.003 0.003zM316 316c-17.302 17.361-28 41.313-28 67.764 0 53.019 42.981 96 96 96s96-42.981 96-96c0-26.451-10.698-50.404-28.003-67.767l0.003 0.003c-17.384-17.443-41.432-28.236-68-28.236s-50.616 10.793-67.997 28.233l-0.003 0.003zM572 572c-17.302 17.361-28 41.313-28 67.764 0 53.019 42.981 96 96 96s96-42.981 96-96c0-26.451-10.698-50.404-28.003-67.767l0.003 0.003c-17.384-17.443-41.432-28.236-68-28.236s-50.616 10.793-67.997 28.233l-0.003 0.003zM932 156c-17.361-17.302-41.313-28-67.764-28-53.019 0-96 42.981-96 96s42.981 96 96 96c26.451 0 50.404-10.698 67.767-28.003l-0.003 0.003c17.443-17.384 28.236-41.432 28.236-68s-10.793-50.616-28.233-67.997l-0.003-0.003z", + "M954.56 133.44c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0c1.16 1.16 2.4 2.28 3.6 3.4l-106.52 197.84c-9.161-2.329-19.677-3.666-30.506-3.666-23.995 0-46.456 6.563-65.687 17.992l0.593-0.327-80.72-80.72c11.208-18.639 17.837-41.134 17.837-65.178 0-70.692-57.308-128-128-128-35.41 0-67.461 14.378-90.635 37.615l-0.003 0.003c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0c1.16 1.16 2.36 2.28 3.56 3.4l-106.52 197.88c-9.186-2.357-19.73-3.709-30.591-3.709-35.336 0-67.327 14.318-90.489 37.47l0-0c-23.157 23.162-37.48 55.158-37.48 90.499 0 70.692 57.308 128 128 128s128-57.308 128-128c0-35.341-14.323-67.337-37.48-90.499l0 0c-1.16-1.16-2.4-2.28-3.6-3.4l106.52-197.84c9.183 2.345 19.728 3.7 30.588 3.72l0.012 0c0.046 0 0.101 0 0.156 0 23.907 0 46.284-6.554 65.431-17.964l-0.587 0.324 80.72 80.72c-11.135 18.592-17.72 41.017-17.72 64.979 0 70.692 57.308 128 128 128s128-57.308 128-128c0-35.341-14.323-67.337-37.48-90.5l0 0c-1.16-1.16-2.36-2.28-3.56-3.4l106.52-197.84c9.162 2.329 19.682 3.67 30.514 3.68l0.006 0c70.684-0.011 127.981-57.314 127.981-128 0-35.332-14.315-67.32-37.461-90.481l0.001 0.001zM205.2 845.32c-11.585 11.58-27.586 18.741-45.26 18.741-35.358 0-64.021-28.663-64.021-64.021 0-17.684 7.17-33.693 18.761-45.28l0-0c11.585-11.58 27.586-18.741 45.26-18.741 35.358 0 64.021 28.663 64.021 64.021 0 17.684-7.17 33.693-18.761 45.28l-0 0zM338.72 429.32c-11.585-11.582-18.75-27.584-18.75-45.26s7.166-33.678 18.75-45.26l0-0c11.581-11.579 27.579-18.74 45.25-18.74 35.346 0 64 28.654 64 64s-28.654 64-64 64c-17.671 0-33.668-7.161-45.25-18.74l0 0zM685.28 685.32c-11.583 11.583-27.585 18.747-45.26 18.747-35.35 0-64.007-28.657-64.007-64.007 0-17.675 7.164-33.677 18.747-45.26l-0 0c11.583-11.583 27.585-18.747 45.26-18.747 35.35 0 64.007 28.657 64.007 64.007 0 17.675-7.164 33.677-18.747 45.26l0-0zM909.28 269.32c-11.584 11.564-27.577 18.716-45.24 18.716-35.366 0-64.036-28.67-64.036-64.036 0-17.703 7.184-33.728 18.795-45.319l0.001-0.001c11.585-11.58 27.586-18.741 45.26-18.741 35.358 0 64.021 28.663 64.021 64.021 0 17.684-7.17 33.693-18.761 45.28l-0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["line-segments-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31438, "id": 542, "name": "line-segments-duotone", "prevSize": 16, "code": 61057, "codes": [61057, 61058] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 705 + }, + { + "icon": { + "paths": [ + "M785.12 465.12l-320 320c-28.743 27.789-67.949 44.914-111.154 44.914-88.366 0-160-71.634-160-160 0-43.205 17.125-82.41 44.957-111.199l-0.043 0.045 320-320c28.743-27.789 67.949-44.914 111.154-44.914 88.366 0 160 71.634 160 160 0 43.205-17.125 82.41-44.957 111.199l0.043-0.045z", + "M762.52 261.48c-23.163-23.158-55.159-37.481-90.5-37.481-35.222 0-67.121 14.226-90.265 37.247l0.006-0.006-46.6 48.84c-5.703 5.341-13.394 8.622-21.851 8.622-17.673 0-32-14.327-32-32 0-7.879 2.847-15.093 7.569-20.668l-0.039 0.047 46.88-49.16c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c34.631-34.087 82.185-55.134 134.654-55.134 106.039 0 192 85.961 192 192 0 52.47-21.047 100.023-55.159 134.679l0.025-0.025c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005-49.16 46.88c-5.529 4.683-12.743 7.531-20.622 7.531-17.673 0-32-14.327-32-32 0-8.457 3.28-16.147 8.638-21.868l-0.016 0.018 48.84-46.6c23.015-23.138 37.241-55.038 37.241-90.26 0-35.421-14.388-67.482-37.638-90.657l-0.003-0.003zM488.84 713.92l-46.6 48.84c-23.023 22.379-54.489 36.177-89.177 36.177-70.692 0-128-57.308-128-128 0-34.688 13.799-66.154 36.206-89.207l-0.029 0.030 48.84-46.6c5.341-5.703 8.622-13.394 8.622-21.851 0-17.673-14.327-32-32-32-7.879 0-15.093 2.847-20.668 7.569l0.047-0.039-49.32 46.88c-0.185 0.165-0.355 0.335-0.515 0.514l-0.005 0.006c-34.087 34.631-55.134 82.185-55.134 134.654 0 106.039 85.961 192 192 192 52.47 0 100.023-21.047 134.679-55.159l-0.025 0.025c0.185-0.165 0.355-0.335 0.515-0.514l0.005-0.006 46.88-49.16c6.253-5.856 10.149-14.162 10.149-23.378 0-17.673-14.327-32-32-32-9.794 0-18.561 4.4-24.431 11.332l-0.039 0.047zM832 608h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM192 416h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM640 704c-17.673 0-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM384 320c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["link-break-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31439, "id": 541, "name": "link-break-duotone", "prevSize": 16, "code": 61059, "codes": [61059, 61060] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 706 + }, + { + "icon": { + "paths": [ + "M839.76 455.76l-112 112c-27.844 27.93-64.273 47.287-104.992 53.777l-1.088 0.143c-6.634 41.808-25.991 78.236-53.915 106.075l-0.005 0.005-112 112c-34.631 34.087-82.185 55.134-134.654 55.134-106.039 0-192-85.961-192-192 0-52.47 21.047-100.023 55.159-134.679l-0.025 0.025 112-112c27.844-27.93 64.273-47.287 104.992-53.777l1.088-0.143c6.634-41.808 25.991-78.236 53.915-106.075l0.005-0.005 112-112c34.631-34.087 82.185-55.134 134.654-55.134 106.039 0 192 85.961 192 192 0 52.47-21.047 100.023-55.159 134.679l0.025-0.025z", + "M550.16 745.44c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0-71.76 72c-40.556 40.531-96.571 65.599-158.44 65.599-123.788 0-224.139-100.35-224.139-224.139 0-61.919 25.108-117.974 65.698-158.539l112.481-112.441c40.544-40.586 96.578-65.693 158.476-65.693 57.203 0 109.398 21.442 148.986 56.728l-0.223-0.195c6.636 5.903 10.796 14.466 10.796 24 0 17.715-14.361 32.076-32.076 32.076-8.181 0-15.646-3.063-21.312-8.104l0.032 0.028c-28.116-25.055-65.391-40.364-106.242-40.364-44.193 0-84.202 17.917-113.158 46.884l-0 0-112.48 112.36c-28.96 28.96-46.872 68.968-46.872 113.16 0 88.383 71.649 160.032 160.032 160.032 44.192 0 84.2-17.912 113.16-46.872l71.76-71.76c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM862.48 161.44c-40.576-40.488-96.584-65.524-158.44-65.524s-117.864 25.036-158.444 65.528l0.004-0.004-71.76 71.88c-5.786 5.791-9.364 13.787-9.364 22.62 0 17.675 14.329 32.004 32.004 32.004 8.843 0 16.847-3.586 22.64-9.383l71.76-71.76c28.96-28.96 68.968-46.872 113.16-46.872 88.383 0 160.032 71.649 160.032 160.032 0 44.192-17.912 84.2-46.872 113.16l-112.48 112.48c-28.95 28.929-68.933 46.821-113.095 46.821-40.881 0-78.181-15.332-106.463-40.559l0.158 0.138c-5.634-5.013-13.099-8.076-21.28-8.076-17.715 0-32.076 14.361-32.076 32.076 0 9.534 4.16 18.097 10.763 23.972l0.032 0.028c39.372 35.113 91.583 56.57 148.806 56.57 61.877 0 117.894-25.089 158.433-65.649l112.481-112.441c40.512-40.58 65.564-96.604 65.564-158.48s-25.052-117.9-65.567-158.483l0.003 0.003z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["link-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31440, "id": 540, "name": "link-duotone", "prevSize": 16, "code": 61061, "codes": [61061, 61062] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 707 + }, + { + "icon": { + "paths": [ + "M896 160v704c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 96h-704c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM864 864h-704v-704h704v704zM384 448v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM736 560v144c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-144c0-44.183-35.817-80-80-80s-80 35.817-80 80v0 144c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0.092-17.603 14.383-31.838 32-31.838 15.090 0 27.741 10.445 31.116 24.5l0.044 0.218c22.651-15.549 50.661-24.832 80.84-24.832 79.512 0 143.973 64.444 144 143.95l0 0.003zM400 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["linkedin-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31441, "id": 539, "name": "linkedin-logo-duotone", "prevSize": 16, "code": 61063, "codes": [61063, 61064] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 708 + }, + { + "icon": { + "paths": [ + "M839.76 455.76l-384 384c-34.631 34.087-82.185 55.134-134.654 55.134-106.039 0-192-85.961-192-192 0-52.47 21.047-100.023 55.159-134.679l-0.025 0.025 384-384c34.631-34.087 82.185-55.134 134.654-55.134 106.039 0 192 85.961 192 192 0 52.47-21.047 100.023-55.159 134.679l0.025-0.025z", + "M928 320c0 0.167 0.001 0.365 0.001 0.563 0 61.68-25.077 117.502-65.592 157.828l-0.009 0.009-120.28 120.24c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l120.28-120.24c29.707-29.073 48.126-69.579 48.126-114.386 0-88.366-71.634-160-160-160-44.817 0-85.331 18.427-114.378 48.117l-0.028 0.029-120.24 120.2c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l120.24-120.2c40.537-40.541 96.54-65.616 158.4-65.616 123.712 0 224 100.288 224 224 0 0.006-0 0.012-0 0.017l0-0.001zM553.36 696.88l-120.24 120.24c-29.073 29.707-69.579 48.126-114.386 48.126-88.366 0-160-71.634-160-160 0-44.817 18.427-85.331 48.117-114.378l0.029-0.028 120.2-120.2c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-120.2 120.24c-40.538 40.538-65.611 96.541-65.611 158.4 0 123.718 100.293 224.011 224.011 224.011 61.859 0 117.862-25.073 158.4-65.611l120.24-120.28c5.786-5.791 9.364-13.787 9.364-22.62 0-17.675-14.329-32.004-32.004-32.004-8.843 0-16.847 3.586-22.64 9.383l-0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["link-simple-break-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31442, + "id": 538, + "name": "link-simple-break-duotone", + "prevSize": 16, + "code": 61065, + "codes": [61065, 61066] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 709 + }, + { + "icon": { + "paths": [ + "M839.76 455.76l-384 384c-34.631 34.087-82.185 55.134-134.654 55.134-106.039 0-192-85.961-192-192 0-52.47 21.047-100.023 55.159-134.679l-0.025 0.025 384-384c34.631-34.087 82.185-55.134 134.654-55.134 106.039 0 192 85.961 192 192 0 52.47-21.047 100.023-55.159 134.679l0.025-0.025z", + "M662.64 361.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-256 256c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l256-256c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM862.4 161.6c-40.537-40.541-96.54-65.616-158.4-65.616s-117.863 25.075-158.4 65.616l-120.24 120.2c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l-0 0 120.24-120c28.823-28.208 68.316-45.614 111.874-45.614 88.366 0 160 71.634 160 160 0 43.548-17.398 83.033-45.622 111.883l0.028-0.029-120.28 120.24c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l-0 0 120.28-120.44c40.541-40.537 65.616-96.54 65.616-158.4s-25.075-117.863-65.616-158.4l-0-0zM553.36 696.88l-120.24 120.24c-29.073 29.707-69.579 48.126-114.386 48.126-88.366 0-160-71.634-160-160 0-44.817 18.427-85.331 48.117-114.378l0.029-0.028 120.2-120.2c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-120.2 120.24c-40.538 40.538-65.611 96.541-65.611 158.4 0 123.718 100.293 224.011 224.011 224.011 61.859 0 117.862-25.073 158.4-65.611l120.24-120.28c5.786-5.791 9.364-13.787 9.364-22.62 0-17.675-14.329-32.004-32.004-32.004-8.843 0-16.847 3.586-22.64 9.383l-0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["link-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31443, "id": 537, "name": "link-simple-duotone", "prevSize": 16, "code": 61067, "codes": [61067, 61068] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 710 + }, + { + "icon": { + "paths": [ + "M960 512v0c0 106.039-85.961 192-192 192v0h-512c-106.039 0-192-85.961-192-192v0 0c0-106.039 85.961-192 192-192v0h512c106.039 0 192 85.961 192 192v0z", + "M96 512c0 88.366 71.634 160 160 160v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-123.712 0-224-100.288-224-224s100.288-224 224-224v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-88.366 0-160 71.634-160 160v0zM768 288h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c88.366 0 160 71.634 160 160s-71.634 160-160 160v0h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c123.712 0 224-100.288 224-224s-100.288-224-224-224v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["link-simple-horizontal-break-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31444, + "id": 536, + "name": "link-simple-horizontal-break-duotone", + "prevSize": 16, + "code": 61069, + "codes": [61069, 61070] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 711 + }, + { + "icon": { + "paths": [ + "M960 512v0c0 106.039-85.961 192-192 192v0h-512c-106.039 0-192-85.961-192-192v0 0c0-106.039 85.961-192 192-192v0h512c106.039 0 192 85.961 192 192v0z", + "M320 480h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM416 672h-160c-88.366 0-160-71.634-160-160s71.634-160 160-160v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-123.712 0-224 100.288-224 224s100.288 224 224 224v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 288h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c88.366 0 160 71.634 160 160s-71.634 160-160 160v0h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c123.712 0 224-100.288 224-224s-100.288-224-224-224v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["link-simple-horizontal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31445, + "id": 535, + "name": "link-simple-horizontal-duotone", + "prevSize": 16, + "code": 61071, + "codes": [61071, 61072] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 712 + }, + { + "icon": { + "paths": [ + "M896 864h-224c-32-57.4-91.64-96-160-96s-128 38.6-160 96h-224s128-160 128-480c0-141.385 114.615-256 256-256s256 114.615 256 256v0c0 320 128 480 128 480z", + "M916 889c-5.422 4.363-12.392 7.002-19.978 7.002-10.078 0-19.068-4.659-24.934-11.941l-0.048-0.062c-5.48-6.92-135.040-172.56-135.040-500 0-123.712-100.288-224-224-224s-224 100.288-224 224v0c0 327.44-129.48 493.080-135 500-5.919 7.361-14.924 12.031-25.020 12.031-17.69 0-32.031-14.341-32.031-32.031 0-7.595 2.643-14.572 7.060-20.062l-0.048 0.062c0.6-0.8 30.76-39.6 60.52-114.96 27.6-69.84 60.52-186.48 60.52-345.040 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 158.56 32.92 275.2 60.52 345.12 29.92 75.76 60.24 114.56 60.56 114.96 4.332 5.411 6.952 12.357 6.952 19.915 0 10.092-4.671 19.092-11.97 24.957l-0.062 0.048zM400 384c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM672 432c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0zM398.32 547.36c-4.018-1.953-8.741-3.095-13.73-3.095-17.673 0-32 14.327-32 32 0 12.236 6.867 22.868 16.958 28.251l0.172 0.084 128 64c4.163 2.144 9.085 3.401 14.3 3.401s10.137-1.257 14.479-3.485l-0.179 0.083 128-64c10.568-5.373 17.683-16.166 17.683-28.62 0-17.675-14.328-32.003-32.003-32.003-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.84zM512 736c-80.699 0.664-150.794 45.423-187.437 111.337l-0.563 1.103c-2.538 4.484-4.033 9.847-4.033 15.56 0 17.691 14.342 32.033 32.033 32.033 11.979 0 22.422-6.575 27.917-16.313l0.083-0.16c25.617-47.609 75.093-79.426 132-79.426s106.382 31.817 131.609 78.631l0.391 0.795c5.578 9.898 16.021 16.473 28 16.473 17.691 0 32.033-14.342 32.033-32.033 0-5.713-1.495-11.076-4.116-15.72l0.083 0.16c-37.207-67.017-107.301-111.776-187.908-112.439l-0.092-0.001z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["linux-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31446, "id": 534, "name": "linux-logo-duotone", "prevSize": 16, "code": 61073, "codes": [61073, 61074] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 713 + }, + { + "icon": { + "paths": [ + "M864 256v512h-688v-512z", + "M320 256c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0zM864 480h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 736h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM176 208c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM176 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM176 720c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["list-bullets-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31447, "id": 533, "name": "list-bullets-duotone", "prevSize": 16, "code": 61075, "codes": [61075, 61076] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 714 + }, + { + "icon": { + "paths": [ + "M864 256v512h-352v-512z", + "M896 512c0 17.673-14.327 32-32 32v0h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c17.673 0 32 14.327 32 32v0zM512 288h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM329.36 169.36l-105.36 105.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM329.36 425.36l-105.36 105.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM329.36 681.36l-105.36 105.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["list-checks-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31448, "id": 532, "name": "list-checks-duotone", "prevSize": 16, "code": 61077, "codes": [61077, 61078] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 715 + }, + { + "icon": { + "paths": [ + "M864 256v512h-704v-512z", + "M352 256c0-17.673 14.327-32 32-32v0h480c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-480c-17.673 0-32-14.327-32-32v0zM864 480h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 736h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 224h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 736h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["list-dashes-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31449, "id": 531, "name": "list-dashes-duotone", "prevSize": 16, "code": 61079, "codes": [61079, 61080] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 716 + }, + { + "icon": { + "paths": [ + "M864 256v512h-704v-512z", + "M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM160 288h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["list-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31450, "id": 530, "name": "list-duotone", "prevSize": 16, "code": 61081, "codes": [61081, 61082] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 717 + }, + { + "icon": { + "paths": [ + "M864 576c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z", + "M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 544h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM512 736h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM950.64 790.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-81.36-81.2c-24.802 16.573-55.304 26.448-88.112 26.448-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160 0 32.808-9.875 63.31-26.814 88.696l0.367-0.584 81.2 81.2c5.846 5.8 9.466 13.837 9.466 22.72s-3.619 16.92-9.463 22.718l-0.002 0.002zM736 672c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["list-magnifying-glass-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31451, + "id": 529, + "name": "list-magnifying-glass-duotone", + "prevSize": 16, + "code": 61083, + "codes": [61083, 61084] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 718 + }, + { + "icon": { + "paths": [ + "M864 256v512h-448v-512z", + "M896 512c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0zM416 288h448c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-448c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h448c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM174.32 220.64l17.68-8.88v204.24c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-64 32c-10.579 5.374-17.7 16.175-17.7 28.64 0 17.684 14.336 32.020 32.020 32.020 5.22 0 10.148-1.249 14.502-3.464l-0.182 0.084zM319.080 626.88c-3.782-26.383-17.94-48.885-38.13-63.612l-0.27-0.188c-16.174-11.859-36.47-18.976-58.428-18.976-31.533 0-59.638 14.677-77.856 37.573l-0.156 0.203c-5.814 7.406-10.641 15.956-14.067 25.186l-0.213 0.654c-1.713 3.794-2.712 8.227-2.712 12.892 0 17.673 14.327 32 32 32 14.47 0 26.697-9.604 30.653-22.785l0.058-0.227c1.207-3.259 2.802-6.077 4.771-8.588l-0.051 0.068c6.475-8.021 16.307-13.108 27.327-13.108 7.774 0 14.957 2.532 20.769 6.816l-0.096-0.068c6.917 4.936 11.722 12.447 13.019 21.106l0.021 0.174c0.184 1.259 0.289 2.712 0.289 4.19 0 7.178-2.474 13.777-6.617 18.992l0.048-0.063c-0.109 0.13-0.215 0.273-0.31 0.424l-0.010 0.016-114.76 153.28c-3.977 5.274-6.37 11.938-6.37 19.16 0 17.673 14.327 32 32 32 0.004 0 0.007-0 0.011-0l127.999 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64l76.32-102.12c12.301-15.725 19.725-35.781 19.725-57.572 0-4.738-0.351-9.393-1.028-13.942l0.063 0.514z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["list-numbers-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31452, "id": 528, "name": "list-numbers-duotone", "prevSize": 16, "code": 61085, "codes": [61085, 61086] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 719 + }, + { + "icon": { + "paths": [ + "M864 256v512h-704v-512z", + "M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 544h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM576 736h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 736h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["list-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31453, "id": 527, "name": "list-plus-duotone", "prevSize": 16, "code": 61087, "codes": [61087, 61088] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 720 + }, + { + "icon": { + "paths": [ + "M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 832h-640v-448h640v448zM560 608c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lock-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31454, "id": 526, "name": "lock-duotone", "prevSize": 16, "code": 61089, "codes": [61089, 61090] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 721 + }, + { + "icon": { + "paths": [ + "M864 192v608h-704v-608c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M768 288c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM736 384h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 320h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM384 384h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-288v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-288v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM480 768v-576h-288v576zM544 768h288v-576h-288z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lockers-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31455, "id": 525, "name": "lockers-duotone", "prevSize": 16, "code": 61091, "codes": [61091, 61092] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 722 + }, + { + "icon": { + "paths": [ + "M832 352h-640c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0zM512 640c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z", + "M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 832h-640v-448h640v448zM512 448c-61.84 0.022-111.962 50.157-111.962 112 0 50.432 33.333 93.079 79.169 107.111l0.793 0.209v68.68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-68.68c46.63-14.241 79.962-56.888 79.962-107.32 0-61.843-50.123-111.978-111.96-112l-0.002-0zM512 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lock-key-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31456, "id": 524, "name": "lock-key-duotone", "prevSize": 16, "code": 61093, "codes": [61093, 61094] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 723 + }, + { + "icon": { + "paths": [ + "M832 352h-640c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0zM512 640c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z", + "M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM832 832h-640v-448h640v448zM512 448c-61.84 0.022-111.962 50.157-111.962 112 0 50.432 33.333 93.079 79.169 107.111l0.793 0.209v68.68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-68.68c46.63-14.241 79.962-56.888 79.962-107.32 0-61.843-50.123-111.978-111.96-112l-0.002-0zM512 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lock-key-open-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31457, "id": 523, "name": "lock-key-open-duotone", "prevSize": 16, "code": 61095, "codes": [61095, 61096] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 724 + }, + { + "icon": { + "paths": [ + "M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM192 512h640v64h-640zM192 640h640v64h-640zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 384v64h-640v-64zM832 832h-640v-64h640v64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lock-laminated-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31458, "id": 522, "name": "lock-laminated-duotone", "prevSize": 16, "code": 61097, "codes": [61097, 61098] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 725 + }, + { + "icon": { + "paths": [ + "M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM192 512h640v64h-640zM192 640h640v64h-640zM832 384v64h-640v-64zM832 832h-640v-64h640v64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lock-laminated-open-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31459, + "id": 521, + "name": "lock-laminated-open-duotone", + "prevSize": 16, + "code": 61099, + "codes": [61099, 61100] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 726 + }, + { + "icon": { + "paths": [ + "M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM832 832h-640v-448h640v448zM560 608c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lock-open-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31460, "id": 520, "name": "lock-open-duotone", "prevSize": 16, "code": 61101, "codes": [61101, 61102] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 727 + }, + { + "icon": { + "paths": [ + "M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 832h-640v-448h640v448z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lock-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31461, "id": 519, "name": "lock-simple-duotone", "prevSize": 16, "code": 61103, "codes": [61103, 61104] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 728 + }, + { + "icon": { + "paths": [ + "M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM832 832h-640v-448h640v448z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["lock-simple-open-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31462, + "id": 518, + "name": "lock-simple-open-duotone", + "prevSize": 16, + "code": 61105, + "codes": [61105, 61106] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 729 + }, + { + "icon": { + "paths": [ + "M704 448l-406.64 406.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-82.76-82.64c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l406.64-406.76z", + "M992 608c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM224 288h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM736 768h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM877.24 320l-557.24 557.24c-11.58 11.573-27.574 18.73-45.24 18.73s-33.66-7.157-45.24-18.731l-82.8-82.72c-11.585-11.582-18.75-27.584-18.75-45.26s7.166-33.678 18.75-45.26l557.28-557.24c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l82.72 82.72c11.585 11.582 18.75 27.584 18.75 45.26s-7.166 33.678-18.75 45.26l-0 0zM658.72 448l-82.72-82.76-384 384 82.72 82.76zM832 274.76l-82.76-82.76-128 128 82.76 82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["magic-wand-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31463, "id": 517, "name": "magic-wand-duotone", "prevSize": 16, "code": 61107, "codes": [61107, 61108] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 730 + }, + { + "icon": { + "paths": [ + "M673.44 801.44l-120 117.4c-5.769 5.668-13.686 9.166-22.419 9.166-8.833 0-16.831-3.579-22.621-9.366l0 0-114.56-114.64c-5.8-5.792-9.388-13.798-9.388-22.642 0-9.002 3.717-17.136 9.7-22.95l120.008-116.007zM105.44 470.4c-5.751 5.784-9.305 13.757-9.305 22.56s3.555 16.776 9.307 22.562l-0.002-0.002 114.56 114.64c5.792 5.799 13.798 9.387 22.641 9.387 8.962 0 17.064-3.684 22.873-9.621l116.726-119.686-159.16-159.16z", + "M828 201c-63.484-64.754-151.844-104.918-249.585-105l-1.335-0c-0.267-0.001-0.583-0.001-0.9-0.001-97.001 0-184.783 39.469-248.163 103.224l-0.017 0.017-245.56 248.76c-11.43 11.556-18.491 27.453-18.491 44.999 0 17.666 7.158 33.66 18.731 45.241l114.64 114.64c11.535 11.589 27.498 18.76 45.137 18.76 0.050 0 0.1-0 0.151-0l-0.008 0h0.36c17.812-0.099 33.886-7.459 45.428-19.268l0.012-0.012 243.6-249.6c11.616-11.504 27.604-18.611 45.252-18.611 17.224 0 32.867 6.77 44.413 17.795l-0.025-0.024c11.676 11.352 18.92 27.209 18.92 44.758 0 0.001-0 0.002-0 0.002l0-0c0.002 0.183 0.003 0.399 0.003 0.616 0 18.464-7.407 35.198-19.411 47.393l0.009-0.009-249.16 240.84c-11.981 11.644-19.415 27.911-19.415 45.915 0 17.668 7.159 33.664 18.735 45.245l114.64 114.64c11.611 11.542 27.614 18.675 45.284 18.675 17.429 0 33.237-6.941 44.81-18.209l-0.014 0.014 247.2-241.8c137.8-138 139.92-361.76 4.76-499zM242.6 607.56l-114.6-114.6 95.2-96.48 114.080 114.080zM531.16 896l-114.72-114.6 97.52-94.28 114.040 114.16zM778.2 654.24l-104.44 102.16-113.76-113.68 106.16-102.64c23.662-23.849 38.284-56.696 38.284-92.959 0-0.366-0.001-0.732-0.004-1.097l0 0.056c-0.157-35.381-14.9-67.288-38.521-90.042l-0.039-0.038c-23.057-21.964-54.336-35.478-88.772-35.478-35.444 0-67.545 14.317-90.834 37.484l0.006-0.006-104.32 106.72-113.96-113.76 105.4-106.6c51.82-52.11 123.565-84.361 202.841-84.361 0.295 0 0.59 0 0.885 0.001l-0.046-0h1.080c79.978 0.071 152.266 32.937 204.154 85.873l0.046 0.047c110.64 112.28 108.64 295.6-4.16 408.4z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["magnet-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31464, "id": 516, "name": "magnet-duotone", "prevSize": 16, "code": 61109, "codes": [61109, 61110] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 731 + }, + { + "icon": { + "paths": [ + "M416 224v160h-224v-160c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM800 192h-160c-17.673 0-32 14.327-32 32v0 160h224v-160c0-17.673-14.327-32-32-32v0z", + "M800 160h-160c-35.346 0-64 28.654-64 64v0 352c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-352c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 352c0 194.404 157.596 352 352 352v0h2.68c192.6-1.44 349.32-161.16 349.32-356v-348c0-35.346-28.654-64-64-64v0zM800 224v128h-160v-128zM384 224v128h-160v-128zM514.2 864c-0.654 0.005-1.426 0.008-2.2 0.008-159.058 0-288-128.942-288-288 0-0.003 0-0.006 0-0.009l-0 0.001v-160h160v160c0 70.692 57.308 128 128 128s128-57.308 128-128v0-160h160v156c0 160-128 290.84-285.8 292z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["magnet-straight-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31465, + "id": 515, + "name": "magnet-straight-duotone", + "prevSize": 16, + "code": 61111, + "codes": [61111, 61112] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 732 + }, + { + "icon": { + "paths": [ + "M768 448c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320v0c176.731 0 320 143.269 320 320v0z", + "M918.64 873.36l-200.24-200.24c50.917-60.738 81.843-139.736 81.843-225.957 0-194.868-157.972-352.84-352.84-352.84s-352.84 157.972-352.84 352.84c0 194.868 157.972 352.84 352.84 352.84 86.111 0 165.018-30.847 226.272-82.095l-0.555 0.452 200.24 200.28c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM160 448c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["magnifying-glass-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31466, + "id": 514, + "name": "magnifying-glass-duotone", + "prevSize": 16, + "code": 61113, + "codes": [61113, 61114] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 733 + }, + { + "icon": { + "paths": [ + "M768 448c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320v0c176.731 0 320 143.269 320 320v0z", + "M918.64 873.36l-200.24-200.24c50.917-60.738 81.843-139.736 81.843-225.957 0-194.868-157.972-352.84-352.84-352.84s-352.84 157.972-352.84 352.84c0 194.868 157.972 352.84 352.84 352.84 86.111 0 165.018-30.847 226.272-82.095l-0.555 0.452 200.24 200.28c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM160 448c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017zM608 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["magnifying-glass-minus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31467, + "id": 513, + "name": "magnifying-glass-minus-duotone", + "prevSize": 16, + "code": 61115, + "codes": [61115, 61116] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 734 + }, + { + "icon": { + "paths": [ + "M768 448c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320v0c176.731 0 320 143.269 320 320v0z", + "M918.64 873.36l-200.24-200.24c50.917-60.738 81.843-139.736 81.843-225.957 0-194.868-157.972-352.84-352.84-352.84s-352.84 157.972-352.84 352.84c0 194.868 157.972 352.84 352.84 352.84 86.111 0 165.018-30.847 226.272-82.095l-0.555 0.452 200.24 200.28c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM160 448c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017zM608 448c0 17.673-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["magnifying-glass-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31468, + "id": 512, + "name": "magnifying-glass-plus-duotone", + "prevSize": 16, + "code": 61117, + "codes": [61117, 61118] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 735 + }, + { + "icon": { + "paths": [ + "M512 96c-176.731 0-320 143.269-320 320v0c0 288 320 512 320 512s320-224 320-512c0-176.731-143.269-320-320-320v0zM512 544c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z", + "M512 256c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 512c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM512 64c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0 125.6 58.040 258.72 168 385 49.439 56.891 103.776 107.23 163.073 151.265l2.727 1.935c5.116 3.623 11.485 5.791 18.36 5.791s13.244-2.168 18.46-5.858l-0.1 0.067c61.893-45.975 116.125-96.311 164.414-151.945l1.066-1.255c109.8-126.28 168-259.4 168-385-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM512 888c-66.12-52-288-243-288-472 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 228.92-221.88 420-288 472z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["map-pin-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31469, "id": 511, "name": "map-pin-duotone", "prevSize": 16, "code": 61119, "codes": [61119, 61120] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 736 + }, + { + "icon": { + "paths": [ + "M512 96c-176.731 0-320 143.269-320 320v0c0 288 320 512 320 512s320-224 320-512c0-176.731-143.269-320-320-320v0zM512 544c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z", + "M800 896h-197.84c33.451-29.949 64.1-60.966 92.774-93.756l1.066-1.244c109.8-126.28 168-259.4 168-385 0-194.404-157.596-352-352-352s-352 157.596-352 352v0c0 125.6 58.040 258.72 168 385 29.738 34.032 60.388 65.049 92.828 94.109l1.012 0.891h-197.84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 416c0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 228.92-221.88 420-288 472-66.12-52-288-243.080-288-472zM672 416c0-88.366-71.634-160-160-160s-160 71.634-160 160c0 88.366 71.634 160 160 160v0c88.366 0 160-71.634 160-160v0zM416 416c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["map-pin-line-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31470, "id": 510, "name": "map-pin-line-duotone", "prevSize": 16, "code": 61121, "codes": [61121, 61122] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 737 + }, + { + "icon": { + "paths": [ + "M640 288v576l-256-128v-576z", + "M915.68 198.76c-5.368-4.214-12.221-6.758-19.668-6.758-2.76 0-5.439 0.349-7.994 1.006l0.222-0.048-244.52 61.12-245.4-122.72c-4.162-2.121-9.077-3.364-14.283-3.364-2.769 0-5.456 0.352-8.019 1.013l0.222-0.049-256 64c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v576c0.003 17.671 14.329 31.995 32 31.995 2.756 0 5.43-0.348 7.982-1.003l-0.222 0.048 244.52-61.12 245.4 122.72c4.177 2.105 9.102 3.344 14.315 3.36l0.005 0c2.757-0.002 5.431-0.352 7.982-1.008l-0.222 0.048 256-64c14.031-3.594 24.238-16.125 24.24-31.040l0-0v-576c0-0.002 0-0.005 0-0.007 0-10.221-4.792-19.322-12.251-25.181l-0.069-0.052zM416 211.76l192 96v504.48l-192-96zM160 249l192-48v510l-192 48zM864 775l-192 48v-510l192-48z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["map-trifold-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31471, "id": 509, "name": "map-trifold-duotone", "prevSize": 16, "code": 61123, "codes": [61123, 61124] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 738 + }, + { + "icon": { + "paths": [ + "M896 512c-0.049-212.040-171.953-383.914-384-383.914-212.077 0-384 171.923-384 384 0 141.385 76.41 264.923 190.188 331.573l1.812 0.981v-140.64c0-17.673 14.327-32 32-32v0h32v-96c0-17.673 14.327-32 32-32v0h16.64l48-230.52c7.080-33.96 55.56-33.96 62.64 0l48 230.52h16.72c17.673 0 32 14.327 32 32v0 96h32c17.673 0 32 14.327 32 32v0 140.64c115.59-67.63 192-191.169 192-332.554 0-0.030-0-0.061-0-0.091l0 0.005z", + "M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM352 825.48v-121.48h320v121.48c-46.549 24.13-101.622 38.28-160 38.28s-113.451-14.15-161.977-39.208l1.977 0.928zM416 576h192v64h-192zM472 512l40-192 40 192zM760.88 760.92c-8 8-16.32 15.48-24.88 22.56v-79.48c0-35.346-28.654-64-64-64v0-64c-0.042-31.938-23.472-58.391-54.080-63.154l-0.36-0.046-42.92-205.84c-6.29-29.262-31.941-50.876-62.64-50.876s-56.35 21.614-62.564 50.455l-0.076 0.421-42.92 205.84c-30.968 4.809-54.398 31.262-54.44 63.196l-0 0.004v64c-35.346 0-64 28.654-64 64v0 79.48c-8.56-7.080-16.88-14.56-24.88-22.56-63.712-63.702-103.12-151.71-103.12-248.923 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.213-39.408 185.221-103.119 248.922l-0.001 0.001z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["marker-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31472, "id": 508, "name": "marker-circle-duotone", "prevSize": 16, "code": 61125, "codes": [61125, 61126] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 739 + }, + { + "icon": { + "paths": [ + "M800 288l-288 288-288-288z", + "M950.64 182.64c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-831.999-0c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 406.64 406.6v242.76h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-242.76zM301.24 320h421.52l-210.76 210.76zM850.76 192l-64 64h-549.52l-64-64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["martini-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31473, "id": 507, "name": "martini-duotone", "prevSize": 16, "code": 61127, "codes": [61127, 61128] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 740 + }, + { + "icon": { + "paths": [ + "M864 192v223.080c0 283.32-157.6 512.92-352 512.92s-352-229.6-352-512.84v-223.16c-0-0.012-0-0.027-0-0.041 0-17.673 14.327-32 32-32 4.158 0 8.132 0.793 11.777 2.237l-0.217-0.076c60.44 23.52 176.88 60.72 308.44 60.72s248-37.2 308.44-60.64c3.428-1.368 7.402-2.161 11.56-2.161 17.659 0 31.978 14.305 32 31.959l0 0.002z", + "M868 139.2c-10.093-7.013-22.607-11.203-36.099-11.203-8.342 0-16.309 1.602-23.611 4.515l0.43-0.151c-56.12 21.84-169.44 58.48-296.72 58.48s-240.64-36.64-296.84-58.48c-6.868-2.745-14.828-4.337-23.16-4.337-35.338 0-63.987 28.641-64 63.976l-0 0.001v223.080c0 143.36 38.6 278.6 108.72 380.72 72.64 105.84 170.4 164 275.28 164s202.64-58.28 275.28-164c70.12-102.040 108.72-237.28 108.72-380.64v-223.16c-0.041-21.86-11.034-41.143-27.783-52.659l-0.217-0.141zM832 415.2c0 130.56-34.64 252.92-97.48 344.52-60.36 87.88-139.36 136.28-222.52 136.28s-162.16-48.4-222.52-136.32c-62.84-91.68-97.48-213.96-97.48-344.52v-223.16c60.44 23.48 182.32 62.84 320 62.84s259.6-39.36 320-62.84v223.24zM760 490.68c5.029 5.642 8.102 13.122 8.102 21.32 0 17.729-14.373 32.102-32.102 32.102-9.531 0-18.093-4.154-23.972-10.75l-0.028-0.032c-10.72-12-35.4-21.32-56-21.32s-45.44 9.36-56 21.32c-5.909 6.624-14.47 10.775-24 10.775-17.737 0-32.115-14.379-32.115-32.115 0-8.207 3.078-15.694 8.143-21.372l-0.028 0.032c22.84-25.52 64.56-42.64 104-42.64s81 17.12 104 42.64zM368 512c-20.76 0-45.44 9.36-56 21.32-5.909 6.624-14.47 10.775-24 10.775-17.737 0-32.115-14.379-32.115-32.115 0-8.207 3.078-15.694 8.143-21.372l-0.028 0.032c23-25.52 64.72-42.64 104-42.64s81 17.12 104 42.64c5.037 5.646 8.115 13.133 8.115 21.34 0 17.737-14.379 32.115-32.115 32.115-9.53 0-18.091-4.151-23.972-10.744l-0.028-0.032c-10.56-11.96-35.24-21.32-56-21.32zM673.8 692.76c-39.069 46.141-97.037 75.235-161.8 75.235s-122.731-29.095-161.545-74.926l-0.255-0.309c-4.764-5.554-7.664-12.828-7.664-20.78 0-17.675 14.329-32.004 32.004-32.004 9.724 0 18.434 4.336 24.304 11.181l0.036 0.043c27.251 32.378 67.8 52.809 113.12 52.809s85.868-20.431 112.937-52.585l0.183-0.224c5.906-6.887 14.616-11.224 24.34-11.224 17.675 0 32.004 14.329 32.004 32.004 0 7.952-2.9 15.226-7.7 20.823l0.036-0.043z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["mask-happy-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31474, "id": 506, "name": "mask-happy-duotone", "prevSize": 16, "code": 61129, "codes": [61129, 61130] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 741 + }, + { + "icon": { + "paths": [ + "M864 192v223.080c0 283.32-157.6 512.92-352 512.92s-352-229.6-352-512.84v-223.16c-0-0.012-0-0.027-0-0.041 0-17.673 14.327-32 32-32 4.158 0 8.132 0.793 11.777 2.237l-0.217-0.076c60.44 23.52 176.88 60.72 308.44 60.72s248-37.2 308.44-60.64c3.428-1.368 7.402-2.161 11.56-2.161 17.659 0 31.978 14.305 32 31.959l0 0.002z", + "M634.64 753.72c-5.819 8.655-15.574 14.273-26.641 14.273-6.602 0-12.737-1.999-17.833-5.426l0.115 0.073c-26-17.28-46.28-26.64-78.28-26.64s-52.28 9.36-78.28 26.64c-4.88 3.167-10.847 5.051-17.255 5.051-17.673 0-32-14.327-32-32 0-10.873 5.423-20.479 13.711-26.262l0.104-0.069c33.72-22.44 65.96-37.36 113.72-37.36s80 14.92 113.72 37.36c8.655 5.819 14.273 15.574 14.273 26.641 0 6.602-1.999 12.737-5.426 17.833l0.073-0.115zM757.36 456c-5.639-5.071-13.138-8.173-21.361-8.173-9.457 0-17.955 4.102-23.813 10.624l-0.026 0.030c-10.72 12-35.4 21.36-56 21.36s-45.44-9.4-56-21.36c-5.93-6.645-14.519-10.808-24.080-10.808-17.799 0-32.228 14.429-32.228 32.228 0 8.238 3.091 15.754 8.176 21.452l-0.028-0.032c22.84 25.52 64.56 42.68 104 42.68s81-17.16 104-42.68c5.065-5.637 8.162-13.131 8.162-21.348 0-9.527-4.163-18.081-10.769-23.943l-0.033-0.029zM896 192v223.080c0 143.36-38.6 278.6-108.72 380.72-72.64 105.84-170.4 164-275.28 164s-202.64-58.28-275.28-164c-70.12-102.040-108.72-237.28-108.72-380.64v-223.16c0.013-35.337 28.662-63.977 64-63.977 8.332 0 16.292 1.592 23.593 4.489l-0.433-0.151c56.2 21.84 169.56 58.48 296.84 58.48s240.6-36.64 296.84-58.48c6.868-2.745 14.828-4.337 23.16-4.337 35.338 0 63.987 28.641 64 63.976l0 0.001zM832 192v0c-60.4 23.56-182.28 62.92-320 62.92s-259.6-39.44-320-62.92v223.16c0 130.56 34.64 252.92 97.48 344.52 60.36 87.92 139.36 136.32 222.52 136.32s162.16-48.4 222.52-136.32c62.84-91.68 97.48-213.96 97.48-344.52zM472 501.24c5.021-5.638 8.089-13.111 8.089-21.3 0-17.722-14.367-32.089-32.089-32.089-9.533 0-18.095 4.157-23.972 10.757l-0.028 0.032c-10.72 12-35.4 21.36-56 21.36s-45.44-9.4-56-21.36c-5.909-6.624-14.47-10.775-24-10.775-17.737 0-32.115 14.379-32.115 32.115 0 8.207 3.078 15.694 8.143 21.372l-0.028-0.032c23 25.52 64.72 42.68 104 42.68s81-17.16 104-42.68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["mask-sad-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31475, "id": 505, "name": "mask-sad-duotone", "prevSize": 16, "code": 61131, "codes": [61131, 61132] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 742 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M448 288c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM416 704h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 704h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM617.36 406.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l73.36-73.4 73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36 73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-73.36 73.4-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 73.4 73.36-73.4 73.36c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["math-operations-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31476, + "id": 504, + "name": "math-operations-duotone", + "prevSize": 16, + "code": 61133, + "codes": [61133, 61134] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 743 + }, + { + "icon": { + "paths": [ + "M704 384c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192v0c106.039 0 192 85.961 192 192v0z", + "M864 384c0-0.062 0-0.136 0-0.209 0-194.404-157.596-352-352-352s-352 157.596-352 352c0 109.037 49.577 206.494 127.418 271.060l0.582 0.469v304.68c-0 0.007-0 0.015-0 0.023 0 17.673 14.327 32 32 32 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 177.68-88.64 177.72 88.84c4.075 1.995 8.868 3.162 13.933 3.162 0.122 0 0.244-0.001 0.365-0.002l-0.019 0c17.673 0 32-14.327 32-32v0-304.68c78.417-64.926 128-162.296 128-271.246 0-0.026-0-0.052-0-0.078l0 0.004zM224 384c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017zM672 908.24l-145.72-72.84c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-145.64 72.84v-210.76c46.518 24.278 101.596 38.519 160 38.519s113.482-14.242 161.951-39.442l-1.951 0.923zM512 608c123.712 0 224-100.288 224-224s-100.288-224-224-224c-123.712 0-224 100.288-224 224v0c0.137 123.657 100.343 223.863 223.987 224l0.013 0zM512 224c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["medal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31477, "id": 503, "name": "medal-duotone", "prevSize": 16, "code": 61135, "codes": [61135, 61136] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 744 + }, + { + "icon": { + "paths": [ + "M672 736c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM828 160h-156v343.28l170.88-77.68c12.561-5.802 21.12-18.292 21.12-32.781 0-0.007-0-0.013-0-0.020l0 0.001v-196.8c0-19.882-16.118-36-36-36v0zM352 160h-156c-19.882 0-36 16.118-36 36v0 196.8c-0 0.006-0 0.012-0 0.019 0 14.489 8.559 26.978 20.897 32.688l0.223 0.092 170.88 77.68z", + "M828 128h-632c-37.555 0-68 30.445-68 68v0 196.84c0.036 27.374 16.242 50.955 39.578 61.706l0.422 0.174 250.4 113.8c-59.049 33.507-98.24 95.952-98.24 167.55 0 106.039 85.961 192 192 192s192-85.961 192-192c0-71.598-39.191-134.043-97.29-167.053l-0.95-0.497 250.080-113.8c23.758-10.925 39.964-34.506 40-61.875l0-0.005v-196.84c0-37.555-30.445-68-68-68v0zM640 192v290.68l-128 58.16-128-58.16v-290.68zM192 392.84v-196.84c0-2.209 1.791-4 4-4v0h124v261.56l-125.64-57.080c-1.4-0.641-2.357-2.028-2.36-3.64l-0-0zM512 864c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM832 392.84c-0.003 1.612-0.96 2.999-2.335 3.63l-0.025 0.010-125.64 57.080v-261.56h124c2.209 0 4 1.791 4 4v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["medal-military-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31478, "id": 502, "name": "medal-military-duotone", "prevSize": 16, "code": 61137, "codes": [61137, 61138] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 745 + }, + { + "icon": { + "paths": [ + "M512 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0zM736 288c-53 0-96 100.28-96 224s43 224 96 224 96-100.28 96-224-43-224-96-224z", + "M288 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM288 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0zM736 256c-22.72 0-65.6 11.040-97.28 85-19.8 46.2-30.72 107-30.72 171s10.92 124.8 30.72 171c31.68 73.96 74.56 85 97.28 85s65.6-11.040 97.28-85c19.8-46.2 30.72-107 30.72-171s-10.92-124.8-30.72-171c-31.68-73.96-74.56-85-97.28-85zM736 704c-22.56 0-64-72.88-64-192s41.44-192 64-192 64 72.88 64 192-41.44 192-64 192zM992 288v448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["medium-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31479, "id": 501, "name": "medium-logo-duotone", "prevSize": 16, "code": 61139, "codes": [61139, 61140] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 746 + }, + { + "icon": { + "paths": [ + "M928 480c0 88.366-71.634 160-160 160v0h-160v-320h160c88.366 0 160 71.634 160 160v0z", + "M960 480c-0.114-105.993-86.007-191.886-191.989-192l-159.211-0c-11.64-0.68-214.48-14.96-407.64-176.96-11.045-9.324-25.441-14.991-41.16-14.991-35.329 0-63.972 28.626-64 63.949l-0 0.003v640c0.005 35.342 28.657 63.991 64 63.991 15.719 0 30.115-5.667 41.255-15.070l-0.095 0.078c151.080-126.72 308-163.040 374.84-173.2v126.88c-0 0.024-0 0.053-0 0.082 0 22.107 11.209 41.596 28.253 53.094l0.227 0.145 44 29.32c9.982 6.745 22.286 10.768 35.53 10.768 29.692 0 54.662-20.22 61.89-47.642l0.1-0.446 47.080-177.44c94.708-12.96 166.899-93.326 166.92-190.558l0-0.002zM160 799.72v-639.72c171.24 143.64 346.52 180 416 188.96v261.92c-69.4 9.12-244.64 45.4-416 188.84zM684 831.72v0.44l-44-29.32v-130.84h86.4zM768 608h-128v-256h128c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["megaphone-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31480, "id": 500, "name": "megaphone-duotone", "prevSize": 16, "code": 61141, "codes": [61141, 61142] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 747 + }, + { + "icon": { + "paths": [ + "M544 276.36v407.28l-375.040 115.040c-2.683 0.812-5.767 1.28-8.96 1.28-17.659 0-31.977-14.304-32-31.958l-0-0.002v-576c0.023-17.656 14.341-31.96 32-31.96 3.193 0 6.277 0.468 9.187 1.338l-0.226-0.058z", + "M882.16 346.64l-704.24-216c-5.366-1.625-11.534-2.56-17.92-2.56-35.318 0-63.954 28.608-64 63.916l-0 0.004v576c0 35.346 28.654 64 64 64v0c0.007 0 0.015 0 0.023 0 6.436 0 12.65-0.95 18.51-2.717l-0.453 0.117 333.92-102.48v41.080c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-119.6l114.16-35c26.663-8.195 45.73-32.556 45.84-61.387l0-0.013v-144c-0.129-28.828-19.19-53.169-45.384-61.239l-0.456-0.121zM512 660l-352 108v-576l352 108zM704 768h-128v-60.72l128-39.28zM864 552h-0.44l-287.56 88.32v-320.64l288 88v144z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["megaphone-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31481, + "id": 499, + "name": "megaphone-simple-duotone", + "prevSize": 16, + "code": 61143, + "codes": [61143, 61144] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 748 + }, + { + "icon": { + "paths": [ + "M896 512c0 0.014 0 0.031 0 0.048 0 212.077-171.923 384-384 384-70.806 0-137.136-19.164-194.086-52.588l1.806 0.98-149.56 49.88c-3.021 1.042-6.502 1.644-10.124 1.644-17.673 0-32-14.327-32-32 0-3.622 0.602-7.103 1.71-10.349l-0.067 0.225 49.88-149.56c-32.414-55.124-51.56-121.425-51.56-192.197 0-212.077 171.923-384 384-384 212.048 0 383.953 171.875 384 383.912l0 0.005z", + "M726.64 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM928 512c0 0.027 0 0.059 0 0.091 0 229.75-186.25 416-416 416-71.565 0-138.91-18.071-197.72-49.9l2.2 1.089-136.2 45.4c-6.042 2.084-13.004 3.287-20.247 3.287-35.346 0-64-28.654-64-64 0-7.243 1.203-14.205 3.421-20.698l-0.134 0.45 45.4-136.2c-30.683-56.567-48.72-123.852-48.72-195.349 0-229.75 186.25-416 416-416 229.69 0 415.903 186.152 416 415.82l0 0.009zM864 512c-0.057-194.361-157.631-351.9-352-351.9-194.404 0-352 157.596-352 352 0 64.858 17.541 125.62 48.139 177.799l-0.899-1.659c2.699 4.592 4.293 10.115 4.293 16.009 0 3.632-0.605 7.122-1.72 10.376l0.067-0.225-49.88 149.6 149.6-49.92c3.016-1.038 6.491-1.638 10.107-1.638 5.913 0 11.451 1.604 16.203 4.4l-0.15-0.082c50.544 29.734 111.341 47.298 176.24 47.298 194.404 0 352-157.596 352-352 0-0.020-0-0.041-0-0.061l0 0.003z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["messenger-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31482, "id": 498, "name": "messenger-logo-duotone", "prevSize": 16, "code": 61145, "codes": [61145, 61146] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 749 + }, + { + "icon": { + "paths": [ + "M513.96 458.4l-74.84 131c-63.6 114.040-129.040 210.6-204.88 210.6-246.88 0-123.44-576 61.76-576 81 0 150.24 110.32 217.96 234.4zM728 224c-50.48 0-96.4 42.8-140 105.080l-74.040 129.32c87.040 159.44 171.64 341.6 275.8 341.6 246.88 0 123.44-576-61.76-576z", + "M960 597.24c0 64.44-12.68 119.56-36.68 159.36-29.72 49.32-76 75.4-133.56 75.4-111.76 0-191.12-148-275.12-304.88-68.080-127.12-145.24-271.12-218.64-271.12-37.52 0-79.76 40-113 106.68-33.867 68.527-54.064 149.075-54.997 234.246l-0.003 0.314c0 52.8 9.52 96.48 27.52 126.32s43.76 44.44 78.72 44.44c60.48 0 123.4-98.16 176.92-194.2 5.586-9.887 16.026-16.452 28-16.452 17.702 0 32.052 14.35 32.052 32.052 0 5.728-1.503 11.106-4.136 15.76l0.083-0.16c-61.32 109.84-134.88 227-232.92 227-57.64 0-104-26.080-133.56-75.4-24-40-36.68-94.92-36.68-159.36 1.023-95.877 23.677-186.224 63.297-266.715l-1.617 3.635c45.6-91.68 106.080-142.16 170.32-142.16 111.76 0 191.080 148 275.12 304.88 68.040 127.12 145.2 271.12 218.64 271.12 34.96 0 60.72-14.52 78.72-44.44s27.52-73.52 27.52-126.32c-0.922-85.48-21.106-166.030-56.403-237.808l1.443 3.248c-33.040-66.68-75.48-106.68-113.040-106.68-33.44 0-70.72 29.92-114.040 91.52-5.834 8.538-15.523 14.069-26.504 14.069-17.673 0-32-14.327-32-32 0-7.113 2.321-13.684 6.246-18.997l-0.062 0.087c36-50.96 92-118.68 166.36-118.68 64.2 0 124.68 50.48 170.28 142.16 38.016 76.853 60.684 167.198 61.717 262.733l0.003 0.347z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["meta-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31483, "id": 497, "name": "meta-logo-duotone", "prevSize": 16, "code": 61147, "codes": [61147, 61148] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 750 + }, + { + "icon": { + "paths": [ + "M800 864h-576c-0.009 0-0.021 0-0.032 0-17.673 0-32-14.327-32-32 0-3.472 0.553-6.816 1.576-9.946l-0.064 0.226 48-150.28h541.16l48 150.28c0.959 2.905 1.512 6.248 1.512 9.72 0 17.673-14.327 32-32 32-0.053 0-0.107-0-0.16-0l0.008 0z", + "M748.56 459.36l107.12-117.84c5.004-5.621 8.062-13.072 8.062-21.236 0-17.673-14.327-32-32-32-9.239 0-17.563 3.915-23.405 10.177l-0.017 0.019-82.2 90.4-68.8-216.28c-8.398-26.070-32.442-44.6-60.813-44.6-0.066 0-0.131 0-0.197 0l0.010-0h-168.68c-0.055-0-0.121-0-0.187-0-28.371 0-52.415 18.531-60.687 44.149l-0.126 0.451-203.64 640c-1.91 5.797-3.011 12.47-3.011 19.4 0 35.346 28.654 64 64 64 0.004 0 0.008-0 0.012-0l575.999 0c0.003 0 0.007 0 0.011 0 35.346 0 64-28.654 64-64 0-6.93-1.101-13.603-3.139-19.853l0.128 0.453zM738.88 640h-154.56l114.48-125.92zM427.64 192h168.68l80 251.6-178.48 196.4h-212.76zM224 832l40.72-128h494.52l40.76 128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["metronome-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31484, "id": 496, "name": "metronome-duotone", "prevSize": 16, "code": 61149, "codes": [61149, 61150] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 751 + }, + { + "icon": { + "paths": [ + "M672 256v256c0 88.366-71.634 160-160 160v0 0c-88.366 0-160-71.634-160-160v0-256c0-88.366 71.634-160 160-160v0 0c88.366 0 160 71.634 160 160v0z", + "M512 704c105.993-0.114 191.886-86.007 192-191.989l0-0.011v-256c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 256c0.114 105.993 86.007 191.886 191.989 192l0.011 0zM384 256c0-70.692 57.308-128 128-128s128 57.308 128 128v0 256c0 70.692-57.308 128-128 128s-128-57.308-128-128v0zM544 830.4v97.6c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-97.6c-162.326-17.003-287.79-153.017-288-318.379l-0-0.021c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 141.385 114.615 256 256 256s256-114.615 256-256v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c-0.21 165.383-125.674 301.397-286.613 318.282l-1.387 0.118z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["microphone-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31485, "id": 495, "name": "microphone-duotone", "prevSize": 16, "code": 61151, "codes": [61151, 61152] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 752 + }, + { + "icon": { + "paths": [ + "M672 256v256c0 88.366-71.634 160-160 160v0 0c-88.366 0-160-71.634-160-160v0-256c0-88.366 71.634-160 160-160v0 0c88.366 0 160 71.634 160 160v0z", + "M855.68 842.48l-640-704c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 151.68 166.84v163.64c0.015 106.028 85.97 191.975 192 191.975 38.491 0 74.337-11.327 104.387-30.829l-0.747 0.454 43.52 48c-40.984 29.103-92.038 46.525-147.16 46.525-141.385 0-256-114.615-256-256 0-0.044 0-0.088 0-0.131l-0 0.007c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.21 165.383 125.674 301.397 286.613 318.282l1.387 0.118v97.6c0 17.673 14.327 32 32 32s32-14.327 32-32v0-97.64c60.229-6.152 114.357-28.202 159.313-61.837l-0.833 0.597 105.84 116.4c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 640c-70.692 0-128-57.308-128-128v0-93.24l187.68 206.48c-17.296 9.297-37.846 14.76-59.672 14.76-0.003 0-0.006-0-0.009-0l0.001 0zM348.64 155.12c34.401-55.043 94.668-91.116 163.36-91.116 106.037 0 191.998 85.959 192 191.996l0 0v241.72c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-241.72c0-0.021 0-0.046 0-0.071 0-70.692-57.308-128-128-128-45.831 0-86.036 24.087-108.646 60.292l-0.314 0.539c-5.618 9.705-15.953 16.13-27.787 16.13-17.673 0-32-14.327-32-32 0-6.624 2.013-12.778 5.46-17.883l-0.072 0.113zM750.56 605.080c11.038-27.468 17.44-59.313 17.44-92.654 0-0.15-0-0.299-0-0.449l0 0.023c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 0.135 0 0.294 0 0.453 0 41.71-8.018 81.548-22.597 118.055l0.757-2.148c-4.618 12.359-16.325 20.999-30.050 20.999-17.673 0-32-14.327-32-32 0-4.431 0.901-8.651 2.529-12.488l-0.079 0.21z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["microphone-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31486, + "id": 494, + "name": "microphone-slash-duotone", + "prevSize": 16, + "code": 61153, + "codes": [61153, 61154] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 753 + }, + { + "icon": { + "paths": [ + "M626 604l-390 285.8c-5.227 3.867-11.8 6.189-18.916 6.189-8.825 0-16.816-3.572-22.605-9.35l0.001 0.001-57.2-57.2c-5.729-5.78-9.27-13.739-9.27-22.524 0-7.116 2.323-13.689 6.251-19.003l-0.062 0.087 285.8-390c19.603 104.906 101.025 186.356 204.331 205.752l1.589 0.248z", + "M672 64c-158.994 0.159-287.841 129.006-288 287.985l-0 0.015c0.032 13.317 0.947 26.389 2.689 39.198l-0.169-1.518-278.040 379.2c-7.797 10.45-12.484 23.619-12.484 37.883 0 17.686 7.205 33.688 18.84 45.233l0.004 0.004 57.16 57.16c11.549 11.639 27.551 18.844 45.237 18.844 14.264 0 27.433-4.687 38.051-12.604l-0.169 0.12 379.24-278.12c11.255 1.594 24.307 2.537 37.567 2.6l0.073 0c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM896 352c0 0.079 0 0.173 0 0.266 0 50.465-16.772 97.012-45.045 134.372l0.405-0.559-313.4-313.44c36.902-27.804 83.518-44.531 134.040-44.531 123.673 0 223.938 100.226 224 223.885l0 0.006zM217.28 864l-57.28-57.28 248.56-338.72c29.731 65.998 81.442 117.709 145.617 146.703l1.823 0.737zM448 352c-0-0.087-0-0.19-0-0.293 0-50.443 16.772-96.968 45.044-134.304l-0.404 0.557 313.36 313.36c-36.894 27.786-83.495 44.501-134 44.501-123.649 0-223.898-100.186-224-223.811l-0-0.010zM438.6 585.36c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l-32 32c-5.842 6.14-14.075 9.959-23.199 9.959-17.673 0-32-14.327-32-32 0-9.125 3.819-17.357 9.946-23.187l0.013-0.013 32-32c5.796-5.822 13.817-9.425 22.68-9.425 8.843 0 16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["microphone-stage-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31487, + "id": 493, + "name": "microphone-stage-duotone", + "prevSize": 16, + "code": 61155, + "codes": [61155, 61156] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 754 + }, + { + "icon": { + "paths": [ + "M608 320v384c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0z", + "M800 96h-512c-35.346 0-64 28.654-64 64v0 96h-64c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h64v96c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM640 416h160v192h-160zM800 352h-160v-32c0-35.346-28.654-64-64-64v0-96h224zM288 160h224v96h-224zM160 320h416v319.32c0 0.24 0 0.44 0 0.68s0 0.44 0 0.68v63.32h-416zM288 768h224v96h-224zM576 864v-96c35.346 0 64-28.654 64-64v0-32h160v192zM263.4 587.52l62.96-75.52-62.96-75.52c-4.61-5.507-7.409-12.667-7.409-20.48 0-17.678 14.331-32.009 32.009-32.009 9.865 0 18.687 4.463 24.559 11.479l0.041 0.050 55.4 66.48 55.4-66.48c5.913-7.067 14.735-11.529 24.6-11.529 17.678 0 32.009 14.331 32.009 32.009 0 7.813-2.799 14.973-7.45 20.53l0.041-0.050-62.96 75.52 62.96 75.52c4.61 5.507 7.409 12.667 7.409 20.48 0 17.678-14.331 32.009-32.009 32.009-9.865 0-18.687-4.463-24.559-11.479l-0.041-0.050-55.4-66.48-55.4 66.48c-5.913 7.067-14.735 11.529-24.6 11.529-17.678 0-32.009-14.331-32.009-32.009 0-7.813 2.799-14.973 7.45-20.53l-0.041 0.050z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["microsoft-excel-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31488, + "id": 492, + "name": "microsoft-excel-logo-duotone", + "prevSize": 16, + "code": 61157, + "codes": [61157, 61158] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 755 + }, + { + "icon": { + "paths": [ + "M576 320v384c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z", + "M352 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM352 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM864 416h-32v-224c0-35.346-28.654-64-64-64v0h-320c-35.346 0-64 28.654-64 64v0 64h-224c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h128v64c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-352c0-35.346-28.654-64-64-64v0zM448 192h320v308.96l-160 115.56v-296.52c0-35.346-28.654-64-64-64v0h-96zM160 704v-384h384v384h-384zM352 832v-64h192c35.346 0 64-28.654 64-64v0-8.52l189.040 136.52zM864 801.4l-201.36-145.4 201.36-145.4z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["microsoft-outlook-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31489, + "id": 491, + "name": "microsoft-outlook-logo-duotone", + "prevSize": 16, + "code": 61159, + "codes": [61159, 61160] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 756 + }, + { + "icon": { + "paths": [ + "M608 320v384c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0z", + "M384 384h-64c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c53.019 0 96-42.981 96-96s-42.981-96-96-96v0zM384 512h-32v-64h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM544 96c-132.787 0.179-251.017 62.348-327.326 159.114l-0.674 0.886h-56c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h56c76.843 97.777 195.106 160 327.902 160 229.75 0 416-186.25 416-416 0-229.716-186.194-415.945-415.897-416l-0.005-0zM894.52 480h-254.52v-160c0-35.346-28.654-64-64-64v0-94.52c169.036 16.113 302.407 149.484 318.41 317.097l0.11 1.423zM512 161.48v94.52h-209.48c55.33-52.156 127.769-86.71 208.049-94.409l1.431-0.111zM160 320h416v191.6c-0.025 0.12-0.040 0.258-0.040 0.4s0.014 0.28 0.042 0.413l-0.002-0.013v191.6h-416zM512 768v94.52c-81.712-7.81-154.15-42.364-209.656-94.685l0.176 0.165zM576 862.52v-94.52c35.346 0 64-28.654 64-64v0-160h254.52c-16.113 169.036-149.484 302.407-317.097 318.41l-1.423 0.11z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["microsoft-powerpoint-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31490, + "id": 490, + "name": "microsoft-powerpoint-logo-duotone", + "prevSize": 16, + "code": 61161, + "codes": [61161, 61162] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 757 + }, + { + "icon": { + "paths": [ + "M576 320v384c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z", + "M320 608v-160h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM928 370.96v237.040c-0.017 83.607-64.159 152.228-145.918 159.358l-0.602 0.042c-38.894 94.886-130.545 160.503-237.521 160.503-106.749 0-198.238-65.338-236.656-158.204l-0.623-1.699h-146.68c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h227.24c-2.033-9.567-3.197-20.559-3.197-31.824 0-88.366 71.634-160 160-160 57.447 0 107.823 30.276 136.043 75.742l0.394 0.682c16.211-7.971 35.285-12.633 55.448-12.633 70.692 0 128 57.308 128 128 0 23.578-6.375 45.666-17.495 64.636l0.327-0.603h30.28c28.126 0.045 50.915 22.834 50.96 50.956l0 0.004zM702.4 201.6c1.019 6.774 1.601 14.592 1.601 22.546 0 36.153-12.024 69.497-32.29 96.253l0.289-0.399h64c0.034 0 0.074 0 0.114 0 35.346 0 64-28.654 64-64s-28.654-64-64-64c-12.484 0-24.134 3.575-33.981 9.756l0.267-0.156zM453.52 256h90.48c27.688 0.035 51.253 17.646 60.139 42.274l0.141 0.446c21.877-17.741 35.744-44.618 35.744-74.735 0-53.019-42.981-96-96-96s-96 42.981-96 96c0 11.476 2.014 22.482 5.707 32.683l-0.211-0.668zM160 704h384v-384h-384zM736 672v-288h-128v320c0 35.346-28.654 64-64 64v0h-166.24c33.824 57.759 95.573 95.936 166.24 95.936 106.016 0 191.964-85.925 192-191.933l0-0.003zM864 384h-64v288c0 0.045 0 0.097 0 0.15 0 9.459-0.523 18.795-1.542 27.982l0.102-1.132c38.358-13.162 65.437-48.918 65.44-91l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["microsoft-teams-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31491, + "id": 489, + "name": "microsoft-teams-logo-duotone", + "prevSize": 16, + "code": 61163, + "codes": [61163, 61164] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 758 + }, + { + "icon": { + "paths": [ + "M608 320v384c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0z", + "M800 96h-512c-35.346 0-64 28.654-64 64v0 96h-64c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h64v96c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM640 416h160v192h-160zM288 160h512v192h-160v-32c0-35.346-28.654-64-64-64v0h-288zM160 320h416v319.32c0 0.24 0 0.44 0 0.68s0 0.44 0 0.68v63.32h-416zM288 864v-96h288c35.346 0 64-28.654 64-64v0-32h160v192zM272.96 615.76l-48-192c-0.694-2.487-1.093-5.343-1.093-8.292 0-17.673 14.327-32 32-32 15.11 0 27.773 10.472 31.129 24.554l0.044 0.218 27.040 108 25.28-50.64c5.364-10.592 16.169-17.726 28.64-17.726s23.276 7.134 28.556 17.544l0.084 0.182 25.28 50.64 27.040-108c3.782-13.764 16.183-23.708 30.907-23.708 17.673 0 32 14.327 32 32 0 2.563-0.301 5.056-0.871 7.446l0.044-0.218-48 192c-3.32 12.875-14.138 22.493-27.414 23.987l-0.146 0.013c-1.036 0.12-2.245 0.193-3.469 0.2l-0.011 0c-0.007 0-0.015 0-0.023 0-12.453 0-23.245-7.113-28.533-17.498l-0.084-0.182-35.36-70.72-35.36 70.76c-5.368 10.58-16.167 17.704-28.629 17.704-14.926 0-27.465-10.219-31.003-24.042l-0.048-0.222z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["microsoft-word-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31492, + "id": 488, + "name": "microsoft-word-logo-duotone", + "prevSize": 16, + "code": 61165, + "codes": [61165, 61166] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 759 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M704 512c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["minus-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31493, "id": 487, "name": "minus-circle-duotone", "prevSize": 16, "code": 61167, "codes": [61167, 61168] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 760 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["minus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31494, "id": 486, "name": "minus-duotone", "prevSize": 16, "code": 61169, "codes": [61169, 61170] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 761 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM704 512c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["minus-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31495, "id": 485, "name": "minus-square-duotone", "prevSize": 16, "code": 61171, "codes": [61171, 61172] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 762 + }, + { + "icon": { + "paths": [ + "M640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM800 256c14.27 81.98 78.020 145.73 158.831 159.831l1.169 0.169v-160zM800 768h160v-160c-81.98 14.27-145.73 78.020-159.831 158.831l-0.169 1.169zM64 608v160h160c-14.27-81.98-78.020-145.73-158.831-159.831l-1.169-0.169zM64 416c81.98-14.27 145.73-78.020 159.831-158.831l0.169-1.169h-160z", + "M512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM960 224h-896c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h896c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM96 288h85.48c-16.852 38.518-46.962 68.628-84.432 85.070l-1.048 0.41zM96 736v-85.48c38.518 16.852 68.628 46.962 85.070 84.432l0.41 1.048zM928 736h-85.48c16.852-38.518 46.962-68.628 84.432-85.070l1.048-0.41zM928 582.6c-73.963 22.361-131.039 79.437-152.981 151.791l-0.419 1.609h-525.2c-22.361-73.963-79.437-131.039-151.791-152.981l-1.609-0.419v-141.2c73.963-22.361 131.039-79.437 152.981-151.791l0.419-1.609h525.2c22.361 73.963 79.437 131.039 151.791 152.981l1.609 0.419zM928 373.48c-38.518-16.852-68.628-46.962-85.070-84.432l-0.41-1.048h85.48z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["money-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31496, "id": 484, "name": "money-duotone", "prevSize": 16, "code": 61173, "codes": [61173, 61174] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 763 + }, + { + "icon": { + "paths": [ + "M896 256v448c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0z", + "M832 160h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 704c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["monitor-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31497, "id": 483, "name": "monitor-duotone", "prevSize": 16, "code": 61175, "codes": [61175, 61176] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 764 + }, + { + "icon": { + "paths": [ + "M832 192h-640c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM448 608v-256l192 128z", + "M832 160h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 704c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM657.76 453.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 548.2v-136.2l102.32 68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["monitor-play-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31498, "id": 482, "name": "monitor-play-duotone", "prevSize": 16, "code": 61177, "codes": [61177, 61178] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 765 + }, + { + "icon": { + "paths": [ + "M911.56 591.56c-49.433 158.897-195.169 272.264-367.384 272.264-212.077 0-384-171.923-384-384 0-172.215 113.367-317.952 269.544-366.653l2.72-0.731c-10.428 33.273-16.436 71.533-16.436 111.196 0 212.276 172.084 384.36 384.36 384.36 39.663 0 77.923-6.008 113.919-17.163l-2.723 0.727z", + "M934.16 568.92c-5.793-5.805-13.803-9.396-22.651-9.396-3.336 0-6.552 0.51-9.576 1.457l0.227-0.061c-30.508 9.564-65.587 15.074-101.954 15.074-194.581 0-352.32-157.739-352.32-352.32 0-36.367 5.51-71.447 15.741-104.45l-0.666 2.496c0.899-2.817 1.417-6.056 1.417-9.417 0-17.673-14.327-32-32-32-3.361 0-6.6 0.518-9.644 1.479l0.227-0.062c-86.604 27.070-158.947 78.831-210.892 146.977l-0.748 1.023c-52.255 68.787-83.711 155.86-83.711 250.28 0 229.75 186.25 416 416 416 0.138 0 0.275-0 0.413-0l-0.022 0c0.377 0.001 0.824 0.002 1.27 0.002 93.911 0 180.49-31.393 249.814-84.257l-1.005 0.735c69.169-52.693 120.93-125.036 147.196-208.669l0.804-2.971c0.886-2.797 1.396-6.013 1.396-9.349 0-8.808-3.559-16.786-9.317-22.572l0.001 0.001zM755.6 761.36c-58.204 44.215-131.881 70.832-211.775 70.832-194.404 0-352-157.596-352-352 0-79.884 26.61-153.552 71.45-212.625l-0.635 0.872c33.212-43.555 75.226-78.66 123.562-103.067l2.038-0.933c-2.686 17.887-4.227 38.538-4.24 59.546l-0 0.014c0.25 229.65 186.35 415.75 415.976 416l0.024 0c21.059-0.007 41.752-1.548 61.981-4.517l-2.301 0.277c-25.362 50.38-60.493 92.394-103.212 124.965l-0.868 0.635z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["moon-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31499, "id": 481, "name": "moon-duotone", "prevSize": 16, "code": 61179, "codes": [61179, 61180] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 766 + }, + { + "icon": { + "paths": [ + "M842.76 632.72c-50.769 136.009-179.573 231.11-330.59 231.11-194.404 0-352-157.596-352-352 0-151.016 95.1-279.821 228.68-329.793l2.43-0.797c-4.629 22.38-7.278 48.101-7.278 74.44 0 212.141 171.882 384.136 383.98 384.32l0.018 0c0.011 0 0.024 0 0.037 0 26.438 0 52.257-2.65 77.206-7.7l-2.483 0.42z", + "M960 384c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM576 224h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM867.080 612c4.801 5.565 7.725 12.866 7.725 20.85 0 4.004-0.735 7.837-2.079 11.369l0.073-0.22c-55.471 148.206-195.901 251.802-360.527 251.802-212.077 0-384-171.923-384-384 0-164.703 103.693-305.187 249.357-359.732l2.65-0.87c3.272-1.236 7.055-1.952 11.005-1.952 17.673 0 32 14.327 32 32 0 2.191-0.22 4.33-0.64 6.397l0.035-0.205c-4.248 20.528-6.681 44.12-6.681 68.281 0 194.559 157.721 352.28 352.28 352.28 24.16 0 47.752-2.432 70.545-7.065l-2.264 0.384c1.846-0.378 3.967-0.594 6.139-0.594 9.746 0 18.475 4.357 24.344 11.23l0.037 0.044zM789.52 671.52c-7.16 0.36-14.36 0.56-21.52 0.56-229.678-0.25-415.795-186.396-416-416.060l-0-0.020c0-7.16 0-14.36 0.56-21.52-96.548 56.306-160.397 159.375-160.397 277.357 0 176.731 143.269 320 320 320 117.982 0 221.051-63.849 276.538-158.879l0.819-1.518z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["moon-stars-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31500, "id": 480, "name": "moon-stars-duotone", "prevSize": 16, "code": 61181, "codes": [61181, 61182] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 767 + }, + { + "icon": { + "paths": [ + "M524 672h-492c-0-0.018-0-0.039-0-0.061 0-83.098 52.79-153.865 126.663-180.597l1.337-0.423v-106.92h256z", + "M864 512c-0.025-0-0.054-0-0.084-0-8.826 0-17.482 0.727-25.911 2.125l0.915-0.125-136.96-365.24c-4.683-12.232-16.325-20.76-29.96-20.76l-128-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h105.84l129.2 344.52c-36.474 23.098-62.684 59.602-71.812 102.429l-0.188 1.051h-160.88l-100-267.24c-4.683-12.232-16.326-20.761-29.961-20.761-0.070 0-0.14 0-0.21 0.001l0.011-0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v53.56c-76.234 36.901-127.898 113.625-128 202.426l-0 0.014c0 17.673 14.327 32 32 32v0h35.2c15.344 73.633 79.704 128.16 156.8 128.16s141.456-54.527 156.618-127.12l0.182-1.040h326.4c15.408 73.554 79.729 128 156.767 128 88.366 0 160-71.634 160-160 0-88.354-71.616-159.981-159.966-160l-0.002-0zM224 768c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM67.24 640c11.661-55.564 50.847-99.877 102.325-118.566l1.115-0.354c12.526-4.529 21.318-16.317 21.32-30.16l0-0v-74.92h201.84l84 224zM864 768c-52.973-0.061-95.893-43.018-95.893-96 0-29.4 13.216-55.714 34.032-73.324l0.141-0.116 31.76 84.68c4.685 12.253 16.345 20.797 30 20.797 17.693 0 32.037-14.343 32.037-32.037 0-4.038-0.747-7.901-2.11-11.459l0.074 0.219-31.84-84.76h1.8c53.019 0 96 42.981 96 96s-42.981 96-96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["moped-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31501, "id": 479, "name": "moped-duotone", "prevSize": 16, "code": 61183, "codes": [61183, 61184] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 768 + }, + { + "icon": { + "paths": [ + "M608 672v192c0 53.019-42.981 96-96 96s-96-42.981-96-96v0-192c0-53.019 42.981-96 96-96s96 42.981 96 96v0zM512 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0z", + "M832 160h-163.2c-15.344-73.633-79.704-128.16-156.8-128.16s-141.456 54.527-156.618 127.12l-0.182 1.040h-163.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h163.2c7.351 34.946 25.252 64.887 50.164 87.143l0.156 0.137c-88.881 41.453-149.4 130.005-149.52 232.704l-0 0.016v256c0 35.346 28.654 64 64 64v0h64c0 70.692 57.308 128 128 128s128-57.308 128-128v0h64c35.346 0 64-28.654 64-64v0-256c-0.12-102.716-60.639-191.268-147.946-232.059l-1.574-0.661c25.068-22.393 42.969-52.334 50.135-86.235l0.185-1.045h163.2c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 864c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-192c0-35.346 28.654-64 64-64s64 28.654 64 64v0zM704 544v256h-64v-128c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 128h-64v-256c0-106.039 85.961-192 192-192s192 85.961 192 192v0zM416 192c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["moped-front-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31502, "id": 478, "name": "moped-front-duotone", "prevSize": 16, "code": 61185, "codes": [61185, 61186] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 769 + }, + { + "icon": { + "paths": [ + "M832 512h-640c0-256 320-288 320-416 0 128 320 160 320 416z", + "M896 512c-0.008-0-0.017-0-0.027-0-11.464 0-22.455 2.023-32.637 5.731l0.663-0.211v-5.52c0-167.12-124.28-249.84-215.040-310.24-56.32-37.52-104.96-69.76-104.96-105.76 0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 36-48.64 68.24-104.96 105.76-90.76 60.4-215.040 143.12-215.040 310.24v5.52c-9.529-3.479-20.529-5.49-32-5.49-53.009 0-95.983 42.964-96 95.969l-0 0.002v224c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-224c0-53.019-42.981-96-96-96v0zM160 800h-64v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM410.52 255.040c38.68-25.76 76-50.72 101.48-80 25.36 29.4 62.8 54.36 101.48 80 80 53.28 169.92 113.16 184.44 224.96h-572c14.68-111.8 104.48-171.68 184.6-224.96zM800 800h-64v-96c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 96h-64v-96c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 96h-64v-256h576zM928 800h-64v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["mosque-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31503, "id": 477, "name": "mosque-duotone", "prevSize": 16, "code": 61187, "codes": [61187, 61188] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 770 + }, + { + "icon": { + "paths": [ + "M992 640c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM160 512c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z", + "M864 480c-9.34 0.022-18.476 0.821-27.369 2.337l0.969-0.137-23.28-60.56c14.923-3.576 32.059-5.631 49.674-5.64l0.006-0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-76.48l-53.64-139.48c-4.746-12.105-16.325-20.52-29.87-20.52-0.004 0-0.007 0-0.011 0l-127.999-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h106.040l36.92 96h-110.96c-74 0-134 17.24-173.48 49.84-10.884 8.836-24.909 14.188-40.184 14.188-9.744 0-18.98-2.178-27.247-6.073l0.391 0.165c-42.32-19.24-242.96-100.8-260.64-107.72l-22.84-8.96c-5.823-2.619-12.578-4.533-19.656-5.405l-0.344-0.035c-17.64 0.044-31.923 14.354-31.923 32 0 13.516 8.379 25.074 20.226 29.764l0.217 0.076c1.84 0.72 188.76 73.2 288.52 118.52 15.637 7.291 33.949 11.544 53.253 11.544 30.802 0 59.075-10.829 81.219-28.888l-0.233 0.184c19.44-16 58.28-35.2 132.76-35.2h75.28c-45.779 36.964-79.688 86.964-96.182 144.335l-0.498 2.025c-7.954 26.592-32.198 45.642-60.892 45.642-0.164 0-0.329-0.001-0.493-0.002l0.025 0h-208.48c-15.408-73.554-79.729-128-156.767-128-88.366 0-160 71.634-160 160s71.634 160 160 160c77.038 0 141.36-54.446 156.584-126.958l0.183-1.042h208.48c0.084 0 0.182 0 0.281 0 57.941 0 106.864-38.606 122.451-91.498l0.228-0.903c16.761-58.291 54.936-105.753 105.25-134.3l1.11-0.58 23.28 60.52c-44.63 28.888-73.746 78.424-73.746 134.76 0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160-0.047 0-0.094 0-0.141 0l0.007-0zM160 672h90.48c-13.577 37.605-48.961 64-90.51 64-53.019 0-96-42.981-96-96s42.981-96 96-96c41.549 0 76.933 26.395 90.298 63.332l0.211 0.668h-90.48c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736c-52.968-0.068-95.881-43.023-95.881-96 0-29.118 12.964-55.208 33.434-72.814l0.127-0.106 32.44 84.4c4.746 12.11 16.33 20.529 29.88 20.529 17.678 0 32.009-14.331 32.009-32.009 0-4.128-0.782-8.074-2.205-11.697l0.075 0.217-32.48-84.52h2.6c53.019 0 96 42.981 96 96s-42.981 96-96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["motorcycle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31504, "id": 476, "name": "motorcycle-duotone", "prevSize": 16, "code": 61189, "codes": [61189, 61190] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 771 + }, + { + "icon": { + "paths": [ + "M379.6 303.76l123 208.24h-301.2l123-208.24c5.661-9.524 15.897-15.806 27.6-15.806s21.939 6.283 27.519 15.659l0.081 0.147zM656 288c44.183 0 80-35.817 80-80s-35.817-80-80-80c-44.183 0-80 35.817-80 80v0c0 44.183 35.817 80 80 80v0zM773.76 431.68c-5.674-9.466-15.878-15.704-27.54-15.704s-21.866 6.238-27.459 15.559l-0.081 0.145-132.24 223.16 85.56 145.16h320z", + "M656 320c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM656 160c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM1019.52 783.68l-218.24-368.32c-11.229-18.895-31.536-31.361-54.755-31.361-0.114 0-0.229 0-0.343 0.001l0.018-0c-0.098-0.001-0.215-0.001-0.331-0.001-23.205 0-43.499 12.467-54.548 31.068l-0.161 0.292-104.64 176.64-179.36-304.4c-11.33-19.009-31.781-31.544-55.16-31.544s-43.83 12.535-54.998 31.251l-0.162 0.293-292.4 496.16c-2.782 4.647-4.427 10.251-4.427 16.24 0 17.669 14.32 31.993 31.986 32l960.001 0c17.671-0.003 31.994-14.329 31.994-32 0-6.021-1.663-11.654-4.555-16.465l0.081 0.145zM352 320l94.28 160h-188.56zM88 768l132-224h264l132 224zM690.28 768l-66.64-113.12 122.56-206.88 189.8 320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["mountains-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31505, "id": 475, "name": "mountains-duotone", "prevSize": 16, "code": 61191, "codes": [61191, 61192] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 772 + }, + { + "icon": { + "paths": [ + "M512 96v352h-288v-128c0-123.712 100.288-224 224-224v0z", + "M576 64h-128c-141.321 0.159-255.841 114.679-256 255.985l-0 0.015v384c0.159 141.321 114.679 255.841 255.985 256l128.015 0c141.321-0.159 255.841-114.679 256-255.985l0-0.015v-384c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM768 320v96h-224v-288h32c105.993 0.114 191.886 86.007 192 191.989l0 0.011zM448 128h32v288h-224v-96c0.114-105.993 86.007-191.886 191.989-192l0.011-0zM576 896h-128c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-224h512v224c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["mouse-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31506, "id": 474, "name": "mouse-duotone", "prevSize": 16, "code": 61193, "codes": [61193, 61194] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 773 + }, + { + "icon": { + "paths": [ + "M800 320v384c0 123.712-100.288 224-224 224v0h-128c-123.712 0-224-100.288-224-224v0-384c0-123.712 100.288-224 224-224v0h128c123.712 0 224 100.288 224 224v0z", + "M576 64h-128c-141.321 0.159-255.841 114.679-256 255.985l-0 0.015v384c0.159 141.321 114.679 255.841 255.985 256l128.015 0c141.321-0.159 255.841-114.679 256-255.985l0-0.015v-384c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM768 704c-0.114 105.993-86.007 191.886-191.989 192l-128.011 0c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-384c0.114-105.993 86.007-191.886 191.989-192l128.011-0c105.993 0.114 191.886 86.007 192 191.989l0 0.011zM544 256v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["mouse-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31507, "id": 473, "name": "mouse-simple-duotone", "prevSize": 16, "code": 61195, "codes": [61195, 61196] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 774 + }, + { + "icon": { + "paths": [ + "M512 736c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0z", + "M841.2 225.36l-320-96c-2.753-0.857-5.919-1.351-9.2-1.351-17.67 0-31.995 14.322-32 31.991l-0 0v433.040c-33.811-30.34-78.739-48.892-128-48.892-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192 0-0.052-0-0.104-0-0.157l0 0.008v-341l278.8 83.64c2.753 0.857 5.919 1.351 9.2 1.351 17.67 0 31.995-14.322 32-31.991l0-0v-192c-0.004-14.389-9.504-26.557-22.573-30.58l-0.227-0.060zM352 864c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM800 405l-256-76.8v-125.2l256 77z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["music-note-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31508, "id": 472, "name": "music-note-duotone", "prevSize": 16, "code": 61197, "codes": [61197, 61198] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 775 + }, + { + "icon": { + "paths": [ + "M832 688c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM208 704c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0z", + "M851.68 102.76c-5.368-4.214-12.221-6.758-19.668-6.758-2.76 0-5.439 0.349-7.994 1.006l0.222-0.048-512 128c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v440.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-343l448-112v207.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-560c0-0.002 0-0.005 0-0.007 0-10.221-4.792-19.322-12.251-25.181l-0.069-0.052zM208 896c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM352 407v-126l448-112v126zM720 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["music-notes-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31509, "id": 471, "name": "music-notes-duotone", "prevSize": 16, "code": 61199, "codes": [61199, 61200] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 776 + }, + { + "icon": { + "paths": [ + "M512 736c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0z", + "M841.2 225.36l-320-96c-2.753-0.857-5.919-1.351-9.2-1.351-17.67 0-31.995 14.322-32 31.991l-0 0v433.040c-33.811-30.34-78.739-48.892-128-48.892-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192 0-0.052-0-0.104-0-0.157l0 0.008v-533l278.8 83.64c2.96 0.998 6.368 1.573 9.911 1.573 17.673 0 32-14.327 32-32 0-14.652-9.847-27.004-23.285-30.799l-0.225-0.054zM352 864c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["music-note-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31510, + "id": 470, + "name": "music-note-simple-duotone", + "prevSize": 16, + "code": 61201, + "codes": [61201, 61202] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 777 + }, + { + "icon": { + "paths": [ + "M832 688c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM208 704c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0z", + "M928 224c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM352 473v343c0 0.016 0 0.034 0 0.053 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144 29.822 0 57.528 9.066 80.51 24.592l-0.51-0.325v-440.32c0.002-14.915 10.209-27.446 24.018-30.992l0.222-0.048 224-56c2.171-0.526 4.664-0.827 7.228-0.827 17.673 0 32 14.327 32 32 0 14.724-9.944 27.125-23.483 30.854l-0.225 0.053-199.76 49.96v126l280.24-70.040c2.171-0.526 4.664-0.827 7.228-0.827 17.673 0 32 14.327 32 32 0 14.724-9.944 27.125-23.483 30.854l-0.225 0.053zM288 816c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0zM864 480v208c0 0.016 0 0.034 0 0.053 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144 29.822 0 57.528 9.066 80.51 24.592l-0.51-0.325v-88.32c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 688c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["music-notes-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31511, + "id": 469, + "name": "music-notes-plus-duotone", + "prevSize": 16, + "code": 61203, + "codes": [61203, 61204] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 778 + }, + { + "icon": { + "paths": [ + "M832 688c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM208 704c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0z", + "M851.68 102.76c-5.368-4.214-12.221-6.758-19.668-6.758-2.76 0-5.439 0.349-7.994 1.006l0.222-0.048-512 128c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v440.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-535l448-112v399.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-560c0-0.002 0-0.005 0-0.007 0-10.221-4.792-19.322-12.251-25.181l-0.069-0.052zM208 896c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM720 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["music-notes-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31512, + "id": 468, + "name": "music-notes-simple-duotone", + "prevSize": 16, + "code": 61205, + "codes": [61205, 61206] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 779 + }, + { + "icon": { + "paths": [ + "M905.4 484l-306.2 94c-10.165 3.189-18.011 11.035-21.138 20.973l-0.062 0.227-94 306.2c-4.139 13.209-16.268 22.625-30.596 22.625-13.929 0-25.779-8.899-30.175-21.321l-0.069-0.224-261.12-704c-1.080-3.073-1.704-6.615-1.704-10.304 0-17.673 14.327-32 32-32 3.644 0 7.146 0.609 10.409 1.731l-0.225-0.067 704 261.12c12.8 4.38 21.839 16.306 21.839 30.344 0 14.45-9.578 26.664-22.732 30.637l-0.227 0.059z", + "M917.32 392.84l-704.32-261.040c-6.21-2.21-13.374-3.486-20.835-3.486-35.346 0-64 28.654-64 64 0 7.406 1.258 14.519 3.572 21.135l-0.137-0.449c0.056 0.248 0.124 0.461 0.21 0.666l-0.010-0.026 261.040 703.68c8.741 25.040 32.156 42.683 59.691 42.683 0.207 0 0.414-0.001 0.62-0.003l-0.032 0h1.2c28.254-0.223 52.067-18.987 59.883-44.713l0.117-0.447 94.24-306.24 306.24-94.24c26.379-8.302 45.177-32.541 45.177-61.169 0-27.711-17.611-51.308-42.251-60.21l-0.446-0.141zM896 453.2l-306.24 94.24c-20.28 6.385-35.935 22.040-42.196 41.867l-0.124 0.453-94.24 306.24-0.24-0.68-260.96-703.32 703.92 261.12z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["navigation-arrow-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31513, + "id": 467, + "name": "navigation-arrow-duotone", + "prevSize": 16, + "code": 61207, + "codes": [61207, 61208] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 780 + }, + { + "icon": { + "paths": [ + "M826.52 378.52l-96 96c-218.52 37.48-570.52 389.48-570.52 389.48s352-352 389.48-570.52l96-96c23.166-23.166 55.17-37.495 90.52-37.495 70.701 0 128.015 57.314 128.015 128.015 0 35.35-14.329 67.354-37.495 90.52l0-0z", + "M758.64 265.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-64 64c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l64-64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM896 288c0 0.133 0.001 0.29 0.001 0.447 0 44.040-17.923 83.894-46.872 112.665l-0.008 0.008-96 96c-4.533 4.538-10.422 7.722-17.007 8.892l-0.193 0.028c-205.96 35.36-549.84 377.12-553.28 380.6v0c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l0-0c6.6-6.44 345.36-348.24 380.56-553.36 1.198-6.778 4.382-12.667 8.92-17.2l0-0 96-96c28.953-28.944 68.946-46.846 113.12-46.846 88.366 0 160 71.634 160 160 0 0.016-0 0.032-0 0.048l0-0.002zM832 288c0-0.070 0-0.153 0-0.236 0-53.019-42.981-96-96-96-26.568 0-50.616 10.793-67.998 28.233l-0.003 0.003-88.92 89.16c-17.64 84.6-75.6 184.76-141.96 277.72 92.96-66.36 193.12-124.32 277.72-141.96l89.16-88.92c17.299-17.27 28.001-41.144 28.001-67.517 0-0.17-0-0.339-0.001-0.509l0 0.026z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["needle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31514, "id": 466, "name": "needle-duotone", "prevSize": 16, "code": 61209, "codes": [61209, 61210] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 781 + }, + { + "icon": { + "paths": [ + "M864 192h-704c-17.673 0-32 14.327-32 32v0 640l128-64 128 64 128-64 128 64 128-64 128 64v-640c0-17.673-14.327-32-32-32v0zM448 640h-192v-256h192z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 640c0.010 17.666 14.333 31.983 32 31.983 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383 17.667 0 31.99-14.317 32-31.982l0-0.001v-640c0-35.346-28.654-64-64-64v0zM864 812.24l-81.68-40.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-588.24h704zM544 448c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM544 576c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM256 672h192c17.673 0 32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0zM288 416h128v192h-128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["newspaper-clipping-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31515, + "id": 465, + "name": "newspaper-clipping-duotone", + "prevSize": 16, + "code": 61211, + "codes": [61211, 61212] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 782 + }, + { + "icon": { + "paths": [ + "M896 256v480c0 35.346-28.654 64-64 64v0h-704c35.346 0 64-28.654 64-64v0-480c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M352 448c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0zM384 608h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 256v480c0 53.019-42.981 96-96 96v0h-704c-0 0-0.001 0-0.001 0-52.865 0-95.749-42.73-95.999-95.536l-0-0.024v-384.44c0-17.673 14.327-32 32-32s32 14.327 32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-480c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM864 256h-640v480c0 0.041 0 0.090 0 0.139 0 11.422-2.008 22.375-5.691 32.525l0.21-0.664h613.48c17.673 0 32-14.327 32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["newspaper-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31516, "id": 464, "name": "newspaper-duotone", "prevSize": 16, "code": 61213, "codes": [61213, 61214] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 783 + }, + { + "icon": { + "paths": [ + "M768 160v608h-608z", + "M780.24 130.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-608 608c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l607.999 0c17.673 0 32-14.327 32-32v0-608c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM736 736h-498.76l498.76-498.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["notches-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31517, "id": 463, "name": "notches-duotone", "prevSize": 16, "code": 61215, "codes": [61215, 61216] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 784 + }, + { + "icon": { + "paths": [ + "M864 640l-224 224v-224z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h434.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 205.24-205.24c11.587-11.498 18.76-27.43 18.76-45.037 0-0.071-0-0.143-0-0.214l0 0.011v-434.76c0-35.346-28.654-64-64-64v0zM192 192h640v416h-192c-17.673 0-32 14.327-32 32v0 192h-416zM786.76 672l-114.76 114.76v-114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["note-blank-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31518, "id": 462, "name": "note-blank-duotone", "prevSize": 16, "code": 61217, "codes": [61217, 61218] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 785 + }, + { + "icon": { + "paths": [ + "M320 160v704h-128c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0z", + "M736 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM704 544h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM192 832h96v-640h-96zM832 832v-640h-480v640h480z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["notebook-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31519, "id": 461, "name": "notebook-duotone", "prevSize": 16, "code": 61219, "codes": [61219, 61220] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 786 + }, + { + "icon": { + "paths": [ + "M864 640l-224 224v-224z", + "M352 384c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM384 544h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM512 608h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v434.76c0 0.060 0 0.131 0 0.203 0 17.607-7.173 33.539-18.756 45.033l-0.004 0.004-205.24 205.24c-11.498 11.587-27.43 18.76-45.037 18.76-0.071 0-0.143-0-0.214-0l0.011 0h-434.76c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM192 832h416v-192c0-17.673 14.327-32 32-32v0h192v-416h-640zM672 672v114.8l114.76-114.8z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["note-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31520, "id": 460, "name": "note-duotone", "prevSize": 16, "code": 61221, "codes": [61221, 61222] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 787 + }, + { + "icon": { + "paths": [ + "M832 192v608c0 53.019-42.981 96-96 96v0h-448c-53.019 0-96-42.981-96-96v0-608c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z", + "M672 512c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM640 608h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 192v608c0 70.692-57.308 128-128 128v0h-448c-70.692 0-128-57.308-128-128v0-608c0-35.346 28.654-64 64-64v0h64v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h128v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h128v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h64c35.346 0 64 28.654 64 64v0zM800 192h-64v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-128v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-128v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-64v608c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["notepad-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31521, "id": 459, "name": "notepad-duotone", "prevSize": 16, "code": 61223, "codes": [61223, 61224] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 788 + }, + { + "icon": { + "paths": [ + "M800 352l-288 288h-128v-128l288-288z", + "M918.64 233.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v128c0 17.673 14.327 32 32 32v0h128c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM498.76 608h-82.76v-82.76l256-256 82.76 82.76zM800 306.76l-82.76-82.76 50.76-50.76 82.76 82.76zM896 480v352c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h352c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-352v640h640v-352c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["note-pencil-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31522, "id": 458, "name": "note-pencil-duotone", "prevSize": 16, "code": 61225, "codes": [61225, 61226] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 789 + }, + { + "icon": { + "paths": [ + "M896 240c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0z", + "M864 512v320c0 35.346-28.654 64-64 64v0h-608c-35.346 0-64-28.654-64-64v0-608c0-35.346 28.654-64 64-64v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320v608h608v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM928 240c0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144v0c79.529 0 144 64.471 144 144v0zM864 240c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["notification-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31523, "id": 457, "name": "notification-duotone", "prevSize": 16, "code": 61227, "codes": [61227, 61228] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 790 + }, + { + "icon": { + "paths": [ + "M768 832h-160l-352-640h160z", + "M864 160h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v483.4l-292-530.84c-5.553-9.938-16.003-16.549-27.998-16.56l-256.002-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v576h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-483.4l292 530.84c5.553 9.938 16.003 16.549 27.998 16.56l160.002 0c17.673 0 32-14.327 32-32v0-608h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM626.92 800l-316.8-576h86.96l316.8 576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["notion-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31524, "id": 456, "name": "notion-logo-duotone", "prevSize": 16, "code": 61229, "codes": [61229, 61230] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 791 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM599.24 493.56c25.109-23.433 40.76-56.721 40.76-93.665 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 36.944 15.651 70.232 40.685 93.596l0.075 0.069c-34.645 26.573-56.76 67.987-56.76 114.565 0 79.529 64.471 144 144 144s144-64.471 144-144c0-46.578-22.115-87.992-56.417-114.313l-0.343-0.252zM448 400c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM512 688c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-circle-eight-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31525, + "id": 455, + "name": "number-circle-eight-duotone", + "prevSize": 16, + "code": 61231, + "codes": [61231, 61232] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 792 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM475.12 352l-16.76 100.56c11.213-2.897 24.085-4.56 37.346-4.56 0.103 0 0.207 0 0.31 0l-0.016-0c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-0.695 0.012-1.515 0.019-2.336 0.019-39.247 0-74.78-15.904-100.504-41.62l0 0c-5.98-5.82-9.691-13.947-9.691-22.941 0-17.673 14.327-32 32-32 9.212 0 17.516 3.893 23.354 10.124l0.016 0.018c14.209 13.87 33.659 22.427 55.108 22.427 0.722 0 1.441-0.010 2.158-0.029l-0.106 0.002c44.183 0 80-35.817 80-80s-35.817-80-80-80v0c-0.611-0.017-1.331-0.027-2.052-0.027-21.449 0-40.899 8.556-55.124 22.442l0.016-0.015c-5.811 5.916-13.895 9.583-22.836 9.583-17.673 0-32-14.327-32-32 0-1.859 0.158-3.681 0.463-5.453l-0.027 0.19 32-192c2.622-15.257 15.752-26.719 31.56-26.72l160-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-circle-five-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31526, + "id": 454, + "name": "number-circle-five-duotone", + "prevSize": 16, + "code": 61233, + "codes": [61233, 61234] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 793 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM672 576c0 17.673-14.327 32-32 32v0h-32v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-160c-0.001 0-0.002 0-0.002 0-17.673 0-32-14.327-32-32 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 96-288c4.368-12.823 16.306-21.882 30.36-21.882 17.674 0 32.002 14.328 32.002 32.002 0 3.62-0.601 7.1-1.709 10.345l0.067-0.225-81.96 245.88h115.6v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h32c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-circle-four-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31527, + "id": 453, + "name": "number-circle-four-duotone", + "prevSize": 16, + "code": 61235, + "codes": [61235, 61236] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 794 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM584 307.28c-20.649-12.121-45.477-19.28-71.978-19.28-79.529 0-144 64.471-144 144 0 79.437 64.322 143.851 143.724 144l0.014 0q3.76 0 7.56-0.24l-66.8 112c-2.874 4.705-4.575 10.398-4.575 16.489 0 11.642 6.217 21.831 15.511 27.43l0.144 0.081c4.705 2.874 10.398 4.575 16.489 4.575 11.642 0 21.831-6.217 27.43-15.511l0.081-0.144 129.12-216.68c12.085-20.642 19.222-45.453 19.222-71.931 0-53.029-28.624-99.372-71.264-124.421l-0.677-0.368zM581.32 472v0c-14.087 24.091-39.83 40.018-69.292 40.018-44.183 0-80-35.817-80-80s35.817-80 80-80c14.716 0 28.505 3.974 40.35 10.906l-0.378-0.204c24.063 14.094 39.968 39.821 39.968 69.263 0 14.734-3.983 28.538-10.932 40.394l0.204-0.377z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-circle-nine-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31528, + "id": 452, + "name": "number-circle-nine-duotone", + "prevSize": 16, + "code": 61237, + "codes": [61237, 61238] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 795 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM560 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-324l-46.24 30.84c-4.991 3.369-11.141 5.377-17.76 5.377-17.683 0-32.017-14.335-32.017-32.017 0-11.063 5.611-20.816 14.143-26.568l0.114-0.072 96-64c4.99-3.371 11.141-5.381 17.76-5.381 17.61 0 31.898 14.225 31.999 31.811l0 0.010z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-circle-one-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31529, + "id": 451, + "name": "number-circle-one-duotone", + "prevSize": 16, + "code": 61239, + "codes": [61239, 61240] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 796 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM634.2 333.64c3.675 5.141 5.877 11.554 5.877 18.482 0 3.873-0.688 7.584-1.948 11.020l0.071-0.222-128 352c-4.596 12.402-16.324 21.080-30.079 21.080-0.042 0-0.085-0-0.127-0l0.007 0c-0.022 0-0.047 0-0.073 0-3.893 0-7.622-0.704-11.065-1.992l0.218 0.072c-12.402-4.596-21.081-16.324-21.081-30.080 0-3.918 0.704-7.672 1.993-11.142l-0.072 0.221 112.4-309.080h-146.32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c10.794 0.003 20.339 5.351 26.133 13.54l0.067 0.1z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-circle-seven-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31530, + "id": 450, + "name": "number-circle-seven-duotone", + "prevSize": 16, + "code": 61241, + "codes": [61241, 61242] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 797 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 448c-2.44 0-4.88 0-7.28 0l66.76-111.6c2.841-4.684 4.522-10.346 4.522-16.4 0-17.674-14.328-32.002-32.002-32.002-11.62 0-21.793 6.193-27.4 15.459l-0.080 0.143-128.92 216c-12.273 20.749-19.524 45.728-19.524 72.4 0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144-0.027 0-0.053 0-0.080 0l0.004-0zM512 672c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-circle-six-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31531, + "id": 449, + "name": "number-circle-six-duotone", + "prevSize": 16, + "code": 61243, + "codes": [61243, 61244] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 798 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M640 608c-0.021 79.513-64.484 143.964-144 143.964-40.273 0-76.684-16.532-102.817-43.18l-0.023-0.023c-6.169-5.846-10.009-14.097-10.009-23.246 0-17.673 14.327-32 32-32 9.377 0 17.813 4.034 23.666 10.46l0.023 0.026c14.531 14.816 34.759 24 57.131 24 44.183 0 80-35.817 80-80 0-44.173-35.801-79.984-79.97-80l-0.002-0c-17.669-0.005-31.991-14.33-31.991-32 0-6.875 2.168-13.244 5.858-18.46l-0.067 0.1 76.72-109.64h-130.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.669 0.005 31.991 14.33 31.991 32 0 6.875-2.168 13.244-5.858 18.46l0.067-0.1-84 120c53.125 22.082 89.8 73.557 89.8 133.599 0 0.014-0 0.029-0 0.043l0-0.002zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-circle-three-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31532, + "id": 448, + "name": "number-circle-three-duotone", + "prevSize": 16, + "code": 61245, + "codes": [61245, 61246] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 799 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M614.24 493.040l-134.24 178.96h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 172.68-230.24c7.997-10.565 12.809-23.927 12.809-38.412 0-35.346-28.654-64-64-64-27.604 0-51.127 17.476-60.107 41.968l-0.142 0.444c-4.53 12.536-16.328 21.334-30.18 21.334-17.681 0-32.014-14.333-32.014-32.014 0-3.828 0.672-7.5 1.905-10.903l-0.071 0.223c18.153-50.046 65.284-85.155 120.616-85.155 70.692 0 128 57.308 128 128 0 28.993-9.64 55.735-25.889 77.195l0.232-0.32zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-circle-two-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31533, + "id": 447, + "name": "number-circle-two-duotone", + "prevSize": 16, + "code": 61247, + "codes": [61247, 61248] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 800 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 288c-56.92 0-104 25.76-136 74.44-25.88 39.44-40 92.56-40 149.56s14.24 110.12 40 149.56c32 48.72 78.96 74.44 136 74.44s104-25.72 136-74.44c25.88-39.44 40-92.56 40-149.56s-14.24-110.12-40-149.56c-32-48.68-79.080-74.44-136-74.44zM512 672c-88.4 0-112-100.56-112-160s23.6-160 112-160 112 100.56 112 160-23.6 160-112 160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-circle-zero-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31534, + "id": 446, + "name": "number-circle-zero-duotone", + "prevSize": 16, + "code": 61249, + "codes": [61249, 61250] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 801 + }, + { + "icon": { + "paths": [ + "M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M622.2 477.080c49.728-35.177 81.8-92.456 81.8-157.226 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 64.77 32.072 122.049 81.201 156.823l0.599 0.403c-68.436 39.206-113.8 111.815-113.8 195.018 0 123.712 100.288 224 224 224s224-100.288 224-224c0-83.203-45.364-155.812-112.708-194.441l-1.092-0.577zM384 320c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM512 832c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-eight-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31535, "id": 445, "name": "number-eight-duotone", "prevSize": 16, "code": 61251, "codes": [61251, 61252] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 802 + }, + { + "icon": { + "paths": [ + "M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M704 640c-0.007 123.707-100.292 223.988-224 223.988-57.465 0-109.876-21.639-149.53-57.213l0.21 0.185c-7.030-5.91-11.466-14.708-11.466-24.543 0-17.673 14.327-32 32-32 8.58 0 16.372 3.377 22.118 8.874l-0.012-0.011c28.175 25.283 65.615 40.742 106.666 40.742 88.366 0 160-71.634 160-160s-71.634-160-160-160c-39.614 0-75.866 14.396-103.808 38.243l0.222-0.185c-5.525 4.67-12.729 7.509-20.596 7.509-17.673 0-32-14.327-32-32 0-2.176 0.217-4.301 0.631-6.354l-0.034 0.205 60.24-301.72c3.033-14.764 15.917-25.711 31.359-25.72l256.001-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-229.76l-41.28 206.4c23.471-9.122 50.638-14.408 79.040-14.408 123.712 0 224 100.288 224 224 0 0.003-0 0.006-0 0.009l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-five-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31536, "id": 444, "name": "number-five-duotone", "prevSize": 16, "code": 61253, "codes": [61253, 61254] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 803 + }, + { + "icon": { + "paths": [ + "M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M736 608c0 17.673-14.327 32-32 32v0h-64v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-288c-17.666-0.010-31.983-14.333-31.983-32 0-3.858 0.683-7.557 1.934-10.982l-0.071 0.222 160-448c4.804-11.985 16.323-20.295 29.782-20.295 17.673 0 32 14.327 32 32 0 3.507-0.564 6.883-1.607 10.041l0.065-0.226-144.72 405.24h242.6v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h64c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-four-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31537, "id": 443, "name": "number-four-duotone", "prevSize": 16, "code": 61255, "codes": [61255, 61256] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 804 + }, + { + "icon": { + "paths": [ + "M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M512 160c-0.031-0-0.067-0-0.103-0-123.712 0-224 100.288-224 224s100.288 224 224 224c22.301 0 43.84-3.259 64.168-9.326l-1.585 0.406-122.48 217.2c-2.58 4.52-4.101 9.932-4.101 15.7 0 17.729 14.372 32.101 32.101 32.101 11.961 0 22.394-6.542 27.917-16.243l0.083-0.158 198.2-352c18.753-32.052 29.826-70.573 29.826-111.68 0-123.712-100.288-224-224-224-0.009 0-0.018 0-0.028 0l0.002-0zM512 544c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-nine-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31538, "id": 442, "name": "number-nine-duotone", "prevSize": 16, "code": 61257, "codes": [61257, 61258] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 805 + }, + { + "icon": { + "paths": [ + "M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M576 192v640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-583.48l-111.52 66.92c-4.703 2.87-10.393 4.568-16.48 4.568-17.678 0-32.008-14.331-32.008-32.008 0-11.591 6.161-21.743 15.387-27.36l0.141-0.080 160-96c4.703-2.87 10.393-4.57 16.48-4.57 17.673 0 32 14.327 32 32 0 0.003-0 0.007-0 0.010l0-0.001z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-one-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31539, "id": 441, "name": "number-one-duotone", "prevSize": 16, "code": 61259, "codes": [61259, 61260] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 806 + }, + { + "icon": { + "paths": [ + "M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M702.64 201.2l-192 640c-4.305 12.931-16.296 22.089-30.427 22.089-17.673 0-32-14.327-32-32 0-3.021 0.419-5.944 1.201-8.715l-0.054 0.225 179.64-598.8h-277c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.669 0.005 31.991 14.33 31.991 32 0 3.281-0.494 6.447-1.411 9.427l0.060-0.227z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-seven-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31540, "id": 440, "name": "number-seven-duotone", "prevSize": 16, "code": 61261, "codes": [61261, 61262] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 807 + }, + { + "icon": { + "paths": [ + "M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M512 416c-22.268 0.011-43.77 3.269-64.066 9.326l1.586-0.406 122.48-217.2c2.58-4.52 4.101-9.932 4.101-15.7 0-17.729-14.372-32.101-32.101-32.101-11.961 0-22.394 6.542-27.917 16.243l-0.083 0.158-198.2 352c-18.753 32.052-29.826 70.573-29.826 111.68 0 123.712 100.288 224 224 224s224-100.288 224-224c0-123.703-100.274-223.985-223.973-224l-0.001-0zM512 800c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-six-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31541, "id": 439, "name": "number-six-duotone", "prevSize": 16, "code": 61263, "codes": [61263, 61264] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 808 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM599.24 493.56c25.109-23.433 40.76-56.721 40.76-93.665 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 36.944 15.651 70.232 40.685 93.596l0.075 0.069c-34.645 26.573-56.76 67.987-56.76 114.565 0 79.529 64.471 144 144 144s144-64.471 144-144c0-46.578-22.115-87.992-56.417-114.313l-0.343-0.252zM448 400c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM512 688c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-square-eight-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31542, + "id": 438, + "name": "number-square-eight-duotone", + "prevSize": 16, + "code": 61265, + "codes": [61265, 61266] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 809 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM475.12 352l-16.76 100.56c11.213-2.897 24.085-4.56 37.346-4.56 0.103 0 0.207 0 0.31 0l-0.016-0c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-0.695 0.012-1.515 0.019-2.336 0.019-39.247 0-74.78-15.904-100.504-41.62l0 0c-5.98-5.82-9.691-13.947-9.691-22.941 0-17.673 14.327-32 32-32 9.212 0 17.516 3.893 23.354 10.124l0.016 0.018c14.209 13.87 33.659 22.427 55.108 22.427 0.722 0 1.441-0.010 2.158-0.029l-0.106 0.002c44.183 0 80-35.817 80-80s-35.817-80-80-80v0c-0.611-0.017-1.331-0.027-2.052-0.027-21.449 0-40.899 8.556-55.124 22.442l0.016-0.015c-5.811 5.916-13.895 9.583-22.836 9.583-17.673 0-32-14.327-32-32 0-1.859 0.158-3.681 0.463-5.453l-0.027 0.19 32-192c2.622-15.257 15.752-26.719 31.56-26.72l160-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-square-five-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31543, + "id": 437, + "name": "number-square-five-duotone", + "prevSize": 16, + "code": 61267, + "codes": [61267, 61268] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 810 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM672 576c0 17.673-14.327 32-32 32v0h-32v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-160c-0.001 0-0.002 0-0.002 0-17.673 0-32-14.327-32-32 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 96-288c4.368-12.823 16.306-21.882 30.36-21.882 17.674 0 32.002 14.328 32.002 32.002 0 3.62-0.601 7.1-1.709 10.345l0.067-0.225-81.96 245.88h115.6v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h32c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-square-four-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31544, + "id": 436, + "name": "number-square-four-duotone", + "prevSize": 16, + "code": 61269, + "codes": [61269, 61270] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 811 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM584 307.28c-20.649-12.121-45.477-19.28-71.978-19.28-79.529 0-144 64.471-144 144 0 79.437 64.322 143.851 143.724 144l0.014 0q3.76 0 7.56-0.24l-66.8 112c-2.874 4.705-4.575 10.398-4.575 16.489 0 11.642 6.217 21.831 15.511 27.43l0.144 0.081c4.705 2.874 10.398 4.575 16.489 4.575 11.642 0 21.831-6.217 27.43-15.511l0.081-0.144 129.24-216.4c12.142-20.68 19.313-45.547 19.313-72.089 0-53.114-28.717-99.522-71.471-124.543l-0.681-0.368zM581.32 472v0c-14.087 24.091-39.83 40.018-69.292 40.018-44.183 0-80-35.817-80-80s35.817-80 80-80c14.716 0 28.505 3.974 40.35 10.906l-0.378-0.204c24.063 14.094 39.968 39.821 39.968 69.263 0 14.734-3.983 28.538-10.932 40.394l0.204-0.377z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-square-nine-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31545, + "id": 435, + "name": "number-square-nine-duotone", + "prevSize": 16, + "code": 61271, + "codes": [61271, 61272] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 812 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM560 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-324l-46.24 30.84c-4.991 3.369-11.141 5.377-17.76 5.377-17.683 0-32.017-14.335-32.017-32.017 0-11.063 5.611-20.816 14.143-26.568l0.114-0.072 96-64c4.99-3.371 11.141-5.381 17.76-5.381 17.61 0 31.898 14.225 31.999 31.811l0 0.010z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-square-one-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31546, + "id": 434, + "name": "number-square-one-duotone", + "prevSize": 16, + "code": 61273, + "codes": [61273, 61274] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 813 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM634.2 333.64c3.675 5.141 5.877 11.554 5.877 18.482 0 3.873-0.688 7.584-1.948 11.020l0.071-0.222-128 352c-4.596 12.402-16.324 21.080-30.079 21.080-0.042 0-0.085-0-0.127-0l0.007 0c-0.022 0-0.047 0-0.073 0-3.893 0-7.622-0.704-11.065-1.992l0.218 0.072c-12.402-4.596-21.081-16.324-21.081-30.080 0-3.918 0.704-7.672 1.993-11.142l-0.072 0.221 112.4-309.080h-146.32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c10.794 0.003 20.339 5.351 26.133 13.54l0.067 0.1z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-square-seven-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31547, + "id": 433, + "name": "number-square-seven-duotone", + "prevSize": 16, + "code": 61275, + "codes": [61275, 61276] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 814 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM512 448c-2.44 0-4.88 0-7.28 0l66.76-111.6c2.841-4.684 4.522-10.346 4.522-16.4 0-17.674-14.328-32.002-32.002-32.002-11.62 0-21.793 6.193-27.4 15.459l-0.080 0.143-128.92 216c-12.273 20.749-19.524 45.728-19.524 72.4 0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144-0.027 0-0.053 0-0.080 0l0.004-0zM512 672c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-square-six-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31548, + "id": 432, + "name": "number-square-six-duotone", + "prevSize": 16, + "code": 61277, + "codes": [61277, 61278] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 815 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM640 592c-0.021 79.513-64.484 143.964-144 143.964-40.273 0-76.684-16.532-102.817-43.18l-0.023-0.023c-6.169-5.846-10.009-14.097-10.009-23.246 0-17.673 14.327-32 32-32 9.377 0 17.813 4.034 23.666 10.46l0.023 0.026c14.531 14.816 34.759 24 57.131 24 44.183 0 80-35.817 80-80 0-44.173-35.801-79.984-79.97-80l-0.002-0c-17.669-0.005-31.991-14.33-31.991-32 0-6.875 2.168-13.244 5.858-18.46l-0.067 0.1 76.72-109.64h-130.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.669 0.005 31.991 14.33 31.991 32 0 6.875-2.168 13.244-5.858 18.46l0.067-0.1-84 120c53.125 22.082 89.8 73.557 89.8 133.599 0 0.014-0 0.029-0 0.043l0-0.002z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-square-three-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31549, + "id": 431, + "name": "number-square-three-duotone", + "prevSize": 16, + "code": 61279, + "codes": [61279, 61280] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 816 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM640 704c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 172.68-230.24c7.997-10.565 12.809-23.927 12.809-38.412 0-35.346-28.654-64-64-64-27.604 0-51.127 17.476-60.107 41.968l-0.142 0.444c-4.53 12.536-16.328 21.334-30.18 21.334-17.681 0-32.014-14.333-32.014-32.014 0-3.828 0.672-7.5 1.905-10.903l-0.071 0.223c4.749-13.127 10.997-24.494 18.715-34.684l-0.235 0.324c23.607-31.090 60.593-50.96 102.22-50.96 70.693 0 128 57.308 128 128 0 29.066-9.688 55.869-26.011 77.356l0.23-0.316-134.2 179.080h128c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-square-two-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31550, + "id": 430, + "name": "number-square-two-duotone", + "prevSize": 16, + "code": 61281, + "codes": [61281, 61282] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 817 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M512 288c-56.92 0-104 25.76-136 74.44-25.88 39.44-40 92.56-40 149.56s14.24 110.12 40 149.56c32 48.68 78.96 74.44 136 74.44s104-25.76 136-74.44c25.88-39.44 40-92.56 40-149.56s-14.24-110.12-40-149.56c-32-48.68-79.080-74.44-136-74.44zM512 672c-88.4 0-112-100.56-112-160s23.6-160 112-160 112 100.56 112 160-23.6 160-112 160zM832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-square-zero-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31551, + "id": 429, + "name": "number-square-zero-duotone", + "prevSize": 16, + "code": 61283, + "codes": [61283, 61284] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 818 + }, + { + "icon": { + "paths": [ + "M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M704 640c-0.007 123.707-100.292 223.988-224 223.988-57.465 0-109.876-21.639-149.53-57.213l0.21 0.185c-7.030-5.91-11.466-14.708-11.466-24.543 0-17.673 14.327-32 32-32 8.58 0 16.372 3.377 22.118 8.874l-0.012-0.011c28.172 25.269 65.602 40.72 106.641 40.72 88.366 0 160-71.634 160-160 0-88.352-71.612-159.978-159.959-160l-0.002-0c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 153.6-204.8h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32 0 7.24-2.404 13.919-6.458 19.28l0.058-0.080-159.36 212.48c96.176 26.662 165.626 113.362 165.76 216.304l0 0.016z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-three-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31552, "id": 428, "name": "number-three-duotone", "prevSize": 16, "code": 61285, "codes": [61285, 61286] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 819 + }, + { + "icon": { + "paths": [ + "M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M704 832c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 287.76-383.68c16.456-21.317 26.376-48.412 26.376-77.824 0-70.692-57.308-128-128-128-41.953 0-79.193 20.184-102.537 51.371l-0.239 0.334c-5.682 7.481-10.737 15.975-14.79 25.017l-0.33 0.823c-5.069 11.386-16.284 19.18-29.32 19.18-17.673 0-32-14.327-32-32 0-4.638 0.987-9.045 2.761-13.023l-0.081 0.203c30.403-68.345 97.709-115.138 175.944-115.138 106.039 0 192 85.961 192 192 0 43.571-14.514 83.753-38.97 115.974l0.346-0.476-249.32 332.44h256c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-two-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31553, "id": 427, "name": "number-two-duotone", "prevSize": 16, "code": 61287, "codes": [61287, 61288] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 820 + }, + { + "icon": { + "paths": [ + "M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z", + "M733 252.8c-52-81.64-128.4-124.8-221-124.8s-169 43.16-221 124.8c-43 67.92-67 159.96-67 259.2s24 191.28 67 259.2c52 81.64 128.4 124.8 221 124.8s169-43.16 221-124.8c43.2-68 67-160 67-259.2s-23.8-191.28-67-259.2zM512 832c-154.72 0-224-160.72-224-320s69.28-320 224-320 224 160.72 224 320-69.28 320-224 320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["number-zero-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31554, "id": 426, "name": "number-zero-duotone", "prevSize": 16, "code": 61289, "codes": [61289, 61290] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 821 + }, + { + "icon": { + "paths": [ + "M879.36 292.64l-352-192.64c-4.434-2.472-9.727-3.927-15.36-3.927s-10.926 1.455-15.523 4.011l0.163-0.083-352 192.72c-9.97 5.534-16.612 15.988-16.64 27.996l-0 0.004v382.56c0.028 12.012 6.67 22.466 16.477 27.917l0.163 0.083 352 192.72c4.434 2.472 9.727 3.927 15.36 3.927s10.926-1.455 15.523-4.011l-0.163 0.083 352-192.72c9.97-5.534 16.612-15.988 16.64-27.996l0-0.004v-382.56c0-0.002 0-0.005 0-0.007 0-12.040-6.65-22.527-16.477-27.989l-0.163-0.083zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z", + "M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.137-105.984-86.016-191.863-191.987-192l-0.013-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 896l-352-192.72v-382.56l352-192.72 352 192.68v382.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["nut-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31555, "id": 425, "name": "nut-duotone", "prevSize": 16, "code": 61291, "codes": [61291, 61292] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 822 + }, + { + "icon": { + "paths": [ + "M512 448v448c-0.155 0-0.338 0-0.522 0-46.114 0-89.938-9.806-129.501-27.446l2.023 0.806v-353.080z", + "M688 544c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM738.48 413l-262.84-122.64c-138.982 18.126-245.979 133.196-251.384 274.304l-0.016 0.536 272.72-145.44c4.355-2.365 9.535-3.755 15.040-3.755 17.671 0 31.997 14.324 32 31.994l0 0v414.2c114.999-12.813 208.601-92.038 242.283-197.971l0.557-2.029c4.244-13.086 16.327-22.382 30.58-22.382 17.718 0 32.082 14.363 32.082 32.082 0 3.465-0.549 6.801-1.565 9.927l0.064-0.227c-46.528 143.648-179.129 245.696-335.564 245.696-194.404 0-352-157.596-352-352 0-64.354 17.269-124.674 47.427-176.579l-0.902 1.683c-47.138-24.31-78.812-72.656-78.812-128.4 0-79.477 64.387-143.916 143.844-144l0.008-0c4.908 0.008 9.557 1.113 13.716 3.083l-0.196-0.083 473 220.72c41.211-3.559 73.315-37.891 73.315-79.72 0-44.125-35.723-79.906-79.826-80l-0.009-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-4.908-0.008-9.557-1.113-13.716-3.083l0.196 0.083zM352 815.32v-245.72l-121.96 65.040c16.249 75.736 60.407 139.072 120.943 180.031l1.017 0.649zM480 501.32l-64 34.16v312c18.58 6.845 40.242 12.012 62.699 14.56l1.301 0.12zM384.52 248l-119.040-55.72c-41.201 3.571-73.291 37.897-73.291 79.718 0 34.309 21.598 63.574 51.939 74.94l0.552 0.181c2.4-2.84 4.8-5.68 7.36-8.44 35.9-39.181 80.199-70.054 130.099-89.847l2.381-0.833z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["ny-times-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31556, "id": 424, "name": "ny-times-logo-duotone", "prevSize": 16, "code": 61293, "codes": [61293, 61294] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 823 + }, + { + "icon": { + "paths": [ + "M896 366.2v291.6c0 0.007 0 0.016 0 0.025 0 8.83-3.577 16.825-9.36 22.615l0-0-206.2 206.2c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l-291.599 0c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-206.2-206.2c-5.783-5.79-9.36-13.785-9.36-22.615 0-0.009 0-0.018 0-0.027l-0 0.001v-291.6c-0-0.007-0-0.016-0-0.025 0-8.83 3.577-16.825 9.36-22.615l-0 0 206.2-206.2c5.79-5.783 13.785-9.36 22.615-9.36 0.009 0 0.018 0 0.027 0l291.599-0c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 206.2 206.2c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001z", + "M909.24 320.96l-206.2-206.2c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-291.6c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-206.2 206.2c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v291.6c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 206.2 206.2c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h291.6c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 206.2-206.2c11.587-11.498 18.76-27.43 18.76-45.037 0-0.071-0-0.143-0-0.214l0 0.011v-291.6c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004zM864 657.8l-206.2 206.2h-291.6l-206.2-206.2v-291.6l206.2-206.2h291.6l206.2 206.2z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["octagon-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31557, "id": 423, "name": "octagon-duotone", "prevSize": 16, "code": 61295, "codes": [61295, 61296] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 824 + }, + { + "icon": { + "paths": [ + "M704 544h-384c-0 0-0.001 0-0.001 0-17.673 0-32-14.327-32-32 0-1.595 0.117-3.162 0.342-4.694l-0.021 0.174 54.88-384c2.292-15.622 15.601-27.48 31.679-27.48 0 0 0.001 0 0.001 0l274.24-0c0-0 0.001-0 0.001-0 16.079 0 29.387 11.858 31.658 27.306l0.021 0.174 54.88 384c0.204 1.358 0.321 2.925 0.321 4.52 0 17.673-14.327 32-32 32-0 0-0.001-0-0.001-0l0 0z", + "M992 512c0 17.673-14.327 32-32 32v0h-66.68c-15.993 91.324-94.632 159.865-189.306 160l-0.014 0h-160v96h96c70.692 0 128 57.308 128 128v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-35.346-28.654-64-64-64v0h-96v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-96c-35.346 0-64 28.654-64 64v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-70.692 57.308-128 128-128v0h96v-96h-160c-94.688-0.135-173.327-68.676-189.152-158.846l-0.168-1.154h-66.68c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0c0 70.692 57.308 128 128 128v0h384c70.692 0 128-57.308 128-128v0c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM271.64 553.92c-9.717-11.163-15.641-25.85-15.641-41.922 0-3.188 0.233-6.322 0.683-9.386l-0.042 0.348 54.88-384c4.714-31.176 31.255-54.818 63.345-54.96l0.015-0h274.24c32.105 0.142 58.646 23.784 63.316 54.604l0.044 0.356 54.88 384c0.408 2.716 0.642 5.851 0.642 9.040 0 35.346-28.654 64-64 64-0.001 0-0.001-0-0.002-0l-384 0c-19.275-0-36.561-8.521-48.294-22.003l-0.066-0.077zM320 512h384l-54.88-384h-274.28z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["office-chair-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31558, "id": 422, "name": "office-chair-duotone", "prevSize": 16, "code": 61297, "codes": [61297, 61298] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 825 + }, + { + "icon": { + "paths": [ + "M896 288v448h-736c-17.673 0-32-14.327-32-32v0-416z", + "M928 736c0 17.673-14.327 32-32 32v0h-252.24c-0.060 0-0.132 0-0.204 0-24.851 0-46.377-14.235-56.869-34.996l-0.167-0.364-206.28-412.64h-252.24c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h252.24c0.060-0 0.132-0 0.204-0 24.851 0 46.377 14.235 56.869 34.996l0.167 0.364 206.28 412.64h252.24c17.673 0 32 14.327 32 32v0zM608 320h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["option-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31559, "id": 421, "name": "option-duotone", "prevSize": 16, "code": 61299, "codes": [61299, 61300] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 826 + }, + { + "icon": { + "paths": [ + "M864 352c0 194.404-157.596 352-352 352s-352-157.596-352-352v0z", + "M992 320h-960c-17.673 0-32 14.327-32 32v0c0 282.77 229.23 512 512 512s512-229.23 512-512v0c0-17.673-14.327-32-32-32v0zM309.6 599.64l170.4-170.4v241.16c-65.432-6.715-123.868-32.318-170.939-71.192l0.539 0.432zM264.36 554.4c-38.442-46.532-64.045-104.968-70.646-169.040l-0.114-1.36h241.16zM544 429.24l170.4 170.4c-46.532 38.442-104.968 64.045-169.040 70.646l-1.36 0.114zM759.64 554.4l-170.4-170.4h241.16c-6.715 65.432-32.318 123.868-71.192 170.939l0.432-0.539zM512 800c-236.057-0.29-429.38-182.86-446.79-414.501l-0.090-1.499h64.24c17.184 197.722 181.929 351.71 382.64 351.71s365.456-153.988 382.539-350.267l0.101-1.443h64.24c-17.5 233.14-210.823 415.71-446.851 416l-0.029 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["orange-slice-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31560, "id": 420, "name": "orange-slice-duotone", "prevSize": 16, "code": 61301, "codes": [61301, 61302] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 827 + }, + { + "icon": { + "paths": [ + "M512 516.36v411.64c-5.641-0.024-10.931-1.504-15.521-4.083l0.161 0.083-352-192.72c-9.97-5.534-16.612-15.988-16.64-27.996l-0-0.004v-382.56c0.014-4.712 1.044-9.179 2.882-13.2l-0.082 0.2z", + "M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 128l321.36 176-119.080 65.2-321.4-176zM512 480l-321.36-176 135.6-74.24 321.36 176zM160 360l320 175.12v343.16l-320-175zM864 703.12v0l-320 175.16v-343l128-70.040v142.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-177.8l128-70.2v343.080z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["package-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31561, "id": 419, "name": "package-duotone", "prevSize": 16, "code": 61303, "codes": [61303, 61304] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 828 + }, + { + "icon": { + "paths": [ + "M864 448v96c0 35.346-28.654 64-64 64v0h-192c-0-0-0.001-0-0.001-0-17.673 0-32 14.327-32 32 0 1.595 0.117 3.162 0.342 4.694l-0.021-0.174 31.68 187.48c0 53.019-42.981 96-96 96s-96-42.981-96-96v0l31.68-187.48c0.204-1.358 0.321-2.925 0.321-4.52 0-17.673-14.327-32-32-32-0 0-0.001 0-0.001 0l-192-0c-35.346 0-64-28.654-64-64v0-96z", + "M864 96h-576c-88.366 0-160 71.634-160 160v0 288c0 53.019 42.981 96 96 96v0h192l-31.56 186.68c-0.274 1.596-0.434 3.437-0.44 5.314l-0 0.006c0 70.692 57.308 128 128 128s128-57.308 128-128v0c-0.006-1.883-0.166-3.724-0.467-5.518l0.027 0.198-31.56-186.68h192c53.019 0 96-42.981 96-96v0-416c0-17.673-14.327-32-32-32v0zM288 160h416v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h64v256h-640v-160c0-53.019 42.981-96 96-96v0zM800 576h-192c-0-0-0.001-0-0.002-0-35.346 0-64 28.654-64 64 0 3.189 0.233 6.324 0.684 9.388l-0.042-0.348v0.8l31.36 184.56c0 35.346-28.654 64-64 64s-64-28.654-64-64v0l31.2-184.56v-0.8c0.408-2.716 0.642-5.851 0.642-9.040 0-35.291-28.564-63.91-63.833-64l-0.009-0h-192c-17.673 0-32-14.327-32-32v0-64h640v64c0 17.673-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paint-brush-broad-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31562, + "id": 418, + "name": "paint-brush-broad-duotone", + "prevSize": 16, + "code": 61305, + "codes": [61305, 61306] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 829 + }, + { + "icon": { + "paths": [ + "M896 128c0 131.24-126.56 269.72-234.56 364.2-30.929-54.614-74.884-98.633-127.776-128.767l-1.664-0.873c94.28-108 232.76-234.56 364-234.56z", + "M928 128c0-17.673-14.327-32-32-32v0c-176.32 0-357.24 198.84-457.72 330.52-21.023-6.674-45.202-10.521-70.28-10.521-132.548 0-240 107.452-240 240 0 0 0 0 0 0l0 0c0 123.52-78.16 178.92-81.88 181.48-8.551 5.833-14.092 15.529-14.092 26.52 0 17.663 14.311 31.984 31.971 32l304.002 0c0 0 0 0 0.001 0 132.548 0 240-107.452 240-240 0-25.078-3.846-49.257-10.981-71.98l0.46 1.7c131.72-100.48 330.52-281.4 330.52-457.72zM368 832h-229.48c27-38.36 53.48-96.32 53.48-176 0-97.202 78.798-176 176-176s176 78.798 176 176c0 97.202-78.798 176-176 176v0zM497.68 454.2q20.56-26.64 40.36-50.2c32.534 22.178 59.782 49.426 81.283 80.91l0.677 1.050q-23.6 19.76-50.2 40.36c-18.956-29.077-43.044-53.164-71.192-71.551l-0.928-0.569zM668.48 443.48c-24.532-34.342-53.659-63.469-86.881-87.239l-1.119-0.761c127.12-138.12 223-180 279.6-191.64-11.4 56.64-53.48 152.52-191.6 279.64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paint-brush-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31563, "id": 417, "name": "paint-brush-duotone", "prevSize": 16, "code": 61307, "codes": [61307, 61308] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 830 + }, + { + "icon": { + "paths": [ + "M653.92 525.92l36.84 36.84c11.573 11.58 18.73 27.574 18.73 45.24s-7.157 33.66-18.731 45.24l-82.76 82.76-320-320 82.76-82.76c11.58-11.573 27.574-18.73 45.24-18.73s33.66 7.157 45.24 18.731l36.84 36.84c5.789 5.783 13.784 9.359 22.614 9.359 9.45 0 17.943-4.096 23.801-10.61l0.026-0.029 219.48-244.8c17.403-17.403 41.444-28.167 68-28.167 53.111 0 96.167 43.055 96.167 96.167 0 26.556-10.764 50.597-28.167 68l0-0-244.68 219.6c-6.543 5.884-10.639 14.377-10.639 23.827 0 8.77 3.528 16.716 9.242 22.496l-0.003-0.003z", + "M922.56 101.44c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-0.4 0.4-0.8 0.8-1.16 1.24l-219.64 244.72-36.72-36.84c-17.374-17.383-41.381-28.136-67.9-28.136s-50.526 10.752-67.9 28.135l-306.76 306.8c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l320 320c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l306.76-306.6c17.383-17.374 28.136-41.381 28.136-67.9s-10.752-50.526-28.135-67.9l-36.84-36.8 244.72-219.64c0.45-0.376 0.855-0.769 1.23-1.189l0.010-0.011c23.193-23.168 37.541-55.189 37.541-90.56s-14.347-67.391-37.539-90.559l-0.001-0.001zM384 914.76l-66.72-66.76 89.36-89.4c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-89.4 89.36-50.72-50.72 89.36-89.4c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-89.4 89.36-66.76-66.72 178.76-178.76 274.76 274.76zM877.84 236.64l-244 219c-13.061 11.765-21.235 28.735-21.235 47.615 0 17.678 7.168 33.682 18.755 45.265l0 0 36.8 36.84c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l-60 60-274.88-274.6 60-60c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l36.84 36.8c11.583 11.588 27.587 18.755 45.265 18.755 18.88 0 35.85-8.175 47.564-21.178l0.051-0.057 219-244c11.453-10.897 26.984-17.601 44.081-17.601 35.346 0 64 28.654 64 64 0 17.097-6.704 32.628-17.627 44.108l0.025-0.027z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paint-brush-household-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31564, + "id": 416, + "name": "paint-brush-household-duotone", + "prevSize": 16, + "code": 61309, + "codes": [61309, 61310] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 831 + }, + { + "icon": { + "paths": [ + "M466.080 64l-383.32 383.32c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l339.4 339.4c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l383.32-383.32zM439.44 520.56c-14.482-14.478-23.44-34.481-23.44-56.577 0-44.183 35.817-80 80-80s80 35.817 80 80c0 22.096-8.958 42.099-23.44 56.577l-0 0c-14.476 14.472-34.473 23.423-56.56 23.423s-42.084-8.951-56.56-23.423l0 0zM992 816c0 44.183-35.817 80-80 80s-80-35.817-80-80v0c0-80 80-144 80-144s80 64 80 144z", + "M932 647c-5.426-4.373-12.404-7.020-20-7.020s-14.574 2.647-20.062 7.068l0.062-0.048c-3.76 3.040-92 74.72-92 169 0 61.856 50.144 112 112 112s112-50.144 112-112v0c0-94.28-88.24-165.96-92-169zM912 864c-26.51 0-48-21.49-48-48v0c0-40.72 28-78.12 48-99.72 20 21.68 48 59.2 48 99.72 0 26.51-21.49 48-48 48v0zM918.64 471.32l-429.96-429.96c-5.79-5.786-13.787-9.365-22.62-9.365s-16.83 3.579-22.62 9.365l0-0-162.44 162.64-98.4-98.64c-5.791-5.786-13.787-9.364-22.62-9.364-17.675 0-32.004 14.329-32.004 32.004 0 8.843 3.586 16.847 9.383 22.64l98.4 98.4-175.76 175.64c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l339.56 339.56c17.372 17.371 41.371 28.115 67.88 28.115s50.508-10.744 67.88-28.116l383.32-383.32c5.822-5.796 9.425-13.817 9.425-22.68s-3.603-16.884-9.424-22.679l-0.001-0.001zM490.040 854.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-339.44-339.44c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l175.64-175.68 116.48 116.48c-8.47 15.386-13.453 33.721-13.453 53.22 0 61.856 50.144 112 112 112s112-50.144 112-112c0-61.856-50.144-112-112-112-19.534 0-37.9 5.001-53.887 13.792l0.58-0.292-116.44-116.44 140-139.8 384.68 384.68zM462.040 430.080v0c9.795-11.628 24.364-18.965 40.646-18.965 29.293 0 53.040 23.747 53.040 53.040s-23.747 53.040-53.040 53.040c-29.293 0-53.040-23.747-53.040-53.040 0-12.901 4.606-24.726 12.263-33.921l-0.069 0.086s0.2-0.2 0.2-0.24z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paint-bucket-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31565, "id": 415, "name": "paint-bucket-duotone", "prevSize": 16, "code": 61311, "codes": [61311, 61312] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 832 + }, + { + "icon": { + "paths": [ + "M832 256v256c0 17.673-14.327 32-32 32v0h-608c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h608c17.673 0 32 14.327 32 32v0z", + "M928 352h-64v-96c0-35.346-28.654-64-64-64v0h-608c-35.346 0-64 28.654-64 64v0 96h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v96c0 35.346 28.654 64 64 64v0h608c35.346 0 64-28.654 64-64v0-96h64v200l-401.6 114.6c-26.913 7.975-46.24 32.409-46.4 61.381l-0 0.019v136c0 17.673 14.327 32 32 32s32-14.327 32-32v0-136l401.6-114.72c26.875-7.964 46.185-32.338 46.4-61.255l0-0.025v-200c0-35.346-28.654-64-64-64v0zM800 512h-608v-256h608v256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paint-roller-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31566, "id": 414, "name": "paint-roller-duotone", "prevSize": 16, "code": 61313, "codes": [61313, 61314] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 833 + }, + { + "icon": { + "paths": [ + "M896 508.68c0.009 0.978 0.014 2.135 0.014 3.292 0 30.287-3.489 59.759-10.087 88.037l0.513-2.609c-10.092 43.041-48.153 74.6-93.584 74.6-0.005 0-0.011-0-0.016-0l-184.839 0c-53.019 0-96 42.981-96 96v0c-0.040 52.989-43.005 95.93-96 95.93-11.471 0-22.471-2.012-32.669-5.702l0.669 0.211c-149.080-52.68-256-179.2-256-346.44-0-0.006-0-0.014-0-0.021 0-210.671 169.65-381.718 379.786-383.977l0.214-0.002c211.36-2.12 386.2 169.4 388 380.68z", + "M803.080 215.56c-74.607-73.9-177.299-119.56-290.657-119.56-0.149 0-0.298 0-0.446 0l-4.257-0c-227.902 2.42-411.72 187.732-411.72 415.978 0 0.008 0 0.015 0 0.023l-0-0.001c0 172 106.32 316.24 277.44 376.68 12.675 4.614 27.306 7.283 42.56 7.283 70.679 0 127.979-57.286 128-127.961l0-0.002c0-35.346 28.654-64 64-64v0h184.84c0.183 0.001 0.399 0.001 0.616 0.001 60.448 0 111.051-42.152 124.019-98.666l0.165-0.855c6.594-27.799 10.375-59.717 10.375-92.518 0-1.224-0.005-2.447-0.016-3.669l0.001 0.187c-0.884-114.897-48.535-218.494-124.831-292.834l-0.089-0.086zM855.080 590.4c-6.603 28.601-31.853 49.6-62.008 49.6-0.082 0-0.163-0-0.244-0l0.013 0h-184.84c-70.692 0-128 57.308-128 128v0c-0.053 35.306-28.686 63.907-64 63.907-7.612 0-14.914-1.329-21.686-3.768l0.446 0.14c-144.8-51.080-234.76-172.28-234.76-316.28-0-0.005-0-0.012-0-0.019 0-193.124 155.528-349.923 348.165-351.98l0.195-0.002h3.6c193.041 0.774 349.524 156.204 351.998 348.766l0.002 0.234c0.009 0.919 0.013 2.005 0.013 3.092 0 27.76-3.182 54.778-9.202 80.707l0.469-2.398zM560 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["palette-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31567, "id": 413, "name": "palette-duotone", "prevSize": 16, "code": 61315, "codes": [61315, 61316] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 834 + }, + { + "icon": { + "paths": [ + "M808.2 416c-2.72 0-5.44 0-8.2 0-88.366 0-160-71.634-160-160v0h-256c0 88.366-71.634 160-160 160v0c-2.76 0-5.48 0-8 0l32.24-260c2.057-15.868 15.486-28 31.749-28 0.004 0 0.008 0 0.012 0l463.999-0c0.003-0 0.007-0 0.011-0 16.263 0 29.693 12.132 31.732 27.839l0.017 0.161z", + "M895.52 856l-88-704c-4.113-31.736-30.972-56-63.498-56-0.008 0-0.015 0-0.023 0l-463.999-0c-0.006-0-0.014-0-0.022-0-32.526 0-59.385 24.264-63.464 55.678l-0.034 0.322-88 704c-0.32 2.402-0.502 5.18-0.502 8 0 35.346 28.654 64 64 64 0.008 0 0.015-0 0.023-0l162.759 0c0.003 0 0.007 0 0.011 0 29.747 0 54.755-20.295 61.931-47.795l0.099-0.445 95.2-368 95.16 367.76c7.188 28.063 32.249 48.475 62.079 48.48l162.761 0c0.006 0 0.014 0 0.022 0 35.346 0 64-28.654 64-64 0-2.82-0.182-5.598-0.536-8.321l0.034 0.321zM771.6 380.8c-46.807-11.011-83.224-46.496-95.395-91.902l-0.205-0.898h84zM744 160l8 64h-480l8-64zM264 288h84c-12.376 46.304-48.793 81.789-94.728 92.627l-0.872 0.173zM354.76 864h-162.76l52-417.080c86.021-9.398 154.464-74.32 169.112-157.766l0.168-1.154h66.72v92zM669.16 863.76l-125.16-483.76v-92h66.72c14.816 84.6 83.259 149.522 168.421 158.844l0.859 0.076 52 417.080z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pants-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31568, "id": 412, "name": "pants-duotone", "prevSize": 16, "code": 61317, "codes": [61317, 61318] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 835 + }, + { + "icon": { + "paths": [ + "M723 419l93 93-328.24 327.76c-34.631 34.087-82.185 55.134-134.654 55.134-106.039 0-192-85.961-192-192 0-52.47 21.047-100.023 55.159-134.679l-0.025 0.025 397.24-402.76c23.166-23.166 55.17-37.495 90.52-37.495 70.701 0 128.015 57.314 128.015 128.015 0 35.35-14.329 67.354-37.495 90.52v0z", + "M838.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-328.2 328c-40.54 40.535-96.542 65.606-158.4 65.606-123.726 0-224.026-100.3-224.026-224.026 0-61.868 25.079-117.878 65.625-158.42l0-0 397.040-402.88c28.966-28.996 68.998-46.932 113.22-46.932 88.383 0 160.032 71.649 160.032 160.032 0 44.162-17.888 84.146-46.814 113.101l0.001-0.001-397.12 402.88c-17.403 17.403-41.444 28.167-68 28.167-53.111 0-96.167-43.055-96.167-96.167 0-26.556 10.764-50.597 28.167-68l0-0 333.2-338.48c5.853-6.233 14.146-10.115 23.346-10.115 17.673 0 32 14.327 32 32 0 9.021-3.733 17.17-9.738 22.987l-0.008 0.008-333.24 338.84c-5.845 5.8-9.464 13.838-9.464 22.72 0 17.675 14.329 32.004 32.004 32.004 8.793 0 16.758-3.546 22.542-9.286l-0.002 0.002 397.080-402.68c17.427-17.392 28.208-41.437 28.208-68 0-53.057-43.011-96.068-96.068-96.068-26.494 0-50.482 10.725-67.862 28.069l0.002-0.002-396.96 402.72c-29.011 28.967-46.958 69.007-46.958 113.24 0 88.376 71.643 160.018 160.018 160.018 44.143 0 84.111-17.874 113.062-46.78l-0.002 0.002 328.24-328c5.782-5.739 13.747-9.285 22.54-9.285 8.873 0 16.902 3.611 22.698 9.444l0.002 0.002z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paperclip-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31569, "id": 411, "name": "paperclip-duotone", "prevSize": 16, "code": 61319, "codes": [61319, 61320] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 836 + }, + { + "icon": { + "paths": [ + "M960 512c0 106.039-85.961 192-192 192v0h-576c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h128v-128h448c106.039 0 192 85.961 192 192v0z", + "M992 512c-0.137 123.657-100.343 223.863-223.987 224l-576.013 0c-88.366 0-160-71.634-160-160s71.634-160 160-160v0h576c53.019 0 96 42.981 96 96s-42.981 96-96 96v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-576c-53.019 0-96 42.981-96 96s42.981 96 96 96v0h576c88.366 0 160-71.634 160-160s-71.634-160-160-160v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c123.657 0.137 223.863 100.343 224 223.987l0 0.013z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paperclip-horizontal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31570, + "id": 410, + "name": "paperclip-horizontal-duotone", + "prevSize": 16, + "code": 61321, + "codes": [61321, 61322] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 837 + }, + { + "icon": { + "paths": [ + "M885.12 862.040l-362.84-124c-3.201-1.198-6.899-1.891-10.76-1.891s-7.559 0.693-10.978 1.962l0.218-0.071-361.88 124c-3.2 1.178-6.896 1.86-10.751 1.86-17.673 0-32-14.327-32-32 0-5.737 1.51-11.122 4.154-15.779l-0.083 0.158 383.4-672c5.565-9.917 16.013-16.508 28-16.508s22.435 6.591 27.917 16.347l0.083 0.161 384.36 672c2.587 4.516 4.112 9.926 4.112 15.692 0 17.673-14.327 32-32 32-3.93 0-7.695-0.708-11.173-2.005l0.221 0.072z", + "M951.6 800.36l-384.2-671.64c-11.187-19.613-31.964-32.622-55.78-32.622s-44.593 13.008-55.615 32.308l-0.165 0.314-383.56 672c-5.137 9.006-8.166 19.79-8.166 31.281 0 35.346 28.654 64 64 64 7.585 0 14.861-1.319 21.612-3.741l-0.447 0.14 362.64-124 362.72 124c6.355 2.321 13.691 3.663 21.341 3.663 35.346 0 64-28.654 64-64 0-11.645-3.11-22.564-8.546-31.972l0.164 0.309zM895.6 831.72l-351.6-120.28v-231.44c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 231.12l-352 120.88 383.44-672 384.56 672z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paper-plane-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31571, "id": 409, "name": "paper-plane-duotone", "prevSize": 16, "code": 61323, "codes": [61323, 61324] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 838 + }, + { + "icon": { + "paths": [ + "M879.64 539.44l-671.92 384.56c-4.498 2.561-9.883 4.071-15.62 4.071-17.673 0-32-14.327-32-32 0-3.855 0.682-7.551 1.931-10.974l-0.071 0.222 124-362.84c1.198-3.201 1.891-6.899 1.891-10.76s-0.693-7.559-1.962-10.978l0.071 0.218-124-361.88c-1.178-3.2-1.86-6.896-1.86-10.751 0-17.673 14.327-32 32-32 5.737 0 11.122 1.51 15.779 4.154l-0.158-0.083 672 383.4c9.715 5.616 16.147 15.956 16.147 27.797 0 11.874-6.467 22.238-16.072 27.76l-0.155 0.082z", + "M895.48 456l-672-383.56c-9.013-5.147-19.808-8.182-31.311-8.182-35.346 0-64 28.654-64 64 0 7.531 1.301 14.759 3.69 21.47l-0.139-0.447 124 361.88c-0.008 0.060-0.012 0.13-0.012 0.2s0.004 0.14 0.013 0.208l-0.001-0.008c-0.011 0.060-0.017 0.129-0.017 0.2s0.006 0.14 0.018 0.207l-0.001-0.007-124 362.68c-2.325 6.36-3.67 13.703-3.67 21.36 0 35.329 28.625 63.971 63.947 64l0.003 0c11.653-0.031 22.572-3.144 31.993-8.566l-0.313 0.166 671.64-384.2c19.669-11.172 32.722-31.98 32.722-55.836 0-23.776-12.965-44.523-32.21-55.559l-0.312-0.165zM192 896v-0.36l120.56-351.64h231.44c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-231.12l-120.64-351.52-0.24-0.48 672 383.32z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paper-plane-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31572, + "id": 408, + "name": "paper-plane-right-duotone", + "prevSize": 16, + "code": 61325, + "codes": [61325, 61326] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 839 + }, + { + "icon": { + "paths": [ + "M894.76 168.72l-232.88 768c-3.935 13.533-16.223 23.256-30.782 23.256-12.678 0-23.634-7.373-28.815-18.065l-0.083-0.191-162.2-342.48c-3.226-6.695-8.505-11.974-15.009-15.117l-0.191-0.083-342.48-162.24c-10.883-5.264-18.256-16.22-18.256-28.898 0-14.559 9.723-26.847 23.029-30.726l0.226-0.056 768-232.88c2.588-0.754 5.562-1.187 8.636-1.187 17.673 0 32 14.327 32 32 0 3.086-0.437 6.070-1.252 8.893l0.056-0.226z", + "M909.28 114.72c-11.58-11.573-27.574-18.731-45.24-18.731-6.196 0-12.186 0.88-17.852 2.523l0.452-0.112h-0.6l-767.76 232.96c-26.963 7.936-46.311 32.462-46.311 61.507 0 25.403 14.8 47.35 36.248 57.687l0.383 0.166 342.48 162.2 162.2 342.48c10.353 21.798 32.189 36.6 57.483 36.6 0.069 0 0.139-0 0.208-0l-0.011 0q2.76 0 5.52-0.24c26.784-2.233 48.696-20.784 55.889-45.591l0.111-0.449 232.8-767.76c0-0.2 0-0.4 0-0.6 1.575-5.287 2.482-11.363 2.482-17.65 0-17.542-7.057-33.435-18.488-44.996l0.006 0.006zM631.32 927.4l-0.2 0.56-157.44-332.36 188.96-189c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-189 188.96-331.84-157.44 767.44-232.88z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paper-plane-tilt-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31573, + "id": 407, + "name": "paper-plane-tilt-duotone", + "prevSize": 16, + "code": 61327, + "codes": [61327, 61328] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 840 + }, + { + "icon": { + "paths": [ + "M512 96s-160 96-160 384h-224c0-212.077 171.923-384 384-384v0zM512 96s160 96 160 384h224c0-212.077-171.923-384-384-384v0z", + "M928 480c-0.273-229.641-186.359-415.727-415.974-416l-0.026-0c-229.641 0.273-415.727 186.359-416 415.974l-0 0.026c0.012 10.278 4.868 19.419 12.407 25.266l0.073 0.054 0.32 0.28 371.2 278.4v80h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-80l371.2-278.4c7.807-5.9 12.8-15.167 12.8-25.6v-0zM862.56 448h-159.24c-6.16-151.8-55.64-249.72-100.44-308 141.066 38.833 245.453 159.518 259.569 306.57l0.111 1.43zM512 136c21.213 18.806 39.566 40.134 54.79 63.675l0.73 1.205c30.44 47.12 66.28 126.6 71.76 247.12h-254.56c5.48-120.52 41.32-200 71.76-246.96 15.948-24.809 34.302-46.19 55.206-64.766l0.314-0.274zM617.6 512l-105.6 190.12-105.6-190.12zM333.16 512l78 140.36-187.16-140.36zM690.84 512h109.16l-187.16 140.36zM421.12 140c-44.8 58.28-94.28 156.2-100.44 308h-159.24c14.227-148.481 118.614-269.166 257.202-307.417l2.478-0.583z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["parachute-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31574, "id": 406, "name": "parachute-duotone", "prevSize": 16, "code": 61329, "codes": [61329, 61330] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 841 + }, + { + "icon": { + "paths": [ + "M576 192v448h-192c-123.712 0-224-100.288-224-224s100.288-224 224-224v0z", + "M832 160h-448c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h160v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-608h96v608c0 17.673 14.327 32 32 32s32-14.327 32-32v0-608h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 608h-160c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paragraph-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31575, "id": 405, "name": "paragraph-duotone", "prevSize": 16, "code": 61331, "codes": [61331, 61332] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 842 + }, + { + "icon": { + "paths": [ + "M957.16 237.12l-259.2 576c-5.135 11.223-16.267 18.88-29.187 18.88-0.005 0-0.009-0-0.014-0l-572.759 0c-0.004 0-0.009 0-0.013 0-17.673 0-32-14.327-32-32 0-4.753 1.036-9.264 2.895-13.319l-0.082 0.199 259.2-576c5.135-11.223 16.267-18.88 29.187-18.88 0.019 0 0.037 0 0.056 0l-0.003-0h572.76c17.662 0.015 31.973 14.336 31.973 32 0 4.753-1.036 9.264-2.895 13.319l0.082-0.199z", + "M981.72 189.24c-11.525-17.701-31.219-29.24-53.607-29.24-0.040 0-0.079 0-0.119 0l0.006-0h-572.76c-0.001-0-0.003-0-0.005-0-25.825 0-48.077 15.296-58.192 37.322l-0.164 0.398-259.2 576c-3.565 7.723-5.645 16.758-5.645 26.28 0 35.334 28.634 63.98 63.963 64l572.762 0c0.001 0 0.003 0 0.005 0 25.825 0 48.077-15.296 58.192-37.322l0.164-0.398 259.2-576c3.57-7.727 5.652-16.768 5.652-26.296 0-12.913-3.824-24.933-10.402-34.988l0.15 0.245zM668.76 800h-572.76l259.24-576h572.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["parallelogram-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31576, "id": 404, "name": "parallelogram-duotone", "prevSize": 16, "code": 61333, "codes": [61333, 61334] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 843 + }, + { + "icon": { + "paths": [ + "M896 640h-256l128-512z", + "M928 768h-128v-96h96c17.671-0.003 31.995-14.329 31.995-32 0-2.756-0.348-5.43-1.003-7.982l0.048 0.222-128-512c-3.601-14.023-16.13-24.221-31.040-24.221s-27.439 10.198-30.992 23.999l-0.048 0.222-128 512c-0.607 2.33-0.955 5.004-0.955 7.76 0 17.671 14.324 31.997 31.995 32l96 0v96h-256v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 260l87 348h-174zM256 576h160v64h-160zM256 704h160v64h-160zM464 384c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM464 224c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["park-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31577, "id": 403, "name": "park-duotone", "prevSize": 16, "code": 61335, "codes": [61335, 61336] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 844 + }, + { + "icon": { + "paths": [ + "M992 256v512c0 17.673-14.327 32-32 32v0h-800v-576h800c17.673 0 32 14.327 32 32v0z", + "M192 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM528 442l-80 26v-84c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 84l-80-26c-2.985-1.015-6.424-1.6-10-1.6-17.695 0-32.040 14.345-32.040 32.040 0 14.12 9.133 26.106 21.815 30.374l0.226 0.066 80 25.96-49.36 68c-4.143 5.34-6.641 12.137-6.641 19.517 0 17.673 14.327 32 32 32 10.916 0 20.556-5.466 26.331-13.811l0.070-0.106 49.36-68 49.36 68c5.845 8.451 15.485 13.917 26.401 13.917 17.673 0 32-14.327 32-32 0-7.38-2.498-14.177-6.695-19.59l0.054 0.073-49.36-68 80-25.96c12.277-4.66 20.844-16.326 20.844-29.992 0-17.673-14.327-32-32-32-2.975 0-5.856 0.406-8.589 1.166l0.225-0.053zM952 462.56c-4.323-12.901-16.299-22.032-30.408-22.032-3.425 0-6.725 0.538-9.819 1.535l0.227-0.063-80 26v-84c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 84l-80-25.96c-2.956-0.995-6.361-1.569-9.9-1.569-17.678 0-32.009 14.331-32.009 32.009 0 14.139 9.168 26.138 21.883 30.375l0.226 0.065 80 25.96-49.36 68c-4.143 5.34-6.641 12.137-6.641 19.517 0 17.673 14.327 32 32 32 10.916 0 20.556-5.466 26.331-13.811l0.070-0.106 49.36-68 49.36 68c5.845 8.451 15.485 13.917 26.401 13.917 17.673 0 32-14.327 32-32 0-7.38-2.498-14.177-6.695-19.59l0.054 0.073-49.36-68 80-25.96c12.823-4.367 21.883-16.305 21.883-30.359 0-3.576-0.587-7.016-1.669-10.227l0.066 0.226z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["password-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31578, "id": 402, "name": "password-duotone", "prevSize": 16, "code": 61337, "codes": [61337, 61338] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 845 + }, + { + "icon": { + "paths": [ + "M896 800c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M800 672c-59.317 0.058-109.201 40.379-123.797 95.104l-0.203 0.896h-388c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h384c88.366 0 160-71.634 160-160s-71.634-160-160-160v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c53.019 0 96 42.981 96 96s-42.981 96-96 96v0h-384c-106.039 0-192 85.961-192 192s85.961 192 192 192v0h388c14.719 55.647 64.615 96 123.935 96 70.692 0 128-57.308 128-128 0-70.67-57.271-127.963-127.932-128l-0.004-0zM800 864c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["path-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31579, "id": 401, "name": "path-duotone", "prevSize": 16, "code": 61339, "codes": [61339, 61340] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 846 + }, + { + "icon": { + "paths": [ + "M928 416c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0zM320 192h-64c-17.673 0-32 14.327-32 32v0 608c0 17.673 14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0-608c0-17.673-14.327-32-32-32v0z", + "M704 160c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM704 608c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0zM320 160h-64c-35.346 0-64 28.654-64 64v0 608c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-608c0-35.346-28.654-64-64-64v0zM320 832h-64v-608h64v608z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["patreon-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31580, "id": 400, "name": "patreon-logo-duotone", "prevSize": 16, "code": 61341, "codes": [61341, 61342] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 847 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM448 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pause-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31581, "id": 399, "name": "pause-circle-duotone", "prevSize": 16, "code": 61343, "codes": [61343, 61344] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 848 + }, + { + "icon": { + "paths": [ + "M832 192v640c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM384 160h-160c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0z", + "M800 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM800 832h-160v-640h160zM384 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM384 832h-160v-640h160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pause-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31582, "id": 398, "name": "pause-duotone", "prevSize": 16, "code": 61345, "codes": [61345, 61346] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 849 + }, + { + "icon": { + "paths": [ + "M928 432c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM256 432c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0zM368 320c44.183 0 80-35.817 80-80s-35.817-80-80-80c-44.183 0-80 35.817-80 80v0c0 44.183 35.817 80 80 80v0zM656 320c44.183 0 80-35.817 80-80s-35.817-80-80-80c-44.183 0-80 35.817-80 80v0c0 44.183 35.817 80 80 80v0zM732.96 623.4c-39.731-22.3-69.341-58.652-82.364-102.169l-0.316-1.231c-17.982-60.471-73.069-103.817-138.28-103.817s-120.298 43.347-138.019 102.798l-0.261 1.019c-13.304 44.822-42.921 81.246-81.808 103.149l-0.872 0.451c-40.639 21.992-67.778 64.301-67.778 112.948 0 70.692 57.308 128 128 128 18.327 0 35.755-3.852 51.518-10.79l-0.82 0.322c32.523-13.709 70.331-21.675 110-21.675s77.477 7.966 111.913 22.386l-1.913-0.71c14.942 6.616 32.37 10.468 50.698 10.468 70.692 0 128-57.308 128-128 0-48.648-27.139-90.957-67.102-112.613l-0.676-0.335z", + "M848 320c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM848 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM288 432c0-61.856-50.144-112-112-112s-112 50.144-112 112c0 61.856 50.144 112 112 112v0c61.856 0 112-50.144 112-112v0zM176 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM368 352c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM368 192c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM656 352c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM656 192c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM748.48 595.44c-32.506-18.18-56.703-47.937-67.227-83.561l-0.253-0.999c-21.988-73.893-89.309-126.857-169-126.857s-147.011 52.964-168.681 125.611l-0.319 1.246c-10.68 36.499-34.702 66.185-66.297 84.035l-0.703 0.365c-50.318 27.626-83.856 80.256-83.856 140.72 0 88.315 71.552 159.918 159.848 160l0.008 0c0.135 0 0.294 0.001 0.454 0.001 22.259 0 43.442-4.605 62.649-12.915l-1.023 0.394c28.888-12.246 62.483-19.363 97.74-19.363s68.852 7.117 99.426 19.994l-1.686-0.63c18.798 8.39 40.735 13.276 63.813 13.276 88.366 0 160-71.634 160-160 0-60.877-33.999-113.814-84.045-140.857l-0.848-0.419zM672 832c-0.024 0-0.053 0-0.082 0-13.629 0-26.594-2.84-38.337-7.96l0.619 0.24c-36.167-15.355-78.231-24.28-122.38-24.28s-86.213 8.925-124.487 25.069l2.107-0.789c-11.191 4.946-24.242 7.826-37.965 7.826-53.019 0-96-42.981-96-96 0-36.602 20.484-68.419 50.613-84.614l0.512-0.251c47.133-26.389 82.216-69.558 97.473-121.231l0.367-1.449c13.976-47.049 56.829-80.777 107.56-80.777s93.584 33.729 107.357 79.985l0.203 0.793c15.674 53.217 50.859 96.45 97.083 122.307l1.037 0.533c30.364 16.527 50.626 48.197 50.626 84.6 0 53.019-42.981 96-96 96-0.108 0-0.215-0-0.323-0.001l0.017 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paw-print-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31583, "id": 397, "name": "paw-print-duotone", "prevSize": 16, "code": 61347, "codes": [61347, 61348] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 850 + }, + { + "icon": { + "paths": [ + "M767.64 330.8c-0.8 13.098-2.753 25.323-5.775 37.118l0.295-1.358c-21.557 84.162-96.701 145.387-186.154 145.44l-144.006 0c-14.915 0.002-27.446 10.209-30.992 24.018l-0.048 0.222 48-192c3.594-14.031 16.125-24.238 31.040-24.24l224-0c22.803 0.002 44.681 3.958 64.987 11.22l-1.347-0.42z", + "M880.48 374.16c-21.388-27.312-48.414-49.205-79.423-64.14l-1.337-0.58c-5.794-119.073-103.736-213.423-223.718-213.44l-240.002-0c-29.831 0.005-54.892 20.417-61.983 48.036l-0.097 0.444-144 576c-1.214 4.659-1.91 10.008-1.91 15.52 0 35.343 28.648 63.995 63.99 64l110 0-12 48.48c-1.214 4.659-1.91 10.008-1.91 15.52 0 35.315 28.603 63.949 63.905 64l0.005 0h126c29.798-0.043 54.819-20.443 61.903-48.036l0.097-0.444 36-143.52h128c123.709-0.004 223.992-100.291 223.992-224 0-52.203-17.858-100.236-47.798-138.322l0.365 0.482zM318.080 736h-126.080l144-576h240c0.013-0 0.029-0 0.045-0 77.741 0 142.532 55.444 156.988 128.946l0.166 1.014c-8.746-1.219-18.876-1.93-29.166-1.96l-0.034-0h-224c-0.009-0-0.020-0-0.030-0-29.835 0-54.901 20.414-61.993 48.036l-0.097 0.444zM732 354.48c-0.32 1.44-0.6 2.88-0.96 4.32-17.879 70.151-80.496 121.2-155.037 121.2-0.001 0-0.002-0-0.003-0l-128-0 32-128h224c9.899 0.006 19.584 0.908 28.983 2.629l-0.983-0.149zM859.040 550.8c-17.879 70.151-80.496 121.2-155.037 121.2-0.001 0-0.002-0-0.003-0l-128-0c-29.831 0.005-54.892 20.417-61.983 48.036l-0.097 0.444-36 143.52h-125.92l80-320h144c0.019 0 0.042 0 0.064 0 102.848 0 189.478-69.438 215.566-163.989l0.37-1.571c14.676 9.812 27.195 21.427 37.658 34.734l0.262 0.346c21.227 26.77 34.053 61.040 34.053 98.305 0 13.845-1.77 27.276-5.097 40.079l0.244-1.104z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["paypal-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31584, "id": 396, "name": "paypal-logo-duotone", "prevSize": 16, "code": 61349, "codes": [61349, 61350] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 851 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM864 512c0 0.117 0 0.257 0 0.396 0 64.193-17.286 124.349-47.456 176.067l0.896-1.662-273.44-191.44v-333.88c180.037 17.135 319.773 167.474 320 350.497l0 0.023zM480 161.48v333.88l-273.44 191.44c-29.216-50.196-46.462-110.477-46.462-174.787 0-183.103 139.805-333.552 318.493-350.426l1.409-0.107zM243.36 739.16l236.64-165.68v289.040c-95.332-8.951-178.506-54.767-236.218-122.85l-0.422-0.51zM544 862.52v-289.040l236.64 165.68c-58.133 68.593-141.307 114.409-235.236 123.253l-1.404 0.107z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["peace-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31585, "id": 395, "name": "peace-duotone", "prevSize": 16, "code": 61351, "codes": [61351, 61352] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 852 + }, + { + "icon": { + "paths": [ + "M896 512c-0.049-212.040-171.953-383.914-384-383.914-212.077 0-384 171.923-384 384 0 141.385 76.41 264.923 190.188 331.573l1.812 0.981v-140.64l192-416 192 416v140.64c115.59-67.63 192-191.169 192-332.554 0-0.030-0-0.061-0-0.091l0 0.005z", + "M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM352 768c0-35.346 28.654-64 64-64s64 28.654 64 64v0 94.36c-47.394-4.394-90.822-17.533-129.962-37.804l1.962 0.924zM544 768c0-35.346 28.654-64 64-64s64 28.654 64 64v0 57.48c-37.178 19.347-80.606 32.486-126.605 36.775l-1.395 0.105zM429.080 544h165.84l46.32 100.4c-9.969-2.795-21.416-4.401-33.239-4.401-38.195 0-72.474 16.766-95.88 43.34l-0.121 0.141c-23.527-26.715-57.806-43.481-96.001-43.481-11.823 0-23.27 1.606-34.136 4.613l0.897-0.212zM458.64 480l53.36-115.64 53.36 115.64zM760.88 760.92c-8 8-16.32 15.48-24.88 22.56v-79.48c0-0.011 0-0.025 0-0.038 0-4.85-1.091-9.446-3.042-13.554l0.082 0.192-192-416c-5.203-11.048-16.244-18.558-29.040-18.558s-23.837 7.51-28.957 18.363l-0.083 0.195-192 416c-1.869 3.917-2.96 8.512-2.96 13.362 0 0.013 0 0.027 0 0.040l-0-0.002v79.48c-8.56-7.080-16.88-14.56-24.88-22.56-63.712-63.702-103.12-151.71-103.12-248.923 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.213-39.408 185.221-103.119 248.922l-0.001 0.001z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pencil-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31586, "id": 394, "name": "pencil-circle-duotone", "prevSize": 16, "code": 61353, "codes": [61353, 61354] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 853 + }, + { + "icon": { + "paths": [ + "M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M909.24 293.48l-178.72-178.76c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.28c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 493.24-493.24c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM205.24 640l338.76-338.76 66.76 66.76-338.76 338.72zM192 717.24l114.76 114.76h-114.76zM384 818.76l-66.76-66.76 338.76-338.76 66.76 66.76zM768 434.76l-178.76-178.76 96-96 178.76 178.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pencil-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31587, "id": 393, "name": "pencil-duotone", "prevSize": 16, "code": 61355, "codes": [61355, 61356] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 854 + }, + { + "icon": { + "paths": [ + "M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-402.72l448-448c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM317.28 752l338.72-338.76 66.76 66.76-338.76 338.76zM272 706.76l-66.76-66.76 338.76-338.76 66.76 66.76zM192 717.24l114.76 114.76h-114.76zM768 434.76l-178.72-178.76 96-96 178.72 178.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pencil-line-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31588, "id": 392, "name": "pencil-line-duotone", "prevSize": 16, "code": 61357, "codes": [61357, 61358] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 855 + }, + { + "icon": { + "paths": [ + "M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M909.24 293.48l-178.72-178.76c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.28c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 493.24-493.24c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM370.76 832h-178.76v-178.76l352-352 178.76 178.76zM768 434.72l-178.76-178.72 96-96 178.76 178.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pencil-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31589, "id": 391, "name": "pencil-simple-duotone", "prevSize": 16, "code": 61359, "codes": [61359, 61360] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 856 + }, + { + "icon": { + "paths": [ + "M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-402.72l448-448c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM192 653.24l352-352 178.76 178.76-352 352h-178.76zM768 434.76l-178.72-178.76 96-96 178.72 178.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pencil-simple-line-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31590, + "id": 390, + "name": "pencil-simple-line-duotone", + "prevSize": 16, + "code": 61361, + "codes": [61361, 61362] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 857 + }, + { + "icon": { + "paths": [ + "M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 192.8 212-214.4 214.48c-11.564 11.512-18.72 27.444-18.72 45.047 0 0.068 0 0.135 0 0.203l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 201.6-201.56 190.76 209.84c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM370.76 832h-178.76v-178.76l212.24-212 170.24 187.24zM909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-166.68 166.68c-5.786 5.791-9.364 13.787-9.364 22.62 0 17.675 14.329 32.004 32.004 32.004 8.843 0 16.847-3.586 22.64-9.383l25.4-25.44 178.76 178.76-36 36c-5.815 5.8-9.412 13.82-9.412 22.68 0 17.691 14.341 32.032 32.032 32.032 8.83 0 16.826-3.573 22.621-9.353l-0.001 0.001 177.28-177.36c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM768 434.76l-178.72-178.76 96-96 178.72 178.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pencil-simple-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31591, + "id": 389, + "name": "pencil-simple-slash-duotone", + "prevSize": 16, + "code": 61363, + "codes": [61363, 61364] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 858 + }, + { + "icon": { + "paths": [ + "M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 192.8 212-214.4 214.48c-11.564 11.512-18.72 27.444-18.72 45.047 0 0.068 0 0.135 0 0.203l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 201.6-201.56 190.76 209.84c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM467.68 510.96l-195.68 195.8-66.76-66.76 199-198.96zM192 717.24l114.76 114.76h-114.76zM384 818.76l-66.72-66.76 193.64-193.64 63.56 69.92zM909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-166.68 166.68c-5.786 5.791-9.364 13.787-9.364 22.62 0 17.675 14.329 32.004 32.004 32.004 8.843 0 16.847-3.586 22.64-9.383l25.4-25.44 66.76 66.76-30.76 30.76c-6.14 5.842-9.959 14.075-9.959 23.199 0 17.673 14.327 32 32 32 9.125 0 17.357-3.819 23.187-9.946l0.013-0.013 30.76-30.76 66.76 66.76-36 36c-5.815 5.8-9.412 13.82-9.412 22.68 0 17.691 14.341 32.032 32.032 32.032 8.83 0 16.826-3.573 22.621-9.353l-0.001 0.001 177.28-177.36c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM768 434.76l-178.72-178.76 96-96 178.72 178.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pencil-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31592, "id": 388, "name": "pencil-slash-duotone", "prevSize": 16, "code": 61365, "codes": [61365, 61366] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 859 + }, + { + "icon": { + "paths": [ + "M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 334.68-334.64 13.92 55.6-147.2 147.16c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l160-160c5.803-5.793 9.393-13.801 9.393-22.648 0-2.753-0.348-5.425-1.001-7.974l0.048 0.222-27.6-110.44 105.8-105.8c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM192 832v-114.76l114.76 114.76zM384 818.76l-178.76-178.76 338.76-338.76 178.76 178.76zM768 434.76l-178.72-178.76 96-96 178.72 178.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pen-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31593, "id": 387, "name": "pen-duotone", "prevSize": 16, "code": 61367, "codes": [61367, 61368] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 860 + }, + { + "icon": { + "paths": [ + "M480 224l-238.72 89.52c-10.588 4.053-18.361 13.272-20.293 24.49l-0.027 0.19-92.96 557.8 557.8-92.96c11.408-1.959 20.627-9.732 24.606-20.101l0.074-0.219 89.52-238.72zM464 640c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z", + "M960 402.72c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004-274.72-274.76c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-113.72 113.72-232 87.080c-21.256 8.087-36.881 26.54-40.824 49.015l-0.056 0.385-92.96 557.8c-0.279 1.587-0.439 3.415-0.439 5.28 0 17.673 14.326 31.999 31.999 32l0 0c1.871-0.008 3.698-0.168 5.477-0.467l-0.197 0.027 557.76-92.96c22.84-3.913 41.299-19.477 49.252-40.241l0.148-0.439 87.080-232 113.72-113.92c11.588-11.504 18.76-27.441 18.76-45.054 0-0.079-0-0.159-0-0.238l0 0.012zM680.52 771.48l-459.24 76.52 189.48-189.48c15.393 8.48 33.74 13.469 53.251 13.469 61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112 0 19.511 4.989 37.857 13.761 53.832l-0.292-0.581-189.48 189.56 76.52-459.36 219.48-82.28 290.8 290.84zM416 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM800 498.72l-274.76-274.72 96-96 274.76 274.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pen-nib-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31594, "id": 386, "name": "pen-nib-duotone", "prevSize": 16, "code": 61369, "codes": [61369, 61370] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 861 + }, + { + "icon": { + "paths": [ + "M860.68 509.72l-124.68-221.72h-448l-124.68 221.72c-2.090 4.136-3.315 9.016-3.315 14.183 0 7.143 2.34 13.739 6.295 19.063l-0.061-0.086 345.76 449.12 345.72-449.12c3.909-5.245 6.259-11.853 6.259-19.010 0-5.153-1.218-10.022-3.382-14.334l0.084 0.184zM512 608c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z", + "M889.32 495.56c-0.24-0.52-0.48-1.040-0.76-1.52l-120.56-214.44v-151.6c0-35.346-28.654-64-64-64v0h-384c-35.346 0-64 28.654-64 64v0 151.68l-120.56 214.36c-0.28 0.48-0.52 1-0.8 1.52-4.198 8.269-6.657 18.030-6.657 28.366 0 14.276 4.692 27.456 12.617 38.083l-0.12-0.168 0.44 0.56 345.76 449.12c5.909 7.609 15.058 12.458 25.34 12.458s19.431-4.849 25.286-12.386l0.054-0.072 346.16-449.68c7.799-10.446 12.487-23.612 12.487-37.874 0-10.353-2.47-20.128-6.854-28.769l0.167 0.363zM704 128v128h-384v-128zM512 576c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM544 898v-262.68c46.649-14.229 80-56.885 80-107.331 0-61.856-50.144-112-112-112s-112 50.144-112 112c0 50.446 33.351 93.102 79.207 107.123l0.793 0.209v262.64l-288-373.96 114.76-204h410.52l114.72 204z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pen-nib-straight-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31595, + "id": 385, + "name": "pen-nib-straight-duotone", + "prevSize": 16, + "code": 61371, + "codes": [61371, 61372] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 862 + }, + { + "icon": { + "paths": [ + "M914.76 409.88l-216.84 156 83.080 256c0.999 2.961 1.575 6.371 1.575 9.916 0 17.673-14.327 32-32 32-7.072 0-13.608-2.294-18.905-6.178l0.090 0.063-219.76-158.040-219.76 158.12c-5.207 3.822-11.743 6.116-18.815 6.116-17.673 0-32-14.327-32-32 0-3.545 0.576-6.955 1.64-10.142l-0.065 0.226 83.080-256-216.84-156c-8.090-5.881-13.29-15.313-13.29-25.96 0-17.673 14.327-32 32-32 0.017 0 0.035 0 0.052 0l-0.003-0h267.48l86.080-265.28c4.031-13.235 16.13-22.699 30.44-22.699s26.409 9.464 30.381 22.474l0.059 0.225 86.080 265.28h267.48c17.647 0.035 31.939 14.348 31.939 32 0 10.599-5.153 19.994-13.090 25.818l-0.089 0.063z", + "M956.8 364.24c-8.258-25.851-32.067-44.243-60.172-44.243-0.221 0-0.441 0.001-0.661 0.003l0.034-0h-244l-78.8-242.96c-8.26-26.299-32.416-45.043-60.951-45.043-28.461 0-52.566 18.648-60.765 44.392l-0.124 0.451-79.12 243.16h-244.24c-0.063-0-0.137-0-0.211-0-35.346 0-64 28.654-64 64 0 21.342 10.446 40.244 26.504 51.872l0.187 0.129 197.88 142.36-75.8 233.64c-2.082 5.993-3.285 12.901-3.285 20.090 0 21.215 10.473 39.984 26.531 51.419l0.193 0.131c10.356 7.745 23.414 12.401 37.56 12.401s27.204-4.656 37.725-12.52l-0.165 0.118 200.88-144.56 200.96 144.56c10.418 7.651 23.496 12.244 37.647 12.244 35.346 0 64-28.654 64-64 0-7.109-1.159-13.947-3.298-20.336l0.131 0.452-76-233.84 198-142.48c16.187-11.563 26.613-30.289 26.613-51.45 0-7.152-1.191-14.025-3.385-20.433l0.132 0.444zM512 96.6l72.48 223.4h-144.96zM128 384h223.48l-42.28 130.32zM273.44 832v0l69.56-214.36 114.2 82.16zM363.72 553.72l55.040-169.72h186.48l55.040 169.56-148.28 106.68zM750.56 832v0l-183.64-132 114.2-82.16zM714.8 514.48l-42.28-130.48h223.48z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pentagram-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31596, "id": 384, "name": "pentagram-duotone", "prevSize": 16, "code": 61373, "codes": [61373, 61374] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 863 + }, + { + "icon": { + "paths": [ + "M859.32 370.32l-91.32 45.68-128-64-128 64-91.32-45.68c21.866-102.606 111.736-178.451 219.32-178.451s197.454 75.845 219.057 176.982l0.263 1.469z", + "M669.080 161.68c-14.822-74.323-79.483-129.571-157.068-129.68l-0.012-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c42.528 0 78.598 27.654 91.207 65.962l0.193 0.678c-124.693 18.659-219.251 124.945-219.4 253.344l-0 0.016c0 187-103 312-306.12 372-26.85 8.009-46.090 32.479-46.090 61.443 0 31.52 22.786 57.718 52.785 63.021l0.385 0.056c54.248 9.849 116.682 15.481 180.432 15.481 0.565 0 1.131-0 1.696-0.001l-0.088 0c163.12 0 344.64-36.6 470.12-141.84 105.44-88.4 158.88-212.96 158.88-370.16v0c-0.144-131.080-98.673-239.102-225.707-254.203l-1.213-0.117zM640 224c83.598 0.115 154.683 53.561 181.065 128.135l0.415 1.345-53.48 26.52-113.68-56.68c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.68-53.48-26.72c26.872-75.829 97.933-129.184 181.468-129.28l0.012-0zM696 737.2c-72 60.28-174.4 101.040-296.48 117.88-40.008 5.573-86.231 8.755-133.198 8.755-60.168 0-119.117-5.222-176.417-15.237l6.095 0.882c228.92-67.48 350.52-216 352-429.68l49.76 24.88c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.6-56.96 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 49.64-24.8c-0.84 135.6-46.56 242.4-135.96 317.4z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pepper-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31597, "id": 383, "name": "pepper-duotone", "prevSize": 16, "code": 61375, "codes": [61375, 61376] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 864 + }, + { + "icon": { + "paths": [ + "M383.2 224.8c20.266 20.268 32.8 48.266 32.8 79.192 0 61.856-50.144 112-112 112s-112-50.144-112-112c0-30.926 12.534-58.924 32.8-79.192l-0 0c20.268-20.27 48.27-32.808 79.2-32.808s58.932 12.538 79.2 32.808l0 0zM799.2 640.8c-20.268-20.266-48.266-32.8-79.192-32.8-61.856 0-112 50.144-112 112s50.144 112 112 112c30.926 0 58.924-12.534 79.192-32.8l-0 0c20.27-20.268 32.808-48.27 32.808-79.2s-12.538-58.932-32.808-79.2l-0-0z", + "M822.64 246.56l-576 576c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64h-0l576-576c5.793-5.797 13.797-9.384 22.64-9.384 17.675 0 32.004 14.329 32.004 32.004 0 8.833-3.578 16.829-9.364 22.62l0-0zM202.16 405.76c-26.055-26.060-42.169-62.058-42.169-101.82 0-79.534 64.475-144.009 144.009-144.009 39.772 0 75.778 16.123 101.84 42.189l0 0c26.055 26.060 42.169 62.058 42.169 101.82 0 79.534-64.475 144.009-144.009 144.009-39.772 0-75.778-16.123-101.84-42.189l-0-0zM224 304c0.036 44.156 35.839 79.937 80 79.937 44.183 0 80-35.817 80-80 0-22.096-8.958-42.099-23.44-56.577l-0-0c-14.476-14.472-34.473-23.423-56.56-23.423-44.183 0-80 35.817-80 80 0 0.022 0 0.044 0 0.066l-0-0.003zM864 720c-0.019 79.515-64.483 143.967-144 143.967-79.529 0-144-64.471-144-144s64.471-144 144-144c39.773 0 75.779 16.124 101.84 42.193l0 0c26.043 25.911 42.161 61.778 42.161 101.409 0 0.152-0 0.303-0.001 0.454l0-0.023zM800 720c0-0.005 0-0.011 0-0.017 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80 22.087 0 42.084-8.951 56.56-23.423l-0 0c14.479-14.399 23.44-34.334 23.44-56.361 0-0.070-0-0.14-0-0.209l0 0.011z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["percent-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31598, "id": 382, "name": "percent-duotone", "prevSize": 16, "code": 61377, "codes": [61377, 61378] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 865 + }, + { + "icon": { + "paths": [ + "M416 160c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM848 320h-672c-51.48 0-66.84 70-20 91.6l228 100.4-91.48 347.72c-2.659 5.778-4.21 12.537-4.21 19.658 0 26.51 21.49 48 48 48 18.906 0 35.259-10.93 43.084-26.816l0.125-0.282 132.48-228.28 132.48 228.28c7.951 16.167 24.304 27.098 43.21 27.098 26.51 0 48-21.49 48-48 0-7.121-1.551-13.88-4.333-19.957l0.123 0.299-91.48-347.72 228-100.4c46.76-21.6 31.4-91.6-20-91.6z", + "M640 160c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128v0c70.692 0 128-57.308 128-128v0zM512 224c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM926 350.84c-7.532-36.11-39.097-62.848-76.907-62.848-0.384 0-0.768 0.003-1.151 0.008l0.058-0.001h-672c-0.001-0-0.002-0-0.002-0-44.183 0-80 35.817-80 80 0 32.023 18.815 59.651 45.994 72.433l0.489 0.207 0.52 0.24 203 89.4-84 318.88c-4.508 9.711-7.137 21.078-7.137 33.060 0 44.259 35.879 80.137 80.137 80.137 32.277 0 60.097-19.082 72.794-46.58l0.206-0.497 104-179.52 104 179.52c13.377 26.58 40.441 44.497 71.691 44.497 44.183 0 80-35.817 80-80 0-11.047-2.239-21.571-6.288-31.142l0.197 0.525-84-318.88 203.52-89.64c27.876-12.464 46.949-39.951 46.949-71.893 0-6.352-0.754-12.527-2.178-18.442l0.109 0.536zM854.8 382.44l-227.72 100.28c-11.341 5.088-19.097 16.28-19.097 29.283 0 2.9 0.386 5.71 1.109 8.381l-0.052-0.224 91.48 347.84c0.524 2.067 1.195 3.864 2.033 5.564l-0.073-0.164c1.007 2.036 1.597 4.433 1.597 6.967 0 8.837-7.163 16-16 16-6.463 0-12.031-3.832-14.556-9.348l-0.041-0.1c-0.44-0.88-0.88-1.72-1.36-2.52l-132.44-228.4c-5.643-9.601-15.921-15.943-27.68-15.943s-22.037 6.343-27.598 15.793l-0.082 0.15-132.32 228.24c-0.48 0.8-0.92 1.64-1.36 2.52-2.566 5.616-8.134 9.447-14.597 9.447-8.837 0-16-7.163-16-16 0-2.535 0.589-4.932 1.639-7.061l-0.042 0.094c0.765-1.536 1.436-3.333 1.918-5.206l0.042-0.194 91.36-347.84c0.671-2.447 1.057-5.257 1.057-8.157 0-13.004-7.756-24.196-18.895-29.202l-0.202-0.081-227.72-100.12c-5.431-2.635-9.109-8.108-9.109-14.44 0-8.805 7.112-15.948 15.905-16l0.005-0h672c0.009-0 0.019-0 0.029-0 8.837 0 16 7.163 16 16 0 6.332-3.678 11.805-9.014 14.398l-0.095 0.042z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["person-arms-spread-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31599, + "id": 381, + "name": "person-arms-spread-duotone", + "prevSize": 16, + "code": 61379, + "codes": [61379, 61380] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 866 + }, + { + "icon": { + "paths": [ + "M416 160c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM849.96 558.040l-181.28-205.52c-17.674-19.981-43.373-32.515-71.999-32.52l-169.361-0c-28.627 0.005-54.326 12.539-71.912 32.418l-0.088 0.102-181.28 205.52c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l-0 0 141.96-114.040-91.48 347.72c-2.659 5.778-4.21 12.537-4.21 19.658 0 26.51 21.49 48 48 48 18.906 0 35.259-10.93 43.084-26.816l0.125-0.282 132.48-228.28 132.48 228.28c7.951 16.167 24.304 27.098 43.21 27.098 26.51 0 48-21.49 48-48 0-7.121-1.551-13.88-4.333-19.957l0.123 0.299-91.48-347.72 142.040 113.96c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0z", + "M640 160c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128v0c70.692 0 128-57.308 128-128v0zM512 224c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM873.36 536.2l-180.68-204.88c-23.568-26.622-57.827-43.32-95.986-43.32-0.005 0-0.010 0-0.015 0l-169.359-0c-0.004-0-0.009-0-0.014-0-38.159 0-72.418 16.698-95.869 43.185l-0.117 0.135-180.68 204.88c-14.099 14.411-22.799 34.154-22.799 55.929 0 44.183 35.817 80 80 80 21.477 0 40.977-8.463 55.347-22.236l-0.028 0.027 65.2-52.32-66.16 251.52c-4.508 9.704-7.138 21.065-7.138 33.040 0 44.204 35.834 80.038 80.038 80.038 32.229 0 60.008-19.049 72.694-46.502l0.206-0.496 104-179.48 104 179.48c13.32 26.749 40.472 44.804 71.842 44.804 44.183 0 80-35.817 80-80 0-11.148-2.28-21.764-6.4-31.406l0.198 0.522-66-251.52 65.2 52.32c14.342 13.746 33.842 22.209 55.319 22.209 44.183 0 80-35.817 80-80 0-21.775-8.7-41.518-22.813-55.943l0.014 0.014zM827.32 603.28c-2.896 2.899-6.899 4.693-11.32 4.693s-8.424-1.793-11.32-4.692l-0-0c-0.84-0.8-1.68-1.6-2.6-2.32l-142.080-113.92c-5.42-4.356-12.384-6.991-19.963-6.991-17.673 0-32 14.327-32 32 0 2.825 0.366 5.565 1.053 8.174l-0.050-0.223 91.52 348c0.534 2.080 1.191 3.877 2 5.588l-0.080-0.188c1.007 2.036 1.597 4.433 1.597 6.967 0 8.837-7.163 16-16 16-6.463 0-12.031-3.832-14.556-9.348l-0.041-0.1c-0.458-1.007-0.899-1.834-1.383-2.631l0.063 0.111-132.48-228.4c-5.643-9.601-15.921-15.943-27.68-15.943s-22.037 6.343-27.598 15.793l-0.082 0.15-132.32 228.2c-0.421 0.686-0.862 1.513-1.256 2.365l-0.064 0.155c-1.821 3.843-5.013 6.789-8.929 8.244l-0.111 0.036c-1.637 0.619-3.53 0.977-5.506 0.977-8.837 0-16-7.163-16-16 0-2.461 0.555-4.791 1.548-6.874l-0.041 0.097c0.729-1.523 1.386-3.32 1.872-5.185l0.048-0.215 91.4-347.8c0.637-2.386 1.003-5.126 1.003-7.951 0-17.673-14.327-32-32-32-7.579 0-14.544 2.635-20.026 7.039l0.062-0.048-142.080 113.92c-0.92 0.72-1.76 1.52-2.6 2.32-2.922 3.076-7.042 4.99-11.609 4.99-8.837 0-16-7.163-16-16 0-4.557 1.905-8.67 4.963-11.584l0.006-0.006c0.48-0.48 0.92-0.96 1.36-1.48l181.28-205.56c11.783-13.299 28.905-21.64 47.975-21.64 0.009 0 0.017 0 0.026 0l169.359-0c0.007-0 0.016-0 0.025-0 19.070 0 36.192 8.341 47.917 21.573l0.058 0.067 181.28 205.56c0.44 0.52 0.88 1 1.36 1.48 2.887 2.894 4.673 6.889 4.673 11.3s-1.785 8.406-4.673 11.3l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["person-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31600, "id": 380, "name": "person-duotone", "prevSize": 16, "code": 61381, "codes": [61381, 61382] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 867 + }, + { + "icon": { + "paths": [ + "M928 704c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM224 576c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z", + "M656 320c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM656 160c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM800 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM800 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM224 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM224 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM768 480h-160c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-105.36-105.4-82.76 82.76 137.4 137.36c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.76l-150.64-150.6c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l118.6 118.64h146.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["person-simple-bike-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31601, + "id": 379, + "name": "person-simple-bike-duotone", + "prevSize": 16, + "code": 61383, + "codes": [61383, 61384] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 868 + }, + { + "icon": { + "paths": [ + "M608 192c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M512 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM923.44 528.48c-5.69 9.389-15.853 15.567-27.458 15.567-6.112 0-11.824-1.714-16.682-4.687l0.14 0.080c-1.4-0.84-140.44-82.36-335.52-90.68v147.24l248 278.92c4.997 5.626 8.049 13.077 8.049 21.24 0 17.7-14.349 32.049-32.049 32.049-9.537 0-18.101-4.165-23.971-10.776l-0.029-0.033-231.92-261.4-232 261.24c-5.899 6.644-14.463 10.809-24 10.809-17.7 0-32.049-14.349-32.049-32.049 0-8.163 3.052-15.614 8.078-21.273l-0.029 0.033 248-278.76v-147.28c-196 8.32-334.080 89.84-335.52 90.72-4.703 2.87-10.393 4.568-16.48 4.568-17.678 0-32.008-14.331-32.008-32.008 0-11.591 6.161-21.743 15.387-27.36l0.141-0.080c6.88-4.12 170.28-100.56 400.48-100.56s393.6 96.44 400.48 100.56c9.369 5.694 15.532 15.846 15.532 27.437 0 6.088-1.7 11.779-4.652 16.624l0.080-0.141z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["person-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31602, "id": 378, "name": "person-simple-duotone", "prevSize": 16, "code": 61385, "codes": [61385, 61386] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 869 + }, + { + "icon": { + "paths": [ + "M704 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M608 352c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM608 160c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM877.24 562.72c-2.44 1.12-29.96 13.12-78.68 13.12-55.4 0-138.2-15.52-242.76-80-17.673 49.617-38.47 92.312-63.306 132.234l1.666-2.874c47.838 14.969 89.442 36.518 126.343 64.027l-1.103-0.787c76.28 58.16 116.6 140.96 116.6 239.56 0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-166.8-138.76-226.84-216.56-247.4-2.2 2.8-4.48 5.64-6.76 8.4-78.56 95.2-177 144.72-286.52 144.72-0.512 0.003-1.118 0.004-1.724 0.004-12.549 0-24.952-0.626-37.178-1.849l1.543 0.125c-16.33-1.681-28.96-15.366-28.96-32 0-17.761 14.398-32.16 32.16-32.16 1.127 0 2.24 0.058 3.337 0.171l-0.137-0.011c103.68 10.36 193.88-29.96 268-120 49.96-60.56 84-134.44 101-188-155.68-90.64-255.12-13.48-256.2-12.64-5.554 4.764-12.828 7.665-20.78 7.665-17.673 0-32-14.327-32-32 0-10.424 4.984-19.684 12.7-25.527l0.080-0.058c6-4.8 148.88-116 358.040 26.28 181.88 123.64 287.72 81.24 288.72 80.76 4.001-1.934 8.701-3.064 13.665-3.064 17.673 0 32 14.327 32 32 0 13.022-7.778 24.227-18.942 29.223l-0.203 0.081z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["person-simple-run-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31603, + "id": 377, + "name": "person-simple-run-duotone", + "prevSize": 16, + "code": 61387, + "codes": [61387, 61388] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 870 + }, + { + "icon": { + "paths": [ + "M608 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M512 352c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 160c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM192 384c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM888.96 442.44c-5.913 7.358-14.912 12.027-25.001 12.027-7.577 0-14.539-2.634-20.021-7.035l0.063 0.049c-4.6-3.56-94.84-70.8-237.28 2.44-1.238 43.849-5.554 85.707-12.755 126.569l0.755-5.169 129.72 108c7.064 5.911 11.525 14.731 11.525 24.592 0 3.623-0.602 7.106-1.712 10.353l0.067-0.225-64 192c-4.368 12.823-16.306 21.882-30.36 21.882-17.674 0-32.002-14.328-32.002-32.002 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 57.080-171.28-88.32-73.6c-6.971 23.486-13.91 42.509-21.805 61.027l1.405-3.707c-55 130.96-153.52 218.52-292.8 260.32-2.545 0.728-5.468 1.147-8.489 1.147-17.673 0-32-14.327-32-32 0-14.13 9.159-26.122 21.864-30.361l0.226-0.065c242.72-72.84 284.56-288.88 293.68-406.6-108.44 68.84-194.16 85.32-251 85.32-0.238 0.001-0.52 0.001-0.802 0.001-27.894 0-54.669-4.791-79.546-13.596l1.668 0.515c-11.39-5.068-19.187-16.285-19.187-29.323 0-17.673 14.327-32 32-32 0.15 0 0.3 0.001 0.45 0.003l-0.023-0c0.013-0 0.028-0 0.043-0 4.79 0 9.328 1.077 13.386 3.001l-0.19-0.081s107.040 42.72 288.76-80.8c209.16-142.16 352-31.080 358.040-26.28 7.326 5.914 11.973 14.893 11.973 24.959 0 7.615-2.66 14.608-7.101 20.102l0.047-0.061z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["person-simple-throw-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31604, + "id": 376, + "name": "person-simple-throw-duotone", + "prevSize": 16, + "code": 61389, + "codes": [61389, 61390] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 871 + }, + { + "icon": { + "paths": [ + "M704 192c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M608 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM608 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM864 576c0 17.673-14.327 32-32 32v0c-141.24 0-211.8-71.24-268.48-128.48-10.96-11.080-21.44-21.6-32-31.36l-53.72 123.52 148.8 106.28c8.154 5.876 13.4 15.345 13.4 26.039 0 0-0 0.001-0 0.001l0-0v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-207.52l-124.28-88.8-134.36 309.080c-5.056 11.418-16.287 19.24-29.346 19.24-0.005 0-0.010-0-0.015-0l0.001 0c-0.022 0-0.049 0-0.075 0-4.592 0-8.953-0.987-12.883-2.76l0.198 0.080c-11.419-5.055-19.242-16.288-19.242-29.347 0-4.604 0.972-8.982 2.723-12.937l-0.081 0.204 216.32-497.48c-37.24-6.6-83.68 4.8-138.8 34.32-46.394 25.84-86.474 54.701-122.848 87.585l0.568-0.505c-5.638 5.066-13.132 8.164-21.351 8.164-17.673 0-32-14.327-32-32 0-8.925 3.654-16.996 9.547-22.8l0.004-0.004c10-9.4 246.76-228.88 394.88-100.32 15.32 13.28 29.92 28 44 42.32 55.8 56.28 108.48 109.48 223.040 109.48 17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["person-simple-walk-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31605, + "id": 375, + "name": "person-simple-walk-duotone", + "prevSize": 16, + "code": 61391, + "codes": [61391, 61392] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 872 + }, + { + "icon": { + "paths": [ + "M864 192v640c-0.003 17.671-14.329 31.995-32 31.995-2.022 0-4-0.188-5.918-0.546l0.198 0.031-640-116.36c-15.042-2.806-26.278-15.831-26.28-31.48l-0-0v-407.28c0.002-15.649 11.238-28.674 26.082-31.449l0.198-0.031 640-116.36c1.72-0.328 3.698-0.515 5.72-0.515 17.671 0 31.997 14.324 32 31.995l0 0z", + "M960 480h-64v-288c-0.005-35.342-28.657-63.991-64-63.991-4.044 0-8 0.375-11.836 1.092l0.396-0.062-640 116.36c-30.085 5.613-52.555 31.662-52.56 62.96l-0 0v171.64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v171.64c0.005 31.298 22.475 57.347 52.164 62.898l0.396 0.062 640 116.36c3.432 0.648 7.387 1.026 11.428 1.040l0.012 0c35.346 0 64-28.654 64-64v0-288h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM192 308.36l640-116.36v288h-640zM832 832l-640-116.36v-171.64h640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["perspective-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31606, "id": 374, "name": "perspective-duotone", "prevSize": 16, "code": 61393, "codes": [61393, 61394] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 873 + }, + { + "icon": { + "paths": [ + "M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z", + "M609.080 151.72c3.773-13.776 16.181-23.732 30.913-23.732 2.947 0 5.801 0.398 8.511 1.144l-0.225-0.053c120.967 32.312 214.328 125.672 246.090 244.229l0.55 2.411c0.693 2.485 1.092 5.34 1.092 8.287 0 14.733-9.956 27.14-23.507 30.861l-0.225 0.053c-2.482 0.679-5.333 1.072-8.275 1.080l-0.005 0c-14.743-0-27.156-9.97-30.868-23.536l-0.052-0.224c-26.353-98.751-102.569-174.967-199.353-200.872l-1.967-0.448c-13.795-3.761-23.769-16.177-23.769-30.923 0-2.944 0.397-5.794 1.142-8.501l-0.053 0.225zM599.76 318.92c55.16 14.72 90.6 50.16 105.32 105.32 3.764 13.79 16.177 23.76 30.92 23.76l0 0c2.947-0.008 5.798-0.401 8.51-1.133l-0.23 0.053c13.776-3.773 23.732-16.181 23.732-30.913 0-2.947-0.398-5.801-1.144-8.511l0.053 0.225c-20.48-76.64-74-130.16-150.64-150.64-2.478-0.689-5.323-1.084-8.26-1.084-17.675 0-32.004 14.329-32.004 32.004 0 14.738 9.962 27.149 23.52 30.867l0.225 0.053zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.329-0.3 5.023-0.472 7.757-0.472 26.144 0 48.627 15.677 58.562 38.143l0.161 0.409 84.48 188.6v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.978-6.738 22.276-10.756 35.512-10.756 9.095 0 17.746 1.897 25.58 5.317l-0.412-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.2-97.4 82.84c-0.874 0.745-1.839 1.481-2.843 2.165l-0.117 0.075c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["phone-call-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31607, "id": 373, "name": "phone-call-duotone", "prevSize": 16, "code": 61395, "codes": [61395, 61396] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 874 + }, + { + "icon": { + "paths": [ + "M920 628c-5.912 7.448-14.965 12.181-25.124 12.181-4.293 0-8.389-0.845-12.129-2.379l0.213 0.077-196.64-69.88c-9.877-4.029-17.176-12.57-19.402-22.99l-0.038-0.21-24.84-118.96c-2.311-11.038-10.104-19.838-20.339-23.53l-0.221-0.070c-32.628-11.557-70.258-18.236-109.447-18.236-39.749 0-77.894 6.87-113.311 19.489l2.359-0.733c-10.522 3.846-18.321 12.812-20.448 23.8l-0.032 0.2-23.6 118.040c-2.272 10.638-9.587 19.181-19.266 23.123l-0.214 0.077-196.36 69.68c-3.586 1.51-7.754 2.387-12.127 2.387-10.107 0-19.12-4.686-24.984-12.004l-0.049-0.063c-58.4-75.32-53.040-175.32 16-244.48 212.44-212.44 571.080-212.44 783.52 0 69.4 68.96 74.76 168.96 16.48 244.48z", + "M926.36 360.52v0c-224.6-224.52-604.12-224.52-828.72 0-80 80-87.68 197.96-18.76 286.84 11.822 15.057 30.025 24.64 50.466 24.64 0.019 0 0.038-0 0.057-0l-0.003 0c0.010 0 0.023 0 0.035 0 8.263 0 16.157-1.586 23.391-4.47l-0.427 0.15 197.16-69.92c19.922-8.12 34.609-25.425 38.929-46.507l0.071-0.413 23.6-118.080c29.803-10.645 64.184-16.797 100.001-16.797 35.341 0 69.283 5.99 100.866 17.009l-2.147-0.652 24.84 119c4.54 21.244 19.136 38.31 38.453 46.205l0.427 0.155 1.16 0.44 196 69.56c6.856 2.735 14.801 4.321 23.116 4.321 20.406 0 38.581-9.55 50.3-24.424l0.104-0.136c68.76-88.96 61.040-206.92-18.92-286.92zM894.68 608l-1.2-0.48-195.28-69.32-24.84-118.96c-4.745-22.098-20.394-39.694-40.914-47.099l-0.446-0.141c-35.753-12.651-76.986-19.961-119.926-19.961-43.501 0-85.249 7.502-124.023 21.283l2.589-0.802c-21.112 7.699-36.794 25.607-41.211 47.591l-0.069 0.409-23.6 118.040-195.24 68.88c-0.4 0-0.68 0.52-1.080 0.68-49.32-63.64-44-144.92 13.44-202.32 100-100 234.6-150.12 369.12-150.12s269.080 50.040 369.12 150.12c57.32 57.4 62.88 138.68 13.56 202.2zM895.96 800c0 17.673-14.327 32-32 32v0h-703.96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["phone-disconnect-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31608, + "id": 372, + "name": "phone-disconnect-duotone", + "prevSize": 16, + "code": 61397, + "codes": [61397, 61398] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 875 + }, + { + "icon": { + "paths": [ + "M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z", + "M889.48 633.84l-188.96-84.68c-7.422-3.259-16.073-5.156-25.168-5.156-13.236 0-25.534 4.018-35.74 10.901l0.227-0.145c-1.137 0.755-2.115 1.491-3.048 2.28l0.048-0.040-97.36 83c-61.68-29.96-125.36-93.16-155.32-154.040l83.12-98.84c0.8-1 1.56-2 2.28-3.080 6.548-9.877 10.448-22.006 10.448-35.045 0-9.105-1.901-17.766-5.328-25.607l0.161 0.412v-0.48l-84.68-188.76c-10.096-22.875-32.579-38.552-58.723-38.552-2.734 0-5.428 0.171-8.072 0.504l0.315-0.032c-111.012 15.024-195.68 109.183-195.68 223.117 0 0.142 0 0.284 0 0.425l-0-0.022c0 317.6 258.4 576 576 576 0.12 0 0.262 0 0.403 0 113.934 0 208.092-84.669 222.988-194.518l0.129-1.163c0.302-2.334 0.474-5.034 0.474-7.773 0-26.13-15.659-48.602-38.105-58.545l-0.409-0.162zM704 832c-282.642-0.319-511.682-229.359-512-511.97l-0-0.030c-0.001-0.184-0.001-0.402-0.001-0.619 0-81.29 60.32-148.491 138.642-159.286l0.839-0.095c-0.008 0.072-0.012 0.155-0.012 0.24s0.004 0.168 0.013 0.25l-0.001-0.010 84 188-82.68 98.96c-0.797 0.913-1.549 1.919-2.221 2.98l-0.059 0.1c-6.507 9.855-10.381 21.946-10.381 34.943 0 10.134 2.355 19.717 6.548 28.233l-0.167-0.376c36.24 74.12 110.92 148.24 185.84 184.44 8.042 3.913 17.494 6.201 27.481 6.201 13.239 0 25.539-4.020 35.746-10.905l-0.227 0.145c1.121-0.759 2.086-1.495 3.008-2.28l-0.048 0.040 97.24-82.96 188 84.2s0.32 0 0.44 0c-10.763 79.316-78.047 139.801-159.458 139.801-0.191 0-0.381-0-0.572-0.001l0.030 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["phone-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31609, "id": 371, "name": "phone-duotone", "prevSize": 16, "code": 61399, "codes": [61399, 61400] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 876 + }, + { + "icon": { + "paths": [ + "M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z", + "M608 384v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 82.76l137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-137.36 137.36h82.72c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.129-0-0.281-0-0.434 0-113.918 84.675-208.059 194.52-222.918l1.16-0.128c2.334-0.302 5.034-0.474 7.773-0.474 26.13 0 48.602 15.659 58.545 38.105l0.162 0.409 84.48 188.6v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.978-6.738 22.276-10.756 35.512-10.756 9.095 0 17.746 1.897 25.58 5.317l-0.412-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.2-97.4 82.84c-0.88 0.769-1.846 1.506-2.859 2.177l-0.101 0.063c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["phone-incoming-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31610, "id": 370, "name": "phone-incoming-duotone", "prevSize": 16, "code": 61401, "codes": [61401, 61402] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 877 + }, + { + "icon": { + "paths": [ + "M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z", + "M617.36 406.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l137.4-137.36h-82.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.76l-137.36 137.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.334-0.302 5.034-0.474 7.773-0.474 26.13 0 48.602 15.659 58.545 38.105l0.162 0.409 84.48 188.64v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.962-6.761 22.251-10.794 35.483-10.794 9.108 0 17.77 1.911 25.606 5.354l-0.409-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.24-97.4 82.88c-0.874 0.745-1.839 1.481-2.843 2.165l-0.117 0.075c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["phone-outgoing-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31611, "id": 369, "name": "phone-outgoing-duotone", "prevSize": 16, "code": 61403, "codes": [61403, 61404] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 878 + }, + { + "icon": { + "paths": [ + "M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z", + "M889.44 633.84l-188.88-84.68c-7.429-3.266-16.088-5.167-25.192-5.167-13.243 0-25.546 4.022-35.755 10.911l0.227-0.144c-1.137 0.755-2.115 1.491-3.048 2.28l0.048-0.040-97.36 83c-61.68-29.96-125.36-93.16-155.32-154.040l83.12-98.84c0.8-1 1.56-2 2.28-3.080 6.548-9.877 10.448-22.006 10.448-35.045 0-9.105-1.901-17.766-5.328-25.607l0.161 0.412c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010-84.68-188.76c-10.096-22.875-32.579-38.552-58.723-38.552-2.734 0-5.428 0.171-8.072 0.504l0.315-0.032c-111.012 15.024-195.68 109.183-195.68 223.117 0 0.142 0 0.284 0 0.425l-0-0.022c0 317.6 258.4 576 576 576 0.12 0 0.262 0 0.403 0 113.934 0 208.092-84.669 222.988-194.518l0.129-1.163c0.3-2.329 0.472-5.023 0.472-7.757 0-26.144-15.677-48.627-38.143-58.562l-0.409-0.161zM704 832c-282.642-0.319-511.682-229.359-512-511.97l-0-0.030c-0.001-0.184-0.001-0.402-0.001-0.619 0-81.29 60.32-148.491 138.642-159.286l0.839-0.095c-0.008 0.072-0.012 0.155-0.012 0.24s0.004 0.168 0.013 0.25l-0.001-0.010 84 188-82.68 98.96c-0.797 0.913-1.549 1.919-2.221 2.98l-0.059 0.1c-6.507 9.855-10.381 21.946-10.381 34.943 0 10.134 2.355 19.717 6.548 28.233l-0.167-0.376c36.24 74.12 110.92 148.24 185.84 184.44 8.042 3.913 17.494 6.201 27.481 6.201 13.239 0 25.539-4.020 35.746-10.905l-0.227 0.145c1.111-0.747 2.077-1.496 2.989-2.305l-0.029 0.025 97.24-82.92 188 84.24s0.32 0 0.44 0c-10.781 79.297-78.056 139.761-159.453 139.761-0.192 0-0.385-0-0.577-0.001l0.030 0zM576 288c0-17.673 14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["phone-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31612, "id": 368, "name": "phone-plus-duotone", "prevSize": 16, "code": 61405, "codes": [61405, 61406] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 879 + }, + { + "icon": { + "paths": [ + "M920 692c-5.912 7.448-14.965 12.181-25.124 12.181-4.293 0-8.389-0.845-12.129-2.379l0.213 0.077-196.64-69.88c-9.877-4.029-17.176-12.57-19.402-22.99l-0.038-0.21-24.84-118.96c-2.311-11.038-10.104-19.838-20.339-23.53l-0.221-0.070c-32.628-11.557-70.258-18.236-109.447-18.236-39.749 0-77.894 6.87-113.311 19.489l2.359-0.733c-10.522 3.846-18.321 12.812-20.448 23.8l-0.032 0.2-23.6 118.040c-2.272 10.638-9.587 19.181-19.266 23.123l-0.214 0.077-196.36 69.68c-3.586 1.51-7.754 2.387-12.127 2.387-10.107 0-19.12-4.686-24.984-12.004l-0.049-0.063c-58.4-75.32-53.040-175.32 16-244.48 212.44-212.44 571.080-212.44 783.52 0 69.4 68.96 74.76 168.96 16.48 244.48z", + "M215.72 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 110.36 121.44c-70.41 30.018-130.52 71.113-181.072 121.752l-0.008 0.008c-80 80-87.68 197.84-18.76 286.68 11.822 15.029 30.008 24.591 50.428 24.591 8.307 0 16.243-1.582 23.526-4.462l-0.433 0.151 197.16-69.92c19.912-8.113 34.597-25.401 38.929-46.467l0.071-0.413 23.6-118.040c9.036-3.286 20.497-6.591 32.214-9.218l2.026-0.382 362.040 398.28c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM390.52 436.56c-21.055 7.658-36.716 25.466-41.209 47.347l-0.071 0.413-23.6 118-195.12 69.2c-0.4 0-0.68 0.52-1.080 0.68-49.32-63.6-44-144.88 13.44-202.24 50.138-50.154 110.811-89.773 178.415-115.254l3.465-1.146 73.2 80.56c-2.48 0.8-4.96 1.56-7.44 2.44zM945.12 711.4c-11.822 15.029-30.008 24.591-50.428 24.591-8.307 0-16.243-1.582-23.526-4.462l0.433 0.151-37-13.12c-12.519-4.535-21.302-16.322-21.302-30.16 0-17.674 14.328-32.002 32.002-32.002 3.836 0 7.514 0.675 10.923 1.912l-0.223-0.071 37.48 13.28 1.2 0.48c49.2-63.4 44-144.68-13.56-202.040-102.64-102.64-247.52-157.080-397.4-149.24-0.496 0.027-1.076 0.043-1.66 0.043-17.697 0-32.043-14.346-32.043-32.043 0-17.113 13.415-31.093 30.303-31.997l0.080-0.003c168-8.76 330.52 52.4 445.96 168 79.96 79.96 87.68 197.84 18.76 286.68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["phone-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31613, "id": 367, "name": "phone-slash-duotone", "prevSize": 16, "code": 61407, "codes": [61407, 61408] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 880 + }, + { + "icon": { + "paths": [ + "M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z", + "M617.36 361.36l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-73.36 73.36 73.36 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.329-0.3 5.023-0.472 7.757-0.472 26.144 0 48.627 15.677 58.562 38.143l0.161 0.409 84.48 188.6v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.978-6.738 22.276-10.756 35.512-10.756 9.095 0 17.746 1.897 25.58 5.317l-0.412-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.2-97.4 82.84c-0.874 0.745-1.839 1.481-2.843 2.165l-0.117 0.075c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["phone-x-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31614, "id": 366, "name": "phone-x-duotone", "prevSize": 16, "code": 61409, "codes": [61409, 61410] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 881 + }, + { + "icon": { + "paths": [ + "M832 384c0 141.385-114.615 256-256 256v0h-32v-512h32c141.385 0 256 114.615 256 256v0zM256 640h288l-288-512z", + "M576 96h-320c-17.673 0-32 14.327-32 32v0 512c0.205 176.648 143.351 319.795 319.98 320l0.020 0c17.673 0 32-14.327 32-32v0-256c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM288 250.16l201.28 357.84h-201.28zM512 894.16c-115.993-15.26-206.805-106.14-221.821-220.865l-0.139-1.295h221.96zM512 518.16l-201.28-358.16h201.28zM576 608v-448c123.712 0 224 100.288 224 224s-100.288 224-224 224v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["phosphor-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31615, "id": 365, "name": "phosphor-logo-duotone", "prevSize": 16, "code": 61411, "codes": [61411, 61412] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 882 + }, + { + "icon": { + "paths": [ + "M736 160v416h-160v-416zM288 576h160v-416h-160z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM320 192h96v352h-96zM448 608c17.673 0 32-14.327 32-32v0-384h64v384c0 17.673 14.327 32 32 32v0h32v224h-192v-224zM608 544v-352h96v352zM192 192h64v384c0 17.673 14.327 32 32 32v0h64v224h-160zM832 832h-160v-224h64c17.673 0 32-14.327 32-32v0-384h64v640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["piano-keys-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31616, "id": 364, "name": "piano-keys-duotone", "prevSize": 16, "code": 61413, "codes": [61413, 61414] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 883 + }, + { + "icon": { + "paths": [ + "M896 256v256h-320c-17.673 0-32 14.327-32 32v0 256h-384c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 192h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 256h704v224h-288c-35.346 0-64 28.654-64 64v0 224h-352zM864 768h-288v-224h288v224z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["picture-in-picture-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31617, + "id": 363, + "name": "picture-in-picture-duotone", + "prevSize": 16, + "code": 61415, + "codes": [61415, 61416] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 884 + }, + { + "icon": { + "paths": [ + "M784 800h-432v-544h320v432c0 61.856 50.144 112 112 112v0z", + "M928 688c0 79.529-64.471 144-144 144s-144-64.471-144-144v0-400h-256v512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-512h-32c-88.366 0-160 71.634-160 160v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.137-123.657 100.343-223.863 223.987-224l608.013-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192v400c0 44.183 35.817 80 80 80s80-35.817 80-80v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pi-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31618, "id": 362, "name": "pi-duotone", "prevSize": 16, "code": 61417, "codes": [61417, 61418] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 885 + }, + { + "icon": { + "paths": [ + "M960 448v128c0 35.346-28.654 64-64 64v0h-32l-72.4 202.76c-4.552 12.486-16.322 21.24-30.137 21.24-0.008 0-0.016-0-0.025-0l-50.879 0c-0.007 0-0.015 0-0.023 0-13.815 0-25.585-8.754-30.066-21.018l-0.071-0.222-15.24-42.76h-274.32l-15.24 42.76c-4.552 12.486-16.322 21.24-30.137 21.24-0.008 0-0.016-0-0.025-0l-50.879 0c-0.007 0-0.015 0-0.023 0-13.815 0-25.585-8.754-30.066-21.018l-0.071-0.222-52.4-146.76c-52.075-56.56-84-132.374-84-215.644 0-0.125 0-0.25 0-0.375l-0 0.019c0-176.731 143.269-320 320-320v0h128c0.027-0 0.060-0 0.093-0 130.768 0 243.217 78.439 292.861 190.833l0.807 2.047c3.596 7.939 7.531 18.249 10.948 28.793l0.652 2.327h14.64c35.346 0 64 28.654 64 64v0z", + "M768 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM608 256h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 448v128c0 53.019-42.981 96-96 96v0h-9.44l-64.84 181.52c-9.104 24.972-32.644 42.48-60.273 42.48-0.002 0-0.005-0-0.007-0l-50.88 0c-0.002 0-0.004 0-0.007 0-27.63 0-51.17-17.508-60.131-42.035l-0.142-0.445-7.68-21.52h-229.2l-7.68 21.52c-9.104 24.972-32.644 42.48-60.273 42.48-0.002 0-0.005-0-0.007-0l-50.88 0c-0.002 0-0.004 0-0.007 0-27.63 0-51.17-17.508-60.131-42.035l-0.142-0.445-50.28-140.64c-46.182-52.078-77.209-118.551-85.609-191.903l-0.151-1.617c-20.509 10.936-34.232 32.184-34.24 56.639l-0 0.001c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.105-59.637 40.979-109.699 96.234-123.808l0.886-0.192c15.185-181.869 166.424-323.758 350.855-324l0.025-0h416c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-85.56c52.653 37.266 93.944 87.33 119.793 145.753l0.887 2.247c1.72 4 3.4 8 5 12 49.409 4.319 87.881 45.495 87.881 95.656 0 0.121-0 0.242-0.001 0.363l0-0.019zM928 448c0-17.673-14.327-32-32-32v0h-14.64c-0.010 0-0.022 0-0.034 0-14.245 0-26.316-9.308-30.463-22.174l-0.063-0.227c-37.751-117.811-146.311-201.6-274.441-201.6-0.126 0-0.253 0-0.379 0l0.020-0h-128c-0.004-0-0.010-0-0.015-0-159.058 0-288 128.942-288 288 0 75.106 28.75 143.497 75.844 194.769l-0.189-0.209c2.797 3.034 5.026 6.641 6.489 10.618l0.071 0.222 52.36 146.6h50.88l15.28-42.76c4.55-12.481 16.312-21.233 30.119-21.24l274.321-0c13.808 0.007 25.57 8.759 30.049 21.018l0.071 0.222 15.28 42.76h50.88l72.44-202.76c4.55-12.481 16.312-21.233 30.119-21.24l32.001-0c17.673 0 32-14.327 32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["piggy-bank-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31619, "id": 361, "name": "piggy-bank-duotone", "prevSize": 16, "code": 61419, "codes": [61419, 61420] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 886 + }, + { + "icon": { + "paths": [ + "M640 640l-203 203c-32.76 32.753-78.014 53.011-128 53.011s-95.24-20.258-128-53.011l0 0c-32.753-32.76-53.011-78.014-53.011-128s20.258-95.24 53.011-128l203-203z", + "M865.72 158.4c-38.559-38.554-91.825-62.399-150.66-62.399s-112.101 23.846-150.66 62.4l-406 405.96c-37.416 38.351-60.496 90.838-60.496 148.716 0 117.659 95.381 213.040 213.040 213.040 57.888 0 110.383-23.088 148.78-60.558l-0.043 0.042 406.040-405.96c38.482-38.577 62.277-91.82 62.277-150.62s-23.795-112.043-62.281-150.624l0.004 0.004zM414.44 820.36v0c-26.973 26.978-64.238 43.664-105.4 43.664-82.315 0-149.044-66.729-149.044-149.044 0-41.152 16.678-78.409 43.644-105.38l180.36-180.36 210.8 210.76zM820.44 414.4l-180.44 180.36-210.72-210.76 180.4-180.36c26.842-26.239 63.605-42.429 104.149-42.429 82.313 0 149.040 66.727 149.040 149.040 0 40.544-16.189 77.307-42.456 104.177l0.027-0.028zM758.72 329.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l96-96c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pill-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31620, "id": 360, "name": "pill-duotone", "prevSize": 16, "code": 61421, "codes": [61421, 61422] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 887 + }, + { + "icon": { + "paths": [ + "M832 448c0 176.72-128 288-256 288s-166.52-84.28-166.52-84.28v0l123.080-523.040c167.653 11.123 299.43 149.831 299.44 319.319l0 0.001z", + "M864 448c0 90.28-31.6 172.8-88.92 232.44-53.52 55.56-126.080 87.56-199.080 87.56-71.52 0-119.28-23.44-149.72-48l-43.12 183.32c-3.434 14.254-16.075 24.68-31.152 24.68-0.003 0-0.006-0-0.009-0l0 0c-2.611-0.003-5.15-0.309-7.584-0.885l0.224 0.045c-14.335-3.374-24.842-16.054-24.842-31.189 0-2.586 0.307-5.101 0.886-7.509l-0.044 0.218 128-544c3.434-14.258 16.079-24.688 31.16-24.688 17.678 0 32.008 14.331 32.008 32.008 0 2.597-0.309 5.121-0.893 7.538l0.045-0.218-67.6 287.2c12.64 17.48 49.84 57.48 132.64 57.48 110.12 0 224-95.76 224-256-0.064-159.010-128.981-287.888-288-287.888-159.058 0-288 128.942-288 288 0 52.974 14.302 102.607 39.256 145.249l-0.736-1.361c2.442 4.412 3.879 9.673 3.879 15.27 0 17.673-14.327 32-32 32-11.484 0-21.554-6.049-27.2-15.134l-0.079-0.136c-29.624-50.471-47.12-111.158-47.12-175.932 0-194.404 157.596-352 352-352 194.38 0 351.961 157.557 352 351.929l0 0.004z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pinterest-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31621, "id": 359, "name": "pinterest-logo-duotone", "prevSize": 16, "code": 61423, "codes": [61423, 61424] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 888 + }, + { + "icon": { + "paths": [ + "M499.52 438.96l-390.92 142.36c-7.954-21.17-12.557-45.637-12.557-71.18 0-114.885 93.133-208.017 208.017-208.017 89.342 0 165.529 56.323 194.991 135.4l0.469 1.438zM851.52 378.68l-390.92 142.36c29.931 80.514 106.118 136.837 195.46 136.837 114.885 0 208.017-93.133 208.017-208.017 0-25.543-4.604-50.010-13.027-72.618l0.469 1.438z", + "M918.64 873.36l-193.68-193.64c4.4-1.32 8.76-2.72 13.080-4.28 92.884-34.537 157.859-122.434 157.859-225.506 0-29.399-5.286-57.563-14.959-83.594l0.54 1.66c-4.606-12.383-16.325-21.046-30.067-21.046-3.923 0-7.681 0.706-11.155 1.998l0.221-0.072-176.8 64.32c1.28-2.48 2.56-4.96 3.72-7.52 14.214-29.744 22.516-64.649 22.516-101.492 0-132.548-107.452-240-240-240-29.392 0-57.55 5.284-83.576 14.953l1.66-0.54c-12.458 4.567-21.187 16.323-21.187 30.118 0 3.904 0.699 7.645 1.979 11.104l-0.072-0.222 64.32 176.8c-2.48-1.28-4.96-2.56-7.52-3.72-29.711-14.178-64.573-22.459-101.37-22.459-132.548 0-240 107.452-240 240 0 29.43 5.297 57.624 14.991 83.678l-0.541-1.659c4.606 12.383 16.325 21.046 30.067 21.046 3.923 0 7.681-0.706 11.155-1.998l-0.221 0.072 176.8-64.36c-1.28 2.52-2.56 5-3.72 7.56-14.178 29.711-22.459 64.573-22.459 101.37 0 132.548 107.452 240 240 240 29.43 0 57.624-5.297 83.678-14.991l-1.659 0.541c12.383-4.606 21.046-16.325 21.046-30.067 0-3.923-0.706-7.681-1.998-11.155l0.072 0.221-64.36-176.8c2.52 1.28 5 2.56 7.56 3.72 26.291 12.614 56.974 20.671 89.352 22.297l0.568 0.023 228.88 228.92c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM524.28 144.6c60.636 28.663 101.835 89.325 101.835 159.611 0 64.36-34.546 120.652-86.106 151.343l-0.809 0.446-118.44-325.48c8.814-1.578 18.961-2.48 29.318-2.48 26.947 0 52.467 6.107 75.253 17.013l-1.051-0.453zM130.52 539.28c-1.603-8.922-2.52-19.192-2.52-29.675 0-97.202 78.798-176 176-176 64.507 0 120.908 34.704 151.553 86.459l0.447 0.816zM436 815.48c-60.553-28.694-101.683-89.314-101.683-159.54 0-64.298 34.48-120.543 85.958-151.255l0.806-0.445 118.4 325.32c-8.811 1.578-18.953 2.48-29.306 2.48-26.937 0-52.449-6.107-75.224-17.013l1.050 0.453zM658.24 625.96h-0.44c-0.398 0.003-0.868 0.005-1.339 0.005-64.391 0-120.731-34.469-151.575-85.962l-0.446-0.803 325.32-118.44c1.526 8.711 2.398 18.741 2.398 28.975 0 96.518-77.587 174.915-173.795 176.223l-0.124 0.001z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pinwheel-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31622, "id": 358, "name": "pinwheel-duotone", "prevSize": 16, "code": 61425, "codes": [61425, 61426] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 889 + }, + { + "icon": { + "paths": [ + "M872 367.040l-123.48 202.56c-21.206-16.178-48.078-25.921-77.226-25.921-70.692 0-128 57.308-128 128 0 50.589 29.348 94.324 71.948 115.107l0.758 0.334-76.52 125.52c-5.702 9.334-15.834 15.47-27.4 15.47s-21.698-6.136-27.32-15.33l-0.080-0.14-147.48-241.8c63.068-8.617 111.143-62.137 111.143-126.885 0-70.692-57.308-128-128-128-43.331 0-81.633 21.531-104.791 54.478l-0.272 0.408-63.28-103.8c100.786-69.521 225.544-111.043 360-111.043s259.214 41.522 362.15 112.443l-2.15-1.401z", + "M958.16 252c-4.162-16.896-14.637-30.83-28.721-39.441l-0.279-0.159c-118.94-73.075-262.995-116.359-417.16-116.359s-298.22 43.284-420.675 118.363l3.515-2.004c-18.596 11.418-30.812 31.644-30.812 54.722 0 12.304 3.472 23.798 9.49 33.554l-0.158-0.276 384 629.080c11.419 18.594 31.643 30.808 54.72 30.808s43.301-12.214 54.561-30.53l0.159-0.278 209.2-343.36 174.44-285.8c5.97-9.48 9.512-21.010 9.512-33.367 0-5.308-0.653-10.462-1.884-15.389l0.092 0.436zM254.36 474c17.146-16.186 40.331-26.136 65.841-26.136 53.019 0 96 42.981 96 96 0 41.534-26.376 76.908-63.292 90.284l-0.668 0.212zM606.040 741.8c-18.576-17.545-30.14-42.345-30.14-69.846 0-53.019 42.981-96 96-96 11.508 0 22.543 2.025 32.768 5.738l-0.668-0.212zM737.76 526.080c-19.421-9.035-42.16-14.305-66.129-14.305-88.366 0-160 71.634-160 160 0 50.66 23.544 95.821 60.287 125.137l0.322 0.248-60.24 98.84-126-206.28c56.043-25.704 94.266-81.325 94.266-145.873 0-88.366-71.634-160-160-160-37.829 0-72.592 13.128-99.982 35.078l0.316-0.244-25.4-41.64c90.208-55.909 199.624-89.045 316.78-89.045s226.572 33.136 319.388 90.547l-2.608-1.502zM862.16 322.36c-99.725-61.757-220.668-98.357-350.16-98.357s-250.435 36.6-353.049 100.019l2.889-1.662-33.84-55.28c109.5-67.214 242.101-107.025 384-107.025s274.5 39.811 387.243 108.872l-3.243-1.847z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pizza-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31623, "id": 357, "name": "pizza-duotone", "prevSize": 16, "code": 61427, "codes": [61427, 61428] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 890 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M896 192c0-35.346-28.654-64-64-64v0h-640c-16.429 0.001-31.404 6.227-42.694 16.448l0.054-0.048c-1.826 1.51-3.45 3.134-4.911 4.899l-0.049 0.061c-10.173 11.236-16.399 26.211-16.4 42.64l-0 0v640c0 35.346 28.654 64 64 64v0h640c16.429-0.001 31.404-6.227 42.694-16.448l-0.054 0.048c0.946-0.764 1.794-1.536 2.595-2.355l0.005-0.005c0.822-0.797 1.582-1.646 2.279-2.545l0.041-0.055c10.197-11.221 16.44-26.194 16.44-42.626 0-0.005-0-0.010-0-0.015l0 0.001zM832 786.8l-594.76-594.8h594.76zM192 237.24l594.76 594.76h-594.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["placeholder-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31624, "id": 356, "name": "placeholder-duotone", "prevSize": 16, "code": 61429, "codes": [61429, 61430] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 891 + }, + { + "icon": { + "paths": [ + "M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z", + "M980.44 242.72c-30.6-52.76-111.36-64.64-234-34.64-64.163-49.997-145.919-80.162-234.72-80.162-211.923 0-383.72 171.797-383.72 383.72 0 0.127 0 0.254 0 0.381l-0-0.019c0.005 17.364 1.139 34.458 3.332 51.219l-0.212-1.979c-110.76 114.76-109.16 182.76-87.52 220.040 20.4 35.36 62.96 50.72 118.96 50.72 41.3-0.879 80.854-6.663 118.631-16.792l-3.471 0.792c64.134 49.922 145.83 80.038 234.56 80.038 211.923 0 383.72-171.797 383.72-383.72 0-0.112-0-0.224-0-0.336l0 0.017c0-0.056 0-0.122 0-0.188 0-17.207-1.119-34.153-3.289-50.769l0.209 1.957c50-52 83.28-101.4 94.6-143.68 7.8-29.28 5.44-55.040-7.080-76.6zM512 192c151.436 0.161 278.26 105.343 311.568 246.628l0.432 2.172c-68.24 64.24-160.6 130.12-248.28 180.52-110.2 63.24-205.8 102.68-282.040 124.28-62.631-58.528-101.665-141.625-101.665-233.84 0-176.599 143.161-319.76 319.76-319.76 0.079 0 0.159 0 0.238 0l-0.012-0zM98.96 749.16c-5.84-10.040-2.6-28.96 8.88-52 12.154-22.879 25.82-42.621 41.481-60.576l-0.321 0.376c16.938 48.28 41.414 89.921 72.412 125.767l-0.412-0.487c-69 11.6-112.040 4.2-122.040-13.080zM512 832c-0.096 0-0.209 0-0.322 0-56.493 0-109.543-14.74-155.514-40.585l1.596 0.825c96.416-34.429 178.81-73.361 256.641-119.211l-6.921 3.771c86.32-49.56 162.72-103.28 224.28-156.32-4.881 172.937-146.126 311.296-319.739 311.52l-0.021 0zM925.68 302.76c-6.8 25.24-24.76 54.12-50.52 84.52-16.894-48.333-41.376-90.021-72.409-125.884l0.409 0.484c56.84-9.4 109.48-8.68 122 12.96 3.6 6.28 3.8 15.68 0.52 27.92z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["planet-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31625, "id": 355, "name": "planet-duotone", "prevSize": 16, "code": 61431, "codes": [61431, 61432] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 892 + }, + { + "icon": { + "paths": [ + "M554.16 565.84c-127.68-212.84 42.56-425.64 404.36-404.36 21.48 361.8-191.52 532.080-404.36 404.36zM65.040 321.040c-15.2 258.44 136.84 380 288.84 288.84 91.2-152-30.4-304.040-288.84-288.84z", + "M990.52 159.56c-0.975-16.205-13.875-29.105-29.991-30.076l-0.089-0.004c-207.040-12-373.28 50.96-444.72 168.88-47.2 77.92-47.12 172.64-0.64 262.96-25.477 30.148-44.994 66.221-56.193 105.788l-0.487 2.012-65.080-65.12c31.28-65.32 30.080-133.44-4-189.96-52.96-87.12-174.84-134.040-326.16-124.96-16.205 0.975-29.105 13.875-30.076 29.991l-0.004 0.089c-8.92 151.32 37.84 273.2 125 326 27.192 16.852 60.174 26.84 95.489 26.84 0.067 0 0.135-0 0.202-0l-0.011 0c34.406-0.437 66.767-8.765 95.491-23.252l-1.251 0.572 100 100v114.68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-117.96c-0.001-0.185-0.001-0.403-0.001-0.622 0-52.96 18.508-101.598 49.409-139.797l-0.328 0.419c38.652 20.613 84.434 32.972 133.044 33.598l0.196 0.002c0.233 0.001 0.51 0.001 0.786 0.001 46.78 0 90.481-13.186 127.587-36.045l-1.053 0.604c117.92-71.36 181.040-237.6 168.88-444.64zM344.24 554.96l-97.64-97.6c-5.727-5.449-13.492-8.801-22.041-8.801-17.673 0-32 14.327-32 32 0 8.548 3.352 16.314 8.813 22.054l-0.013-0.013 97.64 97.64c-38.44 12.72-75.72 9.56-107.76-9.84-61.36-37.16-96.080-125.12-95.24-238.4 113.24-1 201.24 33.88 238.4 95.24 19.4 32.040 22.56 69.32 9.84 107.72zM788.48 549.52c-53.6 32.44-116.6 34.92-180.6 8l214.76-214.8c5.797-5.793 9.384-13.797 9.384-22.64 0-17.675-14.329-32.004-32.004-32.004-8.833 0-16.829 3.578-22.62 9.364l-214.8 214.56c-27.040-64-24.6-127.040 8-180.6 55.76-92 188-143.2 357.32-139.32 3.84 169.28-47.36 301.68-139.44 357.44z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["plant-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31626, "id": 354, "name": "plant-duotone", "prevSize": 16, "code": 61433, "codes": [61433, 61434] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 893 + }, + { + "icon": { + "paths": [ + "M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM448 640v-256l192 128z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM657.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 580.2v-136.2l102.32 68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["play-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31627, "id": 353, "name": "play-circle-duotone", "prevSize": 16, "code": 61435, "codes": [61435, 61436] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 894 + }, + { + "icon": { + "paths": [ + "M912.92 538.76l-576.32 352.48c-4.732 2.917-10.467 4.646-16.606 4.646-17.464 0-31.661-13.99-31.994-31.375l-0-0.031v-704.96c0.334-17.416 14.53-31.406 31.994-31.406 6.138 0 11.873 1.728 16.744 4.725l-0.139-0.079 576.32 352.48c9.102 5.578 15.083 15.471 15.083 26.76s-5.981 21.182-14.947 26.682l-0.136 0.078z", + "M929.6 457.96l-576.32-352.56c-9.513-5.914-21.058-9.42-33.422-9.42-11.53 0-22.349 3.049-31.692 8.385l0.314-0.165c-19.496 11.053-32.444 31.651-32.48 55.275l-0 0.005v705.040c0.159 35.093 28.644 63.48 63.759 63.48 0.085 0 0.169-0 0.254-0l-0.013 0c12.367-0.006 23.916-3.503 33.716-9.559l-0.276 0.159 576.16-352.56c18.308-11.296 30.327-31.245 30.327-54s-12.019-42.704-30.054-53.844l-0.272-0.156zM320 863.76v-703.76l575.32 352z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["play-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31628, "id": 352, "name": "play-duotone", "prevSize": 16, "code": 61437, "codes": [61437, 61438] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 895 + }, + { + "icon": { + "paths": [ + "M800 768c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 544h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM448 736h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM990.64 505.2c-4.073 13.316-16.255 22.834-30.659 22.834-3.333 0-6.547-0.509-9.568-1.455l0.227 0.061-118.64-35.64v277c0 0.061 0 0.134 0 0.207 0 70.803-57.397 128.2-128.2 128.2s-128.2-57.397-128.2-128.2c0-70.803 57.397-128.2 128.2-128.2 23.641 0 45.788 6.399 64.803 17.56l-0.603-0.327v-209.24c0.005-17.669 14.33-31.991 32-31.991 3.281 0 6.447 0.494 9.427 1.411l-0.227-0.060 160 48c13.293 4.087 22.789 16.258 22.789 30.646 0 3.279-0.493 6.443-1.409 9.421l0.060-0.227zM768 768c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["playlist-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31629, "id": 351, "name": "playlist-duotone", "prevSize": 16, "code": 61439, "codes": [61439, 61440] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 896 + }, + { + "icon": { + "paths": [ + "M529.48 538.36l-352.76 224.6c-4.829 3.14-10.737 5.007-17.081 5.007-17.378 0-31.484-14.010-31.639-31.352l-0-0.015v-449.2c0.155-17.356 14.261-31.367 31.639-31.367 6.344 0 12.252 1.867 17.204 5.082l-0.123-0.075 352.76 224.6c8.776 5.621 14.509 15.321 14.509 26.36s-5.733 20.739-14.384 26.285l-0.125 0.075z", + "M736 256v512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 224c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32s32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM576 512c0 0.029 0 0.063 0 0.096 0 22.307-11.586 41.907-29.068 53.113l-0.252 0.151-352.76 224.6c-9.697 6.285-21.552 10.022-34.281 10.022-35.057 0-63.493-28.346-63.639-63.368l-0-0.014v-449.2c0.147-35.036 28.583-63.382 63.639-63.382 12.728 0 24.584 3.737 34.53 10.173l-0.249-0.151 352.76 224.6c17.734 11.356 29.32 30.957 29.32 53.264 0 0.034-0 0.068-0 0.102l0-0.005zM511.28 512l-351.28-223.68v447.4z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["play-pause-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31630, "id": 350, "name": "play-pause-duotone", "prevSize": 16, "code": 61441, "codes": [61441, 61442] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 897 + }, + { + "icon": { + "paths": [ + "M800 256v384c0 70.692-57.308 128-128 128v0h-320c-70.692 0-128-57.308-128-128v0-384z", + "M896 224h-192v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160h-256v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160h-189.8c-25.080 0-34.2 19.12-34.2 32 0 17.673 14.327 32 32 32v0h64v352c0 88.366 71.634 160 160 160v0h128v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h128c88.366 0 160-71.634 160-160v0-352h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 640c0 53.019-42.981 96-96 96v0h-320c-53.019 0-96-42.981-96-96v0-352h512zM421.68 530.24c-3.56-5.086-5.689-11.401-5.689-18.213 0-4.048 0.752-7.921 2.123-11.486l-0.074 0.219 48-128c4.685-12.253 16.345-20.797 30-20.797 17.693 0 32.037 14.343 32.037 32.037 0 4.038-0.747 7.901-2.11 11.459l0.074-0.219-32 84.76h81.96c17.673 0.001 31.999 14.327 31.999 32 0 4.038-0.748 7.901-2.113 11.459l0.074-0.219-48 128c-4.685 12.253-16.345 20.797-30 20.797-17.693 0-32.037-14.343-32.037-32.037 0-4.038 0.747-7.901 2.11-11.459l-0.074 0.219 32-84.76h-81.96c-0.008 0-0.018 0-0.027 0-10.849 0-20.438-5.399-26.224-13.657l-0.068-0.103z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["plug-charging-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31631, "id": 349, "name": "plug-charging-duotone", "prevSize": 16, "code": 61443, "codes": [61443, 61444] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 898 + }, + { + "icon": { + "paths": [ + "M848 528l-234.52 234.52c-23.162 23.158-55.159 37.481-90.5 37.481s-67.338-14.323-90.5-37.481l-171-171c-23.158-23.162-37.481-55.159-37.481-90.5s14.323-67.338 37.481-90.5l234.52-234.52z", + "M950.64 265.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-146.76-146.76 137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-137.36 137.4-105.36-105.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 25.4 25.36-212 212c-28.956 28.955-46.866 68.956-46.866 113.14s17.91 84.185 46.866 113.14l62.84 62.84-196.24 196.24c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l196.36-196.36 62.84 62.84c28.955 28.956 68.956 46.866 113.14 46.866s84.185-17.91 113.14-46.866l212-212 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-105.52-105.24 137.4-137.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM590.88 740c-17.374 17.383-41.381 28.136-67.9 28.136s-50.526-10.752-67.9-28.135l-171.080-171.080c-17.383-17.374-28.136-41.381-28.136-67.9s10.752-50.526 28.135-67.9l212-212 306.76 306.88z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["plug-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31632, "id": 348, "name": "plug-duotone", "prevSize": 16, "code": 61445, "codes": [61445, 61446] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 899 + }, + { + "icon": { + "paths": [ + "M740 508l-232 232c-17.372 17.371-41.371 28.115-67.88 28.115s-50.508-10.744-67.88-28.116l0 0-88.24-88.36c-17.335-17.366-28.056-41.341-28.056-67.82s10.72-50.454 28.057-67.821l-0.001 0.001 232-232c17.372-17.371 41.371-28.115 67.88-28.115s50.508 10.744 67.88 28.116l-0-0 88.24 88.36c17.335 17.366 28.056 41.341 28.056 67.82s-10.72 50.454-28.057 67.821l0.001-0.001z", + "M950.64 73.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-209.6 209.64-21.48-21.52c-23.187-23.121-55.184-37.418-90.52-37.418s-67.333 14.297-90.523 37.421l0.003-0.003-93.24 93.28-25.36-25.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 25.4 25.36-93.28 93.24c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0 21.52 21.48-209.64 209.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l209.6-209.64 21.48 21.52c23.191 23.112 55.187 37.402 90.52 37.402s67.329-14.29 90.524-37.405l-0.004 0.004 93.24-93.28 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-25.4-25.36 93.28-93.24c23.17-23.165 37.501-55.169 37.501-90.52s-14.331-67.356-37.501-90.52l-0-0-21.52-21.48 209.64-209.6c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM485.48 717.36c-11.58 11.573-27.574 18.73-45.24 18.73s-33.66-7.157-45.24-18.731l0 0-88.24-88.36c-11.573-11.58-18.73-27.574-18.73-45.24s7.157-33.66 18.731-45.24l93.24-93.28 178.76 178.76zM717.24 485.6v0l-93.24 93.16-178.76-178.76 93.28-93.24c11.58-11.573 27.574-18.73 45.24-18.73s33.66 7.157 45.24 18.731l-0-0 88.24 88c11.585 11.582 18.75 27.584 18.75 45.26s-7.166 33.678-18.75 45.26l-0 0zM353.64 138.12c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225 32 96c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225zM97.64 373.88c4.367-12.823 16.305-21.883 30.359-21.883 3.621 0 7.101 0.601 10.347 1.71l-0.225-0.067 96 32c12.823 4.368 21.882 16.306 21.882 30.36 0 17.674-14.328 32.002-32.002 32.002-3.62 0-7.1-0.601-10.345-1.709l0.225 0.067-96-32c-12.823-4.367-21.883-16.305-21.883-30.359 0-3.621 0.601-7.101 1.71-10.347l-0.067 0.225zM926.36 650.12c-4.367 12.823-16.305 21.883-30.359 21.883-3.621 0-7.101-0.601-10.347-1.71l0.225 0.067-96-32c-12.823-4.368-21.882-16.306-21.882-30.36 0-17.674 14.328-32.002 32.002-32.002 3.62 0 7.1 0.601 10.345 1.709l-0.225-0.067 96 32c12.823 4.367 21.883 16.305 21.883 30.359 0 3.621-0.601 7.101-1.71 10.347l0.067-0.225zM670.36 885.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225-32-96c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["plugs-connected-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31633, + "id": 347, + "name": "plugs-connected-duotone", + "prevSize": 16, + "code": 61447, + "codes": [61447, 61448] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 900 + }, + { + "icon": { + "paths": [ + "M304 496l224 224-116 116c-17.372 17.371-41.371 28.115-67.88 28.115s-50.508-10.744-67.88-28.116l0 0-88.24-88.36c-17.335-17.366-28.056-41.341-28.056-67.82s10.72-50.454 28.057-67.821l-0.001 0.001zM836 276.36l-88.36-88.36c-17.366-17.335-41.341-28.056-67.82-28.056s-50.454 10.72-67.821 28.057l0.001-0.001-116 116 224 224 116-116c17.335-17.366 28.056-41.341 28.056-67.82s-10.72-50.454-28.057-67.821l0.001 0.001z", + "M598.64 553.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-73.36 73.4-82.76-82.76 73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-73.36 73.4-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h-0l25.4 25.36-93.28 93.24c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0 21.52 21.48-113.64 113.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 113.6-113.64 21.48 21.52c23.165 23.17 55.169 37.501 90.52 37.501s67.356-14.331 90.52-37.501l93.24-93.28 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36 73.4-73.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM389.48 813.36c-11.58 11.573-27.574 18.73-45.24 18.73s-33.66-7.157-45.24-18.731l0 0-88.24-88.36c-11.573-11.58-18.73-27.574-18.73-45.24s7.157-33.66 18.731-45.24l93.24-93.28 178.76 178.76zM950.64 73.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-113.6 113.64-21.48-21.52c-23.187-23.121-55.184-37.418-90.52-37.418s-67.333 14.297-90.523 37.421l0.003-0.003-93.24 93.28-25.36-25.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l320 320c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-25.4-25.36 93.28-93.24c23.17-23.165 37.501-55.169 37.501-90.52s-14.331-67.356-37.501-90.52l-0-0-21.52-21.48 113.64-113.6c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM813.24 389.36l-93.24 93.4-178.76-178.76 93.28-93.24c11.58-11.573 27.574-18.73 45.24-18.73s33.66 7.157 45.24 18.731l-0-0 88.24 88c11.645 11.592 18.851 27.635 18.851 45.36s-7.206 33.768-18.848 45.358l-0.002 0.002z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["plugs-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31634, "id": 346, "name": "plugs-duotone", "prevSize": 16, "code": 61449, "codes": [61449, 61450] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 901 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 512c0 17.673-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["plus-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31635, "id": 345, "name": "plus-circle-duotone", "prevSize": 16, "code": 61451, "codes": [61451, 61452] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 902 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M896 512c0 17.673-14.327 32-32 32v0h-320v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 320h320c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31636, "id": 344, "name": "plus-duotone", "prevSize": 16, "code": 61453, "codes": [61453, 61454] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 903 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M822.64 246.64l-576 576c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 576-576c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0zM256 448c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128zM896 704h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["plus-minus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31637, "id": 343, "name": "plus-minus-duotone", "prevSize": 16, "code": 61455, "codes": [61455, 61456] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 904 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM704 512c0 17.673-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["plus-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31638, "id": 342, "name": "plus-square-duotone", "prevSize": 16, "code": 61457, "codes": [61457, 61458] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 905 + }, + { + "icon": { + "paths": [ + "M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM512 736c-123.712 0-224-100.288-224-224s100.288-224 224-224c123.712 0 224 100.288 224 224v0c0 123.712-100.288 224-224 224v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0zM668.84 309.88c-34.549-27.208-77.084-45.801-123.557-51.863l-1.283-0.137v-96.4c74.248 6.873 140.639 35.951 193.662 80.442l-0.542-0.442zM480 258.080c-47.756 6.199-90.291 24.792-125.385 52.414l0.545-0.414-68.28-68.48c52.481-44.049 118.872-73.127 191.735-79.896l1.385-0.104zM309.88 355.16c-27.208 34.549-45.801 77.084-51.863 123.557l-0.137 1.283h-96.4c6.873-74.248 35.951-140.639 80.442-193.662l-0.442 0.542zM258.080 544c6.199 47.756 24.792 90.291 52.414 125.385l-0.414-0.545-68.48 68.28c-44.049-52.481-73.127-118.872-79.896-191.735l-0.104-1.385zM355.16 714.12c34.564 27.137 77.101 45.663 123.565 51.666l1.275 0.134v96.6c-74.248-6.873-140.639-35.951-193.662-80.442l0.542 0.442zM544 765.92c47.739-6.137 90.276-24.663 125.393-52.218l-0.553 0.418 68.28 68.28c-52.481 44.049-118.872 73.127-191.735 79.896l-1.385 0.104zM714.12 668.84c27.137-34.564 45.663-77.101 51.666-123.565l0.134-1.275h96.6c-6.873 74.248-35.951 140.639-80.442 193.662l0.442-0.542zM765.92 480c-6.137-47.739-24.663-90.276-52.218-125.393l0.418 0.553 68.28-68.28c44.049 52.481 73.127 118.872 79.896 191.735l0.104 1.385z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["poker-chip-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31639, "id": 341, "name": "poker-chip-duotone", "prevSize": 16, "code": 61459, "codes": [61459, 61460] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 906 + }, + { + "icon": { + "paths": [ + "M736 736h160v96c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0zM128 832c0 17.673 14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0-96h-160zM777.2 272c-5.636-9.633-15.931-16-27.713-16-0.017 0-0.033 0-0.050 0l0.003-0h-474.88c-0.014-0-0.031-0-0.047-0-11.782 0-22.077 6.368-27.631 15.849l-0.082 0.151-118.8 208h768z", + "M960 448h-45.44l-109.56-191.76c-11.239-19.399-31.9-32.239-55.56-32.24l-474.88-0c-23.66 0.001-44.321 12.841-55.396 31.933l-0.164 0.307-109.56 191.76h-45.44c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM274.56 288h474.88l91.4 160h-657.68zM256 832h-96v-64h96zM768 832v-64h96v64zM864 704h-704v-192h704zM224 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM672 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM384 128c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["police-car-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31640, "id": 340, "name": "police-car-duotone", "prevSize": 16, "code": 61461, "codes": [61461, 61462] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 907 + }, + { + "icon": { + "paths": [ + "M548 260c-17.361 17.302-41.313 28-67.764 28-53.019 0-96-42.981-96-96s42.981-96 96-96c26.451 0 50.404 10.698 67.767 28.003l-0.003-0.003c17.443 17.384 28.236 41.432 28.236 68s-10.793 50.616-28.233 67.997l-0.003 0.003zM92 412c-17.302 17.361-28 41.313-28 67.764 0 53.019 42.981 96 96 96s96-42.981 96-96c0-26.451-10.698-50.404-28.003-67.767l0.003 0.003c-17.384-17.443-41.432-28.236-68-28.236s-50.616 10.793-67.997 28.233l-0.003 0.003zM572 764c-17.302 17.361-28 41.313-28 67.764 0 53.019 42.981 96 96 96s96-42.981 96-96c0-26.451-10.698-50.404-28.003-67.767l0.003 0.003c-17.384-17.443-41.432-28.236-68-28.236s-50.616 10.793-67.997 28.233l-0.003 0.003zM900 220c-17.361-17.302-41.313-28-67.764-28-53.019 0-96 42.981-96 96s42.981 96 96 96c26.451 0 50.404-10.698 67.767-28.003l-0.003 0.003c17.443-17.384 28.236-41.432 28.236-68s-10.793-50.616-28.233-67.997l-0.003-0.003z", + "M922.56 197.44c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-7.864 7.86-14.706 16.74-20.312 26.426l-0.328 0.614-112.88-30.8c0.008-0.521 0.012-1.136 0.012-1.753 0-70.692-57.308-128-128-128-35.357 0-67.366 14.336-90.531 37.512l-0.001 0.001c-23.143 23.196-37.453 55.213-37.453 90.572 0 21.583 5.332 41.92 14.75 59.767l-0.336-0.699-135.76 122.2c-19.892-13.315-44.363-21.25-70.688-21.25-35.352 0-67.362 14.309-90.554 37.452l0.002-0.002c-23.369 23.197-37.835 55.336-37.835 90.853 0 70.692 57.308 128 128 128 31.016 0 59.455-11.031 81.608-29.385l-0.213 0.171 280 205.44c-5.775 14.056-9.128 30.372-9.128 47.47 0 70.692 57.308 128 128 128s128-57.308 128-128c0-44.058-22.259-82.917-56.146-105.944l-0.446-0.286 109.56-310.36q5.52 0.48 11.040 0.48c70.684-0.011 127.981-57.314 127.981-128 0-35.332-14.315-67.32-37.461-90.481l0.001 0.001zM434.56 146.68v0c11.579-11.567 27.569-18.72 45.23-18.72 35.346 0 64 28.654 64 64s-28.654 64-64 64c-17.661 0-33.65-7.153-45.23-18.721l0.001 0.001c-11.549-11.576-18.69-27.554-18.69-45.2 0-17.725 7.206-33.768 18.848-45.358l0.002-0.002zM114.56 525.28c-11.597-11.584-18.77-27.594-18.77-45.28s7.174-33.696 18.77-45.279l0.001-0.001c11.579-11.567 27.569-18.72 45.23-18.72 35.346 0 64 28.654 64 64s-28.654 64-64 64c-17.661 0-33.65-7.153-45.23-18.721l0.001 0.001zM685.16 877.28c-11.583 11.583-27.585 18.747-45.26 18.747-35.35 0-64.007-28.657-64.007-64.007 0-17.675 7.164-33.677 18.747-45.26l-0 0c11.583-11.583 27.585-18.747 45.26-18.747 35.35 0 64.007 28.657 64.007 64.007 0 17.675-7.164 33.677-18.747 45.26l-0 0zM650.96 704.56c-3.327-0.307-7.196-0.483-11.106-0.483-30.788 0-59.037 10.87-81.119 28.982l0.225-0.179-280-205.44c5.73-14.046 9.056-30.345 9.056-47.42 0-21.621-5.332-41.997-14.754-59.883l0.338 0.703 135.8-122.2c19.89 13.35 44.373 21.307 70.715 21.307 47.35 0 88.695-25.71 110.837-63.932l0.329-0.615 112.72 30.84c-0.008 0.546-0.013 1.191-0.013 1.836 0 44.016 22.217 82.843 56.049 105.878l0.444 0.285zM877.2 333.2c-11.726 12.646-28.43 20.534-46.976 20.534-35.346 0-64-28.654-64-64 0-18.566 7.906-35.285 20.534-46.976l0.042-0.038c11.583-11.583 27.585-18.747 45.26-18.747 35.35 0 64.007 28.657 64.007 64.007 0 17.675-7.164 33.677-18.747 45.26l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["polygon-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31641, "id": 339, "name": "polygon-duotone", "prevSize": 16, "code": 61463, "codes": [61463, 61464] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 908 + }, + { + "icon": { + "paths": [ + "M352 384l64 480h-134.64c-0.003 0-0.005 0-0.008 0-15.076 0-27.718-10.426-31.107-24.462l-0.045-0.218-122.2-519.32zM672 384l-64 480h134.64c0.003 0 0.005 0 0.008 0 15.076 0 27.718-10.426 31.107-24.462l0.045-0.218 122.2-519.32z", + "M918.080 296.84c-5.712-5.381-13.431-8.688-21.921-8.688-2.337 0-4.615 0.25-6.81 0.726l0.211-0.038c-21.332-74.904-89.149-128.831-169.562-128.831-17.093 0-33.616 2.437-49.242 6.981l1.244-0.31c-28.488-61.095-89.388-102.679-160-102.679s-131.512 41.583-159.546 101.597l-0.454 1.081c-14.402-4.247-30.949-6.691-48.066-6.691-80.376 0-148.168 53.878-169.23 127.489l-0.304 1.242c-1.934-0.415-4.156-0.653-6.433-0.653-17.673 0-32 14.327-32 32 0 2.573 0.304 5.074 0.877 7.471l-0.044-0.218 122.24 519.36c6.882 28.488 32.155 49.32 62.294 49.32 0.009 0 0.019-0 0.028-0l461.279 0c0.008 0 0.017 0 0.026 0 30.138 0 55.411-20.832 62.204-48.883l0.089-0.437 122.2-519.36c0.538-2.196 0.847-4.718 0.847-7.312 0-9.109-3.806-17.329-9.914-23.156l-0.013-0.012zM304 224c0.092-0 0.2-0 0.309-0 19.084 0 37.041 4.828 52.715 13.33l-0.584-0.29c4.343 2.35 9.508 3.731 14.995 3.731 15.225 0 27.966-10.632 31.204-24.876l0.041-0.214c11.543-50.52 56.096-87.646 109.32-87.646s97.777 37.126 109.175 86.893l0.145 0.752c3.279 14.459 16.021 25.091 31.245 25.091 5.487 0 10.652-1.381 15.165-3.814l-0.17 0.084c15.202-8.224 33.278-13.058 52.483-13.058 51.243 0 94.448 34.413 107.765 81.389l0.191 0.789-154.24 44-137.96-55.2c-7.035-2.894-15.201-4.574-23.76-4.574s-16.725 1.68-24.187 4.728l0.427-0.154-138 55.28-154.28-44.080c13.515-47.756 56.716-82.16 107.952-82.16 0.017 0 0.034 0 0.051 0l-0.003-0zM637 404.44l-57 427.56h-136l-57-427.56 125-49.96zM171.64 365.76l151.4 43.24 56.4 423h-98.080zM742.64 832h-98.080l56.4-423 151.4-43.24z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["popcorn-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31642, "id": 338, "name": "popcorn-duotone", "prevSize": 16, "code": 61465, "codes": [61465, 61466] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 909 + }, + { + "icon": { + "paths": [ + "M736 608l-58.44 262.96c-3.299 14.433-16.028 25.040-31.234 25.040-0.002 0-0.004-0-0.006-0l-268.64 0c-0.002 0-0.004 0-0.006 0-15.206 0-27.935-10.606-31.192-24.825l-0.041-0.215-58.44-262.96z", + "M800 576h-306.8l89.64-89.64c30.391 15.637 66.252 24.987 104.254 25.439l0.146 0.001c0.155 0 0.339 0.001 0.523 0.001 38.096 0 73.682-10.746 103.892-29.372l-0.856 0.491c94.88-57.44 145.72-190.4 136-355.68-0.975-16.205-13.875-29.105-29.991-30.076l-0.089-0.004c-165.28-9.68-298.24 41.12-355.72 136-37.4 61.8-38.36 136.44-3.44 208l-57.56 57.56-48.84-48.84c24-53 22.28-108-5.56-153.92-43.48-71.96-143.2-110.36-266.68-103.080-16.175 0.993-29.047 13.865-30.036 29.95l-0.004 0.090c-7.28 123.48 31.12 223.16 103.12 266.68 22.686 14.064 50.205 22.4 79.67 22.4 0.116 0 0.232-0 0.347-0l-0.018 0c26.937-0.276 52.371-6.426 75.173-17.226l-1.093 0.466 48.68 48.76-32 32h-178.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h38.36l52.84 237.88c6.404 28.86 31.781 50.121 62.123 50.121 0.126 0 0.251-0 0.376-0.001l-0.019 0h268.68c0.087 0 0.19 0.001 0.293 0.001 30.358 0 55.751-21.256 62.108-49.697l0.080-0.424 52.84-237.88h38.32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM596 266.32c41.84-69.040 140.92-108 268-106.28 1.64 127.24-37.24 226.32-106.28 268-46.040 28-101.6 26.16-157.12-4.72-30.92-55.32-32.6-110.96-4.6-157zM368.44 432.44c-36.8 19.68-73.24 20.6-103.32 2.4-46-27.88-72.52-93.6-73.12-178.84 85.24 0.6 151 27.12 178.84 73.12 18.24 30.080 17.16 66.52-2.4 103.32zM646.36 864h-268.68l-49.68-224h368z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["potted-plant-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31643, "id": 337, "name": "potted-plant-duotone", "prevSize": 16, "code": 61467, "codes": [61467, 61468] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 910 + }, + { + "icon": { + "paths": [ + "M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z", + "M480 512v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM721.48 197.2c-4.844-3.105-10.755-4.95-17.097-4.95-17.673 0-32 14.327-32 32 0 11.010 5.56 20.721 14.025 26.478l0.111 0.071c92.44 60.28 145.48 155.48 145.48 261.2 0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-105.72 53.040-200.92 145.48-261.2 8.577-5.829 14.137-15.54 14.137-26.55 0-17.673-14.327-32-32-32-6.342 0-12.252 1.845-17.225 5.027l0.128-0.077c-110.92 72.32-174.52 187.040-174.52 314.8 0 212.077 171.923 384 384 384s384-171.923 384-384v0c0-127.76-63.6-242.48-174.52-314.8z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["power-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31644, "id": 336, "name": "power-duotone", "prevSize": 16, "code": 61469, "codes": [61469, 61470] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 911 + }, + { + "icon": { + "paths": [ + "M672 336c0 97.202-78.798 176-176 176v0h-208v-352h208c97.202 0 176 78.798 176 176v0z", + "M733.24 752l89.4-89.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-89.36 89.4-164.6-164.64c102.245-14.231 180.102-101.084 180.102-206.121 0-114.7-92.841-207.716-207.475-207.999l-0.027-0h-208c-17.673 0-32 14.327-32 32v0 608c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224h114.76l208 208-89.4 89.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l89.36-89.4 89.36 89.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM320 192h176c79.529 0 144 64.471 144 144s-64.471 144-144 144v0h-176z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["prescription-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31645, "id": 335, "name": "prescription-duotone", "prevSize": 16, "code": 61471, "codes": [61471, 61472] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 912 + }, + { + "icon": { + "paths": [ + "M896 224v480c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-320v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-320c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h157.44l-86.44 108c-4.371 5.427-7.016 12.405-7.016 20 0 17.682 14.334 32.016 32.016 32.016 10.086 0 19.084-4.664 24.952-11.954l0.048-0.062 118.36-148h225.28l118.36 148c5.916 7.351 14.914 12.016 25 12.016 17.682 0 32.016-14.334 32.016-32.016 0-7.595-2.645-14.573-7.064-20.062l0.048 0.062-86.44-108h157.44c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM864 704h-704v-480h704v480zM416 480v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 416v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM672 352v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["presentation-chart-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31646, + "id": 334, + "name": "presentation-chart-duotone", + "prevSize": 16, + "code": 61473, + "codes": [61473, 61474] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 913 + }, + { + "icon": { + "paths": [ + "M896 224v480c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-320v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-320c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h157.44l-86.44 108c-4.371 5.427-7.016 12.405-7.016 20 0 17.682 14.334 32.016 32.016 32.016 10.086 0 19.084-4.664 24.952-11.954l0.048-0.062 118.36-148h225.28l118.36 148c5.916 7.351 14.914 12.016 25 12.016 17.682 0 32.016-14.334 32.016-32.016 0-7.595-2.645-14.573-7.064-20.062l0.048 0.062-86.44-108h157.44c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM864 704h-704v-480h704v480z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["presentation-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31647, "id": 333, "name": "presentation-duotone", "prevSize": 16, "code": 61475, "codes": [61475, 61476] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 914 + }, + { + "icon": { + "paths": [ + "M928 384v320h-160v-96h-512v96h-160v-320c0-35.36 31.040-64 69.32-64h693.36c38.28 0 69.32 28.64 69.32 64z", + "M858.68 288h-58.68v-128c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 128h-58.68c-55.88 0-101.32 43.080-101.32 96v320c0 17.673 14.327 32 32 32v0h128v128c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32v0-320c0-52.92-45.44-96-101.32-96zM288 192h448v96h-448zM736 832h-448v-192h448zM896 672h-96v-64c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 64h-96v-288c0-17.64 16.76-32 37.32-32h693.36c20.56 0 37.32 14.36 37.32 32zM800 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["printer-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31648, "id": 332, "name": "printer-duotone", "prevSize": 16, "code": 61477, "codes": [61477, 61478] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 915 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM864 512c0 0.104 0 0.226 0 0.349 0 85.805-30.856 164.404-82.077 225.305l0.437-0.534-495.48-495.52c60.545-50.645 139.241-81.399 225.12-81.399 194.334 0 351.885 157.481 352 351.788l0 0.011zM160 512c-0-0.104-0-0.226-0-0.349 0-85.805 30.856-164.404 82.077-225.305l-0.437 0.534 495.48 495.52c-60.545 50.645-139.241 81.399-225.12 81.399-194.334 0-351.885-157.481-352-351.788l-0-0.011z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["prohibit-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31649, "id": 331, "name": "prohibit-duotone", "prevSize": 16, "code": 61479, "codes": [61479, 61480] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 916 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M662.64 617.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-256-256c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["prohibit-inset-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31650, "id": 330, "name": "prohibit-inset-duotone", "prevSize": 16, "code": 61481, "codes": [61481, 61482] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 917 + }, + { + "icon": { + "paths": [ + "M832 288v448h-640v-448z", + "M352 576v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 608c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0zM640 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM864 320v384h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-352v69.52c37.605 13.577 64 48.961 64 90.51 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.549 26.395-76.933 63.332-90.298l0.668-0.211v-69.52h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-384c-35.346 0-64-28.654-64-64v0-64c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0 64c0 35.346-28.654 64-64 64v0zM544 928c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32v0c17.673 0 32-14.327 32-32v0zM160 256h704v-64h-704zM800 320h-576v384h576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["projector-screen-chart-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31651, + "id": 329, + "name": "projector-screen-chart-duotone", + "prevSize": 16, + "code": 61483, + "codes": [61483, 61484] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 918 + }, + { + "icon": { + "paths": [ + "M832 288v448h-640v-448z", + "M928 256v-64c0-35.346-28.654-64-64-64v0h-704c-35.346 0-64 28.654-64 64v0 64c0 35.346 28.654 64 64 64v0 384h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352v69.52c-37.605 13.577-64 48.961-64 90.51 0 53.019 42.981 96 96 96s96-42.981 96-96c0-41.549-26.395-76.933-63.332-90.298l-0.668-0.211v-69.52h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-384c35.346 0 64-28.654 64-64v0zM512 960c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM160 192h704v64h-704zM800 704h-576v-384h576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["projector-screen-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31652, + "id": 328, + "name": "projector-screen-duotone", + "prevSize": 16, + "code": 61485, + "codes": [61485, 61486] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 919 + }, + { + "icon": { + "paths": [ + "M384 160l134.080 352h-294.080zM800 512h-281.92l121.92 320z", + "M960 512c0 17.673-14.327 32-32 32v0h-108.24l-151.12 302.32c-5.373 10.567-16.164 17.68-28.617 17.68-0.008 0-0.016-0-0.024-0l-1.599 0c-12.933-0.659-23.785-8.902-28.245-20.342l-0.075-0.218-228.68-600.4-128.28 282.2c-5.159 11.154-16.251 18.755-29.119 18.76l-128.001 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h107.4l151.48-333.24c5.159-11.162 16.259-18.768 29.136-18.768 13.578 0 25.181 8.457 29.829 20.39l0.075 0.218 230.040 604 127.4-254.84c5.355-10.606 16.162-17.753 28.639-17.76l128.001-0c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["pulse-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31653, "id": 327, "name": "pulse-duotone", "prevSize": 16, "code": 61487, "codes": [61487, 61488] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 920 + }, + { + "icon": { + "paths": [ + "M918.64 393.36l-229.080 229.84c45.84 91.72-6.88 183.44-40.44 228-5.905 7.697-15.107 12.609-25.456 12.609-8.795 0-16.762-3.548-22.546-9.291l0.002 0.002-431.76-431.48c-5.798-5.792-9.385-13.797-9.385-22.64 0-10.088 4.668-19.087 11.963-24.952l0.062-0.048c118.6-95.68 229.6-40 229.6-40l229.080-229.84c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l242.72 242.44c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M941.28 325.48l-242.76-242.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-0 0-214.52 215.2c-42.64-13.36-140-29.48-241.6 52.56-14.623 11.827-23.895 29.769-23.895 49.876 0 17.668 7.159 33.664 18.735 45.245l193.28 193.2-170.64 170.52c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 170.52-170.64 193.16 193.16c11.575 11.622 27.585 18.82 45.276 18.84l0.004 0c1.52 0 3 0 4.52 0 19.079-1.361 35.679-10.93 46.444-25.16l0.116-0.16c78.56-104.4 71-189.28 52.76-240l213.88-214.68c11.573-11.58 18.73-27.574 18.73-45.24 0-17.686-7.174-33.696-18.77-45.279l-0.001-0.001zM896 370.76v0l-229.080 229.84c-5.766 5.787-9.33 13.77-9.33 22.585 0 5.21 1.245 10.13 3.454 14.477l-0.084-0.182c37.84 75.72-7.2 154.36-37.36 194.48l-431.6-431.64c48.32-38.96 94.56-49.24 129.92-49.24 0.651-0.010 1.42-0.015 2.191-0.015 22.812 0 44.513 4.759 64.164 13.337l-1.034-0.402c4.172 2.133 9.101 3.384 14.322 3.384 8.862 0 16.883-3.602 22.677-9.423l0.001-0.001 229.040-229.96 242.72 242.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["push-pin-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31654, "id": 326, "name": "push-pin-duotone", "prevSize": 16, "code": 61489, "codes": [61489, 61490] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 921 + }, + { + "icon": { + "paths": [ + "M800 704h-576l96-544h384z", + "M864 672h-37.16l-84.68-480h25.84c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h25.84l-84.68 480h-37.16c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320v224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM346.84 192h330.32l84.68 480h-499.68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["push-pin-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31655, + "id": 325, + "name": "push-pin-simple-duotone", + "prevSize": 16, + "code": 61491, + "codes": [61491, 61492] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 922 + }, + { + "icon": { + "paths": [ + "M761.84 704h-537.84l91.32-517.56c2.74-15.122 15.805-26.44 31.513-26.44 0.002 0 0.005 0 0.007 0l357.16-0 89.36 506.44c0.31 1.672 0.487 3.595 0.487 5.56 0 17.673-14.327 32-32 32-0.002 0-0.005-0-0.007-0l0 0z", + "M333 160c0-17.673 14.327-32 32-32v0h403c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-25.84l75 425.2c0.307 1.664 0.482 3.578 0.482 5.533 0 15.695-11.299 28.75-26.206 31.477l-0.196 0.030c-1.674 0.331-3.6 0.52-5.569 0.52-0.011 0-0.022-0-0.033-0l0.002 0c-15.694-0.017-28.742-11.329-31.451-26.245l-0.029-0.195-77-436.32h-312c-0.048 0-0.104 0-0.16 0-17.673 0-32-14.327-32-32 0-0 0-0 0-0l-0 0zM853.52 887.68c-5.661 5.158-13.221 8.317-21.52 8.317-9.373 0-17.805-4.030-23.657-10.451l-0.023-0.025-135.92-149.52h-128.4v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h37.16l67.8-384-96.64-106.48c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032 640 704c5.158 5.661 8.317 13.221 8.317 21.52 0 9.373-4.030 17.805-10.451 23.657l-0.025 0.023zM614.2 672l-294.84-324.32-57.2 324.32z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["push-pin-simple-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31656, + "id": 324, + "name": "push-pin-simple-slash-duotone", + "prevSize": 16, + "code": 61493, + "codes": [61493, 61494] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 923 + }, + { + "icon": { + "paths": [ + "M918.64 393.36l-229.080 229.84c45.84 91.72-6.88 183.44-40.44 228-5.905 7.697-15.107 12.609-25.456 12.609-8.795 0-16.762-3.548-22.546-9.291l0.002 0.002-431.76-431.48c-5.798-5.792-9.385-13.797-9.385-22.64 0-10.088 4.668-19.087 11.963-24.952l0.062-0.048c118.6-95.68 229.6-40 229.6-40l229.080-229.84c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l242.72 242.44c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 101.16 111.28c-45.301 10.352-84.855 30.464-117.924 58.081l0.444-0.361c-14.623 11.827-23.895 29.769-23.895 49.876 0 17.668 7.159 33.664 18.735 45.245l193.16 193.2-170.64 170.52c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 170.52-170.64 193.16 193.16c11.575 11.622 27.585 18.82 45.276 18.84l0.004 0c1.52 0 3 0 4.52 0 19.079-1.361 35.679-10.93 46.444-25.16l0.116-0.16c17.94-23.41 33.487-50.122 45.441-78.71l0.879-2.37 87.36 96c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM623.6 832l-431.6-431.68c40.92-33 84.8-49.44 130.64-49.080l348.64 383.52c-8.92 39.48-30.32 74.16-47.68 97.24zM941.28 416l-178.56 179.16c-5.794 5.809-13.808 9.404-22.66 9.404-17.675 0-32.004-14.329-32.004-32.004 0-8.823 3.57-16.811 9.344-22.601l178.599-179.159-242.72-242.8-164.88 165.4c-5.732 5.473-13.514 8.841-22.083 8.841-17.673 0-32-14.327-32-32 0-8.529 3.337-16.279 8.777-22.015l-0.013 0.014 164.92-165.44c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l242.76 242.72c11.573 11.58 18.73 27.574 18.73 45.24s-7.157 33.66-18.731 45.24l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["push-pin-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31657, "id": 323, "name": "push-pin-slash-duotone", "prevSize": 16, "code": 61495, "codes": [61495, 61496] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 924 + }, + { + "icon": { + "paths": [ + "M816 672c0.030 0 0.064 0 0.099 0 17.403 0 33.878-3.969 48.571-11.051l-0.67 0.291v170.76c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-170.76c-14.022 6.791-30.498 10.76-47.901 10.76-61.856 0-112-50.144-112-112s50.144-112 112-112c17.403 0 33.878 3.969 48.571 11.051l-0.67-0.291v-170.76c0-17.673 14.327-32 32-32v0h186.76c-6.803-14.034-10.78-30.524-10.78-47.943 0-61.856 50.144-112 112-112s112 50.144 112 112c0 17.419-3.977 33.909-11.071 48.613l0.291-0.67h186.8c17.673 0 32 14.327 32 32v0 170.76c-14.022-6.791-30.498-10.76-47.9-10.76-61.856 0-112 50.144-112 112 0 61.821 50.087 111.943 111.895 112l0.005 0z", + "M881.080 634.16c-4.839-3.096-10.741-4.934-17.072-4.934-4.989 0-9.711 1.142-13.919 3.178l0.191-0.083c-10.013 4.847-21.777 7.68-34.203 7.68-44.183 0-80-35.817-80-80s35.817-80 80-80c12.426 0 24.19 2.833 34.681 7.888l-0.479-0.208c4.015 1.95 8.735 3.090 13.72 3.090 17.673 0 32-14.327 32-32 0-0.004-0-0.007-0-0.011l0 0.001v-170.76c0-35.346-28.654-64-64-64v0h-144.88c0.56-4.728 0.88-10.204 0.88-15.755 0-0.086-0-0.172-0-0.259l0 0.013c-0.072-41.354-17.493-78.624-45.37-104.934l-0.070-0.066c-25.697-24.177-60.403-39.033-98.579-39.033-75.853 0-138.007 58.648-143.592 133.072l-0.029 0.481c-0.225 3.040-0.353 6.585-0.353 10.161 0 5.75 0.332 11.422 0.977 16.999l-0.064-0.679h-144.92c-35.346 0-64 28.654-64 64v0 128.88c-4.728-0.56-10.204-0.88-15.755-0.88-0.086 0-0.172 0-0.259 0l0.013-0c-41.342 0.069-78.601 17.491-104.893 45.369l-0.067 0.071c-24.21 25.533-39.099 60.114-39.099 98.173 0 3.458 0.123 6.887 0.365 10.284l-0.026-0.456c4.888 71.779 61.587 128.879 132.747 134.369l0.493 0.031c3.040 0.225 6.585 0.353 10.161 0.353 5.75 0 11.422-0.332 16.999-0.977l-0.679 0.064v128.72c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-170.76c0-0.006 0-0.013 0-0.019 0-11.338-5.897-21.3-14.791-26.984l-0.129-0.077zM832 832h-576v-170.76c0-0.003 0-0.007 0-0.010 0-17.673-14.327-32-32-32-4.985 0-9.705 1.14-13.911 3.174l0.191-0.083c-10.013 4.847-21.777 7.68-34.203 7.68-44.183 0-80-35.817-80-80s35.817-80 80-80c12.426 0 24.19 2.833 34.681 7.888l-0.479-0.208c4.015 1.95 8.735 3.090 13.72 3.090 17.673 0 32-14.327 32-32 0-0.004-0-0.007-0-0.011l0 0.001v-170.76h186.76c0.003 0 0.007 0 0.010 0 17.673 0 32-14.327 32-32 0-4.985-1.14-9.705-3.174-13.911l0.083 0.191c-4.847-10.013-7.68-21.777-7.68-34.203 0-44.183 35.817-80 80-80s80 35.817 80 80c0 12.426-2.833 24.19-7.888 34.681l0.208-0.479c-1.95 4.015-3.090 8.735-3.090 13.72 0 17.673 14.327 32 32 32 0.004 0 0.007-0 0.011-0l186.759 0v128.92c-4.875-0.591-10.521-0.928-16.245-0.928-3.602 0-7.172 0.133-10.707 0.396l0.472-0.028c-75.030 5.474-133.829 67.69-133.829 143.64 0 79.529 64.471 144 144 144 0.109 0 0.217-0 0.325-0l-0.017 0c0.073 0 0.159 0 0.245 0 5.551 0 11.027-0.32 16.411-0.942l-0.656 0.062z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["puzzle-piece-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31658, "id": 322, "name": "puzzle-piece-duotone", "prevSize": 16, "code": 61497, "codes": [61497, 61498] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 925 + }, + { + "icon": { + "paths": [ + "M448 224v192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM416 576h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM800 192h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z", + "M416 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 416h-192v-192h192v192zM416 544h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 800h-192v-192h192v192zM800 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM800 416h-192v-192h192v192zM544 704v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM864 640c0 17.673-14.327 32-32 32v0h-96v160c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h96c17.673 0 32 14.327 32 32v0zM864 768v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["qr-code-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31659, "id": 321, "name": "qr-code-duotone", "prevSize": 16, "code": 61499, "codes": [61499, 61500] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 926 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 288c-88.24 0-160 64.6-160 144v16c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-44 43.080-80 96-80s96 36 96 80-43.080 80-96 80c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-2.88c72.96-13.4 128-71.6 128-141.12 0-79.4-71.76-144-160-144zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["question-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31660, "id": 320, "name": "question-duotone", "prevSize": 16, "code": 61501, "codes": [61501, 61502] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 927 + }, + { + "icon": { + "paths": [ + "M960 640l-256 160v-320z", + "M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM544 480h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 736h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 640c-0.006 11.382-5.953 21.374-14.909 27.042l-0.131 0.078-256 160c-4.813 3.052-10.675 4.864-16.96 4.864-17.668 0-31.991-14.318-32-31.983l-0-0.001v-320c0.009-17.666 14.332-31.984 32-31.984 6.285 0 12.147 1.812 17.091 4.942l-0.131-0.078 256 160c9.087 5.746 15.034 15.738 15.040 27.119l0 0.001zM899.64 640l-163.64-102.28v204.56z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["queue-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31661, "id": 319, "name": "queue-duotone", "prevSize": 16, "code": 61503, "codes": [61503, 61504] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 928 + }, + { + "icon": { + "paths": [ + "M432 288v288h-272c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h240c17.673 0 32 14.327 32 32v0zM864 256h-240c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h272v-288c0-17.673-14.327-32-32-32v0z", + "M400 224h-240c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h240v32c0 70.692-57.308 128-128 128v0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011v-352c0-35.346-28.654-64-64-64v0zM400 544h-240v-256h240zM864 224h-240c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h240v32c0 70.692-57.308 128-128 128v0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011v-352c0-35.346-28.654-64-64-64v0zM864 544h-240v-256h240z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["quotes-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31662, "id": 318, "name": "quotes-duotone", "prevSize": 16, "code": 61505, "codes": [61505, 61506] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 929 + }, + { + "icon": { + "paths": [ + "M928 288v480c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-480z", + "M960 288v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-393.8l-184.24 491.24c-4.655 12.288-16.326 20.864-30 20.864s-25.345-8.577-29.927-20.645l-0.073-0.22-192-512c-1.289-3.339-2.037-7.202-2.037-11.24 0-17.693 14.343-32.037 32.037-32.037 13.655 0 25.315 8.544 29.926 20.577l0.074 0.219 162.040 432.12 162.040-432c4.645-12.282 16.298-20.86 29.957-20.88l0.003-0h448c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["radical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31663, "id": 317, "name": "radical-duotone", "prevSize": 16, "code": 61507, "codes": [61507, 61508] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 930 + }, + { + "icon": { + "paths": [ + "M368 512h-208c-17.783-0.146-32.143-14.595-32.143-32.399 0-1.071 0.052-2.129 0.153-3.174l-0.010 0.133c10.881-115.504 71.485-214.963 159.901-277.883l1.179-0.797c5.142-3.678 11.557-5.88 18.487-5.88 11.782 0 22.077 6.368 27.631 15.849l0.082 0.151 104 179.76c-42.928 25.447-71.261 71.532-71.28 124.237l-0 0.003zM584 636.72c-20.654 12.129-45.49 19.292-72 19.292s-51.346-7.163-72.68-19.66l0.68 0.368-103.32 178.92c-2.699 4.592-4.294 10.116-4.294 16.011 0 12.786 7.499 23.821 18.339 28.946l0.195 0.083c47.254 22.302 102.647 35.321 161.080 35.321s113.826-13.019 163.435-36.315l-2.355 0.994c11.035-5.208 18.534-16.242 18.534-29.029 0-5.896-1.594-11.419-4.375-16.162l0.082 0.151zM896 476.72c-10.851-115.486-71.412-214.942-159.784-277.884l-1.176-0.796c-5.172-3.743-11.643-5.988-18.637-5.988-11.761 0-22.040 6.345-27.601 15.798l-0.082 0.15-103.8 180c40.744 24.145 68.299 66.813 71.063 116.104l0.017 0.376c0 2.48 0.2 4.92 0.2 7.4h208c17.692-0.264 31.932-14.667 31.932-32.397 0-1.029-0.048-2.047-0.142-3.052l0.010 0.129z", + "M464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM400 512c0-17.673-14.327-32-32-32v0h-207.72c-0.172-0.14-0.282-0.353-0.282-0.591 0-0.017 0.001-0.035 0.002-0.052l-0 0.002c9.914-105.845 65.446-196.996 146.478-254.629l1.082-0.731 104 180c5.637 9.636 15.934 16.006 27.72 16.006 17.677 0 32.006-14.33 32.006-32.006 0-5.891-1.592-11.41-4.368-16.151l0.082 0.151-104-180c-11.268-19.281-31.866-32.029-55.442-32.029-13.853 0-26.677 4.401-37.152 11.881l0.195-0.132c-97.044 69.033-162.654 176.819-174.196 300.311l-0.124 1.649c-0.164 1.732-0.258 3.745-0.258 5.781 0 16.86 6.435 32.217 16.983 43.749l-0.045-0.049c11.697 12.775 28.428 20.775 47.028 20.84l0.012 0h208c17.673 0 32-14.327 32-32v0zM927.72 473.68c-11.666-125.141-77.276-232.927-173.045-301.098l-1.275-0.862c-10.28-7.348-23.105-11.749-36.958-11.749-23.576 0-44.175 12.748-55.279 31.727l-0.164 0.303-103.8 180c-2.695 4.59-4.286 10.109-4.286 16 0 17.677 14.33 32.006 32.006 32.006 11.786 0 22.083-6.37 27.638-15.855l0.082-0.151 104-180c82.038 58.429 137.497 149.6 147.255 254.045l0.105 1.395c0 0.28 0 0.48 0 0.56h-208c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h208c18.612-0.065 35.343-8.065 46.996-20.792l0.044-0.048c10.503-11.483 16.938-26.84 16.938-43.699 0-2.035-0.094-4.048-0.277-6.036l0.019 0.255zM611.72 620.72c-5.637-9.636-15.934-16.006-27.72-16.006-17.677 0-32.006 14.33-32.006 32.006 0 5.891 1.592 11.41 4.368 16.151l-0.082-0.151 103.36 178.92c-43.307 20.433-94.070 32.361-147.62 32.361s-104.314-11.928-149.78-33.272l2.16 0.911 103.32-178.92c2.695-4.59 4.286-10.109 4.286-16 0-17.677-14.33-32.006-32.006-32.006-11.786 0-22.083 6.37-27.638 15.855l-0.082 0.151-103.28 178.92c-5.399 9.185-8.588 20.231-8.588 32.023 0 25.572 14.998 47.642 36.678 57.892l0.389 0.166c51.195 24.17 111.21 38.28 174.52 38.28s123.325-14.11 177.070-39.357l-2.55 1.077c22.069-10.415 37.068-32.485 37.068-58.057 0-11.791-3.189-22.838-8.751-32.324l0.163 0.302z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["radioactive-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31664, "id": 316, "name": "radioactive-duotone", "prevSize": 16, "code": 61509, "codes": [61509, 61510] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 931 + }, + { + "icon": { + "paths": [ + "M736 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM512 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["radio-button-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31665, "id": 315, "name": "radio-button-duotone", "prevSize": 16, "code": 61511, "codes": [61511, 61512] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 932 + }, + { + "icon": { + "paths": [ + "M864 320h-736v480c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0zM640 704c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z", + "M416 704c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM384 544h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 416h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 352v448c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-480c0.004-14.389 9.504-26.557 22.573-30.58l0.227-0.060 640-192c2.753-0.857 5.919-1.351 9.2-1.351 17.679 0 32.011 14.332 32.011 32.011 0 14.398-9.506 26.576-22.584 30.6l-0.227 0.060-431.16 129.32h517.96c35.346 0 64 28.654 64 64v0zM864 800v-448h-704v448h704zM800 576c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM736 576c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["radio-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31666, "id": 314, "name": "radio-duotone", "prevSize": 16, "code": 61513, "codes": [61513, 61514] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 933 + }, + { + "icon": { + "paths": [ + "M960 640c0 88.366-71.634 160-160 160v0h-192c-53 0-96-44.56-96-99.56s43-99.56 96-99.56c12.707 0.004 24.818 2.546 35.857 7.148l-0.617-0.228c15.422-73.536 79.735-127.964 156.76-127.964 88.366 0 160 71.634 160 160 0 0.058-0 0.115-0 0.173l0-0.009z", + "M800 448c-80.635 0.206-149.612 49.902-178.177 120.309l-0.463 1.291c-4.003-0.458-8.643-0.72-13.343-0.72-0.006 0-0.012 0-0.018 0l0.001-0c-70.6 0-128 59.040-128 131.56s57.4 131.56 128 131.56h192c106.039 0 192-85.961 192-192s-85.961-192-192-192v0zM800 768h-192c-35.28 0-64-30.32-64-67.56s28.72-67.56 64-67.56c0.052-0 0.114-0 0.176-0 8.278 0 16.164 1.676 23.338 4.708l-0.394-0.148c3.584 1.508 7.751 2.385 12.122 2.385 15.416 0 28.287-10.902 31.322-25.417l0.036-0.208c12.405-58.744 63.814-102.2 125.373-102.2 70.692 0 128 57.308 128 128 0 70.683-57.292 127.984-127.971 128l-0.002 0zM96 640v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0.009-229.744 186.255-415.985 416-415.985 112.823 0 215.156 44.914 290.094 117.837l-0.094-0.092c5.694 5.774 9.21 13.708 9.21 22.464 0 17.673-14.327 32-32 32-8.437 0-16.112-3.265-21.829-8.601l0.019 0.017c-63.332-61.636-149.927-99.645-245.4-99.645-194.404 0-352 157.596-352 352 0 0.002 0 0.004 0 0.006l-0-0zM224 640v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0.103-158.98 129.005-287.819 288-287.819 64.11 0 123.327 20.948 171.181 56.372l-0.781-0.552c8.337 5.858 13.719 15.432 13.719 26.264 0 17.673-14.327 32-32 32-7.416 0-14.243-2.523-19.67-6.757l0.071 0.053c-36.61-27.117-82.663-43.405-132.52-43.405-123.657 0-223.912 100.2-224 223.837l-0 0.009zM470.28 546.6c-6.692-1.666-14.374-2.621-22.28-2.621-53.019 0-96 42.981-96 96 0 0.007 0 0.015 0 0.022l-0-0.001v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c-0-0.011-0-0.023-0-0.036 0-88.366 71.634-160 160-160 13.157 0 25.943 1.588 38.176 4.583l-1.096-0.227c14.218 3.464 24.607 16.088 24.607 31.14 0 17.677-14.33 32.007-32.007 32.007-2.626 0-5.177-0.316-7.619-0.912l0.219 0.045z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["rainbow-cloud-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31667, "id": 313, "name": "rainbow-cloud-duotone", "prevSize": 16, "code": 61515, "codes": [61515, 61516] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 934 + }, + { + "icon": { + "paths": [ + "M960 672v64h-256v-64c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 64h-256v-64c0-247.424 200.576-448 448-448s448 200.576 448 448v0z", + "M736 672v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-123.712 100.288-224 224-224s224 100.288 224 224v0zM512 320c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-159.058 128.942-288 288-288s288 128.942 288 288v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM512 192c-264.978 0.296-479.705 215.023-480 479.972l-0 0.028v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-229.75 186.25-416 416-416s416 186.25 416 416v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c-0.296-264.978-215.023-479.705-479.972-480l-0.028-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["rainbow-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31668, "id": 312, "name": "rainbow-duotone", "prevSize": 16, "code": 61517, "codes": [61517, 61518] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 935 + }, + { + "icon": { + "paths": [ + "M863.52 225.56l-119 676c-2.737 15.125-15.804 26.448-31.515 26.448-1.967 0-3.892-0.177-5.761-0.517l0.195 0.029-521-92c-15.122-2.74-26.441-15.805-26.441-31.513 0-1.953 0.175-3.865 0.51-5.721l-0.029 0.195 119-676c2.737-15.125 15.804-26.448 31.515-26.448 1.967 0 3.892 0.177 5.761 0.517l-0.195-0.029 521 92c15.122 2.74 26.441 15.805 26.441 31.513 0 1.953-0.175 3.865-0.51 5.721l0.029-0.195z", + "M843.12 157l-521-92c-3.335-0.616-7.172-0.969-11.092-0.969-31.42 0-57.551 22.641-62.969 52.498l-0.059 0.391-119 676c-0.615 3.331-0.966 7.164-0.966 11.078 0 31.447 22.681 57.597 52.577 62.984l0.389 0.058 521 92c3.342 0.619 7.188 0.973 11.117 0.973 31.45 0 57.601-22.685 62.985-52.584l0.058-0.389 119-676c0.605-3.305 0.951-7.109 0.951-10.994 0-31.456-22.694-57.612-52.603-62.988l-0.389-0.058zM713.040 896v0l-521.040-92 119-676 521 92zM357.36 233.68c2.753-15.107 15.811-26.409 31.508-26.409 1.969 0 3.897 0.178 5.768 0.518l-0.196-0.030 332 58.6c15.14 2.724 26.478 15.798 26.478 31.52 0 17.673-14.327 32-32 32-0.013 0-0.027-0-0.040-0l0.002 0c-1.98-0.003-3.918-0.177-5.801-0.509l0.201 0.029-332-58.64c-15.107-2.753-26.409-15.811-26.409-31.508 0-1.969 0.178-3.897 0.518-5.768l-0.030 0.196zM335.2 359.76c2.737-15.125 15.804-26.448 31.515-26.448 1.967 0 3.892 0.177 5.761 0.517l-0.195-0.029 332 58.64c15.258 2.622 26.721 15.753 26.721 31.562 0 17.673-14.327 32-32 32-0.113 0-0.226-0.001-0.339-0.002l0.017 0c-0.018 0-0.039 0-0.060 0-1.973 0-3.903-0.189-5.77-0.551l0.19 0.031-332-58.6c-15.072-2.783-26.338-15.823-26.338-31.495 0-1.988 0.181-3.934 0.528-5.821l-0.030 0.197zM313 485.8c2.802-15.050 15.831-26.293 31.487-26.293 1.977 0 3.911 0.179 5.789 0.522l-0.196-0.030 165.92 29.16c15.14 2.724 26.478 15.798 26.478 31.52 0 17.673-14.326 31.999-31.998 32l-0 0c-1.979-0.001-3.917-0.175-5.8-0.509l0.2 0.029-166-29.32c-15.088-2.769-26.37-15.818-26.37-31.501 0-1.972 0.178-3.902 0.52-5.775l-0.030 0.196z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["read-cv-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31669, "id": 311, "name": "read-cv-logo-duotone", "prevSize": 16, "code": 61519, "codes": [61519, 61520] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 936 + }, + { + "icon": { + "paths": [ + "M896 224v608l-128-64-128 64-128-64-128 64-128-64-128 64v-608c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M288 416c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM320 576h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 224v608c-0.010 17.666-14.333 31.983-32 31.983-5.22 0-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383s-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383s-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383-17.667 0-31.99-14.317-32-31.982l-0-0.001v-608c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 224h-704v556.24l81.68-40.88c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084 113.68 56.88 113.68-56.88c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084 113.68 56.88 113.68-56.88c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084 81.68 40.88z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["receipt-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31670, "id": 310, "name": "receipt-duotone", "prevSize": 16, "code": 61521, "codes": [61521, 61522] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 937 + }, + { + "icon": { + "paths": [ + "M896 224v608l-128-64-128 64-128-64-128 64-128-64-128 64v-608c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 608c0.010 17.666 14.333 31.983 32 31.983 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383 17.667 0 31.99-14.317 32-31.982l0-0.001v-608c0-35.346-28.654-64-64-64v0zM864 780.24l-81.68-40.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-556.24h704zM393.36 553.36l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["receipt-x-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31671, "id": 309, "name": "receipt-x-duotone", "prevSize": 16, "code": 61523, "codes": [61523, 61524] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 938 + }, + { + "icon": { + "paths": [ + "M768 512c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.385 0 256 114.615 256 256v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 224c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288v0c-0.182-158.985-129.015-287.818-287.983-288l-0.017-0zM512 736c-123.712 0-224-100.288-224-224s100.288-224 224-224c123.712 0 224 100.288 224 224v0c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["record-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31672, "id": 308, "name": "record-duotone", "prevSize": 16, "code": 61525, "codes": [61525, 61526] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 939 + }, + { + "icon": { + "paths": [ + "M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["rectangle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31673, "id": 307, "name": "rectangle-duotone", "prevSize": 16, "code": 61527, "codes": [61527, 61528] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 940 + }, + { + "icon": { + "paths": [ + "M864 832h-704c-35.318-0.037-63.934-28.677-63.934-64 0-11.782 3.184-22.821 8.738-32.302l-0.163 0.302 352-608c11.278-19.24 31.854-31.956 55.4-31.956s44.122 12.716 55.237 31.655l0.163 0.301 352 608c5.391 9.179 8.574 20.218 8.574 32 0 35.346-28.654 64-64 64-0.005 0-0.010-0-0.015-0l0.001 0z", + "M384 832c0 17.673-14.327 32-32 32v0h-192c-52.994-0.033-95.942-43.001-95.942-96 0-17.673 4.776-34.231 13.107-48.453l-0.245 0.453 137.16-237-56.2 15c-2.484 0.69-5.335 1.087-8.28 1.087-17.721 0-32.087-14.366-32.087-32.087 0-14.776 9.988-27.22 23.582-30.947l0.225-0.053 131.080-35.080c2.485-0.693 5.34-1.092 8.287-1.092 14.733 0 27.14 9.956 30.861 23.507l0.053 0.225 35.16 131.080c0.714 2.521 1.124 5.416 1.124 8.406 0 14.788-10.031 27.233-23.66 30.902l-0.224 0.051c-2.494 0.676-5.359 1.069-8.314 1.080l-0.006 0c-14.716-0.014-27.105-9.96-30.827-23.495l-0.053-0.225-15.2-56.6-137.16 237.24c-2.695 4.59-4.287 10.109-4.287 16 0 17.619 14.24 31.913 31.839 32l0.008 0h192c17.673 0 32 14.327 32 32v0zM946.92 720l-92.56-160c-5.77-8.973-15.703-14.833-27.005-14.833-17.673 0-32 14.327-32 32 0 5.423 1.349 10.53 3.729 15.006l-0.084-0.173 92.56 160c2.695 4.59 4.287 10.109 4.287 16 0 17.619-14.24 31.913-31.839 32l-0.008 0h-274.76l41.36-41.36c5.797-5.793 9.384-13.797 9.384-22.64 0-17.675-14.329-32.004-32.004-32.004-8.833 0-16.829 3.578-22.62 9.364l-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.791 5.786 13.787 9.364 22.62 9.364 17.675 0 32.004-14.329 32.004-32.004 0-8.843-3.586-16.847-9.383-22.64l-41.36-41.36h274.76c52.994-0.033 95.942-43.001 95.942-96 0-17.673-4.776-34.231-13.107-48.453l0.245 0.453zM512 128c0.094-0.001 0.204-0.002 0.315-0.002 11.683 0 21.876 6.381 27.284 15.847l0.081 0.154 137.16 237-56.32-15.12c-2.197-0.538-4.718-0.847-7.312-0.847-17.673 0-32 14.327-32 32 0 14.389 9.497 26.56 22.566 30.587l0.227 0.060 131.12 35.16c2.482 0.679 5.333 1.072 8.275 1.080l0.005 0c14.716-0.014 27.105-9.96 30.827-23.495l0.053-0.225 35.16-131.16c0.829-2.709 1.306-5.823 1.306-9.048 0-17.673-14.327-32-32-32-15.007 0-27.601 10.33-31.060 24.268l-0.046 0.22-15.2 56.68-137.36-237.16c-16.921-28.841-47.775-47.899-83.080-47.899s-66.159 19.058-82.835 47.448l-0.245 0.451-92.64 160c-2.442 4.412-3.879 9.673-3.879 15.27 0 17.673 14.327 32 32 32 11.484 0 21.554-6.049 27.2-15.134l92.719-160.136c5.489-9.621 15.682-16.002 27.365-16.002 0.111 0 0.221 0.001 0.332 0.002l-0.017-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["recycle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31674, "id": 306, "name": "recycle-duotone", "prevSize": 16, "code": 61529, "codes": [61529, 61530] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 941 + }, + { + "icon": { + "paths": [ + "M912.84 498.68v0c9.549 22.87 15.115 49.439 15.16 77.302l0 0.018c0 159.040-186.24 288-416 288s-416-128.96-416-288c0.045-27.881 5.611-54.45 15.663-78.688l-0.503 1.368c-28.39-17.023-47.097-47.632-47.097-82.61 0-53.019 42.981-96 96-96 31.758 0 59.915 15.421 77.39 39.184l0.187 0.266c73.24-44.52 169.24-71.52 274.36-71.52s201.12 27 274.36 71.52v0c17.662-24.029 45.818-39.45 77.577-39.45 53.019 0 96 42.981 96 96 0 34.978-18.707 65.587-46.662 82.368l-0.435 0.242z", + "M992 416c-0.017-70.68-57.318-127.97-128-127.97-32.104 0-61.447 11.819-83.917 31.343l0.157-0.133c-67-35.6-147.040-57.12-230.64-62.12l20.76-124.68 70.88 10.88c7.612 46.059 47.145 80.756 94.782 80.756 53.019 0 96-42.981 96-96s-42.981-96-96-96c-35.462 0-66.432 19.227-83.056 47.826l-0.246 0.459-104-16c-1.466-0.238-3.155-0.374-4.876-0.374-15.813 0-28.947 11.47-31.537 26.544l-0.027 0.19-27.48 165.92c-87.36 3.76-171.28 25.52-241.040 62.6-22.134-18.792-51.034-30.22-82.602-30.22-70.692 0-128 57.308-128 128 0 36.694 15.441 69.782 40.179 93.121l0.063 0.059c-5.952 19.703-9.385 42.348-9.4 65.792l-0 0.008c0 87.72 48 169.4 135.64 229.96 83.88 58.040 194.8 90.040 312.36 90.040s228.48-32 312.36-90.040c87.64-60.56 135.64-142.24 135.64-229.96-0.015-23.452-3.448-46.097-9.828-67.47l0.428 1.67c25.412-23.503 41.299-56.986 41.4-94.182l0-0.018zM736 96c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM896.52 471.12c-9.458 5.675-15.689 15.876-15.689 27.531 0 4.503 0.93 8.789 2.609 12.676l-0.080-0.208c7.956 19.198 12.596 41.491 12.64 64.863l0 0.017c0 66.12-38.36 129.080-108 177.32-73.32 50.68-171.32 78.68-276 78.68s-202.68-28-276-78.68c-69.64-48.24-108-111.2-108-177.32 0.058-23.314 4.666-45.537 12.983-65.847l-0.423 1.167c1.609-3.69 2.545-7.989 2.545-12.507 0-11.629-6.204-21.81-15.482-27.413l-0.143-0.080c-18.83-11.37-31.226-31.723-31.226-54.972 0-35.346 28.654-64 64-64 21.046 0 39.72 10.159 51.385 25.841l0.121 0.171c5.887 8.013 15.275 13.157 25.864 13.157 6.159 0 11.912-1.74 16.794-4.756l-0.138 0.079 0.72-0.44c70.8-42.8 162-66.4 257-66.4v0c94.92 0 186.12 23.6 256.92 66.4l0.72 0.44c4.744 2.936 10.497 4.677 16.656 4.677 10.589 0 19.977-5.143 25.801-13.068l0.062-0.089c11.772-16.057 30.564-26.365 51.765-26.365 35.346 0 64 28.654 64 64 0 23.355-12.509 43.787-31.193 54.963l-0.292 0.162zM352 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM736 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM668.28 689c2.353 4.346 3.736 9.514 3.736 15.005 0 12.19-6.816 22.789-16.846 28.191l-0.17 0.084c-41.412 22.444-90.665 35.638-143 35.638s-101.588-13.193-144.615-36.436l1.615 0.798c-10.197-5.49-17.012-16.089-17.012-28.28 0-17.68 14.332-32.012 32.012-32.012 5.489 0 10.655 1.381 15.17 3.816l-0.17-0.084c32.723 17.742 71.643 28.171 113 28.171s80.277-10.429 114.275-28.801l-1.275 0.63c4.346-2.353 9.514-3.736 15.005-3.736 12.19 0 22.789 6.816 28.191 16.846l0.084 0.17z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["reddit-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31675, "id": 305, "name": "reddit-logo-duotone", "prevSize": 16, "code": 61531, "codes": [61531, 61532] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 942 + }, + { + "icon": { + "paths": [ + "M896 256v256c0 141.385-114.615 256-256 256v0h-512v-256c0-141.385 114.615-256 256-256v0z", + "M96 512c0.182-158.985 129.015-287.818 287.983-288l434.777-0-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-434.76c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 480c-17.673 0-32 14.327-32 32v0c-0.137 123.657-100.343 223.863-223.987 224l-434.773 0 41.4-41.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-41.4-41.36h434.76c158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["repeat-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31676, "id": 304, "name": "repeat-duotone", "prevSize": 16, "code": 61533, "codes": [61533, 61534] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 943 + }, + { + "icon": { + "paths": [ + "M896 256v256c0 141.385-114.615 256-256 256v0h-512v-256c0-141.385 114.615-256 256-256v0z", + "M96 512c0.182-158.985 129.015-287.818 287.983-288l434.777-0-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-434.76c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 480c-17.673 0-32 14.327-32 32v0c-0.137 123.657-100.343 223.863-223.987 224l-434.773 0 41.4-41.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-41.4-41.36h434.76c158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-17.673-14.327-32-32-32v0zM544 640c17.673 0 32-14.327 32-32v0-192c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-64 32c-10.568 5.373-17.683 16.166-17.683 28.62 0 17.675 14.328 32.003 32.003 32.003 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 17.68-8.84v140.24c0 17.673 14.327 32 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["repeat-once-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31677, "id": 303, "name": "repeat-once-duotone", "prevSize": 16, "code": 61535, "codes": [61535, 61536] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 944 + }, + { + "icon": { + "paths": [ + "M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM448 640l-192-128 192-128zM704 640l-192-128 192-128z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM719.080 356c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-192 128c-8.654 5.819-14.271 15.573-14.271 26.64s5.618 20.821 14.157 26.567l0.114 0.073 192 128c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-256c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM672 580.2l-102.32-68.2 102.32-68zM463.080 356c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-192 128c-8.654 5.819-14.271 15.573-14.271 26.64s5.618 20.821 14.157 26.567l0.114 0.073 192 128c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-256c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM416 580.2l-102.32-68.2 102.32-68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["rewind-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31678, "id": 302, "name": "rewind-circle-duotone", "prevSize": 16, "code": 61537, "codes": [61537, 61538] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 945 + }, + { + "icon": { + "paths": [ + "M896 287.4v449.2c-0.155 17.356-14.261 31.367-31.639 31.367-6.344 0-12.252-1.867-17.204-5.082l0.123 0.075-352.76-224.6c-8.776-5.621-14.509-15.321-14.509-26.36s5.733-20.739 14.384-26.285l0.125-0.075 352.76-224.6c4.829-3.14 10.737-5.007 17.081-5.007 17.378 0 31.484 14.010 31.639 31.352l0 0.015zM431.28 261.040l-352.76 224.6c-8.776 5.621-14.509 15.321-14.509 26.36s5.733 20.739 14.384 26.285l0.125 0.075 352.76 224.6c4.829 3.14 10.737 5.007 17.081 5.007 17.378 0 31.484-14.010 31.639-31.352l0-0.015v-449.2c-0.155-17.356-14.261-31.367-31.639-31.367-6.344 0-12.252 1.867-17.204 5.082l0.123-0.075z", + "M895.080 232c-8.864-4.938-19.444-7.846-30.703-7.846-12.726 0-24.585 3.715-34.551 10.119l0.254-0.153-318.080 202.44v-149.2c-0.147-35.036-28.583-63.382-63.639-63.382-12.728 0-24.584 3.737-34.53 10.173l0.249-0.151-352.76 224.64c-17.745 11.391-29.333 31.022-29.333 53.36s11.589 41.969 29.082 53.209l0.251 0.151 352.76 224.64c9.697 6.285 21.552 10.022 34.281 10.022 35.057 0 63.493-28.346 63.639-63.368l0-0.014v-149.2l318.080 202.56c9.697 6.285 21.552 10.022 34.281 10.022 35.057 0 63.493-28.346 63.639-63.368l0-0.014v-449.28c-0.072-23.75-13.208-44.416-32.597-55.195l-0.323-0.165zM448 735.72l-351.28-223.72 351.28-223.76zM864 735.72l-351.28-223.72 351.28-223.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["rewind-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31679, "id": 301, "name": "rewind-duotone", "prevSize": 16, "code": 61539, "codes": [61539, 61540] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 946 + }, + { + "icon": { + "paths": [ + "M928 768h-832l288-512h256z", + "M943.68 796c-4.521 2.595-9.939 4.125-15.715 4.125-11.962 0-22.391-6.563-27.882-16.285l-0.083-0.16-278.72-495.68h-77.28v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-77.28l-278.72 495.68c-5.602 9.865-16.036 16.411-28 16.411-17.724 0-32.091-14.368-32.091-32.091 0-5.76 1.517-11.165 4.174-15.839l-0.083 0.159 261.28-464.32h-233.28c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h832c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-233.28l261.28 464.32c2.595 4.521 4.125 9.939 4.125 15.715 0 11.962-6.563 22.391-16.285 27.882l-0.16 0.083zM512 448c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM512 672c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["road-horizon-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31680, "id": 300, "name": "road-horizon-duotone", "prevSize": 16, "code": 61541, "codes": [61541, 61542] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 947 + }, + { + "icon": { + "paths": [ + "M800 224h-576c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h576c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM656 736h-288c-44.183 0-80-35.817-80-80s35.817-80 80-80v0h288c44.183 0 80 35.817 80 80s-35.817 80-80 80v0z", + "M800 192h-256v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-256c-70.692 0-128 57.308-128 128v0 448c0 70.692 57.308 128 128 128v0h576c70.692 0 128-57.308 128-128v0-448c0-70.692-57.308-128-128-128v0zM864 768c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM656 544h-288c-61.856 0-112 50.144-112 112s50.144 112 112 112v0h288c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM544 608v96h-64v-96zM320 656c0-26.51 21.49-48 48-48v0h48v96h-48c-26.51 0-48-21.49-48-48v0zM656 704h-48v-96h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM288 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM640 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["robot-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31681, "id": 299, "name": "robot-duotone", "prevSize": 16, "code": 61543, "codes": [61543, 61544] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 948 + }, + { + "icon": { + "paths": [ + "M379.24 768l-117.8 88.96c-5.427 4.374-12.405 7.021-20.001 7.021-15.214 0-27.948-10.617-31.197-24.846l-0.041-0.215-49.44-222.52c-0.488-2.093-0.767-4.497-0.767-6.966 0-7.811 2.799-14.969 7.448-20.525l-0.041 0.050 121.24-145.32c-4.64 93.36 18.16 202.080 90.6 324.36zM856.6 588.96l-121.24-145.32c4.84 93.36-18.16 202.080-90.6 324.36l117.8 88.96c5.427 4.374 12.405 7.021 20.001 7.021 15.214 0 27.948-10.617 31.197-24.846l0.041-0.215 49.44-222.52c0.488-2.093 0.767-4.497 0.767-6.966 0-7.811-2.799-14.969-7.448-20.525l0.041 0.050z", + "M608 896c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM512 448c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM894.48 623.32l-49.44 222.52c-6.578 28.893-32.048 50.131-62.479 50.131-14.995 0-28.785-5.157-39.694-13.793l0.134 0.102-108.96-82.28h-244l-109.040 82.28c-10.776 8.535-24.566 13.691-39.561 13.691-30.431 0-55.902-21.239-62.397-49.702l-0.082-0.429-49.44-222.52c-0.952-4.149-1.498-8.913-1.498-13.805 0-15.644 5.582-29.985 14.863-41.139l-0.085 0.105 114.24-137.040c4.201-53.824 16.411-103.662 35.474-149.955l-1.194 3.275c51.6-129.36 144-210.52 181.48-239.4 10.711-8.363 24.366-13.41 39.2-13.41s28.489 5.047 39.342 13.517l-0.142-0.107c37.36 28.88 129.88 110.040 181.48 239.4 17.869 43.018 30.079 92.856 34.172 144.975l0.108 1.705 114.24 137.040c9.196 11.050 14.778 25.39 14.778 41.035 0 4.892-0.546 9.656-1.58 14.236l0.082-0.43zM397.72 736h228.56c84.48-150.16 100.28-293.92 46.96-427.52-47.040-117.92-135.28-192.48-161.24-212.48-26.040 20-114.28 94.56-161.32 212.48-53.24 133.6-37.44 277.36 47.040 427.52zM337.72 759.4q-64.6-117.4-78.4-230.76l-67.32 80.8 49.44 222.56 0.72-0.52zM832 609.44l-67.32-80.8q-13.68 113.12-78.24 230.76l96.12 72.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["rocket-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31682, "id": 298, "name": "rocket-duotone", "prevSize": 16, "code": 61545, "codes": [61545, 61546] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 949 + }, + { + "icon": { + "paths": [ + "M288 640l96 96s-32 128-224 128c0-192 128-224 128-224zM544 288h-246.6c-8.825 0.004-16.814 3.58-22.6 9.36l0-0-137.4 137.4c-5.776 5.788-9.348 13.778-9.348 22.603 0 16.074 11.852 29.38 27.294 31.656l0.174 0.021 164.48 22.96zM512 704l22.96 164.48c2.297 15.616 15.603 27.468 31.677 27.468 8.824 0 16.814-3.572 22.603-9.348l-0.001 0.001 137.4-137.4c5.78-5.786 9.356-13.775 9.36-22.599l0-0.001v-246.6z", + "M415.080 743.76c-1.56 6.2-40.56 152.24-255.080 152.24-17.673 0-32-14.327-32-32v0c0-214.52 146.040-253.52 152.24-255.080 2.33-0.606 5.004-0.955 7.76-0.955 17.681 0 32.015 14.333 32.015 32.015 0 14.925-10.214 27.465-24.033 31.012l-0.222 0.048c-3.6 1-89.68 26.16-102.24 159.44 133.28-12.56 158.48-98.48 159.52-102.48 3.681-13.931 16.17-24.035 31.020-24.035 17.692 0 32.035 14.343 32.035 32.035 0 2.843-0.37 5.599-1.065 8.224l0.050-0.224zM787.080 474.16l-19.080 19.080v233.32c0.001 0.107 0.001 0.233 0.001 0.359 0 17.614-7.156 33.557-18.719 45.080l-0.002 0.002-137.28 137.2c-11.532 11.612-27.507 18.8-45.16 18.8-0.014 0-0.028-0-0.042-0l0.002 0c-7.299-0.002-14.313-1.217-20.853-3.455l0.453 0.135c-22.818-7.711-39.616-27.367-43.079-51.337l-0.041-0.343-21.48-153.96-176.84-176.84-153.88-21.48c-31.315-4.516-55.111-31.169-55.111-63.38 0-17.716 7.198-33.75 18.829-45.338l0.002-0.002 137.2-137.28c11.525-11.565 27.467-18.721 45.081-18.721 0.126 0 0.252 0 0.378 0.001l-0.019-0h233.32l19.080-19.080c106.72-106.68 235.32-111.28 285.64-108.28 32.291 2.022 57.978 27.709 59.991 59.816l0.009 0.184c2.92 50.2-1.68 178.8-108.36 285.52zM160 457.36l148.6 20.72 158.16-158.080h-169.32zM365.28 512l146.72 146.72 229.8-229.8c55.784-55.418 90.312-132.173 90.312-216.992 0-6.913-0.229-13.772-0.681-20.571l0.049 0.923c-5.678-0.375-12.31-0.589-18.992-0.589-84.992 0-161.905 34.587-217.433 90.453l-0.015 0.015zM704 557.24l-158.12 158.12 20.8 148.64 137.32-137.44z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["rocket-launch-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31683, "id": 297, "name": "rocket-launch-duotone", "prevSize": 16, "code": 61547, "codes": [61547, 61548] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 950 + }, + { + "icon": { + "paths": [ + "M864 608v160c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM832 224h-640c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z", + "M832 544h-640c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM832 768h-640v-160h640v160zM832 192h-640c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM832 416h-640v-160h640v160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["rows-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31684, "id": 296, "name": "rows-duotone", "prevSize": 16, "code": 61549, "codes": [61549, 61550] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 951 + }, + { + "icon": { + "paths": [ + "M832 832h-640v-640c353.462 0 640 286.538 640 640v0z", + "M395.64 628.36c52.111 51.833 84.361 123.587 84.361 202.874 0 0.269-0 0.539-0.001 0.808l0-0.042c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-123.712-100.288-224-224-224v0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c0.227-0.001 0.497-0.001 0.766-0.001 79.287 0 151.042 32.25 202.862 84.349l0.012 0.012zM192 352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c229.75 0 416 186.25 416 416v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-265.097-214.903-480-480-480v0zM667.16 356.84c-120.935-121.592-288.355-196.842-473.351-196.842-0.636 0-1.272 0.001-1.908 0.003l0.099-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c0.492-0.001 1.074-0.002 1.656-0.002 167.373 0 318.846 68.079 428.238 178.056l0.026 0.026c110.004 109.418 178.082 260.891 178.082 428.264 0 0.582-0.001 1.164-0.002 1.746l0-0.090c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.002-0.532 0.002-1.162 0.002-1.792 0-185.002-75.251-352.427-196.813-473.339l-0.029-0.029zM208 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["rss-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31685, "id": 295, "name": "rss-duotone", "prevSize": 16, "code": 61551, "codes": [61551, 61552] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 952 + }, + { + "icon": { + "paths": [ + "M832 800h-608v-608c335.789 0 608 272.211 608 608v0z", + "M864 800c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-317.6-258.4-576-576-576-17.673 0-32-14.327-32-32s14.327-32 32-32v0c352.88 0 640 287.12 640 640zM224 448c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c158.985 0.182 287.818 129.015 288 287.983l0 0.017c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM240 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["rss-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31686, "id": 294, "name": "rss-simple-duotone", "prevSize": 16, "code": 61553, "codes": [61553, 61554] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 953 + }, + { + "icon": { + "paths": [ + "M224 192v640h576v-640zM512 672l-96-160 96-160 96 160z", + "M800 64c-17.673 0-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 832c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-832c0-17.673-14.327-32-32-32v0zM768 800h-512v-576h512zM484.56 688.48c5.694 9.372 15.847 15.537 27.44 15.537s21.746-6.165 27.36-15.395l0.080-0.142 96-160c2.87-4.703 4.57-10.393 4.57-16.48s-1.699-11.777-4.65-16.621l0.080 0.141-96-160c-5.694-9.372-15.847-15.537-27.44-15.537s-21.746 6.165-27.36 15.395l-0.080 0.142-96 160c-2.87 4.703-4.57 10.393-4.57 16.48s1.699 11.777 4.65 16.621l-0.080-0.141zM512 414.2l58.68 97.8-58.68 97.8-58.68-97.8z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["rug-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31687, "id": 293, "name": "rug-duotone", "prevSize": 16, "code": 61555, "codes": [61555, 61556] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 954 + }, + { + "icon": { + "paths": [ + "M918.64 361.36l-557.28 557.28c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-210.76-210.64c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l557.28-557.4c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l210.76 210.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M941.28 293.48l-210.76-210.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-557.28 557.24c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l210.76 210.72c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l557.28-557.24c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM338.72 896l-210.72-210.76 128-128 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-105.4-105.36 82.76-82.76 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-105.4-105.36 82.76-82.76 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-105.4-105.36 128-128 210.76 210.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["ruler-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31688, "id": 292, "name": "ruler-duotone", "prevSize": 16, "code": 61557, "codes": [61557, 61558] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 955 + }, + { + "icon": { + "paths": [ + "M224 352l128 320c0 70.68-80 96-128 96s-128-25.32-128-96zM800 224l-128 320c0 70.68 80 96 128 96s128-25.32 128-96z", + "M957.72 532l-128-320c-4.848-11.891-16.319-20.119-29.713-20.119-2.455 0-4.846 0.276-7.142 0.8l0.215-0.041-249.080 55.36v-88c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 102.32l-262.96 58.44c-10.413 2.357-18.761 9.545-22.682 19.028l-0.078 0.212v0.24l-128 319.76c-1.443 3.494-2.281 7.55-2.281 11.802 0 0.069 0 0.139 0.001 0.208l-0-0.011c0 93.24 98.16 128 160 128s160-34.76 160-128c0-0.059 0.001-0.128 0.001-0.198 0-4.252-0.838-8.309-2.357-12.014l0.077 0.211-114.040-284.92 212.32-47.080v504h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-518.32l204-45.28-105.72 263.6c-1.443 3.494-2.281 7.55-2.281 11.802 0 0.069 0 0.139 0.001 0.208l-0-0.011c0 93.24 98.16 128 160 128s160-34.76 160-128c0-0.059 0.001-0.128 0.001-0.198 0-4.252-0.838-8.309-2.357-12.014l0.077 0.211zM224 736c-30.12 0-91.040-14.44-95.72-58.56l95.72-239.28 95.72 239.28c-4.68 44.12-65.6 58.56-95.72 58.56zM800 608c-30.12 0-91.040-14.44-95.72-58.56l95.72-239.28 95.72 239.28c-4.68 44.12-65.6 58.56-95.72 58.56z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["scales-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31689, "id": 291, "name": "scales-duotone", "prevSize": 16, "code": 61559, "codes": [61559, 61560] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 956 + }, + { + "icon": { + "paths": [ + "M704 352v320c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0z", + "M896 160v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM320 832h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 672c-17.673 0-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM160 352c17.673 0 32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM672 736h-320c-35.346 0-64-28.654-64-64v0-320c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0 320c0 35.346-28.654 64-64 64v0zM352 672h320v-320h-320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["scan-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31690, "id": 290, "name": "scan-duotone", "prevSize": 16, "code": 61561, "codes": [61561, 61562] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 957 + }, + { + "icon": { + "paths": [ + "M160.8 383.2c-20.266-20.268-32.8-48.266-32.8-79.192 0-61.856 50.144-112 112-112s112 50.144 112 112c0 30.926-12.534 58.924-32.8 79.192l0-0c-20.268 20.27-48.27 32.808-79.2 32.808s-58.932-12.538-79.2-32.808l-0-0zM160.8 640.8c-20.266 20.268-32.8 48.266-32.8 79.192 0 61.856 50.144 112 112 112s112-50.144 112-112c0-30.926-12.534-58.924-32.8-79.192l0 0c-20.268-20.27-48.27-32.808-79.2-32.808s-58.932 12.538-79.2 32.808l-0 0z", + "M630.92 452.52c-3.507-5.060-5.603-11.329-5.603-18.088 0-10.936 5.486-20.59 13.855-26.362l0.107-0.070 270.64-185.2c4.785-3.005 10.603-4.787 16.836-4.787 17.673 0 32 14.327 32 32 0 10.449-5.008 19.728-12.755 25.568l-0.081 0.059-270.68 185.2c-5.025 3.505-11.26 5.6-17.985 5.6-0.019 0-0.039-0-0.058-0l0.003 0c-10.871-0.043-20.458-5.5-26.21-13.814l-0.070-0.106zM954.4 792.88c-5.845 8.451-15.484 13.917-26.401 13.917-6.755 0-13.022-2.093-18.186-5.666l0.106 0.070-365.92-250.4-170.040 116.32c6.337 15.634 10.014 33.768 10.014 52.761 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144 37.891 0 72.363 14.635 98.074 38.56l-0.088-0.081 149.36-102.36-149.56-102.36c-25.511 23.699-59.813 38.242-97.512 38.242-79.22 0-143.44-64.22-143.44-143.44s64.22-143.44 143.44-143.44c79.22 0 143.44 64.22 143.44 143.44 0 18.874-3.645 36.897-10.271 53.403l0.342-0.965 572 391.48c8.587 5.828 14.154 15.545 14.154 26.562 0 6.704-2.061 12.926-5.585 18.067l0.071-0.109zM320 720c0-0.005 0-0.011 0-0.017 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80 22.087 0 42.084-8.951 56.56-23.423l-0 0c14.479-14.387 23.44-34.311 23.44-56.328 0-0.081-0-0.163-0-0.244l0 0.013zM296.56 360.52c14.482-14.478 23.44-34.481 23.44-56.577 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 22.096 8.958 42.099 23.44 56.577l0 0c14.409 14.618 34.427 23.675 56.56 23.675s42.151-9.056 56.551-23.665l0.009-0.009z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["scissors-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31691, "id": 289, "name": "scissors-duotone", "prevSize": 16, "code": 61563, "codes": [61563, 61564] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 958 + }, + { + "icon": { + "paths": [ + "M288 688c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM848 576c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0z", + "M848 544c-4.72 0-9.4 0.24-14.040 0.68l-131.6-394.8c-4.368-12.822-16.305-21.88-30.358-21.88-0.001 0-0.002 0-0.003 0l-128-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h104.92l76 227.48-196.56 252.52h-209.28c-8.348-72.321-69.229-127.949-143.103-127.949-79.529 0-144 64.471-144 144s64.471 144 144 144c62.342 0 115.432-39.617 135.466-95.048l0.317-1.003h232.24c10.229-0.008 19.335-4.814 25.187-12.29l0.053-0.070 180-231.2 24 72.52c-41.762 25.707-69.186 71.171-69.186 123.040 0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144-0.019 0-0.038 0-0.057 0l0.003-0zM176 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM848 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["scooter-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31692, "id": 288, "name": "scooter-duotone", "prevSize": 16, "code": 61565, "codes": [61565, 61566] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 959 + }, + { + "icon": { + "paths": [ + "M896 224v576c0 17.673-14.327 32-32 32v0h-672c0-35.346-28.654-64-64-64v0-544c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M928 224v576c0 35.346-28.654 64-64 64v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288v-576h-704v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM128 736c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c17.673 0 32 14.327 32 32v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019-42.981-96-96-96v0zM128 608c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c88.366 0 160 71.634 160 160v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM128 480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c158.985 0.182 287.818 129.015 288 287.983l0 0.017c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["screencast-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31693, "id": 287, "name": "screencast-duotone", "prevSize": 16, "code": 61567, "codes": [61567, 61568] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 960 + }, + { + "icon": { + "paths": [ + "M402.4 832c-256 0-256-384 128-384 64.221 0.238 125.692 11.697 182.656 32.514l-3.736-1.194c6.68 170.12-101.8 352.68-306.92 352.68z", + "M983.72 618.52c-5.28-5.84-96.36-104.88-244-162.24-6.88-73.68-33.84-140.68-77.64-191.68-58.6-68.6-143.76-104.6-246.080-104.6-206.080 0-340.44 184.72-346.040 192.6-3.344 4.976-5.337 11.103-5.337 17.695 0 17.673 14.327 32 32 32 10.28 0 19.429-4.848 25.283-12.382l0.054-0.072c1.24-1.64 121.28-165.84 294.040-165.84 83.080 0 151.44 28.44 197.64 82.28 29.68 34.56 49.76 78.76 58.68 128-42.572-11.572-91.459-18.239-141.896-18.28l-0.024-0c-104.24 0-191.72 27.24-253.040 78.76-54.24 45.6-85.36 109.24-85.36 174.24-0.006 0.553-0.009 1.207-0.009 1.862 0 52.434 21.2 99.917 55.495 134.344l-0.006-0.006c38.64 38.48 92.24 58.8 154.92 58.8 207.24 0 324.72-168.52 337.96-337.68 76.050 34.286 140.99 79.75 195.963 135.122l0.037 0.038c5.878 6.473 14.326 10.52 23.72 10.52 17.673 0 32-14.327 32-32 0-8.28-3.144-15.825-8.304-21.506l0.024 0.026zM605.88 705.080c-35.32 43.28-99.24 94.92-203.48 94.92-101.12 0-146.4-65.8-146.4-131 0-91.040 85.88-189 274.4-189 52.58 0.163 103.165 8.46 150.641 23.696l-3.521-0.976c-1.8 75.040-27.68 148.4-71.64 202.36z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["scribble-loop-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31694, "id": 286, "name": "scribble-loop-duotone", "prevSize": 16, "code": 61569, "codes": [61569, 61570] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 961 + }, + { + "icon": { + "paths": [ + "M896 768c0 53.019-42.981 96-96 96v0h-448c53.019 0 96-42.981 96-96v0c0-40-32-64-32-64h448s32 24 32 64z", + "M384 416c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM416 576h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 768c0 70.692-57.308 128-128 128v0h-448c-70.692 0-128-57.308-128-128v0-512c0-35.346-28.654-64-64-64s-64 28.654-64 64v0c0 22.96 19.32 38.48 19.52 38.64v0c7.624 5.908 12.484 15.066 12.484 25.36 0 17.673-14.327 32-32 32-0.001 0-0.003-0-0.004-0l0 0c-0.016 0-0.035 0-0.054 0-7.215 0-13.865-2.421-19.181-6.496l0.075 0.055c-4.64-3.4-44.84-35.12-44.84-89.56 0-70.692 57.308-128 128-128v0h544c70.692 0 128 57.308 128 128v0 416h32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058c4.8 3.44 44.8 35.16 44.8 89.6zM385.040 693.92c4.45-12.856 16.453-21.922 30.573-21.922 0.136 0 0.272 0.001 0.407 0.003l-0.021-0h352v-416c0-35.346-28.654-64-64-64v0h-433.24c10.836 18.294 17.24 40.322 17.24 63.845 0 0.054-0 0.109-0 0.163l0-0.008v512c0 35.346 28.654 64 64 64s64-28.654 64-64v0c0-22.96-19.32-38.48-19.52-38.64-7.96-5.744-13.081-14.995-13.081-25.441 0-3.578 0.601-7.016 1.707-10.219l-0.066 0.22zM864 768c-0.43-12.366-5.258-23.528-12.959-32.043l0.039 0.043h-376c3.070 9.545 4.84 20.526 4.84 31.921 0 0.028-0 0.056-0 0.084l0-0.004c0 0.052 0 0.113 0 0.174 0 23.507-6.373 45.526-17.485 64.423l0.325-0.597h337.24c35.346 0 64-28.654 64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["scroll-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31695, "id": 285, "name": "scroll-duotone", "prevSize": 16, "code": 61571, "codes": [61571, 61572] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 962 + }, + { + "icon": { + "paths": [ + "M928 512c0 50.040-71.28 87.8-90.72 134.76-18.72 45.28 5.68 122.6-31.12 159.4s-114.12 12.4-159.4 31.12c-46.76 19.44-84.76 90.72-134.76 90.72s-88-71.28-134.76-90.72c-45.28-18.72-122.6 5.68-159.4-31.12s-12.4-114.12-31.12-159.4c-19.44-46.76-90.72-84.76-90.72-134.76s71.28-88 90.72-134.76c18.72-45.24-5.68-122.6 31.12-159.4s114.16-12.4 159.4-31.12c46.96-19.44 84.76-90.72 134.76-90.72s88 71.28 134.76 90.72c45.28 18.72 122.6-5.68 159.4 31.12s12.4 114.12 31.12 159.4c19.44 46.96 90.72 84.76 90.72 134.76z", + "M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.6-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28s-12.88-41.56-13.28-69.72c-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.6 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.6 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.6-38.76 56.44zM694.64 393.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["seal-check-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31696, "id": 284, "name": "seal-check-duotone", "prevSize": 16, "code": 61573, "codes": [61573, 61574] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 963 + }, + { + "icon": { + "paths": [ + "M928 512c0 50.040-71.28 87.8-90.72 134.76-18.72 45.28 5.68 122.56-31.12 159.4s-114.12 12.4-159.4 31.12c-46.76 19.44-84.76 90.72-134.76 90.72s-88-71.28-134.76-90.72c-45.28-18.72-122.56 5.68-159.4-31.12s-12.4-114.12-31.12-159.4c-19.44-46.76-90.72-84.76-90.72-134.76s71.28-88 90.72-134.76c18.72-45.24-5.68-122.56 31.12-159.4s114.16-12.4 159.4-31.12c46.96-19.44 84.76-90.72 134.76-90.72s88 71.28 134.76 90.72c45.28 18.72 122.56-5.68 159.4 31.12s12.4 114.12 31.12 159.4c19.44 46.96 90.72 84.76 90.72 134.76z", + "M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.28-5.88-30.52-21.48-46.28-36.56-27.64-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.28-21.48 30.52-36.56 46.28-26.52 27.64-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.28 5.88 30.52 21.48 46.28 36.56 27.64 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.28 21.48-30.52 36.56-46.28 26.52-27.64 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.56-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28v0c-12.44-12.4-12.88-41.56-13.28-69.72-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.56 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.56 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.56-38.76 56.44z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["seal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31697, "id": 283, "name": "seal-duotone", "prevSize": 16, "code": 61575, "codes": [61575, 61576] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 964 + }, + { + "icon": { + "paths": [ + "M928 512c0 50.040-71.28 87.8-90.72 134.76-18.72 45.28 5.68 122.56-31.12 159.4s-114.12 12.4-159.4 31.12c-46.76 19.44-84.76 90.72-134.76 90.72s-88-71.28-134.76-90.72c-45.28-18.72-122.6 5.68-159.4-31.12s-12.4-114.12-31.12-159.4c-19.44-46.76-90.72-84.76-90.72-134.76s71.28-88 90.72-134.76c18.72-45.24-5.68-122.6 31.12-159.4s114.16-12.4 159.4-31.12c46.96-19.44 84.76-90.72 134.76-90.72s88 71.28 134.76 90.72c45.28 18.72 122.6-5.68 159.4 31.12s12.4 114.12 31.12 159.4c19.44 46.96 90.72 84.76 90.72 134.76z", + "M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.6-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28s-12.88-41.56-13.28-69.72c-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.6 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.6 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.6-38.76 56.44zM560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM672 432c0 69.52-55.040 127.72-128 141.12v2.88c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0c52.92 0 96-36 96-80s-43.080-80-96-80-96 36-96 80v16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-16c0-79.4 71.76-144 160-144s160 64.6 160 144z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["seal-question-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31698, "id": 282, "name": "seal-question-duotone", "prevSize": 16, "code": 61577, "codes": [61577, 61578] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 965 + }, + { + "icon": { + "paths": [ + "M928 512c0 50.040-71.28 87.8-90.72 134.76-18.72 45.28 5.68 122.56-31.12 159.4s-114.12 12.4-159.4 31.12c-46.76 19.44-84.76 90.72-134.76 90.72s-88-71.28-134.76-90.72c-45.28-18.72-122.6 5.68-159.4-31.12s-12.4-114.12-31.12-159.4c-19.44-46.76-90.72-84.76-90.72-134.76s71.28-88 90.72-134.76c18.72-45.24-5.68-122.6 31.12-159.4s114.16-12.4 159.4-31.12c46.96-19.44 84.76-90.72 134.76-90.72s88 71.28 134.76 90.72c45.28 18.72 122.6-5.68 159.4 31.12s12.4 114.12 31.12 159.4c19.44 46.96 90.72 84.76 90.72 134.76z", + "M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.6-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28s-12.88-41.56-13.28-69.72c-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.6 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.6 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.6-38.76 56.44zM480 544v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM560 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["seal-warning-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31699, "id": 281, "name": "seal-warning-duotone", "prevSize": 16, "code": 61579, "codes": [61579, 61580] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 966 + }, + { + "icon": { + "paths": [ + "M704 320v384h-384v-384z", + "M416 160c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM864 704c-17.673 0-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-96c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 320c17.673 0 32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32v0zM704 736h-384c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0 384c0 17.673-14.327 32-32 32v0zM672 352h-320v320h320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["selection-all-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31700, "id": 280, "name": "selection-all-duotone", "prevSize": 16, "code": 61581, "codes": [61581, 61582] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 967 + }, + { + "icon": { + "paths": [ + "M864 192v448c0 17.673-14.327 32-32 32v0h-160v-288c0-17.673-14.327-32-32-32v0h-288v-160c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0z", + "M640 320h-448c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM640 832h-448v-448h448zM544 160c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM896 192v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c35.346 0 64 28.654 64 64v0zM896 384v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 608v32c0 35.346-28.654 64-64 64v0h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 224v-32c0-35.346 28.654-64 64-64v0h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["selection-background-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31701, + "id": 279, + "name": "selection-background-duotone", + "prevSize": 16, + "code": 61583, + "codes": [61583, 61584] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 968 + }, + { + "icon": { + "paths": [ + "M864 160v704h-704v-704z", + "M608 160c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM864 704c-17.673 0-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-96c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 128h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["selection-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31702, "id": 278, "name": "selection-duotone", "prevSize": 16, "code": 61585, "codes": [61585, 61586] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 969 + }, + { + "icon": { + "paths": [ + "M672 384v448c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0z", + "M256 864c0 17.673-14.327 32-32 32v0h-32c-35.346 0-64-28.654-64-64v0-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h32c17.673 0 32 14.327 32 32v0zM448 832h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 672c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0zM672 768c-17.673 0-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c35.346 0 64-28.654 64-64v0-32c0-17.673-14.327-32-32-32v0zM672 448c17.673 0 32-14.327 32-32v0-32c0-35.346-28.654-64-64-64v0h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 17.673 14.327 32 32 32v0zM224 320h-32c-35.346 0-64 28.654-64 64v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-448c-35.346 0-64 28.654-64 64v0 160c-0.022 0.329-0.034 0.713-0.034 1.1s0.012 0.771 0.037 1.152l-0.003-0.052c1.186 16.701 15.025 29.8 31.924 29.8 0.027 0 0.053-0 0.080-0l-0.004 0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-128h448v448h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0h160c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["selection-foreground-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31703, + "id": 277, + "name": "selection-foreground-duotone", + "prevSize": 16, + "code": 61587, + "codes": [61587, 61588] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 970 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 0.007 0 0.016 0 0.025 0 8.83-3.577 16.825-9.36 22.615l0-0-685.28-685.28c5.79-5.783 13.785-9.36 22.615-9.36 0.009 0 0.018 0 0.027 0l639.999-0c17.673 0 32 14.327 32 32v0z", + "M608 864c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v640c0 35.346-28.654 64-64 64v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h50.76l-594.76-594.76v50.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 192h-594.76l594.76 594.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["selection-inverse-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31704, + "id": 276, + "name": "selection-inverse-duotone", + "prevSize": 16, + "code": 61589, + "codes": [61589, 61590] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 971 + }, + { + "icon": { + "paths": [ + "M864 160v704h-704v-704z", + "M608 160c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 192v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 128h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 832h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["selection-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31705, "id": 275, "name": "selection-plus-duotone", "prevSize": 16, "code": 61591, "codes": [61591, 61592] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 972 + }, + { + "icon": { + "paths": [ + "M864 160v704h-704v-704z", + "M416 160c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 640 704c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["selection-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31706, + "id": 274, + "name": "selection-slash-duotone", + "prevSize": 16, + "code": 61593, + "codes": [61593, 61594] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 973 + }, + { + "icon": { + "paths": [ + "M256 256l160 480h-320zM800 304c0-97.202-78.798-176-176-176s-176 78.798-176 176c0 97.202 78.798 176 176 176v0c97.202 0 176-78.798 176-176v0zM544 608v224h352v-224z", + "M896 576h-352c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h352c17.673 0 32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM864 800h-288v-160h288zM286.36 245.88c-4.366-12.825-16.305-21.887-30.36-21.887s-25.994 9.062-30.293 21.662l-0.067 0.225-160 480c-1.041 3.020-1.642 6.5-1.642 10.12 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.002-0l320 0c0.001 0 0.002 0 0.002 0 17.673 0 32-14.327 32-32 0-3.62-0.601-7.1-1.709-10.345l0.067 0.225zM140.4 704l115.6-346.8 115.6 346.8zM832 304c0-114.875-93.125-208-208-208s-208 93.125-208 208c0 114.875 93.125 208 208 208v0c114.82-0.137 207.863-93.18 208-207.987l0-0.013zM480 304c0-79.529 64.471-144 144-144s144 64.471 144 144c0 79.529-64.471 144-144 144v0c-79.529 0-144-64.471-144-144v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shapes-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31707, "id": 273, "name": "shapes-duotone", "prevSize": 16, "code": 61595, "codes": [61595, 61596] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 974 + }, + { + "icon": { + "paths": [ + "M896 416l-192 192v-384z", + "M918.64 393.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-12c-0.118-0-0.257-0-0.396-0-192.747 0-354.859 131.162-401.952 309.101l-0.652 2.9c-0.645 2.401-1.016 5.157-1.016 8 0 17.682 14.334 32.016 32.016 32.016 14.839 0 27.32-10.095 30.95-23.792l0.050-0.223c40.477-153.028 177.69-264 340.823-264 0.062 0 0.125 0 0.187 0l11.99-0v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM736 530.76v-229.52l114.76 114.76zM800 864c0 17.673-14.327 32-32 32v0h-608c-35.346 0-64-28.654-64-64v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 480h608c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["share-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31708, "id": 272, "name": "share-duotone", "prevSize": 16, "code": 61597, "codes": [61597, 61598] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 975 + }, + { + "icon": { + "paths": [ + "M608 768v-192c-245.6 0-418.44 148.76-484.28 218.88-2.929 3.135-7.087 5.089-11.703 5.089-8.837 0-16-7.163-16-16 0-0.637 0.037-1.266 0.11-1.884l-0.007 0.075c29.92-260.36 300.64-462.16 511.88-462.16v-192l320 320z", + "M950.64 425.4l-320-320c-5.792-5.798-13.797-9.385-22.64-9.385-17.668 0-31.992 14.318-32 31.984l-0 0.001v161.4c-103.76 8.88-218.36 59.68-312.64 139.64-113.52 96.32-184.2 220.44-199.040 349.48-0.202 1.654-0.318 3.57-0.318 5.512 0 26.51 21.49 48 48 48 13.809 0 26.256-5.831 35.013-15.166l0.024-0.026c44-46.84 200.56-194.96 428.96-208v159.16c0.008 17.667 14.332 31.985 32 31.985 8.843 0 16.848-3.587 22.64-9.385l0-0 320-320c5.775-5.788 9.345-13.777 9.345-22.6s-3.571-16.812-9.346-22.601l0.001 0.001zM640 690.76v-114.76c0-17.673-14.327-32-32-32v0c-112.32 0-221.72 29.32-325.16 87.2-55.467 31.475-103.41 66.611-146.834 106.583l0.554-0.503c23.2-95.36 81.68-186.040 168.2-259.44 92.88-78.76 206.24-125.84 303.24-125.84 17.673 0 32-14.327 32-32v0-114.72l242.76 242.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["share-fat-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31709, "id": 271, "name": "share-fat-duotone", "prevSize": 16, "code": 61599, "codes": [61599, 61600] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 976 + }, + { + "icon": { + "paths": [ + "M832 800c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM704 352c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0z", + "M704 640c-0.015-0-0.033-0-0.051-0-44.864 0-85.403 18.516-114.393 48.323l-0.036 0.037-184.4-118.52c6.885-17.148 10.879-37.027 10.879-57.84s-3.994-40.692-11.257-58.915l0.378 1.075 184.4-118.52c29.083 29.771 69.63 48.232 114.49 48.232 88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160 0 20.856 3.99 40.779 11.249 59.049l-0.379-1.081-184.4 118.52c-29.094-29.847-69.692-48.36-114.615-48.36-88.366 0-160 71.634-160 160s71.634 160 160 160c44.922 0 85.521-18.513 114.582-48.326l0.033-0.034 184.4 118.52c-6.849 17.153-10.82 37.033-10.82 57.84 0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160-0.021 0-0.042 0-0.063 0l0.003-0zM704 128c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM256 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 896c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["share-network-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31710, "id": 270, "name": "share-network-duotone", "prevSize": 16, "code": 61601, "codes": [61601, 61602] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 977 + }, + { + "icon": { + "paths": [ + "M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 160h-640c-35.346 0-64 28.654-64 64v0 235.12c0 358.44 303.28 477.36 364 497.56 5.964 2.096 12.841 3.308 20 3.308s14.036-1.211 20.436-3.44l-0.436 0.132c60.8-20.2 364-139.12 364-497.56v-235.12c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.4 418.48-320 436.72-54.12-18.040-320-122.76-320-436.72v-235.16h640zM329.36 566.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.36 201.36-201.36c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shield-check-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31711, "id": 269, "name": "shield-check-duotone", "prevSize": 16, "code": 61603, "codes": [61603, 61604] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 978 + }, + { + "icon": { + "paths": [ + "M861.56 512c-28 295.72-285.88 396.48-339.72 414.36-2.932 1.015-6.312 1.614-9.828 1.64l-0.012 0v-416h349.56zM512 192h-320c-17.673 0-32 14.327-32 32v0 235.080q0 27.4 2.44 52.84h349.56z", + "M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM832 459.16c0 7.080 0 14-0.44 20.84h-287.56v-256h288zM192 224h288v256h-287.56c-0.28-6.84-0.44-13.76-0.44-20.84zM198.96 544h281.040v339.68c-78.72-33.44-245.080-128-281.040-339.68zM544 883.64v-339.64h281.040c-35.96 211.56-202.16 306.16-281.040 339.64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shield-checkered-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31712, + "id": 268, + "name": "shield-checkered-duotone", + "prevSize": 16, + "code": 61605, + "codes": [61605, 61606] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 979 + }, + { + "icon": { + "paths": [ + "M810 688.6c-85.56 161.64-246.88 224-288 237.76-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-41.28-13.72-202.6-76-288-237.76l297.68-208.6z", + "M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.44 303.28 477.36 364 497.56 5.964 2.096 12.841 3.308 20 3.308s14.036-1.211 20.436-3.44l-0.436 0.132c60.8-20.2 364-139.12 364-497.56v-235.080c0-35.346-28.654-64-64-64v0zM512 896c-37.040-12.32-173.16-65.28-255.48-198l255.48-178.96 255.48 178.84c-82.24 132.56-218.12 185.52-255.48 198.12zM832 459.28c0 70.56-13.44 130.52-34.88 181.36l-266.76-186.72c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067-266.76 186.6c-21.44-50.84-34.88-110.8-34.88-181.36v-235.16h640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shield-chevron-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31713, "id": 267, "name": "shield-chevron-duotone", "prevSize": 16, "code": 61607, "codes": [61607, 61608] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 980 + }, + { + "icon": { + "paths": [ + "M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.44 303.28 477.36 364 497.56 5.964 2.096 12.841 3.308 20 3.308s14.036-1.211 20.436-3.44l-0.436 0.132c60.8-20.2 364-139.12 364-497.56v-235.080c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.4 418.48-320 436.72-54.12-18.040-320-122.76-320-436.72v-235.16h640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shield-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31714, "id": 266, "name": "shield-duotone", "prevSize": 16, "code": 61609, "codes": [61609, 61610] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 981 + }, + { + "icon": { + "paths": [ + "M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.36 418.48-320 436.72-54.12-18-320-122.72-320-436.72v-235.16h640zM352 512c0-17.673 14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shield-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31715, "id": 265, "name": "shield-plus-duotone", "prevSize": 16, "code": 61611, "codes": [61611, 61612] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 982 + }, + { + "icon": { + "paths": [ + "M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M215.68 138.48c-5.873-6.424-14.291-10.439-23.645-10.439-17.673 0-32 14.327-32 32 0 2.828 0.367 5.57 1.055 8.182l-0.050-0.223c-19.843 11.124-33.035 32.021-33.040 55.999l-0 0.001v235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c85.232-30.096 158.159-76.196 218.471-135.148l-0.111 0.108 58.040 64c5.877 6.444 14.308 10.471 23.68 10.471 17.679 0 32.011-14.332 32.011-32.011 0-8.307-3.164-15.876-8.354-21.565l0.023 0.025zM512 896c-54.12-18-320-122.72-320-436.72v-235.28h14.92l500.28 550.28c-53.663 53.143-118.891 94.713-191.562 120.59l-3.638 1.13zM896 224v235.080c0 78.68-14.92 151.72-44.4 217.16-5.139 11.213-16.266 18.862-29.18 18.862-17.674 0-32.002-14.328-32.002-32.002 0-4.761 1.040-9.279 2.904-13.339l-0.082 0.199c25.72-57.12 38.76-121.32 38.76-190.88v-235.080h-437.92c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h437.92c35.346 0 64 28.654 64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shield-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31716, "id": 264, "name": "shield-slash-duotone", "prevSize": 16, "code": 61613, "codes": [61613, 61614] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 983 + }, + { + "icon": { + "paths": [ + "M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M322.28 468c4.861-11.863 16.318-20.067 29.692-20.067 4.336 0 8.47 0.862 12.241 2.425l-0.212-0.078 116 46.44v-112.72c0-17.673 14.327-32 32-32s32 14.327 32 32v0 112.72l116-46.44c3.551-1.475 7.675-2.331 12-2.331 17.701 0 32.051 14.35 32.051 32.051 0 13.377-8.195 24.84-19.838 29.642l-0.213 0.078-121.24 48.48 70.84 94.6c3.996 5.281 6.4 11.96 6.4 19.2 0 17.673-14.327 32-32 32-10.433 0-19.7-4.993-25.542-12.72l-0.058-0.080-70.4-93.88-70.4 93.88c-5.9 7.807-15.167 12.8-25.6 12.8-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 70.96-94.6-121.36-48.48c-11.863-4.861-20.067-16.318-20.067-29.692 0-4.336 0.862-8.47 2.425-12.241l-0.078 0.212zM896 224v235.080c0 358.48-303.28 477.36-364 497.56-5.963 2.109-12.839 3.328-20 3.328s-14.037-1.219-20.433-3.46l0.433 0.132c-60.8-20-364-139.040-364-497.52v-235.12c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 224h-640v235.16c0 314 265.88 418.72 320 436.72 54.64-18.24 320-123.040 320-436.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shield-star-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31717, "id": 263, "name": "shield-star-duotone", "prevSize": 16, "code": 61615, "codes": [61615, 61616] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 984 + }, + { + "icon": { + "paths": [ + "M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.36 418.48-320 436.72-54.12-18-320-122.72-320-436.72v-235.16h640zM480 544v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM464 688c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shield-warning-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31718, "id": 262, "name": "shield-warning-duotone", "prevSize": 16, "code": 61617, "codes": [61617, 61618] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 985 + }, + { + "icon": { + "paths": [ + "M832 256v608c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-608c0-17.673 14.327-32 32-32v0h96v224c-0 0.004-0 0.008-0 0.012 0 17.673 14.327 32 32 32 7.814 0 14.974-2.801 20.53-7.453l-0.050 0.041 139.52-120.6 139.52 120.52c5.506 4.611 12.666 7.412 20.48 7.412 17.649 0 31.961-14.288 32-31.928l0-0.004v-224h96c17.673 0 32 14.327 32 32v0zM384 160l128 192 128-192z", + "M800 192h-82.76l-54.6-54.64c-5.813-5.761-13.807-9.33-22.634-9.36l-0.006-0h-258.88c-7.685 0.743-14.47 4.101-19.562 9.162l0.002-0.002-54.8 54.84h-82.76c-35.346 0-64 28.654-64 64v0 608c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-608c0-35.346-28.654-64-64-64v0zM672 237.24v210.76l-117.72-101.76 90.68-136zM512 294.32l-68-102.32h136.4zM379.040 210.32l90.68 136-117.72 101.68v-210.76zM224 256h64v192c-0.001 0.116-0.001 0.254-0.001 0.391 0 25.38 14.913 47.276 36.454 57.405l0.387 0.164c7.959 3.803 17.298 6.029 27.156 6.040l0.004 0c15.588-0.029 29.854-5.665 40.894-14.997l-0.094 0.077c0.168-0.115 0.313-0.247 0.437-0.397l0.003-0.003 86.76-74.76v442.080h-256zM800 864h-256v-442.080l86.6 74.8c0.127 0.153 0.272 0.285 0.433 0.395l0.007 0.005c10.967 9.255 25.261 14.88 40.867 14.88 0.033 0 0.065-0 0.098-0l-0.005 0c9.929-0.026 19.321-2.296 27.706-6.327l-0.386 0.167c21.841-10.326 36.681-32.177 36.681-57.495 0-0.121-0-0.243-0.001-0.364l0 0.019v-192h64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shirt-folded-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31719, "id": 261, "name": "shirt-folded-duotone", "prevSize": 16, "code": 61619, "codes": [61619, 61620] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 986 + }, + { + "icon": { + "paths": [ + "M920.76 312l-117.96 100.68c-4.385 3.757-7.146 9.301-7.146 15.489 0 1.599 0.184 3.155 0.533 4.648l-0.027-0.138 35.36 149.84c0.311 1.348 0.489 2.896 0.489 4.485 0 11.488-9.312 20.8-20.8 20.8-3.98 0-7.699-1.118-10.86-3.057l0.091 0.052-133.68-79.48c-3.078-1.847-6.791-2.94-10.76-2.94s-7.682 1.093-10.856 2.993l0.096-0.053-133.68 79.48c-3.070 1.887-6.789 3.005-10.769 3.005-11.488 0-20.8-9.312-20.8-20.8 0-1.589 0.178-3.137 0.516-4.624l-0.027 0.139 35.52-149.64c0.322-1.355 0.506-2.911 0.506-4.511 0-6.189-2.761-11.732-7.118-15.466l-0.027-0.023-118.12-100.88c-4.398-3.779-7.166-9.347-7.166-15.562 0-10.849 8.435-19.727 19.105-20.435l0.062-0.003 155.52-13.16c7.765-0.74 14.229-5.643 17.188-12.426l0.052-0.134 60.8-141.72c3.323-7.452 10.666-12.553 19.2-12.553s15.877 5.101 19.147 12.42l0.053 0.133 60.8 141.72c3.064 6.938 9.611 11.828 17.364 12.475l0.076 0.005 155.48 13.24c10.664 0.786 19.018 9.631 19.018 20.428 0 6.22-2.773 11.793-7.151 15.549l-0.027 0.023z", + "M957.48 280.4c-6.568-20.046-24.314-34.602-45.689-36.387l-0.191-0.013-148.88-12.6-58.080-135.4c-8.34-18.963-26.962-31.963-48.62-31.963s-40.28 13.001-48.487 31.624l-0.133 0.339-58.080 135.44-148.92 12.56c-27.139 2.245-48.315 24.825-48.315 52.351 0 15.927 7.090 30.199 18.286 39.831l0.069 0.058 112.64 96-33.72 142.92c-0.895 3.625-1.408 7.786-1.408 12.067 0 17.28 8.365 32.607 21.266 42.152l0.142 0.101c8.665 6.423 19.567 10.282 31.371 10.282 10.022 0 19.394-2.781 27.386-7.615l-0.237 0.133 128-76 128 76c7.755 4.7 17.127 7.482 27.149 7.482 11.804 0 22.706-3.859 31.514-10.383l-0.143 0.101c13.046-9.637 21.413-24.959 21.413-42.236 0-4.287-0.515-8.454-1.487-12.442l0.074 0.358-33.72-142.92 112.6-96c11.435-9.654 18.649-23.998 18.649-40.027 0-5.648-0.896-11.087-2.553-16.183l0.104 0.37zM782.040 388.4c-11.33 9.643-18.471 23.917-18.471 39.858 0 4.309 0.522 8.495 1.505 12.5l-0.074-0.358 29.24 124-111.12-66.040c-7.748-4.693-17.109-7.471-27.12-7.471s-19.372 2.777-27.357 7.604l0.237-0.133-111.12 65.64 29.24-124c0.931-3.681 1.465-7.907 1.465-12.258 0-15.905-7.14-30.141-18.39-39.68l-0.075-0.062-97.040-82.48 128.36-10.88c19.802-1.71 36.332-14.153 43.868-31.421l0.132-0.339 50.68-117.92 50.56 117.92c7.682 17.596 24.205 30.032 43.801 31.746l0.199 0.014 128.36 10.88zM342.64 502.64l-224 224c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64v0l224-224c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM406.64 726.64l-224 224c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 224-224c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM694.64 681.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l224-224c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shooting-star-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31720, "id": 260, "name": "shooting-star-duotone", "prevSize": 16, "code": 61621, "codes": [61621, 61622] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 987 + }, + { + "icon": { + "paths": [ + "M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM704 352c0 106.039-85.961 192-192 192s-192-85.961-192-192v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shopping-bag-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31721, "id": 259, "name": "shopping-bag-duotone", "prevSize": 16, "code": 61623, "codes": [61623, 61624] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 988 + }, + { + "icon": { + "paths": [ + "M896 224v96h-768v-96c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v64h-704v-64zM864 800h-704v-448h704v448zM704 448c0 106.039-85.961 192-192 192s-192-85.961-192-192v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shopping-bag-open-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31722, + "id": 258, + "name": "shopping-bag-open-duotone", + "prevSize": 16, + "code": 61625, + "codes": [61625, 61626] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 989 + }, + { + "icon": { + "paths": [ + "M864 256l-48.64 267.44c-5.613 30.085-31.662 52.555-62.96 52.56l-502.2 0-58.2-320z", + "M888.56 235.48c-5.91-7.038-14.714-11.48-24.555-11.48-0.002 0-0.004 0-0.006 0l-645.28-0-19.56-107.44c-5.613-30.085-31.662-52.555-62.96-52.56l-72.2-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h72l102.24 561.16c3.226 17.421 10.75 32.705 21.431 45.213l-0.111-0.133c-21.902 20.496-35.55 49.579-35.55 81.85 0 61.856 50.144 112 112 112s112-50.144 112-112c0-17.476-4.003-34.018-11.141-48.757l0.292 0.667h181.68c-6.84 13.995-10.84 30.452-10.84 47.843 0 0.055 0 0.11 0 0.165l-0-0.009c0 61.856 50.144 112 112 112s112-50.144 112-112c0-61.856-50.144-112-112-112v0h-387.32c-15.649-0.002-28.674-11.238-31.449-26.082l-0.031-0.198-12.68-69.72h464c46.948-0.007 86.021-33.713 94.348-78.246l0.092-0.594 48.64-267.44c0.316-1.687 0.496-3.629 0.496-5.612 0-7.882-2.849-15.098-7.574-20.675l0.038 0.047zM384 816c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM768 816c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM784 517.72c-2.807 15.044-15.833 26.28-31.485 26.28-0.041 0-0.081-0-0.122-0l0.006 0h-475.52l-46.52-256h595.28z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shopping-cart-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31723, "id": 257, "name": "shopping-cart-duotone", "prevSize": 16, "code": 61627, "codes": [61627, 61628] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 990 + }, + { + "icon": { + "paths": [ + "M896 288l-114.080 370.84c-8.308 26.371-32.542 45.16-61.164 45.16-0.013 0-0.025-0-0.038-0l-384.438 0c-0.008 0-0.018 0-0.028 0-29.077 0-53.626-19.391-61.419-45.948l-0.114-0.453-105.56-369.6z", + "M384 864c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM736 800c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM926.6 297.4l-114.12 370.84c-12.299 39.546-48.568 67.761-91.427 67.761-0.117 0-0.234-0-0.351-0.001l0.018 0h-384.44c-43.567-0.169-80.308-29.2-92.106-68.958l-0.174-0.682-144.72-506.36h-67.28c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h67.28c29.051 0.099 53.558 19.443 61.444 45.945l0.116 0.455 32.44 113.6h702.72c0.003-0 0.008-0 0.012-0 17.673 0 32 14.327 32 32 0 3.354-0.516 6.588-1.473 9.627l0.062-0.227zM852.68 320h-641.12l93.96 328.8c3.953 13.502 16.224 23.197 30.76 23.2l384.44 0c0.003 0 0.008 0 0.012 0 14.319 0 26.441-9.404 30.527-22.373l0.062-0.227z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shopping-cart-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31724, + "id": 256, + "name": "shopping-cart-simple-duotone", + "prevSize": 16, + "code": 61629, + "codes": [61629, 61630] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 991 + }, + { + "icon": { + "paths": [ + "M736 288l-88.36 517.24c-2.628 15.251-15.756 26.706-31.559 26.706-8.823 0-16.813-3.571-22.601-9.347l0.001 0.001-392-392c-5.775-5.788-9.346-13.778-9.346-22.601 0-15.803 11.456-28.931 26.516-31.532l0.19-0.027z", + "M256 944c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM336 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM80 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM208 640c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM1024 160c0 17.673-14.327 32-32 32v0h-114.76l-111.4 111.44-86.64 507.16c-5.271 30.485-31.518 53.378-63.112 53.378-17.67 0-33.667-7.161-45.248-18.738l-392-392c-11.588-11.583-18.755-27.587-18.755-45.265 0-31.643 22.964-57.923 53.136-63.082l0.379-0.054 506.96-86.68 111.44-111.4c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h114.76c17.673 0 32 14.327 32 32v0zM696.84 327.16l-472.84 80.84 392 392z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shower-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31725, "id": 255, "name": "shower-duotone", "prevSize": 16, "code": 61631, "codes": [61631, 61632] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 992 + }, + { + "icon": { + "paths": [ + "M448 320v0 288c-44.183 0-80 35.817-80 80s35.817 80 80 80v0 128h-64c-159.058 0-288-128.942-288-288s128.942-288 288-288v0z", + "M544 464c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM895.2 341.52c-11.788 167.119-150.144 298.256-319.177 298.48l-0.023 0h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224c-176.731 0-320-143.269-320-320s143.269-320 320-320v0h464c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-336c-53.019 0-96-42.981-96-96v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 17.673 14.327 32 32 32v0h336c61.811 0.059 111.896 50.181 111.896 112 0 44.685-26.169 83.258-64.017 101.23l-0.679 0.29zM203.2 789.16l132.88-94.92c0-2.040 0-4 0-6.24-0-0.075-0-0.165-0-0.254 0-10.556 1.46-20.772 4.19-30.455l-0.19 0.789-208.080-94.6c-2.518 13.456-3.959 28.938-3.959 44.755 0 70.724 28.797 134.723 75.305 180.91l0.014 0.014zM359.2 756.36l-102.72 73.48c36.52 21.475 80.445 34.16 127.333 34.16 0.066 0 0.131-0 0.197-0l31.99 0v-68.68c-23.103-7.089-42.449-20.716-56.451-38.707l-0.189-0.253zM416 580.68v-228.68h-32c-102.864 0.119-191.522 60.822-232.22 148.34l-0.66 1.58 223.48 101.56c11.56-10.099 25.394-17.921 40.606-22.59l0.794-0.21zM830 352h-350v224h96c130.046-0.162 237.394-97.131 253.861-222.704l0.139-1.296z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shrimp-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31726, "id": 254, "name": "shrimp-duotone", "prevSize": 16, "code": 61633, "codes": [61633, 61634] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 993 + }, + { + "icon": { + "paths": [ + "M361.56 301.4l150.44 210.6-150.44 210.6c-5.876 8.154-15.345 13.4-26.039 13.4-0 0-0.001-0-0.001-0l-207.52 0v-448h207.52c0-0 0.001-0 0.001-0 10.694 0 20.164 5.246 25.974 13.305l0.065 0.095zM688.48 288c-0-0-0.001-0-0.001-0-10.694 0-20.164 5.246-25.974 13.305l-0.065 0.095-150.44 210.6 150.44 210.6c5.876 8.154 15.345 13.4 26.039 13.4 0 0 0.001-0 0.001-0l239.52 0v-448z", + "M950.64 713.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-162.28c-21.359-0.027-40.264-10.513-51.87-26.611l-0.13-0.189-300.96-421.2h-207.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h207.52c21.359 0.027 40.264 10.513 51.87 26.611l0.13 0.189 300.96 421.2h162.28l-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM572 428c5.165 3.727 11.621 5.961 18.6 5.961 10.695 0 20.164-5.247 25.975-13.306l0.065-0.095 72-100.48h162.28l-41.56 41.28c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 41.4 41.36h-162.28c-21.359 0.027-40.264 10.513-51.87 26.611l-0.13 0.189-71.88 100.48c-3.758 5.179-6.012 11.662-6.012 18.672 0 10.7 5.251 20.173 13.318 25.983l0.095 0.065zM452 596c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-71.84 100.56h-207.52c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h207.52c21.359-0.027 40.264-10.513 51.87-26.611l0.13-0.189 71.8-100.48c3.775-5.186 6.040-11.684 6.040-18.71 0-10.677-5.229-20.133-13.266-25.946l-0.094-0.064z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shuffle-angular-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31727, + "id": 253, + "name": "shuffle-angular-duotone", + "prevSize": 16, + "code": 61635, + "codes": [61635, 61636] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 994 + }, + { + "icon": { + "paths": [ + "M428.56 395.2l83.44 116.8-83.44 116.8c-47.004 65.23-122.758 107.2-208.314 107.2-0.002 0-0.004-0-0.007-0l-92.24 0v-448h92.24c0.002-0 0.004-0 0.006-0 85.556 0 161.309 41.97 207.795 106.444l0.519 0.756zM803.76 288c-0.002-0-0.004-0-0.006-0-85.556 0-161.309 41.97-207.795 106.444l-0.519 0.756-83.44 116.8 83.44 116.8c47.004 65.23 122.758 107.2 208.314 107.2 0.002 0 0.004-0 0.007-0l124.24 0v-448z", + "M950.64 713.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-47c-96.233-0.083-181.428-47.273-233.777-119.752l-0.583-0.848-166.88-233.6c-41.173-57.029-107.433-93.731-182.269-93.8l-92.251-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h92.24c96.233 0.083 181.428 47.273 233.777 119.752l0.583 0.848 166.88 233.6c41.173 57.029 107.433 93.731 182.269 93.8l47.011 0-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM572 428c5.165 3.727 11.621 5.961 18.6 5.961 10.695 0 20.164-5.247 25.975-13.306l0.065-0.095 4.8-6.68c41.165-57.070 107.444-93.805 182.308-93.88l47.012-0-41.4 41.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 41.4 41.36h-47c-96.233 0.083-181.428 47.273-233.777 119.752l-0.583 0.848-4.8 6.68c-3.758 5.179-6.012 11.662-6.012 18.672 0 10.7 5.251 20.173 13.318 25.983l0.095 0.065zM452 596c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-4.8 6.68c-41.165 57.070-107.444 93.805-182.308 93.88l-92.252 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h92.24c96.233-0.083 181.428-47.273 233.777-119.752l0.583-0.848 4.8-6.68c3.758-5.179 6.012-11.662 6.012-18.672 0-10.7-5.251-20.173-13.318-25.983l-0.095-0.065z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shuffle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31728, "id": 252, "name": "shuffle-duotone", "prevSize": 16, "code": 61637, "codes": [61637, 61638] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 995 + }, + { + "icon": { + "paths": [ + "M192 192l320 320-320 320zM512 512l320 320v-640z", + "M864 192v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.76l-174.88 174.76c-5.559 4.783-12.847 7.695-20.815 7.695-17.673 0-32-14.327-32-32 0-7.968 2.912-15.255 7.73-20.857l-0.035 0.042 174.76-174.88h-82.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM832 640c-17.673 0-32 14.327-32 32v0 82.76l-585.36-585.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l585.4 585.36h-82.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM398.88 580l-229.52 229.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 229.36-229.52c4.783-5.559 7.695-12.847 7.695-20.815 0-17.673-14.327-32-32-32-7.968 0-15.255 2.912-20.857 7.73l0.042-0.035z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["shuffle-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31729, "id": 251, "name": "shuffle-simple-duotone", "prevSize": 16, "code": 61639, "codes": [61639, 61640] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 996 + }, + { + "icon": { + "paths": [ + "M352 192v640h-192c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM160 608h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h160v576h-160zM864 800h-480v-576h480v576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sidebar-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31730, "id": 250, "name": "sidebar-duotone", "prevSize": 16, "code": 61641, "codes": [61641, 61642] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 997 + }, + { + "icon": { + "paths": [ + "M352 192v640h-192c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM160 224h160v576h-160zM864 800h-480v-576h480v576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sidebar-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31731, "id": 249, "name": "sidebar-simple-duotone", "prevSize": 16, "code": 61643, "codes": [61643, 61644] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 998 + }, + { + "icon": { + "paths": [ + "M768 192v640h-512l256-320-256-320z", + "M736 288v-64h-413.4l214.4 268c4.373 5.426 7.020 12.404 7.020 20s-2.647 14.574-7.068 20.062l0.048-0.062-214.4 268h413.4v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32v0h-512c-0.006 0-0.013 0-0.020 0-17.673 0-32-14.327-32-32 0-7.596 2.647-14.574 7.068-20.062l-0.048 0.062 240-300-240-300c-4.373-5.426-7.020-12.404-7.020-20 0-17.673 14.327-32 32-32 0.007 0 0.014 0 0.021 0l511.999-0c17.673 0 32 14.327 32 32v0 96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sigma-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31732, "id": 248, "name": "sigma-duotone", "prevSize": 16, "code": 61645, "codes": [61645, 61646] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 999 + }, + { + "icon": { + "paths": [ + "M269.64 570.24c-126.8-52.16-88-441.96 42.36-442.24 135.28 0.2 56 233.040-42.36 442.24z", + "M928 672h-672.56c10.64-20.96 21.32-42.52 32-64.44 59.76 6.6 130.48-35.2 210.96-124.88 2.4 6.64 5.080 13.48 8 20.4 26.040 61 59.64 95.76 100 103.4 41.36 8 82.32-12.92 124.32-63.28 27.28 32.28 83.28 64.8 197.28 64.8 17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-122.52 0-158.2-42.36-160-64.88-0.467-17.309-14.61-31.163-31.989-31.163-13.726 0-25.434 8.642-29.978 20.782l-0.072 0.221c-48.68 73-77.52 76.56-88 74.64-33.32-6.28-64.32-83.72-74.76-134.040-3.209-14.55-15.995-25.275-31.285-25.275-11.926 0-22.328 6.524-27.832 16.197l-0.083 0.158c-79.2 98.48-132.32 132-165.64 140.56 33.96-75.52 59.32-141.8 75.56-197.6 27.28-93.76 29.28-159.32 6.040-200.4-12-21.44-37.16-47-87.64-47.2h-1c-64 0.44-114.4 61.2-138.48 166.8-14.36 62.84-16.72 132.76-6.52 192s31.44 102.040 62.2 127.56c-14.88 30.92-30.12 61.12-44.92 89.72h-87.6c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h53.64c-45.28 84-80.48 142.56-81.040 143.52-3.113 4.849-4.963 10.767-4.963 17.117 0 17.673 14.327 32 32 32 11.846 0 22.188-6.437 27.721-16.003l0.082-0.154c0.6-1.040 45.080-75.16 98.8-176.48h705.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 480v-0.84c0.013 0.126 0.020 0.272 0.020 0.42s-0.007 0.294-0.021 0.438l0.001-0.018zM235.16 277.040c15.96-69.92 46.76-117.040 76.84-117.040 21 0 28 7.44 32 14.68 12 21.32 26.080 96.76-86.6 345.48-32.76-45.16-43.92-148.16-22.24-243.12z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["signature-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31733, "id": 247, "name": "signature-duotone", "prevSize": 16, "code": 61647, "codes": [61647, 61648] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1000 + }, + { + "icon": { + "paths": [ + "M544 512l-160 160v-320z", + "M566.64 489.36l-160-160c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v128h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256v128c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM416 594.76v-165.52l82.76 82.76zM832 192v640c0 35.346-28.654 64-64 64v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224v-640h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224c35.346 0 64 28.654 64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sign-in-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31734, "id": 246, "name": "sign-in-duotone", "prevSize": 16, "code": 61649, "codes": [61649, 61650] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1001 + }, + { + "icon": { + "paths": [ + "M864 512l-160 160v-320z", + "M448 864c0 17.673-14.327 32-32 32v0h-224c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224v640h224c17.673 0 32 14.327 32 32v0zM886.64 534.64l-160 160c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-128h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256v-128c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 160 160c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM818.64 512l-82.64-82.76v165.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sign-out-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31735, "id": 245, "name": "sign-out-duotone", "prevSize": 16, "code": 61651, "codes": [61651, 61652] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1002 + }, + { + "icon": { + "paths": [ + "M960 448l-144 160h-656c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h656z", + "M984 426.6l-144-160c-5.882-6.52-14.36-10.601-23.792-10.601-0.073 0-0.146 0-0.219 0.001l0.011-0h-272v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-320c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h320v256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256h272c0.003 0 0.005 0 0.008 0 9.431 0 17.91-4.080 23.766-10.572l0.025-0.028 144-160c5.153-5.659 8.309-13.217 8.309-21.511 0-8.189-3.076-15.66-8.136-21.32l0.027 0.031zM801.76 576h-641.76v-256h641.76l115.2 128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["signpost-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31736, "id": 244, "name": "signpost-duotone", "prevSize": 16, "code": 61653, "codes": [61653, 61654] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1003 + }, + { + "icon": { + "paths": [ + "M704 480v288h-384v-288z", + "M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM800 864h-576v-704h370.76l205.24 205.24v498.76zM704 448h-384c-17.673 0-32 14.327-32 32v0 288c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-288c0-17.673-14.327-32-32-32v0zM672 736h-64v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-64v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-64v-224h320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sim-card-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31737, "id": 243, "name": "sim-card-duotone", "prevSize": 16, "code": 61655, "codes": [61655, 61656] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1004 + }, + { + "icon": { + "paths": [ + "M832 516v156h-640v-160c-0-0.003-0-0.006-0-0.009 0-176.731 143.269-320 320-320 0.858 0 1.715 0.003 2.571 0.010l-0.131-0.001c176.44 1.32 317.56 147.56 317.56 324z", + "M480 64v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM800 192c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-32 32c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM201.36 182.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-32-32c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM549.36 288.44c-1.675-0.311-3.603-0.489-5.573-0.489-17.673 0-32 14.327-32 32 0 15.912 11.614 29.112 26.828 31.584l0.184 0.025c75.88 12.76 133.2 81.72 133.2 160.44 0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-109.6-80.28-205.72-186.72-223.56zM928 704v96c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-96c0-35.346 28.654-64 64-64v0-128c0-194.404 157.596-352 352-352v0h2.72c192.6 1.44 349.32 161.16 349.32 356v124c35.329 0.023 63.96 28.668 63.96 64l-0 0zM224 640h576v-124c0-160-128.2-290.84-285.8-292h-2.2c-159.058 0-288 128.942-288 288v0zM864 800v-96h-704v96h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["siren-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31738, "id": 242, "name": "siren-duotone", "prevSize": 16, "code": 61657, "codes": [61657, 61658] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1005 + }, + { + "icon": { + "paths": [ + "M960 416l-448 480-192-480 192-256h224z", + "M984 394.92l-224-256c-5.879-6.69-14.446-10.897-23.996-10.92l-0.004-0h-448c-9.554 0.023-18.121 4.23-23.969 10.884l-0.031 0.036-224 256c-4.924 5.599-7.928 12.991-7.928 21.084 0 8.45 3.275 16.134 8.625 21.854l-0.017-0.018 448 480c5.857 6.267 14.172 10.172 23.4 10.172s17.543-3.906 23.383-10.154l0.017-0.018 448-480c5.284-5.69 8.526-13.34 8.526-21.748 0-8.135-3.035-15.56-8.035-21.206l0.029 0.034zM889.48 384h-169.48l-144-192h145.48zM298.32 448l120.52 301.32-281.2-301.32zM656.72 448l-144.72 361.84-144.72-361.84zM384 384l128-170.68 128 170.68zM725.68 448h160.68l-281.2 301.32zM302.52 192h145.48l-144 192h-169.48z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sketch-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31739, "id": 241, "name": "sketch-logo-duotone", "prevSize": 16, "code": 61659, "codes": [61659, 61660] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1006 + }, + { + "icon": { + "paths": [ + "M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM640 672l-256-160 256-160z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM655.52 324c-4.467-2.518-9.807-4.001-15.493-4.001-6.296 0-12.167 1.818-17.117 4.958l0.131-0.077-207.040 129.4v-102.28c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-102.28l207.040 129.4c4.813 3.052 10.675 4.864 16.96 4.864 17.668 0 31.991-14.318 32-31.983l0-0.001v-320c0-0.005 0-0.010 0-0.016 0-11.976-6.579-22.415-16.32-27.901l-0.16-0.083zM608 614.28l-163.64-102.28 163.64-102.28z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["skip-back-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31740, + "id": 240, + "name": "skip-back-circle-duotone", + "prevSize": 16, + "code": 61661, + "codes": [61661, 61662] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1007 + }, + { + "icon": { + "paths": [ + "M800 191.52v640.96c-0.368 17.389-14.551 31.344-31.993 31.344-6.205 0-11.997-1.766-16.902-4.823l0.135 0.079-512.44-320.48c-8.935-5.62-14.786-15.427-14.786-26.6s5.851-20.98 14.656-26.524l0.13-0.076 512.44-320.48c4.769-2.978 10.562-4.744 16.767-4.744 17.443 0 31.626 13.955 31.993 31.31l0.001 0.034z", + "M799.24 136c-8.942-5.047-19.634-8.020-31.021-8.020-12.578 0-24.308 3.628-34.201 9.895l0.262-0.155-478.28 299.2v-276.92c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-276.92l478.28 299.12c9.621 6.127 21.346 9.765 33.921 9.765 35.125 0 63.62-28.385 63.799-63.468l0-0.017v-640.96c-0.003-23.775-13.084-44.494-32.44-55.355l-0.32-0.165zM768 832l-511.36-320 511.36-319.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["skip-back-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31741, "id": 239, "name": "skip-back-duotone", "prevSize": 16, "code": 61663, "codes": [61663, 61664] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1008 + }, + { + "icon": { + "paths": [ + "M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM384 672v-320l256 160z", + "M640 320c-17.673 0-32 14.327-32 32v0 102.28l-207.040-129.4c-4.813-3.052-10.675-4.864-16.96-4.864-17.668 0-31.991 14.318-32 31.983l-0 0.001v320c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 207.040-129.4v102.28c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM416 614.28v-204.56l163.64 102.28zM512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["skip-forward-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31742, + "id": 238, + "name": "skip-forward-circle-duotone", + "prevSize": 16, + "code": 61665, + "codes": [61665, 61666] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1009 + }, + { + "icon": { + "paths": [ + "M785.2 538.6l-512.44 320.48c-4.769 2.978-10.562 4.744-16.767 4.744-17.443 0-31.626-13.955-31.993-31.31l-0.001-0.034v-640.96c0.368-17.389 14.551-31.344 31.993-31.344 6.205 0 11.997 1.766 16.902 4.823l-0.135-0.079 512.44 320.48c8.935 5.62 14.786 15.427 14.786 26.6s-5.851 20.98-14.656 26.524l-0.13 0.076z", + "M800 128c-17.673 0-32 14.327-32 32v0 276.92l-478.28-299.12c-9.621-6.127-21.346-9.765-33.921-9.765-35.125 0-63.62 28.385-63.799 63.468l-0 0.017v640.96c0.381 35.055 28.887 63.326 63.996 63.326 12.488 0 24.141-3.577 33.99-9.762l-0.267 0.156 478.28-299.12v276.92c0 17.673 14.327 32 32 32s32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM256 831.72v-639.52l511.36 320z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["skip-forward-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31743, "id": 237, "name": "skip-forward-duotone", "prevSize": 16, "code": 61667, "codes": [61667, 61668] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1010 + }, + { + "icon": { + "paths": [ + "M512 96c-212 0-384 164.76-384 368 0 136.2 77.24 255.12 192 318.76v81.24c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-81.24c114.76-63.64 192-182.56 192-318.76 0-203.24-172-368-384-368zM368 608c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM656 608c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z", + "M368 416c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM368 576c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 416c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM656 576c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 64c-229.4 0-416 179.44-416 400 0 136.4 73.080 264 192 337.12v62.88c0 35.346 28.654 64 64 64v0h320c35.346 0 64-28.654 64-64v0-62.88c118.92-73.12 192-200.72 192-337.12 0-220.56-186.6-400-416-400zM688.48 754.76c-9.901 5.569-16.48 16.008-16.48 27.984 0 0.005 0 0.011 0 0.016l-0-0.001v81.24h-64v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-64v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-64v-81.24c0-0.005 0-0.010 0-0.016 0-11.976-6.579-22.415-16.32-27.901l-0.16-0.083c-108.28-60-175.52-171.4-175.52-290.76 0-185.28 157.92-336 352-336s352 150.72 352 336c0 119.32-67.24 230.76-175.52 290.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["skull-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31744, "id": 236, "name": "skull-duotone", "prevSize": 16, "code": 61669, "codes": [61669, 61670] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1011 + }, + { + "icon": { + "paths": [ + "M896 608v0c0 53.019-42.981 96-96 96v0h-192c53.019 0 96 42.981 96 96v0 0c0 53.019-42.981 96-96 96v0 0c-53.019 0-96-42.981-96-96v0-96h96c-53.019 0-96-42.981-96-96v0-96h288c53.019 0 96 42.981 96 96v0zM416 320h96v-96c0-53.019-42.981-96-96-96v0 0c-53.019 0-96 42.981-96 96v0 0c0 53.019 42.981 96 96 96v0h-192c-53.019 0-96 42.981-96 96v0 0c0 53.019 42.981 96 96 96v0h288v-96c0-53.019-42.981-96-96-96v0z", + "M884.52 512c26.305-23.545 42.782-57.603 42.782-95.509 0-70.692-57.308-128-128-128-23.281 0-45.111 6.216-63.92 17.078l0.618-0.329v-81.24c-0.082-70.63-57.358-127.856-128-127.856-38.166 0-72.431 16.704-95.883 43.201l-0.118 0.135c-23.545-26.305-57.603-42.782-95.509-42.782-70.692 0-128 57.308-128 128 0 23.281 6.216 45.111 17.078 63.92l-0.329-0.618h-81.24c-70.63 0.082-127.856 57.358-127.856 128 0 38.166 16.704 72.431 43.201 95.883l0.135 0.118c-26.305 23.545-42.782 57.603-42.782 95.509 0 70.692 57.308 128 128 128 23.281 0 45.111-6.216 63.92-17.078l-0.618 0.329v81.24c0.082 70.63 57.358 127.856 128 127.856 38.166 0 72.431-16.704 95.883-43.201l0.118-0.135c23.545 26.305 57.603 42.782 95.509 42.782 70.692 0 128-57.308 128-128 0-23.281-6.216-45.111-17.078-63.92l0.329 0.618h81.24c70.63-0.082 127.856-57.358 127.856-128 0-38.166-16.704-72.431-43.201-95.883l-0.135-0.118zM800 352c35.346 0 64 28.654 64 64s-28.654 64-64 64v0h-64v-64c0-35.346 28.654-64 64-64v0zM608 160c35.346 0 64 28.654 64 64v0 192c0 35.346-28.654 64-64 64v0h-64v-256c0-35.346 28.654-64 64-64v0zM352 224c0-35.346 28.654-64 64-64s64 28.654 64 64v0 64h-64c-35.346 0-64-28.654-64-64v0zM160 416c0-35.346 28.654-64 64-64v0h192c35.346 0 64 28.654 64 64v0 64h-256c-35.346 0-64-28.654-64-64v0zM224 672c-35.346 0-64-28.654-64-64s28.654-64 64-64v0h64v64c0 35.346-28.654 64-64 64v0zM416 864c-35.346 0-64-28.654-64-64v0-192c0-35.346 28.654-64 64-64v0h64v256c0 35.346-28.654 64-64 64v0zM672 800c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-64h64c35.346 0 64 28.654 64 64v0zM800 672h-192c-35.346 0-64-28.654-64-64v0-64h256c35.346 0 64 28.654 64 64s-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["slack-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31745, "id": 235, "name": "slack-logo-duotone", "prevSize": 16, "code": 61671, "codes": [61671, 61672] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1012 + }, + { + "icon": { + "paths": [ + "M320 544c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM512 256c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM800 576c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z", + "M256 420v-260c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 260c-55.774 14.63-96.251 64.588-96.251 124s40.477 109.37 95.359 123.801l0.892 0.199v196c0 17.673 14.327 32 32 32s32-14.327 32-32v0-196c55.774-14.63 96.251-64.588 96.251-124s-40.477-109.37-95.359-123.801l-0.892-0.199zM224 608c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM544 228v-68c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 68c-55.774 14.63-96.251 64.588-96.251 124s40.477 109.37 95.359 123.801l0.892 0.199v388c0 17.673 14.327 32 32 32s32-14.327 32-32v0-388c55.774-14.63 96.251-64.588 96.251-124s-40.477-109.37-95.359-123.801l-0.892-0.199zM512 416c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM928 672c-0.058-59.317-40.379-109.201-95.104-123.797l-0.896-0.203v-388c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 388c-55.774 14.63-96.251 64.588-96.251 124s40.477 109.37 95.359 123.801l0.892 0.199v68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-68c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM800 736c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sliders-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31746, "id": 234, "name": "sliders-duotone", "prevSize": 16, "code": 61673, "codes": [61673, 61674] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1013 + }, + { + "icon": { + "paths": [ + "M512 320c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM672 608c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z", + "M160 352h132c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h324c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-324c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-132c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM416 256c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM864 672h-68c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-388c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h388c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM672 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sliders-horizontal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31747, + "id": 233, + "name": "sliders-horizontal-duotone", + "prevSize": 16, + "code": 61675, + "codes": [61675, 61676] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1014 + }, + { + "icon": { + "paths": [ + "M800 256v512c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z", + "M768 192h-512c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM768 768h-512v-512h512v512zM960 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM128 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["slideshow-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31748, "id": 232, "name": "slideshow-duotone", "prevSize": 16, "code": 61677, "codes": [61677, 61678] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1015 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M368 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 512c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022zM686.24 325.36l-174.24 116.2-174.24-116c-4.991-3.369-11.141-5.377-17.76-5.377-17.683 0-32.017 14.335-32.017 32.017 0 11.063 5.611 20.816 14.143 26.568l0.114 0.072 192 128c4.99 3.371 11.14 5.381 17.76 5.381s12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.646-5.824 14.257-15.577 14.257-26.64 0-17.683-14.335-32.017-32.017-32.017-6.619 0-12.769 2.009-17.874 5.45l0.114-0.072zM625.72 709.36c-33.72-22.44-65.96-37.36-113.72-37.36s-80 14.92-113.72 37.36c-8.392 5.852-13.815 15.458-13.815 26.331 0 17.673 14.327 32 32 32 6.408 0 12.375-1.883 17.38-5.126l-0.125 0.076c26-17.28 46.28-26.64 78.28-26.64s52.28 9.36 78.28 26.64c5.080 3.548 11.385 5.669 18.185 5.669 17.673 0 32-14.327 32-32 0-11.266-5.821-21.171-14.62-26.874l-0.125-0.076z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["smiley-angry-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31749, "id": 231, "name": "smiley-angry-duotone", "prevSize": 16, "code": 61679, "codes": [61679, 61680] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1016 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM416 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["smiley-blank-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31750, "id": 230, "name": "smiley-blank-duotone", "prevSize": 16, "code": 61681, "codes": [61681, 61682] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1017 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM699.68 624c-41.16 71.16-109.56 112-187.68 112s-146.52-40.8-187.68-112c-3.133-4.86-4.995-10.796-4.995-17.167 0-17.673 14.327-32 32-32 12.25 0 22.893 6.884 28.271 16.994l0.084 0.173c29.88 51.64 76.84 80 132.32 80s102.44-28.4 132.32-80c5.462-10.283 16.104-17.167 28.355-17.167 17.673 0 32 14.327 32 32 0 6.371-1.862 12.307-5.071 17.294l0.076-0.127z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["smiley-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31751, "id": 229, "name": "smiley-duotone", "prevSize": 16, "code": 61683, "codes": [61683, 61684] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1018 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 640c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["smiley-meh-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31752, "id": 228, "name": "smiley-meh-duotone", "prevSize": 16, "code": 61685, "codes": [61685, 61686] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1019 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM726.64 649.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-41.36-41.4-41.36 41.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l64-64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l41.36 41.4 41.36-41.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l41.36 41.4 41.36-41.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM608 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["smiley-nervous-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31753, "id": 227, "name": "smiley-nervous-duotone", "prevSize": 16, "code": 61687, "codes": [61687, 61688] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1020 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM699.68 688c3.133 4.86 4.995 10.796 4.995 17.167 0 17.673-14.327 32-32 32-12.25 0-22.893-6.884-28.271-16.994l-0.084-0.173c-29.88-51.64-76.84-80-132.32-80s-102.44 28.4-132.32 80c-5.462 10.283-16.104 17.167-28.355 17.167-17.673 0-32-14.327-32-32 0-6.371 1.862-12.307 5.071-17.294l-0.076 0.127c41.16-71.16 109.56-112 187.68-112s146.52 40.8 187.68 112z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["smiley-sad-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31754, "id": 226, "name": "smiley-sad-duotone", "prevSize": 16, "code": 61689, "codes": [61689, 61690] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1021 + }, + { + "icon": { + "paths": [ + "M896 512c0 0.125 0 0.274 0 0.423 0 40.114-6.157 78.79-17.577 115.135l0.736-2.718-254.28 254.32c-33.762 10.763-72.597 16.966-112.88 16.966-212.077 0-384-171.923-384-384s171.923-384 384-384c212.033 0 383.928 171.851 384 383.867l0 0.007z", + "M699.68 624c-41.16 71.16-109.56 112-187.68 112s-146.52-40.8-187.68-112c-3.133-4.86-4.995-10.796-4.995-17.167 0-17.673 14.327-32 32-32 12.25 0 22.893 6.884 28.271 16.994l0.084 0.173c29.88 51.64 76.84 80 132.32 80s102.44-28.4 132.32-80c5.462-10.283 16.104-17.167 28.355-17.167 17.673 0 32 14.327 32 32 0 6.371-1.862 12.307-5.071 17.294l0.076-0.127zM928 512c0 0.059 0 0.129 0 0.199 0 43.545-6.668 85.533-19.039 124.998l0.799-2.956c-1.635 5.199-4.391 9.647-7.999 13.239l-0.001 0.001-254.28 254.28c-3.574 3.617-8.011 6.375-12.976 7.939l-0.224 0.061c-36.574 11.659-78.642 18.378-122.28 18.378-229.75 0-416-186.25-416-416s186.25-416 416-416c229.702 0 415.922 186.171 416 415.855l0 0.007zM864 512c-0.248-193.973-157.552-351.123-351.56-351.123-194.161 0-351.56 157.399-351.56 351.56s157.399 351.56 351.56 351.56c34.026 0 66.924-4.834 98.043-13.853l-2.483 0.616 242.76-242.76c8.405-28.667 13.24-61.599 13.24-95.661 0-0.119-0-0.238-0-0.357l0 0.018zM368 480c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM656 384c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["smiley-sticker-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31755, "id": 225, "name": "smiley-sticker-duotone", "prevSize": 16, "code": 61691, "codes": [61691, 61692] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1022 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM736 432c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM699.68 624c-41.16 71.16-109.56 112-187.68 112s-146.52-40.8-187.68-112c-3.133-4.86-4.995-10.796-4.995-17.167 0-17.673 14.327-32 32-32 12.25 0 22.893 6.884 28.271 16.994l0.084 0.173c29.88 51.64 76.84 80 132.32 80s102.44-28.4 132.32-80c5.462-10.283 16.104-17.167 28.355-17.167 17.673 0 32 14.327 32 32 0 6.371-1.862 12.307-5.071 17.294l0.076-0.127z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["smiley-wink-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31756, "id": 224, "name": "smiley-wink-duotone", "prevSize": 16, "code": 61693, "codes": [61693, 61694] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1023 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM758.64 489.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4 41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36zM438.64 406.64l-41.4 41.36 41.4 41.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4 41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["smiley-x-eyes-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31757, "id": 223, "name": "smiley-x-eyes-duotone", "prevSize": 16, "code": 61695, "codes": [61695, 61696] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1024 + }, + { + "icon": { + "paths": [ + "M960 735.6c-37 34.76-125.8 18.44-170.64 43.12-44 24.28-68.28 102.24-118.28 115.040-48.32 12.36-106.88-30.24-159.080-30.24s-110.76 42.6-159.080 30.24c-50-12.8-74.12-90.76-118.28-115.040-44.84-24.68-133.64-8.36-170.64-43.12 0 0 224-80 224-415.72 0-123.712 100.288-224 224-224s224 100.288 224 224v0c0 335.56 224 415.72 224 415.72z", + "M991.32 729.12c-2.349-11.008-10.107-19.786-20.298-23.529l-0.222-0.071c-1.56-0.56-115.8-43.52-172-196.92l77.2-30.88c11.856-4.88 20.051-16.343 20.051-29.72 0-17.701-14.35-32.051-32.051-32.051-4.325 0-8.449 0.856-12.213 2.409l0.213-0.078-71.28 28.52c-8.097-36.838-12.735-79.151-12.735-122.548 0-1.495 0.006-2.988 0.016-4.48l-0.001 0.229c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0.007 1.054 0.010 2.3 0.010 3.547 0 43.713-4.636 86.343-13.444 127.425l0.713-3.972-71.28-28.72c-3.551-1.475-7.675-2.331-12-2.331-17.701 0-32.051 14.35-32.051 32.051 0 13.377 8.195 24.84 19.838 29.642l0.213 0.078 77.48 31c-16.941 46.579-41.021 86.701-71.326 121.226l0.366-0.426c-50.080 56.56-101.080 76-101.44 76-12.451 4.57-21.174 16.323-21.174 30.113 0 9.19 3.874 17.475 10.078 23.311l0.016 0.015c28.4 26.68 70.68 30.84 111.56 34.88 25.2 2.48 51.28 5.080 65.52 12.92 13.48 7.44 27.4 26.48 40.84 44.88 21.6 29.64 46.12 63.2 84.96 73.12 36.28 9.32 73.4-3.32 106.16-14.48 22.2-7.56 43.2-14.72 60.84-14.72s38.64 7.16 60.84 14.72c24.8 8.44 52 17.72 79.6 17.72 0.184 0.001 0.402 0.002 0.62 0.002 9.215 0 18.154-1.183 26.673-3.404l-0.733 0.162c38.8-9.92 63.32-43.48 84.92-73.12 13.44-18.4 27.36-37.44 40.84-44.88 14.24-8 40.32-10.44 65.56-12.92 40.84-4 83.12-8.2 111.52-34.88 6.308-5.862 10.242-14.204 10.242-23.464 0-2.257-0.234-4.459-0.678-6.584l0.036 0.208zM864.040 730.16c-31.64 3.12-64.32 6.36-90.12 20.52s-44 39.16-61.64 63.24c-16 21.92-32.6 44.64-49.12 48.84-17.84 4.6-43.040-4-69.68-13.080s-53.24-18.12-81.48-18.12-55.32 9.2-81.48 18.12-52 17.68-69.68 13.080c-16.52-4.2-33.080-26.92-49.12-48.84-17.56-24-35.72-48.96-61.64-63.24s-58.48-17.4-90.080-20.52c-6.24-0.6-12.6-1.24-18.96-1.96 21.879-16.173 41.112-33.629 58.459-52.822l0.301-0.338c33.48-37.080 70.88-92.92 94.96-172.52l0.24-0.52c0.748-1.829 1.385-3.989 1.806-6.226l0.034-0.214c14.72-50.918 23.186-109.406 23.186-169.871 0-2-0.009-3.998-0.028-5.994l0.002 0.305c0-106.039 85.961-192 192-192s192 85.961 192 192v0c-0.016 1.692-0.026 3.691-0.026 5.693 0 60.508 8.481 119.035 24.318 174.457l-1.093-4.47c0.455 2.451 1.092 4.611 1.923 6.672l-0.083-0.232 0.24 0.52c24 79.6 61.48 135.44 94.96 172.52 17.648 19.531 36.881 36.987 57.707 52.414l1.053 0.746c-6.36 0.6-12.72 1.24-19 1.84z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["snapchat-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31758, "id": 222, "name": "snapchat-logo-duotone", "prevSize": 16, "code": 61697, "codes": [61697, 61698] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1025 + }, + { + "icon": { + "paths": [ + "M992 668.24v3.76h-864v-369.84c-0-0.024-0-0.052-0-0.081 0-13.755 8.679-25.483 20.859-30.007l0.221-0.072 302.92-110.080c3.209-1.185 6.915-1.871 10.781-1.871 12.947 0 24.099 7.689 29.137 18.751l0.082 0.2 93.080 217.4c14.819 32.774 42.069 57.729 75.579 69.173l0.901 0.267 242.92 81c51.277 17.468 87.506 65.201 87.52 121.398l0 0.002z", + "M914.6 516.44l-242.92-80.96c-25.763-8.784-46.166-27.467-57.035-51.398l-0.245-0.602-92.84-217.080s0-0.28 0-0.4c-10.231-22.543-32.545-37.939-58.454-37.939-7.936 0-15.535 1.444-22.547 4.085l0.441-0.146-302.88 109.96c-24.751 9.254-42.065 32.678-42.12 60.153l-0 0.007v465.88c0 35.346 28.654 64 64 64v0h800c35.346 0 64-28.654 64-64v0-99.76c0-0.004 0-0.008 0-0.012 0-70.264-45.292-129.95-108.274-151.454l-1.126-0.334zM160 302.12l302.88-110.12 28.44 66.52-86.24 31.4c-12.403 4.595-21.082 16.324-21.082 30.080 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.003-0l-0 0c3.922-0.006 7.675-0.724 11.138-2.032l-0.218 0.072 89.6-32.56 18.96 44.28-66.4 24c-12.645 4.466-21.543 16.316-21.543 30.243 0 17.673 14.327 32 32 32 0.163 0 0.326-0.001 0.488-0.004l-0.025 0c3.922-0.006 7.675-0.724 11.138-2.032l-0.218 0.072 70.4-25.6c8.444 15.394 18.669 28.578 30.648 39.932l0.072 0.068-58.96 21.44c-12.462 4.565-21.194 16.323-21.194 30.12 0 17.673 14.327 32 32 32 0.040 0 0.080-0 0.12-0l-0.006 0c3.92-0.012 7.672-0.715 11.146-1.993l-0.226 0.073 112-40.72 227.48 75.8c29.403 10.039 51.985 33.121 61.135 62.16l0.185 0.68h-795.72zM960 768h-800v-64h800z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sneaker-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31759, "id": 221, "name": "sneaker-duotone", "prevSize": 16, "code": 61699, "codes": [61699, 61700] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1026 + }, + { + "icon": { + "paths": [ + "M992 768v32c0 17.673-14.327 32-32 32v0h-370.76c-8.825-0.004-16.814-3.58-22.6-9.36l0 0-429.28-416c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 256-256.52c5.73-5.467 13.509-8.832 22.073-8.832 8.826 0 16.818 3.573 22.607 9.352l-0-0 32.92 32.92c5.422 5.45 8.894 12.846 9.277 21.049l0.003 0.071c5.44 110.36 85.4 182.64 194.64 191.44 16.372 1.545 29.080 15.221 29.080 31.867 0 0.047-0 0.094-0 0.141l0-0.007v97.16c0 88.366 71.634 160 160 160v0 0c0.012-0 0.026-0 0.040-0 70.692 0 128 57.308 128 128l-0 0z", + "M864 608c-70.692 0-128-57.308-128-128v0-97.2c-0.003-33.415-25.613-60.848-58.276-63.743l-0.244-0.017c-97.4-8-160.72-69.56-165.24-161.080v0c-0.868-16.455-7.825-31.135-18.64-41.96l-32.88-32.92c-11.541-11.665-27.55-18.888-45.247-18.888-17.156 0-32.727 6.789-44.172 17.826l0.019-0.018-0.6 0.56-256 256.48c-11.573 11.58-18.73 27.574-18.73 45.24s7.157 33.66 18.731 45.24l0.36 0.36 429.080 416c11.474 11.208 27.184 18.123 44.51 18.123 0.201 0 0.401-0.001 0.601-0.003l-0.031 0h370.76c35.346 0 64-28.654 64-64v0-32c0-88.366-71.634-160-160-160v0zM960 800l-371.12-0.32-428.88-415.68 255.48-256 32.84 32.8c3.040 61.68 26.6 115.4 68 155.32 40 38.4 93.8 61.36 155.52 66.4v65.48h-63.84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h66.72c4.144 24.053 12.219 45.565 23.605 64.891l-0.485-0.891h-57.84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h118.040c29.714 20.047 66.328 32 105.733 32 0.080 0 0.159-0 0.239-0l-0.012 0c53.019 0 96 42.981 96 96v0zM256 736h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM416 832c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sneaker-move-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31760, "id": 220, "name": "sneaker-move-duotone", "prevSize": 16, "code": 61701, "codes": [61701, 61702] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1027 + }, + { + "icon": { + "paths": [ + "M880 512c0 203.241-164.759 368-368 368s-368-164.759-368-368c0-203.241 164.759-368 368-368v0c203.149 0.228 367.772 164.851 368 367.978l0 0.022z", + "M895.080 600.36c0.589 2.295 0.926 4.93 0.926 7.644 0 14.963-10.27 27.527-24.145 31.029l-0.221 0.047-98.56 24 25.84 96.44c0.693 2.485 1.092 5.34 1.092 8.287 0 14.733-9.956 27.14-23.507 30.861l-0.225 0.053c-2.462 0.738-5.301 1.2-8.236 1.279l-0.044 0.001c-14.716-0.014-27.105-9.96-30.827-23.495l-0.053-0.225-30.88-115.2-162.24-93.64v187.32l86.64 86.6c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l86.64-86.6v-187.32l-162.2 93.64-30.88 115.2c-3.777 13.77-16.182 23.72-30.91 23.72-0.003 0-0.007-0-0.010-0l0.001 0c-2.96-0.005-5.825-0.399-8.551-1.133l0.231 0.053c-13.776-3.773-23.732-16.181-23.732-30.913 0-2.947 0.398-5.801 1.144-8.511l-0.053 0.225 25.84-96.44-98.56-24c-14.096-3.551-24.365-16.116-24.365-31.080 0-17.676 14.329-32.005 32.005-32.005 2.712 0 5.346 0.337 7.861 0.973l-0.221-0.047 117.8 28.92 162.6-94.040-162.56-93.84-117.8 28.92c-2.266 0.585-4.866 0.92-7.546 0.92-0.033 0-0.066-0-0.099-0l0.005 0c-0.007 0-0.014 0-0.022 0-17.673 0-32-14.327-32-32 0-14.969 10.278-27.537 24.161-31.033l0.221-0.047 98.56-24-25.84-96.64c-0.692-2.483-1.089-5.335-1.089-8.28 0-17.678 14.331-32.009 32.009-32.009 14.734 0 27.142 9.954 30.867 23.505l0.053 0.225 30.88 115.2 162.2 93.64v-187.32l-86.64-86.6c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v-0l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-86.64 86.6v187.32l162.2-93.64 30.88-115.2c3.778-13.775 16.186-23.729 30.92-23.729 17.678 0 32.009 14.331 32.009 32.009 0 2.945-0.398 5.797-1.142 8.505l0.053-0.225-25.84 96.44 98.56 24c14.571 3.192 25.317 15.988 25.317 31.294 0 17.673-14.327 32-32 32-0.336 0-0.672-0.005-1.006-0.016l0.049 0.001c-0.028 0-0.061 0-0.094 0-2.679 0-5.28-0.336-7.763-0.967l0.217 0.047-117.8-28.92-162.56 93.84 162.56 93.84 117.8-28.92c2.295-0.589 4.93-0.926 7.644-0.926 14.963 0 27.527 10.27 31.029 24.145l0.047 0.221z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["snowflake-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31761, "id": 219, "name": "snowflake-duotone", "prevSize": 16, "code": 61703, "codes": [61703, 61704] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1028 + }, + { + "icon": { + "paths": [ + "M260.68 432.32l-132 101.36c-0.4-7.2-0.6-14.4-0.6-21.68-0-0.203-0.001-0.442-0.001-0.682 0-91.31 32-175.146 85.397-240.905l-0.556 0.708zM187.68 717.68c52.025 81.045 131.633 140.503 225.315 165.471l2.685 0.609-58.8-166.080zM608.52 883.76c96.367-25.577 175.975-85.035 227.082-164.553l0.918-1.527h-169.2zM811.080 271.12l-47.76 161.2 132 101.36c0.4-7.2 0.6-14.4 0.6-21.68 0-0.203 0.001-0.442 0.001-0.682 0-91.31-32-175.146-85.397-240.905l0.556 0.708zM657 156.32c-42.894-17.914-92.732-28.32-145-28.32s-102.106 10.406-147.554 29.259l2.554-0.939 145 99.68zM610.88 640l61.12-178-160-110-160 110 61.12 178z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM818.080 685.68h-134.48l-37.040-51.040 50.52-147.12 60-19.56 104.96 80.52c-5.393 51.15-21.040 97.674-44.858 138.885l0.898-1.685zM162.080 548.48l104.76-80.48 60 19.56 50.52 147.12-36.96 51h-134.48c-22.946-39.521-38.62-86.044-43.908-135.669l-0.132-1.531zM202.080 345.92l22.040 74.4-61.28 46.76c5.922-45.198 19.629-86.108 39.793-122.983l-0.913 1.823zM436 608l-45.84-133.4 121.84-83.76 121.84 83.76-45.84 133.4zM800.28 420.32l22.040-74.4c19.251 35.052 32.958 75.962 38.689 119.387l0.191 1.773zM775.48 278.8l-38.040 128.32-60.28 19.56-133.16-91.52v-62.32l116.36-80c45.184 21.43 83.436 50.369 114.766 85.6l0.314 0.36zM584.28 167.48l-72.28 49.68-72.28-49.68c21.727-4.756 46.686-7.48 72.28-7.48s50.552 2.724 74.6 7.898l-2.32-0.418zM363.64 192.84l116.36 80v62.32l-133.12 91.52-60.28-19.56-38.040-128.32c31.644-35.591 69.896-64.53 112.939-85.041l2.141-0.919zM252.6 749.68h81.48l28.68 81.080c-43.033-20.533-79.582-47.783-109.927-80.823l-0.233-0.257zM440 856.52l-47.52-133.68 36.92-50.84h165.2l36.92 50.84-47.32 133.68c-21.703 4.758-46.633 7.484-72.2 7.484s-50.496-2.726-74.515-7.902l2.315 0.418zM661.44 830.76l28.68-81.080h81.48c-30.631 33.314-67.249 60.568-108.23 80.163l-2.13 0.917z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["soccer-ball-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31762, "id": 218, "name": "soccer-ball-duotone", "prevSize": 16, "code": 61705, "codes": [61705, 61706] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1029 + }, + { + "icon": { + "paths": [ + "M896 672l-160 160-160-160z", + "M512 512c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288c17.673 0 32 14.327 32 32v0zM192 288h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM416 736h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM918.64 694.64l-160 160c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-160-160c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l127.999-0v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h128c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0zM818.64 704h-165.4l82.76 82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sort-ascending-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31763, "id": 217, "name": "sort-ascending-duotone", "prevSize": 16, "code": 61707, "codes": [61707, 61708] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1030 + }, + { + "icon": { + "paths": [ + "M896 352h-320l160-160z", + "M160 512c0-17.673 14.327-32 32-32v0h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0zM192 288h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM736 736h-544c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM925.56 364.24c-4.934 11.696-16.306 19.757-29.56 19.76l-128 0v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-128c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 160 160c5.785 5.79 9.363 13.786 9.363 22.618 0 4.425-0.898 8.639-2.522 12.472l0.079-0.21zM818.76 320l-82.76-82.76-82.76 82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sort-descending-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31764, + "id": 216, + "name": "sort-descending-duotone", + "prevSize": 16, + "code": 61709, + "codes": [61709, 61710] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1031 + }, + { + "icon": { + "paths": [ + "M992 608c0 88.366-71.634 160-160 160v0h-256v-576c0.010-0 0.021-0 0.032-0 148.816 0 271.27 112.871 286.423 257.676l0.106 1.244c74.262 14.833 129.44 79.5 129.44 157.054 0 0.009-0 0.018-0 0.027l0-0.001z", + "M96 480v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM192 352c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM320 320c-17.673 0-32 14.327-32 32v0 416c0 17.673 14.327 32 32 32s32-14.327 32-32v0-416c0-17.673-14.327-32-32-32v0zM448 192c-17.673 0-32 14.327-32 32v0 544c0 17.673 14.327 32 32 32s32-14.327 32-32v0-544c0-17.673-14.327-32-32-32v0zM891.36 425.36c-27.001-151.682-157.875-265.36-315.301-265.36-0.021 0-0.042 0-0.062 0l0.003-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c0.267-0.001 0.584-0.002 0.9-0.002 132.080 0 240.709 100.401 253.732 229.046l0.088 1.075c1.556 14.058 12.019 25.282 25.556 27.966l0.204 0.034c60.038 11.344 104.837 63.383 104.837 125.887 0 70.692-57.308 128-128 128-0.463 0-0.926-0.002-1.388-0.007l0.070 0.001h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c0.043 0 0.093 0 0.143 0 106.039 0 192-85.961 192-192 0-84.873-55.070-156.884-131.427-182.25l-1.356-0.39z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["soundcloud-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31765, + "id": 215, + "name": "soundcloud-logo-duotone", + "prevSize": 16, + "code": 61711, + "codes": [61711, 61712] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1032 + }, + { + "icon": { + "paths": [ + "M896 544c0 0.007 0 0.014 0 0.022 0 106.039-85.961 192-192 192-48.417 0-92.648-17.921-126.422-47.492l0.222 0.19 62.2 207.28h-256l62.2-207.28c-33.552 29.381-77.783 47.302-126.2 47.302-106.039 0-192-85.961-192-192 0-0.008 0-0.016 0-0.023l-0 0.001c0-256 384-448 384-448s384 192 384 448z", + "M526.32 67.4c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084c-16.4 8.2-401.68 203.96-401.68 476.6-0 0.027-0 0.059-0 0.091 0 123.712 100.288 224 224 224 25.995 0 50.956-4.428 74.17-12.571l-1.57 0.48-39.24 130.8c-0.857 2.753-1.351 5.919-1.351 9.2 0 17.67 14.322 31.995 31.991 32l256 0c17.669-0.005 31.991-14.33 31.991-32 0-3.281-0.494-6.447-1.411-9.427l0.060 0.227-39.24-130.8c21.644 7.663 46.605 12.091 72.6 12.091 123.712 0 224-100.288 224-224 0-0.032-0-0.064-0-0.096l0 0.005c0-272.64-385.28-468.4-401.68-476.6zM704 704c-0.004 0-0.009 0-0.014 0-40.338 0-77.189-14.927-105.331-39.559l0.185 0.159c-5.592-4.896-12.963-7.882-21.032-7.882-17.673 0-32 14.327-32 32 0 3.282 0.494 6.448 1.412 9.429l-0.060-0.227 49.84 166.080h-170l49.84-166.080c0.858-2.754 1.352-5.92 1.352-9.202 0-17.673-14.327-32-32-32-8.069 0-15.44 2.986-21.069 7.914l0.037-0.032c-27.959 24.48-64.816 39.412-105.16 39.412-88.366 0-160-71.634-160-160 0-0.004 0-0.009 0-0.013l-0 0.001c0-119.52 97.64-226.2 179.56-294.64 50.546-41.997 106.97-80.779 166.787-114.218l5.653-2.902c65.47 36.341 121.894 75.123 174.278 118.603l-1.838-1.483c148.4 124 179.56 228.68 179.56 294.64 0 88.366-71.634 160-160 160v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["spade-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31766, "id": 214, "name": "spade-duotone", "prevSize": 16, "code": 61713, "codes": [61713, 61714] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1033 + }, + { + "icon": { + "paths": [ + "M779.28 605.72l-206.64 76c-8.732 3.261-15.499 10.028-18.689 18.543l-0.071 0.217-76 206.64c-4.594 12.193-16.162 20.71-29.72 20.71s-25.126-8.517-29.648-20.492l-0.072-0.218-76-206.64c-3.261-8.732-10.028-15.499-18.543-18.689l-0.217-0.071-206.64-76c-12.193-4.594-20.71-16.162-20.71-29.72s8.517-25.126 20.492-29.648l0.218-0.072 206.64-76c8.732-3.261 15.499-10.028 18.689-18.543l0.071-0.217 76-206.64c4.594-12.193 16.162-20.71 29.72-20.71s25.126 8.517 29.648 20.492l0.072 0.218 76 206.64c3.261 8.732 10.028 15.499 18.543 18.689l0.217 0.071 206.64 76c12.193 4.594 20.71 16.162 20.71 29.72s-8.517 25.126-20.492 29.648l-0.218 0.072z", + "M790.32 516.24l-206.44-76-76-206.6c-9.219-24.538-32.487-41.683-59.76-41.683s-50.541 17.145-59.615 41.244l-0.145 0.439-76.080 206.36-206.6 76c-24.538 9.219-41.683 32.487-41.683 59.76s17.145 50.541 41.244 59.615l0.439 0.145 206.32 76.48 76 206.48c9.219 24.538 32.487 41.683 59.76 41.683s50.541-17.145 59.615-41.244l0.145-0.439 76-206.44 206.6-76c24.538-9.219 41.683-32.487 41.683-59.76s-17.145-50.541-41.244-59.615l-0.439-0.145zM561.56 652c-17.55 6.569-31.151 20.17-37.576 37.282l-0.144 0.438-76 205.84-75.84-206c-6.573-17.455-20.105-30.987-37.123-37.415l-0.437-0.145-205.84-76 205.84-76c17.455-6.573 30.987-20.105 37.415-37.123l0.145-0.437 76-205.84 76 205.84c6.569 17.55 20.17 31.151 37.282 37.576l0.438 0.144 205.84 76zM576 160c0-17.673 14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32v0zM992 352c0 17.673-14.327 32-32 32v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h32c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sparkle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31767, "id": 213, "name": "sparkle-duotone", "prevSize": 16, "code": 61715, "codes": [61715, 61716] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1034 + }, + { + "icon": { + "paths": [ + "M768 128h-512c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM512 736c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z", + "M768 96h-512c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM768 864h-512v-704h512zM464 304c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM512 768c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0zM512 512c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["speaker-hifi-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31768, "id": 212, "name": "speaker-hifi-duotone", "prevSize": 16, "code": 61717, "codes": [61717, 61718] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1035 + }, + { + "icon": { + "paths": [ + "M320 352v320h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0z", + "M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.2v-288.72l224-174.2zM792 406.24c24.798 28.047 39.938 65.135 39.938 105.76s-15.14 77.713-40.086 105.931l0.148-0.171c-5.875 6.438-14.301 10.462-23.666 10.462-17.673 0-32-14.327-32-32 0-7.953 2.901-15.228 7.702-20.825l-0.036 0.043c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-4.765-5.554-7.666-12.829-7.666-20.782 0-17.673 14.327-32 32-32 9.366 0 17.792 4.024 23.644 10.437l0.023 0.025zM992 512c0 0.055 0 0.121 0 0.186 0 82.050-30.919 156.878-81.741 213.47l0.261-0.296c-5.864 6.331-14.221 10.281-23.501 10.281-17.673 0-32-14.327-32-32 0-8.036 2.962-15.38 7.854-21l-0.033 0.039c40.45-45.080 65.183-104.982 65.183-170.66s-24.733-125.58-65.394-170.899l0.211 0.239c-5.268-5.687-8.499-13.326-8.499-21.719 0-17.673 14.327-32 32-32 9.637 0 18.28 4.26 24.146 11l0.033 0.039c50.56 56.257 81.48 131.051 81.48 213.067 0 0.089-0 0.178-0 0.267l0-0.014z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["speaker-high-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31769, "id": 211, "name": "speaker-high-duotone", "prevSize": 16, "code": 61719, "codes": [61719, 61720] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1036 + }, + { + "icon": { + "paths": [ + "M320 352v320h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0z", + "M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.2v-288.72l224-174.2zM832 512c0 0.034 0 0.075 0 0.116 0 40.624-15.166 77.705-40.145 105.891l0.145-0.167c-5.875 6.438-14.301 10.462-23.666 10.462-17.673 0-32-14.327-32-32 0-7.953 2.901-15.228 7.702-20.825l-0.036 0.043c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-5.168-5.663-8.334-13.231-8.334-21.538 0-17.673 14.327-32 32-32 9.721 0 18.429 4.334 24.298 11.175l0.036 0.043c24.803 28.020 39.961 65.076 40 105.672l0 0.008z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["speaker-low-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31770, "id": 210, "name": "speaker-low-duotone", "prevSize": 16, "code": 61721, "codes": [61721, 61722] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1037 + }, + { + "icon": { + "paths": [ + "M320 352v320h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0z", + "M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.28v-288.52l224-174.32z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["speaker-none-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31771, "id": 209, "name": "speaker-none-duotone", "prevSize": 16, "code": 61723, "codes": [61723, 61724] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1038 + }, + { + "icon": { + "paths": [ + "M608 128v768l-288-224h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192z", + "M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8zM800 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM928 352v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["speaker-simple-high-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31772, + "id": 208, + "name": "speaker-simple-high-duotone", + "prevSize": 16, + "code": 61725, + "codes": [61725, 61726] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1039 + }, + { + "icon": { + "paths": [ + "M608 128v768l-288-224h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192z", + "M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8zM800 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["speaker-simple-low-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31773, + "id": 207, + "name": "speaker-simple-low-duotone", + "prevSize": 16, + "code": 61727, + "codes": [61727, 61728] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1040 + }, + { + "icon": { + "paths": [ + "M608 128v768l-288-224h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192z", + "M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["speaker-simple-none-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31774, + "id": 206, + "name": "speaker-simple-none-duotone", + "prevSize": 16, + "code": 61729, + "codes": [61729, 61730] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1041 + }, + { + "icon": { + "paths": [ + "M608 128v768l-288-224h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192z", + "M736 608v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM855.68 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-168.32-185.16v195.64c-0.014 17.663-14.335 31.976-32 31.976-7.435 0-14.277-2.535-19.71-6.789l0.070 0.053-279.36-217.24h-181c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h166.2l-125.88-138.48c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032zM576 629.96l-223.6-245.96h-224.4v256h192c0.015-0 0.034-0 0.052-0 7.422 0 14.249 2.546 19.656 6.811l-0.067-0.051 236.36 183.8zM468.24 277.24l107.76-84v233.88c0 17.673 14.327 32 32 32s32-14.327 32-32v0-299.12c-0.014-17.663-14.335-31.976-32-31.976-7.435 0-14.277 2.535-19.71 6.789l0.070-0.053-159.4 124c-7.345 5.914-12.004 14.904-12.004 24.984 0 17.673 14.327 32 32 32 7.277 0 13.987-2.429 19.363-6.521l-0.079 0.057z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["speaker-simple-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31775, + "id": 205, + "name": "speaker-simple-slash-duotone", + "prevSize": 16, + "code": 61731, + "codes": [61731, 61732] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1042 + }, + { + "icon": { + "paths": [ + "M608 128v768l-288-224h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192z", + "M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8zM982.64 585.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["speaker-simple-x-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31776, + "id": 204, + "name": "speaker-simple-x-duotone", + "prevSize": 16, + "code": 61733, + "codes": [61733, 61734] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1043 + }, + { + "icon": { + "paths": [ + "M320 352v320h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 125.88 138.48h-166.2c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-195.64l168.32 185.16c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM128 384h160v256h-160zM576 830.56l-224-174.2v-272.8l224 246.4zM744 575.48c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-5.384-5.713-8.693-13.434-8.693-21.927 0-17.673 14.327-32 32-32 9.917 0 18.781 4.511 24.651 11.594l0.043 0.053c24.798 28.047 39.938 65.135 39.938 105.76s-15.14 77.713-40.086 105.931l0.148-0.171c-5.894 6.655-14.459 10.829-24 10.829-17.678 0-32.009-14.331-32.009-32.009 0-8.138 3.037-15.566 8.038-21.214l-0.029 0.034zM423.36 271.48c-4.211-5.367-6.753-12.217-6.753-19.662 0-10.235 4.805-19.348 12.283-25.206l0.070-0.053 159.4-124c5.363-4.201 12.206-6.736 19.64-6.736 17.673 0 32 14.327 32 32 0 0.062-0 0.124-0.001 0.186l0-0.009v299.32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-233.88l-107.76 84c-5.345 4.153-12.15 6.658-19.54 6.658-10.282 0-19.432-4.849-25.286-12.386l-0.054-0.072zM992 512c0 0.055 0 0.121 0 0.186 0 82.050-30.919 156.878-81.741 213.47l0.261-0.296c-5.864 6.331-14.221 10.281-23.501 10.281-17.673 0-32-14.327-32-32 0-8.036 2.962-15.38 7.854-21l-0.033 0.039c40.45-45.080 65.183-104.982 65.183-170.66s-24.733-125.58-65.394-170.899l0.211 0.239c-5.268-5.687-8.499-13.326-8.499-21.719 0-17.673 14.327-32 32-32 9.637 0 18.28 4.26 24.146 11l0.033 0.039c50.56 56.257 81.48 131.051 81.48 213.067 0 0.089-0 0.178-0 0.267l0-0.014z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["speaker-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31777, "id": 203, "name": "speaker-slash-duotone", "prevSize": 16, "code": 61735, "codes": [61735, 61736] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1044 + }, + { + "icon": { + "paths": [ + "M320 352v320h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0z", + "M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.28v-288.52l224-174.32zM982.64 585.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["speaker-x-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31778, "id": 202, "name": "speaker-x-duotone", "prevSize": 16, "code": 61737, "codes": [61737, 61738] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1045 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M544 128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM693 363c8.845-0.004 16.85-3.596 22.639-9.399l0.001-0.001 90.52-90.48c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-90.48 90.52c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.668 14.318 31.992 31.984 32l0.001 0zM896 480h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM715.64 670.4c-5.727-5.449-13.492-8.801-22.041-8.801-17.673 0-32 14.327-32 32 0 8.548 3.352 16.314 8.813 22.054l-0.013-0.013 90.48 90.52c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM512 736c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM308.36 670.4l-90.52 90.48c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l90.48-90.52c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013zM288 512c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM263.12 217.84c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l90.52 90.48c5.727 5.449 13.492 8.801 22.041 8.801 17.673 0 32-14.327 32-32 0-8.548-3.352-16.314-8.813-22.054l0.013 0.013z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["spinner-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31779, "id": 201, "name": "spinner-duotone", "prevSize": 16, "code": 61739, "codes": [61739, 61740] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1046 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M544 128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 480h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM715.64 670.4c-5.727-5.449-13.492-8.801-22.041-8.801-17.673 0-32 14.327-32 32 0 8.548 3.352 16.314 8.813 22.054l-0.013-0.013 90.48 90.52c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM512 736c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM308.36 670.4l-90.52 90.48c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l90.48-90.52c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013zM288 512c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM263.12 217.84c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l90.52 90.48c5.727 5.449 13.492 8.801 22.041 8.801 17.673 0 32-14.327 32-32 0-8.548-3.352-16.314-8.813-22.054l0.013 0.013z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["spinner-gap-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31780, "id": 200, "name": "spinner-gap-duotone", "prevSize": 16, "code": 61741, "codes": [61741, 61742] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1047 + }, + { + "icon": { + "paths": [ + "M960 576h-128c0 176.731-143.269 320-320 320v0c-194.404 0-352-157.596-352-352v0c0-212.077 171.923-384 384-384v0c229.75 0 416 186.25 416 416v0z", + "M992 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0.205 176.648 143.351 319.795 319.98 320l0.020 0c158.985-0.182 287.818-129.015 288-287.983l0-0.017c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0.114 105.993 86.007 191.886 191.989 192l0.011 0c88.366 0 160-71.634 160-160v0c0-70.692-57.308-128-128-128v0c-53.019 0-96 42.981-96 96v0c0 35.346 28.654 64 64 64v0c17.673 0 32-14.327 32-32v0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c35.346 0 64 28.654 64 64v0c0 53.019-42.981 96-96 96v0c-70.692 0-128-57.308-128-128v0c0-88.366 71.634-160 160-160v0c105.993 0.114 191.886 86.007 192 191.989l0 0.011c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015c0.182-158.985 129.015-287.818 287.983-288l0.017-0c176.648 0.205 319.795 143.351 320 319.98l0 0.020c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0c-211.976-0.25-383.75-172.023-384-383.976l-0-0.024c0.25-229.65 186.35-415.75 415.976-416l0.024-0c247.314 0.273 447.727 200.686 448 447.974l0 0.026z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["spiral-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31781, "id": 199, "name": "spiral-duotone", "prevSize": 16, "code": 61743, "codes": [61743, 61744] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1048 + }, + { + "icon": { + "paths": [ + "M928 512l-128 128v-256zM224 640v-256l-128 128z", + "M416 160c-17.673 0-32 14.327-32 32v0 288h-128v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-96h128v288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM192 562.76l-50.76-50.76 50.76-50.76zM950.64 489.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-128v-288c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h128v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM832 562.76v-101.52l50.76 50.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["split-horizontal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31782, + "id": 198, + "name": "split-horizontal-duotone", + "prevSize": 16, + "code": 61745, + "codes": [61745, 61746] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1049 + }, + { + "icon": { + "paths": [ + "M640 224h-256l128-128zM512 928l128-128h-256z", + "M832 576h-640c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288v128h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-95.999-0v-128h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 882.76l-50.76-50.76h101.52zM192 448h640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288v-128h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l95.999 0v128h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM512 141.24l50.76 50.76h-101.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["split-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31783, "id": 197, "name": "split-vertical-duotone", "prevSize": 16, "code": 61747, "codes": [61747, 61748] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1050 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM636.28 678.96c-5.484 10.208-16.087 17.031-28.283 17.031-5.472 0-10.623-1.373-15.128-3.795l0.171 0.084c-23.44-12.845-51.358-20.401-81.040-20.401s-57.6 7.556-81.934 20.848l0.894-0.447c-4.185 2.15-9.132 3.41-14.374 3.41-17.673 0-32-14.327-32-32 0-11.965 6.567-22.397 16.294-27.887l0.16-0.083c32.149-17.345 70.364-27.538 110.96-27.538s78.811 10.193 112.225 28.159l-1.265-0.622c10.208 5.484 17.031 16.087 17.031 28.283 0 5.472-1.373 10.623-3.795 15.128l0.084-0.171zM764.28 454.96c-5.499 10.157-16.074 16.939-28.234 16.939-5.523 0-10.72-1.399-15.254-3.863l0.168 0.084c-60.452-33.013-132.419-52.427-208.92-52.427s-148.468 19.414-211.243 53.585l2.323-1.157c-4.365 2.377-9.559 3.774-15.080 3.774-17.681 0-32.014-14.333-32.014-32.014 0-12.16 6.78-22.737 16.765-28.156l0.169-0.084c69.185-37.752 151.54-59.953 239.080-59.953s169.896 22.2 241.743 61.278l-2.663-1.325c10.158 5.498 16.941 16.075 16.941 28.235 0 5.555-1.415 10.779-3.905 15.332l0.084-0.167zM700.28 566.96c-5.496 10.165-16.076 16.954-28.242 16.954-5.504 0-10.684-1.39-15.207-3.837l0.169 0.084c-41.968-22.802-91.899-36.208-144.96-36.208s-102.992 13.406-146.589 37.015l1.629-0.807c-4.232 2.207-9.243 3.502-14.556 3.502-17.673 0-32-14.327-32-32 0-11.974 6.577-22.413 16.316-27.899l0.16-0.083c50.672-27.554 110.964-43.755 175.040-43.755s124.368 16.2 177.003 44.728l-1.963-0.973c10.166 5.496 16.956 16.077 16.956 28.243 0 5.536-1.406 10.743-3.879 15.285l0.084-0.168z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["spotify-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31784, "id": 196, "name": "spotify-logo-duotone", "prevSize": 16, "code": 61749, "codes": [61749, 61750] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1051 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31785, "id": 195, "name": "square-duotone", "prevSize": 16, "code": 61751, "codes": [61751, 61752] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1052 + }, + { + "icon": { + "paths": [ + "M832 512v288c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-288z", + "M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 224v256h-576v-256zM800 800h-576v-256h576v256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["square-half-bottom-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31786, + "id": 194, + "name": "square-half-bottom-duotone", + "prevSize": 16, + "code": 61753, + "codes": [61753, 61754] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1053 + }, + { + "icon": { + "paths": [ + "M832 224v576c0 17.673-14.327 32-32 32v0h-288v-640h288c17.673 0 32 14.327 32 32v0z", + "M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM224 224h256v576h-256zM800 800h-256v-576h256v576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["square-half-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31787, "id": 193, "name": "square-half-duotone", "prevSize": 16, "code": 61755, "codes": [61755, 61756] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1054 + }, + { + "icon": { + "paths": [ + "M640 384v256h-256v-256z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM640 352h-256c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0zM608 608h-192v-192h192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["square-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31788, "id": 192, "name": "square-logo-duotone", "prevSize": 16, "code": 61757, "codes": [61757, 61758] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1055 + }, + { + "icon": { + "paths": [ + "M448 224v192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM800 192h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM416 576h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM800 576h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z", + "M800 544h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM800 800h-192v-192h192v192zM416 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 416h-192v-192h192v192zM800 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM800 416h-192v-192h192v192zM416 544h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 800h-192v-192h192v192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["squares-four-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31789, "id": 191, "name": "squares-four-duotone", "prevSize": 16, "code": 61759, "codes": [61759, 61760] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1056 + }, + { + "icon": { + "paths": [ + "M832 224v576c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z", + "M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM224 224h256v576h-256zM800 800h-256v-576h256v576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["square-split-horizontal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31790, + "id": 190, + "name": "square-split-horizontal-duotone", + "prevSize": 16, + "code": 61761, + "codes": [61761, 61762] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1057 + }, + { + "icon": { + "paths": [ + "M832 224v576c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z", + "M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 224v256h-576v-256zM800 800h-576v-256h576v256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["square-split-vertical-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31791, + "id": 189, + "name": "square-split-vertical-duotone", + "prevSize": 16, + "code": 61763, + "codes": [61763, 61764] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1058 + }, + { + "icon": { + "paths": [ + "M896 320l-384 224-384-224 384-224z", + "M923.64 688c2.687 4.584 4.274 10.095 4.274 15.977 0 11.747-6.33 22.016-15.765 27.581l-0.149 0.081-384 224c-4.618 2.738-10.18 4.357-16.12 4.357s-11.502-1.618-16.269-4.438l0.149 0.081-384-224c-9.361-5.696-15.518-15.843-15.518-27.429 0-17.673 14.327-32 32-32 5.793 0 11.226 1.539 15.913 4.231l-0.156-0.082 368 214.6 368-214.6c4.584-2.687 10.095-4.274 15.977-4.274 11.747 0 22.016 6.33 27.581 15.765l0.081 0.149zM880 484.36l-368 214.6-368-214.6c-4.157-2.115-9.065-3.354-14.263-3.354-17.673 0-32 14.327-32 32 0 11.063 5.614 20.815 14.148 26.562l0.114 0.072 384 224c4.618 2.738 10.18 4.357 16.12 4.357s11.502-1.618 16.269-4.438l-0.149 0.081 384-224c9.768-5.603 16.242-15.971 16.242-27.851 0-17.673-14.327-32-32-32-6.088 0-11.779 1.7-16.624 4.651l0.141-0.080zM96 320c0.028-11.754 6.388-22.016 15.849-27.558l0.151-0.082 384-224c4.618-2.738 10.18-4.357 16.12-4.357s11.502 1.618 16.269 4.438l-0.149-0.081 384 224c9.562 5.652 15.875 15.909 15.875 27.64s-6.313 21.988-15.726 27.559l-0.148 0.081-384 224c-4.618 2.738-10.18 4.357-16.12 4.357s-11.502-1.618-16.269-4.438l0.149 0.081-384-224c-9.612-5.624-15.972-15.886-16-27.636l-0-0.004zM191.52 320l320.48 186.96 320.48-186.96-320.48-186.96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["stack-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31792, "id": 188, "name": "stack-duotone", "prevSize": 16, "code": 61765, "codes": [61765, 61766] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1059 + }, + { + "icon": { + "paths": [ + "M832 608v256h-640v-256z", + "M864 608.36v255.64c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-255.64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 223.64h576v-223.64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM352 736.36h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM371.52 524.36l309.080 82.72c2.494 0.71 5.359 1.119 8.319 1.12l0.001 0c17.563-0.144 31.746-14.415 31.746-31.999 0-14.636-9.826-26.977-23.24-30.786l-0.226-0.055-309.2-82.92c-3.296-1.255-7.107-1.982-11.088-1.982-17.673 0-32 14.327-32 32 0 15.768 11.405 28.873 26.416 31.514l0.192 0.028zM445.32 324.64l277.12 160c4.59 2.696 10.11 4.289 16.002 4.289 11.786 0 22.083-6.371 27.636-15.857l0.082-0.151c2.675-4.576 4.254-10.075 4.254-15.942 0-11.771-6.356-22.058-15.823-27.616l-0.15-0.082-277.12-160.2c-4.86-3.133-10.796-4.995-17.167-4.995-17.673 0-32 14.327-32 32 0 12.25 6.884 22.893 16.994 28.271l0.173 0.084zM794.64 376.64c5.801 5.811 13.821 9.406 22.68 9.406 17.699 0 32.046-14.348 32.046-32.046 0-8.839-3.579-16.843-9.367-22.64l0 0-226.28-226c-5.729-5.461-13.503-8.821-22.062-8.821-17.673 0-32 14.327-32 32 0 8.539 3.344 16.296 8.795 22.034l-0.013-0.014z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["stack-overflow-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31793, + "id": 187, + "name": "stack-overflow-logo-duotone", + "prevSize": 16, + "code": 61767, + "codes": [61767, 61768] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1060 + }, + { + "icon": { + "paths": [ + "M960 416l-448 256-448-256 448-256z", + "M48 444l448 256c4.561 2.653 10.038 4.218 15.88 4.218s11.319-1.566 16.033-4.3l-0.153 0.082 448-256c9.718-5.615 16.152-15.956 16.152-27.8s-6.434-22.185-15.998-27.718l-0.154-0.082-448-256c-4.561-2.653-10.038-4.218-15.88-4.218s-11.319 1.566-16.033 4.3l0.153-0.082-448 256c-9.718 5.615-16.152 15.956-16.152 27.8s6.434 22.185 15.998 27.718l0.154 0.082zM512 196.84l383.48 219.16-383.48 219.16-383.48-219.16zM988 560c2.729 4.612 4.341 10.164 4.341 16.093 0 11.92-6.518 22.318-16.183 27.824l-0.158 0.083-448 256c-4.561 2.653-10.038 4.218-15.88 4.218s-11.319-1.566-16.033-4.3l0.153 0.082-448.24-256c-9.727-5.654-16.162-16.025-16.162-27.9 0-17.763 14.4-32.162 32.162-32.162 5.888 0 11.406 1.582 16.153 4.345l-0.153-0.082 432 246.96 432-246.96c4.632-2.759 10.215-4.391 16.178-4.391 11.859 0 22.212 6.451 27.74 16.036l0.082 0.155z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["stack-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31794, "id": 186, "name": "stack-simple-duotone", "prevSize": 16, "code": 61769, "codes": [61769, 61770] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1061 + }, + { + "icon": { + "paths": [ + "M832 160v224h-224v160h-192v160h-224v-544c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z", + "M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM608 576h192v96h-352v-96zM640 512v-96h160v96zM800 160v192h-192c-17.673 0-32 14.327-32 32v0 128h-160c-17.673 0-32 14.327-32 32v0 128h-160v-512zM800 864h-576v-128h576v128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["stairs-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31795, "id": 185, "name": "stairs-duotone", "prevSize": 16, "code": 61771, "codes": [61771, 61772] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1062 + }, + { + "icon": { + "paths": [ + "M637.84 212l-71.12 332h-109.44l-71.12-332c-1.339-6.012-2.106-12.916-2.106-20 0-53 42.95-95.969 95.943-96l64.003-0c52.996 0.031 95.946 43 95.946 96 0 7.084-0.767 13.988-2.223 20.635l0.117-0.635z", + "M896 896c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM896 576v160c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h225.72l-62.84-293.16c-1.809-8.067-2.846-17.333-2.846-26.84 0-70.68 57.288-127.981 127.964-128l64.002-0c0.002-0 0.004-0 0.006-0 70.692 0 128 57.308 128 128 0 9.507-1.037 18.773-3.003 27.689l0.157-0.849-62.88 293.16h225.72c35.346 0 64 28.654 64 64v0zM483.16 512h57.68l65.72-306.6c0.902-4.028 1.419-8.654 1.419-13.4 0-35.339-28.642-63.988-63.977-64l-64.001-0c-0.005-0-0.012-0-0.019-0-35.346 0-64 28.654-64 64 0 4.746 0.517 9.372 1.497 13.824l-0.078-0.424zM832 736v-160h-640v160h640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["stamp-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31796, "id": 184, "name": "stamp-duotone", "prevSize": 16, "code": 61773, "codes": [61773, 61774] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1063 + }, + { + "icon": { + "paths": [ + "M608 825.6c-46.492 24.203-101.524 38.4-159.872 38.4-194.404 0-352-157.596-352-352s157.596-352 352-352c58.348 0 113.38 14.197 161.83 39.324l-1.959-0.924c-114.936 59.516-192.128 177.544-192.128 313.6s77.192 254.084 190.17 312.676l1.959 0.924zM868.24 458.6l-10.68-138.6-87.2 105.6-130.36-32.28 69.84 118.68-69.84 118.68 130.36-32.28 87.2 105.6 10.68-138.6 123.76-53.4z", + "M622.56 797.12c-104.519-54.096-174.719-161.41-174.719-285.12s70.2-231.024 172.938-284.28l1.781-0.84c10.439-5.414 17.448-16.138 17.448-28.5s-7.009-23.086-17.271-28.416l-0.178-0.084c-50.382-26.395-110.061-41.882-173.357-41.882-0.423 0-0.846 0.001-1.268 0.002l0.065-0c-212.077 0-384 171.923-384 384s171.923 384 384 384v0c0.357 0.001 0.78 0.002 1.203 0.002 63.296 0 122.975-15.487 175.455-42.878l-2.097 0.997c10.439-5.414 17.448-16.138 17.448-28.5s-7.009-23.086-17.271-28.416l-0.178-0.084zM448 832c-176.493-0.314-319.448-143.462-319.448-320 0-176.731 143.269-320 320-320 31.728 0 62.377 4.617 91.312 13.217l-2.264-0.577c-93.69 70.863-153.6 182.115-153.6 307.36s59.91 236.496 152.636 306.661l0.964 0.699c-26.641 8.023-57.256 12.641-88.95 12.641-0.229 0-0.457-0-0.686-0.001l0.035 0zM1004.68 482.6l-106-45.72-9.24-119.36c-1.344-16.558-15.113-29.485-31.901-29.485-9.898 0-18.747 4.494-24.617 11.553l-0.042 0.052-74.36 90.040-110.84-27.4c-2.296-0.589-4.933-0.927-7.648-0.927-17.673 0-32 14.327-32 32 0 5.975 1.638 11.568 4.489 16.354l-0.081-0.147 60.28 102.44-60.28 102.44c-2.77 4.639-4.408 10.232-4.408 16.207 0 17.673 14.327 32 32 32 2.715 0 5.352-0.338 7.869-0.975l-0.221 0.047 110.84-27.4 74.36 90.040c5.912 7.111 14.761 11.605 24.659 11.605 16.788 0 30.557-12.928 31.894-29.372l0.007-0.114 9.24-119.36 106-45.72c11.486-5.028 19.365-16.294 19.365-29.4s-7.879-24.372-19.16-29.32l-0.206-0.080zM855.56 536c-10.706 4.717-18.245 14.835-19.193 26.808l-0.007 0.112-4.6 59.56-36.72-44.44c-5.911-7.13-14.769-11.638-24.68-11.64l-0-0c-2.73 0.011-5.377 0.346-7.91 0.968l0.23-0.048-56.48 14 31.24-53.080c2.782-4.647 4.427-10.251 4.427-16.24s-1.645-11.593-4.508-16.386l0.081 0.146-31.24-53.080 56.48 14c2.301 0.592 4.943 0.931 7.663 0.931 9.919 0 18.784-4.513 24.654-11.598l0.043-0.053 36.72-44.44 4.6 59.56c0.955 12.085 8.494 22.203 18.995 26.839l0.205 0.081 55.68 24z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["star-and-crescent-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31797, + "id": 183, + "name": "star-and-crescent-duotone", + "prevSize": 16, + "code": 61775, + "codes": [61775, 61776] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1064 + }, + { + "icon": { + "paths": [ + "M736.52 590.8c-6.753 5.953-10.99 14.623-10.99 24.282 0 2.581 0.303 5.091 0.874 7.498l-0.044-0.22 54.080 234.16c0.534 2.187 0.84 4.699 0.84 7.282 0 17.673-14.327 32-32 32-6.054 0-11.715-1.681-16.542-4.602l0.143 0.080-204.4-124c-4.695-2.899-10.387-4.617-16.48-4.617s-11.785 1.718-16.617 4.696l0.137-0.079-204.4 124c-4.684 2.841-10.346 4.522-16.4 4.522-17.673 0-32-14.327-32-32 0-2.583 0.306-5.094 0.884-7.5l-0.044 0.218 54.080-234.16c0.528-2.187 0.83-4.697 0.83-7.278 0-9.659-4.237-18.329-10.955-24.252l-0.035-0.031-180.44-157.4c-6.918-5.906-11.276-14.636-11.276-24.383 0-16.771 12.901-30.528 29.32-31.889l0.116-0.008 237.84-20.56c12.054-1.105 22.087-8.747 26.601-19.311l0.079-0.209 92.92-221.44c5.049-11.436 16.289-19.272 29.36-19.272s24.311 7.837 29.279 19.068l0.081 0.204 92.92 221.44c4.593 10.773 14.626 18.415 26.555 19.511l0.125 0.009 237.84 20.56c16.535 1.369 29.436 15.126 29.436 31.897 0 9.747-4.358 18.477-11.232 24.346l-0.044 0.037z", + "M956.8 389.16c-7.996-24.113-29.299-41.639-54.991-43.982l-0.249-0.018-237.56-20.48-93.12-221.44c-9.879-23.235-32.511-39.232-58.88-39.232s-49.001 15.997-58.722 38.815l-0.158 0.417-92.84 221.44-237.84 20.6c-32.964 2.853-58.641 30.315-58.641 63.775 0 19.332 8.571 36.662 22.121 48.397l0.080 0.068 180.44 157.68-54.080 234.16c-1.064 4.369-1.675 9.386-1.675 14.545 0 35.346 28.654 64 64 64 12.204 0 23.611-3.416 33.316-9.344l-0.281 0.16 204-124 204.44 124c9.424 5.769 20.83 9.185 33.035 9.185 35.346 0 64-28.654 64-64 0-5.159-0.61-10.175-1.763-14.981l0.088 0.436-54.040-234.4 180.4-157.44c13.579-11.8 22.115-29.099 22.115-48.391 0-7.14-1.169-14.008-3.327-20.421l0.132 0.451zM895.92 409.16l-180.4 157.44c-13.509 11.797-21.996 29.051-21.996 48.288 0 5.162 0.611 10.181 1.765 14.989l-0.088-0.436 54.2 234.56-204.28-124c-9.423-5.827-20.848-9.28-33.080-9.28s-23.657 3.453-33.354 9.437l0.274-0.157-204 124 53.84-234.4c1.065-4.372 1.676-9.391 1.676-14.552 0-19.237-8.487-36.491-21.921-48.223l-0.075-0.065-180.48-157.36c-0.007-0.054-0.011-0.117-0.011-0.18s0.004-0.126 0.012-0.187l-0.001 0.007 237.76-20.56c24.115-2.188 44.197-17.46 53.241-38.583l0.159-0.417 92.84-221.16 92.8 221.16c9.203 21.54 29.285 36.812 53.151 38.982l0.249 0.018 237.8 20.56s0 0.24 0 0.28z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["star-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31798, "id": 182, "name": "star-duotone", "prevSize": 16, "code": 61777, "codes": [61777, 61778] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1065 + }, + { + "icon": { + "paths": [ + "M907.040 541.92l-253.8 92.28c-8.862 3.311-15.729 10.178-18.967 18.819l-0.073 0.221-92.28 253.8c-4.655 12.288-16.326 20.864-30 20.864s-25.345-8.577-29.927-20.645l-0.073-0.22-92.12-253.8c-3.311-8.862-10.178-15.729-18.819-18.967l-0.221-0.073-253.8-92.28c-12.288-4.655-20.864-16.326-20.864-30s8.577-25.345 20.645-29.927l0.22-0.073 253.8-92.12c8.862-3.311 15.729-10.178 18.967-18.819l0.073-0.221 92.28-253.8c4.655-12.288 16.326-20.864 30-20.864s25.345 8.577 29.927 20.645l0.073 0.22 92.28 253.8c3.311 8.862 10.178 15.729 18.819 18.967l0.221 0.073 253.8 92.28c12.132 4.732 20.572 16.325 20.572 29.89 0 13.624-8.515 25.26-20.513 29.876l-0.219 0.074z", + "M918 452l-253.72-92-92.28-254c-9.309-24.575-32.651-41.729-60-41.729s-50.69 17.154-59.853 41.289l-0.147 0.44-92 253.72-254 92.28c-24.575 9.309-41.729 32.651-41.729 60s17.154 50.69 41.289 59.853l0.44 0.147 253.72 92 92.28 254c9.309 24.575 32.651 41.729 60 41.729s50.69-17.154 59.853-41.289l0.147-0.44 92.28-253.76 253.72-92.24c24.575-9.309 41.729-32.651 41.729-60s-17.154-50.69-41.289-59.853l-0.44-0.147zM642.28 604c-17.771 6.619-31.541 20.39-38.015 37.718l-0.145 0.442-92.12 253.44-92-253.32c-6.616-17.841-20.439-31.664-37.838-38.136l-0.442-0.144-253.32-92 253.32-92c17.841-6.616 31.664-20.439 38.136-37.838l0.144-0.442 92-253.32 92 253.32c6.619 17.771 20.39 31.541 37.718 38.015l0.442 0.145 253.32 92z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["star-four-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31799, "id": 181, "name": "star-four-duotone", "prevSize": 16, "code": 61779, "codes": [61779, 61780] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1066 + }, + { + "icon": { + "paths": [ + "M512 96v666.52c-6.095 0.007-11.786 1.733-16.616 4.718l0.136-0.078-204.4 124c-4.684 2.841-10.346 4.522-16.4 4.522-17.673 0-32-14.327-32-32 0-2.583 0.306-5.094 0.884-7.5l-0.044 0.218 54.080-234.16c0.528-2.187 0.83-4.697 0.83-7.278 0-9.659-4.237-18.329-10.955-24.252l-0.035-0.031-180.44-157.28c-6.918-5.906-11.276-14.636-11.276-24.383 0-16.771 12.901-30.528 29.32-31.889l0.116-0.008 237.84-20.56c12.054-1.105 22.087-8.747 26.601-19.311l0.079-0.209 92.92-221.44c4.779-11.591 15.99-19.601 29.072-19.601 0.101 0 0.202 0 0.303 0.001l-0.015-0z", + "M956.8 389.16c-7.996-24.113-29.299-41.639-54.991-43.982l-0.249-0.018-237.56-20.48-93.12-221.44c-9.879-23.235-32.511-39.232-58.88-39.232s-49.001 15.997-58.722 38.815l-0.158 0.417-92.84 221.44-237.84 20.56c-32.983 2.832-58.683 30.304-58.683 63.779 0 19.351 8.589 36.697 22.162 48.433l0.081 0.069 180.44 157.68-54.080 234.16c-1.064 4.369-1.675 9.386-1.675 14.545 0 35.346 28.654 64 64 64 12.204 0 23.611-3.416 33.316-9.344l-0.281 0.16 204-124 204.44 124c9.424 5.769 20.83 9.185 33.035 9.185 35.346 0 64-28.654 64-64 0-5.159-0.61-10.175-1.763-14.981l0.088 0.436-54.040-234.4 180.4-157.44c13.579-11.8 22.115-29.099 22.115-48.391 0-7.14-1.169-14.008-3.327-20.421l0.132 0.451zM274.72 864v0l54.080-234.4c1.065-4.372 1.676-9.391 1.676-14.552 0-19.237-8.487-36.491-21.921-48.223l-0.075-0.065-180.48-157.36c-0.006-0.060-0.009-0.13-0.009-0.2s0.003-0.14 0.009-0.209l-0.001 0.009 237.76-20.52c24.115-2.188 44.197-17.46 53.241-38.583l0.159-0.417 60.84-144.88v534.64l-1.080 0.6zM896 409.32l-180.4 157.44c-13.509 11.797-21.996 29.051-21.996 48.288 0 5.162 0.611 10.181 1.765 14.989l-0.088-0.436 54.12 234.4-205.36-124.6v-534.8l60.8 144.88c9.203 21.54 29.285 36.812 53.151 38.982l0.249 0.018 237.76 20.56s0 0.24 0 0.28z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["star-half-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31800, "id": 180, "name": "star-half-duotone", "prevSize": 16, "code": 61781, "codes": [61781, 61782] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1067 + }, + { + "icon": { + "paths": [ + "M768 512l128 224h-256l-128 224-128-224h-256l128-224-128-224h256l128-224 128 224h256z", + "M804.84 512l119.16-208c2.696-4.59 4.288-10.11 4.288-16.001 0-17.673-14.327-32-32-32-0.101 0-0.202 0-0.303 0.001l0.015-0h-237.4l-118.6-208c-5.615-9.718-15.956-16.152-27.8-16.152s-22.185 6.434-27.718 15.998l-0.082 0.154-119.080 208h-237.32c-0.026-0-0.057-0-0.087-0-17.673 0-32 14.327-32 32 0 5.891 1.592 11.41 4.369 16.151l-0.082-0.151 118.88 208-118.88 208c-2.696 4.59-4.288 10.11-4.288 16.001 0 17.673 14.327 32 32 32 0.101 0 0.202-0 0.303-0.001l-0.015 0h237.12l118.88 208c5.615 9.718 15.956 16.152 27.8 16.152s22.185-6.434 27.718-15.998l0.082-0.154 118.8-208h237.4c0.086 0.001 0.187 0.001 0.288 0.001 17.673 0 32-14.327 32-32 0-5.892-1.592-11.411-4.37-16.152l0.082 0.151zM840.84 320l-72.84 127.52-72.84-127.52zM731.16 512l-109.68 192h-219l-109.68-192 109.68-192h219zM512 128.48l72.88 127.52h-145.8zM183.12 320h145.64l-72.76 127.52zM183.12 703.68l72.88-127.2 72.76 127.52zM512 895.52l-72.92-127.52h145.8zM695.16 704l72.84-127.52 72.84 127.52z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["star-of-david-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31801, "id": 179, "name": "star-of-david-duotone", "prevSize": 16, "code": 61783, "codes": [61783, 61784] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1068 + }, + { + "icon": { + "paths": [ + "M889.6 582.2c-4.194 22.362-9.538 41.763-16.288 60.493l0.848-2.693h-212c-0.012-0-0.025-0-0.039-0-13.635 0-25.278 8.528-29.887 20.541l-0.074 0.219-87.6 233.88c-10.76 0.88-21.64 1.36-32.6 1.36s-22-0.48-32.8-1.4l-87.4-233.8c-4.67-12.248-16.316-20.793-29.959-20.8l-212.001-0c-5.902-16.037-11.246-35.438-15.056-55.383l-0.384-2.417c93.927-102.32 228.301-166.222 377.6-166.222s283.673 63.903 377.262 165.849l0.338 0.374z", + "M512 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM160 512v1.32c94.199-80.401 217.386-129.32 352-129.32s257.801 48.919 352.755 129.949l-0.755-0.629v-1.32c0-194.404-157.596-352-352-352s-352 157.596-352 352v0zM430 854.32l-68.2-182.32h-163.28c47.132 90.58 129.808 157.167 229.049 181.809l2.431 0.511zM512 864c3.32 0 6.64 0 9.96 0l80.28-214.28c9.428-24.456 32.716-41.503 59.993-41.56l0.007-0h188.48c1.52-5.24 2.88-10.56 4-16-87.188-88.904-208.558-144.012-342.8-144.012s-255.613 55.108-342.725 143.935l-0.075 0.077c1.24 5.36 2.6 10.68 4 16h188.68c27.289 0.076 50.575 17.135 59.851 41.16l0.149 0.44 80 214.24c3.44-0 6.8-0 10.2-0zM825.48 672h-163.28l-68.36 182.36c101.745-25.115 184.487-91.728 230.713-180.406l0.927-1.954z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["steering-wheel-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31802, "id": 178, "name": "steering-wheel-duotone", "prevSize": 16, "code": 61785, "codes": [61785, 61786] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1069 + }, + { + "icon": { + "paths": [ + "M960 224v544c0 17.673-14.327 32-32 32v0h-640v-192h224v-192h224v-192z", + "M992 224c0 17.673-14.327 32-32 32v0h-192v160c0 17.673-14.327 32-32 32v0h-192v160c0 17.673-14.327 32-32 32v0h-192v160c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["steps-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31803, "id": 177, "name": "steps-duotone", "prevSize": 16, "code": 61787, "codes": [61787, 61788] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1070 + }, + { + "icon": { + "paths": [ + "M928 608c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z", + "M848 608c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM829.8 765.16c-14.778 92.698-94.094 162.713-189.787 162.84l-0.013 0h-96c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-162.040c-126.934-16.451-223.983-123.869-224-253.959l-0-0.001v-160c0-35.346 28.654-64 64-64v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v160c-0 0.005-0 0.011-0 0.017 0 106.039 85.961 192 192 192 0.9 0 1.799-0.006 2.696-0.019l-0.136 0.001c104.44-1.36 189.44-89 189.44-195.32v-156.68h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c35.346 0 64 28.654 64 64v0 156.68c0 131.36-98.12 241.16-224 257.24v162.080c0 70.692 57.308 128 128 128v0h96c60.727-0.104 111.545-42.4 124.711-99.135l0.169-0.865c-72.035-16.594-124.934-80.175-124.934-156.11 0-88.366 71.634-160 160-160s160 71.634 160 160c0 77.807-55.539 142.643-129.135 157.026l-1.011 0.165zM896 608c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["stethoscope-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31804, "id": 176, "name": "stethoscope-duotone", "prevSize": 16, "code": 61789, "codes": [61789, 61790] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1071 + }, + { + "icon": { + "paths": [ + "M864 544c-32 96-224 288-320 320v-128c0-106.039 85.961-192 192-192v0z", + "M672 128h-320c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013v320c0.137 123.657 100.343 223.863 223.987 224l192.013 0c3.621-0.004 7.1-0.604 10.347-1.707l-0.227 0.067c104.92-35 305.24-235.32 340.24-340.24 1.036-3.020 1.636-6.499 1.64-10.118l0-0.002v-192c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM192 672v-320c0-88.366 71.634-160 160-160v0h320c88.366 0 160 71.634 160 160v0 160h-96c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013v96h-160c-88.366 0-160-71.634-160-160v0zM576 812.56v-76.56c0-88.366 71.634-160 160-160v0h76.56c-48.56 78-158.56 188-236.56 236.56z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sticker-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31805, "id": 175, "name": "sticker-duotone", "prevSize": 16, "code": 61791, "codes": [61791, 61792] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1072 + }, + { + "icon": { + "paths": [ + "M768 160v96c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0z", + "M800 256v-96c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0h26.56l-90.16 571c-0.25 1.501-0.392 3.231-0.392 4.994 0 15.905 11.604 29.1 26.807 31.581l0.185 0.025c1.499 0.255 3.226 0.4 4.986 0.4 0.005 0 0.010-0 0.014-0l-0.001 0c15.888-0.024 29.060-11.624 31.535-26.815l0.025-0.185 31.16-197h386.56l31.12 197c2.502 15.39 15.695 26.996 31.6 27l0 0c0.016 0 0.035 0 0.053 0 1.761 0 3.488-0.145 5.169-0.425l-0.182 0.025c15.388-2.506 26.992-15.701 26.992-31.606 0-1.763-0.143-3.493-0.417-5.179l0.025 0.184-90.2-571h26.56c35.346 0 64-28.654 64-64v0zM288 160h448v96h-448zM695.16 640h-366.32l50.52-320h265.28z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["stool-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31806, "id": 174, "name": "stool-duotone", "prevSize": 16, "code": 61793, "codes": [61793, 61794] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1073 + }, + { + "icon": { + "paths": [ + "M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM608 608h-192v-192h192z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM608 384h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM576 576h-128v-128h128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["stop-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31807, "id": 173, "name": "stop-circle-duotone", "prevSize": 16, "code": 61795, "codes": [61795, 61796] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1074 + }, + { + "icon": { + "paths": [ + "M832 221.080v581.84c-0.023 16.051-13.029 29.057-29.078 29.080l-0.002 0h-581.84c-16.051-0.023-29.057-13.029-29.080-29.078l-0-0.002v-581.84c0.023-16.051 13.029-29.057 29.078-29.080l0.002-0h581.84c16.051 0.023 29.057 13.029 29.080 29.078l0 0.002z", + "M802.92 160h-581.84c-33.715 0.045-61.035 27.365-61.080 61.076l-0 0.004v581.84c0.045 33.715 27.365 61.035 61.076 61.080l0.004 0h581.84c33.715-0.045 61.035-27.365 61.080-61.076l0-0.004v-581.84c-0.045-33.715-27.365-61.035-61.076-61.080l-0.004-0zM800 800h-576v-576h576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["stop-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31808, "id": 172, "name": "stop-duotone", "prevSize": 16, "code": 61797, "codes": [61797, 61798] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1075 + }, + { + "icon": { + "paths": [ + "M896 384v64c0 70.692-57.308 128-128 128s-128-57.308-128-128v0-64h-256v64c0 70.692-57.308 128-128 128s-128-57.308-128-128v0-64l57.36-200.8c3.941-13.464 16.153-23.141 30.633-23.2l0.007-0h592c14.536 0.003 26.807 9.698 30.703 22.974l0.057 0.226z", + "M928 384c0-0.053 0.001-0.116 0.001-0.178 0-3.070-0.438-6.038-1.256-8.845l0.056 0.223-57.4-200.8c-7.975-26.913-32.409-46.24-61.381-46.4l-0.019-0h-592c-28.991 0.16-53.425 19.487-61.284 45.945l-0.116 0.455-57.36 200.8c-0.787 2.624-1.24 5.639-1.24 8.76 0 0.014 0 0.028 0 0.042l-0-0.002v64c0 52.165 24.964 98.5 63.598 127.708l0.402 0.292v256c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-256c39.036-29.5 64-75.835 64-128v0zM216 192h592l45.68 160h-683.24zM416 416h192v32c0 53.019-42.981 96-96 96s-96-42.981-96-96v0zM352 416v32c0 53.019-42.981 96-96 96s-96-42.981-96-96v0-32zM800 832h-576v-227.2c9.618 2.030 20.672 3.195 31.996 3.2l0.004 0c52.165 0 98.5-24.964 127.708-63.598l0.292-0.402c29.5 39.036 75.835 64 128 64s98.5-24.964 127.708-63.598l0.292-0.402c29.5 39.036 75.835 64 128 64v0c11.328-0.005 22.382-1.17 33.052-3.382l-1.052 0.182zM768 544c-53.019 0-96-42.981-96-96v0-32h192v32c0 53.019-42.981 96-96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["storefront-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31809, "id": 171, "name": "storefront-duotone", "prevSize": 16, "code": 61799, "codes": [61799, 61800] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1076 + }, + { + "icon": { + "paths": [ + "M384 752c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0z", + "M272 608c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0zM272 832c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM137.36 425.36l57.4-57.36-57.4-57.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l57.36 57.4 57.36-57.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-57.4 57.36 57.4 57.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-57.36-57.4-57.36 57.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64h-0zM886.64 809.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-57.36-57.4-57.36 57.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l57.4-57.36-57.4-57.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l57.36 57.4 57.36-57.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-57.4 57.36zM705.88 451.32c-24.72 89.32-101.28 166.52-186.12 187.72-2.355 0.61-5.059 0.96-7.845 0.96-0.055 0-0.109-0-0.164-0l0.008 0c-17.648-0.034-31.941-14.348-31.941-32 0-14.91 10.198-27.439 23.999-30.992l0.222-0.048c62.52-15.64 121.4-75.64 140-142.72 12.76-46 12.88-116-58.84-187.6l-9.2-9.4v82.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-82.76l9.4 9.36c72.96 73 99.68 161.76 75.24 249.96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["strategy-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31810, "id": 170, "name": "strategy-duotone", "prevSize": 16, "code": 61801, "codes": [61801, 61802] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1077 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M672 608c0 70.6-71.76 128-160 128s-160-57.4-160-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 34.68 44 64 96 64s96-29.32 96-64c0-37.92-34.44-52-107.52-73.040-63-18.16-141.36-40.76-141.36-118.96 0-72.96 65.72-128 152.88-128 62.88 0 116.72 29.2 140.48 76 2.456 4.422 3.901 9.698 3.901 15.312 0 17.673-14.327 32-32 32-12.747 0-23.753-7.453-28.898-18.239l-0.083-0.193c-12.84-25.12-44.8-40.88-83.4-40.88-50.68 0-88.88 27.52-88.88 64 0 28 36 40.4 95.080 57.44 64.92 18.56 153.8 44.36 153.8 134.56zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 832v-640h-640v640h640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["stripe-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31811, "id": 169, "name": "stripe-logo-duotone", "prevSize": 16, "code": 61803, "codes": [61803, 61804] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1078 + }, + { + "icon": { + "paths": [ + "M896 256l-384 128-384-128 384-128z", + "M906.12 225.64l-384-128c-3.020-1.041-6.5-1.642-10.12-1.642s-7.1 0.601-10.345 1.709l0.225-0.067-384 128c-11.719 4.038-20.244 14.373-21.588 26.859l-0.012 0.141c-0.178 1.003-0.28 2.157-0.28 3.335 0 0.009 0 0.018 0 0.026l-0-0.001v320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-275.6l134.36 44.76c-24.055 38.293-38.325 84.848-38.325 134.736 0 91.357 47.854 171.537 119.863 216.841l1.062 0.624c-72 28.24-134.24 79.32-179.76 149.16-3.413 5.012-5.45 11.2-5.45 17.863 0 17.673 14.327 32 32 32 11.332 0 21.287-5.89 26.973-14.775l0.077-0.128c60.28-92.48 155.48-145.48 261.2-145.48s200.92 53 261.2 145.48c5.829 8.577 15.54 14.137 26.55 14.137 17.673 0 32-14.327 32-32 0-6.342-1.845-12.252-5.027-17.225l0.077 0.128c-45.52-69.84-108-120.92-179.76-149.16 73.021-45.937 120.836-126.089 120.836-217.409 0-49.828-14.236-96.331-38.862-135.664l0.626 1.073 176.48-58.8c12.825-4.366 21.887-16.305 21.887-30.36s-9.062-25.994-21.662-30.293l-0.225-0.067zM704 480c0 0.016 0 0.035 0 0.054 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-42.851 14.038-82.423 37.765-114.369l-0.365 0.515 144.48 48c3.020 1.041 6.5 1.642 10.12 1.642s7.1-0.601 10.345-1.709l-0.225 0.067 144.48-48c23.361 31.382 37.4 70.906 37.4 113.71 0 0.032-0 0.063-0 0.095l0-0.005zM512 350.28l-282.8-94.28 282.8-94.28 282.8 94.28z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["student-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31812, "id": 168, "name": "student-duotone", "prevSize": 16, "code": 61805, "codes": [61805, 61806] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1079 + }, + { + "icon": { + "paths": [ + "M928 256v512c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z", + "M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 768h-768v-512h768v512zM192 544c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM832 544c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM640 672c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM832 672c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["subtitles-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31813, "id": 167, "name": "subtitles-duotone", "prevSize": 16, "code": 61807, "codes": [61807, 61808] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1080 + }, + { + "icon": { + "paths": [ + "M928 640c0 0.025 0 0.055 0 0.084 0 159.058-128.942 288-288 288-148.379 0-270.551-112.21-286.286-256.401l-0.114-1.283c9.11 1.011 19.682 1.592 30.389 1.6l0.011 0c159.058 0 288-128.942 288-288v0c-0.008-10.718-0.589-21.29-1.714-31.699l0.114 1.299c145.435 15.889 257.6 138.042 257.6 286.391 0 0.003-0 0.006-0 0.010l0-0.001z", + "M698.52 325.4c-28.609-149.797-158.564-261.484-314.604-261.484-176.731 0-320 143.269-320 320 0 156.041 111.687 285.996 259.482 314.285l2.003 0.319c28.609 149.797 158.564 261.484 314.604 261.484 176.731 0 320-143.269 320-320 0-156.041-111.687-285.996-259.482-314.285l-2.003-0.319zM128 384c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015zM640 896c-0.213 0.001-0.466 0.001-0.718 0.001-118.497 0-218.133-80.749-246.885-190.224l-0.397-1.777c170.477-4.49 307.51-141.523 311.991-311.578l0.009-0.422c111.548 29.26 192.504 129.176 192.504 248 0 141.385-114.615 256-256 256-0.177 0-0.354-0-0.531-0.001l0.028 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["subtract-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31814, "id": 166, "name": "subtract-duotone", "prevSize": 16, "code": 61809, "codes": [61809, 61810] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1081 + }, + { + "icon": { + "paths": [ + "M864 384v480h-480v-224h256v-256z", + "M864 352h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0zM192 192h416v416h-416zM832 832h-416v-160h224c17.673 0 32-14.327 32-32v0-224h160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["subtract-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31815, + "id": 165, + "name": "subtract-square-duotone", + "prevSize": 16, + "code": 61811, + "codes": [61811, 61812] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1082 + }, + { + "icon": { + "paths": [ + "M160 256h192v576h-192c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0zM864 256h-192v576h192c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0z", + "M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM640 288v512h-256v-512zM160 288h160v512h-160zM864 800h-160v-512h160v512z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["suitcase-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31816, "id": 164, "name": "suitcase-duotone", "prevSize": 16, "code": 61813, "codes": [61813, 61814] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1083 + }, + { + "icon": { + "paths": [ + "M800 256v576c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z", + "M416 352v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 320c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM640 320c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM832 256v576c0 35.346-28.654 64-64 64v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-256v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h96v-96c0-53.019 42.981-96 96-96v0h128c53.019 0 96 42.981 96 96v0 96h96c35.346 0 64 28.654 64 64v0zM416 192h192v-96c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0zM768 832v-576h-512v576h512z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["suitcase-rolling-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31817, + "id": 163, + "name": "suitcase-rolling-duotone", + "prevSize": 16, + "code": 61815, + "codes": [61815, 61816] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1084 + }, + { + "icon": { + "paths": [ + "M896 608v192c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-192z", + "M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM864 288v288h-704v-288zM864 800h-704v-160h704v160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["suitcase-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31818, + "id": 162, + "name": "suitcase-simple-duotone", + "prevSize": 16, + "code": 61817, + "codes": [61817, 61818] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1085 + }, + { + "icon": { + "paths": [ + "M736 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0z", + "M480 160v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM768 512c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.321 0.159 255.841 114.679 256 255.985l0 0.015zM704 512c0-106.039-85.961-192-192-192s-192 85.961-192 192c0 106.039 85.961 192 192 192v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011zM233.36 278.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-32-32c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM233.36 745.36l-32 32c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-0 0zM768 288c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-32 32c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM790.64 745.36c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l32 32c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM160 480h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 832c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM896 480h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sun-dim-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31819, "id": 161, "name": "sun-dim-duotone", "prevSize": 16, "code": 61819, "codes": [61819, 61820] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1086 + }, + { + "icon": { + "paths": [ + "M736 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0z", + "M480 160v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM768 512c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.321 0.159 255.841 114.679 256 255.985l0 0.015zM704 512c0-106.039-85.961-192-192-192s-192 85.961-192 192c0 106.039 85.961 192 192 192v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011zM233.36 278.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-64-64c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM233.36 745.36l-64 64c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 64-64c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-0 0zM768 288c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 64-64c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-64 64c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM790.64 745.36c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l64 64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM192 512c0-17.673-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0zM512 832c-17.673 0-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM960 480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sun-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31820, "id": 160, "name": "sun-duotone", "prevSize": 16, "code": 61821, "codes": [61821, 61822] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1087 + }, + { + "icon": { + "paths": [ + "M128 544h288v112c0 79.529-64.471 144-144 144s-144-64.471-144-144v0zM608 544v112c0 79.529 64.471 144 144 144s144-64.471 144-144v0-112z", + "M800 160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c35.346 0 64 28.654 64 64v0 224h-704v-224c0-35.346 28.654-64 64-64v0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-70.692 0-128 57.308-128 128v0 368c0 97.202 78.798 176 176 176s176-78.798 176-176v0-80h128v80c0 97.202 78.798 176 176 176s176-78.798 176-176v0-368c0-70.692-57.308-128-128-128v0zM850.52 709.24l-133.28-133.24h146.76v80c0 0.051 0 0.111 0 0.171 0 19.451-4.994 37.736-13.77 53.642l0.29-0.573zM160 656v-66.76l165.24 165.28c-15.391 8.476-33.733 13.463-53.24 13.463-61.85 0-111.99-50.135-112-111.982l-0-0.001zM384 656c0 0.051 0 0.111 0 0.171 0 19.451-4.994 37.736-13.77 53.642l0.29-0.573-133.28-133.24h146.76zM640 656v-66.76l165.24 165.28c-15.391 8.476-33.733 13.463-53.24 13.463-61.85 0-111.99-50.135-112-111.982l-0-0.001z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sunglasses-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31821, "id": 159, "name": "sunglasses-duotone", "prevSize": 16, "code": 61823, "codes": [61823, 61824] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1088 + }, + { + "icon": { + "paths": [ + "M768 576c0 0.099 0 0.217 0 0.335 0 22.619-2.918 44.557-8.399 65.457l0.399-1.792h-496c-5.081-19.057-8-40.936-8-63.496 0-141.385 114.615-256 256-256 141.208 0 255.713 114.328 255.999 255.469l0 0.028z", + "M960 608h-161.8c1.127-9.582 1.78-20.703 1.8-31.973l0-0.027c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0.020 11.297 0.673 22.418 1.926 33.357l-0.126-1.357h-161.8c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 576c-0-0.127-0-0.277-0-0.427 0-123.712 100.288-224 224-224s224 100.288 224 224c0 11.442-0.858 22.683-2.513 33.663l0.153-1.235h-443.28c-1.478-9.599-2.335-20.689-2.36-31.974l-0-0.026zM864 800c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM291.36 174.32c-2.131-4.172-3.38-9.1-3.38-14.32 0-17.684 14.336-32.020 32.020-32.020 12.465 0 23.266 7.122 28.556 17.519l0.084 0.182 32 64c2.131 4.172 3.38 9.1 3.38 14.32 0 17.684-14.336 32.020-32.020 32.020-12.465 0-23.266-7.122-28.556-17.519l-0.084-0.182zM67.36 369.68c5.373-10.564 16.164-17.676 28.615-17.676 5.23 0 10.167 1.255 14.526 3.479l-0.181-0.084 64 32c10.568 5.373 17.683 16.166 17.683 28.62 0 17.675-14.328 32.003-32.003 32.003-5.22 0-10.148-1.25-14.502-3.467l0.182 0.084-64-32c-10.582-5.368-17.708-16.167-17.708-28.631 0-5.224 1.252-10.155 3.471-14.511l-0.084 0.181zM835.36 430.32c-2.126-4.166-3.371-9.086-3.371-14.297 0-12.458 7.118-23.252 17.51-28.539l0.182-0.084 64-32c4.172-2.133 9.1-3.383 14.32-3.383 17.675 0 32.003 14.328 32.003 32.003 0 12.454-7.114 23.247-17.501 28.536l-0.182 0.084-64 32c-4.174 2.136-9.105 3.388-14.329 3.388-12.464 0-23.263-7.126-28.547-17.525l-0.084-0.182zM643.36 209.68l32-64c5.374-10.579 16.175-17.7 28.64-17.7 17.684 0 32.020 14.336 32.020 32.020 0 5.22-1.249 10.148-3.464 14.502l0.084-0.182-32 64c-5.374 10.579-16.175 17.7-28.64 17.7-17.684 0-32.020-14.336-32.020-32.020 0-5.22 1.249-10.148 3.464-14.502l-0.084 0.182z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sun-horizon-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31822, "id": 158, "name": "sun-horizon-duotone", "prevSize": 16, "code": 61825, "codes": [61825, 61826] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1089 + }, + { + "icon": { + "paths": [ + "M864 192v416c0 17.673-14.327 32-32 32v0h-160v192c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32v0-416c0-17.673 14.327-32 32-32v0h160v-192c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0z", + "M896 192v416c0 35.346-28.654 64-64 64v0h-434.76l41.4 41.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-96-96c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 96-96c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36h434.76v-416h-448v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-35.346 28.654-64 64-64v0h448c35.346 0 64 28.654 64 64v0zM672 768c-17.673 0-32 14.327-32 32v0 32h-448v-416h434.76l-41.4 41.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l41.4 41.36h-434.76c-35.346 0-64 28.654-64 64v0 416c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-32c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["swap-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31823, "id": 157, "name": "swap-duotone", "prevSize": 16, "code": 61827, "codes": [61827, 61828] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1090 + }, + { + "icon": { + "paths": [ + "M511.52 172.44l-100 572.56c-11.853 67.936-70.384 118.923-140.823 118.923-8.67 0-17.159-0.772-25.403-2.252l0.867 0.129c-67.582-12.728-118.023-71.292-118.023-141.637 0-8.907 0.809-17.625 2.357-26.085l-0.134 0.882 100-572.52c2.759-15.1 15.813-26.394 31.505-26.394 1.856 0 3.675 0.158 5.444 0.461l-0.19-0.027 218.68 38.92c15.009 2.836 26.208 15.846 26.208 31.472 0 1.968-0.178 3.894-0.518 5.764l0.030-0.196z", + "M320 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM928 624.76v207.24c0 35.346-28.654 64-64 64v0h-592c-0.034 0-0.075 0-0.115 0-11.181 0-22.131-0.99-32.767-2.886l1.122 0.166c-82.678-15.49-144.411-87.107-144.411-173.142 0-10.834 0.979-21.44 2.853-31.734l-0.163 1.076 100-572.52c5.342-30.266 31.44-52.963 62.839-52.963 3.902 0 7.721 0.35 11.429 1.022l-0.389-0.058 218.96 39.040c30.131 5.577 52.649 31.651 52.649 62.985 0 3.921-0.353 7.759-1.028 11.485l0.059-0.39-48.32 276 271.24-98.080c6.469-2.411 13.942-3.806 21.742-3.806 27.407 0 50.791 17.228 59.912 41.445l0.146 0.441 76.24 208.68c2.332 6.526 3.78 14.058 3.998 21.898l0.002 0.102zM380 739.48l100-572.52-218.16-38.96-100 572.4c-1.119 5.944-1.758 12.781-1.758 19.769 0 54.614 39.090 100.098 90.817 110l0.701 0.112c5.794 1.090 12.458 1.714 19.269 1.714 23.6 0 45.45-7.489 63.305-20.22l-0.334 0.226c23.954-16.815 40.825-42.321 46.061-71.848l0.099-0.672zM435.12 780l428.88-155.56-76.32-208.44-305.68 110.8-39.12 223.68c-1.982 11.301-4.673 21.221-8.156 30.76l0.396-1.24zM864 692.48l-385.040 139.52h385.040z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["swatches-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31824, "id": 156, "name": "swatches-duotone", "prevSize": 16, "code": 61829, "codes": [61829, 61830] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1091 + }, + { + "icon": { + "paths": [ + "M896 672v160c-96 0-96 64-192 64s-96-64-192-64-96 64-192 64-96-64-192-64v-160c96 0 96 64 192 64s96-64 192-64 96 64 192 64 96-64 192-64z", + "M352 597.56c17.673 0 32-14.327 32-32v0-53.56h256v61.16c0 17.673 14.327 32 32 32s32-14.327 32-32v0-445.16c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-256v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 437.56c0 17.673 14.327 32 32 32v0zM384 448v-64h256v64zM640 256v64h-256v-64zM96 672c0-17.673 14.327-32 32-32v0c57.68 0 88.76 20.72 113.76 37.36 22.24 14.88 39.92 26.64 78.24 26.64s56-11.76 78.24-26.64c24.96-16.64 56-37.36 113.72-37.36s88.8 20.72 113.76 37.36c22.32 14.88 40 26.64 78.28 26.64s56-11.76 78.24-26.64c25-16.64 56-37.36 113.76-37.36 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-38.32 0-56 11.76-78.24 26.64-25 16.64-56 37.36-113.76 37.36s-88.8-20.72-113.76-37.36c-22.24-14.88-39.96-26.64-78.24-26.64s-56 11.76-78.24 26.64c-24.96 16.64-56 37.36-113.72 37.36s-88.76-20.72-113.76-37.36c-22.28-14.88-39.96-26.64-78.28-26.64-17.673 0-32-14.327-32-32v0zM928 832c0 17.673-14.327 32-32 32v0c-38.32 0-56 11.76-78.24 26.64-25 16.64-56 37.36-113.76 37.36s-88.8-20.72-113.76-37.36c-22.24-14.88-39.96-26.64-78.24-26.64s-56 11.76-78.24 26.64c-24.96 16.64-56 37.36-113.72 37.36s-88.76-20.72-113.76-37.36c-22.28-14.88-39.96-26.64-78.28-26.64-17.673 0-32-14.327-32-32s14.327-32 32-32v0c57.68 0 88.76 20.72 113.76 37.36 22.24 14.88 39.92 26.64 78.24 26.64s56-11.76 78.24-26.64c24.96-16.64 56-37.36 113.72-37.36s88.8 20.72 113.76 37.36c22.32 14.88 40 26.64 78.28 26.64s56-11.76 78.24-26.64c25-16.64 56-37.36 113.76-37.36 17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["swimming-pool-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31825, "id": 155, "name": "swimming-pool-duotone", "prevSize": 16, "code": 61831, "codes": [61831, 61832] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1092 + }, + { + "icon": { + "paths": [ + "M566.64 804l-50.64 50.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-102.72-102.64-134.6 134.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-50.76-50.64c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l134.64-134.76-102.64-102.56c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 50.64-50.8c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 301.2 301.2c5.894 5.807 9.546 13.877 9.546 22.799 0 8.843-3.587 16.848-9.386 22.64l-0 0z", + "M864 128h-256c-0.001-0-0.002-0-0.003-0-10.292 0-19.449 4.859-25.302 12.407l-0.054 0.073-256 332.84-38.64-38.56c-11.584-11.597-27.594-18.77-45.28-18.77s-33.696 7.174-45.279 18.77l-50.761 50.801c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l80 80-112 112c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l50.76 50.72c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l112-112 80 80c11.584 11.597 27.594 18.77 45.28 18.77s33.696-7.174 45.279-18.77l50.761-50.801c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-38.56-38.56 332.84-256c7.622-5.908 12.48-15.065 12.48-25.357 0-0.029-0-0.058-0-0.088l0 0.005v-256c0-17.673-14.327-32-32-32v0zM210.76 864l-50.76-50.72 112-112 50.72 50.72zM493.2 832l-301.2-301.16 50.8-50.84 301.2 301.24zM832 400.24l-326.96 251.52-43.76-43.76 201.36-201.36c5.786-5.791 9.364-13.787 9.364-22.62 0-17.675-14.329-32.004-32.004-32.004-8.843 0-16.847 3.586-22.64 9.383l-0 0-201.36 201.32-43.72-43.76 251.48-326.96h208.24z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["sword-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31826, "id": 154, "name": "sword-duotone", "prevSize": 16, "code": 61833, "codes": [61833, 61834] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1093 + }, + { + "icon": { + "paths": [ + "M864 320v128h-128v-128c0-35.346 28.654-64 64-64v0 0c35.346 0 64 28.654 64 64v0zM288 320c0-35.346-28.654-64-64-64v0 0c-35.346 0-64 28.654-64 64v0 128h128zM288 544v320h160v-160c0-35.346 28.654-64 64-64v0 0c35.346 0 64 28.654 64 64v0 160h160v-320l-224-128z", + "M832 229.52v-101.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 101.52c-37.596 13.574-63.987 48.943-64 90.478l-0 0.002v168.84l-160-91.4v-109.44c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 109.44l-160 91.4v-168.84c-0.013-41.537-26.404-76.906-63.332-90.269l-0.668-0.211v-101.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 101.52c-37.596 13.574-63.987 48.943-64 90.478l-0 0.002v544c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-544c-0.013-41.537-26.404-76.906-63.332-90.269l-0.668-0.211zM800 288c17.673 0 32 14.327 32 32v0 96h-64v-96c0-17.673 14.327-32 32-32v0zM224 288c17.673 0 32 14.327 32 32v0 96h-64v-96c0-17.673 14.327-32 32-32v0zM192 480h64v352h-64zM512 608c-53.019 0-96 42.981-96 96v0 128h-96v-269.44l192-109.72 192 109.72v269.44h-96v-128c0-53.019-42.981-96-96-96v0zM768 832v-352h64v352z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["synagogue-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31827, "id": 153, "name": "synagogue-duotone", "prevSize": 16, "code": 61835, "codes": [61835, 61836] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1094 + }, + { + "icon": { + "paths": [ + "M784 464l-358.64 358.64c-5.786 5.78-13.775 9.356-22.599 9.36l-210.761 0v-210.76c0.004-8.825 3.58-16.814 9.36-22.6l-0 0 358.64-358.64z", + "M950.64 265.36l-192-192c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h0l73.4 73.36-114.76 114.76-137.36-137.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l25.4 25.36-336 336c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v197.52l-86.64 86.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 86.6-86.64h197.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 336-336 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-137.4-137.36 114.76-114.76 73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM402.76 800h-178.76v-178.76l72-72 81.36 81.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-81.4-81.36 50.76-50.76 81.36 81.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-81.4-81.36 122.76-122.76 178.76 178.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["syringe-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31828, "id": 152, "name": "syringe-duotone", "prevSize": 16, "code": 61837, "codes": [61837, 61838] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1095 + }, + { + "icon": { + "paths": [ + "M352 416v384h-224v-384z", + "M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM160 448h160v128h-160zM384 448h480v128h-480zM864 256v128h-704v-128zM160 640h160v128h-160zM864 768h-480v-128h480v128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["table-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31829, "id": 151, "name": "table-duotone", "prevSize": 16, "code": 61839, "codes": [61839, 61840] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1096 + }, + { + "icon": { + "paths": [ + "M608 672h-576l89.16-297.2c4.084-13.299 16.257-22.801 30.649-22.801 0.067 0 0.134 0 0.201 0.001l-0.010-0h336.4c14.389 0.004 26.557 9.504 30.58 22.573l0.060 0.227z", + "M1022.64 662.8v0 0c0.009-0.048 0.013-0.103 0.013-0.16s-0.005-0.112-0.014-0.166l0.001 0.006-89.16-296.88c-8.010-26.577-32.268-45.601-60.97-45.601-0.109 0-0.218 0-0.327 0.001l0.017-0h-40.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h40.2l76.8 256h-125l-82.52-274.4c-8.010-26.577-32.268-45.601-60.97-45.601-0.109 0-0.218 0-0.327 0.001l0.017-0h-40.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h40.2l76.8 256h-125l-82.52-274.4c-8.010-26.577-32.268-45.601-60.97-45.601-0.109 0-0.218 0-0.327 0.001l0.017-0h-336.2c-0.151-0.001-0.33-0.002-0.51-0.002-28.702 0-52.961 19.025-60.854 45.152l-0.117 0.45-89.040 296.8v0.2s0 0.2 0 0.32c-0.879 2.703-1.416 5.817-1.479 9.048l-0.001 0.032c0 17.673 14.327 32 32 32v0h960c17.669-0.005 31.991-14.33 31.991-32 0-3.281-0.494-6.447-1.411-9.427l0.060 0.227zM152 384h336.4l76.8 256h-490.2z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tabs-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31830, "id": 150, "name": "tabs-duotone", "prevSize": 16, "code": 61841, "codes": [61841, 61842] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1097 + }, + { + "icon": { + "paths": [ + "M922.64 529.76l-170.68 256c-5.821 8.636-15.566 14.24-26.619 14.24-0.007 0-0.015-0-0.022-0l-629.319 0 186.6-270.24c3.371-4.99 5.381-11.14 5.381-17.76s-2.010-12.77-5.453-17.874l0.072 0.114-186.6-270.24h629.32c0.018-0 0.039-0 0.061-0 11.053 0 20.798 5.604 26.547 14.126l0.072 0.114 170.68 256c3.358 4.984 5.361 11.123 5.361 17.73 0 6.632-2.018 12.794-5.473 17.903l0.072-0.113z", + "M949.2 476.48l-170.64-256c-11.643-17.271-31.132-28.48-53.238-28.48-0.001 0-0.001 0-0.002 0l-629.32-0c-17.673 0-32 14.327-32 32 0 6.807 2.125 13.117 5.748 18.304l-0.069-0.104 186.32 269.8-186.32 269.8c-3.554 5.083-5.68 11.393-5.68 18.2 0 17.673 14.327 32 32 32l629.32 0c0 0 0.001 0 0.002 0 22.107 0 41.596-11.209 53.094-28.253l0.145-0.227 170.64-256c6.742-9.98 10.762-22.281 10.762-35.52s-4.020-25.54-10.906-35.747l0.145 0.227zM725.2 768h-568.2l152.32-220.4c6.742-9.98 10.762-22.281 10.762-35.52s-4.020-25.54-10.906-35.747l0.145 0.227-0.32-0.4-152-220h568.32l170.68 255.84z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tag-chevron-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31831, "id": 149, "name": "tag-chevron-duotone", "prevSize": 16, "code": 61843, "codes": [61843, 61844] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1098 + }, + { + "icon": { + "paths": [ + "M950.64 612l-338.64 338.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-397.4-397.28c-5.78-5.786-9.356-13.775-9.36-22.599l-0-0.001v-370.76h370.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0 397.28 397.28c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z", + "M973.24 544l-397.24-397.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-370.76c-17.673 0-32 14.327-32 32v0 370.76c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 397.24 397.24c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l338.72-338.72c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM589.24 928l-397.24-397.24v-338.76h338.76l397.24 397.24zM384 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tag-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31832, "id": 148, "name": "tag-duotone", "prevSize": 16, "code": 61845, "codes": [61845, 61846] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1099 + }, + { + "icon": { + "paths": [ + "M960 512l-182.48 273.76c-5.821 8.636-15.566 14.24-26.619 14.24-0.007 0-0.015-0-0.022-0l-590.879 0c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h590.88c0.006-0 0.013-0 0.021-0 11.053 0 20.798 5.604 26.547 14.126l0.072 0.114z", + "M986.64 494.24l-182.64-273.72c-11.584-17.286-31.040-28.514-53.119-28.52l-590.881-0c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h590.88c22.062-0.042 41.499-11.241 52.975-28.253l0.145-0.227 182.52-273.76c3.408-5.009 5.441-11.192 5.441-17.85 0-6.582-1.987-12.699-5.394-17.786l0.073 0.116zM750.88 768h-590.88v-512h590.88l170.64 256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tag-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31833, "id": 147, "name": "tag-simple-duotone", "prevSize": 16, "code": 61847, "codes": [61847, 61848] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1100 + }, + { + "icon": { + "paths": [ + "M704 512c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192v0c106.039 0 192 85.961 192 192v0z", + "M887.48 332.64c25.703 52.536 40.733 114.323 40.733 179.619 0 229.971-186.429 416.4-416.4 416.4s-416.4-186.429-416.4-416.4c0-229.971 186.429-416.4 416.4-416.4 103.689 0 198.527 37.9 271.416 100.602l-0.548-0.461 90.68-90.72c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-384 384c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l110.88-110.88c-24.834-16.634-55.39-26.546-88.261-26.546-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160 0-3.199-0.094-6.376-0.279-9.529l0.020 0.435c-0.032-0.538-0.051-1.167-0.051-1.8 0-17.701 14.35-32.051 32.051-32.051 17.068 0 31.020 13.341 31.996 30.164l0.004 0.086c0.234 3.83 0.367 8.307 0.367 12.815 0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224 50.555 0 97.198 16.747 134.684 44.997l-0.57-0.412 91-91c-60.419-50.441-138.906-81.066-224.546-81.066-194.139 0-351.52 157.381-351.52 351.52s157.381 351.52 351.52 351.52c194.139 0 351.52-157.381 351.52-351.52 0-55.178-12.713-107.386-35.37-153.856l0.916 2.082c-1.974-4.037-3.128-8.783-3.128-13.8 0-17.677 14.33-32.008 32.008-32.008 12.661 0 23.605 7.351 28.797 18.018l0.083 0.19z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["target-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31834, "id": 146, "name": "target-duotone", "prevSize": 16, "code": 61849, "codes": [61849, 61850] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1101 + }, + { + "icon": { + "paths": [ + "M736 736h160v96c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0zM128 832c0 17.673 14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0-96h-160zM777.2 272c-5.636-9.633-15.931-16-27.713-16-0.017 0-0.033 0-0.050 0l0.003-0h-474.88c-0.014-0-0.031-0-0.047-0-11.782 0-22.077 6.368-27.631 15.849l-0.082 0.151-118.8 208h768z", + "M960 448h-45.44l-109.56-191.76c-11.239-19.399-31.9-32.239-55.56-32.24l-87.76-0-48-119.76c-9.609-23.773-32.499-40.24-59.236-40.24-0.043 0-0.087 0-0.13 0l0.007-0h-84.64c-0.061-0-0.132-0-0.204-0-26.737 0-49.628 16.467-59.083 39.813l-0.153 0.427-47.92 119.76h-87.76c-23.66 0.001-44.321 12.841-55.396 31.933l-0.164 0.307-109.56 191.76h-45.44c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM469.68 128h84.64l38.4 96h-161.44zM274.56 288h474.88l91.4 160h-657.68zM256 832h-96v-64h96zM768 832v-64h96v64zM864 704h-704v-192h704zM224 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM672 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["taxi-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31835, "id": 145, "name": "taxi-duotone", "prevSize": 16, "code": 61851, "codes": [61851, 61852] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1102 + }, + { + "icon": { + "paths": [ + "M352 800v-260.52l177.48 155.64-122.44 127.040c-5.829 6.041-13.996 9.793-23.040 9.793-17.657 0-31.973-14.3-32-31.95l-0-0.003zM922.52 128.28l-810.52 317.24c-9.421 3.699-15.969 12.713-15.969 23.257 0 12.010 8.497 22.036 19.807 24.395l0.162 0.028 236 46.28 576-406.6c0.070-0.279 0.109-0.6 0.109-0.929 0-2.209-1.791-4-4-4-0.575 0-1.121 0.121-1.615 0.339l0.026-0.010z", + "M947.52 104.76c-6.271-5.438-14.513-8.753-23.528-8.753-4.719 0-9.225 0.908-13.354 2.558l0.243-0.086-810.64 317.24c-21.405 8.49-36.266 29.016-36.266 53.013 0 27.56 19.6 50.542 45.622 55.766l0.364 0.061 210.040 41.24v234.2c-0 0.061-0 0.134-0 0.206 0 26.639 16.357 49.457 39.575 58.96l0.425 0.154c7.115 2.987 15.384 4.723 24.059 4.723 18.067 0 34.376-7.529 45.96-19.62l0.022-0.023 101.28-105.040 160.68 140.64c11.131 9.908 25.875 15.971 42.034 16l0.006 0c7.15-0.006 14.027-1.162 20.461-3.292l-0.461 0.132c21.41-6.942 37.578-24.384 42.597-46.093l0.083-0.427 162.36-706.32c0.572-2.404 0.901-5.165 0.901-8.002 0-10.861-4.81-20.599-12.416-27.2l-0.045-0.038zM702.96 248.76l-358.36 256.64-198.44-38.92zM384 800v-189.92l99.16 86.96zM734.12 832l-330.72-290 476-341.16z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["telegram-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31836, "id": 144, "name": "telegram-logo-duotone", "prevSize": 16, "code": 61853, "codes": [61853, 61854] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1103 + }, + { + "icon": { + "paths": [ + "M608 288v544h-448c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0z", + "M864 256h-274.76l137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-169.36 169.4-169.36-169.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l137.4 137.36h-274.76c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM160 320h416v480h-416zM864 800h-224v-480h224v480zM800 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM800 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["television-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31837, "id": 143, "name": "television-duotone", "prevSize": 16, "code": 61855, "codes": [61855, 61856] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1104 + }, + { + "icon": { + "paths": [ + "M896 320v480c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 256h-274.76l137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-169.36 169.4-169.36-169.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l137.4 137.36h-274.76c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM864 800h-704v-480h704v480z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["television-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31838, + "id": 142, + "name": "television-simple-duotone", + "prevSize": 16, + "code": 61857, + "codes": [61857, 61858] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1105 + }, + { + "icon": { + "paths": [ + "M240.48 240.36c69.287-69.384 165.045-112.318 270.831-112.36l0.009-0c-0.432 211.463-171.831 382.75-383.296 383l-0.024 0c0.086-105.746 43.063-201.437 112.47-270.63l0.010-0.010zM128 511.68v-0.68zM625.12 624.72c-69.429 69.177-112.402 164.866-112.44 270.593l-0 0.007c211.434-0.386 382.752-171.591 383.32-382.946l0-0.054c-105.81 0.066-201.577 43.010-270.876 112.396l-0.004 0.004zM512.68 896v-0.68z", + "M806.28 217.84c-75.281-75.279-179.279-121.84-294.153-121.84-229.75 0-416 186.25-416 416s186.25 416 416 416c114.873 0 218.872-46.561 294.153-121.84l-0 0c75.867-75.013 122.851-179.1 122.851-294.16s-46.984-219.148-122.813-294.122l-0.038-0.038zM263 263.080c55.75-55.824 130.221-92.939 213.19-101.124l1.45-0.116c-8.361 84.401-45.628 158.809-101.618 214.378l-0.022 0.022c-55.657 55.909-130.086 93.088-213.032 101.284l-1.448 0.116c8.372-84.421 45.57-158.865 101.469-214.549l0.011-0.011zM161.32 541.92c102.229-8.395 192.727-52.836 259.984-120.424l0.016-0.016c67.649-67.255 112.12-157.758 120.421-258.514l0.099-1.486c170.849 14.669 305.965 149.729 320.628 319.247l0.092 1.313c-202.886 17.11-363.4 177.542-380.535 378.864l-0.105 1.536c-170.849-14.669-305.965-149.729-320.628-319.247l-0.092-1.313zM761 760.92c-55.76 55.807-130.225 92.918-213.186 101.124l-1.454 0.116c16.964-167.211 148.765-298.944 314.519-315.679l1.481-0.121c-8.337 84.407-45.494 158.852-101.352 214.552l-0.008 0.008z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tennis-ball-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31839, "id": 141, "name": "tennis-ball-duotone", "prevSize": 16, "code": 61859, "codes": [61859, 61860] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1106 + }, + { + "icon": { + "paths": [ + "M544 800h-512l256-576z", + "M1021.24 787l-256-576c-5.109-11.288-16.274-19-29.24-19l-448-0c-12.853 0.022-23.927 7.618-28.998 18.562l-0.082 0.198c-0.005 0.036-0.009 0.078-0.009 0.12s0.003 0.084 0.009 0.125l-0.001-0.005v0.48l-256.16 575.52c-1.743 3.824-2.76 8.293-2.76 13 0 17.673 14.327 32 32 32l960 0c17.673-0 32-14.327 32-32 0-4.707-1.016-9.176-2.841-13.201l0.082 0.201zM256 768h-174.76l174.76-393.2zM320 768v-393.2l174.76 393.2zM564.8 768l-227.56-512h377.96l227.56 512z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tent-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31840, "id": 140, "name": "tent-duotone", "prevSize": 16, "code": 61861, "codes": [61861, 61862] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1107 + }, + { + "icon": { + "paths": [ + "M864 288v480h-704v-512h672c17.673 0 32 14.327 32 32v0z", + "M469.24 536l-288 256c-5.63 5.005-13.088 8.062-21.26 8.062-17.707 0-32.062-14.355-32.062-32.062 0-9.535 4.163-18.099 10.77-23.972l0.033-0.028 261.28-232-261.24-232c-6.64-5.901-10.802-14.465-10.802-24 0-17.707 14.355-32.062 32.062-32.062 8.172 0 15.63 3.057 21.293 8.091l-0.033-0.028 288 256c6.658 5.892 10.834 14.458 10.834 24s-4.176 18.108-10.8 23.971l-0.034 0.029zM864 736h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["terminal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31841, "id": 139, "name": "terminal-duotone", "prevSize": 16, "code": 61863, "codes": [61863, 61864] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1108 + }, + { + "icon": { + "paths": [ + "M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M512 512c0 0.006 0 0.013 0 0.020 0 10.077-4.658 19.066-11.938 24.932l-0.062 0.048-160 128c-5.427 4.371-12.405 7.016-20 7.016-17.682 0-32.016-14.334-32.016-32.016 0-10.086 4.664-19.084 11.954-24.952l0.062-0.048 128.76-103-128.76-103c-7.351-5.916-12.016-14.914-12.016-25 0-17.682 14.334-32.016 32.016-32.016 7.595 0 14.573 2.645 20.062 7.064l-0.062-0.048 160 128c7.342 5.914 12 14.903 12 24.98 0 0.007-0 0.014-0 0.021l0-0.001zM704 608h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["terminal-window-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31842, + "id": 138, + "name": "terminal-window-duotone", + "prevSize": 16, + "code": 61865, + "codes": [61865, 61866] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1109 + }, + { + "icon": { + "paths": [ + "M668.72 563.28l-289.64 289.64c-26.616 26.615-63.386 43.077-104 43.077s-77.384-16.462-104-43.077l0 0c-26.615-26.616-43.077-63.386-43.077-104s16.462-77.384 43.077-104l120-120c37.48-14.6 103.12-25.44 188.72 19.28s151.44 33.68 188.92 19.080z", + "M950.64 345.36l-240-240c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-516.92 516.92c-32.41 32.41-52.456 77.184-52.456 126.64 0 98.912 80.184 179.096 179.096 179.096 49.456 0 94.23-20.046 126.64-52.456v0l447.56-447.56 88.84-29.6c12.832-4.362 21.901-16.304 21.901-30.365 0-8.841-3.585-16.844-9.38-22.635l-0-0zM356.44 830.28c-20.664 19.936-48.827 32.219-79.859 32.219-63.557 0-115.080-51.523-115.080-115.080 0-31.032 12.283-59.195 32.252-79.893l-0.033 0.034 115.2-115.2c33.88-11.6 87-16 156.28 20 42.4 22.16 80.72 32 114.24 34.92zM821.88 369.64c-4.905 1.659-9.098 4.304-12.52 7.72l0-0-158.28 158.28c-33.88 11.6-87 16-156.28-20-42.4-22.16-80.72-32-114.24-34.92l307.44-307.48 180.76 180.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["test-tube-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31843, "id": 137, "name": "test-tube-duotone", "prevSize": 16, "code": 61867, "codes": [61867, 61868] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1110 + }, + { + "icon": { + "paths": [ + "M928 656c0 61.84-57.32 112-128 112s-128-50.16-128-112 57.32-112 128-112 128 50.16 128 112zM139.28 608h361.44l-180.72-384z", + "M348.96 210.36c-5.237-10.954-16.231-18.387-28.96-18.387s-23.723 7.432-28.877 18.194l-0.083 0.193-256 544c-1.921 3.989-3.043 8.673-3.043 13.62 0 17.675 14.328 32.003 32.003 32.003 12.728 0 23.721-7.431 28.877-18.19l0.083-0.193 66.64-141.6h320.8l66.64 141.6c5.239 10.952 16.232 18.383 28.96 18.383 17.675 0 32.003-14.328 32.003-32.003 0-4.947-1.122-9.631-3.126-13.813l0.083 0.193zM189.72 576l130.28-276.84 130.28 276.84zM800 384c-51.040 0-90.92 13.88-118.52 41.28-5.512 5.74-8.907 13.549-8.907 22.152 0 17.673 14.327 32 32 32 8.503 0 16.231-3.316 21.962-8.726l-0.016 0.015c15.2-15.080 40-22.72 73.48-22.72 52.92 0 96 36 96 80v12.88c-26.711-18.092-59.65-28.882-95.11-28.882-0.313 0-0.626 0.001-0.938 0.003l0.048-0c-88.24 0-160 64.6-160 144s71.76 144 160 144c0.222 0.001 0.485 0.002 0.749 0.002 35.523 0 68.514-10.837 95.85-29.385l-0.598 0.383c0.823 17.035 14.835 30.535 32 30.535 17.693 0 32.035-14.343 32.035-32.035 0-0.528-0.013-1.052-0.038-1.574l0.003 0.074v-240c0-79.4-71.76-144-160-144zM800 736c-52.92 0-96-36-96-80s43.080-80 96-80 96 36 96 80-43.080 80-96 80z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-aa-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31844, "id": 136, "name": "text-aa-duotone", "prevSize": 16, "code": 61869, "codes": [61869, 61870] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1111 + }, + { + "icon": { + "paths": [ + "M864 256v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448z", + "M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM256 384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 704h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-align-center-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31845, + "id": 135, + "name": "text-align-center-duotone", + "prevSize": 16, + "code": 61871, + "codes": [61871, 61872] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1112 + }, + { + "icon": { + "paths": [ + "M864 256v480h-704v-480z", + "M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM864 384h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 704h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-align-justify-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31846, + "id": 134, + "name": "text-align-justify-duotone", + "prevSize": 16, + "code": 61873, + "codes": [61873, 61874] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1113 + }, + { + "icon": { + "paths": [ + "M864 256v448c0 17.673-14.327 32-32 32v0h-672v-480z", + "M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 448h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM672 704h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-align-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31847, + "id": 133, + "name": "text-align-left-duotone", + "prevSize": 16, + "code": 61875, + "codes": [61875, 61876] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1114 + }, + { + "icon": { + "paths": [ + "M864 256v480h-672c-17.673 0-32-14.327-32-32v0-448z", + "M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM864 384h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 704h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-align-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31848, + "id": 132, + "name": "text-align-right-duotone", + "prevSize": 16, + "code": 61877, + "codes": [61877, 61878] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1115 + }, + { + "icon": { + "paths": [ + "M692.72 512h-361.44l180.72-384z", + "M242.36 700.96c3.996 1.928 8.689 3.055 13.645 3.055 12.725 0 23.715-7.427 28.871-18.183l0.083-0.192 66.64-141.64h320.8l66.64 141.64c5.244 10.946 16.235 18.371 28.96 18.371 17.679 0 32.011-14.332 32.011-32.011 0-4.954-1.125-9.646-3.135-13.832l0.083 0.192-256-544c-5.237-10.954-16.231-18.387-28.96-18.387s-23.723 7.432-28.877 18.194l-0.083 0.193-256 544c-1.928 3.996-3.055 8.689-3.055 13.645 0 12.725 7.427 23.715 18.183 28.871l0.192 0.083zM512 203.16l130.28 276.84h-260.56zM896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-a-underline-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31849, + "id": 131, + "name": "text-a-underline-duotone", + "prevSize": 16, + "code": 61879, + "codes": [61879, 61880] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1116 + }, + { + "icon": { + "paths": [ + "M768 640c0 88.366-71.634 160-160 160v0h-320v-608h272c79.529 0 144 64.471 144 144s-64.471 144-144 144v0h48c88.366 0 160 71.634 160 160v0z", + "M681.92 462.8c33.277-32.066 53.944-77.020 53.944-126.8 0-97.154-78.72-175.922-175.856-176l-272.007-0c-17.673 0-32 14.327-32 32v0 608c0 17.673 14.327 32 32 32v0h320c106.039 0 192-85.961 192-192 0-79.36-48.148-147.474-116.825-176.725l-1.255-0.475zM320 224h240c61.856 0 112 50.144 112 112s-50.144 112-112 112v0h-240zM608 768h-288v-256h288c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-b-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31850, "id": 130, "name": "text-b-duotone", "prevSize": 16, "code": 61881, "codes": [61881, 61882] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1117 + }, + { + "icon": { + "paths": [ + "M960 320v384c0 17.673-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h832c17.673 0 32 14.327 32 32v0z", + "M448 160c-17.673 0-32 14.327-32 32v0 64h-320c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h320v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM96 704v-384h320v384zM992 320v384c0 35.346-28.654 64-64 64v0h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352v-384h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c35.346 0 64 28.654 64 64v0zM352 448c0 17.673-14.327 32-32 32v0h-32v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["textbox-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31851, "id": 129, "name": "textbox-duotone", "prevSize": 16, "code": 61883, "codes": [61883, 61884] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1118 + }, + { + "icon": { + "paths": [ + "M864 256v480h-704v-480z", + "M480 256c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288c17.673 0 32 14.327 32 32v0zM448 384h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM448 544h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM448 704h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 288h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 384h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 704h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-columns-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31852, "id": 128, "name": "text-columns-duotone", "prevSize": 16, "code": 61885, "codes": [61885, 61886] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1119 + }, + { + "icon": { + "paths": [ + "M800 224v576h-576v-576z", + "M832 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256h-512v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0 256h512v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-h-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31853, "id": 127, "name": "text-h-duotone", "prevSize": 16, "code": 61887, "codes": [61887, 61888] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1120 + }, + { + "icon": { + "paths": [ + "M960 256v544c0 17.673-14.327 32-32 32v0h-736c-17.673 0-32-14.327-32-32v0-576h768c17.673 0 32 14.327 32 32v0z", + "M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM848 576c-0.087-0-0.191-0-0.294-0-13.261 0-26.133 1.663-38.42 4.792l1.074-0.232 16.76-100.56h132.88c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-15.808 0.001-28.938 11.463-31.533 26.53l-0.027 0.19-32 192c-0.277 1.582-0.436 3.404-0.436 5.263 0 17.673 14.327 32 32 32 8.941 0 17.025-3.667 22.831-9.578l0.005-0.005c14.209-13.87 33.659-22.427 55.108-22.427 0.722 0 1.441 0.010 2.158 0.029l-0.106-0.002c44.183 0 80 35.817 80 80s-35.817 80-80 80v0c-0.611 0.017-1.331 0.027-2.052 0.027-21.449 0-40.899-8.556-55.124-22.442l0.016 0.015c-5.855-6.248-14.158-10.141-23.371-10.141-17.673 0-32 14.327-32 32 0 8.994 3.71 17.121 9.683 22.934l0.007 0.007c25.724 25.715 61.257 41.619 100.504 41.619 0.821 0 1.641-0.007 2.459-0.021l-0.123 0.002c79.529 0 144-64.471 144-144s-64.471-144-144-144v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-h-five-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31854, "id": 126, "name": "text-h-five-duotone", "prevSize": 16, "code": 61889, "codes": [61889, 61890] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1121 + }, + { + "icon": { + "paths": [ + "M992 256v544c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-576h800c17.673 0 32 14.327 32 32v0z", + "M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM992 672h-32v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-115.6l81.96-245.88c1.041-3.020 1.642-6.5 1.642-10.12 0-17.674-14.328-32.002-32.002-32.002-14.054 0-25.992 9.059-30.293 21.657l-0.067 0.225-96 288c-1.041 3.020-1.642 6.5-1.642 10.12 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.002-0l160 0v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-h-four-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31855, "id": 125, "name": "text-h-four-duotone", "prevSize": 16, "code": 61891, "codes": [61891, 61892] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1122 + }, + { + "icon": { + "paths": [ + "M896 256v576h-704c-17.673 0-32-14.327-32-32v0-576h704c17.673 0 32 14.327 32 32v0z", + "M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM911.080 420c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-96 64c-8.646 5.824-14.257 15.577-14.257 26.64 0 17.683 14.335 32.017 32.017 32.017 6.619 0 12.769-2.009 17.874-5.45l-0.114 0.072 46.24-30.84v324c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-h-one-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31856, "id": 124, "name": "text-h-one-duotone", "prevSize": 16, "code": 61893, "codes": [61893, 61894] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1123 + }, + { + "icon": { + "paths": [ + "M960 256v544c0 17.673-14.327 32-32 32v0h-736c-17.673 0-32-14.327-32-32v0-576h768c17.673 0 32 14.327 32 32v0z", + "M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM992 720c0 0.041 0 0.089 0 0.138 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-26.047 6.916-50.479 19.011-71.56l-0.371 0.702c0.28-0.56 0.56-1.12 0.88-1.68l129-216c5.687-9.409 15.86-15.602 27.48-15.602 17.674 0 32.002 14.328 32.002 32.002 0 6.054-1.681 11.716-4.602 16.543l0.080-0.143-66.76 112c2.4 0 4.84-0.2 7.28-0.2-0 0 0-0 0-0 79.459 0 143.886 64.357 144 143.789l0 0.011zM928 720c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-h-six-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31857, "id": 123, "name": "text-h-six-duotone", "prevSize": 16, "code": 61895, "codes": [61895, 61896] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1124 + }, + { + "icon": { + "paths": [ + "M960 256v544c0 17.673-14.327 32-32 32v0h-736c-17.673 0-32-14.327-32-32v0-576h768c17.673 0 32 14.327 32 32v0z", + "M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM902.080 586.52l84-120c3.692-5.148 5.904-11.576 5.904-18.52 0-17.667-14.318-31.991-31.983-32l-192.001-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h130.52l-76.72 109.64c-3.623 5.116-5.791 11.485-5.791 18.36 0 17.67 14.322 31.995 31.991 32l0 0c44.171 0.016 79.971 35.827 79.971 80 0 44.183-35.817 80-80 80-22.373 0-42.6-9.184-57.119-23.987l-0.013-0.013c-5.876-6.452-14.311-10.486-23.689-10.486-17.673 0-32 14.327-32 32 0 9.149 3.839 17.4 9.994 23.232l0.014 0.014c26.156 26.671 62.567 43.204 102.84 43.204 79.516 0 143.979-64.45 144-143.962l0-0.002c-0.072-60.020-36.782-111.449-88.964-133.128l-0.956-0.352z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-h-three-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31858, "id": 122, "name": "text-h-three-duotone", "prevSize": 16, "code": 61897, "codes": [61897, 61898] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1125 + }, + { + "icon": { + "paths": [ + "M960 256v576h-768c-17.673 0-32-14.327-32-32v0-576h768c17.673 0 32 14.327 32 32v0z", + "M992 832c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 172.64-230.24c8.514-10.768 13.658-24.543 13.658-39.518 0-35.346-28.654-64-64-64-21.232 0-40.050 10.339-51.692 26.258l-0.126 0.181c-3.754 4.939-6.891 10.628-9.135 16.748l-0.145 0.452c-4.378 12.804-16.306 21.847-30.346 21.847-17.673 0-32-14.327-32-32 0-4.026 0.743-7.877 2.1-11.426l-0.074 0.219c18.124-50.099 65.283-85.256 120.652-85.256 70.692 0 128 57.308 128 128 0 29.038-9.669 55.817-25.963 77.294l0.231-0.318-134.2 178.96h128c17.673 0 32 14.327 32 32v0zM576 192c-17.673 0-32 14.327-32 32v0 208h-352v-208c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32s32-14.327 32-32v0-208h352v208c0 17.673 14.327 32 32 32s32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-h-two-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31859, "id": 121, "name": "text-h-two-duotone", "prevSize": 16, "code": 61899, "codes": [61899, 61900] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1126 + }, + { + "icon": { + "paths": [ + "M320 384l-160 160v-320z", + "M896 512c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0zM448 288h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM128 544v-320c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 160 160c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-160 160c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001zM192 466.76l82.76-82.76-82.76-82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-indent-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31860, "id": 120, "name": "text-indent-duotone", "prevSize": 16, "code": 61901, "codes": [61901, 61902] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1127 + }, + { + "icon": { + "paths": [ + "M768 224l-192 576h-320l192-576z", + "M800 224c0 17.673-14.327 32-32 32v0h-136.92l-170.68 512h115.6c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h136.92l170.68-512h-115.6c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-italic-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31861, "id": 119, "name": "text-italic-duotone", "prevSize": 16, "code": 61903, "codes": [61903, 61904] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1128 + }, + { + "icon": { + "paths": [ + "M288 224v320l-160-160z", + "M896 512c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0zM448 288h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM265.36 566.64l-160-160c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 160-160c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v320c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0zM256 301.24l-82.76 82.76 82.76 82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-outdent-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31862, "id": 118, "name": "text-outdent-duotone", "prevSize": 16, "code": 61905, "codes": [61905, 61906] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1129 + }, + { + "icon": { + "paths": [ + "M704 288l-221.24 204.2c-96-26.8-182.32-57.040-182.32-140 0-88.36 88-160 211.56-160 92.8-0.2 161.48 38.36 192 95.8zM482.76 492.2l-194.76 179.8c0 88.36 100.28 160 224 160s224-71.64 224-160c0-118.28-133.92-146.4-253.24-179.8z", + "M896 512c0 17.673-14.327 32-32 32v0h-160.28c36.76 28.44 64.28 68.8 64.28 128 0 53.36-28 102.8-79 139.16-47.68 34.080-110.56 52.84-177 52.84s-129.32-18.76-177-52.84c-51-36.36-79-85.8-79-139.16 0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 69.4 88 128 192 128s192-58.6 192-128c0-59.4-42.16-94.32-155.080-128h-388.92c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM305.32 416c0.009 0 0.019 0 0.030 0 17.673 0 32-14.327 32-32 0-3.561-0.582-6.986-1.655-10.186l0.066 0.226c-2.109-6.331-3.325-13.62-3.325-21.193 0-0.298 0.002-0.595 0.006-0.892l-0 0.045c0-72.96 77.2-128 179.56-128 75.36 0 136.64 29.68 164 79.4 5.74 9.138 15.765 15.123 27.188 15.123 17.673 0 32-14.327 32-32 0-5.065-1.177-9.855-3.271-14.111l0.084 0.188c-38.68-70.52-120.92-112.6-220-112.6-138.84 0-243.56 82.52-243.56 192-0.001 0.191-0.002 0.418-0.002 0.645 0 14.764 2.371 28.973 6.754 42.269l-0.272-0.953c4.319 12.902 16.292 22.035 30.399 22.040l0.001 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-strikethrough-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31863, + "id": 117, + "name": "text-strikethrough-duotone", + "prevSize": 16, + "code": 61907, + "codes": [61907, 61908] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1130 + }, + { + "icon": { + "paths": [ + "M800 224v544c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-544z", + "M832 224v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-224v512h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-512h-224v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-t-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31864, "id": 116, "name": "text-t-duotone", "prevSize": 16, "code": 61909, "codes": [61909, 61910] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1131 + }, + { + "icon": { + "paths": [ + "M736 224v320c0 123.712-100.288 224-224 224s-224-100.288-224-224v0-320z", + "M800 896c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM512 800c141.321-0.159 255.841-114.679 256-255.985l0-0.015v-320c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0 106.039-85.961 192-192 192s-192-85.961-192-192v0-320c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0.159 141.321 114.679 255.841 255.985 256l0.015 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["text-underline-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31865, "id": 115, "name": "text-underline-duotone", "prevSize": 16, "code": 61911, "codes": [61911, 61912] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1132 + }, + { + "icon": { + "paths": [ + "M608 552v-360c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 360c-58.342 41.006-96 108.018-96 183.826 0 123.712 100.288 224 224 224s224-100.288 224-224c0-75.808-37.658-142.82-95.288-183.351l-0.712-0.475zM480 832c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z", + "M995.64 310.88l-80 25.96 49.36 68c4.143 5.34 6.641 12.137 6.641 19.517 0 17.673-14.327 32-32 32-10.916 0-20.556-5.466-26.331-13.811l-0.070-0.106-49.24-68-49.36 68c-5.908 7.623-15.066 12.483-25.359 12.483-17.673 0-32-14.327-32-32 0-6.757 2.094-13.024 5.669-18.189l-0.070 0.106 49.36-68-80-25.96c-12.949-4.296-22.123-16.297-22.123-30.44 0-17.675 14.328-32.003 32.003-32.003 3.531 0 6.929 0.572 10.106 1.628l-0.226-0.065 80 26v-84c0-17.673 14.327-32 32-32s32 14.327 32 32v0 84l80-25.96c2.956-0.995 6.361-1.569 9.9-1.569 17.678 0 32.009 14.331 32.009 32.009 0 14.139-9.168 26.138-21.883 30.375l-0.226 0.065zM608 736c-0.037 70.665-57.33 127.935-128 127.935-70.692 0-128-57.308-128-128 0-59.321 40.353-109.217 95.107-123.734l0.893-0.201v-132c0-17.673 14.327-32 32-32s32 14.327 32 32v0 132c55.621 14.799 95.942 64.683 96 123.994l0 0.006zM544 736c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0zM736 736c-0.091 141.316-114.671 255.84-256 255.84-141.385 0-256-114.615-256-256 0-80.617 37.264-152.531 95.508-199.456l0.492-0.384v-344c0-88.366 71.634-160 160-160s160 71.634 160 160v0 344c58.739 47.368 96 119.33 96 199.994 0 0.002-0 0.005-0 0.007l0-0.001zM672 736c-0.054-64.983-32.33-122.417-81.711-157.193l-0.609-0.407c-8.315-5.86-13.68-15.422-13.68-26.237 0-0.057 0-0.114 0-0.172l-0 0.009v-360c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 360c0 0.001 0 0.002 0 0.003 0 10.815-5.365 20.377-13.579 26.169l-0.101 0.068c-50.027 35.146-82.32 92.596-82.32 157.589 0 106.039 85.961 192 192 192 105.979 0 191.903-85.864 192-191.82l0-0.009z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["thermometer-cold-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31866, + "id": 114, + "name": "thermometer-cold-duotone", + "prevSize": 16, + "code": 61913, + "codes": [61913, 61914] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1133 + }, + { + "icon": { + "paths": [ + "M608 552v-360c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 360c-58.342 41.006-96 108.018-96 183.826 0 123.712 100.288 224 224 224s224-100.288 224-224c0-75.808-37.658-142.82-95.288-183.351l-0.712-0.475zM480 832c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z", + "M848 224c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM848 384c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 612v-260c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 260c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM480 800c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM640 536v-344c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 344c-58.736 47.309-96 119.223-96 199.84 0 141.385 114.615 256 256 256s256-114.615 256-256c0-80.617-37.264-152.531-95.508-199.456l-0.492-0.384zM480 928c-0.005 0-0.010 0-0.016 0-106.039 0-192-85.961-192-192 0-65 32.3-122.455 81.724-157.192l0.612-0.408c8.315-5.86 13.68-15.422 13.68-26.237 0-0.057-0-0.114-0-0.172l0 0.009v-360c0-53.019 42.981-96 96-96s96 42.981 96 96v0 360c-0 0.001-0 0.002-0 0.003 0 10.815 5.365 20.377 13.579 26.169l0.101 0.068c50.168 35.13 82.566 92.662 82.566 157.76 0 106.039-85.961 192-192 192-0.087 0-0.173-0-0.26-0l0.013 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["thermometer-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31867, "id": 113, "name": "thermometer-duotone", "prevSize": 16, "code": 61915, "codes": [61915, 61916] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1134 + }, + { + "icon": { + "paths": [ + "M608 552v-360c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 360c-58.342 41.006-96 108.018-96 183.826 0 123.712 100.288 224 224 224s224-100.288 224-224c0-75.808-37.658-142.82-95.288-183.351l-0.712-0.475zM480 832c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z", + "M709.64 322.16c-3.527-5.070-5.635-11.356-5.635-18.135 0-10.881 5.431-20.494 13.731-26.276l0.105-0.069c41.6-28.72 106.72-28.72 148.32 0 20 13.88 55.52 13.88 75.68 0 4.859-3.131 10.793-4.991 17.161-4.991 17.673 0 32 14.327 32 32 0 10.451-5.010 19.732-12.76 25.572l-0.081 0.059c-21.005 13.497-46.646 21.517-74.16 21.517s-53.155-8.019-74.713-21.848l0.553 0.332c-20-13.88-55.52-13.88-75.68 0-5.079 3.546-11.383 5.667-18.181 5.667-10.878 0-20.488-5.428-26.27-13.722l-0.069-0.104zM941.84 405.68c-20 13.88-55.52 13.88-75.68 0-41.6-28.72-106.72-28.72-148.32 0-8.977 5.769-14.839 15.704-14.839 27.009 0 17.673 14.327 32 32 32 7.222 0 13.885-2.392 19.24-6.428l-0.081 0.059c20-13.88 55.52-13.88 75.68 0 21.005 13.497 46.646 21.517 74.16 21.517s53.155-8.019 74.713-21.848l-0.553 0.332c7.831-5.899 12.841-15.18 12.841-25.631 0-17.673-14.327-32-32-32-6.369 0-12.303 1.86-17.288 5.067l0.127-0.076zM608 736c-0.037 70.665-57.33 127.935-128 127.935-70.692 0-128-57.308-128-128 0-59.321 40.353-109.217 95.107-123.734l0.893-0.201v-420c0-17.673 14.327-32 32-32s32 14.327 32 32v0 420c55.621 14.799 95.942 64.683 96 123.994l0 0.006zM544 736c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0zM736 736c-0.091 141.316-114.671 255.84-256 255.84-141.385 0-256-114.615-256-256 0-80.617 37.264-152.531 95.508-199.456l0.492-0.384v-344c0-88.366 71.634-160 160-160s160 71.634 160 160v0 344c58.739 47.368 96 119.33 96 199.994 0 0.002-0 0.005-0 0.007l0-0.001zM672 736c-0.054-64.983-32.33-122.417-81.711-157.193l-0.609-0.407c-8.315-5.86-13.68-15.422-13.68-26.237 0-0.057 0-0.114 0-0.172l-0 0.009v-360c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 360c0 0.001 0 0.002 0 0.003 0 10.815-5.365 20.377-13.579 26.169l-0.101 0.068c-50.027 35.146-82.32 92.596-82.32 157.589 0 106.039 85.961 192 192 192 105.979 0 191.903-85.864 192-191.82l0-0.009z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["thermometer-hot-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31868, + "id": 112, + "name": "thermometer-hot-duotone", + "prevSize": 16, + "code": 61917, + "codes": [61917, 61918] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1135 + }, + { + "icon": { + "paths": [ + "M640 552v-360c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 360c-58.342 41.006-96 108.018-96 183.826 0 123.712 100.288 224 224 224s224-100.288 224-224c0-75.808-37.658-142.82-95.288-183.351l-0.712-0.475zM512 832c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z", + "M544 612v-260c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 260c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM512 800c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM672 536v-344c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 344c-58.736 47.309-96 119.223-96 199.84 0 141.385 114.615 256 256 256s256-114.615 256-256c0-80.617-37.264-152.531-95.508-199.456l-0.492-0.384zM512 928c-0.005 0-0.010 0-0.016 0-106.039 0-192-85.961-192-192 0-65 32.3-122.455 81.724-157.192l0.612-0.408c8.315-5.86 13.68-15.422 13.68-26.237 0-0.057-0-0.114-0-0.172l0 0.009v-360c0-53.019 42.981-96 96-96s96 42.981 96 96v0 360c-0 0.001-0 0.002-0 0.003 0 10.815 5.365 20.377 13.579 26.169l0.101 0.068c50.168 35.13 82.566 92.662 82.566 157.76 0 106.039-85.961 192-192 192-0.087 0-0.173-0-0.26-0l0.013 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["thermometer-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31869, + "id": 111, + "name": "thermometer-simple-duotone", + "prevSize": 16, + "code": 61919, + "codes": [61919, 61920] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1136 + }, + { + "icon": { + "paths": [ + "M320 192v416h-192c-17.673 0-32-14.327-32-32v0-352c0-17.673 14.327-32 32-32v0z", + "M959.28 628l-48-384c-6.17-47.604-46.458-84-95.247-84-0.012 0-0.023 0-0.035 0l-687.998-0c-35.346 0-64 28.654-64 64v0 352c0 35.346 28.654 64 64 64v0h172.24l151.12 302.32c5.373 10.567 16.164 17.68 28.617 17.68 0.008 0 0.016-0 0.024-0l-0.001 0c88.366 0 160-71.634 160-160v0-64h224c0.010 0 0.021 0 0.033 0 53.019 0 96-42.981 96-96 0-4.23-0.274-8.396-0.804-12.482l0.051 0.482zM288 576h-160v-352h160zM888 661.16c-5.81 6.658-14.311 10.841-23.788 10.841-0.074 0-0.149-0-0.223-0.001l0.011 0h-256c-17.673 0-32 14.327-32 32v0 96c0 0.008 0 0.017 0 0.027 0 46.352-32.851 85.031-76.54 94.026l-0.62 0.107-146.84-293.72v-376.44h464c0.003-0 0.007-0 0.011-0 16.263 0 29.693 12.132 31.732 27.839l0.017 0.161 48 384c0.175 1.247 0.275 2.688 0.275 4.152 0 8.087-3.049 15.461-8.061 21.037l0.026-0.029z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["thumbs-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31870, "id": 110, "name": "thumbs-down-duotone", "prevSize": 16, "code": 61921, "codes": [61921, 61922] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1137 + }, + { + "icon": { + "paths": [ + "M320 416v416h-192c-17.673 0-32-14.327-32-32v0-352c0-17.673 14.327-32 32-32v0z", + "M936 320.48c-17.676-19.961-43.366-32.48-71.981-32.48-0.007 0-0.014 0-0.021 0l-223.999-0v-64c0-88.366-71.634-160-160-160v0c-0.007-0-0.015-0-0.023-0-12.453 0-23.245 7.113-28.533 17.498l-0.084 0.182-151.12 302.32h-172.24c-35.346 0-64 28.654-64 64v0 352c0 35.346 28.654 64 64 64v0h688c0.010 0 0.021 0 0.033 0 48.789 0 89.078-36.396 95.196-83.518l0.051-0.482 48-384c0.478-3.599 0.751-7.761 0.751-11.987 0-24.411-9.111-46.694-24.119-63.634l0.087 0.101zM128 448h160v352h-160zM895.76 388l-48 384c-2.057 15.868-15.486 28-31.749 28-0.004 0-0.008-0-0.012-0l-463.999 0v-376.44l146.84-293.72c44.31 9.102 77.16 47.781 77.16 94.133 0 0.009-0 0.019-0 0.028l0-0.002v96c0 17.673 14.327 32 32 32v0h256c0.003-0 0.007-0 0.011-0 17.673 0 32 14.327 32 32 0 1.41-0.091 2.799-0.268 4.161l0.017-0.161z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["thumbs-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31871, "id": 109, "name": "thumbs-up-duotone", "prevSize": 16, "code": 61923, "codes": [61923, 61924] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1138 + }, + { + "icon": { + "paths": [ + "M800 512c-0 0.008-0 0.017-0 0.026 0 61.63 43.557 113.088 101.566 125.267l0.834 0.146c14.7 3.079 25.583 15.926 25.6 31.318l0 0.002v99.24c0 17.673-14.327 32-32 32v0h-512v-576h512c17.673 0 32 14.327 32 32v0 99.24c-0.017 15.394-10.9 28.241-25.392 31.283l-0.208 0.037c-58.843 12.326-102.4 63.783-102.4 125.414 0 0.009 0 0.018 0 0.028l-0-0.001z", + "M908.76 417.92c29.43-6.145 51.223-31.865 51.24-62.678l0-0.002v-99.24c0-35.346-28.654-64-64-64v0h-768c-35.346 0-64 28.654-64 64v0 99.24c0.017 30.815 21.81 56.535 50.824 62.607l0.416 0.073c43.988 9.36 76.506 47.883 76.506 94s-32.519 84.64-75.878 93.888l-0.629 0.112c-29.441 6.147-51.24 31.885-51.24 62.715 0 0.044 0 0.088 0 0.132l-0-0.007v99.24c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-99.24c-0.017-30.815-21.81-56.535-50.824-62.607l-0.416-0.073c-43.988-9.36-76.506-47.883-76.506-94s32.519-84.64 75.878-93.888l0.629-0.112zM128 668.8c73.584-15.383 128.062-79.72 128.062-156.78s-54.478-141.397-127.021-156.597l-1.041-0.183v-99.24h224v512h-224zM896 668.8v99.2h-480v-512h480v99.2c-73.584 15.383-128.062 79.72-128.062 156.78s54.478 141.397 127.021 156.597l1.041 0.183z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["ticket-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31872, "id": 108, "name": "ticket-duotone", "prevSize": 16, "code": 61925, "codes": [61925, 61926] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1139 + }, + { + "icon": { + "paths": [ + "M192 224l160 160-160 160-160-160zM352 384l160 160 160-160-160-160zM512 864l160-160-160-160-160 160zM832 224l-160 160 160 160 160-160z", + "M1014.64 361.36l-160-160c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-137.36-137.4c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-137.36-137.4c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-160 160c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 160 160c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l137.36-137.4 114.76 114.76-137.4 137.36c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 160 160c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-137.4-137.36 114.76-114.76 137.36 137.4c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM192 498.76l-114.76-114.76 114.76-114.76 114.76 114.76zM512 818.76l-114.76-114.76 114.76-114.76 114.76 114.76zM512 498.76l-114.76-114.76 114.76-114.76 114.76 114.76zM832 498.76l-114.76-114.76 114.76-114.76 114.76 114.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tidal-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31873, "id": 107, "name": "tidal-logo-duotone", "prevSize": 16, "code": 61927, "codes": [61927, 61928] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1140 + }, + { + "icon": { + "paths": [ + "M896 480c-0.214 0-0.468 0.001-0.722 0.001-83.837 0-161.37-26.994-224.381-72.764l1.102 0.763v216c0 150.221-121.779 272-272 272s-272-121.779-272-272v0c0-133.84 96.68-249.32 224-272v170.76c-38.147 18.402-64 56.778-64 101.193 0 61.856 50.144 112 112 112 61.839 0 111.973-50.117 112-111.95l0-0.003v-528h160c0 123.712 100.288 224 224 224v0z", + "M896 288c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011c0-17.673-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 528c-0.021 44.167-35.83 79.963-80 79.963-44.183 0-80-35.817-80-80 0-31.727 18.469-59.14 45.242-72.075l0.478-0.208c10.896-5.259 18.28-16.222 18.28-28.91 0-0.004-0-0.007-0-0.011l0 0.001v-170.76c0-0.004 0-0.009 0-0.014 0-17.673-14.327-32-32-32-1.979 0-3.916 0.18-5.796 0.524l0.196-0.030c-142.76 25.44-250.4 155.92-250.4 303.52 0 167.895 136.105 304 304 304s304-136.105 304-304v0-158.84c55.43 29.511 121.211 46.841 191.041 46.841 0.337 0 0.674-0 1.011-0.001l-0.052 0c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM864 446.56c-65.65-5.975-124.895-29.298-174.318-65.293l0.998 0.693c-5.181-3.762-11.667-6.018-18.68-6.018-17.673 0-32 14.327-32 32 0 0.020 0 0.041 0 0.061l-0-0.003v216c0 132.548-107.452 240-240 240s-240-107.452-240-240v0c0-103.6 66.56-196.52 160-230.4v110.68c-38.815 26.202-64 70.027-64 119.733 0 79.529 64.471 144 144 144s144-64.471 144-144c0-0.005-0-0.009-0-0.014l0 0.001v-496h98c15.227 115.964 106.036 206.773 220.7 221.86l1.3 0.14z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tiktok-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31874, "id": 106, "name": "tiktok-logo-duotone", "prevSize": 16, "code": 61929, "codes": [61929, 61930] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1141 + }, + { + "icon": { + "paths": [ + "M864 544c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z", + "M512 160c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM512 864c-176.731 0-320-143.269-320-320s143.269-320 320-320c176.731 0 320 143.269 320 320v0c-0.205 176.648-143.351 319.795-319.98 320l-0.020 0zM694.64 361.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-160 160c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM384 64c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["timer-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31875, "id": 105, "name": "timer-duotone", "prevSize": 16, "code": 61931, "codes": [61931, 61932] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1142 + }, + { + "icon": { + "paths": [ + "M737.28 864h-450.56l225.28-352z", + "M954.96 846.76l-404.96-632.76 84.96-132.76c3.161-4.876 5.041-10.839 5.041-17.24 0-17.674-14.327-32.001-32.001-32.001-11.272 0-21.183 5.828-26.884 14.636l-0.076 0.125-69.040 107.88-69.040-108c-5.777-8.933-15.688-14.761-26.96-14.761-17.674 0-32.001 14.327-32.001 32.001 0 6.401 1.88 12.364 5.117 17.365l-0.076-0.125 84.96 132.88-404.96 632.76c-3.162 4.876-5.041 10.839-5.041 17.24 0 17.673 14.327 32 32 32 0 0 0.001-0 0.001-0l832 0c0 0 0.001 0 0.001 0 17.673 0 32-14.327 32-32 0-6.401-1.88-12.364-5.117-17.365l0.076 0.125zM345.2 832l166.8-260.64 166.8 260.64zM754.8 832l-216-337.24c-5.776-8.933-15.687-14.762-26.96-14.762s-21.184 5.829-26.884 14.637l-0.076 0.125-215.68 337.24h-114.72l357.52-558.64 357.52 558.64z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tipi-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31876, "id": 104, "name": "tipi-duotone", "prevSize": 16, "code": 61933, "codes": [61933, 61934] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1143 + }, + { + "icon": { + "paths": [ + "M448 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z", + "M704 224h-384c-159.058 0-288 128.942-288 288s128.942 288 288 288v0h384c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM704 736h-384c-123.712 0-224-100.288-224-224s100.288-224 224-224v0h384c123.712 0 224 100.288 224 224s-100.288 224-224 224v0zM320 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["toggle-left-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31877, "id": 103, "name": "toggle-left-duotone", "prevSize": 16, "code": 61935, "codes": [61935, 61936] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1144 + }, + { + "icon": { + "paths": [ + "M832 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z", + "M704 224h-384c-159.058 0-288 128.942-288 288s128.942 288 288 288v0h384c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM704 736h-384c-123.712 0-224-100.288-224-224s100.288-224 224-224v0h384c123.712 0 224 100.288 224 224s-100.288 224-224 224v0zM704 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM704 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["toggle-right-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31878, "id": 102, "name": "toggle-right-duotone", "prevSize": 16, "code": 61937, "codes": [61937, 61938] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1145 + }, + { + "icon": { + "paths": [ + "M671.68 891.48c0.204 1.358 0.321 2.925 0.321 4.52 0 17.673-14.327 32-32 32-0 0-0.001-0-0.001-0l-256 0c-0 0-0.001 0-0.001 0-17.673 0-32-14.327-32-32 0-1.595 0.117-3.162 0.342-4.694l-0.021 0.174 17.36-121.44c41.875 18.929 90.789 29.958 142.28 29.958s100.406-11.030 144.511-30.855l-2.231 0.897zM736 128h-448c-17.673 0-32 14.327-32 32v0 288h512v-288c0-17.673-14.327-32-32-32v0z", + "M480 256c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0zM689.28 788.56l14.080 98.4c0.408 2.716 0.642 5.851 0.642 9.040 0 35.346-28.654 64-64 64-0.001 0-0.001-0-0.002-0l-256 0c-0 0-0.001 0-0.002 0-35.346 0-64-28.654-64-64 0-3.189 0.233-6.324 0.684-9.388l-0.042 0.348 14.080-98.4c-123.721-65.47-206.607-193.322-206.72-340.545l-0-0.015c0-17.673 14.327-32 32-32v0h64v-256c0-35.346 28.654-64 64-64v0h448c35.346 0 64 28.654 64 64v0 256h64c17.673 0 32 14.327 32 32v0c-0.114 147.238-82.999 275.091-204.635 339.552l-2.085 1.008zM288 416h448v-256h-448zM628.28 814c-34.751 11.416-74.747 17.999-116.28 17.999s-81.529-6.584-119.001-18.764l2.721 0.765-11.72 82h256zM830.4 480h-636.8c16.785 162.439 152.925 288.040 318.4 288.040s301.615-125.601 318.285-286.669l0.115-1.371z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["toilet-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31879, "id": 101, "name": "toilet-duotone", "prevSize": 16, "code": 61939, "codes": [61939, 61940] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1146 + }, + { + "icon": { + "paths": [ + "M416 480c0 176.72-71.64 320-160 320s-160-143.28-160-320 71.64-320 160-320 160 143.28 160 320z", + "M304 480c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM960 480v352c0 35.346-28.654 64-64 64v0h-448c-35.346 0-64-28.654-64-64v0-86.6c-34.52 56.080-79.28 86.6-128 86.6-55.48 0-105.84-39.56-141.76-111.4-32.4-64.6-50.24-150.24-50.24-240.6s17.84-175.8 50.24-240.6c35.92-71.84 86.28-111.4 141.76-111.4h512c55.48 0 105.84 39.56 141.76 111.4 32.4 64.8 50.24 150.24 50.24 240.6zM384 480c0-169.72-67.44-288-128-288s-128 118.28-128 288 67.44 288 128 288 128-118.28 128-288zM896 832v-320h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h63.16c-7.8-152.4-70.52-256-127.16-256h-399.52c10.525 13.763 20.262 29.296 28.509 45.706l0.771 1.694c28.56 57.12 45.76 130.24 49.48 208.6h64.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v320zM704 448h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["toilet-paper-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31880, "id": 100, "name": "toilet-paper-duotone", "prevSize": 16, "code": 61941, "codes": [61941, 61942] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1147 + }, + { + "icon": { + "paths": [ + "M928 480v288c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-288z", + "M896 256h-192v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-192c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM128 320h768v128h-128v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-384v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-128zM896 768h-768v-256h128v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h384v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h128v256z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["toolbox-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31881, "id": 99, "name": "toolbox-duotone", "prevSize": 16, "code": 61943, "codes": [61943, 61944] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1148 + }, + { + "icon": { + "paths": [ + "M864 319.040c0.28 285.68-93.92 512.92-176 571.12-5.076 3.54-11.374 5.656-18.166 5.656-16.848 0-30.655-13.021-31.907-29.549l-0.007-0.108c-5.92-80.92-29.92-226.16-125.92-226.16s-120 145.24-126.040 226.12c-1.259 16.635-15.066 29.656-31.914 29.656-6.792 0-13.090-2.116-18.27-5.725l0.104 0.069c-81.96-58.12-176.16-285.4-175.88-571.080 0.409-105.596 86.106-191.040 191.759-191.040 0.085 0 0.17 0 0.254 0l-0.013-0h320c0.072-0 0.157-0 0.241-0 105.653 0 191.35 85.444 191.759 191.001l0 0.039z", + "M684 285.68l-85.84 34.32 85.84 34.28c11.846 4.879 20.033 16.333 20.033 29.7 0 17.691-14.342 32.033-32.033 32.033-4.325 0-8.449-0.857-12.213-2.41l0.213 0.078-148-59.24-148 59.24c-3.551 1.476-7.675 2.333-12 2.333-17.691 0-32.033-14.342-32.033-32.033 0-13.367 8.187-24.821 19.82-29.622l0.213-0.078 85.84-34.28-85.84-34.32c-11.846-4.879-20.033-16.333-20.033-29.7 0-17.691 14.342-32.033 32.033-32.033 4.325 0 8.449 0.857 12.213 2.41l-0.213-0.078 148 59.24 148-59.24c3.551-1.476 7.675-2.333 12-2.333 17.691 0 32.033 14.342 32.033 32.033 0 13.367-8.187 24.821-19.82 29.622l-0.213 0.078zM896 319c0 170.88-32 301.6-58.8 381.12-34.88 103.2-82.48 181.96-130.56 216-10.164 7.386-22.891 11.815-36.653 11.815-9.871 0-19.209-2.279-27.518-6.339l0.371 0.164c-20.569-9.87-34.912-29.79-36.707-53.222l-0.013-0.218c-3.4-46-20.2-196.32-94.12-196.32s-90.72 150.36-94.12 196.44c-2.55 33.374-30.208 59.5-63.99 59.6l-0.010 0c-13.714-0.019-26.392-4.44-36.701-11.925l0.181 0.125c-48-34.12-95.68-112.88-130.56-216-26.8-79.64-58.8-210.36-58.8-381.24 0.568-123.281 100.638-223 223.998-223 0.001 0 0.002 0 0.002 0l320-0c0.001-0 0.001-0 0.002-0 123.36 0 223.43 99.719 223.998 222.946l0 0.054zM832 319c-0.567-87.934-71.983-159-159.997-159-0.001 0-0.002 0-0.003 0l-320-0c-0.001-0-0.002-0-0.003-0-88.028 0-159.453 71.088-159.997 158.988l-0 0.052c0 162.2 30.040 285.6 55.4 360.56 44.2 130.64 92 173.48 106.44 184 12.44-164.92 68.52-255.6 158.16-255.6s145.8 90.84 157.96 255.76v0c14.4-10.36 62.28-53.040 106.64-184 25.36-75.12 55.4-198.52 55.4-360.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tooth-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31882, "id": 98, "name": "tooth-duotone", "prevSize": 16, "code": 61945, "codes": [61945, 61946] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1149 + }, + { + "icon": { + "paths": [ + "M927.76 323.72l-57 480c-2.040 16.020-15.586 28.28-31.996 28.28-0.001 0-0.003-0-0.004-0l-653.44 0c-0.001 0-0.003 0-0.004 0-16.41 0-29.956-12.26-31.979-28.12l-0.017-0.16-57-480c-0.138-1.117-0.217-2.41-0.217-3.721 0-17.673 14.327-32 32-32 0.076 0 0.153 0 0.229 0.001l-0.012-0h767.36c0.088-0.001 0.193-0.001 0.297-0.001 17.673 0 32 14.327 32 32 0 1.311-0.079 2.604-0.232 3.874l0.015-0.153z", + "M944 277.6c-11.87-13.28-29.050-21.6-48.174-21.6-0.051 0-0.103 0-0.154 0l0.008-0h-191.68c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-191.68c-19.060 0.053-36.168 8.362-47.945 21.538l-0.055 0.062c-10.004 11.241-16.116 26.139-16.116 42.463 0 2.628 0.158 5.219 0.466 7.763l-0.030-0.306 57.040 480c3.89 31.963 30.86 56.482 63.557 56.482 0.156 0 0.312-0.001 0.467-0.002l-0.024 0h653c0.132 0.001 0.287 0.002 0.443 0.002 32.697 0 59.667-24.519 63.526-56.173l0.031-0.308 57.040-480c0.275-2.226 0.431-4.803 0.431-7.417 0-16.343-6.126-31.256-16.207-42.566l0.056 0.064zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM839.040 800c-0.054 0.020-0.115 0.032-0.18 0.032s-0.126-0.012-0.184-0.033l0.004 0.001h-653.68l-56.68-480h191.68v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h256v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tote-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31883, "id": 97, "name": "tote-duotone", "prevSize": 16, "code": 61947, "codes": [61947, 61948] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1150 + }, + { + "icon": { + "paths": [ + "M927.76 323.72l-57 480c-2.040 16.020-15.586 28.28-31.996 28.28-0.001 0-0.003-0-0.004-0l-653.44 0c-0.001 0-0.003 0-0.004 0-16.41 0-29.956-12.26-31.979-28.12l-0.017-0.16-57-480c-0.138-1.117-0.217-2.41-0.217-3.721 0-17.673 14.327-32 32-32 0.076 0 0.153 0 0.229 0.001l-0.012-0h767.36c0.088-0.001 0.193-0.001 0.297-0.001 17.673 0 32 14.327 32 32 0 1.311-0.079 2.604-0.232 3.874l0.015-0.153z", + "M944 277.6c-11.87-13.28-29.050-21.6-48.174-21.6-0.051 0-0.103 0-0.154 0l0.008-0h-191.68c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-191.68c-19.060 0.053-36.168 8.362-47.945 21.538l-0.055 0.062c-10.004 11.241-16.116 26.139-16.116 42.463 0 2.628 0.158 5.219 0.466 7.763l-0.030-0.306 57.040 480c3.89 31.963 30.86 56.482 63.557 56.482 0.156 0 0.312-0.001 0.467-0.002l-0.024 0h653c0.132 0.001 0.287 0.002 0.443 0.002 32.697 0 59.667-24.519 63.526-56.173l0.031-0.308 57.040-480c0.275-2.226 0.431-4.803 0.431-7.417 0-16.343-6.126-31.256-16.207-42.566l0.056 0.064zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM839.040 800c-0.054 0.020-0.115 0.032-0.18 0.032s-0.126-0.012-0.184-0.033l0.004 0.001h-653.68l-56.68-480h767.68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tote-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31884, "id": 96, "name": "tote-simple-duotone", "prevSize": 16, "code": 61949, "codes": [61949, 61950] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1151 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM448 416c0 17.673-14.327 32-32 32v0h-32v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM768 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-106.84l-56 64c-5.892 6.658-14.458 10.834-24 10.834s-18.108-4.176-23.971-10.8l-0.029-0.034-56-64v106.84c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0.049-17.636 14.357-31.914 32-31.914 9.542 0 18.108 4.176 23.971 10.8l0.029 0.034 88 100.48 88-100.48c5.892-6.658 14.458-10.834 24-10.834 17.643 0 31.951 14.278 32 31.909l0 0.005z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["trademark-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31885, "id": 95, "name": "trademark-duotone", "prevSize": 16, "code": 61951, "codes": [61951, 61952] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1152 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM604.36 560.84c40.527-22.024 67.575-64.273 67.575-112.84 0-70.67-57.271-127.963-127.932-128l-128.004-0c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h89.56l76 113.76c5.824 8.646 15.577 14.257 26.64 14.257 17.683 0 32.017-14.335 32.017-32.017 0-6.619-2.009-12.769-5.45-17.874l0.072 0.114zM448 384h96c35.346 0 64 28.654 64 64s-28.654 64-64 64v0h-96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["trademark-registered-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31886, + "id": 94, + "name": "trademark-registered-duotone", + "prevSize": 16, + "code": 61953, + "codes": [61953, 61954] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1153 + }, + { + "icon": { + "paths": [ + "M754.080 640h-484l88.88-256h306.080z", + "M928 832h-73.24l-241.080-693c-8.955-25.24-32.623-42.993-60.439-43l-82.481-0c-27.807 0.001-51.472 17.737-60.301 42.513l-0.139 0.447-241.080 693.040h-73.24c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM470.76 160h82.48l66.76 192h-216zM381.72 416h260.56l66.8 192h-394.16zM237 832l55.68-160h438.64l55.68 160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["traffic-cone-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31887, "id": 93, "name": "traffic-cone-duotone", "prevSize": 16, "code": 61955, "codes": [61955, 61956] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1154 + }, + { + "icon": { + "paths": [ + "M736 128h-448c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h448c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM512 768c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM512 448c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z", + "M512 224c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 416c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM512 544c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 736c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM864 576h-64v-256h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-96c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 96h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v256h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v224c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-224h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 864h-448v-704h448v704z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["traffic-signal-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31888, "id": 92, "name": "traffic-signal-duotone", "prevSize": 16, "code": 61957, "codes": [61957, 61958] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1155 + }, + { + "icon": { + "paths": [ + "M949.96 536.2l-413.76 413.76c-6.186 6.209-14.744 10.051-24.2 10.051s-18.014-3.842-24.199-10.050l-0.001-0.001-413.76-413.76c-6.209-6.186-10.051-14.744-10.051-24.2s3.842-18.014 10.050-24.199l0.001-0.001 413.96-413.76c6.186-6.209 14.744-10.051 24.2-10.051s18.014 3.842 24.199 10.050l0.001 0.001 413.56 413.96c6.149 6.176 9.951 14.694 9.951 24.1s-3.801 17.924-9.952 24.101l0.001-0.001z", + "M972.6 465.16l-413.76-413.76c-11.987-11.988-28.548-19.402-46.84-19.402s-34.853 7.415-46.84 19.403l-413.76 413.76c-11.988 11.987-19.402 28.548-19.402 46.84s7.415 34.853 19.403 46.84l413.76 413.76c11.987 11.988 28.548 19.402 46.84 19.402s34.853-7.415 46.84-19.403l413.76-413.76c11.988-11.987 19.402-28.548 19.402-46.84s-7.415-34.853-19.403-46.84l0 0zM927.36 513.56l-413.8 413.8c-0.403 0.391-0.953 0.633-1.56 0.633s-1.157-0.241-1.561-0.633l0.001 0.001-413.8-413.8c-0.391-0.403-0.633-0.953-0.633-1.56s0.241-1.157 0.633-1.561l-0.001 0.001 413.8-413.8c0.379-0.395 0.912-0.641 1.502-0.641 0.020 0 0.041 0 0.061 0.001l-0.003-0c0.621 0 1.185 0.244 1.601 0.641l-0.001-0.001 413.76 413.8c0.391 0.403 0.633 0.953 0.633 1.56s-0.241 1.157-0.633 1.561l0.001-0.001zM694.64 457.56c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 41.4-41.56h-146.76c-35.346 0-64 28.654-64 64v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-70.692 57.308-128 128-128v0h146.76l-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["traffic-sign-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31889, "id": 91, "name": "traffic-sign-duotone", "prevSize": 16, "code": 61959, "codes": [61959, 61960] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1156 + }, + { + "icon": { + "paths": [ + "M832 288v224h-640v-224z", + "M736 96h-448c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM224 480v-160h256v160zM544 320h256v160h-256zM288 160h448c35.346 0 64 28.654 64 64v0 32h-576v-32c0-35.346 28.654-64 64-64v0zM736 800h-448c-35.346 0-64-28.654-64-64v0-192h576v192c0 35.346-28.654 64-64 64v0zM384 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["train-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31890, "id": 90, "name": "train-duotone", "prevSize": 16, "code": 61961, "codes": [61961, 61962] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1157 + }, + { + "icon": { + "paths": [ + "M864 480l-89.56 328.4c-3.819 13.709-16.193 23.6-30.878 23.6-0.001 0-0.002-0-0.002-0l-463.12 0c-0.001 0-0.001 0-0.002 0-14.685 0-27.059-9.891-30.824-23.375l-0.054-0.225-89.56-328.4 352 64z", + "M894.88 471.6l-89.56-328.44c-7.651-27.397-32.39-47.16-61.745-47.16-0.005 0-0.011 0-0.016 0l-463.119-0c-0.004-0-0.010-0-0.015-0-29.355 0-54.094 19.763-61.637 46.71l-0.108 0.45-89.56 328.44c-0.705 2.519-1.111 5.412-1.111 8.4s0.405 5.881 1.164 8.627l-0.054-0.227 89.56 328.44c7.651 27.397 32.39 47.16 61.745 47.16 0.005 0 0.011-0 0.016-0l39.559 0-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h39.56c0.004 0 0.010 0 0.015 0 29.355 0 54.094-19.763 61.637-46.71l0.108-0.45 89.56-328.44c0.705-2.519 1.111-5.412 1.111-8.4s-0.405-5.881-1.164-8.627l0.054 0.227zM280.44 160h463.12l80.44 294.76-312 56.72-312-56.72zM204.44 520.56l275.56 50.16v229.28h-199.56zM743.56 800h-199.56v-229.28l275.76-50.16zM352 352c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["train-regional-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31891, "id": 89, "name": "train-regional-duotone", "prevSize": 16, "code": 61963, "codes": [61963, 61964] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1158 + }, + { + "icon": { + "paths": [ + "M832 224v288h-640v-288c0-53.019 42.981-96 96-96v0h448c53.019 0 96 42.981 96 96v0z", + "M736 96h-448c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM288 160h448c35.346 0 64 28.654 64 64v0 256h-576v-256c0-35.346 28.654-64 64-64v0zM736 800h-448c-35.346 0-64-28.654-64-64v0-192h576v192c0 35.346-28.654 64-64 64v0zM384 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["train-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31892, "id": 88, "name": "train-simple-duotone", "prevSize": 16, "code": 61965, "codes": [61965, 61966] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1159 + }, + { + "icon": { + "paths": [ + "M832 320v192h-640v-192c0-53.019 42.981-96 96-96v0h448c53.019 0 96 42.981 96 96v0z", + "M736 192h-192v-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96h-192c-70.692 0-128 57.308-128 128v0 416c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-416c0-70.692-57.308-128-128-128v0zM288 256h448c35.346 0 64 28.654 64 64v0 160h-576v-160c0-35.346 28.654-64 64-64v0zM736 800h-448c-35.346 0-64-28.654-64-64v0-192h576v192c0 35.346-28.654 64-64 64v0zM384 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tram-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31893, "id": 87, "name": "tram-duotone", "prevSize": 16, "code": 61967, "codes": [61967, 61968] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1160 + }, + { + "icon": { + "paths": [ + "M864 736h-320l160-320zM352 510.24v0c78.703-70.471 128-172.39 128-285.823 0-0.146-0-0.293-0-0.439l0 0.022h-256c-0 0.124-0 0.27-0 0.417 0 113.433 49.297 215.352 127.636 285.502l0.364 0.321z", + "M956.6 849.68l-224-448c-5.371-10.57-16.165-17.686-28.62-17.686s-23.249 7.116-28.536 17.504l-0.084 0.182-86.84 173.72c-71.335-4.128-136.173-28.894-189.474-68.355l0.954 0.675c62.295-66.398 103.035-153.68 110.668-250.277l0.092-1.443h97.24c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h350.52c-7.614 81.726-42.211 154.19-94.67 209.56l0.15-0.16c-32.721-34.472-58.597-75.796-75.225-121.558l-0.775-2.442c-4.378-12.804-16.306-21.847-30.346-21.847-17.673 0-32 14.327-32 32 0 4.026 0.743 7.877 2.1 11.426l-0.074-0.219c20.277 56.398 50.343 104.785 88.526 145.462l-0.206-0.222c-57.273 42.48-129.342 68.001-207.373 68.001-0.22 0-0.441-0-0.661-0.001l0.034 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c0.136 0 0.298 0 0.46 0 96.839 0 185.909-33.262 256.409-88.983l-0.87 0.663c56.92 44.809 127.066 75.325 203.702 85.027l2.058 0.213-106.4 212.76c-2.133 4.172-3.383 9.1-3.383 14.32 0 17.675 14.328 32.003 32.003 32.003 12.454 0 23.247-7.114 28.536-17.501l0.084-0.182 55.16-110.32h280.44l55.16 110.32c5.373 10.567 16.164 17.68 28.617 17.68 0.008 0 0.016-0 0.024-0l-0.001 0c17.666-0.010 31.983-14.333 31.983-32 0-5.22-1.25-10.148-3.467-14.502l0.084 0.182zM595.76 704l108.24-216.44 108.2 216.44z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["translate-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31894, "id": 86, "name": "translate-duotone", "prevSize": 16, "code": 61969, "codes": [61969, 61970] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1161 + }, + { + "icon": { + "paths": [ + "M800 224v608c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-608z", + "M864 192h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v576c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-576h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 160c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM768 832h-512v-576h512zM448 416v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 416v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["trash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31895, "id": 85, "name": "trash-duotone", "prevSize": 16, "code": 61971, "codes": [61971, 61972] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1162 + }, + { + "icon": { + "paths": [ + "M800 224v608c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-608z", + "M864 192h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v576c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-576h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 832h-512v-576h512zM320 96c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["trash-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31896, "id": 84, "name": "trash-simple-duotone", "prevSize": 16, "code": 61973, "codes": [61973, 61974] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1163 + }, + { + "icon": { + "paths": [ + "M864 192v448h-146.76c-0.007-0-0.016-0-0.025-0-8.83 0-16.825 3.577-22.615 9.36l0-0-77.24 77.28c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l-165.479 0c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-77.24-77.28c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-146.719-0v-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 192v416h-114.8c-0.048-0-0.106-0-0.163-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-77.24 77.24h-165.52l-77.24-77.28c-11.512-11.564-27.444-18.72-45.047-18.72-0.068 0-0.135 0-0.203 0l0.011-0h-114.76v-416zM832 832h-640v-160h114.76l77.24 77.28c11.512 11.564 27.444 18.72 45.047 18.72 0.068 0 0.135-0 0.203-0l-0.011 0h165.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 77.24-77.24h114.76v160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tray-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31897, "id": 83, "name": "tray-duotone", "prevSize": 16, "code": 61975, "codes": [61975, 61976] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1164 + }, + { + "icon": { + "paths": [ + "M928 511.28c0.001 0.204 0.001 0.445 0.001 0.687 0 141.385-114.615 256-256 256-52.958 0-102.16-16.081-142.99-43.625l0.909 0.578c-5.041-3.47-11.279-5.542-18-5.542s-12.959 2.072-18.108 5.613l0.108-0.070c-40.035 27.187-89.432 43.405-142.617 43.405-141.385 0-256-114.615-256-256 0-102.842 60.642-191.52 148.119-232.226l1.578-0.659c7.233-3.431 12.857-9.275 15.921-16.471l0.079-0.209c42.199-98.874 138.594-166.913 250.88-166.913s208.682 68.040 250.206 165.14l0.674 1.774c3.143 7.405 8.767 13.249 15.806 16.597l0.194 0.083c88.556 41.344 148.895 129.504 149.24 231.795l0 0.045z", + "M792.4 250.4c-47.161-110.512-154.899-186.561-280.4-186.561s-233.239 76.049-279.646 184.578l-0.754 1.983c-99.314 46.811-166.956 145.829-167.6 260.715l-0 0.085c-0.44 155.28 125.44 284.8 280.56 288.8 2.228 0.062 4.85 0.098 7.48 0.098 46.636 0 90.671-11.134 129.593-30.889l-1.633 0.752v158.040c0 17.673 14.327 32 32 32s32-14.327 32-32v0-158.040c37.169 18.942 81.063 30.040 127.549 30.040 0.159 0 0.317-0 0.476-0l-0.025 0h7.44c155.12-4 281-133.44 280.56-288.72-0.58-115.012-68.243-214.081-165.839-260.133l-1.761-0.747zM677.8 736c-1.816 0.053-3.953 0.083-6.097 0.083-46.229 0-89.169-14.079-124.767-38.184l0.784 0.501q-1.88-1.2-3.72-2.28v-164.36l174.32-87.12c10.579-5.374 17.7-16.175 17.7-28.64 0-17.684-14.336-32.020-32.020-32.020-5.22 0-10.148 1.249-14.502 3.464l0.182-0.084-145.68 72.88v-108.24c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 204.24l-145.68-72.88c-4.172-2.131-9.1-3.38-14.32-3.38-17.684 0-32.020 14.336-32.020 32.020 0 12.465 7.122 23.266 17.519 28.556l0.182 0.084 174.32 87.12v68.24c-1.24 0.72-2.48 1.48-3.68 2.28-34.863 23.675-77.878 37.799-124.191 37.799-2.085 0-4.163-0.029-6.234-0.085l0.305 0.007c-121.282-3.125-218.407-102.185-218.407-223.93 0-89.763 52.799-167.195 129.034-202.932l1.372-0.578c14.564-6.783 25.893-18.475 32.043-32.904l0.157-0.416c37.214-87.287 122.292-147.361 221.4-147.361s184.186 60.074 220.805 145.795l0.595 1.566c6.307 14.845 17.636 26.536 31.809 33.156l0.391 0.164c77.608 36.315 130.407 113.747 130.407 203.51 0 121.745-97.125 220.805-218.117 223.924l-0.289 0.006z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tree-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31898, "id": 82, "name": "tree-duotone", "prevSize": 16, "code": 61977, "codes": [61977, 61978] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1165 + }, + { + "icon": { + "paths": [ + "M128 768l224-288h-160l320-416 320 416h-160l224 288z", + "M921.24 748.36l-183.8-236.36h94.56c0.001 0 0.002 0 0.003 0 17.673 0 32-14.327 32-32 0-7.381-2.499-14.179-6.698-19.593l0.054 0.073-320-416c-5.908-7.624-15.066-12.484-25.36-12.484s-19.452 4.86-25.306 12.411l-0.054 0.073-320 416c-4.144 5.341-6.643 12.139-6.643 19.52 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.003-0l94.56 0-183.8 236.36c-4.201 5.363-6.736 12.205-6.736 19.64 0 17.665 14.313 31.986 31.975 32l352.001 0v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h352c17.663-0.014 31.976-14.335 31.976-32 0-7.435-2.535-14.277-6.789-19.71l0.053 0.070zM193.44 736l184-236.36c4.201-5.363 6.736-12.206 6.736-19.64 0-17.673-14.327-32-32-32-0.062 0-0.124 0-0.186 0.001l0.009-0h-95l255-331.52 255 331.52h-95c-17.663 0.014-31.976 14.335-31.976 32 0 7.435 2.535 14.277 6.789 19.71l-0.053-0.070 183.8 236.36z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tree-evergreen-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31899, "id": 81, "name": "tree-evergreen-duotone", "prevSize": 16, "code": 61979, "codes": [61979, 61980] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1166 + }, + { + "icon": { + "paths": [ + "M928 235l-416 181c-0.002-0.392-0.003-0.857-0.003-1.321 0-69.621 27.168-132.897 71.481-179.804l-0.117 0.125c43.11-46.195 104.352-74.991 172.32-74.991s129.21 28.796 172.193 74.853l0.127 0.138zM706.24 392.72c-19.912-5.543-42.778-8.73-66.387-8.73-47.054 0-91.151 12.655-129.075 34.747l1.223-0.658 375.24 285.92c5.568-19.762 8.77-42.458 8.77-65.901 0-46.79-12.752-90.601-34.97-128.148l0.64 1.169c-34.044-57.824-88.708-100.418-153.655-117.989l-1.785-0.411zM440.64 235c-43.11-46.195-104.352-74.991-172.32-74.991s-129.21 28.796-172.193 74.853l-0.127 0.138 416 181c0.002-0.392 0.003-0.857 0.003-1.321 0-69.621-27.168-132.897-71.481-179.804l0.117 0.125zM317.76 392.72c-66.732 17.982-121.396 60.576-154.791 117.21l-0.649 1.19c-21.578 36.378-34.33 80.189-34.33 126.979 0 23.443 3.201 46.138 9.19 67.673l-0.421-1.772 375.24-285.92c-36.701-21.434-80.799-34.090-127.853-34.090-23.61 0-46.475 3.186-68.19 9.152l1.802-0.422z", + "M951.16 212.92c-48.944-52.32-118.405-84.925-195.48-84.925s-146.536 32.605-195.341 84.774l-0.139 0.151c-18.712 19.604-34.769 41.98-47.442 66.395l-0.758 1.605c-13.373-26.018-29.365-48.394-48.116-68.123l0.116 0.123c-48.944-52.32-118.405-84.925-195.48-84.925s-146.536 32.605-195.341 84.774l-0.139 0.151c-5.461 5.729-8.821 13.503-8.821 22.062 0 13.051 7.813 24.278 19.017 29.257l0.204 0.081 224.56 97.88c-74.505 20.369-135.481 68.119-172.711 131.498l-0.729 1.342c-24.37 40.904-38.776 90.2-38.776 142.862 0 26.477 3.642 52.104 10.452 76.407l-0.476-1.989c3.807 13.727 16.19 23.635 30.887 23.635 7.307 0 14.043-2.449 19.43-6.572l-0.077 0.057 324-246.72v413.28c0 17.673 14.327 32 32 32s32-14.327 32-32v0-413.28l324 246.72c5.316 4.081 12.064 6.54 19.386 6.54 14.707 0 27.096-9.921 30.841-23.436l0.053-0.225c6.334-22.314 9.976-47.941 9.976-74.418 0-52.661-14.406-101.958-39.493-144.164l0.717 1.302c-37.968-64.729-98.959-112.481-171.475-132.371l-2.005-0.469 224.88-97.88c11.408-5.060 19.221-16.286 19.221-29.338 0-8.559-3.36-16.333-8.833-22.075l0.012 0.013zM268.32 192c58.82 0.136 111.786 25.082 149.011 64.922l0.109 0.118c27.636 29.040 47.669 65.561 56.757 106.213l0.283 1.507-318.48-138.64c31.544-21.369 70.443-34.116 112.319-34.12l0.001-0zM160 646c-0.094-2.398-0.148-5.214-0.148-8.043 0-40.823 11.155-79.040 30.584-111.77l-0.556 1.012c29.723-50.64 77.578-87.923 134.446-103.205l1.554-0.355c17.481-4.852 37.553-7.64 58.277-7.64 0.086 0 0.171 0 0.257 0l-0.014-0c0.006-0 0.014-0 0.021-0 23.153 0 45.482 3.524 66.481 10.065l-1.582-0.425zM834 527.2c18.942 31.763 30.141 70.049 30.141 110.95 0 2.761-0.051 5.509-0.152 8.245l0.012-0.395-289.2-220.4c19.48-6.1 41.878-9.614 65.098-9.614 82.353 0 154.381 44.204 193.652 110.179l0.571 1.035zM549.52 364.76c9.371-42.159 29.404-78.68 57.129-107.814l-0.089 0.094c37.334-39.958 90.3-64.904 149.095-65.040l0.025-0c41.877 0.004 80.776 12.751 113.032 34.574l-0.712-0.454z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tree-palm-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31900, "id": 80, "name": "tree-palm-duotone", "prevSize": 16, "code": 61981, "codes": [61981, 61982] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1167 + }, + { + "icon": { + "paths": [ + "M288 448v128c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM864 160h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM864 608h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z", + "M672 448h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0h-192c-35.346 0-64 28.654-64 64v0 64h-32c-70.692 0-128 57.308-128 128v0 96h-128v-32c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-32h128v96c0 70.692 57.308 128 128 128v0h32v64c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0h-192c-35.346 0-64 28.654-64 64v0 64h-32c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h32v64c0 35.346 28.654 64 64 64v0zM256 576h-128v-128h128v128zM672 640h192v192h-192zM672 192h192v192h-192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["tree-structure-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31901, "id": 79, "name": "tree-structure-duotone", "prevSize": 16, "code": 61983, "codes": [61983, 61984] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1168 + }, + { + "icon": { + "paths": [ + "M928 544v256h-256z", + "M940.24 514.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-105.36 105.4-233.36-233.4c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-265.36-265.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h-0l288 288c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l137.36-137.4 210.76 210.76-105.4 105.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l255.999 0c17.673 0 32-14.327 32-32v0-256c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM896 768h-146.76l146.76-146.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["trend-down-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31902, "id": 78, "name": "trend-down-duotone", "prevSize": 16, "code": 61985, "codes": [61985, 61986] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1169 + }, + { + "icon": { + "paths": [ + "M928 224v256l-256-256z", + "M928 192h-256c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l105.4 105.36-210.76 210.76-137.36-137.4c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-288 288c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l265.36-265.4 137.36 137.4c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 233.36-233.4 105.36 105.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-256c0-17.673-14.327-32-32-32v0zM896 402.76l-146.76-146.76h146.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["trend-up-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31903, "id": 77, "name": "trend-up-duotone", "prevSize": 16, "code": 61987, "codes": [61987, 61988] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1170 + }, + { + "icon": { + "paths": [ + "M861.84 864h-699.68c-50.48 0-82.16-52.84-57.64-95.64l349.84-607.48c25.2-44 90.080-44 115.28 0l349.84 607.48c24.52 42.8-7.16 95.64-57.64 95.64z", + "M947.2 752.36l-349.8-607.48c-17.525-29.455-49.194-48.883-85.4-48.883s-67.875 19.428-85.149 48.428l-0.251 0.455-349.8 607.48c-8.072 13.588-12.843 29.957-12.843 47.44s4.771 33.852 13.082 47.875l-0.239-0.435c17.136 29.355 48.484 48.765 84.366 48.765 0.364 0 0.727-0.002 1.090-0.006l-0.055 0h699.6c0.284 0.003 0.619 0.005 0.955 0.005 35.881 0 67.229-19.41 84.116-48.304l0.249-0.461c8.097-13.604 12.883-29.998 12.883-47.508 0-17.455-4.756-33.8-13.042-47.808l0.239 0.437zM891.72 815.2c-6.013 10.125-16.892 16.805-29.331 16.805-0.207 0-0.413-0.002-0.619-0.006l0.031 0h-699.6c-0.175 0.003-0.382 0.005-0.589 0.005-12.439 0-23.318-6.68-29.245-16.649l-0.086-0.157c-2.651-4.416-4.219-9.745-4.219-15.44s1.568-11.024 4.296-15.578l-0.077 0.138 349.8-607.48c6.23-10.239 17.329-16.972 30-16.972s23.77 6.734 29.913 16.818l0.087 0.154 349.8 607.48c2.602 4.384 4.14 9.665 4.14 15.305 0 5.75-1.599 11.127-4.376 15.711l0.076-0.135z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["triangle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31904, "id": 76, "name": "triangle-duotone", "prevSize": 16, "code": 61989, "codes": [61989, 61990] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1171 + }, + { + "icon": { + "paths": [ + "M800 224v220.4c0 158.8-127 290.4-285.8 291.6-0.654 0.005-1.426 0.008-2.2 0.008-159.058 0-288-128.942-288-288 0-0.003 0-0.006 0-0.009l-0 0.001v-224c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z", + "M928 256h-96v-32c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 32h-96c-35.346 0-64 28.654-64 64v0 64c0 88.366 71.634 160 160 160v0h14.6c38.943 120.722 144.334 209.004 272.018 222.323l1.382 0.117v97.56h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-97.68c127.76-12.92 233.76-102.56 272.32-222.32h15.68c88.366 0 160-71.634 160-160v0-64c0-35.346-28.654-64-64-64v0zM192 480c-53.019 0-96-42.981-96-96v0-64h96v128q0 16 1.56 32zM768 444.4c0 142.080-113.96 258.56-254.040 259.6h-1.96c-141.385 0-256-114.615-256-256v0-224h512zM928 384c0 53.019-42.981 96-96 96v0h-2c1.253-10.661 1.979-23.034 2-35.572l0-0.028v-124.4h96z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["trophy-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31905, "id": 75, "name": "trophy-duotone", "prevSize": 16, "code": 61991, "codes": [61991, 61992] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1172 + }, + { + "icon": { + "paths": [ + "M960 480v256c0 17.673-14.327 32-32 32v0h-96c0-0.003 0-0.007 0-0.010 0-53.019-42.981-96-96-96-11.471 0-22.471 2.012-32.668 5.702l0.668-0.211c-37.605 13.577-64 48.961-64 90.51 0 0.004 0 0.007 0 0.011l-0-0h-256c0-53.019-42.981-96-96-96s-96 42.981-96 96v0h-96c-17.673 0-32-14.327-32-32v0-160h640v-96z", + "M989.68 468l-56-140c-9.668-23.645-32.494-40-59.141-40-0.077 0-0.154 0-0.231 0l0.012-0h-138.32v-32c0-17.673-14.327-32-32-32v0h-608c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h200c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-256c0-0.025 0-0.054 0-0.084 0-4.295-0.852-8.39-2.397-12.127l0.077 0.211zM736 352h138.32l38.4 96h-176.72zM96 288h576v256h-576zM288 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM612 736h-200c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-68v-128h576v49.24c-29.355 17.188-50.963 44.911-59.795 77.862l-0.205 0.898zM736 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM928 736h-68c-14.799-55.621-64.683-95.942-123.994-96l-0.006-0v-128h192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["truck-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31906, "id": 74, "name": "truck-duotone", "prevSize": 16, "code": 61993, "codes": [61993, 61994] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1173 + }, + { + "icon": { + "paths": [ + "M988.44 315.080l-77.080 147.24c-5.831 10.61-16.932 17.681-29.685 17.681-0.111 0-0.221-0.001-0.332-0.002l0.017 0h-113.36v-320l207.12 113c10.073 5.322 16.82 15.729 16.82 27.713 0 5.249-1.295 10.196-3.582 14.538l0.082-0.171zM35.56 315.080l77.080 147.24c5.831 10.61 16.932 17.681 29.685 17.681 0.111 0 0.221-0.001 0.332-0.002l-0.017 0h113.36v-320l-207.12 113c-10.073 5.322-16.82 15.729-16.82 27.713 0 5.249 1.295 10.196 3.582 14.538l-0.082-0.171z", + "M990.36 244.88l-207.040-112.88c-4.417-2.49-9.693-3.969-15.311-4l-0.009-0h-128c-17.673 0-32 14.327-32 32v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-17.673-14.327-32-32-32v0h-128c-5.641 0.024-10.931 1.504-15.521 4.083l0.161-0.083-207 112.88c-20.128 10.798-33.585 31.695-33.585 55.736 0 10.716 2.674 20.807 7.39 29.644l-0.165-0.339 77.080 147.24c11.223 20.883 32.916 34.842 57.87 34.842 0.158 0 0.316-0.001 0.474-0.002l-0.024 0h81.32v320c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-320h81.36c0.134 0.001 0.292 0.002 0.45 0.002 24.954 0 46.647-13.958 57.698-34.493l0.171-0.349 77.080-147.24c4.546-8.493 7.217-18.579 7.217-29.288 0-24.053-13.471-44.959-33.279-55.587l-0.337-0.165zM142.68 448c-0.035 0.002-0.076 0.003-0.117 0.003-0.577 0-1.107-0.197-1.528-0.527l0.005 0.004-76.68-146.44 159.64-87.12v234.080zM736 832h-448v-640h67.2c15.422 73.536 79.735 127.964 156.76 127.964s141.338-54.428 156.577-126.922l0.183-1.042h67.28zM883 447.44c-0.388 0.351-0.906 0.566-1.473 0.566-0.059 0-0.117-0.002-0.174-0.007l0.008 0h-81.36v-234.080l159.68 87.12z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["t-shirt-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31907, "id": 73, "name": "t-shirt-duotone", "prevSize": 16, "code": 61995, "codes": [61995, 61996] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1174 + }, + { + "icon": { + "paths": [ + "M864 192v433c0 0.004 0 0.008 0 0.012 0 9.859-4.459 18.677-11.47 24.547l-0.050 0.041-171.56 143c-5.525 4.601-12.696 7.396-20.519 7.4l-168.801 0c-7.824 0.004-14.995 2.799-20.572 7.442l0.052-0.042-183.080 152.6v-160h-96c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h64v128c-0 0.004-0 0.008-0 0.012 0 17.673 14.327 32 32 32 7.814 0 14.974-2.801 20.53-7.453l-0.050 0.041 183.12-152.6h168.8c0.006 0 0.013 0 0.021 0 15.636 0 29.963-5.608 41.079-14.921l-0.1 0.081 171.56-143c14.12-11.771 23.040-29.366 23.040-49.045 0-0.041-0-0.081-0-0.122l0 0.006v-433c0-35.346-28.654-64-64-64v0zM832 625l-171.6 143h-168.8c-0.006-0-0.013-0-0.021-0-15.636 0-29.963 5.608-41.079 14.921l0.1-0.081-130.6 108.84v-91.68c0-17.673-14.327-32-32-32v0h-96v-576h640zM640 544v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM448 544v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["twitch-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31908, "id": 72, "name": "twitch-logo-duotone", "prevSize": 16, "code": 61997, "codes": [61997, 61998] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1175 + }, + { + "icon": { + "paths": [ + "M960 288l-128 128c-17.040 267.36-240.32 480-512 480-128 0-160-48-160-48s128-48 192-144c0 0-220.6-128-188.88-480 0 0 158.64 160 348.88 192v-64c0-88 72-161.080 160-160 64.994 0.779 120.762 39.487 146.262 94.986l0.418 1.014z", + "M989.56 275.76c-4.934-11.696-16.306-19.757-29.56-19.76l-121.72-0c-34.121-57.318-95.488-95.292-165.778-95.999l-0.102-0.001c-0.739-0.011-1.612-0.016-2.487-0.016-51.724 0-98.556 20.946-132.475 54.819l0.002-0.002c-35.46 34.78-57.441 83.193-57.441 136.741 0 0.161 0 0.323 0.001 0.484l-0-0.025v24.36c-161.040-42.48-292.76-173.48-294.16-174.88-5.801-5.85-13.841-9.473-22.727-9.473-16.671 0-30.364 12.748-31.864 29.027l-0.009 0.126c-17.2 191.16 38.28 319.080 88 392.72 24.937 37.11 53.877 68.986 86.811 96.199l0.749 0.601c-61.080 70.12-157 106.96-158 107.36-12.241 4.678-20.776 16.326-20.776 29.967 0 6.617 2.008 12.764 5.448 17.867l-0.072-0.114c2.96 4.48 15 20.2 44.32 34.88 36.32 18.16 84.2 27.36 142.28 27.36 282.72 0 518.88-217.68 543.040-497.76l119.6-119.6c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM809.56 393.4c-5.305 5.317-8.75 12.492-9.275 20.464l-0.005 0.096c-16.28 252.36-227.16 450.040-480.28 450.040-42.24 0-72-5.6-92.88-12.32 46.080-25 110.24-68 151.52-129.92 3.368-4.989 5.377-11.137 5.377-17.754 0-11.707-6.287-21.947-15.669-27.525l-0.147-0.081c-0.52-0.32-51.44-30.96-97.92-101.16-52.12-78.8-78.28-173.72-78.28-282.88 64 52 181 132.72 314.76 155.2 1.575 0.275 3.389 0.432 5.24 0.432 17.67 0 31.995-14.322 32-31.992l0-0v-64c-0-0.080-0-0.175-0-0.269 0-35.796 14.694-68.161 38.38-91.391l0.021-0.020c22.374-22.445 53.321-36.332 87.512-36.332 0.594 0 1.186 0.004 1.778 0.013l-0.090-0.001c50.64 0.64 97.96 31.52 117.76 76.84 5.074 11.375 16.283 19.16 29.311 19.16 0.003 0 0.006-0 0.009-0l64 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["twitter-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31909, "id": 71, "name": "twitter-logo-duotone", "prevSize": 16, "code": 61999, "codes": [61999, 62000] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1176 + }, + { + "icon": { + "paths": [ + "M512 128s-160 128-160 416h-224c-0.038 0-0.082 0-0.126 0-17.673 0-32-14.327-32-32 0-1 0.046-1.989 0.136-2.966l-0.009 0.125c18.964-214.343 197.656-381.161 415.31-381.161 0.242 0 0.485 0 0.727 0.001l-0.038-0zM928 509.16c-18.964-214.343-197.656-381.161-415.31-381.161-0.242 0-0.485 0-0.727 0.001l0.038-0s160 128 160 416h224c0.038 0 0.082 0 0.126 0 17.673 0 32-14.327 32-32 0-1-0.046-1.989-0.136-2.966l0.009 0.125z", + "M960 506.52c-20.748-231.004-213.42-410.682-448.059-410.682-117.817 0-225.054 45.302-305.241 119.436l0.3-0.274c-79.961 73.633-132.854 175.593-142.685 289.858l-0.115 1.662c-0.15 1.642-0.235 3.551-0.235 5.48 0 35.346 28.654 64 64 64 0.012 0 0.025-0 0.037-0l351.998 0v224c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-224h352c0.070 0 0.152 0 0.235 0 35.346 0 64-28.654 64-64 0-1.929-0.085-3.839-0.253-5.724l0.017 0.244zM128 512v0c15.114-170.615 139.626-308.283 302.277-343.107l2.523-0.453c-46.88 63.56-105.4 176-112.12 343.56zM384.6 512c5.56-123.080 42.12-211.24 73.2-264.96 16.319-28.16 34.251-52.524 54.503-74.737l-0.303 0.337c19.907 21.872 37.8 46.237 52.99 72.368l1.090 2.032c53.12 91.76 69.92 190.080 73.2 264.96zM703.2 512c-6.72-167.56-65.24-280-112-343.76 165.288 35.2 289.879 173.018 304.698 342.309l0.102 1.451z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["umbrella-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31910, "id": 70, "name": "umbrella-duotone", "prevSize": 16, "code": 62001, "codes": [62001, 62002] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1177 + }, + { + "icon": { + "paths": [ + "M896 544h-768c-0.038 0-0.082 0-0.126 0-17.673 0-32-14.327-32-32 0-1 0.046-1.989 0.136-2.966l-0.009 0.125c19.378-214.314 198.167-380.965 415.88-380.965s396.502 166.651 415.762 379.347l0.118 1.617c0.080 0.851 0.126 1.84 0.126 2.84 0 17.633-14.262 31.935-31.88 32l-0.006 0z", + "M960 506.52c-20.748-231.004-213.42-410.682-448.059-410.682-117.817 0-225.054 45.302-305.241 119.436l0.3-0.274c-79.961 73.633-132.854 175.593-142.685 289.858l-0.115 1.662c-0.15 1.642-0.235 3.551-0.235 5.48 0 35.346 28.654 64 64 64 0.012 0 0.025-0 0.037-0l351.998 0v224c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-224h352c0.070 0 0.152 0 0.235 0 35.346 0 64-28.654 64-64 0-1.929-0.085-3.839-0.253-5.724l0.017 0.244zM128 512v0c17.912-198.002 183.096-351.966 384.24-351.966 100.964 0 192.868 38.792 261.621 102.284l-0.261-0.238c68.642 63.059 114.011 150.508 122.304 248.519l0.096 1.401z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["umbrella-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31911, "id": 69, "name": "umbrella-simple-duotone", "prevSize": 16, "code": 62003, "codes": [62003, 62004] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1178 + }, + { + "icon": { + "paths": [ + "M928 640c0 0.025 0 0.055 0 0.084 0 159.058-128.942 288-288 288-148.379 0-270.551-112.21-286.286-256.401l-0.114-1.283c-145.431-15.894-257.59-138.044-257.59-286.39 0-159.058 128.942-288 288-288 148.346 0 270.496 112.159 286.276 256.304l0.114 1.286c145.435 15.889 257.6 138.042 257.6 286.391 0 0.003-0 0.006-0 0.010l0-0.001z", + "M698.52 325.48c-28.568-149.845-158.547-261.583-314.623-261.583-176.731 0-320 143.269-320 320 0 156.076 111.738 286.055 259.582 314.305l2.001 0.318c28.568 149.845 158.547 261.583 314.623 261.583 176.731 0 320-143.269 320-320 0-156.076-111.738-286.055-259.582-314.305l-2.001-0.318zM128 384c-0-0.15-0-0.327-0-0.504 0-141.385 114.615-256 256-256 118.824 0 218.741 80.956 247.602 190.72l0.399 1.784c-170.382 4.618-307.294 141.6-311.791 311.576l-0.009 0.424c-111.334-29.512-192.074-129.309-192.2-247.986l-0-0.014zM640 384c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0c0.159-141.321 114.679-255.841 255.985-256l0.015-0zM640 896c-118.639-0.101-218.414-80.751-247.594-190.209l-0.406-1.791c170.468-4.511 307.489-141.532 311.991-311.576l0.009-0.424c111.548 29.26 192.504 129.176 192.504 248 0 141.385-114.615 256-256 256-0.177 0-0.354-0-0.531-0.001l0.028 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["unite-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31912, "id": 68, "name": "unite-duotone", "prevSize": 16, "code": 62005, "codes": [62005, 62006] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1179 + }, + { + "icon": { + "paths": [ + "M864 384v480h-480v-224h-224v-480h480v224z", + "M864 352h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0zM832 832h-416v-192c0-17.673-14.327-32-32-32v0h-192v-416h416v192c0 17.673 14.327 32 32 32v0h192z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["unite-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31913, "id": 67, "name": "unite-square-duotone", "prevSize": 16, "code": 62007, "codes": [62007, 62008] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1180 + }, + { + "icon": { + "paths": [ + "M928 544v256c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z", + "M960 544v256c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192v256h768v-256h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c35.346 0 64 28.654 64 64v0zM342.64 310.64l137.36-137.4v338.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-338.76l137.36 137.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l-0 0zM800 672c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["upload-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31914, "id": 66, "name": "upload-duotone", "prevSize": 16, "code": 62009, "codes": [62009, 62010] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1181 + }, + { + "icon": { + "paths": [ + "M672 320h-320l160-160z", + "M896 608v224c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224h640v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM322.44 332.24c-1.545-3.623-2.443-7.838-2.443-12.262 0-8.832 3.578-16.828 9.363-22.618l160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 160 160c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-127.999 0v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256h-128c-13.254-0.003-24.626-8.064-29.481-19.55l-0.079-0.21zM429.24 288h165.52l-82.76-82.76z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["upload-simple-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31915, "id": 65, "name": "upload-simple-duotone", "prevSize": 16, "code": 62011, "codes": [62011, 62012] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1182 + }, + { + "icon": { + "paths": [ + "M640 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM800 384v256l192-128zM608 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0z", + "M1009.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v96h-480v-192h132c14.719 55.647 64.615 96 123.935 96 70.692 0 128-57.308 128-128s-57.308-128-128-128c-59.321 0-109.217 40.353-123.734 95.107l-0.201 0.893h-132c-35.346 0-64 28.654-64 64v0 192h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v192c0 35.346 28.654 64 64 64v0h128v32c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 32h-128v-192h480v96c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM544 192c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM480 704h128v128h-128zM832 580.2v-136.2l102.32 68z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["usb-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31916, "id": 64, "name": "usb-duotone", "prevSize": 16, "code": 62013, "codes": [62013, 62014] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1183 + }, + { + "icon": { + "paths": [ + "M896 512c0 0.121 0 0.265 0 0.409 0 113.045-48.97 214.652-126.854 284.765l-0.346 0.306c-48.645-94.196-145.295-157.48-256.727-157.48-0.026 0-0.052 0-0.077 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.022-0-0.048-0-0.073-0-111.431 0-208.081 63.284-255.971 155.873l-0.756 1.607c-78.238-70.581-127.2-172.322-127.2-285.499 0-212.077 171.923-384 384-384s384 171.923 384 384c0 0.007-0 0.014-0 0.021l0-0.001z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM296.32 790c46.211-71.465 125.5-118.094 215.68-118.094s169.469 46.629 215.073 117.092l0.607 1.002c-58.887 46.144-134.031 73.997-215.68 73.997s-156.793-27.853-216.448-74.577l0.768 0.58zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM775.040 745.64c-35.665-51.212-84.712-90.849-142.109-114.232l-2.131-0.768c44.751-35.474 73.2-89.831 73.2-150.833 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.002 28.449 115.359 72.802 150.528l0.398 0.304c-59.528 24.151-108.575 63.788-143.555 113.962l-0.685 1.038c-55.216-61.88-88.96-143.954-88.96-233.91 0-194.404 157.596-352 352-352s352 157.596 352 352c0 89.956-33.744 172.030-89.264 234.257l0.304-0.346z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31917, "id": 63, "name": "user-circle-duotone", "prevSize": 16, "code": 62015, "codes": [62015, 62016] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1184 + }, + { + "icon": { + "paths": [ + "M896 512c0 0.121 0 0.265 0 0.409 0 113.045-48.97 214.652-126.854 284.765l-0.346 0.306c-48.645-94.196-145.295-157.48-256.727-157.48-0.026 0-0.052 0-0.077 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.022-0-0.048-0-0.073-0-111.431 0-208.081 63.284-255.971 155.873l-0.756 1.607c-78.236-70.581-127.197-172.321-127.197-285.497 0-212.077 171.923-384 384-384 85.688 0 164.821 28.066 228.707 75.507l-1.030-0.731c-2.28 6.303-3.599 13.577-3.599 21.159 0 35.346 28.654 64 64 64 7.582 0 14.856-1.318 21.605-3.739l-0.447 0.14c46.696 62.676 74.76 141.632 74.76 227.142 0 0.189-0 0.378-0 0.567l0-0.030z", + "M913 252.28l-18.64-10.76c1.043-5.268 1.64-11.324 1.64-17.52s-0.597-12.252-1.736-18.115l0.096 0.595 18.64-10.76c9.636-5.637 16.006-15.934 16.006-27.72 0-17.677-14.33-32.006-32.006-32.006-5.891 0-11.41 1.592-16.151 4.368l0.151-0.082-18.68 10.8c-8.578-7.394-18.645-13.353-29.654-17.349l-0.666-0.211v-21.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 21.52c-11.675 4.207-21.742 10.166-30.445 17.665l0.125-0.105-18.68-10.8c-4.59-2.695-10.109-4.286-16-4.286-17.677 0-32.006 14.33-32.006 32.006 0 11.786 6.37 22.083 15.855 27.638l0.151 0.082 18.64 10.76c-1.043 5.268-1.64 11.324-1.64 17.52s0.597 12.252 1.736 18.115l-0.096-0.595-18.64 10.76c-9.639 5.634-16.012 15.933-16.012 27.72 0 17.673 14.327 32 32 32 0.004 0 0.009-0 0.013-0l-0.001 0c0.029 0 0.064 0 0.098 0 5.857 0 11.343-1.59 16.050-4.361l-0.148 0.081 18.68-10.8c8.578 7.394 18.645 13.353 29.654 17.349l0.666 0.211v21.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-21.52c11.675-4.207 21.742-10.166 30.445-17.665l-0.125 0.105 18.68 10.8c4.559 2.691 10.045 4.28 15.902 4.28 0.034 0 0.069-0 0.103-0l-0.005 0c0.004 0 0.008 0 0.012 0 17.673 0 32-14.327 32-32 0-11.787-6.373-22.086-15.861-27.638l-0.151-0.082zM768 224c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32v0c-17.673 0-32-14.327-32-32v0zM885.4 416.44c-15.256 2.623-26.718 15.754-26.718 31.561 0 1.865 0.159 3.692 0.466 5.469l-0.027-0.19c3.105 17.645 4.88 37.962 4.88 58.693 0 0.009-0 0.019-0 0.028l0-0.001c0 0.092 0 0.2 0 0.308 0 89.771-33.751 171.658-89.255 233.666l0.295-0.335c-35.665-51.212-84.712-90.849-142.109-114.232l-2.131-0.768c44.751-35.474 73.2-89.831 73.2-150.833 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.002 28.449 115.359 72.802 150.528l0.398 0.304c-59.528 24.151-108.575 63.788-143.555 113.962l-0.685 1.038c-55.072-61.841-88.72-143.811-88.72-233.64 0-194.32 157.459-351.863 351.747-352l0.013-0c0.017-0 0.037-0 0.057-0 20.721 0 41.027 1.775 60.775 5.181l-2.112-0.301c1.499 0.249 3.227 0.391 4.987 0.391 17.673 0 32-14.327 32-32 0-15.704-11.312-28.766-26.232-31.482l-0.196-0.030c-20.732-3.665-44.601-5.76-68.96-5.76-229.574 0-415.68 186.106-415.68 415.68s186.106 415.68 415.68 415.68c229.574 0 415.68-186.106 415.68-415.68 0-24.359-2.095-48.228-6.115-71.438l0.355 2.478c-2.623-15.256-15.754-26.718-31.561-26.718-1.865 0-3.692 0.159-5.469 0.466l0.19-0.027zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM296.32 790c46.211-71.465 125.5-118.094 215.68-118.094s169.469 46.629 215.073 117.092l0.607 1.002c-58.887 46.144-134.031 73.997-215.68 73.997s-156.793-27.853-216.448-74.577l0.768 0.58z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-circle-gear-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31918, + "id": 62, + "name": "user-circle-gear-duotone", + "prevSize": 16, + "code": 62017, + "codes": [62017, 62018] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1185 + }, + { + "icon": { + "paths": [ + "M896 512c0 0.121 0 0.265 0 0.409 0 113.045-48.97 214.652-126.854 284.765l-0.346 0.306c-48.645-94.196-145.295-157.48-256.727-157.48-0.026 0-0.052 0-0.077 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.022-0-0.048-0-0.073-0-111.431 0-208.081 63.284-255.971 155.873l-0.756 1.607c-78.238-70.581-127.2-172.322-127.2-285.499 0-212.077 171.923-384 384-384s384 171.923 384 384c0 0.007-0 0.014-0 0.021l0-0.001z", + "M672 224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM922.24 442.72c3.665 20.732 5.76 44.601 5.76 68.96 0 229.574-186.106 415.68-415.68 415.68s-415.68-186.106-415.68-415.68c0-229.574 186.106-415.68 415.68-415.68 24.359 0 48.228 2.095 71.438 6.115l-2.478-0.355c15.116 2.746 26.427 15.807 26.427 31.511 0 17.673-14.327 32-32 32-1.761 0-3.488-0.142-5.172-0.416l0.184 0.025c-17.569-3.106-37.797-4.881-58.44-4.881-194.461 0-352.121 157.562-352.28 351.986l-0 0.015c-0 0.092-0 0.2-0 0.308 0 89.771 33.751 171.658 89.255 233.666l-0.295-0.335c35.665-51.212 84.712-90.849 142.109-114.232l2.131-0.768c-44.751-35.474-73.2-89.831-73.2-150.833 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.002-28.449 115.359-72.802 150.528l-0.398 0.304c59.528 24.151 108.575 63.788 143.555 113.962l0.685 1.038c55.21-61.673 88.96-143.561 88.96-233.332 0-0.108-0-0.217-0-0.325l0 0.017c0-0.008 0-0.017 0-0.027 0-20.731-1.775-41.048-5.181-60.806l0.301 2.113c-0.311-1.675-0.489-3.603-0.489-5.573 0-17.673 14.327-32 32-32 15.912 0 29.112 11.614 31.584 26.828l0.025 0.184zM512 608c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 864c0.105 0 0.229 0 0.353 0 81.535 0 156.563-27.858 216.086-74.574l-0.759 0.574c-46.211-71.465-125.5-118.094-215.68-118.094s-169.469 46.629-215.073 117.092l-0.607 1.002c58.764 46.142 133.792 74 215.327 74 0.124 0 0.248-0 0.373-0l-0.019 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-circle-minus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31919, + "id": 61, + "name": "user-circle-minus-duotone", + "prevSize": 16, + "code": 62019, + "codes": [62019, 62020] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1186 + }, + { + "icon": { + "paths": [ + "M896 512c0 0.121 0 0.265 0 0.409 0 113.045-48.97 214.652-126.854 284.765l-0.346 0.306c-48.645-94.196-145.295-157.48-256.727-157.48-0.026 0-0.052 0-0.077 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.022-0-0.048-0-0.073-0-111.431 0-208.081 63.284-255.971 155.873l-0.756 1.607c-78.238-70.581-127.2-172.322-127.2-285.499 0-212.077 171.923-384 384-384s384 171.923 384 384c0 0.007-0 0.014-0 0.021l0-0.001z", + "M672 224c0-17.673 14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32v0zM922.24 442.72c3.665 20.732 5.76 44.601 5.76 68.96 0 229.574-186.106 415.68-415.68 415.68s-415.68-186.106-415.68-415.68c0-229.574 186.106-415.68 415.68-415.68 24.359 0 48.228 2.095 71.438 6.115l-2.478-0.355c15.116 2.746 26.427 15.807 26.427 31.511 0 17.673-14.327 32-32 32-1.761 0-3.488-0.142-5.172-0.416l0.184 0.025c-17.569-3.106-37.797-4.881-58.44-4.881-194.461 0-352.121 157.562-352.28 351.986l-0 0.015c-0 0.092-0 0.2-0 0.308 0 89.771 33.751 171.658 89.255 233.666l-0.295-0.335c35.665-51.212 84.712-90.849 142.109-114.232l2.131-0.768c-44.751-35.474-73.2-89.831-73.2-150.833 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.002-28.449 115.359-72.802 150.528l-0.398 0.304c59.528 24.151 108.575 63.788 143.555 113.962l0.685 1.038c55.21-61.673 88.96-143.561 88.96-233.332 0-0.108-0-0.217-0-0.325l0 0.017c0-0.008 0-0.017 0-0.027 0-20.731-1.775-41.048-5.181-60.806l0.301 2.113c-0.311-1.675-0.489-3.603-0.489-5.573 0-17.673 14.327-32 32-32 15.912 0 29.112 11.614 31.584 26.828l0.025 0.184zM512 608c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 864c0.105 0 0.229 0 0.353 0 81.535 0 156.563-27.858 216.086-74.574l-0.759 0.574c-46.211-71.465-125.5-118.094-215.68-118.094s-169.469 46.629-215.073 117.092l-0.607 1.002c58.764 46.142 133.792 74 215.327 74 0.124 0 0.248-0 0.373-0l-0.019 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-circle-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31920, + "id": 60, + "name": "user-circle-plus-duotone", + "prevSize": 16, + "code": 62021, + "codes": [62021, 62022] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1187 + }, + { + "icon": { + "paths": [ + "M768 384c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.385 0 256 114.615 256 256v0z", + "M923.68 848c-60.92-105.32-154.8-180.84-264.36-216.64 84.826-51.143 140.68-142.783 140.68-247.469 0-159.058-128.942-288-288-288s-288 128.942-288 288c0 104.685 55.854 196.325 139.388 246.745l1.292 0.724c-109.56 35.76-203.44 111.28-264.36 216.64-2.964 4.761-4.721 10.54-4.721 16.73 0 17.673 14.327 32 32 32 12.076 0 22.59-6.689 28.038-16.565l0.083-0.165c75.36-130.24 208.56-208 356.28-208s280.92 77.76 356.28 208c5.532 10.040 16.045 16.73 28.121 16.73 17.673 0 32-14.327 32-32 0-6.19-1.757-11.969-4.8-16.866l0.079 0.136zM288 384c0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224v0c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31921, "id": 59, "name": "user-duotone", "prevSize": 16, "code": 62023, "codes": [62023, 62024] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1188 + }, + { + "icon": { + "paths": [ + "M640 448c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z", + "M896 192v112c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-112h-112c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h112c35.346 0 64 28.654 64 64v0zM864 688c-17.673 0-32 14.327-32 32v0 112h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h112c35.346 0 64-28.654 64-64v0-112c0-17.673-14.327-32-32-32v0zM304 832h-112v-112c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 112c0 35.346 28.654 64 64 64v0h112c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 336c17.673 0 32-14.327 32-32v0-112h112c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-112c-35.346 0-64 28.654-64 64v0 112c0 17.673 14.327 32 32 32v0zM704 704c-0.021 0-0.045 0-0.070 0-10.415 0-19.669-4.976-25.512-12.681l-0.058-0.080c-38.35-50.747-98.585-83.2-166.4-83.2s-128.050 32.453-166.021 82.677l-0.379 0.523c-5.905 7.798-15.17 12.784-25.6 12.784-17.686 0-32.024-14.338-32.024-32.024 0-7.257 2.414-13.95 6.482-19.32l-0.058 0.080c28.262-37.565 65.193-67.141 107.904-86.035l1.736-0.685c-32.079-29.362-52.12-71.421-52.12-118.161 0-88.366 71.634-160 160-160s160 71.634 160 160c0 46.739-20.041 88.798-51.999 118.051l-0.121 0.109c44.479 19.568 81.438 49.147 109.22 86.027l0.5 0.693c4.014 5.289 6.43 11.982 6.43 19.24 0 17.642-14.276 31.949-31.905 32l-0.005 0zM512 544c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-focus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31922, "id": 58, "name": "user-focus-duotone", "prevSize": 16, "code": 62025, "codes": [62025, 62026] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1189 + }, + { + "icon": { + "paths": [ + "M672 400c0 132.548-107.452 240-240 240s-240-107.452-240-240c0-132.548 107.452-240 240-240v0c132.548 0 240 107.452 240 240v0z", + "M576 630.72c77.478-48.828 128.2-133.931 128.2-230.88 0-150.221-121.779-272-272-272s-272 121.779-272 272c0 96.95 50.722 182.052 127.077 230.219l1.123 0.661c-82.6 27.040-156.92 77.56-216.68 148.68-4.914 5.597-7.911 12.981-7.911 21.065 0 17.673 14.327 32 32 32 10.016 0 18.958-4.602 24.825-11.807l0.046-0.058c80.32-95.84 190.96-148.6 311.32-148.6s231 52.76 311.48 148.6c5.914 7.006 14.701 11.425 24.52 11.425 17.687 0 32.025-14.338 32.025-32.025 0-7.868-2.837-15.073-7.544-20.648l0.039 0.048c-59.8-71.12-134.12-121.64-216.52-148.68zM224 400c0-114.875 93.125-208 208-208s208 93.125 208 208c0 114.875-93.125 208-208 208v0c-114.82-0.137-207.863-93.18-208-207.987l-0-0.013zM977 572.28l-18.64-10.76c1.043-5.268 1.64-11.324 1.64-17.52s-0.597-12.252-1.736-18.115l0.096 0.595 18.64-10.76c9.636-5.637 16.006-15.934 16.006-27.72 0-17.677-14.33-32.006-32.006-32.006-5.891 0-11.41 1.592-16.151 4.368l0.151-0.082-18.68 10.8c-8.578-7.394-18.645-13.353-29.654-17.349l-0.666-0.211v-21.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 21.52c-11.675 4.207-21.742 10.166-30.445 17.665l0.125-0.105-18.68-10.8c-4.59-2.695-10.109-4.286-16-4.286-17.677 0-32.006 14.33-32.006 32.006 0 11.786 6.37 22.083 15.855 27.638l0.151 0.082 18.64 10.76c-1.043 5.268-1.64 11.324-1.64 17.52s0.597 12.252 1.736 18.115l-0.096-0.595-18.64 10.76c-9.636 5.637-16.006 15.934-16.006 27.72 0 17.677 14.33 32.006 32.006 32.006 5.891 0 11.41-1.592 16.151-4.368l-0.151 0.082 18.68-10.8c8.578 7.394 18.645 13.353 29.654 17.349l0.666 0.211v21.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-21.52c11.675-4.207 21.742-10.166 30.445-17.665l-0.125 0.105 18.68 10.8c4.559 2.691 10.045 4.28 15.902 4.28 0.034 0 0.069-0 0.103-0l-0.005 0c0.004 0 0.008 0 0.012 0 17.673 0 32-14.327 32-32 0-11.787-6.373-22.086-15.861-27.638l-0.151-0.082zM864 576c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-gear-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31923, "id": 57, "name": "user-gear-duotone", "prevSize": 16, "code": 62027, "codes": [62027, 62028] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1190 + }, + { + "icon": { + "paths": [ + "M480 416c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0z", + "M576 320c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM992 480h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 672h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM607 760c0.64 2.39 1.007 5.134 1.007 7.964 0 14.847-10.111 27.333-23.824 30.946l-0.223 0.050c-2.357 0.661-5.063 1.040-7.858 1.040-0.050 0-0.1-0-0.149-0l0.008 0c-0.005 0-0.010 0-0.016 0-14.83 0-27.304-10.088-30.934-23.777l-0.050-0.223c-24.64-95.76-121.36-168-225-168s-200.36 72.2-225 168c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c22.36-86.84 87.36-157.16 169.84-192-45.706-35.45-74.84-90.378-74.84-152.11 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.733-29.134 116.661-74.403 151.784l-0.437 0.326c82.52 34.84 147.52 105.16 169.88 192zM320 544c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-list-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31924, "id": 56, "name": "user-list-duotone", "prevSize": 16, "code": 62029, "codes": [62029, 62030] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1191 + }, + { + "icon": { + "paths": [ + "M672 400c0 132.548-107.452 240-240 240s-240-107.452-240-240c0-132.548 107.452-240 240-240v0c132.548 0 240 107.452 240 240v0z", + "M1024 544c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM792.52 779.4c4.668 5.527 7.505 12.732 7.505 20.6 0 17.687-14.338 32.025-32.025 32.025-9.819 0-18.606-4.419-24.481-11.377l-0.039-0.048c-80.48-95.84-191.12-148.6-311.48-148.6s-231 52.76-311.48 148.6c-5.911 6.997-14.69 11.41-24.5 11.41-17.678 0-32.010-14.331-32.010-32.010 0-7.868 2.839-15.074 7.549-20.647l-0.039 0.047c59.76-71.12 134.080-121.64 216.68-148.68-77.478-48.828-128.2-133.931-128.2-230.88 0-150.221 121.779-272 272-272s272 121.779 272 272c0 96.95-50.722 182.052-127.077 230.219l-1.123 0.661c82.6 27.040 156.92 77.56 216.72 148.68zM432 608c114.875 0 208-93.125 208-208s-93.125-208-208-208c-114.875 0-208 93.125-208 208v0c0.137 114.82 93.18 207.863 207.987 208l0.013 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-minus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31925, "id": 55, "name": "user-minus-duotone", "prevSize": 16, "code": 62031, "codes": [62031, 62032] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1192 + }, + { + "icon": { + "paths": [ + "M672 400c0 132.548-107.452 240-240 240s-240-107.452-240-240c0-132.548 107.452-240 240-240v0c132.548 0 240 107.452 240 240v0z", + "M1024 544c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM792.52 779.4c4.668 5.527 7.505 12.732 7.505 20.6 0 17.687-14.338 32.025-32.025 32.025-9.819 0-18.606-4.419-24.481-11.377l-0.039-0.048c-80.48-95.84-191.12-148.6-311.48-148.6s-231 52.76-311.48 148.6c-5.911 6.997-14.69 11.41-24.5 11.41-17.678 0-32.010-14.331-32.010-32.010 0-7.868 2.839-15.074 7.549-20.647l-0.039 0.047c59.76-71.12 134.080-121.64 216.68-148.68-77.478-48.828-128.2-133.931-128.2-230.88 0-150.221 121.779-272 272-272s272 121.779 272 272c0 96.95-50.722 182.052-127.077 230.219l-1.123 0.661c82.6 27.040 156.92 77.56 216.72 148.68zM432 608c114.875 0 208-93.125 208-208s-93.125-208-208-208c-114.875 0-208 93.125-208 208v0c0.137 114.82 93.18 207.863 207.987 208l0.013 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-plus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31926, "id": 54, "name": "user-plus-duotone", "prevSize": 16, "code": 62033, "codes": [62033, 62034] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1193 + }, + { + "icon": { + "paths": [ + "M896 224v576c0 17.673-14.327 32-32 32v0h-80.4c-40.731-112.815-146.883-192-271.529-192-0.025 0-0.050 0-0.075 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.021-0-0.046-0-0.071-0-124.646 0-230.798 79.185-270.895 189.995l-0.634 2.005h-80.4c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM290.28 800c45.083-77.077 127.451-128.030 221.72-128.030s176.637 50.953 221.066 126.822l0.654 1.208zM864 800h-58.68c-34.412-77.248-96.138-137.143-172.618-168.347l-2.142-0.773c44.891-35.471 73.44-89.912 73.44-151.022 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.109 28.549 115.55 73.036 150.714l0.404 0.308c-78.622 31.977-140.348 91.872-173.948 167.085l-0.812 2.035h-58.68v-576h704v576z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-rectangle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31927, "id": 53, "name": "user-rectangle-duotone", "prevSize": 16, "code": 62035, "codes": [62035, 62036] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1194 + }, + { + "icon": { + "paths": [ + "M544 432c0 114.875-93.125 208-208 208s-208-93.125-208-208c0-114.875 93.125-208 208-208v0c114.875 0 208 93.125 208 208v0z", + "M469 631.68c64.882-43.644 107-116.792 107-199.777 0-132.548-107.452-240-240-240s-240 107.452-240 240c0 82.985 42.118 156.133 106.143 199.234l0.857 0.544c-79.027 29.672-143.796 82.165-187.986 149.391l-0.894 1.449c-3.413 5.012-5.45 11.2-5.45 17.863 0 17.673 14.327 32 32 32 11.332 0 21.287-5.89 26.973-14.775l0.077-0.128c57.95-88.166 156.411-145.57 268.28-145.57s210.33 57.404 267.534 144.363l0.746 1.207c5.829 8.577 15.54 14.137 26.55 14.137 17.673 0 32-14.327 32-32 0-6.342-1.845-12.252-5.027-17.225l0.077 0.128c-45.084-68.675-109.853-121.168-186.24-149.967l-2.64-0.873zM160 432c0-97.202 78.798-176 176-176s176 78.798 176 176c0 97.202-78.798 176-176 176v0c-97.156-0.114-175.886-78.844-176-175.989l-0-0.011zM1000.56 826.8c-4.929 3.257-10.978 5.195-17.479 5.195-11.169 0-21.002-5.723-26.727-14.396l-0.074-0.12c-57.808-88.104-156.13-145.48-267.853-145.48-0.15 0-0.301 0-0.451 0l0.023-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c97.131-0.094 175.834-78.856 175.834-176 0-97.202-78.798-176-176-176-23.481 0-45.889 4.598-66.371 12.944l1.176-0.424c-3.742 1.66-8.107 2.627-12.698 2.627-17.673 0-32-14.327-32-32 0-13.702 8.611-25.392 20.717-29.954l0.22-0.073c26.327-10.803 56.884-17.074 88.906-17.074 132.548 0 240 107.452 240 240 0 82.895-42.026 155.973-105.934 199.093l-0.852 0.542c79.027 29.672 143.796 82.165 187.986 149.391l0.894 1.449c3.257 4.929 5.195 10.978 5.195 17.479 0 11.169-5.723 21.002-14.396 26.727l-0.12 0.074z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["users-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31928, "id": 52, "name": "users-duotone", "prevSize": 16, "code": 62037, "codes": [62037, 62038] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1195 + }, + { + "icon": { + "paths": [ + "M448 672c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM320 128c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM704 544c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM704 384c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0z", + "M108.8 505.6c5.281 3.996 11.96 6.4 19.2 6.4 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.901 7.792 15.159 12.774 25.581 12.774 7.249 0 13.934-2.41 19.299-6.473l-0.080 0.058c2.438-1.825 4.535-3.922 6.302-6.28l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.903 7.803 15.169 12.792 25.6 12.792 17.68 0 32.012-14.332 32.012-32.012 0-7.248-2.409-13.934-6.47-19.3l0.058 0.080c-28.23-37.567-65.136-67.144-107.826-86.035l-1.734-0.685c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-32.631 14.316-60.489 33.602-83.988 57.228l-0.012 0.012c-23.51-23.638-51.368-42.924-82.278-56.562l-1.722-0.678c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.63 19.518-81.717 49.122-109.582 86.071l-0.498 0.689c-3.996 5.281-6.4 11.96-6.4 19.2 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058zM704 160c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM320 160c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM812 790.040c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-32.631 14.316-60.489 33.602-83.988 57.228l-0.012 0.012c-23.51-23.638-51.368-42.924-82.278-56.562l-1.722-0.678c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.63 19.518-81.717 49.122-109.582 86.071l-0.498 0.689c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.901 7.792 15.159 12.774 25.581 12.774 7.249 0 13.934-2.41 19.299-6.473l-0.080 0.058c2.438-1.825 4.535-3.922 6.302-6.28l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.903 7.803 15.169 12.792 25.6 12.792 17.68 0 32.012-14.332 32.012-32.012 0-7.248-2.409-13.934-6.47-19.3l0.058 0.080c-28.23-37.567-65.136-67.144-107.826-86.035l-1.734-0.685zM320 576c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM704 576c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["users-four-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31929, "id": 51, "name": "users-four-duotone", "prevSize": 16, "code": 62039, "codes": [62039, 62040] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1196 + }, + { + "icon": { + "paths": [ + "M832 160h-640c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM231.12 864c30.202-129.224 144.432-224 280.799-224 0.029 0 0.057 0 0.086 0l-0.005-0c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0c0.024-0 0.053-0 0.081-0 136.367 0 250.597 94.776 280.414 222.052l0.385 1.948z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM274.68 832c17.112-41.395 43.225-76.074 76.052-102.83l0.468-0.37c43.547-35.378 99.672-56.803 160.8-56.803s117.253 21.425 161.273 57.175l-0.473-0.372c33.295 27.126 59.408 61.805 75.891 101.492l0.629 1.708zM832 832h-14.68c-29.631-92.375-97.566-165.022-184.622-200.392l-2.138-0.768c44.891-35.471 73.44-89.912 73.44-151.022 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.109 28.549 115.55 73.036 150.714l0.404 0.308c-89.195 36.139-157.129 108.786-186.131 198.899l-0.629 2.261h-14.68v-640h640v640z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31930, "id": 50, "name": "user-square-duotone", "prevSize": 16, "code": 62041, "codes": [62041, 62042] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1197 + }, + { + "icon": { + "paths": [ + "M672 576c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM256 224c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM768 224c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z", + "M979.2 601.6c-5.281 3.996-11.96 6.4-19.2 6.4-10.433 0-19.7-4.993-25.542-12.72l-0.058-0.080c-38.034-50.728-98.025-83.202-165.599-83.202-0.282 0-0.563 0.001-0.844 0.002l0.044-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c53.016-0.005 95.992-42.984 95.992-96 0-53.019-42.981-96-96-96-44.491 0-81.912 30.265-92.801 71.33l-0.151 0.67c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c18.411-69.541 80.772-119.965 154.91-119.965 88.366 0 160 71.634 160 160 0 46.659-19.972 88.653-51.834 117.9l-0.117 0.106c44.479 19.568 81.438 49.147 109.22 86.027l0.5 0.693c3.981 5.275 6.376 11.942 6.376 19.168 0 10.475-5.033 19.775-12.813 25.612l-0.083 0.059zM763.68 848c2.964 4.761 4.721 10.54 4.721 16.73 0 17.673-14.327 32-32 32-12.076 0-22.59-6.689-28.038-16.565l-0.083-0.165c-40.408-67.521-113.157-112.025-196.3-112.025s-155.892 44.503-195.725 110.988l-0.575 1.036c-5.462 10.283-16.104 17.167-28.355 17.167-17.673 0-32-14.327-32-32 0-6.371 1.862-12.307 5.071-17.294l-0.076 0.127c31.314-53.139 77.634-94.536 133.113-118.955l1.847-0.725c-45.961-35.44-75.28-90.52-75.28-152.448 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.928-29.319 117.008-74.833 152.117l-0.447 0.331c57.326 25.144 103.646 66.541 134.227 118.337l0.733 1.343zM512 704c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM288 480c0-17.673-14.327-32-32-32v0c-53.016-0.005-95.992-42.984-95.992-96 0-53.019 42.981-96 96-96 44.491 0 81.912 30.265 92.801 71.33l0.151 0.67c3.68 13.92 16.161 24.016 31 24.016 17.682 0 32.016-14.334 32.016-32.016 0-2.843-0.371-5.599-1.066-8.223l0.050 0.223c-18.411-69.541-80.772-119.965-154.91-119.965-88.366 0-160 71.634-160 160 0 46.659 19.972 88.653 51.834 117.9l0.117 0.106c-44.432 19.585-81.348 49.16-109.099 86.025l-0.501 0.695c-4.003 5.286-6.412 11.972-6.412 19.22 0 17.68 14.332 32.012 32.012 32.012 10.431 0 19.697-4.989 25.542-12.712l0.058-0.080c38.034-50.728 98.025-83.202 165.599-83.202 0.282 0 0.563 0.001 0.844 0.002l-0.044-0c17.673 0 32-14.327 32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["users-three-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31931, "id": 49, "name": "users-three-duotone", "prevSize": 16, "code": 62043, "codes": [62043, 62044] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1198 + }, + { + "icon": { + "paths": [ + "M896 512c0 0.121 0 0.265 0 0.409 0 113.045-48.97 214.652-126.854 284.765l-0.346 0.306c-48.645-94.196-145.295-157.48-256.727-157.48-0.026 0-0.052 0-0.077 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.022-0-0.048-0-0.073-0-111.431 0-208.081 63.284-255.971 155.873l-0.756 1.607c-78.238-70.581-127.2-172.322-127.2-285.499 0-212.077 171.923-384 384-384s384 171.923 384 384c0 0.007-0 0.014-0 0.021l0-0.001z", + "M1014.64 534.64l-96 96c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4v-18.76c0-0.052 0-0.113 0-0.173 0-194.404-157.596-352-352-352-117.403 0-221.382 57.477-285.332 145.827l-0.708 1.027c-5.882 8.116-15.331 13.335-26 13.335-17.681 0-32.015-14.333-32.015-32.015 0-7.013 2.255-13.499 6.079-18.773l-0.064 0.093c76.415-105.621 199.295-173.544 338.040-173.544 229.75 0 416 186.25 416 416 0 0.079-0 0.157-0 0.236l0-0.012v18.76l41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM849.92 754.64c-76.423 105.525-199.248 173.377-337.92 173.377-229.75 0-416-186.25-416-416 0-0.006 0-0.012 0-0.018l-0 0.001v-18.76l-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64h-0l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 96 96c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-0-0-41.36-41.4v18.76c-0 0.092-0 0.2-0 0.308 0 89.771 33.751 171.658 89.255 233.666l-0.295-0.335c35.665-51.212 84.712-90.849 142.109-114.232l2.131-0.768c-44.751-35.474-73.2-89.831-73.2-150.833 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.002-28.449 115.359-72.802 150.528l-0.398 0.304c59.58 24.155 108.661 63.838 143.633 114.078l0.687 1.042c7.618-8.521 15.108-17.788 22.13-27.418l0.71-1.022c5.882-8.116 15.331-13.335 26-13.335 17.681 0 32.015 14.333 32.015 32.015 0 7.013-2.255 13.499-6.079 18.773l0.064-0.093zM512 608c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 864c81.631-0.11 156.744-27.926 216.462-74.548l-0.782 0.588c-46.211-71.465-125.5-118.094-215.68-118.094s-169.469 46.629-215.073 117.092l-0.607 1.002c58.754 46.118 133.763 73.96 215.275 73.96 0.142 0 0.285-0 0.427-0l-0.022 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["user-switch-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31932, "id": 48, "name": "user-switch-duotone", "prevSize": 16, "code": 62045, "codes": [62045, 62046] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1199 + }, + { + "icon": { + "paths": [ + "M992 480v256c0 17.673-14.327 32-32 32v0h-96c0-53.019-42.981-96-96-96s-96 42.981-96 96v0h-256c0-53.019-42.981-96-96-96s-96 42.981-96 96v0h-96c-17.673 0-32-14.327-32-32v0-256z", + "M1016.28 459.16l-182.16-212.24c-11.82-14.052-29.412-22.92-49.076-22.92-0.001 0-0.003 0-0.004 0l-657.040-0c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h200c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-256c-0.001-7.98-2.923-15.277-7.755-20.881l0.035 0.041zM922.36 448h-218.36v-160h81.040zM416 448v-160h224v160zM352 288v160h-224v-160zM320 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM768 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM892 736c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-200c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-68v-224h832v224z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["van-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31933, "id": 47, "name": "van-duotone", "prevSize": 16, "code": 62047, "codes": [62047, 62048] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1200 + }, + { + "icon": { + "paths": [ + "M864 192h-704c-17.673 0-32 14.327-32 32v0 544c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-544c0-17.673-14.327-32-32-32v0zM608 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h448v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c35.346 0 64-28.654 64-64v0-544c0-35.346-28.654-64-64-64v0zM864 768h-704v-544h704v256h-66.72c-15.87-91.389-94.58-160-189.315-160-106.039 0-192 85.961-192 192s85.961 192 192 192c94.735 0 173.445-68.611 189.149-158.853l0.165-1.147h66.72v224zM663.36 480c-11.272-19.265-31.861-32-55.426-32-35.346 0-64 28.654-64 64s28.654 64 64 64c23.564 0 44.154-12.735 55.262-31.698l0.164-0.302h68.64c-14.719 55.647-64.615 96-123.935 96-70.692 0-128-57.308-128-128s57.308-128 128-128c59.321 0 109.217 40.353 123.734 95.107l0.201 0.893z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["vault-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31934, "id": 46, "name": "vault-duotone", "prevSize": 16, "code": 62049, "codes": [62049, 62050] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1201 + }, + { + "icon": { + "paths": [ + "M704 224v576c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h256c35.346 0 64 28.654 64 64v0z", + "M640 128h-256c-53.019 0-96 42.981-96 96v0 576c0 53.019 42.981 96 96 96v0h256c53.019 0 96-42.981 96-96v0-576c0-53.019-42.981-96-96-96v0zM672 800c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM864 352v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM992 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM224 352v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM96 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["vibrate-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31935, "id": 45, "name": "vibrate-duotone", "prevSize": 16, "code": 62051, "codes": [62051, 62052] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1202 + }, + { + "icon": { + "paths": [ + "M800 288v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M1007.080 292c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-142.24 94.64v-100.2c0-35.346-28.654-64-64-64v0h-640c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-100l142.24 94.84c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-384c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM768 736h-640v-448h640v448zM960 644.2l-128-85.32v-93.76l128-85.12z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["video-camera-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31936, "id": 44, "name": "video-camera-duotone", "prevSize": 16, "code": 62053, "codes": [62053, 62054] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1203 + }, + { + "icon": { + "paths": [ + "M800 288v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M1007.080 292c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-142.24 94.64v-100.2c0-35.346-28.654-64-64-64v0h-315.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h315.76v350.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-2.52l142.24 94.84c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-384c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM960 644.2l-128-85.32v-93.76l128-85.12zM215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 38.6 42.48h-78.92c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h602.56l77.76 85.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM128 736v-448h137.12l407.28 448z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["video-camera-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31937, + "id": 43, + "name": "video-camera-slash-duotone", + "prevSize": 16, + "code": 62055, + "codes": [62055, 62056] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1204 + }, + { + "icon": { + "paths": [ + "M864 192h-704c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0zM448 576v-256l192 128z", + "M657.76 421.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 516.2v-136.2l102.32 68zM864 160h-704c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM864 672h-704v-448h704v448zM928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["video-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31938, "id": 42, "name": "video-duotone", "prevSize": 16, "code": 62057, "codes": [62057, 62058] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1205 + }, + { + "icon": { + "paths": [ + "M864 192h-704c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM512 704c-141.4 0-256-85.96-256-192s114.6-192 256-192 256 85.96 256 192-114.6 192-256 192z", + "M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM712.2 350.64c-53.84-40.4-124.96-62.64-200.2-62.64s-146.36 22.24-200 62.64c-56.84 42.44-88 99.76-88 161.36s31.16 118.92 88 161.36c53.64 40.4 124.76 62.64 200 62.64s146.36-22.24 200.2-62.64c56.64-42.44 87.8-99.76 87.8-161.36s-31.16-118.92-87.8-161.36zM512 672c-123.52 0-224-71.76-224-160s100.48-160 224-160 224 71.76 224 160-100.48 160-224 160z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["vignette-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31939, "id": 41, "name": "vignette-duotone", "prevSize": 16, "code": 62059, "codes": [62059, 62060] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1206 + }, + { + "icon": { + "paths": [ + "M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 288c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.182-158.985 129.015-287.818 287.983-288l0.017-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM800 512c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c123.657-0.137 223.863-100.343 224-223.987l0-0.013c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 512c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128v0c70.692 0 128-57.308 128-128v0zM448 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["vinyl-record-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31940, "id": 40, "name": "vinyl-record-duotone", "prevSize": 16, "code": 62061, "codes": [62061, 62062] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1207 + }, + { + "icon": { + "paths": [ + "M992 512v0c0 159.058-128.942 288-288 288v0h-384c-159.058 0-288-128.942-288-288v0 0c0-159.058 128.942-288 288-288v0h384c159.058 0 288 128.942 288 288v0z", + "M493.64 396l-104 256c-4.892 11.794-16.315 19.939-29.64 19.939s-24.748-8.144-29.562-19.727l-0.078-0.212-104-256c-1.778-3.857-2.815-8.369-2.815-13.124 0-17.673 14.327-32 32-32 13.771 0 25.511 8.699 30.023 20.902l0.072 0.222 74.36 182.96 74.36-182.96c4.584-12.425 16.324-21.124 30.095-21.124 17.673 0 32 14.327 32 32 0 4.755-1.037 9.267-2.897 13.323l0.082-0.199zM1024 512c-0.205 176.648-143.351 319.795-319.98 320l-384.020 0c-176.731 0-320-143.269-320-320s143.269-320 320-320v0h384c176.648 0.205 319.795 143.351 320 319.98l0 0.020zM960 512c-0.159-141.321-114.679-255.841-255.985-256l-384.015-0c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h384c141.321-0.159 255.841-114.679 256-255.985l0-0.015zM723.36 553.4l40.64 70.6c2.651 4.561 4.216 10.038 4.216 15.88 0 17.682-14.334 32.016-32.016 32.016-11.84 0-22.178-6.427-27.718-15.982l-0.082-0.154-45.76-80c-2.12 0-4.28 0.2-6.44 0.2h-48.2v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-255.96c0-17.673 14.327-32 32-32v0h80c61.81 0.060 111.894 50.181 111.894 112 0 36.399-17.363 68.742-44.259 89.199l-0.276 0.201zM608 512h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["virtual-reality-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31941, "id": 39, "name": "virtual-reality-duotone", "prevSize": 16, "code": 62063, "codes": [62063, 62064] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1208 + }, + { + "icon": { + "paths": [ + "M512 160c-194.404 0-352 157.596-352 352s157.596 352 352 352c194.404 0 352-157.596 352-352v0c0-194.404-157.596-352-352-352v0zM432 512c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z", + "M544 432c0-61.856-50.144-112-112-112s-112 50.144-112 112c0 61.856 50.144 112 112 112v0c61.856 0 112-50.144 112-112v0zM432 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM704 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM576 704c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM960 480h-65.36c-7.076-83.094-39.751-157.439-90.003-216.332l0.443 0.532 49.56-49.56c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v-0l-49.36 49.56c-58.412-49.846-132.834-82.528-214.593-89.464l-1.407-0.096v-65.36c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 65.36c-83.094 7.076-157.439 39.751-216.332 90.003l0.532-0.443-49.56-49.56c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l49.56 49.56c-49.846 58.412-82.528 132.834-89.464 214.593l-0.096 1.407h-65.36c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h65.36c7.076 83.094 39.751 157.439 90.003 216.332l-0.443-0.532-49.56 49.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 49.56-49.56c58.412 49.846 132.834 82.528 214.593 89.464l1.407 0.096v65.36c0 17.673 14.327 32 32 32s32-14.327 32-32v0-65.36c83.094-7.076 157.439-39.751 216.332-90.003l-0.532 0.443 49.56 49.56c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-49.76-49.36c49.846-58.412 82.528-132.834 89.464-214.593l0.096-1.407h65.36c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 832c-176.731 0-320-143.269-320-320s143.269-320 320-320c176.731 0 320 143.269 320 320v0c-0.205 176.648-143.351 319.795-319.98 320l-0.020 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["virus-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31942, "id": 38, "name": "virus-duotone", "prevSize": 16, "code": 62065, "codes": [62065, 62066] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1209 + }, + { + "icon": { + "paths": [ + "M416 512c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192v0c106.039 0 192 85.961 192 192v0zM800 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c0-106.039-85.961-192-192-192v0z", + "M800 288c-123.623 0.118-223.793 100.361-223.793 224 0 62.66 25.728 119.31 67.196 159.964l0.037 0.036h-262.88c41.505-40.69 67.233-97.34 67.233-160 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 123.712 100.288 224 224 224 0.073 0 0.146-0 0.219-0l575.989 0c123.712 0 224-100.288 224-224s-100.288-224-224-224v0zM64 512c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160v0c-88.366 0-160-71.634-160-160v0zM800 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["voicemail-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31943, "id": 37, "name": "voicemail-duotone", "prevSize": 16, "code": 62067, "codes": [62067, 62068] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1210 + }, + { + "icon": { + "paths": [ + "M865 663.2c-60.224 138.080-195.545 232.847-352.999 232.847-70.693 0-136.924-19.103-193.813-52.428l1.812 0.981c-45.793-26.675-84.189-60.886-114.739-101.351l-0.701-0.969c-1.289-11.809-2.024-25.505-2.024-39.373 0-152.246 88.6-283.798 217.052-345.908l2.292-0.999-101.88-176.56c42.109-24.829 91.62-42.116 144.469-48.614l1.851-0.186c135.003 61.49 227.161 195.238 227.161 350.51 0 10.858-0.451 21.611-1.334 32.241l0.093-1.391h-180.24l-90.12 156c60.934 42.529 136.551 67.953 218.106 67.953 84.529 0 162.679-27.312 226.106-73.593l-1.092 0.76z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM838.96 642.32c-55.667 38.602-124.652 61.667-199.024 61.667-64.37 0-124.704-17.278-176.618-47.449l1.682 0.902 65.48-113.44h332c-3.319 36.202-11.659 69.548-24.361 100.648l0.841-2.328zM364.48 192.44c28.109-13.369 60.723-23.444 94.957-28.564l1.923-0.236c118.931 57.896 199.54 177.66 200 316.298l0 0.062h-130.88zM862.52 480h-137.040c-0.434-124.688-55.562-236.415-142.631-312.502l-0.489-0.418c151.111 31.885 265.293 157.181 280.050 311.495l0.11 1.425zM309.080 224.52l68.48 118.6c-102.097 60.148-175.369 159.949-198.994 277.697l-0.446 2.663c-11.485-33.252-18.118-71.573-18.118-111.442 0-118.332 58.423-223.019 147.998-286.789l1.079-0.73zM235.6 729.72c-0.656-8.054-1.030-17.436-1.030-26.905 0-129.192 69.599-242.129 173.349-303.359l1.641-0.896 65.48 113.44-165.96 287.48c-28.097-20.044-52.293-43.057-72.921-69.031l-0.559-0.729zM512 864c-0.107 0-0.234 0-0.361 0-53.401 0-104.008-11.959-149.29-33.345l2.131 0.905 68.52-118.68c59.491 34.66 130.947 55.121 207.181 55.121 48.314 0 94.709-8.218 137.862-23.333l-2.923 0.892c-64.655 72.798-158.502 118.44-263.009 118.44-0.039 0-0.078-0-0.118-0l0.007 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["volleyball-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31944, "id": 36, "name": "volleyball-duotone", "prevSize": 16, "code": 62069, "codes": [62069, 62070] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1211 + }, + { + "icon": { + "paths": [ + "M512 416h-384v-192h384zM704 416v192h-192v192h384v-384z", + "M896 192h-768c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h768c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM352 576v-128h320v128zM160 576v-128h128v128zM736 448h128v128h-128zM864 384h-320v-128h320zM480 256v128h-320v-128zM160 640h320v128h-320zM544 768v-128h320v128z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wall-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31945, "id": 35, "name": "wall-duotone", "prevSize": 16, "code": 62071, "codes": [62071, 62072] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1212 + }, + { + "icon": { + "paths": [ + "M896 352v448c0 17.673-14.327 32-32 32v0h-640c-35.346 0-64-28.654-64-64v0-512c0 35.346 28.654 64 64 64v0h640c17.673 0 32 14.327 32 32v0z", + "M864 288h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c-53.019 0-96 42.981-96 96v0 512c0 53.019 42.981 96 96 96v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM864 800h-640c-17.673 0-32-14.327-32-32v0-421.48c9.486 3.472 20.439 5.48 31.861 5.48 0.049 0 0.098-0 0.146-0l-0.008 0h640zM672 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wallet-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31946, "id": 34, "name": "wallet-duotone", "prevSize": 16, "code": 62073, "codes": [62073, 62074] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1213 + }, + { + "icon": { + "paths": [ + "M736 512v256h-448v-256z", + "M960 736h-32v-504.4l38.68-8.32c14.957-2.88 26.101-15.864 26.101-31.452 0-17.673-14.327-32-32-32-2.662 0-5.249 0.325-7.721 0.938l0.22-0.046-896 192c-14.538 3.218-25.25 15.998-25.25 31.28 0 17.663 14.31 31.983 31.969 32l0.002 0c2.397-0.004 4.73-0.266 6.976-0.76l-0.216 0.040 25.24-5.4v326.12h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 396l704-150.68v490.68h-96v-224c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 224h-96zM704 608h-384v-64h384zM320 672h384v64h-384z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["warehouse-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31947, "id": 33, "name": "warehouse-duotone", "prevSize": 16, "code": 62075, "codes": [62075, 62076] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1214 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM480 544v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM560 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["warning-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31948, "id": 32, "name": "warning-circle-duotone", "prevSize": 16, "code": 62077, "codes": [62077, 62078] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1215 + }, + { + "icon": { + "paths": [ + "M918.68 534.48l-384 384c-5.75 5.761-13.699 9.325-22.48 9.325s-16.73-3.564-22.48-9.324l-0-0-384-384c-5.761-5.75-9.325-13.699-9.325-22.48s3.564-16.73 9.324-22.48l0-0 384.2-384c5.75-5.761 13.699-9.325 22.48-9.325s16.73 3.564 22.48 9.324l0 0 384 384.2c5.642 5.729 9.125 13.597 9.125 22.279 0 8.782-3.564 16.731-9.325 22.48l-0.001 0z", + "M512 288c17.673 0 32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0zM464 688c0 26.51 21.49 48 48 48s48-21.49 48-48c0-26.51-21.49-48-48-48v0c-26.51 0-48 21.49-48 48v0zM960 512c0 0.053 0 0.116 0 0.179 0 17.562-7.141 33.457-18.678 44.939l-0.003 0.003-384.2 384.24c-11.568 11.501-27.514 18.611-45.12 18.611s-33.552-7.109-45.123-18.614l0.003 0.003-384-384.24c-11.501-11.568-18.611-27.514-18.611-45.12s7.109-33.552 18.614-45.123l-0.003 0.003 384.2-384.24c11.568-11.501 27.514-18.611 45.12-18.611s33.552 7.109 45.123 18.614l-0.003-0.003 384.2 384.24c11.42 11.464 18.481 27.279 18.481 44.742 0 0.133-0 0.266-0.001 0.398l0-0.021zM896 512l-384-384-384 384 384 384z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["warning-diamond-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31949, "id": 31, "name": "warning-diamond-duotone", "prevSize": 16, "code": 62079, "codes": [62079, 62080] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1216 + }, + { + "icon": { + "paths": [ + "M861.84 864h-699.68c-50.48 0-82.16-52.84-57.64-95.64l349.84-607.48c25.2-44 90.080-44 115.28 0l349.84 607.48c24.52 42.8-7.16 95.64-57.64 95.64z", + "M947.2 752.36l-349.8-607.48c-17.525-29.455-49.194-48.883-85.4-48.883s-67.875 19.428-85.149 48.428l-0.251 0.455-349.8 607.48c-8.072 13.588-12.843 29.957-12.843 47.44s4.771 33.852 13.082 47.875l-0.239-0.435c17.146 29.356 48.5 48.765 84.389 48.765 0.356 0 0.711-0.002 1.066-0.006l-0.054 0h699.6c0.277 0.003 0.604 0.004 0.932 0.004 35.888 0 67.242-19.409 84.139-48.304l0.249-0.461c8.097-13.604 12.883-29.998 12.883-47.508 0-17.455-4.756-33.8-13.042-47.808l0.239 0.437zM891.72 815.2c-6.013 10.125-16.892 16.805-29.331 16.805-0.207 0-0.413-0.002-0.619-0.006l0.031 0h-699.6c-0.175 0.003-0.382 0.005-0.589 0.005-12.439 0-23.318-6.68-29.245-16.649l-0.086-0.157c-2.651-4.416-4.219-9.745-4.219-15.44s1.568-11.024 4.296-15.578l-0.077 0.138 349.8-607.48c6.23-10.239 17.329-16.972 30-16.972s23.77 6.734 29.913 16.818l0.087 0.154 349.8 607.48c2.602 4.384 4.14 9.665 4.14 15.305 0 5.75-1.599 11.127-4.376 15.711l0.076-0.135zM480 576v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["warning-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31950, "id": 30, "name": "warning-duotone", "prevSize": 16, "code": 62081, "codes": [62081, 62082] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1217 + }, + { + "icon": { + "paths": [ + "M896 366.2v291.6c0 0.007 0 0.016 0 0.025 0 8.83-3.577 16.825-9.36 22.615l0-0-206.2 206.2c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l-291.599 0c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-206.2-206.2c-5.783-5.79-9.36-13.785-9.36-22.615 0-0.009 0-0.018 0-0.027l-0 0.001v-291.6c-0-0.007-0-0.016-0-0.025 0-8.83 3.577-16.825 9.36-22.615l-0 0 206.2-206.2c5.79-5.783 13.785-9.36 22.615-9.36 0.009 0 0.018 0 0.027 0l291.599-0c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 206.2 206.2c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001z", + "M480 544v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM928 366.2v291.6c0 0.060 0 0.131 0 0.203 0 17.607-7.173 33.539-18.756 45.033l-0.004 0.004-206.2 206.2c-11.498 11.587-27.43 18.76-45.037 18.76-0.071 0-0.143-0-0.214-0l0.011 0h-291.6c-0.060 0-0.131 0-0.203 0-17.607 0-33.539-7.173-45.033-18.756l-0.004-0.004-206.2-206.2c-11.587-11.498-18.76-27.43-18.76-45.037 0-0.071 0-0.143 0-0.214l-0 0.011v-291.6c-0-0.060-0-0.131-0-0.203 0-17.607 7.173-33.539 18.756-45.033l0.004-0.004 206.2-206.2c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h291.6c0.060-0 0.131-0 0.203-0 17.607 0 33.539 7.173 45.033 18.756l0.004 0.004 206.2 206.2c11.587 11.498 18.76 27.43 18.76 45.037 0 0.071-0 0.143-0 0.214l0-0.011zM864 366.2l-206.2-206.2h-291.6l-206.2 206.2v291.6l206.2 206.2h291.6l206.2-206.2zM512 640c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["warning-octagon-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31951, "id": 29, "name": "warning-octagon-duotone", "prevSize": 16, "code": 62083, "codes": [62083, 62084] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1218 + }, + { + "icon": { + "paths": [ + "M800 512c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z", + "M832 512c-0.025-105.492-51.131-199.042-129.928-257.265l-0.872-0.615-24.96-137.52c-5.596-30.102-31.65-52.592-62.959-52.6l-202.561-0c-31.31 0.008-57.364 22.498-62.899 52.204l-0.061 0.396-24.96 137.52c-79.692 58.82-130.809 152.381-130.809 257.88s51.117 199.059 129.935 257.264l0.874 0.616 24.96 137.52c5.596 30.102 31.65 52.592 62.959 52.6l202.561 0c31.31-0.008 57.364-22.498 62.899-52.204l0.061-0.396 24.96-137.52c79.669-58.839 130.775-152.389 130.8-257.876l0-0.004zM410.72 128h202.56l15.64 86.2c-34.645-14.048-74.83-22.199-116.92-22.199s-82.275 8.151-119.064 22.962l2.144-0.762zM256 512c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015zM613.28 896h-202.56l-15.64-86.2c34.645 14.048 74.83 22.199 116.92 22.199s82.275-8.151 119.064-22.962l-2.144 0.762zM480 512v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["watch-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31952, "id": 28, "name": "watch-duotone", "prevSize": 16, "code": 62085, "codes": [62085, 62086] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1219 + }, + { + "icon": { + "paths": [ + "M832 384v256h-640v-256z", + "M224 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM352 96c-17.673 0-32 14.327-32 32v0 768c0 17.673 14.327 32 32 32s32-14.327 32-32v0-768c0-17.673-14.327-32-32-32v0zM512 224c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32s32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM672 352c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0zM832 288c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["waveform-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31953, "id": 27, "name": "waveform-duotone", "prevSize": 16, "code": 62087, "codes": [62087, 62088] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1220 + }, + { + "icon": { + "paths": [ + "M512 256v256h-416zM928 512h-416v256z", + "M944.76 539.24l-416 256c-4.768 2.976-10.558 4.74-16.76 4.74-17.666 0-31.989-14.316-32-31.979l-0-0.001v-454.72l-367.24 225.96c-4.559 2.65-10.033 4.214-15.873 4.214-17.673 0-32-14.327-32-32 0-11.101 5.653-20.882 14.237-26.621l0.116-0.073 416-256c4.768-2.976 10.558-4.74 16.76-4.74 17.666 0 31.989 14.316 32 31.979l0 0.001v454.72l367.24-225.96c4.559-2.65 10.033-4.214 15.873-4.214 17.673 0 32 14.327 32 32 0 11.101-5.653 20.882-14.237 26.621l-0.116 0.073z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wave-sawtooth-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31954, "id": 26, "name": "wave-sawtooth-duotone", "prevSize": 16, "code": 62089, "codes": [62089, 62090] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1221 + }, + { + "icon": { + "paths": [ + "M864 288v448s-64 64-192 64-192-128-320-128-192 64-192 64v-448s64-64 192-64 192 128 320 128 192-64 192-64z", + "M137.32 310.72c-5.822-5.796-9.425-13.817-9.425-22.68s3.603-16.884 9.424-22.679l0.001-0.001c3.080-3 75.080-73.36 214.68-73.36 73.68 0 128.96 36.84 177.76 69.36 45.2 30.16 87.92 58.64 142.24 58.64 1.282 0.020 2.795 0.032 4.311 0.032 44.553 0 86.749-10.087 124.431-28.102l-1.741 0.75c16.255-7.591 30.254-16.778 42.734-27.662l-0.214 0.182c5.782-5.738 13.747-9.284 22.54-9.284 17.675 0 32.004 14.329 32.004 32.004 0 8.882-3.619 16.92-9.462 22.718l-0.002 0.002c-3 3-75 73.36-214.6 73.36-73.68 0-128.96-36.84-177.76-69.36-45.2-30.16-87.92-58.64-142.24-58.64-1.282-0.020-2.795-0.032-4.311-0.032-44.553 0-86.749 10.087-124.431 28.102l1.741-0.75c-16.255 7.591-30.254 16.778-42.734 27.662l0.214-0.182c-5.782 5.739-13.747 9.285-22.54 9.285-8.833 0-16.83-3.579-22.62-9.365l0 0zM841.52 489.2c-12.266 10.702-26.265 19.889-41.423 27.016l-1.097 0.464c-35.941 17.265-78.137 27.352-122.689 27.352-1.516 0-3.029-0.012-4.539-0.035l0.228 0.003c-54.32 0-97.040-28.48-142.24-58.64-48.8-32.52-104.080-69.36-177.76-69.36-139.6 0-211.6 70.36-214.6 73.36-5.845 5.8-9.464 13.838-9.464 22.72 0 17.675 14.329 32.004 32.004 32.004 8.793 0 16.758-3.546 22.542-9.286l-0.002 0.002c12.266-10.702 26.265-19.889 41.423-27.016l1.097-0.464c35.941-17.265 78.137-27.352 122.689-27.352 1.516 0 3.029 0.012 4.539 0.035l-0.228-0.003c54.32 0 97.040 28.48 142.24 58.64 48.8 32.52 104 69.36 177.76 69.36 139.6 0 211.6-70.36 214.6-73.36 5.845-5.8 9.464-13.838 9.464-22.72 0-17.675-14.329-32.004-32.004-32.004-8.793 0-16.758 3.546-22.542 9.286l0.002-0.002zM841.52 713.2c-12.266 10.702-26.265 19.889-41.423 27.016l-1.097 0.464c-35.941 17.265-78.137 27.352-122.689 27.352-1.516 0-3.029-0.012-4.539-0.035l0.228 0.003c-54.32 0-97.040-28.48-142.24-58.64-48.8-32.52-104.080-69.36-177.76-69.36-139.6 0-211.6 70.36-214.6 73.36-5.845 5.8-9.464 13.838-9.464 22.72 0 17.675 14.329 32.004 32.004 32.004 8.793 0 16.758-3.546 22.542-9.286l-0.002 0.002c12.266-10.702 26.265-19.889 41.423-27.016l1.097-0.464c35.941-17.265 78.137-27.352 122.689-27.352 1.516 0 3.029 0.012 4.539 0.035l-0.228-0.003c54.32 0 97.040 28.48 142.24 58.64 48.8 32.52 104 69.36 177.76 69.36 139.6 0 211.6-70.36 214.6-73.36 5.845-5.8 9.464-13.838 9.464-22.72 0-17.675-14.329-32.004-32.004-32.004-8.793 0-16.758 3.546-22.542 9.286l0.002-0.002z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["waves-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31955, "id": 25, "name": "waves-duotone", "prevSize": 16, "code": 62091, "codes": [62091, 62092] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1222 + }, + { + "icon": { + "paths": [ + "M928 512c-208 443.4-312 221.72-416 0zM96 512h416c-104-221.72-208-443.4-416 0z", + "M956.96 525.6c-88 187.2-165.6 274.4-244.8 274.4-100.4 0-162.92-133.28-229.12-274.4-52.24-111.36-111.44-237.6-171.040-237.6-65.6 0-145.24 148.84-186.88 237.6-5.34 10.665-16.183 17.858-28.706 17.858-17.673 0-32-14.327-32-32 0-4.729 1.026-9.219 2.867-13.258l-0.082 0.2c87.64-187.2 165.44-274.4 244.8-274.4 100.4 0 162.92 133.28 229.12 274.4 52.080 111.36 111.28 237.6 170.88 237.6 65.6 0 145.24-148.84 186.88-237.6 5.34-10.665 16.183-17.858 28.706-17.858 17.673 0 32 14.327 32 32 0 4.729-1.026 9.219-2.867 13.258l0.082-0.2z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wave-sine-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31956, "id": 24, "name": "wave-sine-duotone", "prevSize": 16, "code": 62093, "codes": [62093, 62094] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1223 + }, + { + "icon": { + "paths": [ + "M512 288v224h-416v-224zM512 512v224h416v-224z", + "M960 512v224c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32v0-416h-352v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 416h352v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wave-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31957, "id": 23, "name": "wave-square-duotone", "prevSize": 16, "code": 62095, "codes": [62095, 62096] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1224 + }, + { + "icon": { + "paths": [ + "M304 224l208 288h-416zM928 512h-416l208 288z", + "M953.92 530.72l-208 288c-5.878 8.122-15.329 13.345-26 13.345s-20.122-5.223-25.936-13.252l-0.064-0.093-389.92-540.080-182.040 252c-5.887 8.107-15.335 13.318-26 13.318-17.694 0-32.038-14.344-32.038-32.038 0-7.029 2.264-13.53 6.102-18.812l-0.064 0.092 208-288c5.878-8.122 15.329-13.345 26-13.345s20.122 5.223 25.936 13.252l0.064 0.093 390.040 540 182.040-252c5.887-8.107 15.335-13.318 26-13.318 17.694 0 32.038 14.344 32.038 32.038 0 7.029-2.264 13.53-6.102 18.812l0.064-0.092z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wave-triangle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31958, "id": 22, "name": "wave-triangle-duotone", "prevSize": 16, "code": 62097, "codes": [62097, 62098] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1225 + }, + { + "icon": { + "paths": [ + "M512 128c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288v0c0-159.058-128.942-288-288-288v0zM512 544c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z", + "M672 416c0-88.366-71.634-160-160-160s-160 71.634-160 160c0 88.366 71.634 160 160 160v0c88.366 0 160-71.634 160-160v0zM416 416c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM896 800h-352v-65.6c162.421-16.804 288-152.935 288-318.396 0-176.731-143.269-320-320-320s-320 143.269-320 320c0 165.461 125.58 301.592 286.627 318.281l1.373 0.115v65.6h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM256 416c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["webcam-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31959, "id": 21, "name": "webcam-duotone", "prevSize": 16, "code": 62099, "codes": [62099, 62100] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1226 + }, + { + "icon": { + "paths": [ + "M512 128c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288v0c0-159.058-128.942-288-288-288v0zM512 544c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z", + "M855.68 842.48l-640-704c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 66.96 73.68c-27.24 46.088-43.334 101.564-43.334 160.799 0 165.481 125.609 301.624 286.684 318.287l1.371 0.115v65.6h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h660.76l19.56 21.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM256 416c-0-0.111-0-0.242-0-0.373 0-40.034 9.24-77.911 25.704-111.612l-0.664 1.505 73.68 81.040c-1.738 8.852-2.732 19.030-2.732 29.44 0 88.366 71.634 160 160 160 0.004 0 0.008-0 0.013-0l-0.001 0c4.8 0 9.56-0.24 14.32-0.68l73.68 81.12c-26.167 9.88-56.415 15.6-88 15.6-141.385 0-256-114.615-256-256 0-0.014 0-0.028 0-0.042l-0 0.002zM544 800v-65.64c37.623-3.847 72.085-13.64 103.719-28.465l-1.959 0.825 84.8 93.28zM342.080 181.24c-2.632-4.547-4.185-10.003-4.185-15.821 0-11.857 6.449-22.208 16.030-27.736l0.155-0.082c45.416-26.242 99.899-41.726 157.998-41.726 176.731 0 320 143.269 320 320 0 68.807-21.716 132.541-58.669 184.724l0.671-0.998c-5.864 8.283-15.408 13.624-26.2 13.624-17.675 0-32.004-14.329-32.004-32.004 0-6.884 2.173-13.26 5.871-18.48l-0.067 0.1c29.026-40.948 46.399-91.935 46.399-146.981 0-141.385-114.615-256-256-256-46.479 0-90.066 12.387-127.638 34.039l1.239-0.659c-4.539 2.621-9.985 4.168-15.791 4.168-11.85 0-22.196-6.441-27.727-16.013l-0.082-0.154zM603.32 445.72c2.991-8.875 4.716-19.096 4.716-29.72 0-53.019-42.981-96-96-96-0.013 0-0.026 0-0.038 0l0.002-0c-0.026-0-0.057-0-0.087-0-7.397 0-14.6 0.831-21.521 2.404l0.648-0.124c-2.809 0.894-6.041 1.409-9.392 1.409-17.673 0-32-14.327-32-32 0-16.104 11.896-29.43 27.38-31.669l0.172-0.020c10.394-2.405 22.329-3.783 34.586-3.783 88.366 0 160 71.634 160 160 0 17.621-2.849 34.577-8.11 50.433l0.325-1.13c-4.52 12.546-16.32 21.355-30.178 21.355-17.673 0-32-14.327-32-32 0-3.264 0.489-6.415 1.397-9.382l-0.060 0.227z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["webcam-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31960, "id": 20, "name": "webcam-slash-duotone", "prevSize": 16, "code": 62101, "codes": [62101, 62102] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1227 + }, + { + "icon": { + "paths": [ + "M512 448c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0zM768 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM256 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0z", + "M712.64 736h-267.36c-15.866 91.393-94.578 160.008-189.316 160.008-106.039 0-192-85.961-192-192 0-43.461 14.44-83.55 38.785-115.73l-0.349 0.482c5.903-7.803 15.169-12.792 25.6-12.792 17.68 0 32.012 14.332 32.012 32.012 0 7.248-2.409 13.934-6.47 19.3l0.058-0.080c-15.979 20.983-25.601 47.561-25.601 76.386 0 0.145 0 0.291 0.001 0.436l-0-0.023c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673 14.327-32 32-32v0h296.64c11.272-19.265 31.861-32 55.426-32 35.346 0 64 28.654 64 64s-28.654 64-64 64c-23.564 0-44.154-12.735-55.262-31.698l-0.164-0.302zM256 768c0.007 0 0.015 0 0.023 0 35.346 0 64-28.654 64-64 0-11.154-2.853-21.641-7.87-30.772l0.167 0.332 143.080-232.56c2.974-4.767 4.737-10.555 4.737-16.754 0-11.461-6.026-21.515-15.082-27.167l-0.135-0.079c-36.781-22.917-60.897-63.143-60.897-109.001 0-70.692 57.308-128 128-128 52.157 0 97.029 31.196 116.973 75.947l0.324 0.814c5.066 11.403 16.291 19.211 29.34 19.211 17.679 0 32.011-14.332 32.011-32.011 0-4.63-0.983-9.030-2.752-13.004l0.081 0.204c-30.422-68.298-97.704-115.051-175.906-115.051-106.039 0-192 85.961-192 192 0 57.447 25.23 109.001 65.213 144.187l0.213 0.184-127.76 207.52c-0.6 0-1.16 0-1.76 0-35.346 0-64 28.654-64 64s28.654 64 64 64v0zM768 512c-25.945 0.002-50.691 5.13-73.282 14.427l1.282-0.467-127.68-207.56c4.836-8.789 7.681-19.262 7.681-30.4 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.653 63.999 63.999 64l1.76 0 143.12 232.6c5.733 9.175 15.778 15.188 27.228 15.188 6.207 0 12.002-1.767 16.908-4.826l-0.135 0.079c19.101-11.952 42.307-19.040 67.169-19.040 70.692 0 128 57.308 128 128s-57.308 128-128 128c-0.017 0-0.035-0-0.052-0l0.003 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c106.039 0 192-85.961 192-192s-85.961-192-192-192v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["webhooks-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31961, "id": 19, "name": "webhooks-logo-duotone", "prevSize": 16, "code": 62103, "codes": [62103, 62104] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1228 + }, + { + "icon": { + "paths": [ + "M927.040 865.36c0.589 1.979 0.927 4.254 0.927 6.607 0 13.255-10.745 24-24 24-2.354 0-4.628-0.339-6.777-0.97l0.17 0.043-119.48-34.12c-39.807 22.11-87.301 35.125-137.835 35.125-159.058 0-288-128.942-288-288s128.942-288 288-288c159.058 0 288 128.942 288 288 0 50.534-13.015 98.027-35.876 139.312l0.75-1.478z", + "M927.16 749.32c20.729-41.215 32.866-89.82 32.866-141.26 0-163.235-122.223-297.923-280.146-317.542l-1.561-0.158c-50.388-114.591-162.913-193.157-293.787-193.157-176.731 0-320 143.269-320 320 0 50.993 11.927 99.199 33.144 141.983l-0.837-1.866-30.64 107.28c-1.37 4.614-2.159 9.915-2.159 15.4 0 30.914 25.049 55.977 55.957 56l0.002 0c0.046 0 0.1 0 0.154 0 5.418 0 10.652-0.789 15.593-2.259l-0.386 0.099 107.28-30.64c29.951 15.156 64.786 25.93 101.571 30.372l1.509 0.148c50.116 115.233 162.968 194.347 294.298 194.347 51.441 0 100.046-12.138 143.109-33.705l-1.847 0.838 107.28 30.64c4.597 1.36 9.878 2.143 15.343 2.143 30.928 0 56-25.072 56-56 0-5.464-0.783-10.746-2.242-15.739l0.099 0.396zM261.44 640.84c-4.428-2.464-9.713-3.915-15.337-3.915-3.084 0-6.067 0.436-8.889 1.251l0.226-0.056-105.64 30.2 30.2-105.64c0.759-2.596 1.195-5.579 1.195-8.663 0-5.624-1.451-10.909-3.998-15.501l0.083 0.164c-20.323-35.867-32.299-78.775-32.299-124.48 0-141.396 114.624-256.019 256.019-256.019 95.69 0 179.119 52.497 223.056 130.262l0.664 1.277c-161.727 17.633-286.498 153.351-286.72 318.257l-0 0.023c0.015 20.232 1.921 40.009 5.551 59.176l-0.311-1.976c-24.159-5.737-45.43-14.108-65.096-25.020l1.296 0.66zM862.12 754.68l30.2 105.64-105.64-30.2c-2.596-0.759-5.579-1.195-8.663-1.195-5.624 0-10.909 1.451-15.501 3.998l0.164-0.083c-35.34 19.616-77.501 31.162-122.358 31.162-141.274 0-255.8-114.526-255.8-255.8s114.526-255.8 255.8-255.8c141.274 0 255.8 114.526 255.8 255.8 0 44.857-11.546 87.018-31.829 123.671l0.667-1.313c-2.527 4.474-4.017 9.824-4.017 15.522 0 3.061 0.43 6.021 1.232 8.824l-0.055-0.226zM576 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM800 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wechat-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31962, "id": 18, "name": "wechat-logo-duotone", "prevSize": 16, "code": 62105, "codes": [62105, 62106] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1229 + }, + { + "icon": { + "paths": [ + "M512 128c-0.014-0-0.031-0-0.048-0-212.077 0-384 171.923-384 384 0 70.806 19.164 137.136 52.588 194.086l-0.98-1.806-49.88 149.56c-1.042 3.021-1.644 6.502-1.644 10.124 0 17.673 14.327 32 32 32 3.622 0 7.103-0.602 10.349-1.71l-0.225 0.067 149.56-49.88c55.124 32.414 121.425 51.56 192.197 51.56 212.077 0 384-171.923 384-384 0-212.048-171.875-383.953-383.912-384l-0.005-0zM608 736c-176.731 0-320-143.269-320-320v0c0-70.692 57.308-128 128-128v0l64 128-49.28 73.88c19.965 46.867 56.533 83.435 102.142 102.922l1.258 0.478 73.88-49.28 128 64c0 70.692-57.308 128-128 128v0z", + "M750.32 579.36l-128-64c-4.159-2.118-9.071-3.359-14.272-3.359-6.606 0-12.744 2.002-17.842 5.432l0.114-0.073-58.76 39.2c-27.114-15.102-48.898-36.886-63.578-63.177l-0.422-0.823 39.2-58.76c3.357-4.983 5.359-11.122 5.359-17.728 0-5.201-1.241-10.113-3.443-14.455l0.084 0.182-64-128c-5.351-10.633-16.177-17.8-28.677-17.8-0.029 0-0.058 0-0.088 0l0.005-0c-88.366 0-160 71.634-160 160v0c0.228 194.313 157.687 351.772 351.978 352l0.022 0c88.366 0 160-71.634 160-160v0c0-0.007 0-0.015 0-0.023 0-12.453-7.113-23.245-17.498-28.533l-0.182-0.084zM608 704c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c-0-0.008-0-0.017-0-0.027 0-46.352 32.851-85.031 76.54-94.026l0.62-0.107 45.92 92-39.080 58.16c-3.367 4.988-5.374 11.135-5.374 17.75 0 4.435 0.902 8.659 2.533 12.499l-0.079-0.21c23.383 54.6 66 97.217 119.131 120.039l1.469 0.561c3.747 1.666 8.12 2.636 12.718 2.636 6.553 0 12.646-1.97 17.719-5.349l-0.117 0.073 58.48-38.96 92 45.92c-9.149 44.251-47.8 77.041-94.109 77.041-0.13 0-0.261-0-0.391-0.001l0.020 0zM512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM512 864c-0.071 0-0.155 0-0.239 0-64.812 0-125.526-17.542-177.654-48.137l1.654 0.897c-4.602-2.714-10.141-4.318-16.053-4.318-3.615 0-7.091 0.6-10.332 1.705l0.225-0.067-149.6 49.92 49.88-149.6c1.048-3.029 1.653-6.519 1.653-10.151 0-5.895-1.594-11.417-4.374-16.16l0.082 0.151c-29.734-50.544-47.298-111.341-47.298-176.24 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.384-157.563 351.967-351.939 352l-0.003 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["whatsapp-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31963, "id": 17, "name": "whatsapp-logo-duotone", "prevSize": 16, "code": 62107, "codes": [62107, 62108] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1230 + }, + { + "icon": { + "paths": [ + "M512 192c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M1022.36 757.88c-4.367-12.823-16.305-21.883-30.359-21.883-3.621 0-7.101 0.601-10.347 1.71l0.225-0.067-69.68 23.24-115.6-231.2c-5.37-10.562-16.154-17.673-28.599-17.68l-320.001-0v-96h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224v-36c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v43.24c-129.139 30.266-223.83 144.455-223.83 280.76 0 158.998 128.845 287.903 287.821 288l0.009 0c134.080 0 254.76-90.84 287-216 0.645-2.401 1.016-5.157 1.016-8 0-17.682-14.334-32.016-32.016-32.016-14.839 0-27.32 10.095-30.95 23.792l-0.050 0.223c-24.64 96-121.36 168-225 168-123.679-0.043-223.925-100.315-223.925-224 0-100.864 66.665-186.157 158.338-214.222l1.587-0.418v118.64c0 17.673 14.327 32 32 32v0h332.2l119.16 238.32c5.377 10.553 16.161 17.654 28.604 17.654 3.634 0 7.126-0.606 10.381-1.721l-0.225 0.067 96-32c12.817-4.37 21.871-16.305 21.871-30.355 0-3.607-0.597-7.076-1.697-10.311l0.067 0.225zM352 192c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wheelchair-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31964, "id": 16, "name": "wheelchair-duotone", "prevSize": 16, "code": 62109, "codes": [62109, 62110] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1231 + }, + { + "icon": { + "paths": [ + "M800 192c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z", + "M704 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM704 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM672 672c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM824.76 523.72c4.499 5.47 7.227 12.544 7.227 20.256 0 2.231-0.228 4.409-0.663 6.511l0.036-0.207-64 320c-3.033 14.764-15.917 25.711-31.359 25.72l-0.001 0c-0.013 0-0.029 0-0.045 0-2.221 0-4.389-0.233-6.478-0.676l0.203 0.036c-14.76-3.042-25.7-15.93-25.7-31.374 0-2.218 0.226-4.382 0.655-6.473l-0.035 0.207 56.36-281.72h-248.96c-0.014 0-0.031 0-0.047 0-17.673 0-32-14.327-32-32 0-5.891 1.592-11.41 4.369-16.151l-0.082 0.151 80.24-139.6c-43.030-22.935-94.103-36.404-148.322-36.404-77.609 0-148.773 27.597-204.213 73.513l0.534-0.43c-5.734 5.486-13.526 8.863-22.106 8.863-17.673 0-32-14.327-32-32 0-10.637 5.19-20.061 13.175-25.88l0.091-0.063c65.857-54.656 151.258-87.821 244.405-87.821 77.885 0 150.354 23.187 210.881 63.035l-1.446-0.894c8.805 5.797 14.536 15.636 14.536 26.814 0 5.869-1.58 11.369-4.338 16.098l0.082-0.152-68.48 118.92h232.72c0.002-0 0.004-0 0.007-0 9.95 0 18.84 4.542 24.709 11.665l0.044 0.055z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wheelchair-motion-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { + "order": 31965, + "id": 15, + "name": "wheelchair-motion-duotone", + "prevSize": 16, + "code": 62111, + "codes": [62111, 62112] + }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1232 + }, + { + "icon": { + "paths": [ + "M952.8 350.76l-416 501.72c-5.911 7.070-14.734 11.534-24.6 11.534s-18.689-4.465-24.559-11.484l-0.041-0.050-416.4-501.72c-4.482-5.359-7.204-12.325-7.204-19.927 0-10.151 4.854-19.168 12.366-24.857l0.078-0.057c119.66-91.084 271.206-145.924 435.56-145.924s315.901 54.841 437.338 147.221l-1.778-1.297c7.591 5.746 12.444 14.763 12.444 24.913 0 7.602-2.722 14.567-7.244 19.976l0.040-0.049z", + "M991.56 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.997-95.105-281.343-152.405-452.071-152.405-0.987 0-1.974 0.002-2.961 0.006l0.152-0c-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 416-501.72c9.165-10.817 14.737-24.931 14.737-40.347 0-2.542-0.151-5.048-0.446-7.51l0.029 0.297zM512 832l-415.64-501.040c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c0.799-0.003 1.745-0.005 2.692-0.005 155.915 0 299.629 52.24 414.593 140.173l-1.644-1.207z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wifi-high-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31966, "id": 14, "name": "wifi-high-duotone", "prevSize": 16, "code": 62113, "codes": [62113, 62114] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1233 + }, + { + "icon": { + "paths": [ + "M686.72 671.52l-150.12 180.96c-5.911 7.070-14.734 11.534-24.6 11.534s-18.689-4.465-24.559-11.484l-0.041-0.050-150.12-180.96c46.908-39.521 108.009-63.537 174.72-63.537s127.812 24.016 175.131 63.874l-0.411-0.337z", + "M991.56 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.997-95.105-281.343-152.405-452.071-152.405-0.987 0-1.974 0.002-2.961 0.006l0.152-0c-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 416-501.72c9.165-10.817 14.737-24.931 14.737-40.347 0-2.542-0.151-5.048-0.446-7.51l0.029 0.297zM512 832l-128.4-154.8c36.372-23.358 80.765-37.236 128.4-37.236s92.028 13.878 129.358 37.81l-0.958-0.575zM681.48 627.68c-47.552-32.39-106.259-51.716-169.48-51.716s-121.928 19.327-170.535 52.394l1.055-0.677-246.16-296.72c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c0.799-0.003 1.745-0.005 2.692-0.005 155.915 0 299.629 52.24 414.593 140.173l-1.644-1.207z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wifi-low-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31967, "id": 13, "name": "wifi-low-duotone", "prevSize": 16, "code": 62115, "codes": [62115, 62116] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1234 + }, + { + "icon": { + "paths": [ + "M809.32 523.76l-272.72 328.72c-5.911 7.070-14.734 11.534-24.6 11.534s-18.689-4.465-24.559-11.484l-0.041-0.050-272.72-328.72c79.901-67.047 183.855-107.774 297.32-107.774s217.419 40.727 298.038 108.361l-0.718-0.586z", + "M991.56 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.997-95.105-281.343-152.405-452.071-152.405-0.987 0-1.974 0.002-2.961 0.006l0.152-0c-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 416-501.72c9.165-10.817 14.737-24.931 14.737-40.347 0-2.542-0.151-5.048-0.446-7.51l0.029 0.297zM512 832l-251.48-303.2c69.777-50.541 157.090-80.844 251.48-80.844s181.703 30.303 252.74 81.712l-1.26-0.868zM804.48 479.36c-80.878-59.615-182.499-95.411-292.48-95.411s-211.602 35.796-293.848 96.373l1.368-0.962-123.16-148.4c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c0.799-0.003 1.745-0.005 2.692-0.005 155.915 0 299.629 52.24 414.593 140.173l-1.644-1.207z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wifi-medium-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31968, "id": 12, "name": "wifi-medium-duotone", "prevSize": 16, "code": 62117, "codes": [62117, 62118] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1235 + }, + { + "icon": { + "paths": [ + "M991.56 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.997-95.105-281.343-152.405-452.071-152.405-0.987 0-1.974 0.002-2.961 0.006l0.152-0c-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 416-501.72c9.165-10.817 14.737-24.931 14.737-40.347 0-2.542-0.151-5.048-0.446-7.51l0.029 0.297zM512 832l-415.64-501.040c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c0.799-0.003 1.745-0.005 2.692-0.005 155.915 0 299.629 52.24 414.593 140.173l-1.644-1.207z" + ], + "attrs": [{}], + "isMulticolor": false, + "isMulticolor2": false, + "grid": 0, + "tags": ["wifi-none-duotone"], + "colorPermutations": { "16868681": [{}] } + }, + "attrs": [{}], + "properties": { "order": 31969, "id": 11, "name": "wifi-none-duotone", "prevSize": 16, "code": 62119 }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1236 + }, + { + "icon": { + "paths": [ + "M952.8 350.76l-416 501.72c-5.911 7.070-14.734 11.534-24.6 11.534s-18.689-4.465-24.559-11.484l-0.041-0.050-416.4-501.72c-4.482-5.359-7.204-12.325-7.204-19.927 0-10.151 4.854-19.168 12.366-24.857l0.078-0.057c119.66-91.084 271.206-145.924 435.56-145.924s315.901 54.841 437.338 147.221l-1.778-1.297c7.591 5.746 12.444 14.763 12.444 24.913 0 7.602-2.722 14.567-7.244 19.976l0.040-0.049z", + "M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 18.2 20c-49.402 23.877-91.841 50.144-131.222 80.215l1.822-1.335c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 112.4-135.52 134.68 148c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 832l-415.64-501.040c39.185-29.929 83.643-56.598 130.969-78.051l4.311-1.749 398.52 438.4zM977.4 371.2l-197.68 238.32c-5.912 7.097-14.752 11.582-24.64 11.582-17.674 0-32.002-14.328-32.002-32.002 0-7.786 2.781-14.923 7.403-20.472l-0.042 0.052 197.2-237.72c-113.319-86.725-257.033-138.965-412.948-138.965-0.946 0-1.892 0.002-2.838 0.006l0.146-0c-0.132-0-0.289-0-0.445-0-45.657 0-90.295 4.367-133.517 12.707l4.402-0.707c-1.804 0.361-3.878 0.567-6 0.567-17.677 0-32.007-14.33-32.007-32.007 0-15.555 11.096-28.519 25.805-31.407l0.203-0.033c42.346-8.345 91.035-13.12 140.84-13.12 0.253 0 0.506 0 0.759 0l-0.039-0c0.834-0.003 1.821-0.005 2.809-0.005 170.729 0 328.074 57.3 453.854 153.718l-1.783-1.312c13.396 10.274 22.535 25.521 24.65 42.934l0.030 0.306c0.278 2.215 0.437 4.779 0.437 7.38 0 15.339-5.517 29.389-14.675 40.275l0.078-0.095z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wifi-slash-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31970, "id": 10, "name": "wifi-slash-duotone", "prevSize": 16, "code": 62120, "codes": [62120, 62121] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1237 + }, + { + "icon": { + "paths": [ + "M897.56 417.36l-360.96 435.12c-5.911 7.070-14.734 11.534-24.6 11.534s-18.689-4.465-24.559-11.484l-0.041-0.050-416.2-501.72c-4.482-5.359-7.204-12.325-7.204-19.927 0-10.151 4.854-19.168 12.366-24.857l0.078-0.057c119.118-91.069 270.146-145.922 433.986-145.922 0.553 0 1.106 0.001 1.659 0.002l-0.085-0c0.199-0 0.433-0 0.668-0 46.516 0 92.013 4.367 136.102 12.714l-4.53-0.713c6.579 1.265 12.278 4.406 16.678 8.838l0.002 0.002 235.080 235.16z", + "M918.64 393.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-73.4 73.36zM812.92 519.36c-5.512-4.63-12.686-7.443-20.517-7.443-9.824 0-18.614 4.427-24.484 11.394l-0.040 0.048-255.88 308.64-415.64-501.040c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c20.44 0 41 0.88 61.2 2.68 0.839 0.078 1.814 0.123 2.8 0.123 17.675 0 32.003-14.328 32.003-32.003 0-16.689-12.774-30.394-29.079-31.871l-0.124-0.009c-22.040-1.92-44.52-2.92-66.8-2.92-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 256-308.48c4.563-5.491 7.332-12.613 7.332-20.383 0-9.919-4.513-18.785-11.598-24.654l-0.053-0.043z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wifi-x-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31971, "id": 9, "name": "wifi-x-duotone", "prevSize": 16, "code": 62122, "codes": [62122, 62123] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1238 + }, + { + "icon": { + "paths": [ + "M480 384c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM832 320c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM608 640c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z", + "M736 736c0 70.692-57.308 128-128 128v0c-54.8 0-107.8-35.72-126-84.88-1.138-3.148-1.796-6.782-1.796-10.569 0-17.673 14.327-32 32-32 13.473 0 25.001 8.326 29.719 20.113l0.076 0.216c8.96 24.2 38 43.12 66 43.12 35.346 0 64-28.654 64-64s-28.654-64-64-64v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c70.692 0 128 57.308 128 128v0zM480 416c70.692 0 128-57.308 128-128s-57.308-128-128-128v0c-54.8 0-107.8 35.72-126 84.88-1.138 3.148-1.796 6.782-1.796 10.569 0 17.673 14.327 32 32 32 13.473 0 25.001-8.326 29.719-20.113l0.076-0.216c8.96-24.2 38-43.12 66-43.12 35.346 0 64 28.654 64 64s-28.654 64-64 64v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM832 288c-54.8 0-107.8 35.72-126 84.88-1.138 3.148-1.796 6.782-1.796 10.569 0 17.673 14.327 32 32 32 13.473 0 25.001-8.326 29.719-20.113l0.076-0.216c8.96-24.2 38-43.12 66-43.12 35.346 0 64 28.654 64 64s-28.654 64-64 64v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c70.692 0 128-57.308 128-128s-57.308-128-128-128v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wind-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31972, "id": 8, "name": "wind-duotone", "prevSize": 16, "code": 62124, "codes": [62124, 62125] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1239 + }, + { + "icon": { + "paths": [ + "M544 576h320v288l-320-58.2zM160 736l256 46.56v-206.56h-256zM544 218.2v229.8h320v-288zM160 448h256v-206.56l-256 46.56z", + "M864 544h-320c-17.673 0-32 14.327-32 32v0 229.8c-0 0.011-0 0.023-0 0.035 0 15.651 11.236 28.678 26.082 31.454l0.198 0.031 320 58.16c1.685 0.331 3.622 0.52 5.604 0.52 0.041 0 0.082-0 0.123-0l-0.006 0c17.673 0 32-14.327 32-32v0-288c0-17.673-14.327-32-32-32v0zM832 825.64l-256-46.52v-171.12h256zM416 544h-256c-17.673 0-32 14.327-32 32v0 160c0.002 15.649 11.238 28.674 26.082 31.449l0.198 0.031 256 46.56c1.712 0.318 3.689 0.506 5.708 0.52l0.012 0c17.673 0 32-14.327 32-32v0-206.56c0-17.673-14.327-32-32-32v0zM384 744.2l-192-34.92v-101.28h192zM884.52 135.44c-5.511-4.627-12.683-7.437-20.51-7.437-2.025 0-4.007 0.188-5.928 0.548l0.198-0.031-320 58.2c-15.042 2.806-26.278 15.831-26.28 31.48l-0 0v229.8c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-288c0-0.002 0-0.003 0-0.005 0-9.841-4.442-18.644-11.431-24.514l-0.049-0.040zM832 416h-256v-171.12l256-46.52zM436.52 216.88c-5.511-4.627-12.683-7.437-20.51-7.437-2.025 0-4.007 0.188-5.928 0.548l0.198-0.031-256 46.56c-15.042 2.806-26.278 15.831-26.28 31.48l-0 0v160c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-206.56c0-0.002 0-0.003 0-0.005 0-9.841-4.442-18.644-11.431-24.514l-0.049-0.040zM384 416h-192v-101.28l192-34.72z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["windows-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31973, "id": 7, "name": "windows-logo-duotone", "prevSize": 16, "code": 62126, "codes": [62126, 62127] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1240 + }, + { + "icon": { + "paths": [ + "M729.92 618c-56.886 53.327-133.618 86.082-218 86.082s-161.114-32.755-218.175-86.244l0.175 0.162c-43.165-40.828-70.030-98.503-70.030-162.453 0-22.758 3.403-44.722 9.727-65.41l-0.416 1.583 6.28-21.24c50.48-21.64 141.32-36.88 272.52 29.52 143.44 72.64 238.68 47.56 285.68 23.36v0c1.502 9.72 2.359 20.932 2.359 32.345 0 63.917-26.906 121.551-70.009 162.192l-0.111 0.103z", + "M821.32 382.68l-87.080-295.72c-4.031-13.376-16.236-22.952-30.679-22.96l-383.121-0c-14.444 0.008-26.649 9.584-30.621 22.733l-0.059 0.227-87.080 295.72c-6.853 21.922-10.801 47.129-10.801 73.258 0 73.096 30.896 138.975 80.341 185.292l0.14 0.13c54.873 51.548 126.693 85.631 206.253 93.055l1.387 0.105v161.48h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-161.48c80.948-7.523 152.77-41.607 207.824-93.331l-0.184 0.171c49.579-46.459 80.47-112.345 80.47-185.447 0-26.119-3.944-51.318-11.268-75.032l0.478 1.799zM344.36 128h335.28l80.36 272.76c0.36 1.2 0.68 2.4 1 3.6-85.68 30.72-182.16-6.4-234.52-32.92-100.76-51-180.76-57.48-239.76-47.72zM708 594.6c-51.134 47.971-120.126 77.439-196 77.439s-144.866-29.468-196.155-77.583l0.155 0.144c-37.058-34.791-60.143-84.092-60.143-138.784 0-19.638 2.976-38.582 8.502-56.403l-0.36 1.348 1.8-6.080c48-16.24 124.28-20.56 231.72 33.88 44.6 22.6 116.64 51.4 193.72 51.4 0.397 0.002 0.867 0.003 1.337 0.003 26.659 0 52.43-3.799 76.802-10.886l-1.94 0.483c-3.491 49.56-25.616 93.366-59.335 124.943l-0.105 0.097z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wine-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31974, "id": 6, "name": "wine-duotone", "prevSize": 16, "code": 62128, "codes": [62128, 62129] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1241 + }, + { + "icon": { + "paths": [ + "M896 384c-0.055 141.343-114.649 255.903-256 255.903-45.416 0-88.070-11.827-125.050-32.568l1.29 0.665-224.24 260c-17.403 17.403-41.444 28.167-68 28.167-53.111 0-96.167-43.055-96.167-96.167 0-26.556 10.764-50.597 28.167-68l-0 0 260-224.24c-20.095-35.703-31.933-78.377-31.933-123.815 0-141.385 114.615-256 256-256 34.574 0 67.546 6.854 97.634 19.277l-1.701-0.622-160 173.4 22.64 105.36 105.36 22.64 173.4-160c11.767 28.301 18.6 61.174 18.6 95.643 0 0.126-0 0.251-0 0.377l0-0.020z", + "M907.040 276c-4.878-11.826-16.316-19.998-29.664-19.998-8.382 0-16.012 3.223-21.717 8.498l0.021-0.019-161.2 148.76-68.92-14.8-14.8-68.92 148.76-161.2c5.255-5.684 8.478-13.314 8.478-21.696 0-13.347-8.172-24.786-19.785-29.586l-0.213-0.078c-31.956-13.295-69.076-21.017-108-21.017-159.058 0-288 128.942-288 288 0 0.020 0 0.040 0 0.060l-0-0.003c-0 0.112-0 0.244-0 0.376 0 41.729 8.833 81.394 24.731 117.229l-0.731-1.845-240.84 208.24c-0.6 0.48-1.16 1.040-1.72 1.56-23.166 23.166-37.495 55.17-37.495 90.52 0 70.701 57.314 128.015 128.015 128.015 35.35 0 67.354-14.329 90.52-37.495l-0 0c0.52-0.52 1.080-1.12 1.56-1.68l208.2-240.92c34.079 15.348 73.875 24.289 115.76 24.289 159.058 0 288-128.942 288-288 0-0.102-0-0.203-0-0.305l0 0.016c0-0.143 0-0.313 0-0.482 0-38.753-7.701-75.708-21.657-109.417l0.697 1.899zM640 608c-39.745-0.056-77.055-10.429-109.411-28.583l1.131 0.583c-4.462-2.511-9.795-3.99-15.474-3.99-9.652 0-18.305 4.273-24.173 11.031l-0.034 0.039-223.6 258.96c-11.453 10.897-26.984 17.601-44.081 17.601-35.346 0-64-28.654-64-64 0-17.097 6.704-32.628 17.627-44.108l-0.025 0.027 258.76-223.56c6.806-5.901 11.085-14.56 11.085-24.219 0-5.689-1.485-11.032-4.088-15.662l0.083 0.161c-17.6-31.252-27.968-68.608-27.968-108.386 0-123.712 100.288-224 224-224 13.214 0 26.161 1.144 38.748 3.339l-1.34-0.193-124.8 135.24c-5.251 5.683-8.472 13.31-8.472 21.689 0 2.377 0.259 4.694 0.751 6.923l-0.039-0.212 22.64 105.32c2.715 12.316 12.244 21.845 24.348 24.521l0.212 0.039 105.4 22.64c2.017 0.452 4.334 0.712 6.711 0.712 8.379 0 16.006-3.221 21.711-8.491l-0.022 0.020 135.24-124.8c1.968 11.16 3.094 24.008 3.094 37.12 0 123.765-100.267 224.111-224.001 224.24l-0.013 0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["wrench-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31975, "id": 5, "name": "wrench-duotone", "prevSize": 16, "code": 62130, "codes": [62130, 62131] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1242 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z", + "M662.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["x-circle-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31976, "id": 4, "name": "x-circle-duotone", "prevSize": 16, "code": 62132, "codes": [62132, 62133] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1243 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M822.64 777.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-265.36-265.4-265.36 265.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 265.4-265.36-265.4-265.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l265.36 265.4 265.36-265.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0-265.4 265.36z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["x-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31977, "id": 3, "name": "x-duotone", "prevSize": 16, "code": 62134, "codes": [62134, 62135] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1244 + }, + { + "icon": { + "paths": [ + "M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z", + "M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM662.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["x-square-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31978, "id": 2, "name": "x-square-duotone", "prevSize": 16, "code": 62136, "codes": [62136, 62137] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1245 + }, + { + "icon": { + "paths": [ + "M896 512c0 212.077-171.923 384-384 384v0c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c106.039 0 192-85.961 192-192s-85.961-192-192-192v0c212.077 0 384 171.923 384 384v0z", + "M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM160 512c0.228-194.313 157.687-351.772 351.978-352l0.022-0c88.366 0 160 71.634 160 160s-71.634 160-160 160v0c-0.016-0-0.035-0-0.054-0-123.712 0-224 100.288-224 224 0 34.882 7.973 67.903 22.197 97.337l-0.583-1.337c-90.935-64.514-149.56-169.392-149.56-287.962 0-0.013 0-0.027 0-0.040l-0 0.002zM512 864c-88.366 0-160-71.634-160-160s71.634-160 160-160v0c123.694-0.023 223.959-100.303 223.959-224 0-34.805-7.938-67.756-22.102-97.141l0.583 1.341c90.803 64.527 149.33 169.329 149.33 287.8 0 194.323-157.465 351.869-351.758 352l-0.012 0zM560 704c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM464 320c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["yin-yang-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31979, "id": 1, "name": "yin-yang-duotone", "prevSize": 16, "code": 62138, "codes": [62138, 62139] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1246 + }, + { + "icon": { + "paths": [ + "M906.36 286.12c-5.166-20.216-19.445-36.297-38.091-43.846l-0.429-0.154c-133.92-51.52-355.84-50.12-355.84-50.12s-221.92-1.4-356 50.32c-19.075 7.703-33.354 23.784-38.424 43.556l-0.096 0.444c-9.2 35.84-21.48 106.040-21.48 225.68s12.28 189.84 21.64 225.88c5.19 20.104 19.393 36.096 37.932 43.646l0.428 0.154c134.080 51.72 356 50.32 356 50.32s221.92 1.4 356-50.32c19.032-7.665 33.297-23.666 38.422-43.355l0.098-0.445c9.36-36 21.64-106.24 21.64-225.88s-12.44-189.84-21.8-225.88zM448 640v-256l192 128z", + "M657.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 580.2v-136.2l102.32 68zM937.32 278.080c-7.899-30.195-29.359-54.167-57.313-65.371l-0.647-0.229c-137.12-52.96-355.36-52.48-367.36-52.48s-230.24-0.48-367.36 52.48c-28.601 11.433-50.061 35.405-57.811 64.931l-0.149 0.669c-10.36 39.92-22.68 112.88-22.68 233.92s12.32 194 22.68 233.92c7.888 30.211 29.35 54.199 57.313 65.411l0.647 0.229c131.36 50.68 336.96 52.44 364.72 52.44h5.28c27.76 0 233.48-1.76 364.72-52.44 28.609-11.441 50.072-35.429 57.811-64.972l0.149-0.668c10.36-40 22.68-112.88 22.68-233.92s-12.32-194-22.68-233.92zM875.36 730.080c-2.558 10.058-9.625 18.072-18.867 21.882l-0.213 0.078c-126.6 48.88-341.92 48-344.48 48s-217.48 0.72-344-48c-9.455-3.888-16.522-11.902-19.032-21.738l-0.048-0.222c-9.52-36.52-20.72-103.8-20.72-218.080s11.2-181.56 20.64-217.88c2.512-10.123 9.59-18.201 18.868-22.042l0.212-0.078c126.6-48.72 341.88-48 344.48-48s217.48-0.72 344 48c9.455 3.888 16.522 11.902 19.032 21.738l0.048 0.222c9.52 36.48 20.72 103.76 20.72 218.040s-11.2 181.56-20.64 217.88z" + ], + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "isMulticolor": true, + "isMulticolor2": true, + "grid": 0, + "tags": ["youtube-logo-duotone"], + "colorPermutations": { "16868681": [{ "f": 1 }, { "f": 1 }] } + }, + "attrs": [{ "fill": "rgb(68, 68, 68)", "opacity": 0.2 }, { "fill": "rgb(68, 68, 68)" }], + "properties": { "order": 31980, "id": 0, "name": "youtube-logo-duotone", "prevSize": 16, "code": 62140, "codes": [62140, 62141] }, + "setIdx": 5, + "setId": 5, + "iconIdx": 1247 + } + ], + "height": 1024, + "metadata": { + "name": "Phosphor-Duotone", + "url": "https://phosphoricons.com", + "designer": "Helena Zhang & Tobias Fried", + "designerURL": "https://phosphoricons.com", + "license": "MIT", + "licenseURL": "https://github.com/phosphor-icons/homepage/blob/master/LICENSE" + }, + "preferences": { + "showGlyphs": true, + "showCodes": true, + "showQuickUse": false, + "showQuickUse2": true, + "showSVGs": true, + "fontPref": { + "prefix": "ph-duotone.ph-", + "metadata": { + "fontFamily": "Phosphor-Duotone", + "majorVersion": 2, + "minorVersion": 0, + "fontURL": "https://phosphoricons.com", + "copyright": "2023", + "designer": "Helena Zhang & Tobias Fried", + "designerURL": "https://phosphoricons.com", + "license": "MIT", + "licenseURL": "https://github.com/phosphor-icons/homepage/blob/master/LICENSE" + }, + "metrics": { "emSize": 1024, "baseline": 6.25, "whitespace": 50 }, + "embed": false, + "noie8": true, + "ie7": false, + "addZero": true, + "showSelector": true, + "showMetrics": false, + "showMetadata": false, + "showVersion": true, + "includeMetadata": true, + "selector": "class", + "classSelector": ".ph-duotone", + "postfix": "", + "flutter": true, + "autoHost": false + }, + "imagePref": { + "prefix": "icon-", + "png": true, + "useClassSelector": true, + "color": 0, + "bgColor": 16777215, + "name": "icomoon", + "classSelector": ".icon", + "height": 32, + "columns": 16, + "margin": 16 + }, + "historySize": 50, + "gridSize": 16, + "showGrid": true, + "showLiga": false, + "quickUsageToken": { "Phosphor20": "YjY4NWJkN2JlNzBhMTQwNWYzNWI5NzNiMzE4MTFiNzAjMSMxNjc2MjcwNzg1IyMjNDRjODM2MThmYTM1" } + } +} diff --git a/dist/assets/fonts/phosphor/duotone/style.css b/dist/assets/fonts/phosphor/duotone/style.css new file mode 100644 index 0000000..007ed58 --- /dev/null +++ b/dist/assets/fonts/phosphor/duotone/style.css @@ -0,0 +1,10020 @@ +@font-face { + font-family: 'Phosphor-Duotone'; + src: + url('./Phosphor-Duotone.woff') format('woff'), + url('./Phosphor-Duotone.ttf') format('truetype'), + url('./Phosphor-Duotone.svg#Phosphor-Duotone') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +.ph-duotone { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'Phosphor-Duotone' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.ph-duotone.ph-address-book:before { + content: '\e900'; + opacity: 0.2; +} +.ph-duotone.ph-address-book:after { + content: '\e901'; + margin-left: -1em; +} +.ph-duotone.ph-airplane:before { + content: '\e902'; + opacity: 0.2; +} +.ph-duotone.ph-airplane:after { + content: '\e903'; + margin-left: -1em; +} +.ph-duotone.ph-airplane-in-flight:before { + content: '\e904'; + opacity: 0.2; +} +.ph-duotone.ph-airplane-in-flight:after { + content: '\e905'; + margin-left: -1em; +} +.ph-duotone.ph-airplane-landing:before { + content: '\e906'; + opacity: 0.2; +} +.ph-duotone.ph-airplane-landing:after { + content: '\e907'; + margin-left: -1em; +} +.ph-duotone.ph-airplane-takeoff:before { + content: '\e908'; + opacity: 0.2; +} +.ph-duotone.ph-airplane-takeoff:after { + content: '\e909'; + margin-left: -1em; +} +.ph-duotone.ph-airplane-tilt:before { + content: '\e90a'; + opacity: 0.2; +} +.ph-duotone.ph-airplane-tilt:after { + content: '\e90b'; + margin-left: -1em; +} +.ph-duotone.ph-airplay:before { + content: '\e90c'; + opacity: 0.2; +} +.ph-duotone.ph-airplay:after { + content: '\e90d'; + margin-left: -1em; +} +.ph-duotone.ph-air-traffic-control:before { + content: '\e90e'; + opacity: 0.2; +} +.ph-duotone.ph-air-traffic-control:after { + content: '\e90f'; + margin-left: -1em; +} +.ph-duotone.ph-alarm:before { + content: '\e910'; + opacity: 0.2; +} +.ph-duotone.ph-alarm:after { + content: '\e911'; + margin-left: -1em; +} +.ph-duotone.ph-alien:before { + content: '\e912'; + opacity: 0.2; +} +.ph-duotone.ph-alien:after { + content: '\e913'; + margin-left: -1em; +} +.ph-duotone.ph-align-bottom:before { + content: '\e914'; + opacity: 0.2; +} +.ph-duotone.ph-align-bottom:after { + content: '\e915'; + margin-left: -1em; +} +.ph-duotone.ph-align-bottom-simple:before { + content: '\e916'; + opacity: 0.2; +} +.ph-duotone.ph-align-bottom-simple:after { + content: '\e917'; + margin-left: -1em; +} +.ph-duotone.ph-align-center-horizontal:before { + content: '\e918'; + opacity: 0.2; +} +.ph-duotone.ph-align-center-horizontal:after { + content: '\e919'; + margin-left: -1em; +} +.ph-duotone.ph-align-center-horizontal-simple:before { + content: '\e91a'; + opacity: 0.2; +} +.ph-duotone.ph-align-center-horizontal-simple:after { + content: '\e91b'; + margin-left: -1em; +} +.ph-duotone.ph-align-center-vertical:before { + content: '\e91c'; + opacity: 0.2; +} +.ph-duotone.ph-align-center-vertical:after { + content: '\e91d'; + margin-left: -1em; +} +.ph-duotone.ph-align-center-vertical-simple:before { + content: '\e91e'; + opacity: 0.2; +} +.ph-duotone.ph-align-center-vertical-simple:after { + content: '\e91f'; + margin-left: -1em; +} +.ph-duotone.ph-align-left:before { + content: '\e920'; + opacity: 0.2; +} +.ph-duotone.ph-align-left:after { + content: '\e921'; + margin-left: -1em; +} +.ph-duotone.ph-align-left-simple:before { + content: '\e922'; + opacity: 0.2; +} +.ph-duotone.ph-align-left-simple:after { + content: '\e923'; + margin-left: -1em; +} +.ph-duotone.ph-align-right:before { + content: '\e924'; + opacity: 0.2; +} +.ph-duotone.ph-align-right:after { + content: '\e925'; + margin-left: -1em; +} +.ph-duotone.ph-align-right-simple:before { + content: '\e926'; + opacity: 0.2; +} +.ph-duotone.ph-align-right-simple:after { + content: '\e927'; + margin-left: -1em; +} +.ph-duotone.ph-align-top:before { + content: '\e928'; + opacity: 0.2; +} +.ph-duotone.ph-align-top:after { + content: '\e929'; + margin-left: -1em; +} +.ph-duotone.ph-align-top-simple:before { + content: '\e92a'; + opacity: 0.2; +} +.ph-duotone.ph-align-top-simple:after { + content: '\e92b'; + margin-left: -1em; +} +.ph-duotone.ph-amazon-logo:before { + content: '\e92c'; + opacity: 0.2; +} +.ph-duotone.ph-amazon-logo:after { + content: '\e92d'; + margin-left: -1em; +} +.ph-duotone.ph-anchor:before { + content: '\e92e'; + opacity: 0.2; +} +.ph-duotone.ph-anchor:after { + content: '\e92f'; + margin-left: -1em; +} +.ph-duotone.ph-anchor-simple:before { + content: '\e930'; + opacity: 0.2; +} +.ph-duotone.ph-anchor-simple:after { + content: '\e931'; + margin-left: -1em; +} +.ph-duotone.ph-android-logo:before { + content: '\e932'; + opacity: 0.2; +} +.ph-duotone.ph-android-logo:after { + content: '\e933'; + margin-left: -1em; +} +.ph-duotone.ph-angular-logo:before { + content: '\e934'; + opacity: 0.2; +} +.ph-duotone.ph-angular-logo:after { + content: '\e935'; + margin-left: -1em; +} +.ph-duotone.ph-aperture:before { + content: '\e936'; + opacity: 0.2; +} +.ph-duotone.ph-aperture:after { + content: '\e937'; + margin-left: -1em; +} +.ph-duotone.ph-apple-logo:before { + content: '\e938'; + opacity: 0.2; +} +.ph-duotone.ph-apple-logo:after { + content: '\e939'; + margin-left: -1em; +} +.ph-duotone.ph-apple-podcasts-logo:before { + content: '\e93a'; + opacity: 0.2; +} +.ph-duotone.ph-apple-podcasts-logo:after { + content: '\e93b'; + margin-left: -1em; +} +.ph-duotone.ph-app-store-logo:before { + content: '\e93c'; + opacity: 0.2; +} +.ph-duotone.ph-app-store-logo:after { + content: '\e93d'; + margin-left: -1em; +} +.ph-duotone.ph-app-window:before { + content: '\e93e'; + opacity: 0.2; +} +.ph-duotone.ph-app-window:after { + content: '\e93f'; + margin-left: -1em; +} +.ph-duotone.ph-archive-box:before { + content: '\e940'; + opacity: 0.2; +} +.ph-duotone.ph-archive-box:after { + content: '\e941'; + margin-left: -1em; +} +.ph-duotone.ph-archive:before { + content: '\e942'; + opacity: 0.2; +} +.ph-duotone.ph-archive:after { + content: '\e943'; + margin-left: -1em; +} +.ph-duotone.ph-archive-tray:before { + content: '\e944'; + opacity: 0.2; +} +.ph-duotone.ph-archive-tray:after { + content: '\e945'; + margin-left: -1em; +} +.ph-duotone.ph-armchair:before { + content: '\e946'; + opacity: 0.2; +} +.ph-duotone.ph-armchair:after { + content: '\e947'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-arc-left:before { + content: '\e948'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-arc-left:after { + content: '\e949'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-arc-right:before { + content: '\e94a'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-arc-right:after { + content: '\e94b'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-bend-double-up-left:before { + content: '\e94c'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-bend-double-up-left:after { + content: '\e94d'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-bend-double-up-right:before { + content: '\e94e'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-bend-double-up-right:after { + content: '\e94f'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-bend-down-left:before { + content: '\e950'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-bend-down-left:after { + content: '\e951'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-bend-down-right:before { + content: '\e952'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-bend-down-right:after { + content: '\e953'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-bend-left-down:before { + content: '\e954'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-bend-left-down:after { + content: '\e955'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-bend-left-up:before { + content: '\e956'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-bend-left-up:after { + content: '\e957'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-bend-right-down:before { + content: '\e958'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-bend-right-down:after { + content: '\e959'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-bend-right-up:before { + content: '\e95a'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-bend-right-up:after { + content: '\e95b'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-bend-up-left:before { + content: '\e95c'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-bend-up-left:after { + content: '\e95d'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-bend-up-right:before { + content: '\e95e'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-bend-up-right:after { + content: '\e95f'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-circle-down:before { + content: '\e960'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-circle-down:after { + content: '\e961'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-circle-down-left:before { + content: '\e962'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-circle-down-left:after { + content: '\e963'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-circle-down-right:before { + content: '\e964'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-circle-down-right:after { + content: '\e965'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-circle-left:before { + content: '\e966'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-circle-left:after { + content: '\e967'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-circle-right:before { + content: '\e968'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-circle-right:after { + content: '\e969'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-circle-up:before { + content: '\e96a'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-circle-up:after { + content: '\e96b'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-circle-up-left:before { + content: '\e96c'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-circle-up-left:after { + content: '\e96d'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-circle-up-right:before { + content: '\e96e'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-circle-up-right:after { + content: '\e96f'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-clockwise:before { + content: '\e970'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-clockwise:after { + content: '\e971'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-counter-clockwise:before { + content: '\e972'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-counter-clockwise:after { + content: '\e973'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-down:before { + content: '\e974'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-down:after { + content: '\e975'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-down-left:before { + content: '\e976'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-down-left:after { + content: '\e977'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-down-right:before { + content: '\e978'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-down-right:after { + content: '\e979'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-elbow-down-left:before { + content: '\e97a'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-elbow-down-left:after { + content: '\e97b'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-elbow-down-right:before { + content: '\e97c'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-elbow-down-right:after { + content: '\e97d'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-elbow-left-down:before { + content: '\e97e'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-elbow-left-down:after { + content: '\e97f'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-elbow-left:before { + content: '\e980'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-elbow-left:after { + content: '\e981'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-elbow-left-up:before { + content: '\e982'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-elbow-left-up:after { + content: '\e983'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-elbow-right-down:before { + content: '\e984'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-elbow-right-down:after { + content: '\e985'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-elbow-right:before { + content: '\e986'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-elbow-right:after { + content: '\e987'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-elbow-right-up:before { + content: '\e988'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-elbow-right-up:after { + content: '\e989'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-elbow-up-left:before { + content: '\e98a'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-elbow-up-left:after { + content: '\e98b'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-elbow-up-right:before { + content: '\e98c'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-elbow-up-right:after { + content: '\e98d'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-down:before { + content: '\e98e'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-down:after { + content: '\e98f'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-left:before { + content: '\e990'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-left:after { + content: '\e991'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-line-down:before { + content: '\e992'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-line-down:after { + content: '\e993'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-line-left:before { + content: '\e994'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-line-left:after { + content: '\e995'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-line-right:before { + content: '\e996'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-line-right:after { + content: '\e997'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-lines-down:before { + content: '\e998'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-lines-down:after { + content: '\e999'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-lines-left:before { + content: '\e99a'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-lines-left:after { + content: '\e99b'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-lines-right:before { + content: '\e99c'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-lines-right:after { + content: '\e99d'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-lines-up:before { + content: '\e99e'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-lines-up:after { + content: '\e99f'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-line-up:before { + content: '\e9a0'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-line-up:after { + content: '\e9a1'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-right:before { + content: '\e9a2'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-right:after { + content: '\e9a3'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-fat-up:before { + content: '\e9a4'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-fat-up:after { + content: '\e9a5'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-left:before { + content: '\e9a6'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-left:after { + content: '\e9a7'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-line-down:before { + content: '\e9a8'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-line-down:after { + content: '\e9a9'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-line-down-left:before { + content: '\e9aa'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-line-down-left:after { + content: '\e9ab'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-line-down-right:before { + content: '\e9ac'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-line-down-right:after { + content: '\e9ad'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-line-left:before { + content: '\e9ae'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-line-left:after { + content: '\e9af'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-line-right:before { + content: '\e9b0'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-line-right:after { + content: '\e9b1'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-line-up:before { + content: '\e9b2'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-line-up:after { + content: '\e9b3'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-line-up-left:before { + content: '\e9b4'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-line-up-left:after { + content: '\e9b5'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-line-up-right:before { + content: '\e9b6'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-line-up-right:after { + content: '\e9b7'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-right:before { + content: '\e9b8'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-right:after { + content: '\e9b9'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-clockwise:before { + content: '\e9ba'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-clockwise:after { + content: '\e9bb'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-counter-clockwise:before { + content: '\e9bc'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-counter-clockwise:after { + content: '\e9bd'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-down-up:before { + content: '\e9be'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-down-up:after { + content: '\e9bf'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-horizontal:before { + content: '\e9c0'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-horizontal:after { + content: '\e9c1'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-in-cardinal:before { + content: '\e9c2'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-in-cardinal:after { + content: '\e9c3'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-in:before { + content: '\e9c4'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-in:after { + content: '\e9c5'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-in-line-horizontal:before { + content: '\e9c6'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-in-line-horizontal:after { + content: '\e9c7'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-in-line-vertical:before { + content: '\e9c8'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-in-line-vertical:after { + content: '\e9c9'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-in-simple:before { + content: '\e9ca'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-in-simple:after { + content: '\e9cb'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-left-right:before { + content: '\e9cc'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-left-right:after { + content: '\e9cd'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-merge:before { + content: '\e9ce'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-merge:after { + content: '\e9cf'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-out-cardinal:before { + content: '\e9d0'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-out-cardinal:after { + content: '\e9d1'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-out:before { + content: '\e9d2'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-out:after { + content: '\e9d3'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-out-line-horizontal:before { + content: '\e9d4'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-out-line-horizontal:after { + content: '\e9d5'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-out-line-vertical:before { + content: '\e9d6'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-out-line-vertical:after { + content: '\e9d7'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-out-simple:before { + content: '\e9d8'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-out-simple:after { + content: '\e9d9'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-square-down:before { + content: '\e9da'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-square-down:after { + content: '\e9db'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-square-down-left:before { + content: '\e9dc'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-square-down-left:after { + content: '\e9dd'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-square-down-right:before { + content: '\e9de'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-square-down-right:after { + content: '\e9df'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-square-in:before { + content: '\e9e0'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-square-in:after { + content: '\e9e1'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-square-left:before { + content: '\e9e2'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-square-left:after { + content: '\e9e3'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-square-out:before { + content: '\e9e4'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-square-out:after { + content: '\e9e5'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-square-right:before { + content: '\e9e6'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-square-right:after { + content: '\e9e7'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-square-up:before { + content: '\e9e8'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-square-up:after { + content: '\e9e9'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-square-up-left:before { + content: '\e9ea'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-square-up-left:after { + content: '\e9eb'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-square-up-right:before { + content: '\e9ec'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-square-up-right:after { + content: '\e9ed'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-split:before { + content: '\e9ee'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-split:after { + content: '\e9ef'; + margin-left: -1em; +} +.ph-duotone.ph-arrows-vertical:before { + content: '\e9f0'; + opacity: 0.2; +} +.ph-duotone.ph-arrows-vertical:after { + content: '\e9f1'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-u-down-left:before { + content: '\e9f2'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-u-down-left:after { + content: '\e9f3'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-u-down-right:before { + content: '\e9f4'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-u-down-right:after { + content: '\e9f5'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-u-left-down:before { + content: '\e9f6'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-u-left-down:after { + content: '\e9f7'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-u-left-up:before { + content: '\e9f8'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-u-left-up:after { + content: '\e9f9'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-up:before { + content: '\e9fa'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-up:after { + content: '\e9fb'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-up-left:before { + content: '\e9fc'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-up-left:after { + content: '\e9fd'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-up-right:before { + content: '\e9fe'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-up-right:after { + content: '\e9ff'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-u-right-down:before { + content: '\ea00'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-u-right-down:after { + content: '\ea01'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-u-right-up:before { + content: '\ea02'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-u-right-up:after { + content: '\ea03'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-u-up-left:before { + content: '\ea04'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-u-up-left:after { + content: '\ea05'; + margin-left: -1em; +} +.ph-duotone.ph-arrow-u-up-right:before { + content: '\ea06'; + opacity: 0.2; +} +.ph-duotone.ph-arrow-u-up-right:after { + content: '\ea07'; + margin-left: -1em; +} +.ph-duotone.ph-article:before { + content: '\ea08'; + opacity: 0.2; +} +.ph-duotone.ph-article:after { + content: '\ea09'; + margin-left: -1em; +} +.ph-duotone.ph-article-medium:before { + content: '\ea0a'; + opacity: 0.2; +} +.ph-duotone.ph-article-medium:after { + content: '\ea0b'; + margin-left: -1em; +} +.ph-duotone.ph-article-ny-times:before { + content: '\ea0c'; + opacity: 0.2; +} +.ph-duotone.ph-article-ny-times:after { + content: '\ea0d'; + margin-left: -1em; +} +.ph-duotone.ph-asterisk:before { + content: '\ea0e'; + opacity: 0.2; +} +.ph-duotone.ph-asterisk:after { + content: '\ea0f'; + margin-left: -1em; +} +.ph-duotone.ph-asterisk-simple:before { + content: '\ea10'; + opacity: 0.2; +} +.ph-duotone.ph-asterisk-simple:after { + content: '\ea11'; + margin-left: -1em; +} +.ph-duotone.ph-at:before { + content: '\ea12'; + opacity: 0.2; +} +.ph-duotone.ph-at:after { + content: '\ea13'; + margin-left: -1em; +} +.ph-duotone.ph-atom:before { + content: '\ea14'; + opacity: 0.2; +} +.ph-duotone.ph-atom:after { + content: '\ea15'; + margin-left: -1em; +} +.ph-duotone.ph-baby:before { + content: '\ea16'; + opacity: 0.2; +} +.ph-duotone.ph-baby:after { + content: '\ea17'; + margin-left: -1em; +} +.ph-duotone.ph-backpack:before { + content: '\ea18'; + opacity: 0.2; +} +.ph-duotone.ph-backpack:after { + content: '\ea19'; + margin-left: -1em; +} +.ph-duotone.ph-backspace:before { + content: '\ea1a'; + opacity: 0.2; +} +.ph-duotone.ph-backspace:after { + content: '\ea1b'; + margin-left: -1em; +} +.ph-duotone.ph-bag:before { + content: '\ea1c'; + opacity: 0.2; +} +.ph-duotone.ph-bag:after { + content: '\ea1d'; + margin-left: -1em; +} +.ph-duotone.ph-bag-simple:before { + content: '\ea1e'; + opacity: 0.2; +} +.ph-duotone.ph-bag-simple:after { + content: '\ea1f'; + margin-left: -1em; +} +.ph-duotone.ph-balloon:before { + content: '\ea20'; + opacity: 0.2; +} +.ph-duotone.ph-balloon:after { + content: '\ea21'; + margin-left: -1em; +} +.ph-duotone.ph-bandaids:before { + content: '\ea22'; + opacity: 0.2; +} +.ph-duotone.ph-bandaids:after { + content: '\ea23'; + margin-left: -1em; +} +.ph-duotone.ph-bank:before { + content: '\ea24'; + opacity: 0.2; +} +.ph-duotone.ph-bank:after { + content: '\ea25'; + margin-left: -1em; +} +.ph-duotone.ph-barbell:before { + content: '\ea26'; + opacity: 0.2; +} +.ph-duotone.ph-barbell:after { + content: '\ea27'; + margin-left: -1em; +} +.ph-duotone.ph-barcode:before { + content: '\ea28'; + opacity: 0.2; +} +.ph-duotone.ph-barcode:after { + content: '\ea29'; + margin-left: -1em; +} +.ph-duotone.ph-barricade:before { + content: '\ea2a'; + opacity: 0.2; +} +.ph-duotone.ph-barricade:after { + content: '\ea2b'; + margin-left: -1em; +} +.ph-duotone.ph-baseball-cap:before { + content: '\ea2c'; + opacity: 0.2; +} +.ph-duotone.ph-baseball-cap:after { + content: '\ea2d'; + margin-left: -1em; +} +.ph-duotone.ph-baseball:before { + content: '\ea2e'; + opacity: 0.2; +} +.ph-duotone.ph-baseball:after { + content: '\ea2f'; + margin-left: -1em; +} +.ph-duotone.ph-basketball:before { + content: '\ea30'; + opacity: 0.2; +} +.ph-duotone.ph-basketball:after { + content: '\ea31'; + margin-left: -1em; +} +.ph-duotone.ph-basket:before { + content: '\ea32'; + opacity: 0.2; +} +.ph-duotone.ph-basket:after { + content: '\ea33'; + margin-left: -1em; +} +.ph-duotone.ph-bathtub:before { + content: '\ea34'; + opacity: 0.2; +} +.ph-duotone.ph-bathtub:after { + content: '\ea35'; + margin-left: -1em; +} +.ph-duotone.ph-battery-charging:before { + content: '\ea36'; + opacity: 0.2; +} +.ph-duotone.ph-battery-charging:after { + content: '\ea37'; + margin-left: -1em; +} +.ph-duotone.ph-battery-charging-vertical:before { + content: '\ea38'; + opacity: 0.2; +} +.ph-duotone.ph-battery-charging-vertical:after { + content: '\ea39'; + margin-left: -1em; +} +.ph-duotone.ph-battery-empty:before { + content: '\ea3a'; + opacity: 0.2; +} +.ph-duotone.ph-battery-empty:after { + content: '\ea3b'; + margin-left: -1em; +} +.ph-duotone.ph-battery-full:before { + content: '\ea3c'; + opacity: 0.2; +} +.ph-duotone.ph-battery-full:after { + content: '\ea3d'; + margin-left: -1em; +} +.ph-duotone.ph-battery-high:before { + content: '\ea3e'; + opacity: 0.2; +} +.ph-duotone.ph-battery-high:after { + content: '\ea3f'; + margin-left: -1em; +} +.ph-duotone.ph-battery-low:before { + content: '\ea40'; + opacity: 0.2; +} +.ph-duotone.ph-battery-low:after { + content: '\ea41'; + margin-left: -1em; +} +.ph-duotone.ph-battery-medium:before { + content: '\ea42'; + opacity: 0.2; +} +.ph-duotone.ph-battery-medium:after { + content: '\ea43'; + margin-left: -1em; +} +.ph-duotone.ph-battery-plus:before { + content: '\ea44'; + opacity: 0.2; +} +.ph-duotone.ph-battery-plus:after { + content: '\ea45'; + margin-left: -1em; +} +.ph-duotone.ph-battery-plus-vertical:before { + content: '\ea46'; + opacity: 0.2; +} +.ph-duotone.ph-battery-plus-vertical:after { + content: '\ea47'; + margin-left: -1em; +} +.ph-duotone.ph-battery-vertical-empty:before { + content: '\ea48'; + opacity: 0.2; +} +.ph-duotone.ph-battery-vertical-empty:after { + content: '\ea49'; + margin-left: -1em; +} +.ph-duotone.ph-battery-vertical-full:before { + content: '\ea4a'; + opacity: 0.2; +} +.ph-duotone.ph-battery-vertical-full:after { + content: '\ea4b'; + margin-left: -1em; +} +.ph-duotone.ph-battery-vertical-high:before { + content: '\ea4c'; + opacity: 0.2; +} +.ph-duotone.ph-battery-vertical-high:after { + content: '\ea4d'; + margin-left: -1em; +} +.ph-duotone.ph-battery-vertical-low:before { + content: '\ea4e'; + opacity: 0.2; +} +.ph-duotone.ph-battery-vertical-low:after { + content: '\ea4f'; + margin-left: -1em; +} +.ph-duotone.ph-battery-vertical-medium:before { + content: '\ea50'; + opacity: 0.2; +} +.ph-duotone.ph-battery-vertical-medium:after { + content: '\ea51'; + margin-left: -1em; +} +.ph-duotone.ph-battery-warning:before { + content: '\ea52'; + opacity: 0.2; +} +.ph-duotone.ph-battery-warning:after { + content: '\ea53'; + margin-left: -1em; +} +.ph-duotone.ph-battery-warning-vertical:before { + content: '\ea54'; + opacity: 0.2; +} +.ph-duotone.ph-battery-warning-vertical:after { + content: '\ea55'; + margin-left: -1em; +} +.ph-duotone.ph-bed:before { + content: '\ea56'; + opacity: 0.2; +} +.ph-duotone.ph-bed:after { + content: '\ea57'; + margin-left: -1em; +} +.ph-duotone.ph-beer-bottle:before { + content: '\ea58'; + opacity: 0.2; +} +.ph-duotone.ph-beer-bottle:after { + content: '\ea59'; + margin-left: -1em; +} +.ph-duotone.ph-beer-stein:before { + content: '\ea5a'; + opacity: 0.2; +} +.ph-duotone.ph-beer-stein:after { + content: '\ea5b'; + margin-left: -1em; +} +.ph-duotone.ph-behance-logo:before { + content: '\ea5c'; + opacity: 0.2; +} +.ph-duotone.ph-behance-logo:after { + content: '\ea5d'; + margin-left: -1em; +} +.ph-duotone.ph-bell:before { + content: '\ea5e'; + opacity: 0.2; +} +.ph-duotone.ph-bell:after { + content: '\ea5f'; + margin-left: -1em; +} +.ph-duotone.ph-bell-ringing:before { + content: '\ea60'; + opacity: 0.2; +} +.ph-duotone.ph-bell-ringing:after { + content: '\ea61'; + margin-left: -1em; +} +.ph-duotone.ph-bell-simple:before { + content: '\ea62'; + opacity: 0.2; +} +.ph-duotone.ph-bell-simple:after { + content: '\ea63'; + margin-left: -1em; +} +.ph-duotone.ph-bell-simple-ringing:before { + content: '\ea64'; + opacity: 0.2; +} +.ph-duotone.ph-bell-simple-ringing:after { + content: '\ea65'; + margin-left: -1em; +} +.ph-duotone.ph-bell-simple-slash:before { + content: '\ea66'; + opacity: 0.2; +} +.ph-duotone.ph-bell-simple-slash:after { + content: '\ea67'; + margin-left: -1em; +} +.ph-duotone.ph-bell-simple-z:before { + content: '\ea68'; + opacity: 0.2; +} +.ph-duotone.ph-bell-simple-z:after { + content: '\ea69'; + margin-left: -1em; +} +.ph-duotone.ph-bell-slash:before { + content: '\ea6a'; + opacity: 0.2; +} +.ph-duotone.ph-bell-slash:after { + content: '\ea6b'; + margin-left: -1em; +} +.ph-duotone.ph-bell-z:before { + content: '\ea6c'; + opacity: 0.2; +} +.ph-duotone.ph-bell-z:after { + content: '\ea6d'; + margin-left: -1em; +} +.ph-duotone.ph-bezier-curve:before { + content: '\ea6e'; + opacity: 0.2; +} +.ph-duotone.ph-bezier-curve:after { + content: '\ea6f'; + margin-left: -1em; +} +.ph-duotone.ph-bicycle:before { + content: '\ea70'; + opacity: 0.2; +} +.ph-duotone.ph-bicycle:after { + content: '\ea71'; + margin-left: -1em; +} +.ph-duotone.ph-binoculars:before { + content: '\ea72'; + opacity: 0.2; +} +.ph-duotone.ph-binoculars:after { + content: '\ea73'; + margin-left: -1em; +} +.ph-duotone.ph-bird:before { + content: '\ea74'; + opacity: 0.2; +} +.ph-duotone.ph-bird:after { + content: '\ea75'; + margin-left: -1em; +} +.ph-duotone.ph-bluetooth-connected:before { + content: '\ea76'; + opacity: 0.2; +} +.ph-duotone.ph-bluetooth-connected:after { + content: '\ea77'; + margin-left: -1em; +} +.ph-duotone.ph-bluetooth:before { + content: '\ea78'; + opacity: 0.2; +} +.ph-duotone.ph-bluetooth:after { + content: '\ea79'; + margin-left: -1em; +} +.ph-duotone.ph-bluetooth-slash:before { + content: '\ea7a'; + opacity: 0.2; +} +.ph-duotone.ph-bluetooth-slash:after { + content: '\ea7b'; + margin-left: -1em; +} +.ph-duotone.ph-bluetooth-x:before { + content: '\ea7c'; + opacity: 0.2; +} +.ph-duotone.ph-bluetooth-x:after { + content: '\ea7d'; + margin-left: -1em; +} +.ph-duotone.ph-boat:before { + content: '\ea7e'; + opacity: 0.2; +} +.ph-duotone.ph-boat:after { + content: '\ea7f'; + margin-left: -1em; +} +.ph-duotone.ph-bone:before { + content: '\ea80'; + opacity: 0.2; +} +.ph-duotone.ph-bone:after { + content: '\ea81'; + margin-left: -1em; +} +.ph-duotone.ph-book-bookmark:before { + content: '\ea82'; + opacity: 0.2; +} +.ph-duotone.ph-book-bookmark:after { + content: '\ea83'; + margin-left: -1em; +} +.ph-duotone.ph-book:before { + content: '\ea84'; + opacity: 0.2; +} +.ph-duotone.ph-book:after { + content: '\ea85'; + margin-left: -1em; +} +.ph-duotone.ph-bookmark:before { + content: '\ea86'; + opacity: 0.2; +} +.ph-duotone.ph-bookmark:after { + content: '\ea87'; + margin-left: -1em; +} +.ph-duotone.ph-bookmarks:before { + content: '\ea88'; + opacity: 0.2; +} +.ph-duotone.ph-bookmarks:after { + content: '\ea89'; + margin-left: -1em; +} +.ph-duotone.ph-bookmark-simple:before { + content: '\ea8a'; + opacity: 0.2; +} +.ph-duotone.ph-bookmark-simple:after { + content: '\ea8b'; + margin-left: -1em; +} +.ph-duotone.ph-bookmarks-simple:before { + content: '\ea8c'; + opacity: 0.2; +} +.ph-duotone.ph-bookmarks-simple:after { + content: '\ea8d'; + margin-left: -1em; +} +.ph-duotone.ph-book-open:before { + content: '\ea8e'; + opacity: 0.2; +} +.ph-duotone.ph-book-open:after { + content: '\ea8f'; + margin-left: -1em; +} +.ph-duotone.ph-book-open-text:before { + content: '\ea90'; + opacity: 0.2; +} +.ph-duotone.ph-book-open-text:after { + content: '\ea91'; + margin-left: -1em; +} +.ph-duotone.ph-books:before { + content: '\ea92'; + opacity: 0.2; +} +.ph-duotone.ph-books:after { + content: '\ea93'; + margin-left: -1em; +} +.ph-duotone.ph-boot:before { + content: '\ea94'; + opacity: 0.2; +} +.ph-duotone.ph-boot:after { + content: '\ea95'; + margin-left: -1em; +} +.ph-duotone.ph-bounding-box:before { + content: '\ea96'; + opacity: 0.2; +} +.ph-duotone.ph-bounding-box:after { + content: '\ea97'; + margin-left: -1em; +} +.ph-duotone.ph-bowl-food:before { + content: '\ea98'; + opacity: 0.2; +} +.ph-duotone.ph-bowl-food:after { + content: '\ea99'; + margin-left: -1em; +} +.ph-duotone.ph-brackets-angle:before { + content: '\ea9a'; + opacity: 0.2; +} +.ph-duotone.ph-brackets-angle:after { + content: '\ea9b'; + margin-left: -1em; +} +.ph-duotone.ph-brackets-curly:before { + content: '\ea9c'; + opacity: 0.2; +} +.ph-duotone.ph-brackets-curly:after { + content: '\ea9d'; + margin-left: -1em; +} +.ph-duotone.ph-brackets-round:before { + content: '\ea9e'; + opacity: 0.2; +} +.ph-duotone.ph-brackets-round:after { + content: '\ea9f'; + margin-left: -1em; +} +.ph-duotone.ph-brackets-square:before { + content: '\eaa0'; + opacity: 0.2; +} +.ph-duotone.ph-brackets-square:after { + content: '\eaa1'; + margin-left: -1em; +} +.ph-duotone.ph-brain:before { + content: '\eaa2'; + opacity: 0.2; +} +.ph-duotone.ph-brain:after { + content: '\eaa3'; + margin-left: -1em; +} +.ph-duotone.ph-brandy:before { + content: '\eaa4'; + opacity: 0.2; +} +.ph-duotone.ph-brandy:after { + content: '\eaa5'; + margin-left: -1em; +} +.ph-duotone.ph-bridge:before { + content: '\eaa6'; + opacity: 0.2; +} +.ph-duotone.ph-bridge:after { + content: '\eaa7'; + margin-left: -1em; +} +.ph-duotone.ph-briefcase:before { + content: '\eaa8'; + opacity: 0.2; +} +.ph-duotone.ph-briefcase:after { + content: '\eaa9'; + margin-left: -1em; +} +.ph-duotone.ph-briefcase-metal:before { + content: '\eaaa'; + opacity: 0.2; +} +.ph-duotone.ph-briefcase-metal:after { + content: '\eaab'; + margin-left: -1em; +} +.ph-duotone.ph-broadcast:before { + content: '\eaac'; + opacity: 0.2; +} +.ph-duotone.ph-broadcast:after { + content: '\eaad'; + margin-left: -1em; +} +.ph-duotone.ph-broom:before { + content: '\eaae'; + opacity: 0.2; +} +.ph-duotone.ph-broom:after { + content: '\eaaf'; + margin-left: -1em; +} +.ph-duotone.ph-browser:before { + content: '\eab0'; + opacity: 0.2; +} +.ph-duotone.ph-browser:after { + content: '\eab1'; + margin-left: -1em; +} +.ph-duotone.ph-browsers:before { + content: '\eab2'; + opacity: 0.2; +} +.ph-duotone.ph-browsers:after { + content: '\eab3'; + margin-left: -1em; +} +.ph-duotone.ph-bug-beetle:before { + content: '\eab4'; + opacity: 0.2; +} +.ph-duotone.ph-bug-beetle:after { + content: '\eab5'; + margin-left: -1em; +} +.ph-duotone.ph-bug-droid:before { + content: '\eab6'; + opacity: 0.2; +} +.ph-duotone.ph-bug-droid:after { + content: '\eab7'; + margin-left: -1em; +} +.ph-duotone.ph-bug:before { + content: '\eab8'; + opacity: 0.2; +} +.ph-duotone.ph-bug:after { + content: '\eab9'; + margin-left: -1em; +} +.ph-duotone.ph-buildings:before { + content: '\eaba'; + opacity: 0.2; +} +.ph-duotone.ph-buildings:after { + content: '\eabb'; + margin-left: -1em; +} +.ph-duotone.ph-bus:before { + content: '\eabc'; + opacity: 0.2; +} +.ph-duotone.ph-bus:after { + content: '\eabd'; + margin-left: -1em; +} +.ph-duotone.ph-butterfly:before { + content: '\eabe'; + opacity: 0.2; +} +.ph-duotone.ph-butterfly:after { + content: '\eabf'; + margin-left: -1em; +} +.ph-duotone.ph-cactus:before { + content: '\eac0'; + opacity: 0.2; +} +.ph-duotone.ph-cactus:after { + content: '\eac1'; + margin-left: -1em; +} +.ph-duotone.ph-cake:before { + content: '\eac2'; + opacity: 0.2; +} +.ph-duotone.ph-cake:after { + content: '\eac3'; + margin-left: -1em; +} +.ph-duotone.ph-calculator:before { + content: '\eac4'; + opacity: 0.2; +} +.ph-duotone.ph-calculator:after { + content: '\eac5'; + margin-left: -1em; +} +.ph-duotone.ph-calendar-blank:before { + content: '\eac6'; + opacity: 0.2; +} +.ph-duotone.ph-calendar-blank:after { + content: '\eac7'; + margin-left: -1em; +} +.ph-duotone.ph-calendar-check:before { + content: '\eac8'; + opacity: 0.2; +} +.ph-duotone.ph-calendar-check:after { + content: '\eac9'; + margin-left: -1em; +} +.ph-duotone.ph-calendar:before { + content: '\eaca'; + opacity: 0.2; +} +.ph-duotone.ph-calendar:after { + content: '\eacb'; + margin-left: -1em; +} +.ph-duotone.ph-calendar-plus:before { + content: '\eacc'; + opacity: 0.2; +} +.ph-duotone.ph-calendar-plus:after { + content: '\eacd'; + margin-left: -1em; +} +.ph-duotone.ph-calendar-x:before { + content: '\eace'; + opacity: 0.2; +} +.ph-duotone.ph-calendar-x:after { + content: '\eacf'; + margin-left: -1em; +} +.ph-duotone.ph-call-bell:before { + content: '\ead0'; + opacity: 0.2; +} +.ph-duotone.ph-call-bell:after { + content: '\ead1'; + margin-left: -1em; +} +.ph-duotone.ph-camera:before { + content: '\ead2'; + opacity: 0.2; +} +.ph-duotone.ph-camera:after { + content: '\ead3'; + margin-left: -1em; +} +.ph-duotone.ph-camera-plus:before { + content: '\ead4'; + opacity: 0.2; +} +.ph-duotone.ph-camera-plus:after { + content: '\ead5'; + margin-left: -1em; +} +.ph-duotone.ph-camera-rotate:before { + content: '\ead6'; + opacity: 0.2; +} +.ph-duotone.ph-camera-rotate:after { + content: '\ead7'; + margin-left: -1em; +} +.ph-duotone.ph-camera-slash:before { + content: '\ead8'; + opacity: 0.2; +} +.ph-duotone.ph-camera-slash:after { + content: '\ead9'; + margin-left: -1em; +} +.ph-duotone.ph-campfire:before { + content: '\eada'; + opacity: 0.2; +} +.ph-duotone.ph-campfire:after { + content: '\eadb'; + margin-left: -1em; +} +.ph-duotone.ph-cardholder:before { + content: '\eadc'; + opacity: 0.2; +} +.ph-duotone.ph-cardholder:after { + content: '\eadd'; + margin-left: -1em; +} +.ph-duotone.ph-cards:before { + content: '\eade'; + opacity: 0.2; +} +.ph-duotone.ph-cards:after { + content: '\eadf'; + margin-left: -1em; +} +.ph-duotone.ph-car:before { + content: '\eae0'; + opacity: 0.2; +} +.ph-duotone.ph-car:after { + content: '\eae1'; + margin-left: -1em; +} +.ph-duotone.ph-caret-circle-double-down:before { + content: '\eae2'; + opacity: 0.2; +} +.ph-duotone.ph-caret-circle-double-down:after { + content: '\eae3'; + margin-left: -1em; +} +.ph-duotone.ph-caret-circle-double-left:before { + content: '\eae4'; + opacity: 0.2; +} +.ph-duotone.ph-caret-circle-double-left:after { + content: '\eae5'; + margin-left: -1em; +} +.ph-duotone.ph-caret-circle-double-right:before { + content: '\eae6'; + opacity: 0.2; +} +.ph-duotone.ph-caret-circle-double-right:after { + content: '\eae7'; + margin-left: -1em; +} +.ph-duotone.ph-caret-circle-double-up:before { + content: '\eae8'; + opacity: 0.2; +} +.ph-duotone.ph-caret-circle-double-up:after { + content: '\eae9'; + margin-left: -1em; +} +.ph-duotone.ph-caret-circle-down:before { + content: '\eaea'; + opacity: 0.2; +} +.ph-duotone.ph-caret-circle-down:after { + content: '\eaeb'; + margin-left: -1em; +} +.ph-duotone.ph-caret-circle-left:before { + content: '\eaec'; + opacity: 0.2; +} +.ph-duotone.ph-caret-circle-left:after { + content: '\eaed'; + margin-left: -1em; +} +.ph-duotone.ph-caret-circle-right:before { + content: '\eaee'; + opacity: 0.2; +} +.ph-duotone.ph-caret-circle-right:after { + content: '\eaef'; + margin-left: -1em; +} +.ph-duotone.ph-caret-circle-up-down:before { + content: '\eaf0'; + opacity: 0.2; +} +.ph-duotone.ph-caret-circle-up-down:after { + content: '\eaf1'; + margin-left: -1em; +} +.ph-duotone.ph-caret-circle-up:before { + content: '\eaf2'; + opacity: 0.2; +} +.ph-duotone.ph-caret-circle-up:after { + content: '\eaf3'; + margin-left: -1em; +} +.ph-duotone.ph-caret-double-down:before { + content: '\eaf4'; + opacity: 0.2; +} +.ph-duotone.ph-caret-double-down:after { + content: '\eaf5'; + margin-left: -1em; +} +.ph-duotone.ph-caret-double-left:before { + content: '\eaf6'; + opacity: 0.2; +} +.ph-duotone.ph-caret-double-left:after { + content: '\eaf7'; + margin-left: -1em; +} +.ph-duotone.ph-caret-double-right:before { + content: '\eaf8'; + opacity: 0.2; +} +.ph-duotone.ph-caret-double-right:after { + content: '\eaf9'; + margin-left: -1em; +} +.ph-duotone.ph-caret-double-up:before { + content: '\eafa'; + opacity: 0.2; +} +.ph-duotone.ph-caret-double-up:after { + content: '\eafb'; + margin-left: -1em; +} +.ph-duotone.ph-caret-down:before { + content: '\eafc'; + opacity: 0.2; +} +.ph-duotone.ph-caret-down:after { + content: '\eafd'; + margin-left: -1em; +} +.ph-duotone.ph-caret-left:before { + content: '\eafe'; + opacity: 0.2; +} +.ph-duotone.ph-caret-left:after { + content: '\eaff'; + margin-left: -1em; +} +.ph-duotone.ph-caret-right:before { + content: '\eb00'; + opacity: 0.2; +} +.ph-duotone.ph-caret-right:after { + content: '\eb01'; + margin-left: -1em; +} +.ph-duotone.ph-caret-up-down:before { + content: '\eb02'; + opacity: 0.2; +} +.ph-duotone.ph-caret-up-down:after { + content: '\eb03'; + margin-left: -1em; +} +.ph-duotone.ph-caret-up:before { + content: '\eb04'; + opacity: 0.2; +} +.ph-duotone.ph-caret-up:after { + content: '\eb05'; + margin-left: -1em; +} +.ph-duotone.ph-car-profile:before { + content: '\eb06'; + opacity: 0.2; +} +.ph-duotone.ph-car-profile:after { + content: '\eb07'; + margin-left: -1em; +} +.ph-duotone.ph-carrot:before { + content: '\eb08'; + opacity: 0.2; +} +.ph-duotone.ph-carrot:after { + content: '\eb09'; + margin-left: -1em; +} +.ph-duotone.ph-car-simple:before { + content: '\eb0a'; + opacity: 0.2; +} +.ph-duotone.ph-car-simple:after { + content: '\eb0b'; + margin-left: -1em; +} +.ph-duotone.ph-cassette-tape:before { + content: '\eb0c'; + opacity: 0.2; +} +.ph-duotone.ph-cassette-tape:after { + content: '\eb0d'; + margin-left: -1em; +} +.ph-duotone.ph-castle-turret:before { + content: '\eb0e'; + opacity: 0.2; +} +.ph-duotone.ph-castle-turret:after { + content: '\eb0f'; + margin-left: -1em; +} +.ph-duotone.ph-cat:before { + content: '\eb10'; + opacity: 0.2; +} +.ph-duotone.ph-cat:after { + content: '\eb11'; + margin-left: -1em; +} +.ph-duotone.ph-cell-signal-full:before { + content: '\eb12'; + opacity: 0.2; +} +.ph-duotone.ph-cell-signal-full:after { + content: '\eb13'; + margin-left: -1em; +} +.ph-duotone.ph-cell-signal-high:before { + content: '\eb14'; + opacity: 0.2; +} +.ph-duotone.ph-cell-signal-high:after { + content: '\eb15'; + margin-left: -1em; +} +.ph-duotone.ph-cell-signal-low:before { + content: '\eb16'; + opacity: 0.2; +} +.ph-duotone.ph-cell-signal-low:after { + content: '\eb17'; + margin-left: -1em; +} +.ph-duotone.ph-cell-signal-medium:before { + content: '\eb18'; + opacity: 0.2; +} +.ph-duotone.ph-cell-signal-medium:after { + content: '\eb19'; + margin-left: -1em; +} +.ph-duotone.ph-cell-signal-none-duotone:before { + content: '\eb1a'; +} +.ph-duotone.ph-cell-signal-slash:before { + content: '\eb1b'; + opacity: 0.2; +} +.ph-duotone.ph-cell-signal-slash:after { + content: '\eb1c'; + margin-left: -1em; +} +.ph-duotone.ph-cell-signal-x:before { + content: '\eb1d'; + opacity: 0.2; +} +.ph-duotone.ph-cell-signal-x:after { + content: '\eb1e'; + margin-left: -1em; +} +.ph-duotone.ph-certificate:before { + content: '\eb1f'; + opacity: 0.2; +} +.ph-duotone.ph-certificate:after { + content: '\eb20'; + margin-left: -1em; +} +.ph-duotone.ph-chair:before { + content: '\eb21'; + opacity: 0.2; +} +.ph-duotone.ph-chair:after { + content: '\eb22'; + margin-left: -1em; +} +.ph-duotone.ph-chalkboard:before { + content: '\eb23'; + opacity: 0.2; +} +.ph-duotone.ph-chalkboard:after { + content: '\eb24'; + margin-left: -1em; +} +.ph-duotone.ph-chalkboard-simple:before { + content: '\eb25'; + opacity: 0.2; +} +.ph-duotone.ph-chalkboard-simple:after { + content: '\eb26'; + margin-left: -1em; +} +.ph-duotone.ph-chalkboard-teacher:before { + content: '\eb27'; + opacity: 0.2; +} +.ph-duotone.ph-chalkboard-teacher:after { + content: '\eb28'; + margin-left: -1em; +} +.ph-duotone.ph-champagne:before { + content: '\eb29'; + opacity: 0.2; +} +.ph-duotone.ph-champagne:after { + content: '\eb2a'; + margin-left: -1em; +} +.ph-duotone.ph-charging-station:before { + content: '\eb2b'; + opacity: 0.2; +} +.ph-duotone.ph-charging-station:after { + content: '\eb2c'; + margin-left: -1em; +} +.ph-duotone.ph-chart-bar:before { + content: '\eb2d'; + opacity: 0.2; +} +.ph-duotone.ph-chart-bar:after { + content: '\eb2e'; + margin-left: -1em; +} +.ph-duotone.ph-chart-bar-horizontal:before { + content: '\eb2f'; + opacity: 0.2; +} +.ph-duotone.ph-chart-bar-horizontal:after { + content: '\eb30'; + margin-left: -1em; +} +.ph-duotone.ph-chart-donut:before { + content: '\eb31'; + opacity: 0.2; +} +.ph-duotone.ph-chart-donut:after { + content: '\eb32'; + margin-left: -1em; +} +.ph-duotone.ph-chart-line-down:before { + content: '\eb33'; + opacity: 0.2; +} +.ph-duotone.ph-chart-line-down:after { + content: '\eb34'; + margin-left: -1em; +} +.ph-duotone.ph-chart-line:before { + content: '\eb35'; + opacity: 0.2; +} +.ph-duotone.ph-chart-line:after { + content: '\eb36'; + margin-left: -1em; +} +.ph-duotone.ph-chart-line-up:before { + content: '\eb37'; + opacity: 0.2; +} +.ph-duotone.ph-chart-line-up:after { + content: '\eb38'; + margin-left: -1em; +} +.ph-duotone.ph-chart-pie:before { + content: '\eb39'; + opacity: 0.2; +} +.ph-duotone.ph-chart-pie:after { + content: '\eb3a'; + margin-left: -1em; +} +.ph-duotone.ph-chart-pie-slice:before { + content: '\eb3b'; + opacity: 0.2; +} +.ph-duotone.ph-chart-pie-slice:after { + content: '\eb3c'; + margin-left: -1em; +} +.ph-duotone.ph-chart-polar:before { + content: '\eb3d'; + opacity: 0.2; +} +.ph-duotone.ph-chart-polar:after { + content: '\eb3e'; + margin-left: -1em; +} +.ph-duotone.ph-chart-scatter:before { + content: '\eb3f'; + opacity: 0.2; +} +.ph-duotone.ph-chart-scatter:after { + content: '\eb40'; + margin-left: -1em; +} +.ph-duotone.ph-chat-centered-dots:before { + content: '\eb41'; + opacity: 0.2; +} +.ph-duotone.ph-chat-centered-dots:after { + content: '\eb42'; + margin-left: -1em; +} +.ph-duotone.ph-chat-centered:before { + content: '\eb43'; + opacity: 0.2; +} +.ph-duotone.ph-chat-centered:after { + content: '\eb44'; + margin-left: -1em; +} +.ph-duotone.ph-chat-centered-text:before { + content: '\eb45'; + opacity: 0.2; +} +.ph-duotone.ph-chat-centered-text:after { + content: '\eb46'; + margin-left: -1em; +} +.ph-duotone.ph-chat-circle-dots:before { + content: '\eb47'; + opacity: 0.2; +} +.ph-duotone.ph-chat-circle-dots:after { + content: '\eb48'; + margin-left: -1em; +} +.ph-duotone.ph-chat-circle:before { + content: '\eb49'; + opacity: 0.2; +} +.ph-duotone.ph-chat-circle:after { + content: '\eb4a'; + margin-left: -1em; +} +.ph-duotone.ph-chat-circle-text:before { + content: '\eb4b'; + opacity: 0.2; +} +.ph-duotone.ph-chat-circle-text:after { + content: '\eb4c'; + margin-left: -1em; +} +.ph-duotone.ph-chat-dots:before { + content: '\eb4d'; + opacity: 0.2; +} +.ph-duotone.ph-chat-dots:after { + content: '\eb4e'; + margin-left: -1em; +} +.ph-duotone.ph-chat:before { + content: '\eb4f'; + opacity: 0.2; +} +.ph-duotone.ph-chat:after { + content: '\eb50'; + margin-left: -1em; +} +.ph-duotone.ph-chats-circle:before { + content: '\eb51'; + opacity: 0.2; +} +.ph-duotone.ph-chats-circle:after { + content: '\eb52'; + margin-left: -1em; +} +.ph-duotone.ph-chats:before { + content: '\eb53'; + opacity: 0.2; +} +.ph-duotone.ph-chats:after { + content: '\eb54'; + margin-left: -1em; +} +.ph-duotone.ph-chats-teardrop:before { + content: '\eb55'; + opacity: 0.2; +} +.ph-duotone.ph-chats-teardrop:after { + content: '\eb56'; + margin-left: -1em; +} +.ph-duotone.ph-chat-teardrop-dots:before { + content: '\eb57'; + opacity: 0.2; +} +.ph-duotone.ph-chat-teardrop-dots:after { + content: '\eb58'; + margin-left: -1em; +} +.ph-duotone.ph-chat-teardrop:before { + content: '\eb59'; + opacity: 0.2; +} +.ph-duotone.ph-chat-teardrop:after { + content: '\eb5a'; + margin-left: -1em; +} +.ph-duotone.ph-chat-teardrop-text:before { + content: '\eb5b'; + opacity: 0.2; +} +.ph-duotone.ph-chat-teardrop-text:after { + content: '\eb5c'; + margin-left: -1em; +} +.ph-duotone.ph-chat-text:before { + content: '\eb5d'; + opacity: 0.2; +} +.ph-duotone.ph-chat-text:after { + content: '\eb5e'; + margin-left: -1em; +} +.ph-duotone.ph-check-circle:before { + content: '\eb5f'; + opacity: 0.2; +} +.ph-duotone.ph-check-circle:after { + content: '\eb60'; + margin-left: -1em; +} +.ph-duotone.ph-check:before { + content: '\eb61'; + opacity: 0.2; +} +.ph-duotone.ph-check:after { + content: '\eb62'; + margin-left: -1em; +} +.ph-duotone.ph-check-fat:before { + content: '\eb63'; + opacity: 0.2; +} +.ph-duotone.ph-check-fat:after { + content: '\eb64'; + margin-left: -1em; +} +.ph-duotone.ph-checks:before { + content: '\eb65'; + opacity: 0.2; +} +.ph-duotone.ph-checks:after { + content: '\eb66'; + margin-left: -1em; +} +.ph-duotone.ph-check-square:before { + content: '\eb67'; + opacity: 0.2; +} +.ph-duotone.ph-check-square:after { + content: '\eb68'; + margin-left: -1em; +} +.ph-duotone.ph-check-square-offset:before { + content: '\eb69'; + opacity: 0.2; +} +.ph-duotone.ph-check-square-offset:after { + content: '\eb6a'; + margin-left: -1em; +} +.ph-duotone.ph-church:before { + content: '\eb6b'; + opacity: 0.2; +} +.ph-duotone.ph-church:after { + content: '\eb6c'; + margin-left: -1em; +} +.ph-duotone.ph-circle-dashed:before { + content: '\eb6d'; + opacity: 0.2; +} +.ph-duotone.ph-circle-dashed:after { + content: '\eb6e'; + margin-left: -1em; +} +.ph-duotone.ph-circle:before { + content: '\eb6f'; + opacity: 0.2; +} +.ph-duotone.ph-circle:after { + content: '\eb70'; + margin-left: -1em; +} +.ph-duotone.ph-circle-half:before { + content: '\eb71'; + opacity: 0.2; +} +.ph-duotone.ph-circle-half:after { + content: '\eb72'; + margin-left: -1em; +} +.ph-duotone.ph-circle-half-tilt:before { + content: '\eb73'; + opacity: 0.2; +} +.ph-duotone.ph-circle-half-tilt:after { + content: '\eb74'; + margin-left: -1em; +} +.ph-duotone.ph-circle-notch:before { + content: '\eb75'; + opacity: 0.2; +} +.ph-duotone.ph-circle-notch:after { + content: '\eb76'; + margin-left: -1em; +} +.ph-duotone.ph-circles-four:before { + content: '\eb77'; + opacity: 0.2; +} +.ph-duotone.ph-circles-four:after { + content: '\eb78'; + margin-left: -1em; +} +.ph-duotone.ph-circles-three:before { + content: '\eb79'; + opacity: 0.2; +} +.ph-duotone.ph-circles-three:after { + content: '\eb7a'; + margin-left: -1em; +} +.ph-duotone.ph-circles-three-plus:before { + content: '\eb7b'; + opacity: 0.2; +} +.ph-duotone.ph-circles-three-plus:after { + content: '\eb7c'; + margin-left: -1em; +} +.ph-duotone.ph-circuitry:before { + content: '\eb7d'; + opacity: 0.2; +} +.ph-duotone.ph-circuitry:after { + content: '\eb7e'; + margin-left: -1em; +} +.ph-duotone.ph-clipboard:before { + content: '\eb7f'; + opacity: 0.2; +} +.ph-duotone.ph-clipboard:after { + content: '\eb80'; + margin-left: -1em; +} +.ph-duotone.ph-clipboard-text:before { + content: '\eb81'; + opacity: 0.2; +} +.ph-duotone.ph-clipboard-text:after { + content: '\eb82'; + margin-left: -1em; +} +.ph-duotone.ph-clock-afternoon:before { + content: '\eb83'; + opacity: 0.2; +} +.ph-duotone.ph-clock-afternoon:after { + content: '\eb84'; + margin-left: -1em; +} +.ph-duotone.ph-clock-clockwise:before { + content: '\eb85'; + opacity: 0.2; +} +.ph-duotone.ph-clock-clockwise:after { + content: '\eb86'; + margin-left: -1em; +} +.ph-duotone.ph-clock-countdown:before { + content: '\eb87'; + opacity: 0.2; +} +.ph-duotone.ph-clock-countdown:after { + content: '\eb88'; + margin-left: -1em; +} +.ph-duotone.ph-clock-counter-clockwise:before { + content: '\eb89'; + opacity: 0.2; +} +.ph-duotone.ph-clock-counter-clockwise:after { + content: '\eb8a'; + margin-left: -1em; +} +.ph-duotone.ph-clock:before { + content: '\eb8b'; + opacity: 0.2; +} +.ph-duotone.ph-clock:after { + content: '\eb8c'; + margin-left: -1em; +} +.ph-duotone.ph-closed-captioning:before { + content: '\eb8d'; + opacity: 0.2; +} +.ph-duotone.ph-closed-captioning:after { + content: '\eb8e'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-arrow-down:before { + content: '\eb8f'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-arrow-down:after { + content: '\eb90'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-arrow-up:before { + content: '\eb91'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-arrow-up:after { + content: '\eb92'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-check:before { + content: '\eb93'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-check:after { + content: '\eb94'; + margin-left: -1em; +} +.ph-duotone.ph-cloud:before { + content: '\eb95'; + opacity: 0.2; +} +.ph-duotone.ph-cloud:after { + content: '\eb96'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-fog:before { + content: '\eb97'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-fog:after { + content: '\eb98'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-lightning:before { + content: '\eb99'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-lightning:after { + content: '\eb9a'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-moon:before { + content: '\eb9b'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-moon:after { + content: '\eb9c'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-rain:before { + content: '\eb9d'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-rain:after { + content: '\eb9e'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-slash:before { + content: '\eb9f'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-slash:after { + content: '\eba0'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-snow:before { + content: '\eba1'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-snow:after { + content: '\eba2'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-sun:before { + content: '\eba3'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-sun:after { + content: '\eba4'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-warning:before { + content: '\eba5'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-warning:after { + content: '\eba6'; + margin-left: -1em; +} +.ph-duotone.ph-cloud-x:before { + content: '\eba7'; + opacity: 0.2; +} +.ph-duotone.ph-cloud-x:after { + content: '\eba8'; + margin-left: -1em; +} +.ph-duotone.ph-club:before { + content: '\eba9'; + opacity: 0.2; +} +.ph-duotone.ph-club:after { + content: '\ebaa'; + margin-left: -1em; +} +.ph-duotone.ph-coat-hanger:before { + content: '\ebab'; + opacity: 0.2; +} +.ph-duotone.ph-coat-hanger:after { + content: '\ebac'; + margin-left: -1em; +} +.ph-duotone.ph-coda-logo:before { + content: '\ebad'; + opacity: 0.2; +} +.ph-duotone.ph-coda-logo:after { + content: '\ebae'; + margin-left: -1em; +} +.ph-duotone.ph-code-block:before { + content: '\ebaf'; + opacity: 0.2; +} +.ph-duotone.ph-code-block:after { + content: '\ebb0'; + margin-left: -1em; +} +.ph-duotone.ph-code:before { + content: '\ebb1'; + opacity: 0.2; +} +.ph-duotone.ph-code:after { + content: '\ebb2'; + margin-left: -1em; +} +.ph-duotone.ph-codepen-logo:before { + content: '\ebb3'; + opacity: 0.2; +} +.ph-duotone.ph-codepen-logo:after { + content: '\ebb4'; + margin-left: -1em; +} +.ph-duotone.ph-codesandbox-logo:before { + content: '\ebb5'; + opacity: 0.2; +} +.ph-duotone.ph-codesandbox-logo:after { + content: '\ebb6'; + margin-left: -1em; +} +.ph-duotone.ph-code-simple:before { + content: '\ebb7'; + opacity: 0.2; +} +.ph-duotone.ph-code-simple:after { + content: '\ebb8'; + margin-left: -1em; +} +.ph-duotone.ph-coffee:before { + content: '\ebb9'; + opacity: 0.2; +} +.ph-duotone.ph-coffee:after { + content: '\ebba'; + margin-left: -1em; +} +.ph-duotone.ph-coin:before { + content: '\ebbb'; + opacity: 0.2; +} +.ph-duotone.ph-coin:after { + content: '\ebbc'; + margin-left: -1em; +} +.ph-duotone.ph-coins:before { + content: '\ebbd'; + opacity: 0.2; +} +.ph-duotone.ph-coins:after { + content: '\ebbe'; + margin-left: -1em; +} +.ph-duotone.ph-coin-vertical:before { + content: '\ebbf'; + opacity: 0.2; +} +.ph-duotone.ph-coin-vertical:after { + content: '\ebc0'; + margin-left: -1em; +} +.ph-duotone.ph-columns:before { + content: '\ebc1'; + opacity: 0.2; +} +.ph-duotone.ph-columns:after { + content: '\ebc2'; + margin-left: -1em; +} +.ph-duotone.ph-command:before { + content: '\ebc3'; + opacity: 0.2; +} +.ph-duotone.ph-command:after { + content: '\ebc4'; + margin-left: -1em; +} +.ph-duotone.ph-compass:before { + content: '\ebc5'; + opacity: 0.2; +} +.ph-duotone.ph-compass:after { + content: '\ebc6'; + margin-left: -1em; +} +.ph-duotone.ph-compass-tool:before { + content: '\ebc7'; + opacity: 0.2; +} +.ph-duotone.ph-compass-tool:after { + content: '\ebc8'; + margin-left: -1em; +} +.ph-duotone.ph-computer-tower:before { + content: '\ebc9'; + opacity: 0.2; +} +.ph-duotone.ph-computer-tower:after { + content: '\ebca'; + margin-left: -1em; +} +.ph-duotone.ph-confetti:before { + content: '\ebcb'; + opacity: 0.2; +} +.ph-duotone.ph-confetti:after { + content: '\ebcc'; + margin-left: -1em; +} +.ph-duotone.ph-contactless-payment:before { + content: '\ebcd'; + opacity: 0.2; +} +.ph-duotone.ph-contactless-payment:after { + content: '\ebce'; + margin-left: -1em; +} +.ph-duotone.ph-control:before { + content: '\ebcf'; + opacity: 0.2; +} +.ph-duotone.ph-control:after { + content: '\ebd0'; + margin-left: -1em; +} +.ph-duotone.ph-cookie:before { + content: '\ebd1'; + opacity: 0.2; +} +.ph-duotone.ph-cookie:after { + content: '\ebd2'; + margin-left: -1em; +} +.ph-duotone.ph-cooking-pot:before { + content: '\ebd3'; + opacity: 0.2; +} +.ph-duotone.ph-cooking-pot:after { + content: '\ebd4'; + margin-left: -1em; +} +.ph-duotone.ph-copy:before { + content: '\ebd5'; + opacity: 0.2; +} +.ph-duotone.ph-copy:after { + content: '\ebd6'; + margin-left: -1em; +} +.ph-duotone.ph-copyleft:before { + content: '\ebd7'; + opacity: 0.2; +} +.ph-duotone.ph-copyleft:after { + content: '\ebd8'; + margin-left: -1em; +} +.ph-duotone.ph-copyright:before { + content: '\ebd9'; + opacity: 0.2; +} +.ph-duotone.ph-copyright:after { + content: '\ebda'; + margin-left: -1em; +} +.ph-duotone.ph-copy-simple:before { + content: '\ebdb'; + opacity: 0.2; +} +.ph-duotone.ph-copy-simple:after { + content: '\ebdc'; + margin-left: -1em; +} +.ph-duotone.ph-corners-in:before { + content: '\ebdd'; + opacity: 0.2; +} +.ph-duotone.ph-corners-in:after { + content: '\ebde'; + margin-left: -1em; +} +.ph-duotone.ph-corners-out:before { + content: '\ebdf'; + opacity: 0.2; +} +.ph-duotone.ph-corners-out:after { + content: '\ebe0'; + margin-left: -1em; +} +.ph-duotone.ph-couch:before { + content: '\ebe1'; + opacity: 0.2; +} +.ph-duotone.ph-couch:after { + content: '\ebe2'; + margin-left: -1em; +} +.ph-duotone.ph-cpu:before { + content: '\ebe3'; + opacity: 0.2; +} +.ph-duotone.ph-cpu:after { + content: '\ebe4'; + margin-left: -1em; +} +.ph-duotone.ph-credit-card:before { + content: '\ebe5'; + opacity: 0.2; +} +.ph-duotone.ph-credit-card:after { + content: '\ebe6'; + margin-left: -1em; +} +.ph-duotone.ph-crop:before { + content: '\ebe7'; + opacity: 0.2; +} +.ph-duotone.ph-crop:after { + content: '\ebe8'; + margin-left: -1em; +} +.ph-duotone.ph-cross:before { + content: '\ebe9'; + opacity: 0.2; +} +.ph-duotone.ph-cross:after { + content: '\ebea'; + margin-left: -1em; +} +.ph-duotone.ph-crosshair:before { + content: '\ebeb'; + opacity: 0.2; +} +.ph-duotone.ph-crosshair:after { + content: '\ebec'; + margin-left: -1em; +} +.ph-duotone.ph-crosshair-simple:before { + content: '\ebed'; + opacity: 0.2; +} +.ph-duotone.ph-crosshair-simple:after { + content: '\ebee'; + margin-left: -1em; +} +.ph-duotone.ph-crown:before { + content: '\ebef'; + opacity: 0.2; +} +.ph-duotone.ph-crown:after { + content: '\ebf0'; + margin-left: -1em; +} +.ph-duotone.ph-crown-simple:before { + content: '\ebf1'; + opacity: 0.2; +} +.ph-duotone.ph-crown-simple:after { + content: '\ebf2'; + margin-left: -1em; +} +.ph-duotone.ph-cube:before { + content: '\ebf3'; + opacity: 0.2; +} +.ph-duotone.ph-cube:after { + content: '\ebf4'; + margin-left: -1em; +} +.ph-duotone.ph-cube-focus:before { + content: '\ebf5'; + opacity: 0.2; +} +.ph-duotone.ph-cube-focus:after { + content: '\ebf6'; + margin-left: -1em; +} +.ph-duotone.ph-cube-transparent:before { + content: '\ebf7'; + opacity: 0.2; +} +.ph-duotone.ph-cube-transparent:after { + content: '\ebf8'; + margin-left: -1em; +} +.ph-duotone.ph-currency-btc:before { + content: '\ebf9'; + opacity: 0.2; +} +.ph-duotone.ph-currency-btc:after { + content: '\ebfa'; + margin-left: -1em; +} +.ph-duotone.ph-currency-circle-dollar:before { + content: '\ebfb'; + opacity: 0.2; +} +.ph-duotone.ph-currency-circle-dollar:after { + content: '\ebfc'; + margin-left: -1em; +} +.ph-duotone.ph-currency-cny:before { + content: '\ebfd'; + opacity: 0.2; +} +.ph-duotone.ph-currency-cny:after { + content: '\ebfe'; + margin-left: -1em; +} +.ph-duotone.ph-currency-dollar:before { + content: '\ebff'; + opacity: 0.2; +} +.ph-duotone.ph-currency-dollar:after { + content: '\ec00'; + margin-left: -1em; +} +.ph-duotone.ph-currency-dollar-simple:before { + content: '\ec01'; + opacity: 0.2; +} +.ph-duotone.ph-currency-dollar-simple:after { + content: '\ec02'; + margin-left: -1em; +} +.ph-duotone.ph-currency-eth:before { + content: '\ec03'; + opacity: 0.2; +} +.ph-duotone.ph-currency-eth:after { + content: '\ec04'; + margin-left: -1em; +} +.ph-duotone.ph-currency-eur:before { + content: '\ec05'; + opacity: 0.2; +} +.ph-duotone.ph-currency-eur:after { + content: '\ec06'; + margin-left: -1em; +} +.ph-duotone.ph-currency-gbp:before { + content: '\ec07'; + opacity: 0.2; +} +.ph-duotone.ph-currency-gbp:after { + content: '\ec08'; + margin-left: -1em; +} +.ph-duotone.ph-currency-inr:before { + content: '\ec09'; + opacity: 0.2; +} +.ph-duotone.ph-currency-inr:after { + content: '\ec0a'; + margin-left: -1em; +} +.ph-duotone.ph-currency-jpy:before { + content: '\ec0b'; + opacity: 0.2; +} +.ph-duotone.ph-currency-jpy:after { + content: '\ec0c'; + margin-left: -1em; +} +.ph-duotone.ph-currency-krw:before { + content: '\ec0d'; + opacity: 0.2; +} +.ph-duotone.ph-currency-krw:after { + content: '\ec0e'; + margin-left: -1em; +} +.ph-duotone.ph-currency-kzt:before { + content: '\ec0f'; + opacity: 0.2; +} +.ph-duotone.ph-currency-kzt:after { + content: '\ec10'; + margin-left: -1em; +} +.ph-duotone.ph-currency-ngn:before { + content: '\ec11'; + opacity: 0.2; +} +.ph-duotone.ph-currency-ngn:after { + content: '\ec12'; + margin-left: -1em; +} +.ph-duotone.ph-currency-rub:before { + content: '\ec13'; + opacity: 0.2; +} +.ph-duotone.ph-currency-rub:after { + content: '\ec14'; + margin-left: -1em; +} +.ph-duotone.ph-cursor-click:before { + content: '\ec15'; + opacity: 0.2; +} +.ph-duotone.ph-cursor-click:after { + content: '\ec16'; + margin-left: -1em; +} +.ph-duotone.ph-cursor:before { + content: '\ec17'; + opacity: 0.2; +} +.ph-duotone.ph-cursor:after { + content: '\ec18'; + margin-left: -1em; +} +.ph-duotone.ph-cursor-text:before { + content: '\ec19'; + opacity: 0.2; +} +.ph-duotone.ph-cursor-text:after { + content: '\ec1a'; + margin-left: -1em; +} +.ph-duotone.ph-cylinder:before { + content: '\ec1b'; + opacity: 0.2; +} +.ph-duotone.ph-cylinder:after { + content: '\ec1c'; + margin-left: -1em; +} +.ph-duotone.ph-database:before { + content: '\ec1d'; + opacity: 0.2; +} +.ph-duotone.ph-database:after { + content: '\ec1e'; + margin-left: -1em; +} +.ph-duotone.ph-desktop:before { + content: '\ec1f'; + opacity: 0.2; +} +.ph-duotone.ph-desktop:after { + content: '\ec20'; + margin-left: -1em; +} +.ph-duotone.ph-desktop-tower:before { + content: '\ec21'; + opacity: 0.2; +} +.ph-duotone.ph-desktop-tower:after { + content: '\ec22'; + margin-left: -1em; +} +.ph-duotone.ph-detective:before { + content: '\ec23'; + opacity: 0.2; +} +.ph-duotone.ph-detective:after { + content: '\ec24'; + margin-left: -1em; +} +.ph-duotone.ph-device-mobile-camera:before { + content: '\ec25'; + opacity: 0.2; +} +.ph-duotone.ph-device-mobile-camera:after { + content: '\ec26'; + margin-left: -1em; +} +.ph-duotone.ph-device-mobile:before { + content: '\ec27'; + opacity: 0.2; +} +.ph-duotone.ph-device-mobile:after { + content: '\ec28'; + margin-left: -1em; +} +.ph-duotone.ph-device-mobile-speaker:before { + content: '\ec29'; + opacity: 0.2; +} +.ph-duotone.ph-device-mobile-speaker:after { + content: '\ec2a'; + margin-left: -1em; +} +.ph-duotone.ph-devices:before { + content: '\ec2b'; + opacity: 0.2; +} +.ph-duotone.ph-devices:after { + content: '\ec2c'; + margin-left: -1em; +} +.ph-duotone.ph-device-tablet-camera:before { + content: '\ec2d'; + opacity: 0.2; +} +.ph-duotone.ph-device-tablet-camera:after { + content: '\ec2e'; + margin-left: -1em; +} +.ph-duotone.ph-device-tablet:before { + content: '\ec2f'; + opacity: 0.2; +} +.ph-duotone.ph-device-tablet:after { + content: '\ec30'; + margin-left: -1em; +} +.ph-duotone.ph-device-tablet-speaker:before { + content: '\ec31'; + opacity: 0.2; +} +.ph-duotone.ph-device-tablet-speaker:after { + content: '\ec32'; + margin-left: -1em; +} +.ph-duotone.ph-dev-to-logo:before { + content: '\ec33'; + opacity: 0.2; +} +.ph-duotone.ph-dev-to-logo:after { + content: '\ec34'; + margin-left: -1em; +} +.ph-duotone.ph-diamond:before { + content: '\ec35'; + opacity: 0.2; +} +.ph-duotone.ph-diamond:after { + content: '\ec36'; + margin-left: -1em; +} +.ph-duotone.ph-diamonds-four:before { + content: '\ec37'; + opacity: 0.2; +} +.ph-duotone.ph-diamonds-four:after { + content: '\ec38'; + margin-left: -1em; +} +.ph-duotone.ph-dice-five:before { + content: '\ec39'; + opacity: 0.2; +} +.ph-duotone.ph-dice-five:after { + content: '\ec3a'; + margin-left: -1em; +} +.ph-duotone.ph-dice-four:before { + content: '\ec3b'; + opacity: 0.2; +} +.ph-duotone.ph-dice-four:after { + content: '\ec3c'; + margin-left: -1em; +} +.ph-duotone.ph-dice-one:before { + content: '\ec3d'; + opacity: 0.2; +} +.ph-duotone.ph-dice-one:after { + content: '\ec3e'; + margin-left: -1em; +} +.ph-duotone.ph-dice-six:before { + content: '\ec3f'; + opacity: 0.2; +} +.ph-duotone.ph-dice-six:after { + content: '\ec40'; + margin-left: -1em; +} +.ph-duotone.ph-dice-three:before { + content: '\ec41'; + opacity: 0.2; +} +.ph-duotone.ph-dice-three:after { + content: '\ec42'; + margin-left: -1em; +} +.ph-duotone.ph-dice-two:before { + content: '\ec43'; + opacity: 0.2; +} +.ph-duotone.ph-dice-two:after { + content: '\ec44'; + margin-left: -1em; +} +.ph-duotone.ph-disc:before { + content: '\ec45'; + opacity: 0.2; +} +.ph-duotone.ph-disc:after { + content: '\ec46'; + margin-left: -1em; +} +.ph-duotone.ph-discord-logo:before { + content: '\ec47'; + opacity: 0.2; +} +.ph-duotone.ph-discord-logo:after { + content: '\ec48'; + margin-left: -1em; +} +.ph-duotone.ph-divide:before { + content: '\ec49'; + opacity: 0.2; +} +.ph-duotone.ph-divide:after { + content: '\ec4a'; + margin-left: -1em; +} +.ph-duotone.ph-dna:before { + content: '\ec4b'; + opacity: 0.2; +} +.ph-duotone.ph-dna:after { + content: '\ec4c'; + margin-left: -1em; +} +.ph-duotone.ph-dog:before { + content: '\ec4d'; + opacity: 0.2; +} +.ph-duotone.ph-dog:after { + content: '\ec4e'; + margin-left: -1em; +} +.ph-duotone.ph-door:before { + content: '\ec4f'; + opacity: 0.2; +} +.ph-duotone.ph-door:after { + content: '\ec50'; + margin-left: -1em; +} +.ph-duotone.ph-door-open:before { + content: '\ec51'; + opacity: 0.2; +} +.ph-duotone.ph-door-open:after { + content: '\ec52'; + margin-left: -1em; +} +.ph-duotone.ph-dot:before { + content: '\ec53'; + opacity: 0.2; +} +.ph-duotone.ph-dot:after { + content: '\ec54'; + margin-left: -1em; +} +.ph-duotone.ph-dot-outline:before { + content: '\ec55'; + opacity: 0.2; +} +.ph-duotone.ph-dot-outline:after { + content: '\ec56'; + margin-left: -1em; +} +.ph-duotone.ph-dots-nine:before { + content: '\ec57'; + opacity: 0.2; +} +.ph-duotone.ph-dots-nine:after { + content: '\ec58'; + margin-left: -1em; +} +.ph-duotone.ph-dots-six:before { + content: '\ec59'; + opacity: 0.2; +} +.ph-duotone.ph-dots-six:after { + content: '\ec5a'; + margin-left: -1em; +} +.ph-duotone.ph-dots-six-vertical:before { + content: '\ec5b'; + opacity: 0.2; +} +.ph-duotone.ph-dots-six-vertical:after { + content: '\ec5c'; + margin-left: -1em; +} +.ph-duotone.ph-dots-three-circle:before { + content: '\ec5d'; + opacity: 0.2; +} +.ph-duotone.ph-dots-three-circle:after { + content: '\ec5e'; + margin-left: -1em; +} +.ph-duotone.ph-dots-three-circle-vertical:before { + content: '\ec5f'; + opacity: 0.2; +} +.ph-duotone.ph-dots-three-circle-vertical:after { + content: '\ec60'; + margin-left: -1em; +} +.ph-duotone.ph-dots-three:before { + content: '\ec61'; + opacity: 0.2; +} +.ph-duotone.ph-dots-three:after { + content: '\ec62'; + margin-left: -1em; +} +.ph-duotone.ph-dots-three-outline:before { + content: '\ec63'; + opacity: 0.2; +} +.ph-duotone.ph-dots-three-outline:after { + content: '\ec64'; + margin-left: -1em; +} +.ph-duotone.ph-dots-three-outline-vertical:before { + content: '\ec65'; + opacity: 0.2; +} +.ph-duotone.ph-dots-three-outline-vertical:after { + content: '\ec66'; + margin-left: -1em; +} +.ph-duotone.ph-dots-three-vertical:before { + content: '\ec67'; + opacity: 0.2; +} +.ph-duotone.ph-dots-three-vertical:after { + content: '\ec68'; + margin-left: -1em; +} +.ph-duotone.ph-download:before { + content: '\ec69'; + opacity: 0.2; +} +.ph-duotone.ph-download:after { + content: '\ec6a'; + margin-left: -1em; +} +.ph-duotone.ph-download-simple:before { + content: '\ec6b'; + opacity: 0.2; +} +.ph-duotone.ph-download-simple:after { + content: '\ec6c'; + margin-left: -1em; +} +.ph-duotone.ph-dress:before { + content: '\ec6d'; + opacity: 0.2; +} +.ph-duotone.ph-dress:after { + content: '\ec6e'; + margin-left: -1em; +} +.ph-duotone.ph-dribbble-logo:before { + content: '\ec6f'; + opacity: 0.2; +} +.ph-duotone.ph-dribbble-logo:after { + content: '\ec70'; + margin-left: -1em; +} +.ph-duotone.ph-dropbox-logo:before { + content: '\ec71'; + opacity: 0.2; +} +.ph-duotone.ph-dropbox-logo:after { + content: '\ec72'; + margin-left: -1em; +} +.ph-duotone.ph-drop:before { + content: '\ec73'; + opacity: 0.2; +} +.ph-duotone.ph-drop:after { + content: '\ec74'; + margin-left: -1em; +} +.ph-duotone.ph-drop-half-bottom:before { + content: '\ec75'; + opacity: 0.2; +} +.ph-duotone.ph-drop-half-bottom:after { + content: '\ec76'; + margin-left: -1em; +} +.ph-duotone.ph-drop-half:before { + content: '\ec77'; + opacity: 0.2; +} +.ph-duotone.ph-drop-half:after { + content: '\ec78'; + margin-left: -1em; +} +.ph-duotone.ph-ear:before { + content: '\ec79'; + opacity: 0.2; +} +.ph-duotone.ph-ear:after { + content: '\ec7a'; + margin-left: -1em; +} +.ph-duotone.ph-ear-slash:before { + content: '\ec7b'; + opacity: 0.2; +} +.ph-duotone.ph-ear-slash:after { + content: '\ec7c'; + margin-left: -1em; +} +.ph-duotone.ph-egg-crack:before { + content: '\ec7d'; + opacity: 0.2; +} +.ph-duotone.ph-egg-crack:after { + content: '\ec7e'; + margin-left: -1em; +} +.ph-duotone.ph-egg:before { + content: '\ec7f'; + opacity: 0.2; +} +.ph-duotone.ph-egg:after { + content: '\ec80'; + margin-left: -1em; +} +.ph-duotone.ph-eject:before { + content: '\ec81'; + opacity: 0.2; +} +.ph-duotone.ph-eject:after { + content: '\ec82'; + margin-left: -1em; +} +.ph-duotone.ph-eject-simple:before { + content: '\ec83'; + opacity: 0.2; +} +.ph-duotone.ph-eject-simple:after { + content: '\ec84'; + margin-left: -1em; +} +.ph-duotone.ph-elevator:before { + content: '\ec85'; + opacity: 0.2; +} +.ph-duotone.ph-elevator:after { + content: '\ec86'; + margin-left: -1em; +} +.ph-duotone.ph-engine:before { + content: '\ec87'; + opacity: 0.2; +} +.ph-duotone.ph-engine:after { + content: '\ec88'; + margin-left: -1em; +} +.ph-duotone.ph-envelope:before { + content: '\ec89'; + opacity: 0.2; +} +.ph-duotone.ph-envelope:after { + content: '\ec8a'; + margin-left: -1em; +} +.ph-duotone.ph-envelope-open:before { + content: '\ec8b'; + opacity: 0.2; +} +.ph-duotone.ph-envelope-open:after { + content: '\ec8c'; + margin-left: -1em; +} +.ph-duotone.ph-envelope-simple:before { + content: '\ec8d'; + opacity: 0.2; +} +.ph-duotone.ph-envelope-simple:after { + content: '\ec8e'; + margin-left: -1em; +} +.ph-duotone.ph-envelope-simple-open:before { + content: '\ec8f'; + opacity: 0.2; +} +.ph-duotone.ph-envelope-simple-open:after { + content: '\ec90'; + margin-left: -1em; +} +.ph-duotone.ph-equalizer:before { + content: '\ec91'; + opacity: 0.2; +} +.ph-duotone.ph-equalizer:after { + content: '\ec92'; + margin-left: -1em; +} +.ph-duotone.ph-equals:before { + content: '\ec93'; + opacity: 0.2; +} +.ph-duotone.ph-equals:after { + content: '\ec94'; + margin-left: -1em; +} +.ph-duotone.ph-eraser:before { + content: '\ec95'; + opacity: 0.2; +} +.ph-duotone.ph-eraser:after { + content: '\ec96'; + margin-left: -1em; +} +.ph-duotone.ph-escalator-down:before { + content: '\ec97'; + opacity: 0.2; +} +.ph-duotone.ph-escalator-down:after { + content: '\ec98'; + margin-left: -1em; +} +.ph-duotone.ph-escalator-up:before { + content: '\ec99'; + opacity: 0.2; +} +.ph-duotone.ph-escalator-up:after { + content: '\ec9a'; + margin-left: -1em; +} +.ph-duotone.ph-exam:before { + content: '\ec9b'; + opacity: 0.2; +} +.ph-duotone.ph-exam:after { + content: '\ec9c'; + margin-left: -1em; +} +.ph-duotone.ph-exclude:before { + content: '\ec9d'; + opacity: 0.2; +} +.ph-duotone.ph-exclude:after { + content: '\ec9e'; + margin-left: -1em; +} +.ph-duotone.ph-exclude-square:before { + content: '\ec9f'; + opacity: 0.2; +} +.ph-duotone.ph-exclude-square:after { + content: '\eca0'; + margin-left: -1em; +} +.ph-duotone.ph-export:before { + content: '\eca1'; + opacity: 0.2; +} +.ph-duotone.ph-export:after { + content: '\eca2'; + margin-left: -1em; +} +.ph-duotone.ph-eye-closed:before { + content: '\eca3'; + opacity: 0.2; +} +.ph-duotone.ph-eye-closed:after { + content: '\eca4'; + margin-left: -1em; +} +.ph-duotone.ph-eyedropper:before { + content: '\eca5'; + opacity: 0.2; +} +.ph-duotone.ph-eyedropper:after { + content: '\eca6'; + margin-left: -1em; +} +.ph-duotone.ph-eyedropper-sample:before { + content: '\eca7'; + opacity: 0.2; +} +.ph-duotone.ph-eyedropper-sample:after { + content: '\eca8'; + margin-left: -1em; +} +.ph-duotone.ph-eye:before { + content: '\eca9'; + opacity: 0.2; +} +.ph-duotone.ph-eye:after { + content: '\ecaa'; + margin-left: -1em; +} +.ph-duotone.ph-eyeglasses:before { + content: '\ecab'; + opacity: 0.2; +} +.ph-duotone.ph-eyeglasses:after { + content: '\ecac'; + margin-left: -1em; +} +.ph-duotone.ph-eye-slash:before { + content: '\ecad'; + opacity: 0.2; +} +.ph-duotone.ph-eye-slash:after { + content: '\ecae'; + margin-left: -1em; +} +.ph-duotone.ph-facebook-logo:before { + content: '\ecaf'; + opacity: 0.2; +} +.ph-duotone.ph-facebook-logo:after { + content: '\ecb0'; + margin-left: -1em; +} +.ph-duotone.ph-face-mask:before { + content: '\ecb1'; + opacity: 0.2; +} +.ph-duotone.ph-face-mask:after { + content: '\ecb2'; + margin-left: -1em; +} +.ph-duotone.ph-factory:before { + content: '\ecb3'; + opacity: 0.2; +} +.ph-duotone.ph-factory:after { + content: '\ecb4'; + margin-left: -1em; +} +.ph-duotone.ph-faders:before { + content: '\ecb5'; + opacity: 0.2; +} +.ph-duotone.ph-faders:after { + content: '\ecb6'; + margin-left: -1em; +} +.ph-duotone.ph-faders-horizontal:before { + content: '\ecb7'; + opacity: 0.2; +} +.ph-duotone.ph-faders-horizontal:after { + content: '\ecb8'; + margin-left: -1em; +} +.ph-duotone.ph-fan:before { + content: '\ecb9'; + opacity: 0.2; +} +.ph-duotone.ph-fan:after { + content: '\ecba'; + margin-left: -1em; +} +.ph-duotone.ph-fast-forward-circle:before { + content: '\ecbb'; + opacity: 0.2; +} +.ph-duotone.ph-fast-forward-circle:after { + content: '\ecbc'; + margin-left: -1em; +} +.ph-duotone.ph-fast-forward:before { + content: '\ecbd'; + opacity: 0.2; +} +.ph-duotone.ph-fast-forward:after { + content: '\ecbe'; + margin-left: -1em; +} +.ph-duotone.ph-feather:before { + content: '\ecbf'; + opacity: 0.2; +} +.ph-duotone.ph-feather:after { + content: '\ecc0'; + margin-left: -1em; +} +.ph-duotone.ph-figma-logo:before { + content: '\ecc1'; + opacity: 0.2; +} +.ph-duotone.ph-figma-logo:after { + content: '\ecc2'; + margin-left: -1em; +} +.ph-duotone.ph-file-archive:before { + content: '\ecc3'; + opacity: 0.2; +} +.ph-duotone.ph-file-archive:after { + content: '\ecc4'; + margin-left: -1em; +} +.ph-duotone.ph-file-arrow-down:before { + content: '\ecc5'; + opacity: 0.2; +} +.ph-duotone.ph-file-arrow-down:after { + content: '\ecc6'; + margin-left: -1em; +} +.ph-duotone.ph-file-arrow-up:before { + content: '\ecc7'; + opacity: 0.2; +} +.ph-duotone.ph-file-arrow-up:after { + content: '\ecc8'; + margin-left: -1em; +} +.ph-duotone.ph-file-audio:before { + content: '\ecc9'; + opacity: 0.2; +} +.ph-duotone.ph-file-audio:after { + content: '\ecca'; + margin-left: -1em; +} +.ph-duotone.ph-file-cloud:before { + content: '\eccb'; + opacity: 0.2; +} +.ph-duotone.ph-file-cloud:after { + content: '\eccc'; + margin-left: -1em; +} +.ph-duotone.ph-file-code:before { + content: '\eccd'; + opacity: 0.2; +} +.ph-duotone.ph-file-code:after { + content: '\ecce'; + margin-left: -1em; +} +.ph-duotone.ph-file-css:before { + content: '\eccf'; + opacity: 0.2; +} +.ph-duotone.ph-file-css:after { + content: '\ecd0'; + margin-left: -1em; +} +.ph-duotone.ph-file-csv:before { + content: '\ecd1'; + opacity: 0.2; +} +.ph-duotone.ph-file-csv:after { + content: '\ecd2'; + margin-left: -1em; +} +.ph-duotone.ph-file-dashed:before, +.ph-duotone.ph-file-dotted:before { + content: '\ecd3'; + opacity: 0.2; +} +.ph-duotone.ph-file-dashed:after, +.ph-duotone.ph-file-dotted:after { + content: '\ecd4'; + margin-left: -1em; +} +.ph-duotone.ph-file-doc:before { + content: '\ecd5'; + opacity: 0.2; +} +.ph-duotone.ph-file-doc:after { + content: '\ecd6'; + margin-left: -1em; +} +.ph-duotone.ph-file:before { + content: '\ecd7'; + opacity: 0.2; +} +.ph-duotone.ph-file:after { + content: '\ecd8'; + margin-left: -1em; +} +.ph-duotone.ph-file-html:before { + content: '\ecd9'; + opacity: 0.2; +} +.ph-duotone.ph-file-html:after { + content: '\ecda'; + margin-left: -1em; +} +.ph-duotone.ph-file-image:before { + content: '\ecdb'; + opacity: 0.2; +} +.ph-duotone.ph-file-image:after { + content: '\ecdc'; + margin-left: -1em; +} +.ph-duotone.ph-file-jpg:before { + content: '\ecdd'; + opacity: 0.2; +} +.ph-duotone.ph-file-jpg:after { + content: '\ecde'; + margin-left: -1em; +} +.ph-duotone.ph-file-js:before { + content: '\ecdf'; + opacity: 0.2; +} +.ph-duotone.ph-file-js:after { + content: '\ece0'; + margin-left: -1em; +} +.ph-duotone.ph-file-jsx:before { + content: '\ece1'; + opacity: 0.2; +} +.ph-duotone.ph-file-jsx:after { + content: '\ece2'; + margin-left: -1em; +} +.ph-duotone.ph-file-lock:before { + content: '\ece3'; + opacity: 0.2; +} +.ph-duotone.ph-file-lock:after { + content: '\ece4'; + margin-left: -1em; +} +.ph-duotone.ph-file-magnifying-glass:before, +.ph-duotone.ph-file-search:before { + content: '\ece5'; + opacity: 0.2; +} +.ph-duotone.ph-file-magnifying-glass:after, +.ph-duotone.ph-file-search:after { + content: '\ece6'; + margin-left: -1em; +} +.ph-duotone.ph-file-minus:before { + content: '\ece7'; + opacity: 0.2; +} +.ph-duotone.ph-file-minus:after { + content: '\ece8'; + margin-left: -1em; +} +.ph-duotone.ph-file-pdf:before { + content: '\ece9'; + opacity: 0.2; +} +.ph-duotone.ph-file-pdf:after { + content: '\ecea'; + margin-left: -1em; +} +.ph-duotone.ph-file-plus:before { + content: '\eceb'; + opacity: 0.2; +} +.ph-duotone.ph-file-plus:after { + content: '\ecec'; + margin-left: -1em; +} +.ph-duotone.ph-file-png:before { + content: '\eced'; + opacity: 0.2; +} +.ph-duotone.ph-file-png:after { + content: '\ecee'; + margin-left: -1em; +} +.ph-duotone.ph-file-ppt:before { + content: '\ecef'; + opacity: 0.2; +} +.ph-duotone.ph-file-ppt:after { + content: '\ecf0'; + margin-left: -1em; +} +.ph-duotone.ph-file-rs:before { + content: '\ecf1'; + opacity: 0.2; +} +.ph-duotone.ph-file-rs:after { + content: '\ecf2'; + margin-left: -1em; +} +.ph-duotone.ph-files:before { + content: '\ecf3'; + opacity: 0.2; +} +.ph-duotone.ph-files:after { + content: '\ecf4'; + margin-left: -1em; +} +.ph-duotone.ph-file-sql:before { + content: '\ecf5'; + opacity: 0.2; +} +.ph-duotone.ph-file-sql:after { + content: '\ecf6'; + margin-left: -1em; +} +.ph-duotone.ph-file-svg:before { + content: '\ecf7'; + opacity: 0.2; +} +.ph-duotone.ph-file-svg:after { + content: '\ecf8'; + margin-left: -1em; +} +.ph-duotone.ph-file-text:before { + content: '\ecf9'; + opacity: 0.2; +} +.ph-duotone.ph-file-text:after { + content: '\ecfa'; + margin-left: -1em; +} +.ph-duotone.ph-file-ts:before { + content: '\ecfb'; + opacity: 0.2; +} +.ph-duotone.ph-file-ts:after { + content: '\ecfc'; + margin-left: -1em; +} +.ph-duotone.ph-file-tsx:before { + content: '\ecfd'; + opacity: 0.2; +} +.ph-duotone.ph-file-tsx:after { + content: '\ecfe'; + margin-left: -1em; +} +.ph-duotone.ph-file-video:before { + content: '\ecff'; + opacity: 0.2; +} +.ph-duotone.ph-file-video:after { + content: '\ed00'; + margin-left: -1em; +} +.ph-duotone.ph-file-vue:before { + content: '\ed01'; + opacity: 0.2; +} +.ph-duotone.ph-file-vue:after { + content: '\ed02'; + margin-left: -1em; +} +.ph-duotone.ph-file-x:before { + content: '\ed03'; + opacity: 0.2; +} +.ph-duotone.ph-file-x:after { + content: '\ed04'; + margin-left: -1em; +} +.ph-duotone.ph-file-xls:before { + content: '\ed05'; + opacity: 0.2; +} +.ph-duotone.ph-file-xls:after { + content: '\ed06'; + margin-left: -1em; +} +.ph-duotone.ph-file-zip:before { + content: '\ed07'; + opacity: 0.2; +} +.ph-duotone.ph-file-zip:after { + content: '\ed08'; + margin-left: -1em; +} +.ph-duotone.ph-film-reel:before { + content: '\ed09'; + opacity: 0.2; +} +.ph-duotone.ph-film-reel:after { + content: '\ed0a'; + margin-left: -1em; +} +.ph-duotone.ph-film-script:before { + content: '\ed0b'; + opacity: 0.2; +} +.ph-duotone.ph-film-script:after { + content: '\ed0c'; + margin-left: -1em; +} +.ph-duotone.ph-film-slate:before { + content: '\ed0d'; + opacity: 0.2; +} +.ph-duotone.ph-film-slate:after { + content: '\ed0e'; + margin-left: -1em; +} +.ph-duotone.ph-film-strip:before { + content: '\ed0f'; + opacity: 0.2; +} +.ph-duotone.ph-film-strip:after { + content: '\ed10'; + margin-left: -1em; +} +.ph-duotone.ph-fingerprint:before { + content: '\ed11'; + opacity: 0.2; +} +.ph-duotone.ph-fingerprint:after { + content: '\ed12'; + margin-left: -1em; +} +.ph-duotone.ph-fingerprint-simple:before { + content: '\ed13'; + opacity: 0.2; +} +.ph-duotone.ph-fingerprint-simple:after { + content: '\ed14'; + margin-left: -1em; +} +.ph-duotone.ph-finn-the-human:before { + content: '\ed15'; + opacity: 0.2; +} +.ph-duotone.ph-finn-the-human:after { + content: '\ed16'; + margin-left: -1em; +} +.ph-duotone.ph-fire:before { + content: '\ed17'; + opacity: 0.2; +} +.ph-duotone.ph-fire:after { + content: '\ed18'; + margin-left: -1em; +} +.ph-duotone.ph-fire-extinguisher:before { + content: '\ed19'; + opacity: 0.2; +} +.ph-duotone.ph-fire-extinguisher:after { + content: '\ed1a'; + margin-left: -1em; +} +.ph-duotone.ph-fire-simple:before { + content: '\ed1b'; + opacity: 0.2; +} +.ph-duotone.ph-fire-simple:after { + content: '\ed1c'; + margin-left: -1em; +} +.ph-duotone.ph-first-aid:before { + content: '\ed1d'; + opacity: 0.2; +} +.ph-duotone.ph-first-aid:after { + content: '\ed1e'; + margin-left: -1em; +} +.ph-duotone.ph-first-aid-kit:before { + content: '\ed1f'; + opacity: 0.2; +} +.ph-duotone.ph-first-aid-kit:after { + content: '\ed20'; + margin-left: -1em; +} +.ph-duotone.ph-fish:before { + content: '\ed21'; + opacity: 0.2; +} +.ph-duotone.ph-fish:after { + content: '\ed22'; + margin-left: -1em; +} +.ph-duotone.ph-fish-simple:before { + content: '\ed23'; + opacity: 0.2; +} +.ph-duotone.ph-fish-simple:after { + content: '\ed24'; + margin-left: -1em; +} +.ph-duotone.ph-flag-banner:before { + content: '\ed25'; + opacity: 0.2; +} +.ph-duotone.ph-flag-banner:after { + content: '\ed26'; + margin-left: -1em; +} +.ph-duotone.ph-flag-checkered:before { + content: '\ed27'; + opacity: 0.2; +} +.ph-duotone.ph-flag-checkered:after { + content: '\ed28'; + margin-left: -1em; +} +.ph-duotone.ph-flag:before { + content: '\ed29'; + opacity: 0.2; +} +.ph-duotone.ph-flag:after { + content: '\ed2a'; + margin-left: -1em; +} +.ph-duotone.ph-flag-pennant:before { + content: '\ed2b'; + opacity: 0.2; +} +.ph-duotone.ph-flag-pennant:after { + content: '\ed2c'; + margin-left: -1em; +} +.ph-duotone.ph-flame:before { + content: '\ed2d'; + opacity: 0.2; +} +.ph-duotone.ph-flame:after { + content: '\ed2e'; + margin-left: -1em; +} +.ph-duotone.ph-flashlight:before { + content: '\ed2f'; + opacity: 0.2; +} +.ph-duotone.ph-flashlight:after { + content: '\ed30'; + margin-left: -1em; +} +.ph-duotone.ph-flask:before { + content: '\ed31'; + opacity: 0.2; +} +.ph-duotone.ph-flask:after { + content: '\ed32'; + margin-left: -1em; +} +.ph-duotone.ph-floppy-disk-back:before { + content: '\ed33'; + opacity: 0.2; +} +.ph-duotone.ph-floppy-disk-back:after { + content: '\ed34'; + margin-left: -1em; +} +.ph-duotone.ph-floppy-disk:before { + content: '\ed35'; + opacity: 0.2; +} +.ph-duotone.ph-floppy-disk:after { + content: '\ed36'; + margin-left: -1em; +} +.ph-duotone.ph-flow-arrow:before { + content: '\ed37'; + opacity: 0.2; +} +.ph-duotone.ph-flow-arrow:after { + content: '\ed38'; + margin-left: -1em; +} +.ph-duotone.ph-flower:before { + content: '\ed39'; + opacity: 0.2; +} +.ph-duotone.ph-flower:after { + content: '\ed3a'; + margin-left: -1em; +} +.ph-duotone.ph-flower-lotus:before { + content: '\ed3b'; + opacity: 0.2; +} +.ph-duotone.ph-flower-lotus:after { + content: '\ed3c'; + margin-left: -1em; +} +.ph-duotone.ph-flower-tulip:before { + content: '\ed3d'; + opacity: 0.2; +} +.ph-duotone.ph-flower-tulip:after { + content: '\ed3e'; + margin-left: -1em; +} +.ph-duotone.ph-flying-saucer:before { + content: '\ed3f'; + opacity: 0.2; +} +.ph-duotone.ph-flying-saucer:after { + content: '\ed40'; + margin-left: -1em; +} +.ph-duotone.ph-folder-dashed:before, +.ph-duotone.ph-folder-dotted:before { + content: '\ed41'; + opacity: 0.2; +} +.ph-duotone.ph-folder-dashed:after, +.ph-duotone.ph-folder-dotted:after { + content: '\ed42'; + margin-left: -1em; +} +.ph-duotone.ph-folder:before { + content: '\ed43'; + opacity: 0.2; +} +.ph-duotone.ph-folder:after { + content: '\ed44'; + margin-left: -1em; +} +.ph-duotone.ph-folder-lock:before { + content: '\ed45'; + opacity: 0.2; +} +.ph-duotone.ph-folder-lock:after { + content: '\ed46'; + margin-left: -1em; +} +.ph-duotone.ph-folder-minus:before { + content: '\ed47'; + opacity: 0.2; +} +.ph-duotone.ph-folder-minus:after { + content: '\ed48'; + margin-left: -1em; +} +.ph-duotone.ph-folder-notch:before { + content: '\ed49'; + opacity: 0.2; +} +.ph-duotone.ph-folder-notch:after { + content: '\ed4a'; + margin-left: -1em; +} +.ph-duotone.ph-folder-notch-minus:before { + content: '\ed4b'; + opacity: 0.2; +} +.ph-duotone.ph-folder-notch-minus:after { + content: '\ed4c'; + margin-left: -1em; +} +.ph-duotone.ph-folder-notch-open:before { + content: '\ed4d'; + opacity: 0.2; +} +.ph-duotone.ph-folder-notch-open:after { + content: '\ed4e'; + margin-left: -1em; +} +.ph-duotone.ph-folder-notch-plus:before { + content: '\ed4f'; + opacity: 0.2; +} +.ph-duotone.ph-folder-notch-plus:after { + content: '\ed50'; + margin-left: -1em; +} +.ph-duotone.ph-folder-open:before { + content: '\ed51'; + opacity: 0.2; +} +.ph-duotone.ph-folder-open:after { + content: '\ed52'; + margin-left: -1em; +} +.ph-duotone.ph-folder-plus:before { + content: '\ed53'; + opacity: 0.2; +} +.ph-duotone.ph-folder-plus:after { + content: '\ed54'; + margin-left: -1em; +} +.ph-duotone.ph-folders:before { + content: '\ed55'; + opacity: 0.2; +} +.ph-duotone.ph-folders:after { + content: '\ed56'; + margin-left: -1em; +} +.ph-duotone.ph-folder-simple-dashed:before, +.ph-duotone.ph-folder-simple-dotted:before { + content: '\ed57'; + opacity: 0.2; +} +.ph-duotone.ph-folder-simple-dashed:after, +.ph-duotone.ph-folder-simple-dotted:after { + content: '\ed58'; + margin-left: -1em; +} +.ph-duotone.ph-folder-simple:before { + content: '\ed59'; + opacity: 0.2; +} +.ph-duotone.ph-folder-simple:after { + content: '\ed5a'; + margin-left: -1em; +} +.ph-duotone.ph-folder-simple-lock:before { + content: '\ed5b'; + opacity: 0.2; +} +.ph-duotone.ph-folder-simple-lock:after { + content: '\ed5c'; + margin-left: -1em; +} +.ph-duotone.ph-folder-simple-minus:before { + content: '\ed5d'; + opacity: 0.2; +} +.ph-duotone.ph-folder-simple-minus:after { + content: '\ed5e'; + margin-left: -1em; +} +.ph-duotone.ph-folder-simple-plus:before { + content: '\ed5f'; + opacity: 0.2; +} +.ph-duotone.ph-folder-simple-plus:after { + content: '\ed60'; + margin-left: -1em; +} +.ph-duotone.ph-folder-simple-star:before { + content: '\ed61'; + opacity: 0.2; +} +.ph-duotone.ph-folder-simple-star:after { + content: '\ed62'; + margin-left: -1em; +} +.ph-duotone.ph-folder-simple-user:before { + content: '\ed63'; + opacity: 0.2; +} +.ph-duotone.ph-folder-simple-user:after { + content: '\ed64'; + margin-left: -1em; +} +.ph-duotone.ph-folder-star:before { + content: '\ed65'; + opacity: 0.2; +} +.ph-duotone.ph-folder-star:after { + content: '\ed66'; + margin-left: -1em; +} +.ph-duotone.ph-folder-user:before { + content: '\ed67'; + opacity: 0.2; +} +.ph-duotone.ph-folder-user:after { + content: '\ed68'; + margin-left: -1em; +} +.ph-duotone.ph-football:before { + content: '\ed69'; + opacity: 0.2; +} +.ph-duotone.ph-football:after { + content: '\ed6a'; + margin-left: -1em; +} +.ph-duotone.ph-footprints:before { + content: '\ed6b'; + opacity: 0.2; +} +.ph-duotone.ph-footprints:after { + content: '\ed6c'; + margin-left: -1em; +} +.ph-duotone.ph-fork-knife:before { + content: '\ed6d'; + opacity: 0.2; +} +.ph-duotone.ph-fork-knife:after { + content: '\ed6e'; + margin-left: -1em; +} +.ph-duotone.ph-frame-corners:before { + content: '\ed6f'; + opacity: 0.2; +} +.ph-duotone.ph-frame-corners:after { + content: '\ed70'; + margin-left: -1em; +} +.ph-duotone.ph-framer-logo:before { + content: '\ed71'; + opacity: 0.2; +} +.ph-duotone.ph-framer-logo:after { + content: '\ed72'; + margin-left: -1em; +} +.ph-duotone.ph-function:before { + content: '\ed73'; + opacity: 0.2; +} +.ph-duotone.ph-function:after { + content: '\ed74'; + margin-left: -1em; +} +.ph-duotone.ph-funnel:before { + content: '\ed75'; + opacity: 0.2; +} +.ph-duotone.ph-funnel:after { + content: '\ed76'; + margin-left: -1em; +} +.ph-duotone.ph-funnel-simple:before { + content: '\ed77'; + opacity: 0.2; +} +.ph-duotone.ph-funnel-simple:after { + content: '\ed78'; + margin-left: -1em; +} +.ph-duotone.ph-game-controller:before { + content: '\ed79'; + opacity: 0.2; +} +.ph-duotone.ph-game-controller:after { + content: '\ed7a'; + margin-left: -1em; +} +.ph-duotone.ph-garage:before { + content: '\ed7b'; + opacity: 0.2; +} +.ph-duotone.ph-garage:after { + content: '\ed7c'; + margin-left: -1em; +} +.ph-duotone.ph-gas-can:before { + content: '\ed7d'; + opacity: 0.2; +} +.ph-duotone.ph-gas-can:after { + content: '\ed7e'; + margin-left: -1em; +} +.ph-duotone.ph-gas-pump:before { + content: '\ed7f'; + opacity: 0.2; +} +.ph-duotone.ph-gas-pump:after { + content: '\ed80'; + margin-left: -1em; +} +.ph-duotone.ph-gauge:before { + content: '\ed81'; + opacity: 0.2; +} +.ph-duotone.ph-gauge:after { + content: '\ed82'; + margin-left: -1em; +} +.ph-duotone.ph-gavel:before { + content: '\ed83'; + opacity: 0.2; +} +.ph-duotone.ph-gavel:after { + content: '\ed84'; + margin-left: -1em; +} +.ph-duotone.ph-gear:before { + content: '\ed85'; + opacity: 0.2; +} +.ph-duotone.ph-gear:after { + content: '\ed86'; + margin-left: -1em; +} +.ph-duotone.ph-gear-fine:before { + content: '\ed87'; + opacity: 0.2; +} +.ph-duotone.ph-gear-fine:after { + content: '\ed88'; + margin-left: -1em; +} +.ph-duotone.ph-gear-six:before { + content: '\ed89'; + opacity: 0.2; +} +.ph-duotone.ph-gear-six:after { + content: '\ed8a'; + margin-left: -1em; +} +.ph-duotone.ph-gender-female:before { + content: '\ed8b'; + opacity: 0.2; +} +.ph-duotone.ph-gender-female:after { + content: '\ed8c'; + margin-left: -1em; +} +.ph-duotone.ph-gender-intersex:before { + content: '\ed8d'; + opacity: 0.2; +} +.ph-duotone.ph-gender-intersex:after { + content: '\ed8e'; + margin-left: -1em; +} +.ph-duotone.ph-gender-male:before { + content: '\ed8f'; + opacity: 0.2; +} +.ph-duotone.ph-gender-male:after { + content: '\ed90'; + margin-left: -1em; +} +.ph-duotone.ph-gender-neuter:before { + content: '\ed91'; + opacity: 0.2; +} +.ph-duotone.ph-gender-neuter:after { + content: '\ed92'; + margin-left: -1em; +} +.ph-duotone.ph-gender-nonbinary:before { + content: '\ed93'; + opacity: 0.2; +} +.ph-duotone.ph-gender-nonbinary:after { + content: '\ed94'; + margin-left: -1em; +} +.ph-duotone.ph-gender-transgender:before { + content: '\ed95'; + opacity: 0.2; +} +.ph-duotone.ph-gender-transgender:after { + content: '\ed96'; + margin-left: -1em; +} +.ph-duotone.ph-ghost:before { + content: '\ed97'; + opacity: 0.2; +} +.ph-duotone.ph-ghost:after { + content: '\ed98'; + margin-left: -1em; +} +.ph-duotone.ph-gif:before { + content: '\ed99'; + opacity: 0.2; +} +.ph-duotone.ph-gif:after { + content: '\ed9a'; + margin-left: -1em; +} +.ph-duotone.ph-gift:before { + content: '\ed9b'; + opacity: 0.2; +} +.ph-duotone.ph-gift:after { + content: '\ed9c'; + margin-left: -1em; +} +.ph-duotone.ph-git-branch:before { + content: '\ed9d'; + opacity: 0.2; +} +.ph-duotone.ph-git-branch:after { + content: '\ed9e'; + margin-left: -1em; +} +.ph-duotone.ph-git-commit:before { + content: '\ed9f'; + opacity: 0.2; +} +.ph-duotone.ph-git-commit:after { + content: '\eda0'; + margin-left: -1em; +} +.ph-duotone.ph-git-diff:before { + content: '\eda1'; + opacity: 0.2; +} +.ph-duotone.ph-git-diff:after { + content: '\eda2'; + margin-left: -1em; +} +.ph-duotone.ph-git-fork:before { + content: '\eda3'; + opacity: 0.2; +} +.ph-duotone.ph-git-fork:after { + content: '\eda4'; + margin-left: -1em; +} +.ph-duotone.ph-github-logo:before { + content: '\eda5'; + opacity: 0.2; +} +.ph-duotone.ph-github-logo:after { + content: '\eda6'; + margin-left: -1em; +} +.ph-duotone.ph-gitlab-logo:before { + content: '\eda7'; + opacity: 0.2; +} +.ph-duotone.ph-gitlab-logo:after { + content: '\eda8'; + margin-left: -1em; +} +.ph-duotone.ph-gitlab-logo-simple:before { + content: '\eda9'; + opacity: 0.2; +} +.ph-duotone.ph-gitlab-logo-simple:after { + content: '\edaa'; + margin-left: -1em; +} +.ph-duotone.ph-git-merge:before { + content: '\edab'; + opacity: 0.2; +} +.ph-duotone.ph-git-merge:after { + content: '\edac'; + margin-left: -1em; +} +.ph-duotone.ph-git-pull-request:before { + content: '\edad'; + opacity: 0.2; +} +.ph-duotone.ph-git-pull-request:after { + content: '\edae'; + margin-left: -1em; +} +.ph-duotone.ph-globe:before { + content: '\edaf'; + opacity: 0.2; +} +.ph-duotone.ph-globe:after { + content: '\edb0'; + margin-left: -1em; +} +.ph-duotone.ph-globe-hemisphere-east:before { + content: '\edb1'; + opacity: 0.2; +} +.ph-duotone.ph-globe-hemisphere-east:after { + content: '\edb2'; + margin-left: -1em; +} +.ph-duotone.ph-globe-hemisphere-west:before { + content: '\edb3'; + opacity: 0.2; +} +.ph-duotone.ph-globe-hemisphere-west:after { + content: '\edb4'; + margin-left: -1em; +} +.ph-duotone.ph-globe-simple:before { + content: '\edb5'; + opacity: 0.2; +} +.ph-duotone.ph-globe-simple:after { + content: '\edb6'; + margin-left: -1em; +} +.ph-duotone.ph-globe-stand:before { + content: '\edb7'; + opacity: 0.2; +} +.ph-duotone.ph-globe-stand:after { + content: '\edb8'; + margin-left: -1em; +} +.ph-duotone.ph-goggles:before { + content: '\edb9'; + opacity: 0.2; +} +.ph-duotone.ph-goggles:after { + content: '\edba'; + margin-left: -1em; +} +.ph-duotone.ph-goodreads-logo:before { + content: '\edbb'; + opacity: 0.2; +} +.ph-duotone.ph-goodreads-logo:after { + content: '\edbc'; + margin-left: -1em; +} +.ph-duotone.ph-google-cardboard-logo:before { + content: '\edbd'; + opacity: 0.2; +} +.ph-duotone.ph-google-cardboard-logo:after { + content: '\edbe'; + margin-left: -1em; +} +.ph-duotone.ph-google-chrome-logo:before { + content: '\edbf'; + opacity: 0.2; +} +.ph-duotone.ph-google-chrome-logo:after { + content: '\edc0'; + margin-left: -1em; +} +.ph-duotone.ph-google-drive-logo:before { + content: '\edc1'; + opacity: 0.2; +} +.ph-duotone.ph-google-drive-logo:after { + content: '\edc2'; + margin-left: -1em; +} +.ph-duotone.ph-google-logo:before { + content: '\edc3'; + opacity: 0.2; +} +.ph-duotone.ph-google-logo:after { + content: '\edc4'; + margin-left: -1em; +} +.ph-duotone.ph-google-photos-logo:before { + content: '\edc5'; + opacity: 0.2; +} +.ph-duotone.ph-google-photos-logo:after { + content: '\edc6'; + margin-left: -1em; +} +.ph-duotone.ph-google-play-logo:before { + content: '\edc7'; + opacity: 0.2; +} +.ph-duotone.ph-google-play-logo:after { + content: '\edc8'; + margin-left: -1em; +} +.ph-duotone.ph-google-podcasts-logo:before { + content: '\edc9'; + opacity: 0.2; +} +.ph-duotone.ph-google-podcasts-logo:after { + content: '\edca'; + margin-left: -1em; +} +.ph-duotone.ph-gradient:before { + content: '\edcb'; + opacity: 0.2; +} +.ph-duotone.ph-gradient:after { + content: '\edcc'; + margin-left: -1em; +} +.ph-duotone.ph-graduation-cap:before { + content: '\edcd'; + opacity: 0.2; +} +.ph-duotone.ph-graduation-cap:after { + content: '\edce'; + margin-left: -1em; +} +.ph-duotone.ph-grains:before { + content: '\edcf'; + opacity: 0.2; +} +.ph-duotone.ph-grains:after { + content: '\edd0'; + margin-left: -1em; +} +.ph-duotone.ph-grains-slash:before { + content: '\edd1'; + opacity: 0.2; +} +.ph-duotone.ph-grains-slash:after { + content: '\edd2'; + margin-left: -1em; +} +.ph-duotone.ph-graph:before { + content: '\edd3'; + opacity: 0.2; +} +.ph-duotone.ph-graph:after { + content: '\edd4'; + margin-left: -1em; +} +.ph-duotone.ph-grid-four:before { + content: '\edd5'; + opacity: 0.2; +} +.ph-duotone.ph-grid-four:after { + content: '\edd6'; + margin-left: -1em; +} +.ph-duotone.ph-grid-nine:before { + content: '\edd7'; + opacity: 0.2; +} +.ph-duotone.ph-grid-nine:after { + content: '\edd8'; + margin-left: -1em; +} +.ph-duotone.ph-guitar:before { + content: '\edd9'; + opacity: 0.2; +} +.ph-duotone.ph-guitar:after { + content: '\edda'; + margin-left: -1em; +} +.ph-duotone.ph-hamburger:before { + content: '\eddb'; + opacity: 0.2; +} +.ph-duotone.ph-hamburger:after { + content: '\eddc'; + margin-left: -1em; +} +.ph-duotone.ph-hammer:before { + content: '\eddd'; + opacity: 0.2; +} +.ph-duotone.ph-hammer:after { + content: '\edde'; + margin-left: -1em; +} +.ph-duotone.ph-handbag:before { + content: '\eddf'; + opacity: 0.2; +} +.ph-duotone.ph-handbag:after { + content: '\ede0'; + margin-left: -1em; +} +.ph-duotone.ph-handbag-simple:before { + content: '\ede1'; + opacity: 0.2; +} +.ph-duotone.ph-handbag-simple:after { + content: '\ede2'; + margin-left: -1em; +} +.ph-duotone.ph-hand-coins:before { + content: '\ede3'; + opacity: 0.2; +} +.ph-duotone.ph-hand-coins:after { + content: '\ede4'; + margin-left: -1em; +} +.ph-duotone.ph-hand:before { + content: '\ede5'; + opacity: 0.2; +} +.ph-duotone.ph-hand:after { + content: '\ede6'; + margin-left: -1em; +} +.ph-duotone.ph-hand-eye:before { + content: '\ede7'; + opacity: 0.2; +} +.ph-duotone.ph-hand-eye:after { + content: '\ede8'; + margin-left: -1em; +} +.ph-duotone.ph-hand-fist:before { + content: '\ede9'; + opacity: 0.2; +} +.ph-duotone.ph-hand-fist:after { + content: '\edea'; + margin-left: -1em; +} +.ph-duotone.ph-hand-grabbing:before { + content: '\edeb'; + opacity: 0.2; +} +.ph-duotone.ph-hand-grabbing:after { + content: '\edec'; + margin-left: -1em; +} +.ph-duotone.ph-hand-heart:before { + content: '\eded'; + opacity: 0.2; +} +.ph-duotone.ph-hand-heart:after { + content: '\edee'; + margin-left: -1em; +} +.ph-duotone.ph-hand-palm:before { + content: '\edef'; + opacity: 0.2; +} +.ph-duotone.ph-hand-palm:after { + content: '\edf0'; + margin-left: -1em; +} +.ph-duotone.ph-hand-pointing:before { + content: '\edf1'; + opacity: 0.2; +} +.ph-duotone.ph-hand-pointing:after { + content: '\edf2'; + margin-left: -1em; +} +.ph-duotone.ph-hands-clapping:before { + content: '\edf3'; + opacity: 0.2; +} +.ph-duotone.ph-hands-clapping:after { + content: '\edf4'; + margin-left: -1em; +} +.ph-duotone.ph-handshake:before { + content: '\edf5'; + opacity: 0.2; +} +.ph-duotone.ph-handshake:after { + content: '\edf6'; + margin-left: -1em; +} +.ph-duotone.ph-hand-soap:before { + content: '\edf7'; + opacity: 0.2; +} +.ph-duotone.ph-hand-soap:after { + content: '\edf8'; + margin-left: -1em; +} +.ph-duotone.ph-hands-praying:before { + content: '\edf9'; + opacity: 0.2; +} +.ph-duotone.ph-hands-praying:after { + content: '\edfa'; + margin-left: -1em; +} +.ph-duotone.ph-hand-swipe-left:before { + content: '\edfb'; + opacity: 0.2; +} +.ph-duotone.ph-hand-swipe-left:after { + content: '\edfc'; + margin-left: -1em; +} +.ph-duotone.ph-hand-swipe-right:before { + content: '\edfd'; + opacity: 0.2; +} +.ph-duotone.ph-hand-swipe-right:after { + content: '\edfe'; + margin-left: -1em; +} +.ph-duotone.ph-hand-tap:before { + content: '\edff'; + opacity: 0.2; +} +.ph-duotone.ph-hand-tap:after { + content: '\ee00'; + margin-left: -1em; +} +.ph-duotone.ph-hand-waving:before { + content: '\ee01'; + opacity: 0.2; +} +.ph-duotone.ph-hand-waving:after { + content: '\ee02'; + margin-left: -1em; +} +.ph-duotone.ph-hard-drive:before { + content: '\ee03'; + opacity: 0.2; +} +.ph-duotone.ph-hard-drive:after { + content: '\ee04'; + margin-left: -1em; +} +.ph-duotone.ph-hard-drives:before { + content: '\ee05'; + opacity: 0.2; +} +.ph-duotone.ph-hard-drives:after { + content: '\ee06'; + margin-left: -1em; +} +.ph-duotone.ph-hash:before { + content: '\ee07'; + opacity: 0.2; +} +.ph-duotone.ph-hash:after { + content: '\ee08'; + margin-left: -1em; +} +.ph-duotone.ph-hash-straight:before { + content: '\ee09'; + opacity: 0.2; +} +.ph-duotone.ph-hash-straight:after { + content: '\ee0a'; + margin-left: -1em; +} +.ph-duotone.ph-headlights:before { + content: '\ee0b'; + opacity: 0.2; +} +.ph-duotone.ph-headlights:after { + content: '\ee0c'; + margin-left: -1em; +} +.ph-duotone.ph-headphones:before { + content: '\ee0d'; + opacity: 0.2; +} +.ph-duotone.ph-headphones:after { + content: '\ee0e'; + margin-left: -1em; +} +.ph-duotone.ph-headset:before { + content: '\ee0f'; + opacity: 0.2; +} +.ph-duotone.ph-headset:after { + content: '\ee10'; + margin-left: -1em; +} +.ph-duotone.ph-heartbeat:before { + content: '\ee11'; + opacity: 0.2; +} +.ph-duotone.ph-heartbeat:after { + content: '\ee12'; + margin-left: -1em; +} +.ph-duotone.ph-heart-break:before { + content: '\ee13'; + opacity: 0.2; +} +.ph-duotone.ph-heart-break:after { + content: '\ee14'; + margin-left: -1em; +} +.ph-duotone.ph-heart:before { + content: '\ee15'; + opacity: 0.2; +} +.ph-duotone.ph-heart:after { + content: '\ee16'; + margin-left: -1em; +} +.ph-duotone.ph-heart-half:before { + content: '\ee17'; + opacity: 0.2; +} +.ph-duotone.ph-heart-half:after { + content: '\ee18'; + margin-left: -1em; +} +.ph-duotone.ph-heart-straight-break:before { + content: '\ee19'; + opacity: 0.2; +} +.ph-duotone.ph-heart-straight-break:after { + content: '\ee1a'; + margin-left: -1em; +} +.ph-duotone.ph-heart-straight:before { + content: '\ee1b'; + opacity: 0.2; +} +.ph-duotone.ph-heart-straight:after { + content: '\ee1c'; + margin-left: -1em; +} +.ph-duotone.ph-hexagon:before { + content: '\ee1d'; + opacity: 0.2; +} +.ph-duotone.ph-hexagon:after { + content: '\ee1e'; + margin-left: -1em; +} +.ph-duotone.ph-high-heel:before { + content: '\ee1f'; + opacity: 0.2; +} +.ph-duotone.ph-high-heel:after { + content: '\ee20'; + margin-left: -1em; +} +.ph-duotone.ph-highlighter-circle:before { + content: '\ee21'; + opacity: 0.2; +} +.ph-duotone.ph-highlighter-circle:after { + content: '\ee22'; + margin-left: -1em; +} +.ph-duotone.ph-hoodie:before { + content: '\ee23'; + opacity: 0.2; +} +.ph-duotone.ph-hoodie:after { + content: '\ee24'; + margin-left: -1em; +} +.ph-duotone.ph-horse:before { + content: '\ee25'; + opacity: 0.2; +} +.ph-duotone.ph-horse:after { + content: '\ee26'; + margin-left: -1em; +} +.ph-duotone.ph-hourglass:before { + content: '\ee27'; + opacity: 0.2; +} +.ph-duotone.ph-hourglass:after { + content: '\ee28'; + margin-left: -1em; +} +.ph-duotone.ph-hourglass-high:before { + content: '\ee29'; + opacity: 0.2; +} +.ph-duotone.ph-hourglass-high:after { + content: '\ee2a'; + margin-left: -1em; +} +.ph-duotone.ph-hourglass-low:before { + content: '\ee2b'; + opacity: 0.2; +} +.ph-duotone.ph-hourglass-low:after { + content: '\ee2c'; + margin-left: -1em; +} +.ph-duotone.ph-hourglass-medium:before { + content: '\ee2d'; + opacity: 0.2; +} +.ph-duotone.ph-hourglass-medium:after { + content: '\ee2e'; + margin-left: -1em; +} +.ph-duotone.ph-hourglass-simple:before { + content: '\ee2f'; + opacity: 0.2; +} +.ph-duotone.ph-hourglass-simple:after { + content: '\ee30'; + margin-left: -1em; +} +.ph-duotone.ph-hourglass-simple-high:before { + content: '\ee31'; + opacity: 0.2; +} +.ph-duotone.ph-hourglass-simple-high:after { + content: '\ee32'; + margin-left: -1em; +} +.ph-duotone.ph-hourglass-simple-low:before { + content: '\ee33'; + opacity: 0.2; +} +.ph-duotone.ph-hourglass-simple-low:after { + content: '\ee34'; + margin-left: -1em; +} +.ph-duotone.ph-hourglass-simple-medium:before { + content: '\ee35'; + opacity: 0.2; +} +.ph-duotone.ph-hourglass-simple-medium:after { + content: '\ee36'; + margin-left: -1em; +} +.ph-duotone.ph-house:before { + content: '\ee37'; + opacity: 0.2; +} +.ph-duotone.ph-house:after { + content: '\ee38'; + margin-left: -1em; +} +.ph-duotone.ph-house-line:before { + content: '\ee39'; + opacity: 0.2; +} +.ph-duotone.ph-house-line:after { + content: '\ee3a'; + margin-left: -1em; +} +.ph-duotone.ph-house-simple:before { + content: '\ee3b'; + opacity: 0.2; +} +.ph-duotone.ph-house-simple:after { + content: '\ee3c'; + margin-left: -1em; +} +.ph-duotone.ph-ice-cream:before { + content: '\ee3d'; + opacity: 0.2; +} +.ph-duotone.ph-ice-cream:after { + content: '\ee3e'; + margin-left: -1em; +} +.ph-duotone.ph-identification-badge:before { + content: '\ee3f'; + opacity: 0.2; +} +.ph-duotone.ph-identification-badge:after { + content: '\ee40'; + margin-left: -1em; +} +.ph-duotone.ph-identification-card:before { + content: '\ee41'; + opacity: 0.2; +} +.ph-duotone.ph-identification-card:after { + content: '\ee42'; + margin-left: -1em; +} +.ph-duotone.ph-image:before { + content: '\ee43'; + opacity: 0.2; +} +.ph-duotone.ph-image:after { + content: '\ee44'; + margin-left: -1em; +} +.ph-duotone.ph-images:before { + content: '\ee45'; + opacity: 0.2; +} +.ph-duotone.ph-images:after { + content: '\ee46'; + margin-left: -1em; +} +.ph-duotone.ph-image-square:before { + content: '\ee47'; + opacity: 0.2; +} +.ph-duotone.ph-image-square:after { + content: '\ee48'; + margin-left: -1em; +} +.ph-duotone.ph-images-square:before { + content: '\ee49'; + opacity: 0.2; +} +.ph-duotone.ph-images-square:after { + content: '\ee4a'; + margin-left: -1em; +} +.ph-duotone.ph-infinity:before { + content: '\ee4b'; + opacity: 0.2; +} +.ph-duotone.ph-infinity:after { + content: '\ee4c'; + margin-left: -1em; +} +.ph-duotone.ph-info:before { + content: '\ee4d'; + opacity: 0.2; +} +.ph-duotone.ph-info:after { + content: '\ee4e'; + margin-left: -1em; +} +.ph-duotone.ph-instagram-logo:before { + content: '\ee4f'; + opacity: 0.2; +} +.ph-duotone.ph-instagram-logo:after { + content: '\ee50'; + margin-left: -1em; +} +.ph-duotone.ph-intersect:before { + content: '\ee51'; + opacity: 0.2; +} +.ph-duotone.ph-intersect:after { + content: '\ee52'; + margin-left: -1em; +} +.ph-duotone.ph-intersect-square:before { + content: '\ee53'; + opacity: 0.2; +} +.ph-duotone.ph-intersect-square:after { + content: '\ee54'; + margin-left: -1em; +} +.ph-duotone.ph-intersect-three:before { + content: '\ee55'; + opacity: 0.2; +} +.ph-duotone.ph-intersect-three:after { + content: '\ee56'; + margin-left: -1em; +} +.ph-duotone.ph-jeep:before { + content: '\ee57'; + opacity: 0.2; +} +.ph-duotone.ph-jeep:after { + content: '\ee58'; + margin-left: -1em; +} +.ph-duotone.ph-kanban:before { + content: '\ee59'; + opacity: 0.2; +} +.ph-duotone.ph-kanban:after { + content: '\ee5a'; + margin-left: -1em; +} +.ph-duotone.ph-keyboard:before { + content: '\ee5b'; + opacity: 0.2; +} +.ph-duotone.ph-keyboard:after { + content: '\ee5c'; + margin-left: -1em; +} +.ph-duotone.ph-key:before { + content: '\ee5d'; + opacity: 0.2; +} +.ph-duotone.ph-key:after { + content: '\ee5e'; + margin-left: -1em; +} +.ph-duotone.ph-keyhole:before { + content: '\ee5f'; + opacity: 0.2; +} +.ph-duotone.ph-keyhole:after { + content: '\ee60'; + margin-left: -1em; +} +.ph-duotone.ph-key-return:before { + content: '\ee61'; + opacity: 0.2; +} +.ph-duotone.ph-key-return:after { + content: '\ee62'; + margin-left: -1em; +} +.ph-duotone.ph-knife:before { + content: '\ee63'; + opacity: 0.2; +} +.ph-duotone.ph-knife:after { + content: '\ee64'; + margin-left: -1em; +} +.ph-duotone.ph-ladder:before { + content: '\ee65'; + opacity: 0.2; +} +.ph-duotone.ph-ladder:after { + content: '\ee66'; + margin-left: -1em; +} +.ph-duotone.ph-ladder-simple:before { + content: '\ee67'; + opacity: 0.2; +} +.ph-duotone.ph-ladder-simple:after { + content: '\ee68'; + margin-left: -1em; +} +.ph-duotone.ph-lamp:before { + content: '\ee69'; + opacity: 0.2; +} +.ph-duotone.ph-lamp:after { + content: '\ee6a'; + margin-left: -1em; +} +.ph-duotone.ph-laptop:before { + content: '\ee6b'; + opacity: 0.2; +} +.ph-duotone.ph-laptop:after { + content: '\ee6c'; + margin-left: -1em; +} +.ph-duotone.ph-layout:before { + content: '\ee6d'; + opacity: 0.2; +} +.ph-duotone.ph-layout:after { + content: '\ee6e'; + margin-left: -1em; +} +.ph-duotone.ph-leaf:before { + content: '\ee6f'; + opacity: 0.2; +} +.ph-duotone.ph-leaf:after { + content: '\ee70'; + margin-left: -1em; +} +.ph-duotone.ph-lifebuoy:before { + content: '\ee71'; + opacity: 0.2; +} +.ph-duotone.ph-lifebuoy:after { + content: '\ee72'; + margin-left: -1em; +} +.ph-duotone.ph-lightbulb:before { + content: '\ee73'; + opacity: 0.2; +} +.ph-duotone.ph-lightbulb:after { + content: '\ee74'; + margin-left: -1em; +} +.ph-duotone.ph-lightbulb-filament:before { + content: '\ee75'; + opacity: 0.2; +} +.ph-duotone.ph-lightbulb-filament:after { + content: '\ee76'; + margin-left: -1em; +} +.ph-duotone.ph-lighthouse:before { + content: '\ee77'; + opacity: 0.2; +} +.ph-duotone.ph-lighthouse:after { + content: '\ee78'; + margin-left: -1em; +} +.ph-duotone.ph-lightning-a:before { + content: '\ee79'; + opacity: 0.2; +} +.ph-duotone.ph-lightning-a:after { + content: '\ee7a'; + margin-left: -1em; +} +.ph-duotone.ph-lightning:before { + content: '\ee7b'; + opacity: 0.2; +} +.ph-duotone.ph-lightning:after { + content: '\ee7c'; + margin-left: -1em; +} +.ph-duotone.ph-lightning-slash:before { + content: '\ee7d'; + opacity: 0.2; +} +.ph-duotone.ph-lightning-slash:after { + content: '\ee7e'; + margin-left: -1em; +} +.ph-duotone.ph-line-segment:before { + content: '\ee7f'; + opacity: 0.2; +} +.ph-duotone.ph-line-segment:after { + content: '\ee80'; + margin-left: -1em; +} +.ph-duotone.ph-line-segments:before { + content: '\ee81'; + opacity: 0.2; +} +.ph-duotone.ph-line-segments:after { + content: '\ee82'; + margin-left: -1em; +} +.ph-duotone.ph-link-break:before { + content: '\ee83'; + opacity: 0.2; +} +.ph-duotone.ph-link-break:after { + content: '\ee84'; + margin-left: -1em; +} +.ph-duotone.ph-link:before { + content: '\ee85'; + opacity: 0.2; +} +.ph-duotone.ph-link:after { + content: '\ee86'; + margin-left: -1em; +} +.ph-duotone.ph-linkedin-logo:before { + content: '\ee87'; + opacity: 0.2; +} +.ph-duotone.ph-linkedin-logo:after { + content: '\ee88'; + margin-left: -1em; +} +.ph-duotone.ph-link-simple-break:before { + content: '\ee89'; + opacity: 0.2; +} +.ph-duotone.ph-link-simple-break:after { + content: '\ee8a'; + margin-left: -1em; +} +.ph-duotone.ph-link-simple:before { + content: '\ee8b'; + opacity: 0.2; +} +.ph-duotone.ph-link-simple:after { + content: '\ee8c'; + margin-left: -1em; +} +.ph-duotone.ph-link-simple-horizontal-break:before { + content: '\ee8d'; + opacity: 0.2; +} +.ph-duotone.ph-link-simple-horizontal-break:after { + content: '\ee8e'; + margin-left: -1em; +} +.ph-duotone.ph-link-simple-horizontal:before { + content: '\ee8f'; + opacity: 0.2; +} +.ph-duotone.ph-link-simple-horizontal:after { + content: '\ee90'; + margin-left: -1em; +} +.ph-duotone.ph-linux-logo:before { + content: '\ee91'; + opacity: 0.2; +} +.ph-duotone.ph-linux-logo:after { + content: '\ee92'; + margin-left: -1em; +} +.ph-duotone.ph-list-bullets:before { + content: '\ee93'; + opacity: 0.2; +} +.ph-duotone.ph-list-bullets:after { + content: '\ee94'; + margin-left: -1em; +} +.ph-duotone.ph-list-checks:before { + content: '\ee95'; + opacity: 0.2; +} +.ph-duotone.ph-list-checks:after { + content: '\ee96'; + margin-left: -1em; +} +.ph-duotone.ph-list-dashes:before { + content: '\ee97'; + opacity: 0.2; +} +.ph-duotone.ph-list-dashes:after { + content: '\ee98'; + margin-left: -1em; +} +.ph-duotone.ph-list:before { + content: '\ee99'; + opacity: 0.2; +} +.ph-duotone.ph-list:after { + content: '\ee9a'; + margin-left: -1em; +} +.ph-duotone.ph-list-magnifying-glass:before { + content: '\ee9b'; + opacity: 0.2; +} +.ph-duotone.ph-list-magnifying-glass:after { + content: '\ee9c'; + margin-left: -1em; +} +.ph-duotone.ph-list-numbers:before { + content: '\ee9d'; + opacity: 0.2; +} +.ph-duotone.ph-list-numbers:after { + content: '\ee9e'; + margin-left: -1em; +} +.ph-duotone.ph-list-plus:before { + content: '\ee9f'; + opacity: 0.2; +} +.ph-duotone.ph-list-plus:after { + content: '\eea0'; + margin-left: -1em; +} +.ph-duotone.ph-lock:before { + content: '\eea1'; + opacity: 0.2; +} +.ph-duotone.ph-lock:after { + content: '\eea2'; + margin-left: -1em; +} +.ph-duotone.ph-lockers:before { + content: '\eea3'; + opacity: 0.2; +} +.ph-duotone.ph-lockers:after { + content: '\eea4'; + margin-left: -1em; +} +.ph-duotone.ph-lock-key:before { + content: '\eea5'; + opacity: 0.2; +} +.ph-duotone.ph-lock-key:after { + content: '\eea6'; + margin-left: -1em; +} +.ph-duotone.ph-lock-key-open:before { + content: '\eea7'; + opacity: 0.2; +} +.ph-duotone.ph-lock-key-open:after { + content: '\eea8'; + margin-left: -1em; +} +.ph-duotone.ph-lock-laminated:before { + content: '\eea9'; + opacity: 0.2; +} +.ph-duotone.ph-lock-laminated:after { + content: '\eeaa'; + margin-left: -1em; +} +.ph-duotone.ph-lock-laminated-open:before { + content: '\eeab'; + opacity: 0.2; +} +.ph-duotone.ph-lock-laminated-open:after { + content: '\eeac'; + margin-left: -1em; +} +.ph-duotone.ph-lock-open:before { + content: '\eead'; + opacity: 0.2; +} +.ph-duotone.ph-lock-open:after { + content: '\eeae'; + margin-left: -1em; +} +.ph-duotone.ph-lock-simple:before { + content: '\eeaf'; + opacity: 0.2; +} +.ph-duotone.ph-lock-simple:after { + content: '\eeb0'; + margin-left: -1em; +} +.ph-duotone.ph-lock-simple-open:before { + content: '\eeb1'; + opacity: 0.2; +} +.ph-duotone.ph-lock-simple-open:after { + content: '\eeb2'; + margin-left: -1em; +} +.ph-duotone.ph-magic-wand:before { + content: '\eeb3'; + opacity: 0.2; +} +.ph-duotone.ph-magic-wand:after { + content: '\eeb4'; + margin-left: -1em; +} +.ph-duotone.ph-magnet:before { + content: '\eeb5'; + opacity: 0.2; +} +.ph-duotone.ph-magnet:after { + content: '\eeb6'; + margin-left: -1em; +} +.ph-duotone.ph-magnet-straight:before { + content: '\eeb7'; + opacity: 0.2; +} +.ph-duotone.ph-magnet-straight:after { + content: '\eeb8'; + margin-left: -1em; +} +.ph-duotone.ph-magnifying-glass:before { + content: '\eeb9'; + opacity: 0.2; +} +.ph-duotone.ph-magnifying-glass:after { + content: '\eeba'; + margin-left: -1em; +} +.ph-duotone.ph-magnifying-glass-minus:before { + content: '\eebb'; + opacity: 0.2; +} +.ph-duotone.ph-magnifying-glass-minus:after { + content: '\eebc'; + margin-left: -1em; +} +.ph-duotone.ph-magnifying-glass-plus:before { + content: '\eebd'; + opacity: 0.2; +} +.ph-duotone.ph-magnifying-glass-plus:after { + content: '\eebe'; + margin-left: -1em; +} +.ph-duotone.ph-map-pin:before { + content: '\eebf'; + opacity: 0.2; +} +.ph-duotone.ph-map-pin:after { + content: '\eec0'; + margin-left: -1em; +} +.ph-duotone.ph-map-pin-line:before { + content: '\eec1'; + opacity: 0.2; +} +.ph-duotone.ph-map-pin-line:after { + content: '\eec2'; + margin-left: -1em; +} +.ph-duotone.ph-map-trifold:before { + content: '\eec3'; + opacity: 0.2; +} +.ph-duotone.ph-map-trifold:after { + content: '\eec4'; + margin-left: -1em; +} +.ph-duotone.ph-marker-circle:before { + content: '\eec5'; + opacity: 0.2; +} +.ph-duotone.ph-marker-circle:after { + content: '\eec6'; + margin-left: -1em; +} +.ph-duotone.ph-martini:before { + content: '\eec7'; + opacity: 0.2; +} +.ph-duotone.ph-martini:after { + content: '\eec8'; + margin-left: -1em; +} +.ph-duotone.ph-mask-happy:before { + content: '\eec9'; + opacity: 0.2; +} +.ph-duotone.ph-mask-happy:after { + content: '\eeca'; + margin-left: -1em; +} +.ph-duotone.ph-mask-sad:before { + content: '\eecb'; + opacity: 0.2; +} +.ph-duotone.ph-mask-sad:after { + content: '\eecc'; + margin-left: -1em; +} +.ph-duotone.ph-math-operations:before { + content: '\eecd'; + opacity: 0.2; +} +.ph-duotone.ph-math-operations:after { + content: '\eece'; + margin-left: -1em; +} +.ph-duotone.ph-medal:before { + content: '\eecf'; + opacity: 0.2; +} +.ph-duotone.ph-medal:after { + content: '\eed0'; + margin-left: -1em; +} +.ph-duotone.ph-medal-military:before { + content: '\eed1'; + opacity: 0.2; +} +.ph-duotone.ph-medal-military:after { + content: '\eed2'; + margin-left: -1em; +} +.ph-duotone.ph-medium-logo:before { + content: '\eed3'; + opacity: 0.2; +} +.ph-duotone.ph-medium-logo:after { + content: '\eed4'; + margin-left: -1em; +} +.ph-duotone.ph-megaphone:before { + content: '\eed5'; + opacity: 0.2; +} +.ph-duotone.ph-megaphone:after { + content: '\eed6'; + margin-left: -1em; +} +.ph-duotone.ph-megaphone-simple:before { + content: '\eed7'; + opacity: 0.2; +} +.ph-duotone.ph-megaphone-simple:after { + content: '\eed8'; + margin-left: -1em; +} +.ph-duotone.ph-messenger-logo:before { + content: '\eed9'; + opacity: 0.2; +} +.ph-duotone.ph-messenger-logo:after { + content: '\eeda'; + margin-left: -1em; +} +.ph-duotone.ph-meta-logo:before { + content: '\eedb'; + opacity: 0.2; +} +.ph-duotone.ph-meta-logo:after { + content: '\eedc'; + margin-left: -1em; +} +.ph-duotone.ph-metronome:before { + content: '\eedd'; + opacity: 0.2; +} +.ph-duotone.ph-metronome:after { + content: '\eede'; + margin-left: -1em; +} +.ph-duotone.ph-microphone:before { + content: '\eedf'; + opacity: 0.2; +} +.ph-duotone.ph-microphone:after { + content: '\eee0'; + margin-left: -1em; +} +.ph-duotone.ph-microphone-slash:before { + content: '\eee1'; + opacity: 0.2; +} +.ph-duotone.ph-microphone-slash:after { + content: '\eee2'; + margin-left: -1em; +} +.ph-duotone.ph-microphone-stage:before { + content: '\eee3'; + opacity: 0.2; +} +.ph-duotone.ph-microphone-stage:after { + content: '\eee4'; + margin-left: -1em; +} +.ph-duotone.ph-microsoft-excel-logo:before { + content: '\eee5'; + opacity: 0.2; +} +.ph-duotone.ph-microsoft-excel-logo:after { + content: '\eee6'; + margin-left: -1em; +} +.ph-duotone.ph-microsoft-outlook-logo:before { + content: '\eee7'; + opacity: 0.2; +} +.ph-duotone.ph-microsoft-outlook-logo:after { + content: '\eee8'; + margin-left: -1em; +} +.ph-duotone.ph-microsoft-powerpoint-logo:before { + content: '\eee9'; + opacity: 0.2; +} +.ph-duotone.ph-microsoft-powerpoint-logo:after { + content: '\eeea'; + margin-left: -1em; +} +.ph-duotone.ph-microsoft-teams-logo:before { + content: '\eeeb'; + opacity: 0.2; +} +.ph-duotone.ph-microsoft-teams-logo:after { + content: '\eeec'; + margin-left: -1em; +} +.ph-duotone.ph-microsoft-word-logo:before { + content: '\eeed'; + opacity: 0.2; +} +.ph-duotone.ph-microsoft-word-logo:after { + content: '\eeee'; + margin-left: -1em; +} +.ph-duotone.ph-minus-circle:before { + content: '\eeef'; + opacity: 0.2; +} +.ph-duotone.ph-minus-circle:after { + content: '\eef0'; + margin-left: -1em; +} +.ph-duotone.ph-minus:before { + content: '\eef1'; + opacity: 0.2; +} +.ph-duotone.ph-minus:after { + content: '\eef2'; + margin-left: -1em; +} +.ph-duotone.ph-minus-square:before { + content: '\eef3'; + opacity: 0.2; +} +.ph-duotone.ph-minus-square:after { + content: '\eef4'; + margin-left: -1em; +} +.ph-duotone.ph-money:before { + content: '\eef5'; + opacity: 0.2; +} +.ph-duotone.ph-money:after { + content: '\eef6'; + margin-left: -1em; +} +.ph-duotone.ph-monitor:before { + content: '\eef7'; + opacity: 0.2; +} +.ph-duotone.ph-monitor:after { + content: '\eef8'; + margin-left: -1em; +} +.ph-duotone.ph-monitor-play:before { + content: '\eef9'; + opacity: 0.2; +} +.ph-duotone.ph-monitor-play:after { + content: '\eefa'; + margin-left: -1em; +} +.ph-duotone.ph-moon:before { + content: '\eefb'; + opacity: 0.2; +} +.ph-duotone.ph-moon:after { + content: '\eefc'; + margin-left: -1em; +} +.ph-duotone.ph-moon-stars:before { + content: '\eefd'; + opacity: 0.2; +} +.ph-duotone.ph-moon-stars:after { + content: '\eefe'; + margin-left: -1em; +} +.ph-duotone.ph-moped:before { + content: '\eeff'; + opacity: 0.2; +} +.ph-duotone.ph-moped:after { + content: '\ef00'; + margin-left: -1em; +} +.ph-duotone.ph-moped-front:before { + content: '\ef01'; + opacity: 0.2; +} +.ph-duotone.ph-moped-front:after { + content: '\ef02'; + margin-left: -1em; +} +.ph-duotone.ph-mosque:before { + content: '\ef03'; + opacity: 0.2; +} +.ph-duotone.ph-mosque:after { + content: '\ef04'; + margin-left: -1em; +} +.ph-duotone.ph-motorcycle:before { + content: '\ef05'; + opacity: 0.2; +} +.ph-duotone.ph-motorcycle:after { + content: '\ef06'; + margin-left: -1em; +} +.ph-duotone.ph-mountains:before { + content: '\ef07'; + opacity: 0.2; +} +.ph-duotone.ph-mountains:after { + content: '\ef08'; + margin-left: -1em; +} +.ph-duotone.ph-mouse:before { + content: '\ef09'; + opacity: 0.2; +} +.ph-duotone.ph-mouse:after { + content: '\ef0a'; + margin-left: -1em; +} +.ph-duotone.ph-mouse-simple:before { + content: '\ef0b'; + opacity: 0.2; +} +.ph-duotone.ph-mouse-simple:after { + content: '\ef0c'; + margin-left: -1em; +} +.ph-duotone.ph-music-note:before { + content: '\ef0d'; + opacity: 0.2; +} +.ph-duotone.ph-music-note:after { + content: '\ef0e'; + margin-left: -1em; +} +.ph-duotone.ph-music-notes:before { + content: '\ef0f'; + opacity: 0.2; +} +.ph-duotone.ph-music-notes:after { + content: '\ef10'; + margin-left: -1em; +} +.ph-duotone.ph-music-note-simple:before { + content: '\ef11'; + opacity: 0.2; +} +.ph-duotone.ph-music-note-simple:after { + content: '\ef12'; + margin-left: -1em; +} +.ph-duotone.ph-music-notes-plus:before { + content: '\ef13'; + opacity: 0.2; +} +.ph-duotone.ph-music-notes-plus:after { + content: '\ef14'; + margin-left: -1em; +} +.ph-duotone.ph-music-notes-simple:before { + content: '\ef15'; + opacity: 0.2; +} +.ph-duotone.ph-music-notes-simple:after { + content: '\ef16'; + margin-left: -1em; +} +.ph-duotone.ph-navigation-arrow:before { + content: '\ef17'; + opacity: 0.2; +} +.ph-duotone.ph-navigation-arrow:after { + content: '\ef18'; + margin-left: -1em; +} +.ph-duotone.ph-needle:before { + content: '\ef19'; + opacity: 0.2; +} +.ph-duotone.ph-needle:after { + content: '\ef1a'; + margin-left: -1em; +} +.ph-duotone.ph-newspaper-clipping:before { + content: '\ef1b'; + opacity: 0.2; +} +.ph-duotone.ph-newspaper-clipping:after { + content: '\ef1c'; + margin-left: -1em; +} +.ph-duotone.ph-newspaper:before { + content: '\ef1d'; + opacity: 0.2; +} +.ph-duotone.ph-newspaper:after { + content: '\ef1e'; + margin-left: -1em; +} +.ph-duotone.ph-notches:before { + content: '\ef1f'; + opacity: 0.2; +} +.ph-duotone.ph-notches:after { + content: '\ef20'; + margin-left: -1em; +} +.ph-duotone.ph-note-blank:before { + content: '\ef21'; + opacity: 0.2; +} +.ph-duotone.ph-note-blank:after { + content: '\ef22'; + margin-left: -1em; +} +.ph-duotone.ph-notebook:before { + content: '\ef23'; + opacity: 0.2; +} +.ph-duotone.ph-notebook:after { + content: '\ef24'; + margin-left: -1em; +} +.ph-duotone.ph-note:before { + content: '\ef25'; + opacity: 0.2; +} +.ph-duotone.ph-note:after { + content: '\ef26'; + margin-left: -1em; +} +.ph-duotone.ph-notepad:before { + content: '\ef27'; + opacity: 0.2; +} +.ph-duotone.ph-notepad:after { + content: '\ef28'; + margin-left: -1em; +} +.ph-duotone.ph-note-pencil:before { + content: '\ef29'; + opacity: 0.2; +} +.ph-duotone.ph-note-pencil:after { + content: '\ef2a'; + margin-left: -1em; +} +.ph-duotone.ph-notification:before { + content: '\ef2b'; + opacity: 0.2; +} +.ph-duotone.ph-notification:after { + content: '\ef2c'; + margin-left: -1em; +} +.ph-duotone.ph-notion-logo:before { + content: '\ef2d'; + opacity: 0.2; +} +.ph-duotone.ph-notion-logo:after { + content: '\ef2e'; + margin-left: -1em; +} +.ph-duotone.ph-number-circle-eight:before { + content: '\ef2f'; + opacity: 0.2; +} +.ph-duotone.ph-number-circle-eight:after { + content: '\ef30'; + margin-left: -1em; +} +.ph-duotone.ph-number-circle-five:before { + content: '\ef31'; + opacity: 0.2; +} +.ph-duotone.ph-number-circle-five:after { + content: '\ef32'; + margin-left: -1em; +} +.ph-duotone.ph-number-circle-four:before { + content: '\ef33'; + opacity: 0.2; +} +.ph-duotone.ph-number-circle-four:after { + content: '\ef34'; + margin-left: -1em; +} +.ph-duotone.ph-number-circle-nine:before { + content: '\ef35'; + opacity: 0.2; +} +.ph-duotone.ph-number-circle-nine:after { + content: '\ef36'; + margin-left: -1em; +} +.ph-duotone.ph-number-circle-one:before { + content: '\ef37'; + opacity: 0.2; +} +.ph-duotone.ph-number-circle-one:after { + content: '\ef38'; + margin-left: -1em; +} +.ph-duotone.ph-number-circle-seven:before { + content: '\ef39'; + opacity: 0.2; +} +.ph-duotone.ph-number-circle-seven:after { + content: '\ef3a'; + margin-left: -1em; +} +.ph-duotone.ph-number-circle-six:before { + content: '\ef3b'; + opacity: 0.2; +} +.ph-duotone.ph-number-circle-six:after { + content: '\ef3c'; + margin-left: -1em; +} +.ph-duotone.ph-number-circle-three:before { + content: '\ef3d'; + opacity: 0.2; +} +.ph-duotone.ph-number-circle-three:after { + content: '\ef3e'; + margin-left: -1em; +} +.ph-duotone.ph-number-circle-two:before { + content: '\ef3f'; + opacity: 0.2; +} +.ph-duotone.ph-number-circle-two:after { + content: '\ef40'; + margin-left: -1em; +} +.ph-duotone.ph-number-circle-zero:before { + content: '\ef41'; + opacity: 0.2; +} +.ph-duotone.ph-number-circle-zero:after { + content: '\ef42'; + margin-left: -1em; +} +.ph-duotone.ph-number-eight:before { + content: '\ef43'; + opacity: 0.2; +} +.ph-duotone.ph-number-eight:after { + content: '\ef44'; + margin-left: -1em; +} +.ph-duotone.ph-number-five:before { + content: '\ef45'; + opacity: 0.2; +} +.ph-duotone.ph-number-five:after { + content: '\ef46'; + margin-left: -1em; +} +.ph-duotone.ph-number-four:before { + content: '\ef47'; + opacity: 0.2; +} +.ph-duotone.ph-number-four:after { + content: '\ef48'; + margin-left: -1em; +} +.ph-duotone.ph-number-nine:before { + content: '\ef49'; + opacity: 0.2; +} +.ph-duotone.ph-number-nine:after { + content: '\ef4a'; + margin-left: -1em; +} +.ph-duotone.ph-number-one:before { + content: '\ef4b'; + opacity: 0.2; +} +.ph-duotone.ph-number-one:after { + content: '\ef4c'; + margin-left: -1em; +} +.ph-duotone.ph-number-seven:before { + content: '\ef4d'; + opacity: 0.2; +} +.ph-duotone.ph-number-seven:after { + content: '\ef4e'; + margin-left: -1em; +} +.ph-duotone.ph-number-six:before { + content: '\ef4f'; + opacity: 0.2; +} +.ph-duotone.ph-number-six:after { + content: '\ef50'; + margin-left: -1em; +} +.ph-duotone.ph-number-square-eight:before { + content: '\ef51'; + opacity: 0.2; +} +.ph-duotone.ph-number-square-eight:after { + content: '\ef52'; + margin-left: -1em; +} +.ph-duotone.ph-number-square-five:before { + content: '\ef53'; + opacity: 0.2; +} +.ph-duotone.ph-number-square-five:after { + content: '\ef54'; + margin-left: -1em; +} +.ph-duotone.ph-number-square-four:before { + content: '\ef55'; + opacity: 0.2; +} +.ph-duotone.ph-number-square-four:after { + content: '\ef56'; + margin-left: -1em; +} +.ph-duotone.ph-number-square-nine:before { + content: '\ef57'; + opacity: 0.2; +} +.ph-duotone.ph-number-square-nine:after { + content: '\ef58'; + margin-left: -1em; +} +.ph-duotone.ph-number-square-one:before { + content: '\ef59'; + opacity: 0.2; +} +.ph-duotone.ph-number-square-one:after { + content: '\ef5a'; + margin-left: -1em; +} +.ph-duotone.ph-number-square-seven:before { + content: '\ef5b'; + opacity: 0.2; +} +.ph-duotone.ph-number-square-seven:after { + content: '\ef5c'; + margin-left: -1em; +} +.ph-duotone.ph-number-square-six:before { + content: '\ef5d'; + opacity: 0.2; +} +.ph-duotone.ph-number-square-six:after { + content: '\ef5e'; + margin-left: -1em; +} +.ph-duotone.ph-number-square-three:before { + content: '\ef5f'; + opacity: 0.2; +} +.ph-duotone.ph-number-square-three:after { + content: '\ef60'; + margin-left: -1em; +} +.ph-duotone.ph-number-square-two:before { + content: '\ef61'; + opacity: 0.2; +} +.ph-duotone.ph-number-square-two:after { + content: '\ef62'; + margin-left: -1em; +} +.ph-duotone.ph-number-square-zero:before { + content: '\ef63'; + opacity: 0.2; +} +.ph-duotone.ph-number-square-zero:after { + content: '\ef64'; + margin-left: -1em; +} +.ph-duotone.ph-number-three:before { + content: '\ef65'; + opacity: 0.2; +} +.ph-duotone.ph-number-three:after { + content: '\ef66'; + margin-left: -1em; +} +.ph-duotone.ph-number-two:before { + content: '\ef67'; + opacity: 0.2; +} +.ph-duotone.ph-number-two:after { + content: '\ef68'; + margin-left: -1em; +} +.ph-duotone.ph-number-zero:before { + content: '\ef69'; + opacity: 0.2; +} +.ph-duotone.ph-number-zero:after { + content: '\ef6a'; + margin-left: -1em; +} +.ph-duotone.ph-nut:before { + content: '\ef6b'; + opacity: 0.2; +} +.ph-duotone.ph-nut:after { + content: '\ef6c'; + margin-left: -1em; +} +.ph-duotone.ph-ny-times-logo:before { + content: '\ef6d'; + opacity: 0.2; +} +.ph-duotone.ph-ny-times-logo:after { + content: '\ef6e'; + margin-left: -1em; +} +.ph-duotone.ph-octagon:before { + content: '\ef6f'; + opacity: 0.2; +} +.ph-duotone.ph-octagon:after { + content: '\ef70'; + margin-left: -1em; +} +.ph-duotone.ph-office-chair:before { + content: '\ef71'; + opacity: 0.2; +} +.ph-duotone.ph-office-chair:after { + content: '\ef72'; + margin-left: -1em; +} +.ph-duotone.ph-option:before { + content: '\ef73'; + opacity: 0.2; +} +.ph-duotone.ph-option:after { + content: '\ef74'; + margin-left: -1em; +} +.ph-duotone.ph-orange-slice:before { + content: '\ef75'; + opacity: 0.2; +} +.ph-duotone.ph-orange-slice:after { + content: '\ef76'; + margin-left: -1em; +} +.ph-duotone.ph-package:before { + content: '\ef77'; + opacity: 0.2; +} +.ph-duotone.ph-package:after { + content: '\ef78'; + margin-left: -1em; +} +.ph-duotone.ph-paint-brush-broad:before { + content: '\ef79'; + opacity: 0.2; +} +.ph-duotone.ph-paint-brush-broad:after { + content: '\ef7a'; + margin-left: -1em; +} +.ph-duotone.ph-paint-brush:before { + content: '\ef7b'; + opacity: 0.2; +} +.ph-duotone.ph-paint-brush:after { + content: '\ef7c'; + margin-left: -1em; +} +.ph-duotone.ph-paint-brush-household:before { + content: '\ef7d'; + opacity: 0.2; +} +.ph-duotone.ph-paint-brush-household:after { + content: '\ef7e'; + margin-left: -1em; +} +.ph-duotone.ph-paint-bucket:before { + content: '\ef7f'; + opacity: 0.2; +} +.ph-duotone.ph-paint-bucket:after { + content: '\ef80'; + margin-left: -1em; +} +.ph-duotone.ph-paint-roller:before { + content: '\ef81'; + opacity: 0.2; +} +.ph-duotone.ph-paint-roller:after { + content: '\ef82'; + margin-left: -1em; +} +.ph-duotone.ph-palette:before { + content: '\ef83'; + opacity: 0.2; +} +.ph-duotone.ph-palette:after { + content: '\ef84'; + margin-left: -1em; +} +.ph-duotone.ph-pants:before { + content: '\ef85'; + opacity: 0.2; +} +.ph-duotone.ph-pants:after { + content: '\ef86'; + margin-left: -1em; +} +.ph-duotone.ph-paperclip:before { + content: '\ef87'; + opacity: 0.2; +} +.ph-duotone.ph-paperclip:after { + content: '\ef88'; + margin-left: -1em; +} +.ph-duotone.ph-paperclip-horizontal:before { + content: '\ef89'; + opacity: 0.2; +} +.ph-duotone.ph-paperclip-horizontal:after { + content: '\ef8a'; + margin-left: -1em; +} +.ph-duotone.ph-paper-plane:before { + content: '\ef8b'; + opacity: 0.2; +} +.ph-duotone.ph-paper-plane:after { + content: '\ef8c'; + margin-left: -1em; +} +.ph-duotone.ph-paper-plane-right:before { + content: '\ef8d'; + opacity: 0.2; +} +.ph-duotone.ph-paper-plane-right:after { + content: '\ef8e'; + margin-left: -1em; +} +.ph-duotone.ph-paper-plane-tilt:before { + content: '\ef8f'; + opacity: 0.2; +} +.ph-duotone.ph-paper-plane-tilt:after { + content: '\ef90'; + margin-left: -1em; +} +.ph-duotone.ph-parachute:before { + content: '\ef91'; + opacity: 0.2; +} +.ph-duotone.ph-parachute:after { + content: '\ef92'; + margin-left: -1em; +} +.ph-duotone.ph-paragraph:before { + content: '\ef93'; + opacity: 0.2; +} +.ph-duotone.ph-paragraph:after { + content: '\ef94'; + margin-left: -1em; +} +.ph-duotone.ph-parallelogram:before { + content: '\ef95'; + opacity: 0.2; +} +.ph-duotone.ph-parallelogram:after { + content: '\ef96'; + margin-left: -1em; +} +.ph-duotone.ph-park:before { + content: '\ef97'; + opacity: 0.2; +} +.ph-duotone.ph-park:after { + content: '\ef98'; + margin-left: -1em; +} +.ph-duotone.ph-password:before { + content: '\ef99'; + opacity: 0.2; +} +.ph-duotone.ph-password:after { + content: '\ef9a'; + margin-left: -1em; +} +.ph-duotone.ph-path:before { + content: '\ef9b'; + opacity: 0.2; +} +.ph-duotone.ph-path:after { + content: '\ef9c'; + margin-left: -1em; +} +.ph-duotone.ph-patreon-logo:before { + content: '\ef9d'; + opacity: 0.2; +} +.ph-duotone.ph-patreon-logo:after { + content: '\ef9e'; + margin-left: -1em; +} +.ph-duotone.ph-pause-circle:before { + content: '\ef9f'; + opacity: 0.2; +} +.ph-duotone.ph-pause-circle:after { + content: '\efa0'; + margin-left: -1em; +} +.ph-duotone.ph-pause:before { + content: '\efa1'; + opacity: 0.2; +} +.ph-duotone.ph-pause:after { + content: '\efa2'; + margin-left: -1em; +} +.ph-duotone.ph-paw-print:before { + content: '\efa3'; + opacity: 0.2; +} +.ph-duotone.ph-paw-print:after { + content: '\efa4'; + margin-left: -1em; +} +.ph-duotone.ph-paypal-logo:before { + content: '\efa5'; + opacity: 0.2; +} +.ph-duotone.ph-paypal-logo:after { + content: '\efa6'; + margin-left: -1em; +} +.ph-duotone.ph-peace:before { + content: '\efa7'; + opacity: 0.2; +} +.ph-duotone.ph-peace:after { + content: '\efa8'; + margin-left: -1em; +} +.ph-duotone.ph-pencil-circle:before { + content: '\efa9'; + opacity: 0.2; +} +.ph-duotone.ph-pencil-circle:after { + content: '\efaa'; + margin-left: -1em; +} +.ph-duotone.ph-pencil:before { + content: '\efab'; + opacity: 0.2; +} +.ph-duotone.ph-pencil:after { + content: '\efac'; + margin-left: -1em; +} +.ph-duotone.ph-pencil-line:before { + content: '\efad'; + opacity: 0.2; +} +.ph-duotone.ph-pencil-line:after { + content: '\efae'; + margin-left: -1em; +} +.ph-duotone.ph-pencil-simple:before { + content: '\efaf'; + opacity: 0.2; +} +.ph-duotone.ph-pencil-simple:after { + content: '\efb0'; + margin-left: -1em; +} +.ph-duotone.ph-pencil-simple-line:before { + content: '\efb1'; + opacity: 0.2; +} +.ph-duotone.ph-pencil-simple-line:after { + content: '\efb2'; + margin-left: -1em; +} +.ph-duotone.ph-pencil-simple-slash:before { + content: '\efb3'; + opacity: 0.2; +} +.ph-duotone.ph-pencil-simple-slash:after { + content: '\efb4'; + margin-left: -1em; +} +.ph-duotone.ph-pencil-slash:before { + content: '\efb5'; + opacity: 0.2; +} +.ph-duotone.ph-pencil-slash:after { + content: '\efb6'; + margin-left: -1em; +} +.ph-duotone.ph-pen:before { + content: '\efb7'; + opacity: 0.2; +} +.ph-duotone.ph-pen:after { + content: '\efb8'; + margin-left: -1em; +} +.ph-duotone.ph-pen-nib:before { + content: '\efb9'; + opacity: 0.2; +} +.ph-duotone.ph-pen-nib:after { + content: '\efba'; + margin-left: -1em; +} +.ph-duotone.ph-pen-nib-straight:before { + content: '\efbb'; + opacity: 0.2; +} +.ph-duotone.ph-pen-nib-straight:after { + content: '\efbc'; + margin-left: -1em; +} +.ph-duotone.ph-pentagram:before { + content: '\efbd'; + opacity: 0.2; +} +.ph-duotone.ph-pentagram:after { + content: '\efbe'; + margin-left: -1em; +} +.ph-duotone.ph-pepper:before { + content: '\efbf'; + opacity: 0.2; +} +.ph-duotone.ph-pepper:after { + content: '\efc0'; + margin-left: -1em; +} +.ph-duotone.ph-percent:before { + content: '\efc1'; + opacity: 0.2; +} +.ph-duotone.ph-percent:after { + content: '\efc2'; + margin-left: -1em; +} +.ph-duotone.ph-person-arms-spread:before { + content: '\efc3'; + opacity: 0.2; +} +.ph-duotone.ph-person-arms-spread:after { + content: '\efc4'; + margin-left: -1em; +} +.ph-duotone.ph-person:before { + content: '\efc5'; + opacity: 0.2; +} +.ph-duotone.ph-person:after { + content: '\efc6'; + margin-left: -1em; +} +.ph-duotone.ph-person-simple-bike:before { + content: '\efc7'; + opacity: 0.2; +} +.ph-duotone.ph-person-simple-bike:after { + content: '\efc8'; + margin-left: -1em; +} +.ph-duotone.ph-person-simple:before { + content: '\efc9'; + opacity: 0.2; +} +.ph-duotone.ph-person-simple:after { + content: '\efca'; + margin-left: -1em; +} +.ph-duotone.ph-person-simple-run:before { + content: '\efcb'; + opacity: 0.2; +} +.ph-duotone.ph-person-simple-run:after { + content: '\efcc'; + margin-left: -1em; +} +.ph-duotone.ph-person-simple-throw:before { + content: '\efcd'; + opacity: 0.2; +} +.ph-duotone.ph-person-simple-throw:after { + content: '\efce'; + margin-left: -1em; +} +.ph-duotone.ph-person-simple-walk:before { + content: '\efcf'; + opacity: 0.2; +} +.ph-duotone.ph-person-simple-walk:after { + content: '\efd0'; + margin-left: -1em; +} +.ph-duotone.ph-perspective:before { + content: '\efd1'; + opacity: 0.2; +} +.ph-duotone.ph-perspective:after { + content: '\efd2'; + margin-left: -1em; +} +.ph-duotone.ph-phone-call:before { + content: '\efd3'; + opacity: 0.2; +} +.ph-duotone.ph-phone-call:after { + content: '\efd4'; + margin-left: -1em; +} +.ph-duotone.ph-phone-disconnect:before { + content: '\efd5'; + opacity: 0.2; +} +.ph-duotone.ph-phone-disconnect:after { + content: '\efd6'; + margin-left: -1em; +} +.ph-duotone.ph-phone:before { + content: '\efd7'; + opacity: 0.2; +} +.ph-duotone.ph-phone:after { + content: '\efd8'; + margin-left: -1em; +} +.ph-duotone.ph-phone-incoming:before { + content: '\efd9'; + opacity: 0.2; +} +.ph-duotone.ph-phone-incoming:after { + content: '\efda'; + margin-left: -1em; +} +.ph-duotone.ph-phone-outgoing:before { + content: '\efdb'; + opacity: 0.2; +} +.ph-duotone.ph-phone-outgoing:after { + content: '\efdc'; + margin-left: -1em; +} +.ph-duotone.ph-phone-plus:before { + content: '\efdd'; + opacity: 0.2; +} +.ph-duotone.ph-phone-plus:after { + content: '\efde'; + margin-left: -1em; +} +.ph-duotone.ph-phone-slash:before { + content: '\efdf'; + opacity: 0.2; +} +.ph-duotone.ph-phone-slash:after { + content: '\efe0'; + margin-left: -1em; +} +.ph-duotone.ph-phone-x:before { + content: '\efe1'; + opacity: 0.2; +} +.ph-duotone.ph-phone-x:after { + content: '\efe2'; + margin-left: -1em; +} +.ph-duotone.ph-phosphor-logo:before { + content: '\efe3'; + opacity: 0.2; +} +.ph-duotone.ph-phosphor-logo:after { + content: '\efe4'; + margin-left: -1em; +} +.ph-duotone.ph-piano-keys:before { + content: '\efe5'; + opacity: 0.2; +} +.ph-duotone.ph-piano-keys:after { + content: '\efe6'; + margin-left: -1em; +} +.ph-duotone.ph-picture-in-picture:before { + content: '\efe7'; + opacity: 0.2; +} +.ph-duotone.ph-picture-in-picture:after { + content: '\efe8'; + margin-left: -1em; +} +.ph-duotone.ph-pi:before { + content: '\efe9'; + opacity: 0.2; +} +.ph-duotone.ph-pi:after { + content: '\efea'; + margin-left: -1em; +} +.ph-duotone.ph-piggy-bank:before { + content: '\efeb'; + opacity: 0.2; +} +.ph-duotone.ph-piggy-bank:after { + content: '\efec'; + margin-left: -1em; +} +.ph-duotone.ph-pill:before { + content: '\efed'; + opacity: 0.2; +} +.ph-duotone.ph-pill:after { + content: '\efee'; + margin-left: -1em; +} +.ph-duotone.ph-pinterest-logo:before { + content: '\efef'; + opacity: 0.2; +} +.ph-duotone.ph-pinterest-logo:after { + content: '\eff0'; + margin-left: -1em; +} +.ph-duotone.ph-pinwheel:before { + content: '\eff1'; + opacity: 0.2; +} +.ph-duotone.ph-pinwheel:after { + content: '\eff2'; + margin-left: -1em; +} +.ph-duotone.ph-pizza:before { + content: '\eff3'; + opacity: 0.2; +} +.ph-duotone.ph-pizza:after { + content: '\eff4'; + margin-left: -1em; +} +.ph-duotone.ph-placeholder:before { + content: '\eff5'; + opacity: 0.2; +} +.ph-duotone.ph-placeholder:after { + content: '\eff6'; + margin-left: -1em; +} +.ph-duotone.ph-planet:before { + content: '\eff7'; + opacity: 0.2; +} +.ph-duotone.ph-planet:after { + content: '\eff8'; + margin-left: -1em; +} +.ph-duotone.ph-plant:before { + content: '\eff9'; + opacity: 0.2; +} +.ph-duotone.ph-plant:after { + content: '\effa'; + margin-left: -1em; +} +.ph-duotone.ph-play-circle:before { + content: '\effb'; + opacity: 0.2; +} +.ph-duotone.ph-play-circle:after { + content: '\effc'; + margin-left: -1em; +} +.ph-duotone.ph-play:before { + content: '\effd'; + opacity: 0.2; +} +.ph-duotone.ph-play:after { + content: '\effe'; + margin-left: -1em; +} +.ph-duotone.ph-playlist:before { + content: '\efff'; + opacity: 0.2; +} +.ph-duotone.ph-playlist:after { + content: '\f000'; + margin-left: -1em; +} +.ph-duotone.ph-play-pause:before { + content: '\f001'; + opacity: 0.2; +} +.ph-duotone.ph-play-pause:after { + content: '\f002'; + margin-left: -1em; +} +.ph-duotone.ph-plug-charging:before { + content: '\f003'; + opacity: 0.2; +} +.ph-duotone.ph-plug-charging:after { + content: '\f004'; + margin-left: -1em; +} +.ph-duotone.ph-plug:before { + content: '\f005'; + opacity: 0.2; +} +.ph-duotone.ph-plug:after { + content: '\f006'; + margin-left: -1em; +} +.ph-duotone.ph-plugs-connected:before { + content: '\f007'; + opacity: 0.2; +} +.ph-duotone.ph-plugs-connected:after { + content: '\f008'; + margin-left: -1em; +} +.ph-duotone.ph-plugs:before { + content: '\f009'; + opacity: 0.2; +} +.ph-duotone.ph-plugs:after { + content: '\f00a'; + margin-left: -1em; +} +.ph-duotone.ph-plus-circle:before { + content: '\f00b'; + opacity: 0.2; +} +.ph-duotone.ph-plus-circle:after { + content: '\f00c'; + margin-left: -1em; +} +.ph-duotone.ph-plus:before { + content: '\f00d'; + opacity: 0.2; +} +.ph-duotone.ph-plus:after { + content: '\f00e'; + margin-left: -1em; +} +.ph-duotone.ph-plus-minus:before { + content: '\f00f'; + opacity: 0.2; +} +.ph-duotone.ph-plus-minus:after { + content: '\f010'; + margin-left: -1em; +} +.ph-duotone.ph-plus-square:before { + content: '\f011'; + opacity: 0.2; +} +.ph-duotone.ph-plus-square:after { + content: '\f012'; + margin-left: -1em; +} +.ph-duotone.ph-poker-chip:before { + content: '\f013'; + opacity: 0.2; +} +.ph-duotone.ph-poker-chip:after { + content: '\f014'; + margin-left: -1em; +} +.ph-duotone.ph-police-car:before { + content: '\f015'; + opacity: 0.2; +} +.ph-duotone.ph-police-car:after { + content: '\f016'; + margin-left: -1em; +} +.ph-duotone.ph-polygon:before { + content: '\f017'; + opacity: 0.2; +} +.ph-duotone.ph-polygon:after { + content: '\f018'; + margin-left: -1em; +} +.ph-duotone.ph-popcorn:before { + content: '\f019'; + opacity: 0.2; +} +.ph-duotone.ph-popcorn:after { + content: '\f01a'; + margin-left: -1em; +} +.ph-duotone.ph-potted-plant:before { + content: '\f01b'; + opacity: 0.2; +} +.ph-duotone.ph-potted-plant:after { + content: '\f01c'; + margin-left: -1em; +} +.ph-duotone.ph-power:before { + content: '\f01d'; + opacity: 0.2; +} +.ph-duotone.ph-power:after { + content: '\f01e'; + margin-left: -1em; +} +.ph-duotone.ph-prescription:before { + content: '\f01f'; + opacity: 0.2; +} +.ph-duotone.ph-prescription:after { + content: '\f020'; + margin-left: -1em; +} +.ph-duotone.ph-presentation-chart:before { + content: '\f021'; + opacity: 0.2; +} +.ph-duotone.ph-presentation-chart:after { + content: '\f022'; + margin-left: -1em; +} +.ph-duotone.ph-presentation:before { + content: '\f023'; + opacity: 0.2; +} +.ph-duotone.ph-presentation:after { + content: '\f024'; + margin-left: -1em; +} +.ph-duotone.ph-printer:before { + content: '\f025'; + opacity: 0.2; +} +.ph-duotone.ph-printer:after { + content: '\f026'; + margin-left: -1em; +} +.ph-duotone.ph-prohibit:before { + content: '\f027'; + opacity: 0.2; +} +.ph-duotone.ph-prohibit:after { + content: '\f028'; + margin-left: -1em; +} +.ph-duotone.ph-prohibit-inset:before { + content: '\f029'; + opacity: 0.2; +} +.ph-duotone.ph-prohibit-inset:after { + content: '\f02a'; + margin-left: -1em; +} +.ph-duotone.ph-projector-screen-chart:before { + content: '\f02b'; + opacity: 0.2; +} +.ph-duotone.ph-projector-screen-chart:after { + content: '\f02c'; + margin-left: -1em; +} +.ph-duotone.ph-projector-screen:before { + content: '\f02d'; + opacity: 0.2; +} +.ph-duotone.ph-projector-screen:after { + content: '\f02e'; + margin-left: -1em; +} +.ph-duotone.ph-pulse:before, +.ph-duotone.ph-activity:before { + content: '\f02f'; + opacity: 0.2; +} +.ph-duotone.ph-pulse:after, +.ph-duotone.ph-activity:after { + content: '\f030'; + margin-left: -1em; +} +.ph-duotone.ph-push-pin:before { + content: '\f031'; + opacity: 0.2; +} +.ph-duotone.ph-push-pin:after { + content: '\f032'; + margin-left: -1em; +} +.ph-duotone.ph-push-pin-simple:before { + content: '\f033'; + opacity: 0.2; +} +.ph-duotone.ph-push-pin-simple:after { + content: '\f034'; + margin-left: -1em; +} +.ph-duotone.ph-push-pin-simple-slash:before { + content: '\f035'; + opacity: 0.2; +} +.ph-duotone.ph-push-pin-simple-slash:after { + content: '\f036'; + margin-left: -1em; +} +.ph-duotone.ph-push-pin-slash:before { + content: '\f037'; + opacity: 0.2; +} +.ph-duotone.ph-push-pin-slash:after { + content: '\f038'; + margin-left: -1em; +} +.ph-duotone.ph-puzzle-piece:before { + content: '\f039'; + opacity: 0.2; +} +.ph-duotone.ph-puzzle-piece:after { + content: '\f03a'; + margin-left: -1em; +} +.ph-duotone.ph-qr-code:before { + content: '\f03b'; + opacity: 0.2; +} +.ph-duotone.ph-qr-code:after { + content: '\f03c'; + margin-left: -1em; +} +.ph-duotone.ph-question:before { + content: '\f03d'; + opacity: 0.2; +} +.ph-duotone.ph-question:after { + content: '\f03e'; + margin-left: -1em; +} +.ph-duotone.ph-queue:before { + content: '\f03f'; + opacity: 0.2; +} +.ph-duotone.ph-queue:after { + content: '\f040'; + margin-left: -1em; +} +.ph-duotone.ph-quotes:before { + content: '\f041'; + opacity: 0.2; +} +.ph-duotone.ph-quotes:after { + content: '\f042'; + margin-left: -1em; +} +.ph-duotone.ph-radical:before { + content: '\f043'; + opacity: 0.2; +} +.ph-duotone.ph-radical:after { + content: '\f044'; + margin-left: -1em; +} +.ph-duotone.ph-radioactive:before { + content: '\f045'; + opacity: 0.2; +} +.ph-duotone.ph-radioactive:after { + content: '\f046'; + margin-left: -1em; +} +.ph-duotone.ph-radio-button:before { + content: '\f047'; + opacity: 0.2; +} +.ph-duotone.ph-radio-button:after { + content: '\f048'; + margin-left: -1em; +} +.ph-duotone.ph-radio:before { + content: '\f049'; + opacity: 0.2; +} +.ph-duotone.ph-radio:after { + content: '\f04a'; + margin-left: -1em; +} +.ph-duotone.ph-rainbow-cloud:before { + content: '\f04b'; + opacity: 0.2; +} +.ph-duotone.ph-rainbow-cloud:after { + content: '\f04c'; + margin-left: -1em; +} +.ph-duotone.ph-rainbow:before { + content: '\f04d'; + opacity: 0.2; +} +.ph-duotone.ph-rainbow:after { + content: '\f04e'; + margin-left: -1em; +} +.ph-duotone.ph-read-cv-logo:before { + content: '\f04f'; + opacity: 0.2; +} +.ph-duotone.ph-read-cv-logo:after { + content: '\f050'; + margin-left: -1em; +} +.ph-duotone.ph-receipt:before { + content: '\f051'; + opacity: 0.2; +} +.ph-duotone.ph-receipt:after { + content: '\f052'; + margin-left: -1em; +} +.ph-duotone.ph-receipt-x:before { + content: '\f053'; + opacity: 0.2; +} +.ph-duotone.ph-receipt-x:after { + content: '\f054'; + margin-left: -1em; +} +.ph-duotone.ph-record:before { + content: '\f055'; + opacity: 0.2; +} +.ph-duotone.ph-record:after { + content: '\f056'; + margin-left: -1em; +} +.ph-duotone.ph-rectangle:before { + content: '\f057'; + opacity: 0.2; +} +.ph-duotone.ph-rectangle:after { + content: '\f058'; + margin-left: -1em; +} +.ph-duotone.ph-recycle:before { + content: '\f059'; + opacity: 0.2; +} +.ph-duotone.ph-recycle:after { + content: '\f05a'; + margin-left: -1em; +} +.ph-duotone.ph-reddit-logo:before { + content: '\f05b'; + opacity: 0.2; +} +.ph-duotone.ph-reddit-logo:after { + content: '\f05c'; + margin-left: -1em; +} +.ph-duotone.ph-repeat:before { + content: '\f05d'; + opacity: 0.2; +} +.ph-duotone.ph-repeat:after { + content: '\f05e'; + margin-left: -1em; +} +.ph-duotone.ph-repeat-once:before { + content: '\f05f'; + opacity: 0.2; +} +.ph-duotone.ph-repeat-once:after { + content: '\f060'; + margin-left: -1em; +} +.ph-duotone.ph-rewind-circle:before { + content: '\f061'; + opacity: 0.2; +} +.ph-duotone.ph-rewind-circle:after { + content: '\f062'; + margin-left: -1em; +} +.ph-duotone.ph-rewind:before { + content: '\f063'; + opacity: 0.2; +} +.ph-duotone.ph-rewind:after { + content: '\f064'; + margin-left: -1em; +} +.ph-duotone.ph-road-horizon:before { + content: '\f065'; + opacity: 0.2; +} +.ph-duotone.ph-road-horizon:after { + content: '\f066'; + margin-left: -1em; +} +.ph-duotone.ph-robot:before { + content: '\f067'; + opacity: 0.2; +} +.ph-duotone.ph-robot:after { + content: '\f068'; + margin-left: -1em; +} +.ph-duotone.ph-rocket:before { + content: '\f069'; + opacity: 0.2; +} +.ph-duotone.ph-rocket:after { + content: '\f06a'; + margin-left: -1em; +} +.ph-duotone.ph-rocket-launch:before { + content: '\f06b'; + opacity: 0.2; +} +.ph-duotone.ph-rocket-launch:after { + content: '\f06c'; + margin-left: -1em; +} +.ph-duotone.ph-rows:before { + content: '\f06d'; + opacity: 0.2; +} +.ph-duotone.ph-rows:after { + content: '\f06e'; + margin-left: -1em; +} +.ph-duotone.ph-rss:before { + content: '\f06f'; + opacity: 0.2; +} +.ph-duotone.ph-rss:after { + content: '\f070'; + margin-left: -1em; +} +.ph-duotone.ph-rss-simple:before { + content: '\f071'; + opacity: 0.2; +} +.ph-duotone.ph-rss-simple:after { + content: '\f072'; + margin-left: -1em; +} +.ph-duotone.ph-rug:before { + content: '\f073'; + opacity: 0.2; +} +.ph-duotone.ph-rug:after { + content: '\f074'; + margin-left: -1em; +} +.ph-duotone.ph-ruler:before { + content: '\f075'; + opacity: 0.2; +} +.ph-duotone.ph-ruler:after { + content: '\f076'; + margin-left: -1em; +} +.ph-duotone.ph-scales:before { + content: '\f077'; + opacity: 0.2; +} +.ph-duotone.ph-scales:after { + content: '\f078'; + margin-left: -1em; +} +.ph-duotone.ph-scan:before { + content: '\f079'; + opacity: 0.2; +} +.ph-duotone.ph-scan:after { + content: '\f07a'; + margin-left: -1em; +} +.ph-duotone.ph-scissors:before { + content: '\f07b'; + opacity: 0.2; +} +.ph-duotone.ph-scissors:after { + content: '\f07c'; + margin-left: -1em; +} +.ph-duotone.ph-scooter:before { + content: '\f07d'; + opacity: 0.2; +} +.ph-duotone.ph-scooter:after { + content: '\f07e'; + margin-left: -1em; +} +.ph-duotone.ph-screencast:before { + content: '\f07f'; + opacity: 0.2; +} +.ph-duotone.ph-screencast:after { + content: '\f080'; + margin-left: -1em; +} +.ph-duotone.ph-scribble-loop:before { + content: '\f081'; + opacity: 0.2; +} +.ph-duotone.ph-scribble-loop:after { + content: '\f082'; + margin-left: -1em; +} +.ph-duotone.ph-scroll:before { + content: '\f083'; + opacity: 0.2; +} +.ph-duotone.ph-scroll:after { + content: '\f084'; + margin-left: -1em; +} +.ph-duotone.ph-seal-check:before, +.ph-duotone.ph-circle-wavy-check:before { + content: '\f085'; + opacity: 0.2; +} +.ph-duotone.ph-seal-check:after, +.ph-duotone.ph-circle-wavy-check:after { + content: '\f086'; + margin-left: -1em; +} +.ph-duotone.ph-seal:before, +.ph-duotone.ph-circle-wavy:before { + content: '\f087'; + opacity: 0.2; +} +.ph-duotone.ph-seal:after, +.ph-duotone.ph-circle-wavy:after { + content: '\f088'; + margin-left: -1em; +} +.ph-duotone.ph-seal-question:before, +.ph-duotone.ph-circle-wavy-question:before { + content: '\f089'; + opacity: 0.2; +} +.ph-duotone.ph-seal-question:after, +.ph-duotone.ph-circle-wavy-question:after { + content: '\f08a'; + margin-left: -1em; +} +.ph-duotone.ph-seal-warning:before, +.ph-duotone.ph-circle-wavy-warning:before { + content: '\f08b'; + opacity: 0.2; +} +.ph-duotone.ph-seal-warning:after, +.ph-duotone.ph-circle-wavy-warning:after { + content: '\f08c'; + margin-left: -1em; +} +.ph-duotone.ph-selection-all:before { + content: '\f08d'; + opacity: 0.2; +} +.ph-duotone.ph-selection-all:after { + content: '\f08e'; + margin-left: -1em; +} +.ph-duotone.ph-selection-background:before { + content: '\f08f'; + opacity: 0.2; +} +.ph-duotone.ph-selection-background:after { + content: '\f090'; + margin-left: -1em; +} +.ph-duotone.ph-selection:before { + content: '\f091'; + opacity: 0.2; +} +.ph-duotone.ph-selection:after { + content: '\f092'; + margin-left: -1em; +} +.ph-duotone.ph-selection-foreground:before { + content: '\f093'; + opacity: 0.2; +} +.ph-duotone.ph-selection-foreground:after { + content: '\f094'; + margin-left: -1em; +} +.ph-duotone.ph-selection-inverse:before { + content: '\f095'; + opacity: 0.2; +} +.ph-duotone.ph-selection-inverse:after { + content: '\f096'; + margin-left: -1em; +} +.ph-duotone.ph-selection-plus:before { + content: '\f097'; + opacity: 0.2; +} +.ph-duotone.ph-selection-plus:after { + content: '\f098'; + margin-left: -1em; +} +.ph-duotone.ph-selection-slash:before { + content: '\f099'; + opacity: 0.2; +} +.ph-duotone.ph-selection-slash:after { + content: '\f09a'; + margin-left: -1em; +} +.ph-duotone.ph-shapes:before { + content: '\f09b'; + opacity: 0.2; +} +.ph-duotone.ph-shapes:after { + content: '\f09c'; + margin-left: -1em; +} +.ph-duotone.ph-share:before { + content: '\f09d'; + opacity: 0.2; +} +.ph-duotone.ph-share:after { + content: '\f09e'; + margin-left: -1em; +} +.ph-duotone.ph-share-fat:before { + content: '\f09f'; + opacity: 0.2; +} +.ph-duotone.ph-share-fat:after { + content: '\f0a0'; + margin-left: -1em; +} +.ph-duotone.ph-share-network:before { + content: '\f0a1'; + opacity: 0.2; +} +.ph-duotone.ph-share-network:after { + content: '\f0a2'; + margin-left: -1em; +} +.ph-duotone.ph-shield-check:before { + content: '\f0a3'; + opacity: 0.2; +} +.ph-duotone.ph-shield-check:after { + content: '\f0a4'; + margin-left: -1em; +} +.ph-duotone.ph-shield-checkered:before { + content: '\f0a5'; + opacity: 0.2; +} +.ph-duotone.ph-shield-checkered:after { + content: '\f0a6'; + margin-left: -1em; +} +.ph-duotone.ph-shield-chevron:before { + content: '\f0a7'; + opacity: 0.2; +} +.ph-duotone.ph-shield-chevron:after { + content: '\f0a8'; + margin-left: -1em; +} +.ph-duotone.ph-shield:before { + content: '\f0a9'; + opacity: 0.2; +} +.ph-duotone.ph-shield:after { + content: '\f0aa'; + margin-left: -1em; +} +.ph-duotone.ph-shield-plus:before { + content: '\f0ab'; + opacity: 0.2; +} +.ph-duotone.ph-shield-plus:after { + content: '\f0ac'; + margin-left: -1em; +} +.ph-duotone.ph-shield-slash:before { + content: '\f0ad'; + opacity: 0.2; +} +.ph-duotone.ph-shield-slash:after { + content: '\f0ae'; + margin-left: -1em; +} +.ph-duotone.ph-shield-star:before { + content: '\f0af'; + opacity: 0.2; +} +.ph-duotone.ph-shield-star:after { + content: '\f0b0'; + margin-left: -1em; +} +.ph-duotone.ph-shield-warning:before { + content: '\f0b1'; + opacity: 0.2; +} +.ph-duotone.ph-shield-warning:after { + content: '\f0b2'; + margin-left: -1em; +} +.ph-duotone.ph-shirt-folded:before { + content: '\f0b3'; + opacity: 0.2; +} +.ph-duotone.ph-shirt-folded:after { + content: '\f0b4'; + margin-left: -1em; +} +.ph-duotone.ph-shooting-star:before { + content: '\f0b5'; + opacity: 0.2; +} +.ph-duotone.ph-shooting-star:after { + content: '\f0b6'; + margin-left: -1em; +} +.ph-duotone.ph-shopping-bag:before { + content: '\f0b7'; + opacity: 0.2; +} +.ph-duotone.ph-shopping-bag:after { + content: '\f0b8'; + margin-left: -1em; +} +.ph-duotone.ph-shopping-bag-open:before { + content: '\f0b9'; + opacity: 0.2; +} +.ph-duotone.ph-shopping-bag-open:after { + content: '\f0ba'; + margin-left: -1em; +} +.ph-duotone.ph-shopping-cart:before { + content: '\f0bb'; + opacity: 0.2; +} +.ph-duotone.ph-shopping-cart:after { + content: '\f0bc'; + margin-left: -1em; +} +.ph-duotone.ph-shopping-cart-simple:before { + content: '\f0bd'; + opacity: 0.2; +} +.ph-duotone.ph-shopping-cart-simple:after { + content: '\f0be'; + margin-left: -1em; +} +.ph-duotone.ph-shower:before { + content: '\f0bf'; + opacity: 0.2; +} +.ph-duotone.ph-shower:after { + content: '\f0c0'; + margin-left: -1em; +} +.ph-duotone.ph-shrimp:before { + content: '\f0c1'; + opacity: 0.2; +} +.ph-duotone.ph-shrimp:after { + content: '\f0c2'; + margin-left: -1em; +} +.ph-duotone.ph-shuffle-angular:before { + content: '\f0c3'; + opacity: 0.2; +} +.ph-duotone.ph-shuffle-angular:after { + content: '\f0c4'; + margin-left: -1em; +} +.ph-duotone.ph-shuffle:before { + content: '\f0c5'; + opacity: 0.2; +} +.ph-duotone.ph-shuffle:after { + content: '\f0c6'; + margin-left: -1em; +} +.ph-duotone.ph-shuffle-simple:before { + content: '\f0c7'; + opacity: 0.2; +} +.ph-duotone.ph-shuffle-simple:after { + content: '\f0c8'; + margin-left: -1em; +} +.ph-duotone.ph-sidebar:before { + content: '\f0c9'; + opacity: 0.2; +} +.ph-duotone.ph-sidebar:after { + content: '\f0ca'; + margin-left: -1em; +} +.ph-duotone.ph-sidebar-simple:before { + content: '\f0cb'; + opacity: 0.2; +} +.ph-duotone.ph-sidebar-simple:after { + content: '\f0cc'; + margin-left: -1em; +} +.ph-duotone.ph-sigma:before { + content: '\f0cd'; + opacity: 0.2; +} +.ph-duotone.ph-sigma:after { + content: '\f0ce'; + margin-left: -1em; +} +.ph-duotone.ph-signature:before { + content: '\f0cf'; + opacity: 0.2; +} +.ph-duotone.ph-signature:after { + content: '\f0d0'; + margin-left: -1em; +} +.ph-duotone.ph-sign-in:before { + content: '\f0d1'; + opacity: 0.2; +} +.ph-duotone.ph-sign-in:after { + content: '\f0d2'; + margin-left: -1em; +} +.ph-duotone.ph-sign-out:before { + content: '\f0d3'; + opacity: 0.2; +} +.ph-duotone.ph-sign-out:after { + content: '\f0d4'; + margin-left: -1em; +} +.ph-duotone.ph-signpost:before { + content: '\f0d5'; + opacity: 0.2; +} +.ph-duotone.ph-signpost:after { + content: '\f0d6'; + margin-left: -1em; +} +.ph-duotone.ph-sim-card:before { + content: '\f0d7'; + opacity: 0.2; +} +.ph-duotone.ph-sim-card:after { + content: '\f0d8'; + margin-left: -1em; +} +.ph-duotone.ph-siren:before { + content: '\f0d9'; + opacity: 0.2; +} +.ph-duotone.ph-siren:after { + content: '\f0da'; + margin-left: -1em; +} +.ph-duotone.ph-sketch-logo:before { + content: '\f0db'; + opacity: 0.2; +} +.ph-duotone.ph-sketch-logo:after { + content: '\f0dc'; + margin-left: -1em; +} +.ph-duotone.ph-skip-back-circle:before { + content: '\f0dd'; + opacity: 0.2; +} +.ph-duotone.ph-skip-back-circle:after { + content: '\f0de'; + margin-left: -1em; +} +.ph-duotone.ph-skip-back:before { + content: '\f0df'; + opacity: 0.2; +} +.ph-duotone.ph-skip-back:after { + content: '\f0e0'; + margin-left: -1em; +} +.ph-duotone.ph-skip-forward-circle:before { + content: '\f0e1'; + opacity: 0.2; +} +.ph-duotone.ph-skip-forward-circle:after { + content: '\f0e2'; + margin-left: -1em; +} +.ph-duotone.ph-skip-forward:before { + content: '\f0e3'; + opacity: 0.2; +} +.ph-duotone.ph-skip-forward:after { + content: '\f0e4'; + margin-left: -1em; +} +.ph-duotone.ph-skull:before { + content: '\f0e5'; + opacity: 0.2; +} +.ph-duotone.ph-skull:after { + content: '\f0e6'; + margin-left: -1em; +} +.ph-duotone.ph-slack-logo:before { + content: '\f0e7'; + opacity: 0.2; +} +.ph-duotone.ph-slack-logo:after { + content: '\f0e8'; + margin-left: -1em; +} +.ph-duotone.ph-sliders:before { + content: '\f0e9'; + opacity: 0.2; +} +.ph-duotone.ph-sliders:after { + content: '\f0ea'; + margin-left: -1em; +} +.ph-duotone.ph-sliders-horizontal:before { + content: '\f0eb'; + opacity: 0.2; +} +.ph-duotone.ph-sliders-horizontal:after { + content: '\f0ec'; + margin-left: -1em; +} +.ph-duotone.ph-slideshow:before { + content: '\f0ed'; + opacity: 0.2; +} +.ph-duotone.ph-slideshow:after { + content: '\f0ee'; + margin-left: -1em; +} +.ph-duotone.ph-smiley-angry:before { + content: '\f0ef'; + opacity: 0.2; +} +.ph-duotone.ph-smiley-angry:after { + content: '\f0f0'; + margin-left: -1em; +} +.ph-duotone.ph-smiley-blank:before { + content: '\f0f1'; + opacity: 0.2; +} +.ph-duotone.ph-smiley-blank:after { + content: '\f0f2'; + margin-left: -1em; +} +.ph-duotone.ph-smiley:before { + content: '\f0f3'; + opacity: 0.2; +} +.ph-duotone.ph-smiley:after { + content: '\f0f4'; + margin-left: -1em; +} +.ph-duotone.ph-smiley-meh:before { + content: '\f0f5'; + opacity: 0.2; +} +.ph-duotone.ph-smiley-meh:after { + content: '\f0f6'; + margin-left: -1em; +} +.ph-duotone.ph-smiley-nervous:before { + content: '\f0f7'; + opacity: 0.2; +} +.ph-duotone.ph-smiley-nervous:after { + content: '\f0f8'; + margin-left: -1em; +} +.ph-duotone.ph-smiley-sad:before { + content: '\f0f9'; + opacity: 0.2; +} +.ph-duotone.ph-smiley-sad:after { + content: '\f0fa'; + margin-left: -1em; +} +.ph-duotone.ph-smiley-sticker:before { + content: '\f0fb'; + opacity: 0.2; +} +.ph-duotone.ph-smiley-sticker:after { + content: '\f0fc'; + margin-left: -1em; +} +.ph-duotone.ph-smiley-wink:before { + content: '\f0fd'; + opacity: 0.2; +} +.ph-duotone.ph-smiley-wink:after { + content: '\f0fe'; + margin-left: -1em; +} +.ph-duotone.ph-smiley-x-eyes:before { + content: '\f0ff'; + opacity: 0.2; +} +.ph-duotone.ph-smiley-x-eyes:after { + content: '\f100'; + margin-left: -1em; +} +.ph-duotone.ph-snapchat-logo:before { + content: '\f101'; + opacity: 0.2; +} +.ph-duotone.ph-snapchat-logo:after { + content: '\f102'; + margin-left: -1em; +} +.ph-duotone.ph-sneaker:before { + content: '\f103'; + opacity: 0.2; +} +.ph-duotone.ph-sneaker:after { + content: '\f104'; + margin-left: -1em; +} +.ph-duotone.ph-sneaker-move:before { + content: '\f105'; + opacity: 0.2; +} +.ph-duotone.ph-sneaker-move:after { + content: '\f106'; + margin-left: -1em; +} +.ph-duotone.ph-snowflake:before { + content: '\f107'; + opacity: 0.2; +} +.ph-duotone.ph-snowflake:after { + content: '\f108'; + margin-left: -1em; +} +.ph-duotone.ph-soccer-ball:before { + content: '\f109'; + opacity: 0.2; +} +.ph-duotone.ph-soccer-ball:after { + content: '\f10a'; + margin-left: -1em; +} +.ph-duotone.ph-sort-ascending:before { + content: '\f10b'; + opacity: 0.2; +} +.ph-duotone.ph-sort-ascending:after { + content: '\f10c'; + margin-left: -1em; +} +.ph-duotone.ph-sort-descending:before { + content: '\f10d'; + opacity: 0.2; +} +.ph-duotone.ph-sort-descending:after { + content: '\f10e'; + margin-left: -1em; +} +.ph-duotone.ph-soundcloud-logo:before { + content: '\f10f'; + opacity: 0.2; +} +.ph-duotone.ph-soundcloud-logo:after { + content: '\f110'; + margin-left: -1em; +} +.ph-duotone.ph-spade:before { + content: '\f111'; + opacity: 0.2; +} +.ph-duotone.ph-spade:after { + content: '\f112'; + margin-left: -1em; +} +.ph-duotone.ph-sparkle:before { + content: '\f113'; + opacity: 0.2; +} +.ph-duotone.ph-sparkle:after { + content: '\f114'; + margin-left: -1em; +} +.ph-duotone.ph-speaker-hifi:before { + content: '\f115'; + opacity: 0.2; +} +.ph-duotone.ph-speaker-hifi:after { + content: '\f116'; + margin-left: -1em; +} +.ph-duotone.ph-speaker-high:before { + content: '\f117'; + opacity: 0.2; +} +.ph-duotone.ph-speaker-high:after { + content: '\f118'; + margin-left: -1em; +} +.ph-duotone.ph-speaker-low:before { + content: '\f119'; + opacity: 0.2; +} +.ph-duotone.ph-speaker-low:after { + content: '\f11a'; + margin-left: -1em; +} +.ph-duotone.ph-speaker-none:before { + content: '\f11b'; + opacity: 0.2; +} +.ph-duotone.ph-speaker-none:after { + content: '\f11c'; + margin-left: -1em; +} +.ph-duotone.ph-speaker-simple-high:before { + content: '\f11d'; + opacity: 0.2; +} +.ph-duotone.ph-speaker-simple-high:after { + content: '\f11e'; + margin-left: -1em; +} +.ph-duotone.ph-speaker-simple-low:before { + content: '\f11f'; + opacity: 0.2; +} +.ph-duotone.ph-speaker-simple-low:after { + content: '\f120'; + margin-left: -1em; +} +.ph-duotone.ph-speaker-simple-none:before { + content: '\f121'; + opacity: 0.2; +} +.ph-duotone.ph-speaker-simple-none:after { + content: '\f122'; + margin-left: -1em; +} +.ph-duotone.ph-speaker-simple-slash:before { + content: '\f123'; + opacity: 0.2; +} +.ph-duotone.ph-speaker-simple-slash:after { + content: '\f124'; + margin-left: -1em; +} +.ph-duotone.ph-speaker-simple-x:before { + content: '\f125'; + opacity: 0.2; +} +.ph-duotone.ph-speaker-simple-x:after { + content: '\f126'; + margin-left: -1em; +} +.ph-duotone.ph-speaker-slash:before { + content: '\f127'; + opacity: 0.2; +} +.ph-duotone.ph-speaker-slash:after { + content: '\f128'; + margin-left: -1em; +} +.ph-duotone.ph-speaker-x:before { + content: '\f129'; + opacity: 0.2; +} +.ph-duotone.ph-speaker-x:after { + content: '\f12a'; + margin-left: -1em; +} +.ph-duotone.ph-spinner:before { + content: '\f12b'; + opacity: 0.2; +} +.ph-duotone.ph-spinner:after { + content: '\f12c'; + margin-left: -1em; +} +.ph-duotone.ph-spinner-gap:before { + content: '\f12d'; + opacity: 0.2; +} +.ph-duotone.ph-spinner-gap:after { + content: '\f12e'; + margin-left: -1em; +} +.ph-duotone.ph-spiral:before { + content: '\f12f'; + opacity: 0.2; +} +.ph-duotone.ph-spiral:after { + content: '\f130'; + margin-left: -1em; +} +.ph-duotone.ph-split-horizontal:before { + content: '\f131'; + opacity: 0.2; +} +.ph-duotone.ph-split-horizontal:after { + content: '\f132'; + margin-left: -1em; +} +.ph-duotone.ph-split-vertical:before { + content: '\f133'; + opacity: 0.2; +} +.ph-duotone.ph-split-vertical:after { + content: '\f134'; + margin-left: -1em; +} +.ph-duotone.ph-spotify-logo:before { + content: '\f135'; + opacity: 0.2; +} +.ph-duotone.ph-spotify-logo:after { + content: '\f136'; + margin-left: -1em; +} +.ph-duotone.ph-square:before { + content: '\f137'; + opacity: 0.2; +} +.ph-duotone.ph-square:after { + content: '\f138'; + margin-left: -1em; +} +.ph-duotone.ph-square-half-bottom:before { + content: '\f139'; + opacity: 0.2; +} +.ph-duotone.ph-square-half-bottom:after { + content: '\f13a'; + margin-left: -1em; +} +.ph-duotone.ph-square-half:before { + content: '\f13b'; + opacity: 0.2; +} +.ph-duotone.ph-square-half:after { + content: '\f13c'; + margin-left: -1em; +} +.ph-duotone.ph-square-logo:before { + content: '\f13d'; + opacity: 0.2; +} +.ph-duotone.ph-square-logo:after { + content: '\f13e'; + margin-left: -1em; +} +.ph-duotone.ph-squares-four:before { + content: '\f13f'; + opacity: 0.2; +} +.ph-duotone.ph-squares-four:after { + content: '\f140'; + margin-left: -1em; +} +.ph-duotone.ph-square-split-horizontal:before { + content: '\f141'; + opacity: 0.2; +} +.ph-duotone.ph-square-split-horizontal:after { + content: '\f142'; + margin-left: -1em; +} +.ph-duotone.ph-square-split-vertical:before { + content: '\f143'; + opacity: 0.2; +} +.ph-duotone.ph-square-split-vertical:after { + content: '\f144'; + margin-left: -1em; +} +.ph-duotone.ph-stack:before { + content: '\f145'; + opacity: 0.2; +} +.ph-duotone.ph-stack:after { + content: '\f146'; + margin-left: -1em; +} +.ph-duotone.ph-stack-overflow-logo:before { + content: '\f147'; + opacity: 0.2; +} +.ph-duotone.ph-stack-overflow-logo:after { + content: '\f148'; + margin-left: -1em; +} +.ph-duotone.ph-stack-simple:before { + content: '\f149'; + opacity: 0.2; +} +.ph-duotone.ph-stack-simple:after { + content: '\f14a'; + margin-left: -1em; +} +.ph-duotone.ph-stairs:before { + content: '\f14b'; + opacity: 0.2; +} +.ph-duotone.ph-stairs:after { + content: '\f14c'; + margin-left: -1em; +} +.ph-duotone.ph-stamp:before { + content: '\f14d'; + opacity: 0.2; +} +.ph-duotone.ph-stamp:after { + content: '\f14e'; + margin-left: -1em; +} +.ph-duotone.ph-star-and-crescent:before { + content: '\f14f'; + opacity: 0.2; +} +.ph-duotone.ph-star-and-crescent:after { + content: '\f150'; + margin-left: -1em; +} +.ph-duotone.ph-star:before { + content: '\f151'; + opacity: 0.2; +} +.ph-duotone.ph-star:after { + content: '\f152'; + margin-left: -1em; +} +.ph-duotone.ph-star-four:before { + content: '\f153'; + opacity: 0.2; +} +.ph-duotone.ph-star-four:after { + content: '\f154'; + margin-left: -1em; +} +.ph-duotone.ph-star-half:before { + content: '\f155'; + opacity: 0.2; +} +.ph-duotone.ph-star-half:after { + content: '\f156'; + margin-left: -1em; +} +.ph-duotone.ph-star-of-david:before { + content: '\f157'; + opacity: 0.2; +} +.ph-duotone.ph-star-of-david:after { + content: '\f158'; + margin-left: -1em; +} +.ph-duotone.ph-steering-wheel:before { + content: '\f159'; + opacity: 0.2; +} +.ph-duotone.ph-steering-wheel:after { + content: '\f15a'; + margin-left: -1em; +} +.ph-duotone.ph-steps:before { + content: '\f15b'; + opacity: 0.2; +} +.ph-duotone.ph-steps:after { + content: '\f15c'; + margin-left: -1em; +} +.ph-duotone.ph-stethoscope:before { + content: '\f15d'; + opacity: 0.2; +} +.ph-duotone.ph-stethoscope:after { + content: '\f15e'; + margin-left: -1em; +} +.ph-duotone.ph-sticker:before { + content: '\f15f'; + opacity: 0.2; +} +.ph-duotone.ph-sticker:after { + content: '\f160'; + margin-left: -1em; +} +.ph-duotone.ph-stool:before { + content: '\f161'; + opacity: 0.2; +} +.ph-duotone.ph-stool:after { + content: '\f162'; + margin-left: -1em; +} +.ph-duotone.ph-stop-circle:before { + content: '\f163'; + opacity: 0.2; +} +.ph-duotone.ph-stop-circle:after { + content: '\f164'; + margin-left: -1em; +} +.ph-duotone.ph-stop:before { + content: '\f165'; + opacity: 0.2; +} +.ph-duotone.ph-stop:after { + content: '\f166'; + margin-left: -1em; +} +.ph-duotone.ph-storefront:before { + content: '\f167'; + opacity: 0.2; +} +.ph-duotone.ph-storefront:after { + content: '\f168'; + margin-left: -1em; +} +.ph-duotone.ph-strategy:before { + content: '\f169'; + opacity: 0.2; +} +.ph-duotone.ph-strategy:after { + content: '\f16a'; + margin-left: -1em; +} +.ph-duotone.ph-stripe-logo:before { + content: '\f16b'; + opacity: 0.2; +} +.ph-duotone.ph-stripe-logo:after { + content: '\f16c'; + margin-left: -1em; +} +.ph-duotone.ph-student:before { + content: '\f16d'; + opacity: 0.2; +} +.ph-duotone.ph-student:after { + content: '\f16e'; + margin-left: -1em; +} +.ph-duotone.ph-subtitles:before { + content: '\f16f'; + opacity: 0.2; +} +.ph-duotone.ph-subtitles:after { + content: '\f170'; + margin-left: -1em; +} +.ph-duotone.ph-subtract:before { + content: '\f171'; + opacity: 0.2; +} +.ph-duotone.ph-subtract:after { + content: '\f172'; + margin-left: -1em; +} +.ph-duotone.ph-subtract-square:before { + content: '\f173'; + opacity: 0.2; +} +.ph-duotone.ph-subtract-square:after { + content: '\f174'; + margin-left: -1em; +} +.ph-duotone.ph-suitcase:before { + content: '\f175'; + opacity: 0.2; +} +.ph-duotone.ph-suitcase:after { + content: '\f176'; + margin-left: -1em; +} +.ph-duotone.ph-suitcase-rolling:before { + content: '\f177'; + opacity: 0.2; +} +.ph-duotone.ph-suitcase-rolling:after { + content: '\f178'; + margin-left: -1em; +} +.ph-duotone.ph-suitcase-simple:before { + content: '\f179'; + opacity: 0.2; +} +.ph-duotone.ph-suitcase-simple:after { + content: '\f17a'; + margin-left: -1em; +} +.ph-duotone.ph-sun-dim:before { + content: '\f17b'; + opacity: 0.2; +} +.ph-duotone.ph-sun-dim:after { + content: '\f17c'; + margin-left: -1em; +} +.ph-duotone.ph-sun:before { + content: '\f17d'; + opacity: 0.2; +} +.ph-duotone.ph-sun:after { + content: '\f17e'; + margin-left: -1em; +} +.ph-duotone.ph-sunglasses:before { + content: '\f17f'; + opacity: 0.2; +} +.ph-duotone.ph-sunglasses:after { + content: '\f180'; + margin-left: -1em; +} +.ph-duotone.ph-sun-horizon:before { + content: '\f181'; + opacity: 0.2; +} +.ph-duotone.ph-sun-horizon:after { + content: '\f182'; + margin-left: -1em; +} +.ph-duotone.ph-swap:before { + content: '\f183'; + opacity: 0.2; +} +.ph-duotone.ph-swap:after { + content: '\f184'; + margin-left: -1em; +} +.ph-duotone.ph-swatches:before { + content: '\f185'; + opacity: 0.2; +} +.ph-duotone.ph-swatches:after { + content: '\f186'; + margin-left: -1em; +} +.ph-duotone.ph-swimming-pool:before { + content: '\f187'; + opacity: 0.2; +} +.ph-duotone.ph-swimming-pool:after { + content: '\f188'; + margin-left: -1em; +} +.ph-duotone.ph-sword:before { + content: '\f189'; + opacity: 0.2; +} +.ph-duotone.ph-sword:after { + content: '\f18a'; + margin-left: -1em; +} +.ph-duotone.ph-synagogue:before { + content: '\f18b'; + opacity: 0.2; +} +.ph-duotone.ph-synagogue:after { + content: '\f18c'; + margin-left: -1em; +} +.ph-duotone.ph-syringe:before { + content: '\f18d'; + opacity: 0.2; +} +.ph-duotone.ph-syringe:after { + content: '\f18e'; + margin-left: -1em; +} +.ph-duotone.ph-table:before { + content: '\f18f'; + opacity: 0.2; +} +.ph-duotone.ph-table:after { + content: '\f190'; + margin-left: -1em; +} +.ph-duotone.ph-tabs:before { + content: '\f191'; + opacity: 0.2; +} +.ph-duotone.ph-tabs:after { + content: '\f192'; + margin-left: -1em; +} +.ph-duotone.ph-tag-chevron:before { + content: '\f193'; + opacity: 0.2; +} +.ph-duotone.ph-tag-chevron:after { + content: '\f194'; + margin-left: -1em; +} +.ph-duotone.ph-tag:before { + content: '\f195'; + opacity: 0.2; +} +.ph-duotone.ph-tag:after { + content: '\f196'; + margin-left: -1em; +} +.ph-duotone.ph-tag-simple:before { + content: '\f197'; + opacity: 0.2; +} +.ph-duotone.ph-tag-simple:after { + content: '\f198'; + margin-left: -1em; +} +.ph-duotone.ph-target:before { + content: '\f199'; + opacity: 0.2; +} +.ph-duotone.ph-target:after { + content: '\f19a'; + margin-left: -1em; +} +.ph-duotone.ph-taxi:before { + content: '\f19b'; + opacity: 0.2; +} +.ph-duotone.ph-taxi:after { + content: '\f19c'; + margin-left: -1em; +} +.ph-duotone.ph-telegram-logo:before { + content: '\f19d'; + opacity: 0.2; +} +.ph-duotone.ph-telegram-logo:after { + content: '\f19e'; + margin-left: -1em; +} +.ph-duotone.ph-television:before { + content: '\f19f'; + opacity: 0.2; +} +.ph-duotone.ph-television:after { + content: '\f1a0'; + margin-left: -1em; +} +.ph-duotone.ph-television-simple:before { + content: '\f1a1'; + opacity: 0.2; +} +.ph-duotone.ph-television-simple:after { + content: '\f1a2'; + margin-left: -1em; +} +.ph-duotone.ph-tennis-ball:before { + content: '\f1a3'; + opacity: 0.2; +} +.ph-duotone.ph-tennis-ball:after { + content: '\f1a4'; + margin-left: -1em; +} +.ph-duotone.ph-tent:before { + content: '\f1a5'; + opacity: 0.2; +} +.ph-duotone.ph-tent:after { + content: '\f1a6'; + margin-left: -1em; +} +.ph-duotone.ph-terminal:before { + content: '\f1a7'; + opacity: 0.2; +} +.ph-duotone.ph-terminal:after { + content: '\f1a8'; + margin-left: -1em; +} +.ph-duotone.ph-terminal-window:before { + content: '\f1a9'; + opacity: 0.2; +} +.ph-duotone.ph-terminal-window:after { + content: '\f1aa'; + margin-left: -1em; +} +.ph-duotone.ph-test-tube:before { + content: '\f1ab'; + opacity: 0.2; +} +.ph-duotone.ph-test-tube:after { + content: '\f1ac'; + margin-left: -1em; +} +.ph-duotone.ph-text-aa:before { + content: '\f1ad'; + opacity: 0.2; +} +.ph-duotone.ph-text-aa:after { + content: '\f1ae'; + margin-left: -1em; +} +.ph-duotone.ph-text-align-center:before { + content: '\f1af'; + opacity: 0.2; +} +.ph-duotone.ph-text-align-center:after { + content: '\f1b0'; + margin-left: -1em; +} +.ph-duotone.ph-text-align-justify:before { + content: '\f1b1'; + opacity: 0.2; +} +.ph-duotone.ph-text-align-justify:after { + content: '\f1b2'; + margin-left: -1em; +} +.ph-duotone.ph-text-align-left:before { + content: '\f1b3'; + opacity: 0.2; +} +.ph-duotone.ph-text-align-left:after { + content: '\f1b4'; + margin-left: -1em; +} +.ph-duotone.ph-text-align-right:before { + content: '\f1b5'; + opacity: 0.2; +} +.ph-duotone.ph-text-align-right:after { + content: '\f1b6'; + margin-left: -1em; +} +.ph-duotone.ph-text-a-underline:before { + content: '\f1b7'; + opacity: 0.2; +} +.ph-duotone.ph-text-a-underline:after { + content: '\f1b8'; + margin-left: -1em; +} +.ph-duotone.ph-text-b:before, +.ph-duotone.ph-text-bolder:before { + content: '\f1b9'; + opacity: 0.2; +} +.ph-duotone.ph-text-b:after, +.ph-duotone.ph-text-bolder:after { + content: '\f1ba'; + margin-left: -1em; +} +.ph-duotone.ph-textbox:before { + content: '\f1bb'; + opacity: 0.2; +} +.ph-duotone.ph-textbox:after { + content: '\f1bc'; + margin-left: -1em; +} +.ph-duotone.ph-text-columns:before { + content: '\f1bd'; + opacity: 0.2; +} +.ph-duotone.ph-text-columns:after { + content: '\f1be'; + margin-left: -1em; +} +.ph-duotone.ph-text-h:before { + content: '\f1bf'; + opacity: 0.2; +} +.ph-duotone.ph-text-h:after { + content: '\f1c0'; + margin-left: -1em; +} +.ph-duotone.ph-text-h-five:before { + content: '\f1c1'; + opacity: 0.2; +} +.ph-duotone.ph-text-h-five:after { + content: '\f1c2'; + margin-left: -1em; +} +.ph-duotone.ph-text-h-four:before { + content: '\f1c3'; + opacity: 0.2; +} +.ph-duotone.ph-text-h-four:after { + content: '\f1c4'; + margin-left: -1em; +} +.ph-duotone.ph-text-h-one:before { + content: '\f1c5'; + opacity: 0.2; +} +.ph-duotone.ph-text-h-one:after { + content: '\f1c6'; + margin-left: -1em; +} +.ph-duotone.ph-text-h-six:before { + content: '\f1c7'; + opacity: 0.2; +} +.ph-duotone.ph-text-h-six:after { + content: '\f1c8'; + margin-left: -1em; +} +.ph-duotone.ph-text-h-three:before { + content: '\f1c9'; + opacity: 0.2; +} +.ph-duotone.ph-text-h-three:after { + content: '\f1ca'; + margin-left: -1em; +} +.ph-duotone.ph-text-h-two:before { + content: '\f1cb'; + opacity: 0.2; +} +.ph-duotone.ph-text-h-two:after { + content: '\f1cc'; + margin-left: -1em; +} +.ph-duotone.ph-text-indent:before { + content: '\f1cd'; + opacity: 0.2; +} +.ph-duotone.ph-text-indent:after { + content: '\f1ce'; + margin-left: -1em; +} +.ph-duotone.ph-text-italic:before { + content: '\f1cf'; + opacity: 0.2; +} +.ph-duotone.ph-text-italic:after { + content: '\f1d0'; + margin-left: -1em; +} +.ph-duotone.ph-text-outdent:before { + content: '\f1d1'; + opacity: 0.2; +} +.ph-duotone.ph-text-outdent:after { + content: '\f1d2'; + margin-left: -1em; +} +.ph-duotone.ph-text-strikethrough:before { + content: '\f1d3'; + opacity: 0.2; +} +.ph-duotone.ph-text-strikethrough:after { + content: '\f1d4'; + margin-left: -1em; +} +.ph-duotone.ph-text-t:before { + content: '\f1d5'; + opacity: 0.2; +} +.ph-duotone.ph-text-t:after { + content: '\f1d6'; + margin-left: -1em; +} +.ph-duotone.ph-text-underline:before { + content: '\f1d7'; + opacity: 0.2; +} +.ph-duotone.ph-text-underline:after { + content: '\f1d8'; + margin-left: -1em; +} +.ph-duotone.ph-thermometer-cold:before { + content: '\f1d9'; + opacity: 0.2; +} +.ph-duotone.ph-thermometer-cold:after { + content: '\f1da'; + margin-left: -1em; +} +.ph-duotone.ph-thermometer:before { + content: '\f1db'; + opacity: 0.2; +} +.ph-duotone.ph-thermometer:after { + content: '\f1dc'; + margin-left: -1em; +} +.ph-duotone.ph-thermometer-hot:before { + content: '\f1dd'; + opacity: 0.2; +} +.ph-duotone.ph-thermometer-hot:after { + content: '\f1de'; + margin-left: -1em; +} +.ph-duotone.ph-thermometer-simple:before { + content: '\f1df'; + opacity: 0.2; +} +.ph-duotone.ph-thermometer-simple:after { + content: '\f1e0'; + margin-left: -1em; +} +.ph-duotone.ph-thumbs-down:before { + content: '\f1e1'; + opacity: 0.2; +} +.ph-duotone.ph-thumbs-down:after { + content: '\f1e2'; + margin-left: -1em; +} +.ph-duotone.ph-thumbs-up:before { + content: '\f1e3'; + opacity: 0.2; +} +.ph-duotone.ph-thumbs-up:after { + content: '\f1e4'; + margin-left: -1em; +} +.ph-duotone.ph-ticket:before { + content: '\f1e5'; + opacity: 0.2; +} +.ph-duotone.ph-ticket:after { + content: '\f1e6'; + margin-left: -1em; +} +.ph-duotone.ph-tidal-logo:before { + content: '\f1e7'; + opacity: 0.2; +} +.ph-duotone.ph-tidal-logo:after { + content: '\f1e8'; + margin-left: -1em; +} +.ph-duotone.ph-tiktok-logo:before { + content: '\f1e9'; + opacity: 0.2; +} +.ph-duotone.ph-tiktok-logo:after { + content: '\f1ea'; + margin-left: -1em; +} +.ph-duotone.ph-timer:before { + content: '\f1eb'; + opacity: 0.2; +} +.ph-duotone.ph-timer:after { + content: '\f1ec'; + margin-left: -1em; +} +.ph-duotone.ph-tipi:before { + content: '\f1ed'; + opacity: 0.2; +} +.ph-duotone.ph-tipi:after { + content: '\f1ee'; + margin-left: -1em; +} +.ph-duotone.ph-toggle-left:before { + content: '\f1ef'; + opacity: 0.2; +} +.ph-duotone.ph-toggle-left:after { + content: '\f1f0'; + margin-left: -1em; +} +.ph-duotone.ph-toggle-right:before { + content: '\f1f1'; + opacity: 0.2; +} +.ph-duotone.ph-toggle-right:after { + content: '\f1f2'; + margin-left: -1em; +} +.ph-duotone.ph-toilet:before { + content: '\f1f3'; + opacity: 0.2; +} +.ph-duotone.ph-toilet:after { + content: '\f1f4'; + margin-left: -1em; +} +.ph-duotone.ph-toilet-paper:before { + content: '\f1f5'; + opacity: 0.2; +} +.ph-duotone.ph-toilet-paper:after { + content: '\f1f6'; + margin-left: -1em; +} +.ph-duotone.ph-toolbox:before { + content: '\f1f7'; + opacity: 0.2; +} +.ph-duotone.ph-toolbox:after { + content: '\f1f8'; + margin-left: -1em; +} +.ph-duotone.ph-tooth:before { + content: '\f1f9'; + opacity: 0.2; +} +.ph-duotone.ph-tooth:after { + content: '\f1fa'; + margin-left: -1em; +} +.ph-duotone.ph-tote:before { + content: '\f1fb'; + opacity: 0.2; +} +.ph-duotone.ph-tote:after { + content: '\f1fc'; + margin-left: -1em; +} +.ph-duotone.ph-tote-simple:before { + content: '\f1fd'; + opacity: 0.2; +} +.ph-duotone.ph-tote-simple:after { + content: '\f1fe'; + margin-left: -1em; +} +.ph-duotone.ph-trademark:before { + content: '\f1ff'; + opacity: 0.2; +} +.ph-duotone.ph-trademark:after { + content: '\f200'; + margin-left: -1em; +} +.ph-duotone.ph-trademark-registered:before { + content: '\f201'; + opacity: 0.2; +} +.ph-duotone.ph-trademark-registered:after { + content: '\f202'; + margin-left: -1em; +} +.ph-duotone.ph-traffic-cone:before { + content: '\f203'; + opacity: 0.2; +} +.ph-duotone.ph-traffic-cone:after { + content: '\f204'; + margin-left: -1em; +} +.ph-duotone.ph-traffic-signal:before { + content: '\f205'; + opacity: 0.2; +} +.ph-duotone.ph-traffic-signal:after { + content: '\f206'; + margin-left: -1em; +} +.ph-duotone.ph-traffic-sign:before { + content: '\f207'; + opacity: 0.2; +} +.ph-duotone.ph-traffic-sign:after { + content: '\f208'; + margin-left: -1em; +} +.ph-duotone.ph-train:before { + content: '\f209'; + opacity: 0.2; +} +.ph-duotone.ph-train:after { + content: '\f20a'; + margin-left: -1em; +} +.ph-duotone.ph-train-regional:before { + content: '\f20b'; + opacity: 0.2; +} +.ph-duotone.ph-train-regional:after { + content: '\f20c'; + margin-left: -1em; +} +.ph-duotone.ph-train-simple:before { + content: '\f20d'; + opacity: 0.2; +} +.ph-duotone.ph-train-simple:after { + content: '\f20e'; + margin-left: -1em; +} +.ph-duotone.ph-tram:before { + content: '\f20f'; + opacity: 0.2; +} +.ph-duotone.ph-tram:after { + content: '\f210'; + margin-left: -1em; +} +.ph-duotone.ph-translate:before { + content: '\f211'; + opacity: 0.2; +} +.ph-duotone.ph-translate:after { + content: '\f212'; + margin-left: -1em; +} +.ph-duotone.ph-trash:before { + content: '\f213'; + opacity: 0.2; +} +.ph-duotone.ph-trash:after { + content: '\f214'; + margin-left: -1em; +} +.ph-duotone.ph-trash-simple:before { + content: '\f215'; + opacity: 0.2; +} +.ph-duotone.ph-trash-simple:after { + content: '\f216'; + margin-left: -1em; +} +.ph-duotone.ph-tray:before { + content: '\f217'; + opacity: 0.2; +} +.ph-duotone.ph-tray:after { + content: '\f218'; + margin-left: -1em; +} +.ph-duotone.ph-tree:before { + content: '\f219'; + opacity: 0.2; +} +.ph-duotone.ph-tree:after { + content: '\f21a'; + margin-left: -1em; +} +.ph-duotone.ph-tree-evergreen:before { + content: '\f21b'; + opacity: 0.2; +} +.ph-duotone.ph-tree-evergreen:after { + content: '\f21c'; + margin-left: -1em; +} +.ph-duotone.ph-tree-palm:before { + content: '\f21d'; + opacity: 0.2; +} +.ph-duotone.ph-tree-palm:after { + content: '\f21e'; + margin-left: -1em; +} +.ph-duotone.ph-tree-structure:before { + content: '\f21f'; + opacity: 0.2; +} +.ph-duotone.ph-tree-structure:after { + content: '\f220'; + margin-left: -1em; +} +.ph-duotone.ph-trend-down:before { + content: '\f221'; + opacity: 0.2; +} +.ph-duotone.ph-trend-down:after { + content: '\f222'; + margin-left: -1em; +} +.ph-duotone.ph-trend-up:before { + content: '\f223'; + opacity: 0.2; +} +.ph-duotone.ph-trend-up:after { + content: '\f224'; + margin-left: -1em; +} +.ph-duotone.ph-triangle:before { + content: '\f225'; + opacity: 0.2; +} +.ph-duotone.ph-triangle:after { + content: '\f226'; + margin-left: -1em; +} +.ph-duotone.ph-trophy:before { + content: '\f227'; + opacity: 0.2; +} +.ph-duotone.ph-trophy:after { + content: '\f228'; + margin-left: -1em; +} +.ph-duotone.ph-truck:before { + content: '\f229'; + opacity: 0.2; +} +.ph-duotone.ph-truck:after { + content: '\f22a'; + margin-left: -1em; +} +.ph-duotone.ph-t-shirt:before { + content: '\f22b'; + opacity: 0.2; +} +.ph-duotone.ph-t-shirt:after { + content: '\f22c'; + margin-left: -1em; +} +.ph-duotone.ph-twitch-logo:before { + content: '\f22d'; + opacity: 0.2; +} +.ph-duotone.ph-twitch-logo:after { + content: '\f22e'; + margin-left: -1em; +} +.ph-duotone.ph-twitter-logo:before { + content: '\f22f'; + opacity: 0.2; +} +.ph-duotone.ph-twitter-logo:after { + content: '\f230'; + margin-left: -1em; +} +.ph-duotone.ph-umbrella:before { + content: '\f231'; + opacity: 0.2; +} +.ph-duotone.ph-umbrella:after { + content: '\f232'; + margin-left: -1em; +} +.ph-duotone.ph-umbrella-simple:before { + content: '\f233'; + opacity: 0.2; +} +.ph-duotone.ph-umbrella-simple:after { + content: '\f234'; + margin-left: -1em; +} +.ph-duotone.ph-unite:before { + content: '\f235'; + opacity: 0.2; +} +.ph-duotone.ph-unite:after { + content: '\f236'; + margin-left: -1em; +} +.ph-duotone.ph-unite-square:before { + content: '\f237'; + opacity: 0.2; +} +.ph-duotone.ph-unite-square:after { + content: '\f238'; + margin-left: -1em; +} +.ph-duotone.ph-upload:before { + content: '\f239'; + opacity: 0.2; +} +.ph-duotone.ph-upload:after { + content: '\f23a'; + margin-left: -1em; +} +.ph-duotone.ph-upload-simple:before { + content: '\f23b'; + opacity: 0.2; +} +.ph-duotone.ph-upload-simple:after { + content: '\f23c'; + margin-left: -1em; +} +.ph-duotone.ph-usb:before { + content: '\f23d'; + opacity: 0.2; +} +.ph-duotone.ph-usb:after { + content: '\f23e'; + margin-left: -1em; +} +.ph-duotone.ph-user-circle:before { + content: '\f23f'; + opacity: 0.2; +} +.ph-duotone.ph-user-circle:after { + content: '\f240'; + margin-left: -1em; +} +.ph-duotone.ph-user-circle-gear:before { + content: '\f241'; + opacity: 0.2; +} +.ph-duotone.ph-user-circle-gear:after { + content: '\f242'; + margin-left: -1em; +} +.ph-duotone.ph-user-circle-minus:before { + content: '\f243'; + opacity: 0.2; +} +.ph-duotone.ph-user-circle-minus:after { + content: '\f244'; + margin-left: -1em; +} +.ph-duotone.ph-user-circle-plus:before { + content: '\f245'; + opacity: 0.2; +} +.ph-duotone.ph-user-circle-plus:after { + content: '\f246'; + margin-left: -1em; +} +.ph-duotone.ph-user:before { + content: '\f247'; + opacity: 0.2; +} +.ph-duotone.ph-user:after { + content: '\f248'; + margin-left: -1em; +} +.ph-duotone.ph-user-focus:before { + content: '\f249'; + opacity: 0.2; +} +.ph-duotone.ph-user-focus:after { + content: '\f24a'; + margin-left: -1em; +} +.ph-duotone.ph-user-gear:before { + content: '\f24b'; + opacity: 0.2; +} +.ph-duotone.ph-user-gear:after { + content: '\f24c'; + margin-left: -1em; +} +.ph-duotone.ph-user-list:before { + content: '\f24d'; + opacity: 0.2; +} +.ph-duotone.ph-user-list:after { + content: '\f24e'; + margin-left: -1em; +} +.ph-duotone.ph-user-minus:before { + content: '\f24f'; + opacity: 0.2; +} +.ph-duotone.ph-user-minus:after { + content: '\f250'; + margin-left: -1em; +} +.ph-duotone.ph-user-plus:before { + content: '\f251'; + opacity: 0.2; +} +.ph-duotone.ph-user-plus:after { + content: '\f252'; + margin-left: -1em; +} +.ph-duotone.ph-user-rectangle:before { + content: '\f253'; + opacity: 0.2; +} +.ph-duotone.ph-user-rectangle:after { + content: '\f254'; + margin-left: -1em; +} +.ph-duotone.ph-users:before { + content: '\f255'; + opacity: 0.2; +} +.ph-duotone.ph-users:after { + content: '\f256'; + margin-left: -1em; +} +.ph-duotone.ph-users-four:before { + content: '\f257'; + opacity: 0.2; +} +.ph-duotone.ph-users-four:after { + content: '\f258'; + margin-left: -1em; +} +.ph-duotone.ph-user-square:before { + content: '\f259'; + opacity: 0.2; +} +.ph-duotone.ph-user-square:after { + content: '\f25a'; + margin-left: -1em; +} +.ph-duotone.ph-users-three:before { + content: '\f25b'; + opacity: 0.2; +} +.ph-duotone.ph-users-three:after { + content: '\f25c'; + margin-left: -1em; +} +.ph-duotone.ph-user-switch:before { + content: '\f25d'; + opacity: 0.2; +} +.ph-duotone.ph-user-switch:after { + content: '\f25e'; + margin-left: -1em; +} +.ph-duotone.ph-van:before { + content: '\f25f'; + opacity: 0.2; +} +.ph-duotone.ph-van:after { + content: '\f260'; + margin-left: -1em; +} +.ph-duotone.ph-vault:before { + content: '\f261'; + opacity: 0.2; +} +.ph-duotone.ph-vault:after { + content: '\f262'; + margin-left: -1em; +} +.ph-duotone.ph-vibrate:before { + content: '\f263'; + opacity: 0.2; +} +.ph-duotone.ph-vibrate:after { + content: '\f264'; + margin-left: -1em; +} +.ph-duotone.ph-video-camera:before { + content: '\f265'; + opacity: 0.2; +} +.ph-duotone.ph-video-camera:after { + content: '\f266'; + margin-left: -1em; +} +.ph-duotone.ph-video-camera-slash:before { + content: '\f267'; + opacity: 0.2; +} +.ph-duotone.ph-video-camera-slash:after { + content: '\f268'; + margin-left: -1em; +} +.ph-duotone.ph-video:before { + content: '\f269'; + opacity: 0.2; +} +.ph-duotone.ph-video:after { + content: '\f26a'; + margin-left: -1em; +} +.ph-duotone.ph-vignette:before { + content: '\f26b'; + opacity: 0.2; +} +.ph-duotone.ph-vignette:after { + content: '\f26c'; + margin-left: -1em; +} +.ph-duotone.ph-vinyl-record:before { + content: '\f26d'; + opacity: 0.2; +} +.ph-duotone.ph-vinyl-record:after { + content: '\f26e'; + margin-left: -1em; +} +.ph-duotone.ph-virtual-reality:before { + content: '\f26f'; + opacity: 0.2; +} +.ph-duotone.ph-virtual-reality:after { + content: '\f270'; + margin-left: -1em; +} +.ph-duotone.ph-virus:before { + content: '\f271'; + opacity: 0.2; +} +.ph-duotone.ph-virus:after { + content: '\f272'; + margin-left: -1em; +} +.ph-duotone.ph-voicemail:before { + content: '\f273'; + opacity: 0.2; +} +.ph-duotone.ph-voicemail:after { + content: '\f274'; + margin-left: -1em; +} +.ph-duotone.ph-volleyball:before { + content: '\f275'; + opacity: 0.2; +} +.ph-duotone.ph-volleyball:after { + content: '\f276'; + margin-left: -1em; +} +.ph-duotone.ph-wall:before { + content: '\f277'; + opacity: 0.2; +} +.ph-duotone.ph-wall:after { + content: '\f278'; + margin-left: -1em; +} +.ph-duotone.ph-wallet:before { + content: '\f279'; + opacity: 0.2; +} +.ph-duotone.ph-wallet:after { + content: '\f27a'; + margin-left: -1em; +} +.ph-duotone.ph-warehouse:before { + content: '\f27b'; + opacity: 0.2; +} +.ph-duotone.ph-warehouse:after { + content: '\f27c'; + margin-left: -1em; +} +.ph-duotone.ph-warning-circle:before { + content: '\f27d'; + opacity: 0.2; +} +.ph-duotone.ph-warning-circle:after { + content: '\f27e'; + margin-left: -1em; +} +.ph-duotone.ph-warning-diamond:before { + content: '\f27f'; + opacity: 0.2; +} +.ph-duotone.ph-warning-diamond:after { + content: '\f280'; + margin-left: -1em; +} +.ph-duotone.ph-warning:before { + content: '\f281'; + opacity: 0.2; +} +.ph-duotone.ph-warning:after { + content: '\f282'; + margin-left: -1em; +} +.ph-duotone.ph-warning-octagon:before { + content: '\f283'; + opacity: 0.2; +} +.ph-duotone.ph-warning-octagon:after { + content: '\f284'; + margin-left: -1em; +} +.ph-duotone.ph-watch:before { + content: '\f285'; + opacity: 0.2; +} +.ph-duotone.ph-watch:after { + content: '\f286'; + margin-left: -1em; +} +.ph-duotone.ph-waveform:before { + content: '\f287'; + opacity: 0.2; +} +.ph-duotone.ph-waveform:after { + content: '\f288'; + margin-left: -1em; +} +.ph-duotone.ph-wave-sawtooth:before { + content: '\f289'; + opacity: 0.2; +} +.ph-duotone.ph-wave-sawtooth:after { + content: '\f28a'; + margin-left: -1em; +} +.ph-duotone.ph-waves:before { + content: '\f28b'; + opacity: 0.2; +} +.ph-duotone.ph-waves:after { + content: '\f28c'; + margin-left: -1em; +} +.ph-duotone.ph-wave-sine:before { + content: '\f28d'; + opacity: 0.2; +} +.ph-duotone.ph-wave-sine:after { + content: '\f28e'; + margin-left: -1em; +} +.ph-duotone.ph-wave-square:before { + content: '\f28f'; + opacity: 0.2; +} +.ph-duotone.ph-wave-square:after { + content: '\f290'; + margin-left: -1em; +} +.ph-duotone.ph-wave-triangle:before { + content: '\f291'; + opacity: 0.2; +} +.ph-duotone.ph-wave-triangle:after { + content: '\f292'; + margin-left: -1em; +} +.ph-duotone.ph-webcam:before { + content: '\f293'; + opacity: 0.2; +} +.ph-duotone.ph-webcam:after { + content: '\f294'; + margin-left: -1em; +} +.ph-duotone.ph-webcam-slash:before { + content: '\f295'; + opacity: 0.2; +} +.ph-duotone.ph-webcam-slash:after { + content: '\f296'; + margin-left: -1em; +} +.ph-duotone.ph-webhooks-logo:before { + content: '\f297'; + opacity: 0.2; +} +.ph-duotone.ph-webhooks-logo:after { + content: '\f298'; + margin-left: -1em; +} +.ph-duotone.ph-wechat-logo:before { + content: '\f299'; + opacity: 0.2; +} +.ph-duotone.ph-wechat-logo:after { + content: '\f29a'; + margin-left: -1em; +} +.ph-duotone.ph-whatsapp-logo:before { + content: '\f29b'; + opacity: 0.2; +} +.ph-duotone.ph-whatsapp-logo:after { + content: '\f29c'; + margin-left: -1em; +} +.ph-duotone.ph-wheelchair:before { + content: '\f29d'; + opacity: 0.2; +} +.ph-duotone.ph-wheelchair:after { + content: '\f29e'; + margin-left: -1em; +} +.ph-duotone.ph-wheelchair-motion:before { + content: '\f29f'; + opacity: 0.2; +} +.ph-duotone.ph-wheelchair-motion:after { + content: '\f2a0'; + margin-left: -1em; +} +.ph-duotone.ph-wifi-high:before { + content: '\f2a1'; + opacity: 0.2; +} +.ph-duotone.ph-wifi-high:after { + content: '\f2a2'; + margin-left: -1em; +} +.ph-duotone.ph-wifi-low:before { + content: '\f2a3'; + opacity: 0.2; +} +.ph-duotone.ph-wifi-low:after { + content: '\f2a4'; + margin-left: -1em; +} +.ph-duotone.ph-wifi-medium:before { + content: '\f2a5'; + opacity: 0.2; +} +.ph-duotone.ph-wifi-medium:after { + content: '\f2a6'; + margin-left: -1em; +} +.ph-duotone.ph-wifi-none-duotone:before { + content: '\f2a7'; +} +.ph-duotone.ph-wifi-slash:before { + content: '\f2a8'; + opacity: 0.2; +} +.ph-duotone.ph-wifi-slash:after { + content: '\f2a9'; + margin-left: -1em; +} +.ph-duotone.ph-wifi-x:before { + content: '\f2aa'; + opacity: 0.2; +} +.ph-duotone.ph-wifi-x:after { + content: '\f2ab'; + margin-left: -1em; +} +.ph-duotone.ph-wind:before { + content: '\f2ac'; + opacity: 0.2; +} +.ph-duotone.ph-wind:after { + content: '\f2ad'; + margin-left: -1em; +} +.ph-duotone.ph-windows-logo:before { + content: '\f2ae'; + opacity: 0.2; +} +.ph-duotone.ph-windows-logo:after { + content: '\f2af'; + margin-left: -1em; +} +.ph-duotone.ph-wine:before { + content: '\f2b0'; + opacity: 0.2; +} +.ph-duotone.ph-wine:after { + content: '\f2b1'; + margin-left: -1em; +} +.ph-duotone.ph-wrench:before { + content: '\f2b2'; + opacity: 0.2; +} +.ph-duotone.ph-wrench:after { + content: '\f2b3'; + margin-left: -1em; +} +.ph-duotone.ph-x-circle:before { + content: '\f2b4'; + opacity: 0.2; +} +.ph-duotone.ph-x-circle:after { + content: '\f2b5'; + margin-left: -1em; +} +.ph-duotone.ph-x:before { + content: '\f2b6'; + opacity: 0.2; +} +.ph-duotone.ph-x:after { + content: '\f2b7'; + margin-left: -1em; +} +.ph-duotone.ph-x-square:before { + content: '\f2b8'; + opacity: 0.2; +} +.ph-duotone.ph-x-square:after { + content: '\f2b9'; + margin-left: -1em; +} +.ph-duotone.ph-yin-yang:before { + content: '\f2ba'; + opacity: 0.2; +} +.ph-duotone.ph-yin-yang:after { + content: '\f2bb'; + margin-left: -1em; +} +.ph-duotone.ph-youtube-logo:before { + content: '\f2bc'; + opacity: 0.2; +} +.ph-duotone.ph-youtube-logo:after { + content: '\f2bd'; + margin-left: -1em; +} diff --git a/dist/assets/fonts/tabler-icons.min.css b/dist/assets/fonts/tabler-icons.min.css new file mode 100644 index 0000000..e672ead --- /dev/null +++ b/dist/assets/fonts/tabler-icons.min.css @@ -0,0 +1,3927 @@ +/*! + * Tabler Icons 1.41.1 by tabler - https://tabler.io + * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE + */ +@font-face { + font-family: tabler-icons; + font-style: normal; + font-weight: 400; + src: url(tabler/tabler-icons.eot); + src: + url(tabler/tabler-icons.eot?#iefix) format('embedded-opentype'), + url(tabler/tabler-icons.woff2) format('woff2'), + url(tabler/tabler-icons.woff) format('woff'), + url(tabler/tabler-icons.ttf) format('truetype'), + url(tabler/tabler-icons.svg#tabler-icons) format('svg'); +} +@media screen and (-webkit-min-device-pixel-ratio: 0) { + @font-face { + font-family: tabler-icons; + src: url(tabler/tabler-icons.svg#tabler-icons) format('svg'); + } +} +.ti { + font-family: tabler-icons !important; + speak: none; + font-style: normal; + font-weight: 400; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.ti-2fa:before { + content: '\eca0'; +} +.ti-3d-cube-sphere:before { + content: '\ecd7'; +} +.ti-a-b:before { + content: '\ec36'; +} +.ti-access-point:before { + content: '\ed1b'; +} +.ti-access-point-off:before { + content: '\ed1a'; +} +.ti-accessible:before { + content: '\eba9'; +} +.ti-activity:before { + content: '\ed23'; +} +.ti-ad:before { + content: '\ea02'; +} +.ti-ad-2:before { + content: '\ef1f'; +} +.ti-adjustments:before { + content: '\ea03'; +} +.ti-adjustments-alt:before { + content: '\ec37'; +} +.ti-adjustments-horizontal:before { + content: '\ec38'; +} +.ti-aerial-lift:before { + content: '\edfe'; +} +.ti-affiliate:before { + content: '\edff'; +} +.ti-alarm:before { + content: '\ea04'; +} +.ti-alert-circle:before { + content: '\ea05'; +} +.ti-alert-octagon:before { + content: '\ecc6'; +} +.ti-alert-triangle:before { + content: '\ea06'; +} +.ti-alien:before { + content: '\ebde'; +} +.ti-align-center:before { + content: '\ea07'; +} +.ti-align-justified:before { + content: '\ea08'; +} +.ti-align-left:before { + content: '\ea09'; +} +.ti-align-right:before { + content: '\ea0a'; +} +.ti-ambulance:before { + content: '\ebf5'; +} +.ti-anchor:before { + content: '\eb76'; +} +.ti-angle:before { + content: '\ef20'; +} +.ti-antenna-bars-1:before { + content: '\ecc7'; +} +.ti-antenna-bars-2:before { + content: '\ecc8'; +} +.ti-antenna-bars-3:before { + content: '\ecc9'; +} +.ti-antenna-bars-4:before { + content: '\ecca'; +} +.ti-antenna-bars-5:before { + content: '\eccb'; +} +.ti-aperture:before { + content: '\eb58'; +} +.ti-apple:before { + content: '\ef21'; +} +.ti-apps:before { + content: '\ebb6'; +} +.ti-archive:before { + content: '\ea0b'; +} +.ti-arrow-back:before { + content: '\ea0c'; +} +.ti-arrow-back-up:before { + content: '\eb77'; +} +.ti-arrow-bar-down:before { + content: '\ea0d'; +} +.ti-arrow-bar-left:before { + content: '\ea0e'; +} +.ti-arrow-bar-right:before { + content: '\ea0f'; +} +.ti-arrow-bar-to-down:before { + content: '\ec88'; +} +.ti-arrow-bar-to-left:before { + content: '\ec89'; +} +.ti-arrow-bar-to-right:before { + content: '\ec8a'; +} +.ti-arrow-bar-to-up:before { + content: '\ec8b'; +} +.ti-arrow-bar-up:before { + content: '\ea10'; +} +.ti-arrow-big-down:before { + content: '\edda'; +} +.ti-arrow-big-left:before { + content: '\eddb'; +} +.ti-arrow-big-right:before { + content: '\eddc'; +} +.ti-arrow-big-top:before { + content: '\eddd'; +} +.ti-arrow-bottom-bar:before { + content: '\ed98'; +} +.ti-arrow-bottom-circle:before { + content: '\ed99'; +} +.ti-arrow-bottom-square:before { + content: '\ed9a'; +} +.ti-arrow-bottom-tail:before { + content: '\ed9b'; +} +.ti-arrow-down:before { + content: '\ea16'; +} +.ti-arrow-down-circle:before { + content: '\ea11'; +} +.ti-arrow-down-left:before { + content: '\ea13'; +} +.ti-arrow-down-left-circle:before { + content: '\ea12'; +} +.ti-arrow-down-right:before { + content: '\ea15'; +} +.ti-arrow-down-right-circle:before { + content: '\ea14'; +} +.ti-arrow-forward:before { + content: '\ea17'; +} +.ti-arrow-forward-up:before { + content: '\eb78'; +} +.ti-arrow-left:before { + content: '\ea19'; +} +.ti-arrow-left-bar:before { + content: '\ed9c'; +} +.ti-arrow-left-circle:before { + content: '\ea18'; +} +.ti-arrow-left-square:before { + content: '\ed9d'; +} +.ti-arrow-left-tail:before { + content: '\ed9e'; +} +.ti-arrow-loop-left:before { + content: '\ed9f'; +} +.ti-arrow-loop-right:before { + content: '\eda0'; +} +.ti-arrow-narrow-down:before { + content: '\ea1a'; +} +.ti-arrow-narrow-left:before { + content: '\ea1b'; +} +.ti-arrow-narrow-right:before { + content: '\ea1c'; +} +.ti-arrow-narrow-up:before { + content: '\ea1d'; +} +.ti-arrow-ramp-left:before { + content: '\ed3c'; +} +.ti-arrow-ramp-right:before { + content: '\ed3d'; +} +.ti-arrow-right:before { + content: '\ea1f'; +} +.ti-arrow-right-bar:before { + content: '\eda1'; +} +.ti-arrow-right-circle:before { + content: '\ea1e'; +} +.ti-arrow-right-square:before { + content: '\eda2'; +} +.ti-arrow-right-tail:before { + content: '\eda3'; +} +.ti-arrow-top-bar:before { + content: '\eda4'; +} +.ti-arrow-top-circle:before { + content: '\eda5'; +} +.ti-arrow-top-square:before { + content: '\eda6'; +} +.ti-arrow-top-tail:before { + content: '\eda7'; +} +.ti-arrow-up:before { + content: '\ea25'; +} +.ti-arrow-up-circle:before { + content: '\ea20'; +} +.ti-arrow-up-left:before { + content: '\ea22'; +} +.ti-arrow-up-left-circle:before { + content: '\ea21'; +} +.ti-arrow-up-right:before { + content: '\ea24'; +} +.ti-arrow-up-right-circle:before { + content: '\ea23'; +} +.ti-arrow-wave-left-down:before { + content: '\eda8'; +} +.ti-arrow-wave-left-up:before { + content: '\eda9'; +} +.ti-arrow-wave-right-down:before { + content: '\edaa'; +} +.ti-arrow-wave-right-up:before { + content: '\edab'; +} +.ti-arrows-diagonal:before { + content: '\ea27'; +} +.ti-arrows-diagonal-2:before { + content: '\ea26'; +} +.ti-arrows-double-ne-sw:before { + content: '\edde'; +} +.ti-arrows-double-nw-se:before { + content: '\eddf'; +} +.ti-arrows-double-se-nw:before { + content: '\ede0'; +} +.ti-arrows-double-sw-ne:before { + content: '\ede1'; +} +.ti-arrows-down:before { + content: '\edad'; +} +.ti-arrows-down-up:before { + content: '\edac'; +} +.ti-arrows-horizontal:before { + content: '\eb59'; +} +.ti-arrows-join:before { + content: '\edaf'; +} +.ti-arrows-join-2:before { + content: '\edae'; +} +.ti-arrows-left:before { + content: '\edb1'; +} +.ti-arrows-left-down:before { + content: '\ee00'; +} +.ti-arrows-left-right:before { + content: '\edb0'; +} +.ti-arrows-maximize:before { + content: '\ea28'; +} +.ti-arrows-minimize:before { + content: '\ea29'; +} +.ti-arrows-right:before { + content: '\edb3'; +} +.ti-arrows-right-down:before { + content: '\ee01'; +} +.ti-arrows-right-left:before { + content: '\edb2'; +} +.ti-arrows-sort:before { + content: '\eb5a'; +} +.ti-arrows-split:before { + content: '\edb5'; +} +.ti-arrows-split-2:before { + content: '\edb4'; +} +.ti-arrows-up:before { + content: '\edb7'; +} +.ti-arrows-up-down:before { + content: '\edb6'; +} +.ti-arrows-up-left:before { + content: '\ee02'; +} +.ti-arrows-up-right:before { + content: '\ee03'; +} +.ti-arrows-vertical:before { + content: '\eb5b'; +} +.ti-artboard:before { + content: '\ea2a'; +} +.ti-aspect-ratio:before { + content: '\ed30'; +} +.ti-at:before { + content: '\ea2b'; +} +.ti-atom:before { + content: '\eb79'; +} +.ti-atom-2:before { + content: '\ebdf'; +} +.ti-award:before { + content: '\ea2c'; +} +.ti-backhoe:before { + content: '\ed86'; +} +.ti-backspace:before { + content: '\ea2d'; +} +.ti-ball-american-football:before { + content: '\ee04'; +} +.ti-ball-basketball:before { + content: '\ec28'; +} +.ti-ball-bowling:before { + content: '\ec29'; +} +.ti-ball-football:before { + content: '\ee06'; +} +.ti-ball-football-off:before { + content: '\ee05'; +} +.ti-ball-tennis:before { + content: '\ec2a'; +} +.ti-ball-volleyball:before { + content: '\ec2b'; +} +.ti-ban:before { + content: '\ea2e'; +} +.ti-bandage:before { + content: '\eb7a'; +} +.ti-barcode:before { + content: '\ebc6'; +} +.ti-basket:before { + content: '\ebe1'; +} +.ti-battery:before { + content: '\ea34'; +} +.ti-battery-1:before { + content: '\ea2f'; +} +.ti-battery-2:before { + content: '\ea30'; +} +.ti-battery-3:before { + content: '\ea31'; +} +.ti-battery-4:before { + content: '\ea32'; +} +.ti-battery-automotive:before { + content: '\ee07'; +} +.ti-battery-charging:before { + content: '\ea33'; +} +.ti-battery-off:before { + content: '\ed1c'; +} +.ti-bed:before { + content: '\eb5c'; +} +.ti-bell:before { + content: '\ea35'; +} +.ti-bell-minus:before { + content: '\ede2'; +} +.ti-bell-off:before { + content: '\ece9'; +} +.ti-bell-plus:before { + content: '\ede3'; +} +.ti-bell-ringing:before { + content: '\ed07'; +} +.ti-bell-ringing-2:before { + content: '\ede4'; +} +.ti-bell-x:before { + content: '\ede5'; +} +.ti-bike:before { + content: '\ea36'; +} +.ti-binary:before { + content: '\ee08'; +} +.ti-biohazard:before { + content: '\ecb8'; +} +.ti-blockquote:before { + content: '\ee09'; +} +.ti-bluetooth:before { + content: '\ea37'; +} +.ti-bluetooth-connected:before { + content: '\ecea'; +} +.ti-bluetooth-off:before { + content: '\eceb'; +} +.ti-bold:before { + content: '\eb7b'; +} +.ti-bolt:before { + content: '\ea38'; +} +.ti-bolt-off:before { + content: '\ecec'; +} +.ti-bone:before { + content: '\edb8'; +} +.ti-book:before { + content: '\ea39'; +} +.ti-bookmark:before { + content: '\ea3a'; +} +.ti-bookmark-off:before { + content: '\eced'; +} +.ti-bookmarks:before { + content: '\ed08'; +} +.ti-border-all:before { + content: '\ea3b'; +} +.ti-border-bottom:before { + content: '\ea3c'; +} +.ti-border-horizontal:before { + content: '\ea3d'; +} +.ti-border-inner:before { + content: '\ea3e'; +} +.ti-border-left:before { + content: '\ea3f'; +} +.ti-border-none:before { + content: '\ea40'; +} +.ti-border-outer:before { + content: '\ea41'; +} +.ti-border-radius:before { + content: '\eb7c'; +} +.ti-border-right:before { + content: '\ea42'; +} +.ti-border-style:before { + content: '\ee0a'; +} +.ti-border-style-2:before { + content: '\ef22'; +} +.ti-border-top:before { + content: '\ea43'; +} +.ti-border-vertical:before { + content: '\ea44'; +} +.ti-bottle:before { + content: '\ef0b'; +} +.ti-box:before { + content: '\ea45'; +} +.ti-box-margin:before { + content: '\ee0b'; +} +.ti-box-model:before { + content: '\ee0c'; +} +.ti-box-model-2:before { + content: '\ef23'; +} +.ti-box-multiple:before { + content: '\ee17'; +} +.ti-box-multiple-0:before { + content: '\ee0d'; +} +.ti-box-multiple-1:before { + content: '\ee0e'; +} +.ti-box-multiple-2:before { + content: '\ee0f'; +} +.ti-box-multiple-3:before { + content: '\ee10'; +} +.ti-box-multiple-4:before { + content: '\ee11'; +} +.ti-box-multiple-5:before { + content: '\ee12'; +} +.ti-box-multiple-6:before { + content: '\ee13'; +} +.ti-box-multiple-7:before { + content: '\ee14'; +} +.ti-box-multiple-8:before { + content: '\ee15'; +} +.ti-box-multiple-9:before { + content: '\ee16'; +} +.ti-box-padding:before { + content: '\ee18'; +} +.ti-braces:before { + content: '\ebcc'; +} +.ti-brackets:before { + content: '\ebcd'; +} +.ti-brand-airbnb:before { + content: '\ed68'; +} +.ti-brand-android:before { + content: '\ec16'; +} +.ti-brand-apple:before { + content: '\ec17'; +} +.ti-brand-apple-arcade:before { + content: '\ed69'; +} +.ti-brand-appstore:before { + content: '\ed24'; +} +.ti-brand-asana:before { + content: '\edc5'; +} +.ti-brand-behance:before { + content: '\ec6e'; +} +.ti-brand-bing:before { + content: '\edc6'; +} +.ti-brand-bitbucket:before { + content: '\edc7'; +} +.ti-brand-booking:before { + content: '\edc8'; +} +.ti-brand-chrome:before { + content: '\ec18'; +} +.ti-brand-codepen:before { + content: '\ec6f'; +} +.ti-brand-codesandbox:before { + content: '\ed6a'; +} +.ti-brand-css3:before { + content: '\ed6b'; +} +.ti-brand-deviantart:before { + content: '\ecfb'; +} +.ti-brand-discord:before { + content: '\ece3'; +} +.ti-brand-disqus:before { + content: '\edc9'; +} +.ti-brand-docker:before { + content: '\edca'; +} +.ti-brand-dribbble:before { + content: '\ec19'; +} +.ti-brand-edge:before { + content: '\ecfc'; +} +.ti-brand-facebook:before { + content: '\ec1a'; +} +.ti-brand-figma:before { + content: '\ec93'; +} +.ti-brand-firefox:before { + content: '\ecfd'; +} +.ti-brand-flickr:before { + content: '\ecfe'; +} +.ti-brand-foursquare:before { + content: '\ecff'; +} +.ti-brand-framer:before { + content: '\ec1b'; +} +.ti-brand-github:before { + content: '\ec1c'; +} +.ti-brand-gitlab:before { + content: '\ec1d'; +} +.ti-brand-google:before { + content: '\ec1f'; +} +.ti-brand-google-analytics:before { + content: '\edcb'; +} +.ti-brand-google-drive:before { + content: '\ec1e'; +} +.ti-brand-google-play:before { + content: '\ed25'; +} +.ti-brand-gravatar:before { + content: '\edcc'; +} +.ti-brand-hipchat:before { + content: '\edcd'; +} +.ti-brand-html5:before { + content: '\ed6c'; +} +.ti-brand-instagram:before { + content: '\ec20'; +} +.ti-brand-javascript:before { + content: '\ef0c'; +} +.ti-brand-kickstarter:before { + content: '\edce'; +} +.ti-brand-kotlin:before { + content: '\ed6d'; +} +.ti-brand-linkedin:before { + content: '\ec8c'; +} +.ti-brand-medium:before { + content: '\ec70'; +} +.ti-brand-messenger:before { + content: '\ec71'; +} +.ti-brand-netflix:before { + content: '\edcf'; +} +.ti-brand-open-source:before { + content: '\edd0'; +} +.ti-brand-opera:before { + content: '\ec21'; +} +.ti-brand-pagekit:before { + content: '\edd1'; +} +.ti-brand-patreon:before { + content: '\edd2'; +} +.ti-brand-paypal:before { + content: '\ec22'; +} +.ti-brand-pinterest:before { + content: '\ec8d'; +} +.ti-brand-pocket:before { + content: '\ed00'; +} +.ti-brand-producthunt:before { + content: '\edd3'; +} +.ti-brand-python:before { + content: '\ed01'; +} +.ti-brand-reddit:before { + content: '\ec8e'; +} +.ti-brand-safari:before { + content: '\ec23'; +} +.ti-brand-sass:before { + content: '\edd4'; +} +.ti-brand-sentry:before { + content: '\edd5'; +} +.ti-brand-shazam:before { + content: '\edd6'; +} +.ti-brand-sketch:before { + content: '\ec24'; +} +.ti-brand-skype:before { + content: '\ed02'; +} +.ti-brand-slack:before { + content: '\ec72'; +} +.ti-brand-snapchat:before { + content: '\ec25'; +} +.ti-brand-soundcloud:before { + content: '\ed6e'; +} +.ti-brand-spotify:before { + content: '\ed03'; +} +.ti-brand-steam:before { + content: '\ed6f'; +} +.ti-brand-stripe:before { + content: '\edd7'; +} +.ti-brand-tabler:before { + content: '\ec8f'; +} +.ti-brand-tailwind:before { + content: '\eca1'; +} +.ti-brand-telegram:before { + content: '\ec26'; +} +.ti-brand-tidal:before { + content: '\ed70'; +} +.ti-brand-tiktok:before { + content: '\ec73'; +} +.ti-brand-tinder:before { + content: '\ed71'; +} +.ti-brand-tumblr:before { + content: '\ed04'; +} +.ti-brand-twitch:before { + content: '\ed05'; +} +.ti-brand-twitter:before { + content: '\ec27'; +} +.ti-brand-unsplash:before { + content: '\edd8'; +} +.ti-brand-vercel:before { + content: '\ef24'; +} +.ti-brand-vimeo:before { + content: '\ed06'; +} +.ti-brand-vk:before { + content: '\ed72'; +} +.ti-brand-whatsapp:before { + content: '\ec74'; +} +.ti-brand-windows:before { + content: '\ecd8'; +} +.ti-brand-yahoo:before { + content: '\ed73'; +} +.ti-brand-ycombinator:before { + content: '\edd9'; +} +.ti-brand-youtube:before { + content: '\ec90'; +} +.ti-briefcase:before { + content: '\ea46'; +} +.ti-brightness:before { + content: '\eb7f'; +} +.ti-brightness-2:before { + content: '\ee19'; +} +.ti-brightness-down:before { + content: '\eb7d'; +} +.ti-brightness-half:before { + content: '\ee1a'; +} +.ti-brightness-up:before { + content: '\eb7e'; +} +.ti-browser:before { + content: '\ebb7'; +} +.ti-brush:before { + content: '\ebb8'; +} +.ti-bucket:before { + content: '\ea47'; +} +.ti-bug:before { + content: '\ea48'; +} +.ti-building:before { + content: '\ea4f'; +} +.ti-building-arch:before { + content: '\ea49'; +} +.ti-building-bank:before { + content: '\ebe2'; +} +.ti-building-bridge:before { + content: '\ea4b'; +} +.ti-building-bridge-2:before { + content: '\ea4a'; +} +.ti-building-carousel:before { + content: '\ed87'; +} +.ti-building-castle:before { + content: '\ed88'; +} +.ti-building-church:before { + content: '\ea4c'; +} +.ti-building-community:before { + content: '\ebf6'; +} +.ti-building-cottage:before { + content: '\ee1b'; +} +.ti-building-factory:before { + content: '\ee1c'; +} +.ti-building-fortress:before { + content: '\ed89'; +} +.ti-building-hospital:before { + content: '\ea4d'; +} +.ti-building-lighthouse:before { + content: '\ed8a'; +} +.ti-building-monument:before { + content: '\ed26'; +} +.ti-building-pavilon:before { + content: '\ebf7'; +} +.ti-building-skyscraper:before { + content: '\ec39'; +} +.ti-building-store:before { + content: '\ea4e'; +} +.ti-building-warehouse:before { + content: '\ebe3'; +} +.ti-bulb:before { + content: '\ea51'; +} +.ti-bulb-off:before { + content: '\ea50'; +} +.ti-bulldozer:before { + content: '\ee1d'; +} +.ti-bus:before { + content: '\ebe4'; +} +.ti-businessplan:before { + content: '\ee1e'; +} +.ti-calculator:before { + content: '\eb80'; +} +.ti-calendar:before { + content: '\ea53'; +} +.ti-calendar-event:before { + content: '\ea52'; +} +.ti-calendar-minus:before { + content: '\ebb9'; +} +.ti-calendar-off:before { + content: '\ee1f'; +} +.ti-calendar-plus:before { + content: '\ebba'; +} +.ti-calendar-stats:before { + content: '\ee20'; +} +.ti-calendar-time:before { + content: '\ee21'; +} +.ti-camera:before { + content: '\ea54'; +} +.ti-camera-minus:before { + content: '\ec3a'; +} +.ti-camera-off:before { + content: '\ecee'; +} +.ti-camera-plus:before { + content: '\ec3b'; +} +.ti-camera-rotate:before { + content: '\ee22'; +} +.ti-camera-selfie:before { + content: '\ee23'; +} +.ti-candy:before { + content: '\ef0d'; +} +.ti-capture:before { + content: '\ec3c'; +} +.ti-car:before { + content: '\ebbb'; +} +.ti-car-crane:before { + content: '\ef25'; +} +.ti-caravan:before { + content: '\ec7c'; +} +.ti-cardboards:before { + content: '\ed74'; +} +.ti-caret-down:before { + content: '\eb5d'; +} +.ti-caret-left:before { + content: '\eb5e'; +} +.ti-caret-right:before { + content: '\eb5f'; +} +.ti-caret-up:before { + content: '\eb60'; +} +.ti-cash:before { + content: '\ea55'; +} +.ti-cash-banknote:before { + content: '\ee25'; +} +.ti-cash-banknote-off:before { + content: '\ee24'; +} +.ti-cast:before { + content: '\ea56'; +} +.ti-ce:before { + content: '\ed75'; +} +.ti-certificate:before { + content: '\ed76'; +} +.ti-charging-pile:before { + content: '\ee26'; +} +.ti-chart-arcs:before { + content: '\ee28'; +} +.ti-chart-arcs-3:before { + content: '\ee27'; +} +.ti-chart-area:before { + content: '\ea58'; +} +.ti-chart-area-line:before { + content: '\ea57'; +} +.ti-chart-arrows:before { + content: '\ee2a'; +} +.ti-chart-arrows-vertical:before { + content: '\ee29'; +} +.ti-chart-bar:before { + content: '\ea59'; +} +.ti-chart-bubble:before { + content: '\ec75'; +} +.ti-chart-candle:before { + content: '\ea5a'; +} +.ti-chart-circles:before { + content: '\ee2b'; +} +.ti-chart-donut:before { + content: '\ea5b'; +} +.ti-chart-donut-2:before { + content: '\ee2c'; +} +.ti-chart-donut-3:before { + content: '\ee2d'; +} +.ti-chart-donut-4:before { + content: '\ee2e'; +} +.ti-chart-dots:before { + content: '\ee2f'; +} +.ti-chart-infographic:before { + content: '\ee30'; +} +.ti-chart-line:before { + content: '\ea5c'; +} +.ti-chart-pie:before { + content: '\ea5d'; +} +.ti-chart-pie-2:before { + content: '\ee31'; +} +.ti-chart-pie-3:before { + content: '\ee32'; +} +.ti-chart-pie-4:before { + content: '\ee33'; +} +.ti-chart-radar:before { + content: '\ed77'; +} +.ti-check:before { + content: '\ea5e'; +} +.ti-checkbox:before { + content: '\eba6'; +} +.ti-checks:before { + content: '\ebaa'; +} +.ti-cheese:before { + content: '\ef26'; +} +.ti-chevron-down:before { + content: '\ea5f'; +} +.ti-chevron-down-left:before { + content: '\ed09'; +} +.ti-chevron-down-right:before { + content: '\ed0a'; +} +.ti-chevron-left:before { + content: '\ea60'; +} +.ti-chevron-right:before { + content: '\ea61'; +} +.ti-chevron-up:before { + content: '\ea62'; +} +.ti-chevron-up-left:before { + content: '\ed0b'; +} +.ti-chevron-up-right:before { + content: '\ed0c'; +} +.ti-chevrons-down:before { + content: '\ea63'; +} +.ti-chevrons-down-left:before { + content: '\ed0d'; +} +.ti-chevrons-down-right:before { + content: '\ed0e'; +} +.ti-chevrons-left:before { + content: '\ea64'; +} +.ti-chevrons-right:before { + content: '\ea65'; +} +.ti-chevrons-up:before { + content: '\ea66'; +} +.ti-chevrons-up-left:before { + content: '\ed0f'; +} +.ti-chevrons-up-right:before { + content: '\ed10'; +} +.ti-christmas-tree:before { + content: '\ed78'; +} +.ti-circle:before { + content: '\ea6b'; +} +.ti-circle-0:before { + content: '\ee34'; +} +.ti-circle-1:before { + content: '\ee35'; +} +.ti-circle-2:before { + content: '\ee36'; +} +.ti-circle-3:before { + content: '\ee37'; +} +.ti-circle-4:before { + content: '\ee38'; +} +.ti-circle-5:before { + content: '\ee39'; +} +.ti-circle-6:before { + content: '\ee3a'; +} +.ti-circle-7:before { + content: '\ee3b'; +} +.ti-circle-8:before { + content: '\ee3c'; +} +.ti-circle-9:before { + content: '\ee3d'; +} +.ti-circle-check:before { + content: '\ea67'; +} +.ti-circle-dashed:before { + content: '\ed27'; +} +.ti-circle-dotted:before { + content: '\ed28'; +} +.ti-circle-half:before { + content: '\ee3f'; +} +.ti-circle-half-vertical:before { + content: '\ee3e'; +} +.ti-circle-minus:before { + content: '\ea68'; +} +.ti-circle-off:before { + content: '\ee40'; +} +.ti-circle-plus:before { + content: '\ea69'; +} +.ti-circle-square:before { + content: '\ece4'; +} +.ti-circle-x:before { + content: '\ea6a'; +} +.ti-circles:before { + content: '\ece5'; +} +.ti-clear-all:before { + content: '\ee41'; +} +.ti-clear-formatting:before { + content: '\ebe5'; +} +.ti-click:before { + content: '\ebbc'; +} +.ti-clipboard:before { + content: '\ea6f'; +} +.ti-clipboard-check:before { + content: '\ea6c'; +} +.ti-clipboard-list:before { + content: '\ea6d'; +} +.ti-clipboard-x:before { + content: '\ea6e'; +} +.ti-clock:before { + content: '\ea70'; +} +.ti-cloud:before { + content: '\ea76'; +} +.ti-cloud-download:before { + content: '\ea71'; +} +.ti-cloud-fog:before { + content: '\ecd9'; +} +.ti-cloud-off:before { + content: '\ed3e'; +} +.ti-cloud-rain:before { + content: '\ea72'; +} +.ti-cloud-snow:before { + content: '\ea73'; +} +.ti-cloud-storm:before { + content: '\ea74'; +} +.ti-cloud-upload:before { + content: '\ea75'; +} +.ti-code:before { + content: '\ea77'; +} +.ti-code-minus:before { + content: '\ee42'; +} +.ti-code-plus:before { + content: '\ee43'; +} +.ti-coffee:before { + content: '\ef0e'; +} +.ti-coin:before { + content: '\eb82'; +} +.ti-color-picker:before { + content: '\ebe6'; +} +.ti-color-swatch:before { + content: '\eb61'; +} +.ti-column-insert-left:before { + content: '\ee44'; +} +.ti-column-insert-right:before { + content: '\ee45'; +} +.ti-columns:before { + content: '\eb83'; +} +.ti-comet:before { + content: '\ec76'; +} +.ti-command:before { + content: '\ea78'; +} +.ti-compass:before { + content: '\ea79'; +} +.ti-confetti:before { + content: '\ee46'; +} +.ti-container:before { + content: '\ee47'; +} +.ti-contrast:before { + content: '\ec4e'; +} +.ti-cookie:before { + content: '\ef0f'; +} +.ti-copy:before { + content: '\ea7a'; +} +.ti-copyleft:before { + content: '\ec3d'; +} +.ti-copyright:before { + content: '\ea7b'; +} +.ti-corner-down-left:before { + content: '\ea7c'; +} +.ti-corner-down-left-double:before { + content: '\ee48'; +} +.ti-corner-down-right:before { + content: '\ea7d'; +} +.ti-corner-down-right-double:before { + content: '\ee49'; +} +.ti-corner-left-down:before { + content: '\ea7e'; +} +.ti-corner-left-down-double:before { + content: '\ee4a'; +} +.ti-corner-left-up:before { + content: '\ea7f'; +} +.ti-corner-left-up-double:before { + content: '\ee4b'; +} +.ti-corner-right-down:before { + content: '\ea80'; +} +.ti-corner-right-down-double:before { + content: '\ee4c'; +} +.ti-corner-right-up:before { + content: '\ea81'; +} +.ti-corner-right-up-double:before { + content: '\ee4d'; +} +.ti-corner-up-left:before { + content: '\ea82'; +} +.ti-corner-up-left-double:before { + content: '\ee4e'; +} +.ti-corner-up-right:before { + content: '\ea83'; +} +.ti-corner-up-right-double:before { + content: '\ee4f'; +} +.ti-crane:before { + content: '\ef27'; +} +.ti-credit-card:before { + content: '\ea84'; +} +.ti-credit-card-off:before { + content: '\ed11'; +} +.ti-crop:before { + content: '\ea85'; +} +.ti-crosshair:before { + content: '\ec3e'; +} +.ti-crown:before { + content: '\ed12'; +} +.ti-crown-off:before { + content: '\ee50'; +} +.ti-cup:before { + content: '\ef28'; +} +.ti-curly-loop:before { + content: '\ecda'; +} +.ti-currency-bahraini:before { + content: '\ee51'; +} +.ti-currency-bath:before { + content: '\ee52'; +} +.ti-currency-bitcoin:before { + content: '\ebab'; +} +.ti-currency-cent:before { + content: '\ee53'; +} +.ti-currency-dinar:before { + content: '\ee54'; +} +.ti-currency-dirham:before { + content: '\ee55'; +} +.ti-currency-dollar:before { + content: '\eb84'; +} +.ti-currency-dollar-australian:before { + content: '\ee56'; +} +.ti-currency-dollar-canadian:before { + content: '\ee57'; +} +.ti-currency-dollar-singapore:before { + content: '\ee58'; +} +.ti-currency-ethereum:before { + content: '\ee59'; +} +.ti-currency-euro:before { + content: '\eb85'; +} +.ti-currency-forint:before { + content: '\ee5a'; +} +.ti-currency-frank:before { + content: '\ee5b'; +} +.ti-currency-krone-czech:before { + content: '\ee5c'; +} +.ti-currency-krone-danish:before { + content: '\ee5d'; +} +.ti-currency-krone-swedish:before { + content: '\ee5e'; +} +.ti-currency-leu:before { + content: '\ee5f'; +} +.ti-currency-lira:before { + content: '\ee60'; +} +.ti-currency-litecoin:before { + content: '\ee61'; +} +.ti-currency-naira:before { + content: '\ee62'; +} +.ti-currency-pound:before { + content: '\ebac'; +} +.ti-currency-real:before { + content: '\ee63'; +} +.ti-currency-renminbi:before { + content: '\ee64'; +} +.ti-currency-ripple:before { + content: '\ee65'; +} +.ti-currency-riyal:before { + content: '\ee66'; +} +.ti-currency-rubel:before { + content: '\ee67'; +} +.ti-currency-rupee:before { + content: '\ebad'; +} +.ti-currency-shekel:before { + content: '\ee68'; +} +.ti-currency-taka:before { + content: '\ee69'; +} +.ti-currency-tugrik:before { + content: '\ee6a'; +} +.ti-currency-won:before { + content: '\ee6b'; +} +.ti-currency-yen:before { + content: '\ebae'; +} +.ti-currency-zloty:before { + content: '\ee6c'; +} +.ti-current-location:before { + content: '\ecef'; +} +.ti-cursor-text:before { + content: '\ee6d'; +} +.ti-cut:before { + content: '\ea86'; +} +.ti-dashboard:before { + content: '\ea87'; +} +.ti-database:before { + content: '\ea88'; +} +.ti-database-export:before { + content: '\ee6e'; +} +.ti-database-import:before { + content: '\ee6f'; +} +.ti-database-off:before { + content: '\ee70'; +} +.ti-details:before { + content: '\ee71'; +} +.ti-device-analytics:before { + content: '\ee72'; +} +.ti-device-audio-tape:before { + content: '\ee73'; +} +.ti-device-cctv:before { + content: '\ee74'; +} +.ti-device-computer-camera:before { + content: '\ee76'; +} +.ti-device-computer-camera-off:before { + content: '\ee75'; +} +.ti-device-desktop:before { + content: '\ea89'; +} +.ti-device-desktop-analytics:before { + content: '\ee77'; +} +.ti-device-desktop-off:before { + content: '\ee78'; +} +.ti-device-floppy:before { + content: '\eb62'; +} +.ti-device-gamepad:before { + content: '\eb63'; +} +.ti-device-laptop:before { + content: '\eb64'; +} +.ti-device-mobile:before { + content: '\ea8a'; +} +.ti-device-mobile-message:before { + content: '\ee79'; +} +.ti-device-mobile-rotated:before { + content: '\ecdb'; +} +.ti-device-mobile-vibration:before { + content: '\eb86'; +} +.ti-device-speaker:before { + content: '\ea8b'; +} +.ti-device-tablet:before { + content: '\ea8c'; +} +.ti-device-tv:before { + content: '\ea8d'; +} +.ti-device-watch:before { + content: '\ebf9'; +} +.ti-devices:before { + content: '\eb87'; +} +.ti-devices-2:before { + content: '\ed29'; +} +.ti-devices-pc:before { + content: '\ee7a'; +} +.ti-diamond:before { + content: '\eb65'; +} +.ti-dice:before { + content: '\eb66'; +} +.ti-dimensions:before { + content: '\ee7b'; +} +.ti-direction:before { + content: '\ebfb'; +} +.ti-direction-horizontal:before { + content: '\ebfa'; +} +.ti-directions:before { + content: '\ea8e'; +} +.ti-disabled:before { + content: '\ea8f'; +} +.ti-disabled-2:before { + content: '\ebaf'; +} +.ti-disc:before { + content: '\ea90'; +} +.ti-discount:before { + content: '\ebbd'; +} +.ti-discount-2:before { + content: '\ee7c'; +} +.ti-divide:before { + content: '\ed5c'; +} +.ti-dna:before { + content: '\ee7d'; +} +.ti-dog-bowl:before { + content: '\ef29'; +} +.ti-dots:before { + content: '\ea95'; +} +.ti-dots-circle-horizontal:before { + content: '\ea91'; +} +.ti-dots-diagonal:before { + content: '\ea93'; +} +.ti-dots-diagonal-2:before { + content: '\ea92'; +} +.ti-dots-vertical:before { + content: '\ea94'; +} +.ti-download:before { + content: '\ea96'; +} +.ti-drag-drop:before { + content: '\eb89'; +} +.ti-drag-drop-2:before { + content: '\eb88'; +} +.ti-drone:before { + content: '\ed79'; +} +.ti-drone-off:before { + content: '\ee7e'; +} +.ti-droplet:before { + content: '\ea97'; +} +.ti-droplet-filled:before { + content: '\ee80'; +} +.ti-droplet-filled-2:before { + content: '\ee7f'; +} +.ti-droplet-half:before { + content: '\ee82'; +} +.ti-droplet-half-2:before { + content: '\ee81'; +} +.ti-droplet-off:before { + content: '\ee83'; +} +.ti-ear:before { + content: '\ebce'; +} +.ti-ear-off:before { + content: '\ee84'; +} +.ti-edit:before { + content: '\ea98'; +} +.ti-edit-circle:before { + content: '\ee85'; +} +.ti-egg:before { + content: '\eb8a'; +} +.ti-emphasis:before { + content: '\ebcf'; +} +.ti-equal:before { + content: '\ee87'; +} +.ti-equal-not:before { + content: '\ee86'; +} +.ti-eraser:before { + content: '\eb8b'; +} +.ti-exchange:before { + content: '\ebe7'; +} +.ti-exposure:before { + content: '\eb8c'; +} +.ti-external-link:before { + content: '\ea99'; +} +.ti-eye:before { + content: '\ea9a'; +} +.ti-eye-check:before { + content: '\ee88'; +} +.ti-eye-off:before { + content: '\ecf0'; +} +.ti-eyeglass:before { + content: '\ee8a'; +} +.ti-eyeglass-2:before { + content: '\ee89'; +} +.ti-face-id:before { + content: '\ea9b'; +} +.ti-fall:before { + content: '\ecb9'; +} +.ti-feather:before { + content: '\ee8b'; +} +.ti-fence:before { + content: '\ef2a'; +} +.ti-file:before { + content: '\eaa4'; +} +.ti-file-alert:before { + content: '\ede6'; +} +.ti-file-analytics:before { + content: '\ede7'; +} +.ti-file-certificate:before { + content: '\ed4d'; +} +.ti-file-check:before { + content: '\ea9c'; +} +.ti-file-code:before { + content: '\ebd0'; +} +.ti-file-code-2:before { + content: '\ede8'; +} +.ti-file-diff:before { + content: '\ecf1'; +} +.ti-file-dislike:before { + content: '\ed2a'; +} +.ti-file-download:before { + content: '\ea9d'; +} +.ti-file-export:before { + content: '\ede9'; +} +.ti-file-horizontal:before { + content: '\ebb0'; +} +.ti-file-import:before { + content: '\edea'; +} +.ti-file-info:before { + content: '\edec'; +} +.ti-file-invoice:before { + content: '\eb67'; +} +.ti-file-like:before { + content: '\ed2b'; +} +.ti-file-minus:before { + content: '\ea9e'; +} +.ti-file-music:before { + content: '\ea9f'; +} +.ti-file-off:before { + content: '\ecf2'; +} +.ti-file-phone:before { + content: '\ecdc'; +} +.ti-file-plus:before { + content: '\eaa0'; +} +.ti-file-report:before { + content: '\eded'; +} +.ti-file-search:before { + content: '\ed5d'; +} +.ti-file-shredder:before { + content: '\eaa1'; +} +.ti-file-symlink:before { + content: '\ed53'; +} +.ti-file-text:before { + content: '\eaa2'; +} +.ti-file-upload:before { + content: '\ec91'; +} +.ti-file-x:before { + content: '\eaa3'; +} +.ti-file-zip:before { + content: '\ed4e'; +} +.ti-files:before { + content: '\edef'; +} +.ti-files-off:before { + content: '\edee'; +} +.ti-filter:before { + content: '\eaa5'; +} +.ti-filter-off:before { + content: '\ed2c'; +} +.ti-fingerprint:before { + content: '\ebd1'; +} +.ti-firetruck:before { + content: '\ebe8'; +} +.ti-fish:before { + content: '\ef2b'; +} +.ti-flag:before { + content: '\eaa6'; +} +.ti-flag-2:before { + content: '\ee8c'; +} +.ti-flag-3:before { + content: '\ee8d'; +} +.ti-flame:before { + content: '\ec2c'; +} +.ti-flare:before { + content: '\ee8e'; +} +.ti-flask:before { + content: '\ebd2'; +} +.ti-flip-horizontal:before { + content: '\eaa7'; +} +.ti-flip-vertical:before { + content: '\eaa8'; +} +.ti-float-center:before { + content: '\ebb1'; +} +.ti-float-left:before { + content: '\ebb2'; +} +.ti-float-none:before { + content: '\ed13'; +} +.ti-float-right:before { + content: '\ebb3'; +} +.ti-focus:before { + content: '\eb8d'; +} +.ti-focus-2:before { + content: '\ebd3'; +} +.ti-fold:before { + content: '\ed56'; +} +.ti-fold-down:before { + content: '\ed54'; +} +.ti-fold-up:before { + content: '\ed55'; +} +.ti-folder:before { + content: '\eaad'; +} +.ti-folder-minus:before { + content: '\eaaa'; +} +.ti-folder-off:before { + content: '\ed14'; +} +.ti-folder-plus:before { + content: '\eaab'; +} +.ti-folder-x:before { + content: '\eaac'; +} +.ti-folders:before { + content: '\eaae'; +} +.ti-forbid:before { + content: '\ebd5'; +} +.ti-forbid-2:before { + content: '\ebd4'; +} +.ti-forklift:before { + content: '\ebe9'; +} +.ti-forms:before { + content: '\ee8f'; +} +.ti-frame:before { + content: '\eaaf'; +} +.ti-friends:before { + content: '\eab0'; +} +.ti-gas-station:before { + content: '\ec7d'; +} +.ti-gauge:before { + content: '\eab1'; +} +.ti-geometry:before { + content: '\ee90'; +} +.ti-ghost:before { + content: '\eb8e'; +} +.ti-gift:before { + content: '\eb68'; +} +.ti-git-branch:before { + content: '\eab2'; +} +.ti-git-commit:before { + content: '\eab3'; +} +.ti-git-compare:before { + content: '\eab4'; +} +.ti-git-fork:before { + content: '\eb8f'; +} +.ti-git-merge:before { + content: '\eab5'; +} +.ti-git-pull-request:before { + content: '\eab6'; +} +.ti-glass:before { + content: '\eab8'; +} +.ti-glass-full:before { + content: '\eab7'; +} +.ti-glass-off:before { + content: '\ee91'; +} +.ti-globe:before { + content: '\eab9'; +} +.ti-golf:before { + content: '\ed8c'; +} +.ti-gps:before { + content: '\ed7a'; +} +.ti-grain:before { + content: '\ee92'; +} +.ti-grid-dots:before { + content: '\eaba'; +} +.ti-grip-horizontal:before { + content: '\ec00'; +} +.ti-grip-vertical:before { + content: '\ec01'; +} +.ti-growth:before { + content: '\ee93'; +} +.ti-h-1:before { + content: '\ec94'; +} +.ti-h-2:before { + content: '\ec95'; +} +.ti-h-3:before { + content: '\ec96'; +} +.ti-h-4:before { + content: '\ec97'; +} +.ti-h-5:before { + content: '\ec98'; +} +.ti-h-6:before { + content: '\ec99'; +} +.ti-hand-finger:before { + content: '\ee94'; +} +.ti-hand-little-finger:before { + content: '\ee95'; +} +.ti-hand-middle-finger:before { + content: '\ec2d'; +} +.ti-hand-off:before { + content: '\ed15'; +} +.ti-hand-ring-finger:before { + content: '\ee96'; +} +.ti-hand-rock:before { + content: '\ee97'; +} +.ti-hand-stop:before { + content: '\ec2e'; +} +.ti-hand-three-fingers:before { + content: '\ee98'; +} +.ti-hand-two-fingers:before { + content: '\ee99'; +} +.ti-hanger:before { + content: '\ee9a'; +} +.ti-hash:before { + content: '\eabc'; +} +.ti-heading:before { + content: '\ee9b'; +} +.ti-headphones:before { + content: '\eabd'; +} +.ti-headphones-off:before { + content: '\ed1d'; +} +.ti-headset:before { + content: '\eb90'; +} +.ti-heart:before { + content: '\eabe'; +} +.ti-heart-broken:before { + content: '\ecba'; +} +.ti-helicopter:before { + content: '\ed8e'; +} +.ti-helicopter-landing:before { + content: '\ed8d'; +} +.ti-help:before { + content: '\eabf'; +} +.ti-hexagon:before { + content: '\ec02'; +} +.ti-hexagon-off:before { + content: '\ee9c'; +} +.ti-hierarchy:before { + content: '\ee9e'; +} +.ti-hierarchy-2:before { + content: '\ee9d'; +} +.ti-history:before { + content: '\ebea'; +} +.ti-home:before { + content: '\eac1'; +} +.ti-home-2:before { + content: '\eac0'; +} +.ti-ice-cream:before { + content: '\eac2'; +} +.ti-ice-cream-2:before { + content: '\ee9f'; +} +.ti-id:before { + content: '\eac3'; +} +.ti-inbox:before { + content: '\eac4'; +} +.ti-indent-decrease:before { + content: '\eb91'; +} +.ti-indent-increase:before { + content: '\eb92'; +} +.ti-infinity:before { + content: '\eb69'; +} +.ti-info-circle:before { + content: '\eac5'; +} +.ti-info-square:before { + content: '\eac6'; +} +.ti-italic:before { + content: '\eb93'; +} +.ti-jump-rope:before { + content: '\ed8f'; +} +.ti-karate:before { + content: '\ed32'; +} +.ti-key:before { + content: '\eac7'; +} +.ti-keyboard:before { + content: '\ebd6'; +} +.ti-keyboard-hide:before { + content: '\ec7e'; +} +.ti-keyboard-off:before { + content: '\eea0'; +} +.ti-keyboard-show:before { + content: '\ec7f'; +} +.ti-language:before { + content: '\ebbe'; +} +.ti-layers-difference:before { + content: '\eac8'; +} +.ti-layers-intersect:before { + content: '\eac9'; +} +.ti-layers-linked:before { + content: '\eea1'; +} +.ti-layers-subtract:before { + content: '\eaca'; +} +.ti-layers-union:before { + content: '\eacb'; +} +.ti-layout:before { + content: '\eadb'; +} +.ti-layout-2:before { + content: '\eacc'; +} +.ti-layout-align-bottom:before { + content: '\eacd'; +} +.ti-layout-align-center:before { + content: '\eace'; +} +.ti-layout-align-left:before { + content: '\eacf'; +} +.ti-layout-align-middle:before { + content: '\ead0'; +} +.ti-layout-align-right:before { + content: '\ead1'; +} +.ti-layout-align-top:before { + content: '\ead2'; +} +.ti-layout-bottombar:before { + content: '\ead3'; +} +.ti-layout-cards:before { + content: '\ec13'; +} +.ti-layout-columns:before { + content: '\ead4'; +} +.ti-layout-distribute-horizontal:before { + content: '\ead5'; +} +.ti-layout-distribute-vertical:before { + content: '\ead6'; +} +.ti-layout-grid:before { + content: '\edba'; +} +.ti-layout-grid-add:before { + content: '\edb9'; +} +.ti-layout-kanban:before { + content: '\ec3f'; +} +.ti-layout-list:before { + content: '\ec14'; +} +.ti-layout-navbar:before { + content: '\ead7'; +} +.ti-layout-rows:before { + content: '\ead8'; +} +.ti-layout-sidebar:before { + content: '\eada'; +} +.ti-layout-sidebar-right:before { + content: '\ead9'; +} +.ti-leaf:before { + content: '\ed4f'; +} +.ti-lego:before { + content: '\eadc'; +} +.ti-lemon:before { + content: '\ef10'; +} +.ti-letter-a:before { + content: '\ec50'; +} +.ti-letter-b:before { + content: '\ec51'; +} +.ti-letter-c:before { + content: '\ec52'; +} +.ti-letter-case:before { + content: '\eea5'; +} +.ti-letter-case-lower:before { + content: '\eea2'; +} +.ti-letter-case-toggle:before { + content: '\eea3'; +} +.ti-letter-case-upper:before { + content: '\eea4'; +} +.ti-letter-d:before { + content: '\ec53'; +} +.ti-letter-e:before { + content: '\ec54'; +} +.ti-letter-f:before { + content: '\ec55'; +} +.ti-letter-g:before { + content: '\ec56'; +} +.ti-letter-h:before { + content: '\ec57'; +} +.ti-letter-i:before { + content: '\ec58'; +} +.ti-letter-j:before { + content: '\ec59'; +} +.ti-letter-k:before { + content: '\ec5a'; +} +.ti-letter-l:before { + content: '\ec5b'; +} +.ti-letter-m:before { + content: '\ec5c'; +} +.ti-letter-n:before { + content: '\ec5d'; +} +.ti-letter-o:before { + content: '\ec5e'; +} +.ti-letter-p:before { + content: '\ec5f'; +} +.ti-letter-q:before { + content: '\ec60'; +} +.ti-letter-r:before { + content: '\ec61'; +} +.ti-letter-s:before { + content: '\ec62'; +} +.ti-letter-spacing:before { + content: '\eea6'; +} +.ti-letter-t:before { + content: '\ec63'; +} +.ti-letter-u:before { + content: '\ec64'; +} +.ti-letter-v:before { + content: '\ec65'; +} +.ti-letter-w:before { + content: '\ec66'; +} +.ti-letter-x:before { + content: '\ec67'; +} +.ti-letter-y:before { + content: '\ec68'; +} +.ti-letter-z:before { + content: '\ec69'; +} +.ti-letters-case:before { + content: '\ec6a'; +} +.ti-license:before { + content: '\ebc0'; +} +.ti-lifebuoy:before { + content: '\eadd'; +} +.ti-line:before { + content: '\ec40'; +} +.ti-line-dashed:before { + content: '\eea7'; +} +.ti-line-dotted:before { + content: '\eea8'; +} +.ti-line-height:before { + content: '\eb94'; +} +.ti-link:before { + content: '\eade'; +} +.ti-list:before { + content: '\eb6b'; +} +.ti-list-check:before { + content: '\eb6a'; +} +.ti-list-numbers:before { + content: '\ef11'; +} +.ti-list-search:before { + content: '\eea9'; +} +.ti-live-photo:before { + content: '\eadf'; +} +.ti-live-view:before { + content: '\ec6b'; +} +.ti-loader:before { + content: '\eca3'; +} +.ti-loader-quarter:before { + content: '\eca2'; +} +.ti-location:before { + content: '\eae0'; +} +.ti-lock:before { + content: '\eae2'; +} +.ti-lock-access:before { + content: '\eeaa'; +} +.ti-lock-off:before { + content: '\ed1e'; +} +.ti-lock-open:before { + content: '\eae1'; +} +.ti-login:before { + content: '\eba7'; +} +.ti-logout:before { + content: '\eba8'; +} +.ti-macro:before { + content: '\eeab'; +} +.ti-magnet:before { + content: '\eae3'; +} +.ti-mail:before { + content: '\eae5'; +} +.ti-mail-forward:before { + content: '\eeac'; +} +.ti-mail-opened:before { + content: '\eae4'; +} +.ti-mailbox:before { + content: '\eead'; +} +.ti-man:before { + content: '\eae6'; +} +.ti-manual-gearbox:before { + content: '\ed7b'; +} +.ti-map:before { + content: '\eae9'; +} +.ti-map-2:before { + content: '\eae7'; +} +.ti-map-pin:before { + content: '\eae8'; +} +.ti-map-pin-off:before { + content: '\ecf3'; +} +.ti-map-pins:before { + content: '\ed5e'; +} +.ti-markdown:before { + content: '\ec41'; +} +.ti-marquee:before { + content: '\ec77'; +} +.ti-marquee-2:before { + content: '\eeae'; +} +.ti-mars:before { + content: '\ec80'; +} +.ti-mask:before { + content: '\eeb0'; +} +.ti-mask-off:before { + content: '\eeaf'; +} +.ti-massage:before { + content: '\eeb1'; +} +.ti-math:before { + content: '\ebeb'; +} +.ti-math-function:before { + content: '\eeb2'; +} +.ti-math-symbols:before { + content: '\eeb3'; +} +.ti-maximize:before { + content: '\eaea'; +} +.ti-meat:before { + content: '\ef12'; +} +.ti-medal:before { + content: '\ec78'; +} +.ti-medical-cross:before { + content: '\ec2f'; +} +.ti-menu:before { + content: '\eaeb'; +} +.ti-menu-2:before { + content: '\ec42'; +} +.ti-message:before { + content: '\eaef'; +} +.ti-message-2:before { + content: '\eaec'; +} +.ti-message-circle:before { + content: '\eaed'; +} +.ti-message-circle-2:before { + content: '\ed3f'; +} +.ti-message-circle-off:before { + content: '\ed40'; +} +.ti-message-dots:before { + content: '\eaee'; +} +.ti-message-off:before { + content: '\ed41'; +} +.ti-message-plus:before { + content: '\ec9a'; +} +.ti-message-report:before { + content: '\ec9b'; +} +.ti-messages:before { + content: '\eb6c'; +} +.ti-messages-off:before { + content: '\ed42'; +} +.ti-microphone:before { + content: '\eaf0'; +} +.ti-microphone-2:before { + content: '\ef2c'; +} +.ti-microphone-off:before { + content: '\ed16'; +} +.ti-milk:before { + content: '\ef13'; +} +.ti-minimize:before { + content: '\eaf1'; +} +.ti-minus:before { + content: '\eaf2'; +} +.ti-minus-vertical:before { + content: '\eeb4'; +} +.ti-mist:before { + content: '\ec30'; +} +.ti-mood-boy:before { + content: '\ed2d'; +} +.ti-mood-confuzed:before { + content: '\eaf3'; +} +.ti-mood-crazy-happy:before { + content: '\ed90'; +} +.ti-mood-cry:before { + content: '\ecbb'; +} +.ti-mood-empty:before { + content: '\eeb5'; +} +.ti-mood-happy:before { + content: '\eaf4'; +} +.ti-mood-kid:before { + content: '\ec03'; +} +.ti-mood-neutral:before { + content: '\eaf5'; +} +.ti-mood-sad:before { + content: '\eaf6'; +} +.ti-mood-smile:before { + content: '\eaf7'; +} +.ti-mood-suprised:before { + content: '\ec04'; +} +.ti-mood-tongue:before { + content: '\eb95'; +} +.ti-moon:before { + content: '\eaf8'; +} +.ti-moon-2:before { + content: '\ece6'; +} +.ti-moon-stars:before { + content: '\ece7'; +} +.ti-moped:before { + content: '\ecbc'; +} +.ti-motorbike:before { + content: '\eeb6'; +} +.ti-mouse:before { + content: '\eaf9'; +} +.ti-movie:before { + content: '\eafa'; +} +.ti-mug:before { + content: '\eafb'; +} +.ti-mushroom:before { + content: '\ef14'; +} +.ti-music:before { + content: '\eafc'; +} +.ti-new-section:before { + content: '\ebc1'; +} +.ti-news:before { + content: '\eafd'; +} +.ti-nfc:before { + content: '\eeb7'; +} +.ti-note:before { + content: '\eb6d'; +} +.ti-notebook:before { + content: '\eb96'; +} +.ti-notes:before { + content: '\eb6e'; +} +.ti-notification:before { + content: '\eafe'; +} +.ti-number-0:before { + content: '\edf0'; +} +.ti-number-1:before { + content: '\edf1'; +} +.ti-number-2:before { + content: '\edf2'; +} +.ti-number-3:before { + content: '\edf3'; +} +.ti-number-4:before { + content: '\edf4'; +} +.ti-number-5:before { + content: '\edf5'; +} +.ti-number-6:before { + content: '\edf6'; +} +.ti-number-7:before { + content: '\edf7'; +} +.ti-number-8:before { + content: '\edf8'; +} +.ti-number-9:before { + content: '\edf9'; +} +.ti-octagon:before { + content: '\ecbd'; +} +.ti-octagon-off:before { + content: '\eeb8'; +} +.ti-old:before { + content: '\eeb9'; +} +.ti-olympics:before { + content: '\eeba'; +} +.ti-omega:before { + content: '\eb97'; +} +.ti-outlet:before { + content: '\ebd7'; +} +.ti-overline:before { + content: '\eebb'; +} +.ti-package:before { + content: '\eaff'; +} +.ti-pacman:before { + content: '\eebc'; +} +.ti-page-break:before { + content: '\ec81'; +} +.ti-paint:before { + content: '\eb00'; +} +.ti-palette:before { + content: '\eb01'; +} +.ti-panorama-horizontal:before { + content: '\ed33'; +} +.ti-panorama-vertical:before { + content: '\ed34'; +} +.ti-paperclip:before { + content: '\eb02'; +} +.ti-parachute:before { + content: '\ed7c'; +} +.ti-parentheses:before { + content: '\ebd8'; +} +.ti-parking:before { + content: '\eb03'; +} +.ti-peace:before { + content: '\ecbe'; +} +.ti-pencil:before { + content: '\eb04'; +} +.ti-pennant:before { + content: '\ed7d'; +} +.ti-pepper:before { + content: '\ef15'; +} +.ti-percentage:before { + content: '\ecf4'; +} +.ti-perspective:before { + content: '\eebd'; +} +.ti-phone:before { + content: '\eb09'; +} +.ti-phone-call:before { + content: '\eb05'; +} +.ti-phone-calling:before { + content: '\ec43'; +} +.ti-phone-check:before { + content: '\ec05'; +} +.ti-phone-incoming:before { + content: '\eb06'; +} +.ti-phone-off:before { + content: '\ecf5'; +} +.ti-phone-outgoing:before { + content: '\eb07'; +} +.ti-phone-pause:before { + content: '\eb08'; +} +.ti-phone-plus:before { + content: '\ec06'; +} +.ti-phone-x:before { + content: '\ec07'; +} +.ti-photo:before { + content: '\eb0a'; +} +.ti-photo-off:before { + content: '\ecf6'; +} +.ti-physotherapist:before { + content: '\eebe'; +} +.ti-picture-in-picture:before { + content: '\ed35'; +} +.ti-picture-in-picture-off:before { + content: '\ed43'; +} +.ti-picture-in-picture-on:before { + content: '\ed44'; +} +.ti-pill:before { + content: '\ec44'; +} +.ti-pin:before { + content: '\ec9c'; +} +.ti-pinned:before { + content: '\ed60'; +} +.ti-pinned-off:before { + content: '\ed5f'; +} +.ti-pizza:before { + content: '\edbb'; +} +.ti-plane:before { + content: '\eb6f'; +} +.ti-plane-arrival:before { + content: '\eb99'; +} +.ti-plane-departure:before { + content: '\eb9a'; +} +.ti-planet:before { + content: '\ec08'; +} +.ti-plant:before { + content: '\ed50'; +} +.ti-plant-2:before { + content: '\ed7e'; +} +.ti-play-card:before { + content: '\eebf'; +} +.ti-player-pause:before { + content: '\ed45'; +} +.ti-player-play:before { + content: '\ed46'; +} +.ti-player-record:before { + content: '\ed47'; +} +.ti-player-skip-back:before { + content: '\ed48'; +} +.ti-player-skip-forward:before { + content: '\ed49'; +} +.ti-player-stop:before { + content: '\ed4a'; +} +.ti-player-track-next:before { + content: '\ed4b'; +} +.ti-player-track-prev:before { + content: '\ed4c'; +} +.ti-playlist:before { + content: '\eec0'; +} +.ti-plug:before { + content: '\ebd9'; +} +.ti-plus:before { + content: '\eb0b'; +} +.ti-point:before { + content: '\eb0c'; +} +.ti-pokeball:before { + content: '\eec1'; +} +.ti-polaroid:before { + content: '\eec2'; +} +.ti-pool:before { + content: '\ed91'; +} +.ti-power:before { + content: '\eb0d'; +} +.ti-pray:before { + content: '\ecbf'; +} +.ti-presentation:before { + content: '\eb70'; +} +.ti-presentation-analytics:before { + content: '\eec3'; +} +.ti-printer:before { + content: '\eb0e'; +} +.ti-prompt:before { + content: '\eb0f'; +} +.ti-propeller:before { + content: '\eec4'; +} +.ti-puzzle:before { + content: '\eb10'; +} +.ti-pyramid:before { + content: '\eec5'; +} +.ti-qrcode:before { + content: '\eb11'; +} +.ti-question-mark:before { + content: '\ec9d'; +} +.ti-radio:before { + content: '\ef2d'; +} +.ti-radioactive:before { + content: '\ecc0'; +} +.ti-radius-bottom-left:before { + content: '\eec6'; +} +.ti-radius-bottom-right:before { + content: '\eec7'; +} +.ti-radius-top-left:before { + content: '\eec8'; +} +.ti-radius-top-right:before { + content: '\eec9'; +} +.ti-rainbow:before { + content: '\edbc'; +} +.ti-receipt:before { + content: '\edfd'; +} +.ti-receipt-2:before { + content: '\edfa'; +} +.ti-receipt-off:before { + content: '\edfb'; +} +.ti-receipt-refund:before { + content: '\edfc'; +} +.ti-receipt-tax:before { + content: '\edbd'; +} +.ti-recharging:before { + content: '\eeca'; +} +.ti-record-mail:before { + content: '\eb12'; +} +.ti-rectangle:before { + content: '\ed37'; +} +.ti-rectangle-vertical:before { + content: '\ed36'; +} +.ti-recycle:before { + content: '\eb9b'; +} +.ti-refresh:before { + content: '\eb13'; +} +.ti-refresh-alert:before { + content: '\ed57'; +} +.ti-registered:before { + content: '\eb14'; +} +.ti-relation-many-to-many:before { + content: '\ed7f'; +} +.ti-relation-one-to-many:before { + content: '\ed80'; +} +.ti-relation-one-to-one:before { + content: '\ed81'; +} +.ti-repeat:before { + content: '\eb72'; +} +.ti-repeat-once:before { + content: '\eb71'; +} +.ti-replace:before { + content: '\ebc7'; +} +.ti-report:before { + content: '\eece'; +} +.ti-report-analytics:before { + content: '\eecb'; +} +.ti-report-medical:before { + content: '\eecc'; +} +.ti-report-money:before { + content: '\eecd'; +} +.ti-resize:before { + content: '\eecf'; +} +.ti-ripple:before { + content: '\ed82'; +} +.ti-road-sign:before { + content: '\ecdd'; +} +.ti-rocket:before { + content: '\ec45'; +} +.ti-rotate:before { + content: '\eb16'; +} +.ti-rotate-2:before { + content: '\ebb4'; +} +.ti-rotate-clockwise:before { + content: '\eb15'; +} +.ti-rotate-clockwise-2:before { + content: '\ebb5'; +} +.ti-rotate-rectangle:before { + content: '\ec15'; +} +.ti-route:before { + content: '\eb17'; +} +.ti-router:before { + content: '\eb18'; +} +.ti-row-insert-bottom:before { + content: '\eed0'; +} +.ti-row-insert-top:before { + content: '\eed1'; +} +.ti-rss:before { + content: '\eb19'; +} +.ti-ruler:before { + content: '\eb1a'; +} +.ti-ruler-2:before { + content: '\eed2'; +} +.ti-run:before { + content: '\ec82'; +} +.ti-sailboat:before { + content: '\ec83'; +} +.ti-salt:before { + content: '\ef16'; +} +.ti-satellite:before { + content: '\eed3'; +} +.ti-sausage:before { + content: '\ef17'; +} +.ti-scale:before { + content: '\ebc2'; +} +.ti-scan:before { + content: '\ebc8'; +} +.ti-school:before { + content: '\ecf7'; +} +.ti-scissors:before { + content: '\eb1b'; +} +.ti-scooter:before { + content: '\ec6c'; +} +.ti-scooter-electric:before { + content: '\ecc1'; +} +.ti-screen-share:before { + content: '\ed18'; +} +.ti-screen-share-off:before { + content: '\ed17'; +} +.ti-scuba-mask:before { + content: '\eed4'; +} +.ti-search:before { + content: '\eb1c'; +} +.ti-section:before { + content: '\eed5'; +} +.ti-seeding:before { + content: '\ed51'; +} +.ti-select:before { + content: '\ec9e'; +} +.ti-selector:before { + content: '\eb1d'; +} +.ti-send:before { + content: '\eb1e'; +} +.ti-separator:before { + content: '\ebda'; +} +.ti-separator-horizontal:before { + content: '\ec79'; +} +.ti-separator-vertical:before { + content: '\ec7a'; +} +.ti-server:before { + content: '\eb1f'; +} +.ti-servicemark:before { + content: '\ec09'; +} +.ti-settings:before { + content: '\eb20'; +} +.ti-settings-automation:before { + content: '\eed6'; +} +.ti-shadow:before { + content: '\eed8'; +} +.ti-shadow-off:before { + content: '\eed7'; +} +.ti-shape:before { + content: '\eb9c'; +} +.ti-shape-2:before { + content: '\eed9'; +} +.ti-shape-3:before { + content: '\eeda'; +} +.ti-share:before { + content: '\eb21'; +} +.ti-shield:before { + content: '\eb24'; +} +.ti-shield-check:before { + content: '\eb22'; +} +.ti-shield-lock:before { + content: '\ed58'; +} +.ti-shield-off:before { + content: '\ecf8'; +} +.ti-shield-x:before { + content: '\eb23'; +} +.ti-ship:before { + content: '\ec84'; +} +.ti-shirt:before { + content: '\ec0a'; +} +.ti-shopping-cart:before { + content: '\eb25'; +} +.ti-shopping-cart-discount:before { + content: '\eedb'; +} +.ti-shopping-cart-off:before { + content: '\eedc'; +} +.ti-shopping-cart-plus:before { + content: '\eedd'; +} +.ti-shopping-cart-x:before { + content: '\eede'; +} +.ti-shredder:before { + content: '\eedf'; +} +.ti-signature:before { + content: '\eee0'; +} +.ti-sitemap:before { + content: '\eb9d'; +} +.ti-skateboard:before { + content: '\ecc2'; +} +.ti-slice:before { + content: '\ebdb'; +} +.ti-slideshow:before { + content: '\ebc9'; +} +.ti-smart-home:before { + content: '\ecde'; +} +.ti-smoking:before { + content: '\ecc4'; +} +.ti-smoking-no:before { + content: '\ecc3'; +} +.ti-snowflake:before { + content: '\ec0b'; +} +.ti-soccer-field:before { + content: '\ed92'; +} +.ti-social:before { + content: '\ebec'; +} +.ti-sock:before { + content: '\eee1'; +} +.ti-sort-ascending:before { + content: '\eb26'; +} +.ti-sort-ascending-2:before { + content: '\eee2'; +} +.ti-sort-ascending-letters:before { + content: '\ef18'; +} +.ti-sort-ascending-numbers:before { + content: '\ef19'; +} +.ti-sort-descending:before { + content: '\eb27'; +} +.ti-sort-descending-2:before { + content: '\eee3'; +} +.ti-sort-descending-letters:before { + content: '\ef1a'; +} +.ti-sort-descending-numbers:before { + content: '\ef1b'; +} +.ti-soup:before { + content: '\ef2e'; +} +.ti-space:before { + content: '\ec0c'; +} +.ti-speakerphone:before { + content: '\ed61'; +} +.ti-speedboat:before { + content: '\ed93'; +} +.ti-sport-billard:before { + content: '\eee4'; +} +.ti-square:before { + content: '\eb2c'; +} +.ti-square-0:before { + content: '\eee5'; +} +.ti-square-1:before { + content: '\eee6'; +} +.ti-square-2:before { + content: '\eee7'; +} +.ti-square-3:before { + content: '\eee8'; +} +.ti-square-4:before { + content: '\eee9'; +} +.ti-square-5:before { + content: '\eeea'; +} +.ti-square-6:before { + content: '\eeeb'; +} +.ti-square-7:before { + content: '\eeec'; +} +.ti-square-8:before { + content: '\eeed'; +} +.ti-square-9:before { + content: '\eeee'; +} +.ti-square-check:before { + content: '\eb28'; +} +.ti-square-dot:before { + content: '\ed59'; +} +.ti-square-forbid:before { + content: '\ed5b'; +} +.ti-square-forbid-2:before { + content: '\ed5a'; +} +.ti-square-minus:before { + content: '\eb29'; +} +.ti-square-off:before { + content: '\eeef'; +} +.ti-square-plus:before { + content: '\eb2a'; +} +.ti-square-root:before { + content: '\eef1'; +} +.ti-square-root-2:before { + content: '\eef0'; +} +.ti-square-rotated:before { + content: '\ecdf'; +} +.ti-square-rotated-off:before { + content: '\eef2'; +} +.ti-square-toggle:before { + content: '\eef4'; +} +.ti-square-toggle-horizontal:before { + content: '\eef3'; +} +.ti-square-x:before { + content: '\eb2b'; +} +.ti-squares-diagonal:before { + content: '\eef5'; +} +.ti-squares-filled:before { + content: '\eef6'; +} +.ti-stack:before { + content: '\eb2d'; +} +.ti-stack-2:before { + content: '\eef7'; +} +.ti-stairs:before { + content: '\eca6'; +} +.ti-stairs-down:before { + content: '\eca4'; +} +.ti-stairs-up:before { + content: '\eca5'; +} +.ti-star:before { + content: '\eb2e'; +} +.ti-star-half:before { + content: '\ed19'; +} +.ti-star-off:before { + content: '\ed62'; +} +.ti-stars:before { + content: '\ed38'; +} +.ti-steering-wheel:before { + content: '\ec7b'; +} +.ti-step-into:before { + content: '\ece0'; +} +.ti-step-out:before { + content: '\ece1'; +} +.ti-stethoscope:before { + content: '\edbe'; +} +.ti-sticker:before { + content: '\eb2f'; +} +.ti-strikethrough:before { + content: '\eb9e'; +} +.ti-submarine:before { + content: '\ed94'; +} +.ti-subscript:before { + content: '\eb9f'; +} +.ti-subtask:before { + content: '\ec9f'; +} +.ti-sum:before { + content: '\eb73'; +} +.ti-sun:before { + content: '\eb30'; +} +.ti-sun-off:before { + content: '\ed63'; +} +.ti-sunrise:before { + content: '\ef1c'; +} +.ti-sunset:before { + content: '\ec31'; +} +.ti-superscript:before { + content: '\eba0'; +} +.ti-swimming:before { + content: '\ec92'; +} +.ti-switch:before { + content: '\eb33'; +} +.ti-switch-2:before { + content: '\edbf'; +} +.ti-switch-3:before { + content: '\edc0'; +} +.ti-switch-horizontal:before { + content: '\eb31'; +} +.ti-switch-vertical:before { + content: '\eb32'; +} +.ti-table:before { + content: '\eba1'; +} +.ti-table-export:before { + content: '\eef8'; +} +.ti-table-import:before { + content: '\eef9'; +} +.ti-table-off:before { + content: '\eefa'; +} +.ti-tag:before { + content: '\eb34'; +} +.ti-tallymark-1:before { + content: '\ec46'; +} +.ti-tallymark-2:before { + content: '\ec47'; +} +.ti-tallymark-3:before { + content: '\ec48'; +} +.ti-tallymark-4:before { + content: '\ec49'; +} +.ti-tallymarks:before { + content: '\ec4a'; +} +.ti-tank:before { + content: '\ed95'; +} +.ti-target:before { + content: '\eb35'; +} +.ti-temperature:before { + content: '\eb38'; +} +.ti-temperature-celsius:before { + content: '\eb36'; +} +.ti-temperature-fahrenheit:before { + content: '\eb37'; +} +.ti-temperature-minus:before { + content: '\ebed'; +} +.ti-temperature-plus:before { + content: '\ebee'; +} +.ti-template:before { + content: '\eb39'; +} +.ti-tent:before { + content: '\eefb'; +} +.ti-terminal:before { + content: '\ebdc'; +} +.ti-terminal-2:before { + content: '\ebef'; +} +.ti-test-pipe:before { + content: '\eb3a'; +} +.ti-text-direction-ltr:before { + content: '\eefc'; +} +.ti-text-direction-rtl:before { + content: '\eefd'; +} +.ti-text-wrap:before { + content: '\ebdd'; +} +.ti-text-wrap-disabled:before { + content: '\eca7'; +} +.ti-thumb-down:before { + content: '\eb3b'; +} +.ti-thumb-up:before { + content: '\eb3c'; +} +.ti-ticket:before { + content: '\eb3d'; +} +.ti-tilt-shift:before { + content: '\eefe'; +} +.ti-tir:before { + content: '\ebf0'; +} +.ti-toggle-left:before { + content: '\eb3e'; +} +.ti-toggle-right:before { + content: '\eb3f'; +} +.ti-tool:before { + content: '\eb40'; +} +.ti-tools:before { + content: '\ebca'; +} +.ti-tools-kitchen:before { + content: '\ed64'; +} +.ti-tools-kitchen-2:before { + content: '\eeff'; +} +.ti-tornado:before { + content: '\ece2'; +} +.ti-tournament:before { + content: '\ecd0'; +} +.ti-track:before { + content: '\ef00'; +} +.ti-tractor:before { + content: '\ec0d'; +} +.ti-trademark:before { + content: '\ec0e'; +} +.ti-traffic-cone:before { + content: '\ec0f'; +} +.ti-traffic-lights:before { + content: '\ed39'; +} +.ti-train:before { + content: '\ed96'; +} +.ti-transfer-in:before { + content: '\ef2f'; +} +.ti-transfer-out:before { + content: '\ef30'; +} +.ti-trash:before { + content: '\eb41'; +} +.ti-trash-off:before { + content: '\ed65'; +} +.ti-tree:before { + content: '\ef01'; +} +.ti-trees:before { + content: '\ec10'; +} +.ti-trending-down:before { + content: '\eb42'; +} +.ti-trending-down-2:before { + content: '\edc1'; +} +.ti-trending-down-3:before { + content: '\edc2'; +} +.ti-trending-up:before { + content: '\eb43'; +} +.ti-trending-up-2:before { + content: '\edc3'; +} +.ti-trending-up-3:before { + content: '\edc4'; +} +.ti-triangle:before { + content: '\eb44'; +} +.ti-triangle-off:before { + content: '\ef02'; +} +.ti-triangle-square-circle:before { + content: '\ece8'; +} +.ti-trident:before { + content: '\ecc5'; +} +.ti-trophy:before { + content: '\eb45'; +} +.ti-truck:before { + content: '\ebc4'; +} +.ti-truck-delivery:before { + content: '\ec4b'; +} +.ti-truck-off:before { + content: '\ef03'; +} +.ti-truck-return:before { + content: '\ec4c'; +} +.ti-typography:before { + content: '\ebc5'; +} +.ti-umbrella:before { + content: '\ebf1'; +} +.ti-underline:before { + content: '\eba2'; +} +.ti-unlink:before { + content: '\eb46'; +} +.ti-upload:before { + content: '\eb47'; +} +.ti-urgent:before { + content: '\eb48'; +} +.ti-user:before { + content: '\eb4d'; +} +.ti-user-check:before { + content: '\eb49'; +} +.ti-user-exclamation:before { + content: '\ec12'; +} +.ti-user-minus:before { + content: '\eb4a'; +} +.ti-user-off:before { + content: '\ecf9'; +} +.ti-user-plus:before { + content: '\eb4b'; +} +.ti-user-x:before { + content: '\eb4c'; +} +.ti-users:before { + content: '\ebf2'; +} +.ti-vaccine:before { + content: '\ef04'; +} +.ti-variable:before { + content: '\ef05'; +} +.ti-vector:before { + content: '\eca9'; +} +.ti-vector-beizer-2:before { + content: '\ed3a'; +} +.ti-vector-bezier:before { + content: '\ef1d'; +} +.ti-vector-triangle:before { + content: '\eca8'; +} +.ti-venus:before { + content: '\ec86'; +} +.ti-versions:before { + content: '\ed52'; +} +.ti-video:before { + content: '\ed22'; +} +.ti-video-minus:before { + content: '\ed1f'; +} +.ti-video-off:before { + content: '\ed20'; +} +.ti-video-plus:before { + content: '\ed21'; +} +.ti-view-360:before { + content: '\ed84'; +} +.ti-viewfinder:before { + content: '\eb4e'; +} +.ti-viewport-narrow:before { + content: '\ebf3'; +} +.ti-viewport-wide:before { + content: '\ebf4'; +} +.ti-virus:before { + content: '\eb74'; +} +.ti-virus-off:before { + content: '\ed66'; +} +.ti-virus-search:before { + content: '\ed67'; +} +.ti-vocabulary:before { + content: '\ef1e'; +} +.ti-volume:before { + content: '\eb51'; +} +.ti-volume-2:before { + content: '\eb4f'; +} +.ti-volume-3:before { + content: '\eb50'; +} +.ti-walk:before { + content: '\ec87'; +} +.ti-wallet:before { + content: '\eb75'; +} +.ti-wand:before { + content: '\ebcb'; +} +.ti-wave-saw-tool:before { + content: '\ecd3'; +} +.ti-wave-sine:before { + content: '\ecd4'; +} +.ti-wave-square:before { + content: '\ecd5'; +} +.ti-wifi:before { + content: '\eb52'; +} +.ti-wifi-0:before { + content: '\eba3'; +} +.ti-wifi-1:before { + content: '\eba4'; +} +.ti-wifi-2:before { + content: '\eba5'; +} +.ti-wifi-off:before { + content: '\ecfa'; +} +.ti-wind:before { + content: '\ec34'; +} +.ti-windmill:before { + content: '\ed85'; +} +.ti-window:before { + content: '\ef06'; +} +.ti-wiper:before { + content: '\ecab'; +} +.ti-wiper-wash:before { + content: '\ecaa'; +} +.ti-woman:before { + content: '\eb53'; +} +.ti-world:before { + content: '\eb54'; +} +.ti-world-latitude:before { + content: '\ed2e'; +} +.ti-world-longitude:before { + content: '\ed2f'; +} +.ti-wrecking-ball:before { + content: '\ed97'; +} +.ti-writing:before { + content: '\ef08'; +} +.ti-writing-sign:before { + content: '\ef07'; +} +.ti-x:before { + content: '\eb55'; +} +.ti-yin-yang:before { + content: '\ec35'; +} +.ti-zodiac-aquarius:before { + content: '\ecac'; +} +.ti-zodiac-aries:before { + content: '\ecad'; +} +.ti-zodiac-cancer:before { + content: '\ecae'; +} +.ti-zodiac-capricorn:before { + content: '\ecaf'; +} +.ti-zodiac-gemini:before { + content: '\ecb0'; +} +.ti-zodiac-leo:before { + content: '\ecb1'; +} +.ti-zodiac-libra:before { + content: '\ecb2'; +} +.ti-zodiac-pisces:before { + content: '\ecb3'; +} +.ti-zodiac-sagittarius:before { + content: '\ecb4'; +} +.ti-zodiac-scorpio:before { + content: '\ecb5'; +} +.ti-zodiac-taurus:before { + content: '\ecb6'; +} +.ti-zodiac-virgo:before { + content: '\ecb7'; +} +.ti-zoom-cancel:before { + content: '\ec4d'; +} +.ti-zoom-check:before { + content: '\ef09'; +} +.ti-zoom-in:before { + content: '\eb56'; +} +.ti-zoom-money:before { + content: '\ef0a'; +} +.ti-zoom-out:before { + content: '\eb57'; +} +.ti-zoom-question:before { + content: '\edeb'; +} diff --git a/dist/assets/fonts/tabler/tabler-icons.eot b/dist/assets/fonts/tabler/tabler-icons.eot new file mode 100644 index 0000000..a3b3e8c Binary files /dev/null and b/dist/assets/fonts/tabler/tabler-icons.eot differ diff --git a/dist/assets/fonts/tabler/tabler-icons.svg b/dist/assets/fonts/tabler/tabler-icons.svg new file mode 100644 index 0000000..5c004e4 --- /dev/null +++ b/dist/assets/fonts/tabler/tabler-icons.svg @@ -0,0 +1,3906 @@ + + + diff --git a/dist/assets/fonts/tabler/tabler-icons.ttf b/dist/assets/fonts/tabler/tabler-icons.ttf new file mode 100644 index 0000000..8863a30 Binary files /dev/null and b/dist/assets/fonts/tabler/tabler-icons.ttf differ diff --git a/dist/assets/fonts/tabler/tabler-icons.woff b/dist/assets/fonts/tabler/tabler-icons.woff new file mode 100644 index 0000000..c78f044 Binary files /dev/null and b/dist/assets/fonts/tabler/tabler-icons.woff differ diff --git a/dist/assets/fonts/tabler/tabler-icons.woff2 b/dist/assets/fonts/tabler/tabler-icons.woff2 new file mode 100644 index 0000000..1df7554 Binary files /dev/null and b/dist/assets/fonts/tabler/tabler-icons.woff2 differ diff --git a/dist/assets/images/admin/img-add-user.png b/dist/assets/images/admin/img-add-user.png new file mode 100644 index 0000000..4ae7f33 Binary files /dev/null and b/dist/assets/images/admin/img-add-user.png differ diff --git a/dist/assets/images/admin/img-bootstrap.svg b/dist/assets/images/admin/img-bootstrap.svg new file mode 100644 index 0000000..6ae6896 --- /dev/null +++ b/dist/assets/images/admin/img-bootstrap.svg @@ -0,0 +1,9 @@ + diff --git a/dist/assets/images/admin/img-bulb.svg b/dist/assets/images/admin/img-bulb.svg new file mode 100644 index 0000000..233b095 --- /dev/null +++ b/dist/assets/images/admin/img-bulb.svg @@ -0,0 +1,57 @@ + diff --git a/dist/assets/images/admin/img-c.svg b/dist/assets/images/admin/img-c.svg new file mode 100644 index 0000000..560e2b1 --- /dev/null +++ b/dist/assets/images/admin/img-c.svg @@ -0,0 +1,9 @@ + diff --git a/dist/assets/images/admin/img-course-1.png b/dist/assets/images/admin/img-course-1.png new file mode 100644 index 0000000..106ba8e Binary files /dev/null and b/dist/assets/images/admin/img-course-1.png differ diff --git a/dist/assets/images/admin/img-course-2.png b/dist/assets/images/admin/img-course-2.png new file mode 100644 index 0000000..226c86b Binary files /dev/null and b/dist/assets/images/admin/img-course-2.png differ diff --git a/dist/assets/images/admin/img-course-3.png b/dist/assets/images/admin/img-course-3.png new file mode 100644 index 0000000..108a15c Binary files /dev/null and b/dist/assets/images/admin/img-course-3.png differ diff --git a/dist/assets/images/admin/img-course-4.png b/dist/assets/images/admin/img-course-4.png new file mode 100644 index 0000000..bf38d62 Binary files /dev/null and b/dist/assets/images/admin/img-course-4.png differ diff --git a/dist/assets/images/admin/img-course-5.png b/dist/assets/images/admin/img-course-5.png new file mode 100644 index 0000000..f2c8d10 Binary files /dev/null and b/dist/assets/images/admin/img-course-5.png differ diff --git a/dist/assets/images/admin/img-course-6.png b/dist/assets/images/admin/img-course-6.png new file mode 100644 index 0000000..481f94b Binary files /dev/null and b/dist/assets/images/admin/img-course-6.png differ diff --git a/dist/assets/images/admin/img-course-7.png b/dist/assets/images/admin/img-course-7.png new file mode 100644 index 0000000..60ac310 Binary files /dev/null and b/dist/assets/images/admin/img-course-7.png differ diff --git a/dist/assets/images/admin/img-course-8.png b/dist/assets/images/admin/img-course-8.png new file mode 100644 index 0000000..5ea09aa Binary files /dev/null and b/dist/assets/images/admin/img-course-8.png differ diff --git a/dist/assets/images/admin/img-domain.png b/dist/assets/images/admin/img-domain.png new file mode 100644 index 0000000..5b86c84 Binary files /dev/null and b/dist/assets/images/admin/img-domain.png differ diff --git a/dist/assets/images/admin/img-payment-1.png b/dist/assets/images/admin/img-payment-1.png new file mode 100644 index 0000000..089548c Binary files /dev/null and b/dist/assets/images/admin/img-payment-1.png differ diff --git a/dist/assets/images/admin/img-payment-2.png b/dist/assets/images/admin/img-payment-2.png new file mode 100644 index 0000000..dc6f342 Binary files /dev/null and b/dist/assets/images/admin/img-payment-2.png differ diff --git a/dist/assets/images/admin/img-php.svg b/dist/assets/images/admin/img-php.svg new file mode 100644 index 0000000..6271b98 --- /dev/null +++ b/dist/assets/images/admin/img-php.svg @@ -0,0 +1,9 @@ + diff --git a/dist/assets/images/admin/img-star.png b/dist/assets/images/admin/img-star.png new file mode 100644 index 0000000..e971d14 Binary files /dev/null and b/dist/assets/images/admin/img-star.png differ diff --git a/dist/assets/images/admin/img-ux.svg b/dist/assets/images/admin/img-ux.svg new file mode 100644 index 0000000..fff75a8 --- /dev/null +++ b/dist/assets/images/admin/img-ux.svg @@ -0,0 +1,9 @@ + diff --git a/dist/assets/images/admin/img-web.svg b/dist/assets/images/admin/img-web.svg new file mode 100644 index 0000000..9083ae5 --- /dev/null +++ b/dist/assets/images/admin/img-web.svg @@ -0,0 +1,9 @@ + diff --git a/dist/assets/images/admin/p1.jpg b/dist/assets/images/admin/p1.jpg new file mode 100644 index 0000000..9cf65c4 Binary files /dev/null and b/dist/assets/images/admin/p1.jpg differ diff --git a/dist/assets/images/admin/p2.jpg b/dist/assets/images/admin/p2.jpg new file mode 100644 index 0000000..f2cd857 Binary files /dev/null and b/dist/assets/images/admin/p2.jpg differ diff --git a/dist/assets/images/admin/p3.jpg b/dist/assets/images/admin/p3.jpg new file mode 100644 index 0000000..2ebf16c Binary files /dev/null and b/dist/assets/images/admin/p3.jpg differ diff --git a/dist/assets/images/admin/p4.jpg b/dist/assets/images/admin/p4.jpg new file mode 100644 index 0000000..15b71c1 Binary files /dev/null and b/dist/assets/images/admin/p4.jpg differ diff --git a/dist/assets/images/admin/p5.jpg b/dist/assets/images/admin/p5.jpg new file mode 100644 index 0000000..84100c4 Binary files /dev/null and b/dist/assets/images/admin/p5.jpg differ diff --git a/dist/assets/images/application/card.png b/dist/assets/images/application/card.png new file mode 100644 index 0000000..98a4b5e Binary files /dev/null and b/dist/assets/images/application/card.png differ diff --git a/dist/assets/images/application/img-cal-bg.jpg b/dist/assets/images/application/img-cal-bg.jpg new file mode 100644 index 0000000..59c66c6 Binary files /dev/null and b/dist/assets/images/application/img-cal-bg.jpg differ diff --git a/dist/assets/images/application/img-coupon-1.png b/dist/assets/images/application/img-coupon-1.png new file mode 100644 index 0000000..6a38940 Binary files /dev/null and b/dist/assets/images/application/img-coupon-1.png differ diff --git a/dist/assets/images/application/img-coupon-2.png b/dist/assets/images/application/img-coupon-2.png new file mode 100644 index 0000000..91147fc Binary files /dev/null and b/dist/assets/images/application/img-coupon-2.png differ diff --git a/dist/assets/images/application/img-coupon.png b/dist/assets/images/application/img-coupon.png new file mode 100644 index 0000000..24a2edb Binary files /dev/null and b/dist/assets/images/application/img-coupon.png differ diff --git a/dist/assets/images/application/img-empty-mail.png b/dist/assets/images/application/img-empty-mail.png new file mode 100644 index 0000000..71ff3b2 Binary files /dev/null and b/dist/assets/images/application/img-empty-mail.png differ diff --git a/dist/assets/images/application/img-event-bg.jpg b/dist/assets/images/application/img-event-bg.jpg new file mode 100644 index 0000000..90506d1 Binary files /dev/null and b/dist/assets/images/application/img-event-bg.jpg differ diff --git a/dist/assets/images/application/img-file-ai.svg b/dist/assets/images/application/img-file-ai.svg new file mode 100644 index 0000000..c54e8aa --- /dev/null +++ b/dist/assets/images/application/img-file-ai.svg @@ -0,0 +1,10 @@ + diff --git a/dist/assets/images/application/img-file-doc.svg b/dist/assets/images/application/img-file-doc.svg new file mode 100644 index 0000000..87bfd44 --- /dev/null +++ b/dist/assets/images/application/img-file-doc.svg @@ -0,0 +1,11 @@ + diff --git a/dist/assets/images/application/img-file-img.svg b/dist/assets/images/application/img-file-img.svg new file mode 100644 index 0000000..471d5b6 --- /dev/null +++ b/dist/assets/images/application/img-file-img.svg @@ -0,0 +1,8 @@ + diff --git a/dist/assets/images/application/img-file-imgview.jpg b/dist/assets/images/application/img-file-imgview.jpg new file mode 100644 index 0000000..a62e842 Binary files /dev/null and b/dist/assets/images/application/img-file-imgview.jpg differ diff --git a/dist/assets/images/application/img-file-pdf.svg b/dist/assets/images/application/img-file-pdf.svg new file mode 100644 index 0000000..ad91219 --- /dev/null +++ b/dist/assets/images/application/img-file-pdf.svg @@ -0,0 +1,11 @@ + diff --git a/dist/assets/images/application/img-file-ppt.svg b/dist/assets/images/application/img-file-ppt.svg new file mode 100644 index 0000000..4700fa6 --- /dev/null +++ b/dist/assets/images/application/img-file-ppt.svg @@ -0,0 +1,11 @@ + diff --git a/dist/assets/images/application/img-file-rar.svg b/dist/assets/images/application/img-file-rar.svg new file mode 100644 index 0000000..f560187 --- /dev/null +++ b/dist/assets/images/application/img-file-rar.svg @@ -0,0 +1,11 @@ + diff --git a/dist/assets/images/application/img-file-txt.svg b/dist/assets/images/application/img-file-txt.svg new file mode 100644 index 0000000..0626c11 --- /dev/null +++ b/dist/assets/images/application/img-file-txt.svg @@ -0,0 +1,11 @@ + diff --git a/dist/assets/images/application/img-file-xls.svg b/dist/assets/images/application/img-file-xls.svg new file mode 100644 index 0000000..5886f56 --- /dev/null +++ b/dist/assets/images/application/img-file-xls.svg @@ -0,0 +1,11 @@ + diff --git a/dist/assets/images/application/img-gallery-1.jpg b/dist/assets/images/application/img-gallery-1.jpg new file mode 100644 index 0000000..d77162d Binary files /dev/null and b/dist/assets/images/application/img-gallery-1.jpg differ diff --git a/dist/assets/images/application/img-gallery-2.jpg b/dist/assets/images/application/img-gallery-2.jpg new file mode 100644 index 0000000..4390614 Binary files /dev/null and b/dist/assets/images/application/img-gallery-2.jpg differ diff --git a/dist/assets/images/application/img-gallery-3.jpg b/dist/assets/images/application/img-gallery-3.jpg new file mode 100644 index 0000000..16e4242 Binary files /dev/null and b/dist/assets/images/application/img-gallery-3.jpg differ diff --git a/dist/assets/images/application/img-gallery-4.jpg b/dist/assets/images/application/img-gallery-4.jpg new file mode 100644 index 0000000..58e9391 Binary files /dev/null and b/dist/assets/images/application/img-gallery-4.jpg differ diff --git a/dist/assets/images/application/img-gallery-5.jpg b/dist/assets/images/application/img-gallery-5.jpg new file mode 100644 index 0000000..7bce1b2 Binary files /dev/null and b/dist/assets/images/application/img-gallery-5.jpg differ diff --git a/dist/assets/images/application/img-gallery-6.jpg b/dist/assets/images/application/img-gallery-6.jpg new file mode 100644 index 0000000..7516f43 Binary files /dev/null and b/dist/assets/images/application/img-gallery-6.jpg differ diff --git a/dist/assets/images/application/img-gallery-7.jpg b/dist/assets/images/application/img-gallery-7.jpg new file mode 100644 index 0000000..8c362cb Binary files /dev/null and b/dist/assets/images/application/img-gallery-7.jpg differ diff --git a/dist/assets/images/application/img-gallery-8.jpg b/dist/assets/images/application/img-gallery-8.jpg new file mode 100644 index 0000000..2da36b1 Binary files /dev/null and b/dist/assets/images/application/img-gallery-8.jpg differ diff --git a/dist/assets/images/application/img-pay-card-bg.png b/dist/assets/images/application/img-pay-card-bg.png new file mode 100644 index 0000000..b0eda22 Binary files /dev/null and b/dist/assets/images/application/img-pay-card-bg.png differ diff --git a/dist/assets/images/application/img-post-1.jpg b/dist/assets/images/application/img-post-1.jpg new file mode 100644 index 0000000..8e55639 Binary files /dev/null and b/dist/assets/images/application/img-post-1.jpg differ diff --git a/dist/assets/images/application/img-post-2.jpg b/dist/assets/images/application/img-post-2.jpg new file mode 100644 index 0000000..157e116 Binary files /dev/null and b/dist/assets/images/application/img-post-2.jpg differ diff --git a/dist/assets/images/application/img-post-3.jpg b/dist/assets/images/application/img-post-3.jpg new file mode 100644 index 0000000..0f7c1bb Binary files /dev/null and b/dist/assets/images/application/img-post-3.jpg differ diff --git a/dist/assets/images/application/img-post-4.jpg b/dist/assets/images/application/img-post-4.jpg new file mode 100644 index 0000000..1a3687a Binary files /dev/null and b/dist/assets/images/application/img-post-4.jpg differ diff --git a/dist/assets/images/application/img-post-5.jpg b/dist/assets/images/application/img-post-5.jpg new file mode 100644 index 0000000..f653d4f Binary files /dev/null and b/dist/assets/images/application/img-post-5.jpg differ diff --git a/dist/assets/images/application/img-post-6.jpg b/dist/assets/images/application/img-post-6.jpg new file mode 100644 index 0000000..d57d0a1 Binary files /dev/null and b/dist/assets/images/application/img-post-6.jpg differ diff --git a/dist/assets/images/application/img-prod-1.jpg b/dist/assets/images/application/img-prod-1.jpg new file mode 100644 index 0000000..7c1da7c Binary files /dev/null and b/dist/assets/images/application/img-prod-1.jpg differ diff --git a/dist/assets/images/application/img-prod-2.jpg b/dist/assets/images/application/img-prod-2.jpg new file mode 100644 index 0000000..901e20c Binary files /dev/null and b/dist/assets/images/application/img-prod-2.jpg differ diff --git a/dist/assets/images/application/img-prod-3.jpg b/dist/assets/images/application/img-prod-3.jpg new file mode 100644 index 0000000..6b715c5 Binary files /dev/null and b/dist/assets/images/application/img-prod-3.jpg differ diff --git a/dist/assets/images/application/img-prod-4.jpg b/dist/assets/images/application/img-prod-4.jpg new file mode 100644 index 0000000..7f2b88b Binary files /dev/null and b/dist/assets/images/application/img-prod-4.jpg differ diff --git a/dist/assets/images/application/img-prod-5.jpg b/dist/assets/images/application/img-prod-5.jpg new file mode 100644 index 0000000..4ff8100 Binary files /dev/null and b/dist/assets/images/application/img-prod-5.jpg differ diff --git a/dist/assets/images/application/img-prod-6.jpg b/dist/assets/images/application/img-prod-6.jpg new file mode 100644 index 0000000..48fad05 Binary files /dev/null and b/dist/assets/images/application/img-prod-6.jpg differ diff --git a/dist/assets/images/application/img-prod-7.jpg b/dist/assets/images/application/img-prod-7.jpg new file mode 100644 index 0000000..5d85ac8 Binary files /dev/null and b/dist/assets/images/application/img-prod-7.jpg differ diff --git a/dist/assets/images/application/img-prod-8.jpg b/dist/assets/images/application/img-prod-8.jpg new file mode 100644 index 0000000..11b5c94 Binary files /dev/null and b/dist/assets/images/application/img-prod-8.jpg differ diff --git a/dist/assets/images/application/img-profile-cover.jpg b/dist/assets/images/application/img-profile-cover.jpg new file mode 100644 index 0000000..7443fe4 Binary files /dev/null and b/dist/assets/images/application/img-profile-cover.jpg differ diff --git a/dist/assets/images/application/img-story-1.jpg b/dist/assets/images/application/img-story-1.jpg new file mode 100644 index 0000000..4d6c748 Binary files /dev/null and b/dist/assets/images/application/img-story-1.jpg differ diff --git a/dist/assets/images/application/img-story-2.jpg b/dist/assets/images/application/img-story-2.jpg new file mode 100644 index 0000000..a33add5 Binary files /dev/null and b/dist/assets/images/application/img-story-2.jpg differ diff --git a/dist/assets/images/application/img-story-3.jpg b/dist/assets/images/application/img-story-3.jpg new file mode 100644 index 0000000..68221fb Binary files /dev/null and b/dist/assets/images/application/img-story-3.jpg differ diff --git a/dist/assets/images/application/img-story-4.jpg b/dist/assets/images/application/img-story-4.jpg new file mode 100644 index 0000000..54f98dc Binary files /dev/null and b/dist/assets/images/application/img-story-4.jpg differ diff --git a/dist/assets/images/application/img-story-5.jpg b/dist/assets/images/application/img-story-5.jpg new file mode 100644 index 0000000..07dc9be Binary files /dev/null and b/dist/assets/images/application/img-story-5.jpg differ diff --git a/dist/assets/images/application/img-story-6.jpg b/dist/assets/images/application/img-story-6.jpg new file mode 100644 index 0000000..562de07 Binary files /dev/null and b/dist/assets/images/application/img-story-6.jpg differ diff --git a/dist/assets/images/application/mastercard.png b/dist/assets/images/application/mastercard.png new file mode 100644 index 0000000..b241634 Binary files /dev/null and b/dist/assets/images/application/mastercard.png differ diff --git a/dist/assets/images/application/paypal.png b/dist/assets/images/application/paypal.png new file mode 100644 index 0000000..2dd3bf6 Binary files /dev/null and b/dist/assets/images/application/paypal.png differ diff --git a/dist/assets/images/application/visa.png b/dist/assets/images/application/visa.png new file mode 100644 index 0000000..b127372 Binary files /dev/null and b/dist/assets/images/application/visa.png differ diff --git a/dist/assets/images/authentication/img-auth-bg-2.jpg b/dist/assets/images/authentication/img-auth-bg-2.jpg new file mode 100644 index 0000000..85642b1 Binary files /dev/null and b/dist/assets/images/authentication/img-auth-bg-2.jpg differ diff --git a/dist/assets/images/authentication/img-auth-bg-3.jpg b/dist/assets/images/authentication/img-auth-bg-3.jpg new file mode 100644 index 0000000..29da9cb Binary files /dev/null and b/dist/assets/images/authentication/img-auth-bg-3.jpg differ diff --git a/dist/assets/images/authentication/img-auth-bg-5.jpg b/dist/assets/images/authentication/img-auth-bg-5.jpg new file mode 100644 index 0000000..e585fd1 Binary files /dev/null and b/dist/assets/images/authentication/img-auth-bg-5.jpg differ diff --git a/dist/assets/images/authentication/lock.png b/dist/assets/images/authentication/lock.png new file mode 100644 index 0000000..6748d03 Binary files /dev/null and b/dist/assets/images/authentication/lock.png differ diff --git a/dist/assets/images/authentication/user.png b/dist/assets/images/authentication/user.png new file mode 100644 index 0000000..5c5c277 Binary files /dev/null and b/dist/assets/images/authentication/user.png differ diff --git a/dist/assets/images/customizer/caption-off.svg b/dist/assets/images/customizer/caption-off.svg new file mode 100644 index 0000000..593d89f --- /dev/null +++ b/dist/assets/images/customizer/caption-off.svg @@ -0,0 +1,10 @@ + diff --git a/dist/assets/images/customizer/caption-on.svg b/dist/assets/images/customizer/caption-on.svg new file mode 100644 index 0000000..4c9b280 --- /dev/null +++ b/dist/assets/images/customizer/caption-on.svg @@ -0,0 +1,12 @@ + diff --git a/dist/assets/images/customizer/color-header.svg b/dist/assets/images/customizer/color-header.svg new file mode 100644 index 0000000..e7fefd9 --- /dev/null +++ b/dist/assets/images/customizer/color-header.svg @@ -0,0 +1,17 @@ + diff --git a/dist/assets/images/customizer/compact.svg b/dist/assets/images/customizer/compact.svg new file mode 100644 index 0000000..2d1a6ff --- /dev/null +++ b/dist/assets/images/customizer/compact.svg @@ -0,0 +1,19 @@ + diff --git a/dist/assets/images/customizer/fixed.svg b/dist/assets/images/customizer/fixed.svg new file mode 100644 index 0000000..996f133 --- /dev/null +++ b/dist/assets/images/customizer/fixed.svg @@ -0,0 +1,6 @@ + diff --git a/dist/assets/images/customizer/full.svg b/dist/assets/images/customizer/full.svg new file mode 100644 index 0000000..6886336 --- /dev/null +++ b/dist/assets/images/customizer/full.svg @@ -0,0 +1,6 @@ + diff --git a/dist/assets/images/customizer/horizontal.svg b/dist/assets/images/customizer/horizontal.svg new file mode 100644 index 0000000..84c5609 --- /dev/null +++ b/dist/assets/images/customizer/horizontal.svg @@ -0,0 +1,15 @@ + diff --git a/dist/assets/images/customizer/ltr.svg b/dist/assets/images/customizer/ltr.svg new file mode 100644 index 0000000..382fe19 --- /dev/null +++ b/dist/assets/images/customizer/ltr.svg @@ -0,0 +1,5 @@ + diff --git a/dist/assets/images/customizer/rtl.svg b/dist/assets/images/customizer/rtl.svg new file mode 100644 index 0000000..ea5db6f --- /dev/null +++ b/dist/assets/images/customizer/rtl.svg @@ -0,0 +1,5 @@ + diff --git a/dist/assets/images/customizer/tab.svg b/dist/assets/images/customizer/tab.svg new file mode 100644 index 0000000..e2bfd4d --- /dev/null +++ b/dist/assets/images/customizer/tab.svg @@ -0,0 +1,24 @@ + diff --git a/dist/assets/images/favicon.svg b/dist/assets/images/favicon.svg new file mode 100644 index 0000000..2195a56 --- /dev/null +++ b/dist/assets/images/favicon.svg @@ -0,0 +1,16 @@ + diff --git a/dist/assets/images/gallery-grid/img-grd-gal-1.jpg b/dist/assets/images/gallery-grid/img-grd-gal-1.jpg new file mode 100644 index 0000000..41d8cac Binary files /dev/null and b/dist/assets/images/gallery-grid/img-grd-gal-1.jpg differ diff --git a/dist/assets/images/gallery-grid/img-grd-gal-2.jpg b/dist/assets/images/gallery-grid/img-grd-gal-2.jpg new file mode 100644 index 0000000..a742c7a Binary files /dev/null and b/dist/assets/images/gallery-grid/img-grd-gal-2.jpg differ diff --git a/dist/assets/images/gallery-grid/img-grd-gal-3.jpg b/dist/assets/images/gallery-grid/img-grd-gal-3.jpg new file mode 100644 index 0000000..9844b55 Binary files /dev/null and b/dist/assets/images/gallery-grid/img-grd-gal-3.jpg differ diff --git a/dist/assets/images/gallery-grid/img-grd-gal-4.jpg b/dist/assets/images/gallery-grid/img-grd-gal-4.jpg new file mode 100644 index 0000000..1c4ef2a Binary files /dev/null and b/dist/assets/images/gallery-grid/img-grd-gal-4.jpg differ diff --git a/dist/assets/images/gallery-grid/img-grd-gal-5.jpg b/dist/assets/images/gallery-grid/img-grd-gal-5.jpg new file mode 100644 index 0000000..14ba25d Binary files /dev/null and b/dist/assets/images/gallery-grid/img-grd-gal-5.jpg differ diff --git a/dist/assets/images/gallery-grid/img-grd-gal-6.jpg b/dist/assets/images/gallery-grid/img-grd-gal-6.jpg new file mode 100644 index 0000000..e7056cc Binary files /dev/null and b/dist/assets/images/gallery-grid/img-grd-gal-6.jpg differ diff --git a/dist/assets/images/gallery-grid/masonry-1.jpg b/dist/assets/images/gallery-grid/masonry-1.jpg new file mode 100644 index 0000000..e715fec Binary files /dev/null and b/dist/assets/images/gallery-grid/masonry-1.jpg differ diff --git a/dist/assets/images/gallery-grid/masonry-2.jpg b/dist/assets/images/gallery-grid/masonry-2.jpg new file mode 100644 index 0000000..38326e9 Binary files /dev/null and b/dist/assets/images/gallery-grid/masonry-2.jpg differ diff --git a/dist/assets/images/gallery-grid/masonry-3.jpg b/dist/assets/images/gallery-grid/masonry-3.jpg new file mode 100644 index 0000000..6aba870 Binary files /dev/null and b/dist/assets/images/gallery-grid/masonry-3.jpg differ diff --git a/dist/assets/images/gallery-grid/masonry-4.jpg b/dist/assets/images/gallery-grid/masonry-4.jpg new file mode 100644 index 0000000..a9a2b12 Binary files /dev/null and b/dist/assets/images/gallery-grid/masonry-4.jpg differ diff --git a/dist/assets/images/gallery-grid/masonry-5.jpg b/dist/assets/images/gallery-grid/masonry-5.jpg new file mode 100644 index 0000000..689cd85 Binary files /dev/null and b/dist/assets/images/gallery-grid/masonry-5.jpg differ diff --git a/dist/assets/images/gallery-grid/masonry-6.jpg b/dist/assets/images/gallery-grid/masonry-6.jpg new file mode 100644 index 0000000..e5e0b9d Binary files /dev/null and b/dist/assets/images/gallery-grid/masonry-6.jpg differ diff --git a/dist/assets/images/gallery-grid/masonry-7.jpg b/dist/assets/images/gallery-grid/masonry-7.jpg new file mode 100644 index 0000000..fb07dad Binary files /dev/null and b/dist/assets/images/gallery-grid/masonry-7.jpg differ diff --git a/dist/assets/images/gallery-grid/masonry-8.jpg b/dist/assets/images/gallery-grid/masonry-8.jpg new file mode 100644 index 0000000..c6a5b14 Binary files /dev/null and b/dist/assets/images/gallery-grid/masonry-8.jpg differ diff --git a/dist/assets/images/landing/app-1.png b/dist/assets/images/landing/app-1.png new file mode 100644 index 0000000..5dff736 Binary files /dev/null and b/dist/assets/images/landing/app-1.png differ diff --git a/dist/assets/images/landing/app-10.png b/dist/assets/images/landing/app-10.png new file mode 100644 index 0000000..5e5ac79 Binary files /dev/null and b/dist/assets/images/landing/app-10.png differ diff --git a/dist/assets/images/landing/app-11.png b/dist/assets/images/landing/app-11.png new file mode 100644 index 0000000..54dfc01 Binary files /dev/null and b/dist/assets/images/landing/app-11.png differ diff --git a/dist/assets/images/landing/app-12.png b/dist/assets/images/landing/app-12.png new file mode 100644 index 0000000..1f5295c Binary files /dev/null and b/dist/assets/images/landing/app-12.png differ diff --git a/dist/assets/images/landing/app-2.png b/dist/assets/images/landing/app-2.png new file mode 100644 index 0000000..6d7975b Binary files /dev/null and b/dist/assets/images/landing/app-2.png differ diff --git a/dist/assets/images/landing/app-3.png b/dist/assets/images/landing/app-3.png new file mode 100644 index 0000000..a25368c Binary files /dev/null and b/dist/assets/images/landing/app-3.png differ diff --git a/dist/assets/images/landing/app-4.png b/dist/assets/images/landing/app-4.png new file mode 100644 index 0000000..1fdb82a Binary files /dev/null and b/dist/assets/images/landing/app-4.png differ diff --git a/dist/assets/images/landing/app-5.png b/dist/assets/images/landing/app-5.png new file mode 100644 index 0000000..503bf16 Binary files /dev/null and b/dist/assets/images/landing/app-5.png differ diff --git a/dist/assets/images/landing/app-6.png b/dist/assets/images/landing/app-6.png new file mode 100644 index 0000000..af39e32 Binary files /dev/null and b/dist/assets/images/landing/app-6.png differ diff --git a/dist/assets/images/landing/app-7.png b/dist/assets/images/landing/app-7.png new file mode 100644 index 0000000..06822a5 Binary files /dev/null and b/dist/assets/images/landing/app-7.png differ diff --git a/dist/assets/images/landing/app-8.png b/dist/assets/images/landing/app-8.png new file mode 100644 index 0000000..ba9cd71 Binary files /dev/null and b/dist/assets/images/landing/app-8.png differ diff --git a/dist/assets/images/landing/app-9.png b/dist/assets/images/landing/app-9.png new file mode 100644 index 0000000..c32355e Binary files /dev/null and b/dist/assets/images/landing/app-9.png differ diff --git a/dist/assets/images/landing/client-crystal-1.svg b/dist/assets/images/landing/client-crystal-1.svg new file mode 100644 index 0000000..d6240ba --- /dev/null +++ b/dist/assets/images/landing/client-crystal-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/assets/images/landing/client-eagames.svg b/dist/assets/images/landing/client-eagames.svg new file mode 100644 index 0000000..9322d15 --- /dev/null +++ b/dist/assets/images/landing/client-eagames.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/assets/images/landing/client-haswent-2.svg b/dist/assets/images/landing/client-haswent-2.svg new file mode 100644 index 0000000..101b8f8 --- /dev/null +++ b/dist/assets/images/landing/client-haswent-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/assets/images/landing/client-haxter-3.svg b/dist/assets/images/landing/client-haxter-3.svg new file mode 100644 index 0000000..e8b145a --- /dev/null +++ b/dist/assets/images/landing/client-haxter-3.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/assets/images/landing/client-montecito-4.svg b/dist/assets/images/landing/client-montecito-4.svg new file mode 100644 index 0000000..468828a --- /dev/null +++ b/dist/assets/images/landing/client-montecito-4.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/assets/images/landing/client-montecito.svg b/dist/assets/images/landing/client-montecito.svg new file mode 100644 index 0000000..468828a --- /dev/null +++ b/dist/assets/images/landing/client-montecito.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/assets/images/landing/client-slingshot.svg b/dist/assets/images/landing/client-slingshot.svg new file mode 100644 index 0000000..4e1c808 --- /dev/null +++ b/dist/assets/images/landing/client-slingshot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/assets/images/landing/client-totalstudio-5.svg b/dist/assets/images/landing/client-totalstudio-5.svg new file mode 100644 index 0000000..af86d89 --- /dev/null +++ b/dist/assets/images/landing/client-totalstudio-5.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/assets/images/landing/client-vodafone.svg b/dist/assets/images/landing/client-vodafone.svg new file mode 100644 index 0000000..281615e --- /dev/null +++ b/dist/assets/images/landing/client-vodafone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/assets/images/landing/collapsed.jpg b/dist/assets/images/landing/collapsed.jpg new file mode 100644 index 0000000..977bf2f Binary files /dev/null and b/dist/assets/images/landing/collapsed.jpg differ diff --git a/dist/assets/images/landing/horizontal.jpg b/dist/assets/images/landing/horizontal.jpg new file mode 100644 index 0000000..d09d828 Binary files /dev/null and b/dist/assets/images/landing/horizontal.jpg differ diff --git a/dist/assets/images/landing/img-counter-bg.svg b/dist/assets/images/landing/img-counter-bg.svg new file mode 100644 index 0000000..e082378 --- /dev/null +++ b/dist/assets/images/landing/img-counter-bg.svg @@ -0,0 +1,263 @@ + diff --git a/dist/assets/images/landing/img-header-main.jpg b/dist/assets/images/landing/img-header-main.jpg new file mode 100644 index 0000000..a64b869 Binary files /dev/null and b/dist/assets/images/landing/img-header-main.jpg differ diff --git a/dist/assets/images/landing/img-title-line.svg b/dist/assets/images/landing/img-title-line.svg new file mode 100644 index 0000000..9cc6199 --- /dev/null +++ b/dist/assets/images/landing/img-title-line.svg @@ -0,0 +1,14 @@ + diff --git a/dist/assets/images/landing/img-w-1.png b/dist/assets/images/landing/img-w-1.png new file mode 100644 index 0000000..f6fafe4 Binary files /dev/null and b/dist/assets/images/landing/img-w-1.png differ diff --git a/dist/assets/images/landing/img-w-2.png b/dist/assets/images/landing/img-w-2.png new file mode 100644 index 0000000..8686ed0 Binary files /dev/null and b/dist/assets/images/landing/img-w-2.png differ diff --git a/dist/assets/images/landing/img-w-3.png b/dist/assets/images/landing/img-w-3.png new file mode 100644 index 0000000..f1a2113 Binary files /dev/null and b/dist/assets/images/landing/img-w-3.png differ diff --git a/dist/assets/images/landing/img-w-4.png b/dist/assets/images/landing/img-w-4.png new file mode 100644 index 0000000..bdbd5e4 Binary files /dev/null and b/dist/assets/images/landing/img-w-4.png differ diff --git a/dist/assets/images/landing/img-w-main.png b/dist/assets/images/landing/img-w-main.png new file mode 100644 index 0000000..60c3a3a Binary files /dev/null and b/dist/assets/images/landing/img-w-main.png differ diff --git a/dist/assets/images/landing/img-wave.svg b/dist/assets/images/landing/img-wave.svg new file mode 100644 index 0000000..e74b04e --- /dev/null +++ b/dist/assets/images/landing/img-wave.svg @@ -0,0 +1,10 @@ + diff --git a/dist/assets/images/landing/layout-2.jpg b/dist/assets/images/landing/layout-2.jpg new file mode 100644 index 0000000..9cbf0e6 Binary files /dev/null and b/dist/assets/images/landing/layout-2.jpg differ diff --git a/dist/assets/images/landing/layout-3.jpg b/dist/assets/images/landing/layout-3.jpg new file mode 100644 index 0000000..5f9e0bd Binary files /dev/null and b/dist/assets/images/landing/layout-3.jpg differ diff --git a/dist/assets/images/landing/tab.jpg b/dist/assets/images/landing/tab.jpg new file mode 100644 index 0000000..48c3dce Binary files /dev/null and b/dist/assets/images/landing/tab.jpg differ diff --git a/dist/assets/images/landing/tech-angular.svg b/dist/assets/images/landing/tech-angular.svg new file mode 100644 index 0000000..df5f10b --- /dev/null +++ b/dist/assets/images/landing/tech-angular.svg @@ -0,0 +1,5 @@ + diff --git a/dist/assets/images/landing/tech-bootstrap.svg b/dist/assets/images/landing/tech-bootstrap.svg new file mode 100644 index 0000000..a6be6bd --- /dev/null +++ b/dist/assets/images/landing/tech-bootstrap.svg @@ -0,0 +1,9 @@ + diff --git a/dist/assets/images/landing/tech-codeigniter.svg b/dist/assets/images/landing/tech-codeigniter.svg new file mode 100644 index 0000000..6bd1b81 --- /dev/null +++ b/dist/assets/images/landing/tech-codeigniter.svg @@ -0,0 +1,3 @@ + diff --git a/dist/assets/images/landing/tech-django.svg b/dist/assets/images/landing/tech-django.svg new file mode 100644 index 0000000..6dd3aa6 --- /dev/null +++ b/dist/assets/images/landing/tech-django.svg @@ -0,0 +1,11 @@ + diff --git a/dist/assets/images/landing/tech-figma.svg b/dist/assets/images/landing/tech-figma.svg new file mode 100644 index 0000000..987de1b --- /dev/null +++ b/dist/assets/images/landing/tech-figma.svg @@ -0,0 +1,14 @@ + diff --git a/dist/assets/images/landing/tech-flask.svg b/dist/assets/images/landing/tech-flask.svg new file mode 100644 index 0000000..ac1b328 --- /dev/null +++ b/dist/assets/images/landing/tech-flask.svg @@ -0,0 +1,3 @@ + diff --git a/dist/assets/images/landing/tech-gulp.svg b/dist/assets/images/landing/tech-gulp.svg new file mode 100644 index 0000000..97c8471 --- /dev/null +++ b/dist/assets/images/landing/tech-gulp.svg @@ -0,0 +1,9 @@ + diff --git a/dist/assets/images/landing/tech-l+v.svg b/dist/assets/images/landing/tech-l+v.svg new file mode 100644 index 0000000..dff5f41 --- /dev/null +++ b/dist/assets/images/landing/tech-l+v.svg @@ -0,0 +1,21 @@ + diff --git a/dist/assets/images/landing/tech-l-b.svg b/dist/assets/images/landing/tech-l-b.svg new file mode 100644 index 0000000..26ee4be --- /dev/null +++ b/dist/assets/images/landing/tech-l-b.svg @@ -0,0 +1,22 @@ + diff --git a/dist/assets/images/landing/tech-l-v.svg b/dist/assets/images/landing/tech-l-v.svg new file mode 100644 index 0000000..dff5f41 --- /dev/null +++ b/dist/assets/images/landing/tech-l-v.svg @@ -0,0 +1,21 @@ + diff --git a/dist/assets/images/landing/tech-mui.svg b/dist/assets/images/landing/tech-mui.svg new file mode 100644 index 0000000..f2943f0 --- /dev/null +++ b/dist/assets/images/landing/tech-mui.svg @@ -0,0 +1,3 @@ + diff --git a/dist/assets/images/landing/tech-net.svg b/dist/assets/images/landing/tech-net.svg new file mode 100644 index 0000000..3b4f760 --- /dev/null +++ b/dist/assets/images/landing/tech-net.svg @@ -0,0 +1,128 @@ + diff --git a/dist/assets/images/landing/tech-nextjs.svg b/dist/assets/images/landing/tech-nextjs.svg new file mode 100644 index 0000000..0f24360 --- /dev/null +++ b/dist/assets/images/landing/tech-nextjs.svg @@ -0,0 +1,15 @@ + diff --git a/dist/assets/images/landing/tech-nodejs.svg b/dist/assets/images/landing/tech-nodejs.svg new file mode 100644 index 0000000..57453d2 --- /dev/null +++ b/dist/assets/images/landing/tech-nodejs.svg @@ -0,0 +1,11 @@ + diff --git a/dist/assets/images/landing/tech-react-1.svg b/dist/assets/images/landing/tech-react-1.svg new file mode 100644 index 0000000..a7fbbfe --- /dev/null +++ b/dist/assets/images/landing/tech-react-1.svg @@ -0,0 +1,8 @@ + diff --git a/dist/assets/images/landing/tech-react.svg b/dist/assets/images/landing/tech-react.svg new file mode 100644 index 0000000..cb1e8f9 --- /dev/null +++ b/dist/assets/images/landing/tech-react.svg @@ -0,0 +1,6 @@ + diff --git a/dist/assets/images/landing/tech-svelteKit.svg b/dist/assets/images/landing/tech-svelteKit.svg new file mode 100644 index 0000000..02c832c --- /dev/null +++ b/dist/assets/images/landing/tech-svelteKit.svg @@ -0,0 +1,4 @@ + diff --git a/dist/assets/images/landing/tech-tailwind.svg b/dist/assets/images/landing/tech-tailwind.svg new file mode 100644 index 0000000..473803c --- /dev/null +++ b/dist/assets/images/landing/tech-tailwind.svg @@ -0,0 +1,15 @@ + diff --git a/dist/assets/images/landing/tech-vuetify.svg b/dist/assets/images/landing/tech-vuetify.svg new file mode 100644 index 0000000..b871479 --- /dev/null +++ b/dist/assets/images/landing/tech-vuetify.svg @@ -0,0 +1,10 @@ + diff --git a/dist/assets/images/landing/vertical.jpg b/dist/assets/images/landing/vertical.jpg new file mode 100644 index 0000000..fbb9367 Binary files /dev/null and b/dist/assets/images/landing/vertical.jpg differ diff --git a/dist/assets/images/layout/img-profile-card.jpg b/dist/assets/images/layout/img-profile-card.jpg new file mode 100644 index 0000000..6d18f10 Binary files /dev/null and b/dist/assets/images/layout/img-profile-card.jpg differ diff --git a/dist/assets/images/layout/navbar-img-1.jpg b/dist/assets/images/layout/navbar-img-1.jpg new file mode 100644 index 0000000..cbde514 Binary files /dev/null and b/dist/assets/images/layout/navbar-img-1.jpg differ diff --git a/dist/assets/images/layout/navbar-img-2.jpg b/dist/assets/images/layout/navbar-img-2.jpg new file mode 100644 index 0000000..806169e Binary files /dev/null and b/dist/assets/images/layout/navbar-img-2.jpg differ diff --git a/dist/assets/images/layout/navbar-img-3.jpg b/dist/assets/images/layout/navbar-img-3.jpg new file mode 100644 index 0000000..29c343f Binary files /dev/null and b/dist/assets/images/layout/navbar-img-3.jpg differ diff --git a/dist/assets/images/layout/navbar-img-4.jpg b/dist/assets/images/layout/navbar-img-4.jpg new file mode 100644 index 0000000..ab9cd4f Binary files /dev/null and b/dist/assets/images/layout/navbar-img-4.jpg differ diff --git a/dist/assets/images/layout/navbar-img-5.jpg b/dist/assets/images/layout/navbar-img-5.jpg new file mode 100644 index 0000000..7935ba2 Binary files /dev/null and b/dist/assets/images/layout/navbar-img-5.jpg differ diff --git a/dist/assets/images/layout/navbar-img-6.jpg b/dist/assets/images/layout/navbar-img-6.jpg new file mode 100644 index 0000000..6040c69 Binary files /dev/null and b/dist/assets/images/layout/navbar-img-6.jpg differ diff --git a/dist/assets/images/light-box/img-video-1.jpg b/dist/assets/images/light-box/img-video-1.jpg new file mode 100644 index 0000000..fe61726 Binary files /dev/null and b/dist/assets/images/light-box/img-video-1.jpg differ diff --git a/dist/assets/images/light-box/img-video-2.jpg b/dist/assets/images/light-box/img-video-2.jpg new file mode 100644 index 0000000..fd23f63 Binary files /dev/null and b/dist/assets/images/light-box/img-video-2.jpg differ diff --git a/dist/assets/images/light-box/img-video-3.jpg b/dist/assets/images/light-box/img-video-3.jpg new file mode 100644 index 0000000..96718d6 Binary files /dev/null and b/dist/assets/images/light-box/img-video-3.jpg differ diff --git a/dist/assets/images/light-box/l1.jpg b/dist/assets/images/light-box/l1.jpg new file mode 100644 index 0000000..8125436 Binary files /dev/null and b/dist/assets/images/light-box/l1.jpg differ diff --git a/dist/assets/images/light-box/l2.jpg b/dist/assets/images/light-box/l2.jpg new file mode 100644 index 0000000..249e3c2 Binary files /dev/null and b/dist/assets/images/light-box/l2.jpg differ diff --git a/dist/assets/images/light-box/l3.jpg b/dist/assets/images/light-box/l3.jpg new file mode 100644 index 0000000..9385312 Binary files /dev/null and b/dist/assets/images/light-box/l3.jpg differ diff --git a/dist/assets/images/light-box/l4.jpg b/dist/assets/images/light-box/l4.jpg new file mode 100644 index 0000000..22ba199 Binary files /dev/null and b/dist/assets/images/light-box/l4.jpg differ diff --git a/dist/assets/images/light-box/l5.jpg b/dist/assets/images/light-box/l5.jpg new file mode 100644 index 0000000..d32ee92 Binary files /dev/null and b/dist/assets/images/light-box/l5.jpg differ diff --git a/dist/assets/images/light-box/l6.jpg b/dist/assets/images/light-box/l6.jpg new file mode 100644 index 0000000..0329d4c Binary files /dev/null and b/dist/assets/images/light-box/l6.jpg differ diff --git a/dist/assets/images/light-box/sl1.jpg b/dist/assets/images/light-box/sl1.jpg new file mode 100644 index 0000000..6459f9f Binary files /dev/null and b/dist/assets/images/light-box/sl1.jpg differ diff --git a/dist/assets/images/light-box/sl2.jpg b/dist/assets/images/light-box/sl2.jpg new file mode 100644 index 0000000..8290d03 Binary files /dev/null and b/dist/assets/images/light-box/sl2.jpg differ diff --git a/dist/assets/images/light-box/sl3.jpg b/dist/assets/images/light-box/sl3.jpg new file mode 100644 index 0000000..500406b Binary files /dev/null and b/dist/assets/images/light-box/sl3.jpg differ diff --git a/dist/assets/images/light-box/sl4.jpg b/dist/assets/images/light-box/sl4.jpg new file mode 100644 index 0000000..6652f4f Binary files /dev/null and b/dist/assets/images/light-box/sl4.jpg differ diff --git a/dist/assets/images/light-box/sl5.jpg b/dist/assets/images/light-box/sl5.jpg new file mode 100644 index 0000000..79754cb Binary files /dev/null and b/dist/assets/images/light-box/sl5.jpg differ diff --git a/dist/assets/images/light-box/sl6.jpg b/dist/assets/images/light-box/sl6.jpg new file mode 100644 index 0000000..eab8270 Binary files /dev/null and b/dist/assets/images/light-box/sl6.jpg differ diff --git a/dist/assets/images/logo-dark.svg b/dist/assets/images/logo-dark.svg new file mode 100644 index 0000000..a6fe2e3 --- /dev/null +++ b/dist/assets/images/logo-dark.svg @@ -0,0 +1,17 @@ + diff --git a/dist/assets/images/logo-white.svg b/dist/assets/images/logo-white.svg new file mode 100644 index 0000000..5ddebbb --- /dev/null +++ b/dist/assets/images/logo-white.svg @@ -0,0 +1,17 @@ + diff --git a/dist/assets/images/notification/clock-48.png b/dist/assets/images/notification/clock-48.png new file mode 100644 index 0000000..9c35459 Binary files /dev/null and b/dist/assets/images/notification/clock-48.png differ diff --git a/dist/assets/images/notification/high_priority-48.png b/dist/assets/images/notification/high_priority-48.png new file mode 100644 index 0000000..44d88bb Binary files /dev/null and b/dist/assets/images/notification/high_priority-48.png differ diff --git a/dist/assets/images/notification/medium_priority-48.png b/dist/assets/images/notification/medium_priority-48.png new file mode 100644 index 0000000..2b95f43 Binary files /dev/null and b/dist/assets/images/notification/medium_priority-48.png differ diff --git a/dist/assets/images/notification/ok-48.png b/dist/assets/images/notification/ok-48.png new file mode 100644 index 0000000..b539d10 Binary files /dev/null and b/dist/assets/images/notification/ok-48.png differ diff --git a/dist/assets/images/notification/survey-48.png b/dist/assets/images/notification/survey-48.png new file mode 100644 index 0000000..60e9173 Binary files /dev/null and b/dist/assets/images/notification/survey-48.png differ diff --git a/dist/assets/images/pages/404.png b/dist/assets/images/pages/404.png new file mode 100644 index 0000000..5221971 Binary files /dev/null and b/dist/assets/images/pages/404.png differ diff --git a/dist/assets/images/pages/maintance.png b/dist/assets/images/pages/maintance.png new file mode 100644 index 0000000..3cf36c5 Binary files /dev/null and b/dist/assets/images/pages/maintance.png differ diff --git a/dist/assets/images/pages/sark.svg b/dist/assets/images/pages/sark.svg new file mode 100644 index 0000000..9cb5b19 --- /dev/null +++ b/dist/assets/images/pages/sark.svg @@ -0,0 +1,32 @@ + diff --git a/dist/assets/images/pages/ship.svg b/dist/assets/images/pages/ship.svg new file mode 100644 index 0000000..1ae0340 --- /dev/null +++ b/dist/assets/images/pages/ship.svg @@ -0,0 +1,85 @@ + diff --git a/dist/assets/images/pages/sparcle-1.png b/dist/assets/images/pages/sparcle-1.png new file mode 100644 index 0000000..f6d9744 Binary files /dev/null and b/dist/assets/images/pages/sparcle-1.png differ diff --git a/dist/assets/images/pages/sparcle-2.png b/dist/assets/images/pages/sparcle-2.png new file mode 100644 index 0000000..c617c74 Binary files /dev/null and b/dist/assets/images/pages/sparcle-2.png differ diff --git a/dist/assets/images/profile/bg-1.jpg b/dist/assets/images/profile/bg-1.jpg new file mode 100644 index 0000000..736cd31 Binary files /dev/null and b/dist/assets/images/profile/bg-1.jpg differ diff --git a/dist/assets/images/profile/bg-2.jpg b/dist/assets/images/profile/bg-2.jpg new file mode 100644 index 0000000..be3e356 Binary files /dev/null and b/dist/assets/images/profile/bg-2.jpg differ diff --git a/dist/assets/images/profile/bg-3.jpg b/dist/assets/images/profile/bg-3.jpg new file mode 100644 index 0000000..100a252 Binary files /dev/null and b/dist/assets/images/profile/bg-3.jpg differ diff --git a/dist/assets/images/profile/bg-4.jpg b/dist/assets/images/profile/bg-4.jpg new file mode 100644 index 0000000..3067d85 Binary files /dev/null and b/dist/assets/images/profile/bg-4.jpg differ diff --git a/dist/assets/images/profile/cover.jpg b/dist/assets/images/profile/cover.jpg new file mode 100644 index 0000000..9ee7eda Binary files /dev/null and b/dist/assets/images/profile/cover.jpg differ diff --git a/dist/assets/images/rating/star-empty.svg b/dist/assets/images/rating/star-empty.svg new file mode 100644 index 0000000..4d3923e --- /dev/null +++ b/dist/assets/images/rating/star-empty.svg @@ -0,0 +1 @@ + diff --git a/dist/assets/images/rating/star-full.svg b/dist/assets/images/rating/star-full.svg new file mode 100644 index 0000000..7292494 --- /dev/null +++ b/dist/assets/images/rating/star-full.svg @@ -0,0 +1 @@ + diff --git a/dist/assets/images/slider/img-slide-1.jpg b/dist/assets/images/slider/img-slide-1.jpg new file mode 100644 index 0000000..608f69c Binary files /dev/null and b/dist/assets/images/slider/img-slide-1.jpg differ diff --git a/dist/assets/images/slider/img-slide-2.jpg b/dist/assets/images/slider/img-slide-2.jpg new file mode 100644 index 0000000..c430505 Binary files /dev/null and b/dist/assets/images/slider/img-slide-2.jpg differ diff --git a/dist/assets/images/slider/img-slide-3.jpg b/dist/assets/images/slider/img-slide-3.jpg new file mode 100644 index 0000000..60cb065 Binary files /dev/null and b/dist/assets/images/slider/img-slide-3.jpg differ diff --git a/dist/assets/images/slider/img-slide-4.jpg b/dist/assets/images/slider/img-slide-4.jpg new file mode 100644 index 0000000..2a5beaa Binary files /dev/null and b/dist/assets/images/slider/img-slide-4.jpg differ diff --git a/dist/assets/images/slider/img-slide-5.jpg b/dist/assets/images/slider/img-slide-5.jpg new file mode 100644 index 0000000..ff5760a Binary files /dev/null and b/dist/assets/images/slider/img-slide-5.jpg differ diff --git a/dist/assets/images/slider/img-slide-6.jpg b/dist/assets/images/slider/img-slide-6.jpg new file mode 100644 index 0000000..972f450 Binary files /dev/null and b/dist/assets/images/slider/img-slide-6.jpg differ diff --git a/dist/assets/images/slider/img-slide-7.jpg b/dist/assets/images/slider/img-slide-7.jpg new file mode 100644 index 0000000..7ff9c72 Binary files /dev/null and b/dist/assets/images/slider/img-slide-7.jpg differ diff --git a/dist/assets/images/user/avatar-1.jpg b/dist/assets/images/user/avatar-1.jpg new file mode 100644 index 0000000..84c6acb Binary files /dev/null and b/dist/assets/images/user/avatar-1.jpg differ diff --git a/dist/assets/images/user/avatar-10.jpg b/dist/assets/images/user/avatar-10.jpg new file mode 100644 index 0000000..9123163 Binary files /dev/null and b/dist/assets/images/user/avatar-10.jpg differ diff --git a/dist/assets/images/user/avatar-2.jpg b/dist/assets/images/user/avatar-2.jpg new file mode 100644 index 0000000..7af6e99 Binary files /dev/null and b/dist/assets/images/user/avatar-2.jpg differ diff --git a/dist/assets/images/user/avatar-3.jpg b/dist/assets/images/user/avatar-3.jpg new file mode 100644 index 0000000..fdcc2c1 Binary files /dev/null and b/dist/assets/images/user/avatar-3.jpg differ diff --git a/dist/assets/images/user/avatar-4.jpg b/dist/assets/images/user/avatar-4.jpg new file mode 100644 index 0000000..1c0225d Binary files /dev/null and b/dist/assets/images/user/avatar-4.jpg differ diff --git a/dist/assets/images/user/avatar-5.jpg b/dist/assets/images/user/avatar-5.jpg new file mode 100644 index 0000000..9123163 Binary files /dev/null and b/dist/assets/images/user/avatar-5.jpg differ diff --git a/dist/assets/images/user/avatar-6.jpg b/dist/assets/images/user/avatar-6.jpg new file mode 100644 index 0000000..84c6acb Binary files /dev/null and b/dist/assets/images/user/avatar-6.jpg differ diff --git a/dist/assets/images/user/avatar-7.jpg b/dist/assets/images/user/avatar-7.jpg new file mode 100644 index 0000000..7af6e99 Binary files /dev/null and b/dist/assets/images/user/avatar-7.jpg differ diff --git a/dist/assets/images/user/avatar-8.jpg b/dist/assets/images/user/avatar-8.jpg new file mode 100644 index 0000000..fdcc2c1 Binary files /dev/null and b/dist/assets/images/user/avatar-8.jpg differ diff --git a/dist/assets/images/user/avatar-9.jpg b/dist/assets/images/user/avatar-9.jpg new file mode 100644 index 0000000..1c0225d Binary files /dev/null and b/dist/assets/images/user/avatar-9.jpg differ diff --git a/dist/assets/images/widget/blur-bg.png b/dist/assets/images/widget/blur-bg.png new file mode 100644 index 0000000..adda5df Binary files /dev/null and b/dist/assets/images/widget/blur-bg.png differ diff --git a/dist/assets/images/widget/dashborad-1.jpg b/dist/assets/images/widget/dashborad-1.jpg new file mode 100644 index 0000000..9405f29 Binary files /dev/null and b/dist/assets/images/widget/dashborad-1.jpg differ diff --git a/dist/assets/images/widget/dashborad-2.jpg b/dist/assets/images/widget/dashborad-2.jpg new file mode 100644 index 0000000..71e3218 Binary files /dev/null and b/dist/assets/images/widget/dashborad-2.jpg differ diff --git a/dist/assets/images/widget/dashborad-3.jpg b/dist/assets/images/widget/dashborad-3.jpg new file mode 100644 index 0000000..665f6cf Binary files /dev/null and b/dist/assets/images/widget/dashborad-3.jpg differ diff --git a/dist/assets/images/widget/dashborad-4.jpg b/dist/assets/images/widget/dashborad-4.jpg new file mode 100644 index 0000000..e75c6e6 Binary files /dev/null and b/dist/assets/images/widget/dashborad-4.jpg differ diff --git a/dist/assets/images/widget/dashborad-5.jpg b/dist/assets/images/widget/dashborad-5.jpg new file mode 100644 index 0000000..c1bca82 Binary files /dev/null and b/dist/assets/images/widget/dashborad-5.jpg differ diff --git a/dist/assets/images/widget/emoticon.jpg b/dist/assets/images/widget/emoticon.jpg new file mode 100644 index 0000000..f9080f2 Binary files /dev/null and b/dist/assets/images/widget/emoticon.jpg differ diff --git a/dist/assets/images/widget/img-acitivity-3.svg b/dist/assets/images/widget/img-acitivity-3.svg new file mode 100644 index 0000000..04b8e2a --- /dev/null +++ b/dist/assets/images/widget/img-acitivity-3.svg @@ -0,0 +1,4 @@ + diff --git a/dist/assets/images/widget/img-card-1.png b/dist/assets/images/widget/img-card-1.png new file mode 100644 index 0000000..3ad8149 Binary files /dev/null and b/dist/assets/images/widget/img-card-1.png differ diff --git a/dist/assets/images/widget/img-card-2.png b/dist/assets/images/widget/img-card-2.png new file mode 100644 index 0000000..128bb7b Binary files /dev/null and b/dist/assets/images/widget/img-card-2.png differ diff --git a/dist/assets/images/widget/img-card-bg.svg b/dist/assets/images/widget/img-card-bg.svg new file mode 100644 index 0000000..fce7207 --- /dev/null +++ b/dist/assets/images/widget/img-card-bg.svg @@ -0,0 +1,134 @@ + diff --git a/dist/assets/images/widget/img-card-master.svg b/dist/assets/images/widget/img-card-master.svg new file mode 100644 index 0000000..05c3503 --- /dev/null +++ b/dist/assets/images/widget/img-card-master.svg @@ -0,0 +1,4 @@ + diff --git a/dist/assets/images/widget/img-dropbox-bg.svg b/dist/assets/images/widget/img-dropbox-bg.svg new file mode 100644 index 0000000..bbeee9d --- /dev/null +++ b/dist/assets/images/widget/img-dropbox-bg.svg @@ -0,0 +1,15 @@ + diff --git a/dist/assets/images/widget/img-food.png b/dist/assets/images/widget/img-food.png new file mode 100644 index 0000000..399b419 Binary files /dev/null and b/dist/assets/images/widget/img-food.png differ diff --git a/dist/assets/images/widget/img-gpay.png b/dist/assets/images/widget/img-gpay.png new file mode 100644 index 0000000..eb69b9c Binary files /dev/null and b/dist/assets/images/widget/img-gpay.png differ diff --git a/dist/assets/images/widget/img-headspace.png b/dist/assets/images/widget/img-headspace.png new file mode 100644 index 0000000..8da8e5a Binary files /dev/null and b/dist/assets/images/widget/img-headspace.png differ diff --git a/dist/assets/images/widget/img-helth.png b/dist/assets/images/widget/img-helth.png new file mode 100644 index 0000000..63e9ceb Binary files /dev/null and b/dist/assets/images/widget/img-helth.png differ diff --git a/dist/assets/images/widget/img-medium.png b/dist/assets/images/widget/img-medium.png new file mode 100644 index 0000000..13fd132 Binary files /dev/null and b/dist/assets/images/widget/img-medium.png differ diff --git a/dist/assets/images/widget/img-ola.png b/dist/assets/images/widget/img-ola.png new file mode 100644 index 0000000..fe94311 Binary files /dev/null and b/dist/assets/images/widget/img-ola.png differ diff --git a/dist/assets/images/widget/img-paypal.png b/dist/assets/images/widget/img-paypal.png new file mode 100644 index 0000000..9c80c98 Binary files /dev/null and b/dist/assets/images/widget/img-paypal.png differ diff --git a/dist/assets/images/widget/img-phonepay.png b/dist/assets/images/widget/img-phonepay.png new file mode 100644 index 0000000..62a209d Binary files /dev/null and b/dist/assets/images/widget/img-phonepay.png differ diff --git a/dist/assets/images/widget/img-prod-1.jpg b/dist/assets/images/widget/img-prod-1.jpg new file mode 100644 index 0000000..ff6247a Binary files /dev/null and b/dist/assets/images/widget/img-prod-1.jpg differ diff --git a/dist/assets/images/widget/img-prod-2.jpg b/dist/assets/images/widget/img-prod-2.jpg new file mode 100644 index 0000000..06f9764 Binary files /dev/null and b/dist/assets/images/widget/img-prod-2.jpg differ diff --git a/dist/assets/images/widget/img-prod-3.jpg b/dist/assets/images/widget/img-prod-3.jpg new file mode 100644 index 0000000..9bf9cf7 Binary files /dev/null and b/dist/assets/images/widget/img-prod-3.jpg differ diff --git a/dist/assets/images/widget/img-prod-4.jpg b/dist/assets/images/widget/img-prod-4.jpg new file mode 100644 index 0000000..dbc0dd2 Binary files /dev/null and b/dist/assets/images/widget/img-prod-4.jpg differ diff --git a/dist/assets/images/widget/img-round1.jpg b/dist/assets/images/widget/img-round1.jpg new file mode 100644 index 0000000..0680b9a Binary files /dev/null and b/dist/assets/images/widget/img-round1.jpg differ diff --git a/dist/assets/images/widget/img-shoping.png b/dist/assets/images/widget/img-shoping.png new file mode 100644 index 0000000..67d301c Binary files /dev/null and b/dist/assets/images/widget/img-shoping.png differ diff --git a/dist/assets/images/widget/img-spotify.png b/dist/assets/images/widget/img-spotify.png new file mode 100644 index 0000000..c2f80af Binary files /dev/null and b/dist/assets/images/widget/img-spotify.png differ diff --git a/dist/assets/images/widget/img-travel.png b/dist/assets/images/widget/img-travel.png new file mode 100644 index 0000000..548dfc4 Binary files /dev/null and b/dist/assets/images/widget/img-travel.png differ diff --git a/dist/assets/images/widget/img-uber.png b/dist/assets/images/widget/img-uber.png new file mode 100644 index 0000000..bdeb615 Binary files /dev/null and b/dist/assets/images/widget/img-uber.png differ diff --git a/dist/assets/images/widget/master-background.png b/dist/assets/images/widget/master-background.png new file mode 100644 index 0000000..bb452d9 Binary files /dev/null and b/dist/assets/images/widget/master-background.png differ diff --git a/dist/assets/images/widget/master-logo.png b/dist/assets/images/widget/master-logo.png new file mode 100644 index 0000000..e27a11d Binary files /dev/null and b/dist/assets/images/widget/master-logo.png differ diff --git a/dist/assets/images/widget/paypal-logo.png b/dist/assets/images/widget/paypal-logo.png new file mode 100644 index 0000000..c7892c5 Binary files /dev/null and b/dist/assets/images/widget/paypal-logo.png differ diff --git a/dist/assets/images/widget/profile-person1.jpg b/dist/assets/images/widget/profile-person1.jpg new file mode 100644 index 0000000..709bc69 Binary files /dev/null and b/dist/assets/images/widget/profile-person1.jpg differ diff --git a/dist/assets/images/widget/rupay-background.png b/dist/assets/images/widget/rupay-background.png new file mode 100644 index 0000000..5ec0759 Binary files /dev/null and b/dist/assets/images/widget/rupay-background.png differ diff --git a/dist/assets/images/widget/rupay-logo.png b/dist/assets/images/widget/rupay-logo.png new file mode 100644 index 0000000..6b93be2 Binary files /dev/null and b/dist/assets/images/widget/rupay-logo.png differ diff --git a/dist/assets/images/widget/shape1.png b/dist/assets/images/widget/shape1.png new file mode 100644 index 0000000..d942228 Binary files /dev/null and b/dist/assets/images/widget/shape1.png differ diff --git a/dist/assets/images/widget/shape2.png b/dist/assets/images/widget/shape2.png new file mode 100644 index 0000000..d613d8f Binary files /dev/null and b/dist/assets/images/widget/shape2.png differ diff --git a/dist/assets/images/widget/shape3.png b/dist/assets/images/widget/shape3.png new file mode 100644 index 0000000..710d920 Binary files /dev/null and b/dist/assets/images/widget/shape3.png differ diff --git a/dist/assets/images/widget/shape4.png b/dist/assets/images/widget/shape4.png new file mode 100644 index 0000000..751b3f2 Binary files /dev/null and b/dist/assets/images/widget/shape4.png differ diff --git a/dist/assets/images/widget/shape5.png b/dist/assets/images/widget/shape5.png new file mode 100644 index 0000000..87de4b1 Binary files /dev/null and b/dist/assets/images/widget/shape5.png differ diff --git a/dist/assets/images/widget/shape6.png b/dist/assets/images/widget/shape6.png new file mode 100644 index 0000000..7ce9340 Binary files /dev/null and b/dist/assets/images/widget/shape6.png differ diff --git a/dist/assets/images/widget/slider5.jpg b/dist/assets/images/widget/slider5.jpg new file mode 100644 index 0000000..03f1e5e Binary files /dev/null and b/dist/assets/images/widget/slider5.jpg differ diff --git a/dist/assets/images/widget/slider6.jpg b/dist/assets/images/widget/slider6.jpg new file mode 100644 index 0000000..0e0105d Binary files /dev/null and b/dist/assets/images/widget/slider6.jpg differ diff --git a/dist/assets/images/widget/slider7.jpg b/dist/assets/images/widget/slider7.jpg new file mode 100644 index 0000000..05692f0 Binary files /dev/null and b/dist/assets/images/widget/slider7.jpg differ diff --git a/dist/assets/images/widget/user-1.png b/dist/assets/images/widget/user-1.png new file mode 100644 index 0000000..5e6c4b3 Binary files /dev/null and b/dist/assets/images/widget/user-1.png differ diff --git a/dist/assets/images/widget/user-2.png b/dist/assets/images/widget/user-2.png new file mode 100644 index 0000000..5af1c00 Binary files /dev/null and b/dist/assets/images/widget/user-2.png differ diff --git a/dist/assets/images/widget/user-blur-bg.png b/dist/assets/images/widget/user-blur-bg.png new file mode 100644 index 0000000..6058bf7 Binary files /dev/null and b/dist/assets/images/widget/user-blur-bg.png differ diff --git a/dist/assets/images/widget/visa-background.png b/dist/assets/images/widget/visa-background.png new file mode 100644 index 0000000..0b37d59 Binary files /dev/null and b/dist/assets/images/widget/visa-background.png differ diff --git a/dist/assets/images/widget/visa-logo.png b/dist/assets/images/widget/visa-logo.png new file mode 100644 index 0000000..11ad10f Binary files /dev/null and b/dist/assets/images/widget/visa-logo.png differ diff --git a/dist/assets/images/widget/welcome-banner.png b/dist/assets/images/widget/welcome-banner.png new file mode 100644 index 0000000..a2e284d Binary files /dev/null and b/dist/assets/images/widget/welcome-banner.png differ diff --git a/dist/assets/js/admin/course-dashboard.js b/dist/assets/js/admin/course-dashboard.js new file mode 100644 index 0000000..125310f --- /dev/null +++ b/dist/assets/js/admin/course-dashboard.js @@ -0,0 +1,491 @@ +'use strict'; +document.addEventListener('DOMContentLoaded', function () { + setTimeout(function () { + floatchart(); + }, 500); + if (!!document.querySelector('.user-scroll')) { + new SimpleBar(document.querySelector('.user-scroll')); + } + if (!!document.querySelector('.feed-scroll')) { + new SimpleBar(document.querySelector('.feed-scroll')); + } + const datepicker_inline = new Datepicker(document.querySelector('#pc-datepicker-6'), { + buttonClass: 'btn' + }); + peity.defaults.donut = { + delimiter: null, + fill: ['#ff9900', '#fff4dd', '#ffd592'], + height: null, + innerRadius: 11, + radius: 16, + width: null + }; + document.querySelectorAll('.donut').forEach((e) => peity(e, 'donut')); +}); + +function floatchart() { + (function () { + var options = { + chart: { + type: 'area', + height: 250, + toolbar: { + show: false + } + }, + colors: ['#f4c22b', '#04a9f5'], + dataLabels: { + enabled: false + }, + legend: { + show: true, + position: 'top' + }, + markers: { + size: 1, + colors: ['#fff', '#fff', '#fff'], + strokeColors: ['#f4c22b', '#04a9f5'], + strokeWidth: 1, + shape: 'circle', + hover: { + size: 4 + } + }, + stroke: { + width: 2, + curve: 'smooth' + }, + fill: { + type: 'gradient', + gradient: { + shadeIntensity: 1, + type: 'vertical', + inverseColors: false, + opacityFrom: 0.5, + opacityTo: 0 + } + }, + grid: { + show: false + }, + series: [ + { + name: 'Revenue', + data: [200, 320, 320, 275, 275, 400, 400, 300, 440, 320, 320, 275, 275, 400, 300, 440] + }, + { + name: 'Sales', + data: [200, 250, 240, 300, 340, 320, 320, 400, 350, 250, 240, 300, 340, 320, 400, 350] + } + ], + xaxis: { + labels: { + hideOverlappingLabels: true + }, + axisBorder: { + show: false + }, + axisTicks: { + show: false + } + } + }; + var chart = new ApexCharts(document.querySelector('#revenue-sales-chart'), options); + chart.render(); + var invites_goal_chart_option = { + series: [76], + chart: { + type: 'radialBar', + offsetY: -20, + sparkline: { + enabled: true + } + }, + colors: ['#04a9f5'], + plotOptions: { + radialBar: { + startAngle: -95, + endAngle: 95, + hollow: { + margin: 15, + size: '50%' + }, + track: { + background: '#eaeaea', + strokeWidth: '97%', + margin: 20 + }, + dataLabels: { + name: { + show: false + }, + value: { + offsetY: 0, + fontSize: '20px' + } + } + } + }, + grid: { + padding: { + top: 10 + } + }, + stroke: { + lineCap: 'round' + }, + labels: ['Average Results'] + }; + var chart = new ApexCharts(document.querySelector('#invites-goal-chart'), invites_goal_chart_option); + chart.render(); + + var course_report_bar_chart_options = { + chart: { + type: 'bar', + height: 210, + toolbar: { + show: false + } + }, + plotOptions: { + bar: { + columnWidth: '60%', + borderRadius: 3 + } + }, + stroke: { + show: true, + width: 3, + colors: ['transparent'] + }, + dataLabels: { + enabled: false + }, + legend: { + position: 'top', + horizontalAlign: 'right', + show: true, + fontFamily: `'Public Sans', sans-serif`, + offsetX: 10, + offsetY: 10, + labels: { + useSeriesColors: false + }, + markers: { + width: 10, + height: 10, + radius: '50%', + offsexX: 2, + offsexY: 2 + }, + itemMargin: { + horizontal: 15, + vertical: 5 + } + }, + colors: ['#04a9f5', '#ffa21d'], + series: [ + { + name: 'Net Profit', + data: [180, 90, 135, 114, 120, 145, 180, 90, 135, 114, 120, 145] + }, + { + name: 'Revenue', + data: [120, 45, 78, 150, 168, 99, 120, 45, 78, 150, 168, 99] + } + ], + grid: { + borderColor: '#00000010' + }, + yaxis: { + show: false + } + }; + var chart = new ApexCharts(document.querySelector('#course-report-bar-chart'), course_report_bar_chart_options); + chart.render(); + + var total_revenue_line_1_chart_options = { + chart: { + type: 'line', + height: 60, + sparkline: { + enabled: true + } + }, + dataLabels: { + enabled: false + }, + colors: ['#2ca87f'], + stroke: { + curve: 'straight', + lineCap: 'round', + width: 3 + }, + series: [ + { + name: 'series1', + data: [20, 10, 18, 12, 25, 10, 20] + } + ], + yaxis: { + min: 0, + max: 30 + }, + tooltip: { + theme: 'dark', + fixed: { + enabled: false + }, + x: { + show: false + }, + y: { + title: { + formatter: function (seriesName) { + return ''; + } + } + }, + marker: { + show: false + } + } + }; + var chart = new ApexCharts(document.querySelector('#total-revenue-line-1-chart'), total_revenue_line_1_chart_options); + chart.render(); + + var total_revenue_line_2_chart_options = { + chart: { + type: 'line', + height: 60, + sparkline: { + enabled: true + } + }, + dataLabels: { + enabled: false + }, + colors: ['#dc2626'], + stroke: { + curve: 'straight', + lineCap: 'round', + width: 3 + }, + series: [ + { + name: 'series1', + data: [20, 10, 25, 18, 18, 10, 12] + } + ], + yaxis: { + min: 0, + max: 30 + }, + tooltip: { + theme: 'dark', + fixed: { + enabled: false + }, + x: { + show: false + }, + y: { + title: { + formatter: function (seriesName) { + return ''; + } + } + }, + marker: { + show: false + } + } + }; + var chart = new ApexCharts(document.querySelector('#total-revenue-line-2-chart'), total_revenue_line_2_chart_options); + chart.render(); + + var student_states_chart_options = { + chart: { + height: 250, + type: 'donut' + }, + dataLabels: { + enabled: false + }, + plotOptions: { + pie: { + donut: { + size: '65%' + } + } + }, + labels: ['Total Signups', 'Active Student'], + series: [76.7, 30], + legend: { + show: true, + position: 'bottom' + }, + fill: { + opacity: [1, 0.5] + }, + colors: ['#04a9f5', '#04a9f5'] + }; + var chart = new ApexCharts(document.querySelector('#student-states-chart'), student_states_chart_options); + chart.render(); + + var activity_line_chart_options = { + chart: { + type: 'line', + height: 300, + toolbar: { + show: false + } + }, + colors: ['#2ca87f', '#04a9f5'], + dataLabels: { + enabled: false + }, + legend: { + show: true, + position: 'top' + }, + markers: { + size: 1, + colors: ['#fff', '#fff', '#fff'], + strokeColors: ['#2ca87f', '#04a9f5'], + strokeWidth: 1, + shape: 'circle', + hover: { + size: 4 + } + }, + stroke: { + width: 3, + curve: 'smooth' + }, + grid: { + strokeDashArray: 4 + }, + series: [ + { + name: 'Free Course', + data: [20, 90, 65, 85, 20, 80, 30] + }, + { + name: 'Subscription', + data: [70, 30, 40, 15, 60, 40, 95] + } + ], + xaxis: { + labels: { + hideOverlappingLabels: true + }, + axisBorder: { + show: false + }, + axisTicks: { + show: false + } + } + }; + var chart = new ApexCharts(document.querySelector('#activity-line-chart'), activity_line_chart_options); + chart.render(); + + var visitors_bar_chart_options = { + chart: { + type: 'bar', + height: 220, + toolbar: { + show: false + } + }, + colors: ['#2ca87f'], + dataLabels: { + enabled: false + }, + grid: { + strokeDashArray: 4 + }, + yaxis: { + tickAmount: 3 + }, + states: { + normal: { + filter: { + type: 'lighten', + value: 0.5 + } + }, + hover: { + filter: { + type: 'lighten', + value: 0 + } + } + }, + plotOptions: { + bar: { + borderRadius: 2, + columnWidth: '50%' + } + }, + labels: ['2018', '2019', '2020', '2021', '2022', '2023'], + series: [ + { + data: [20, 15, 22, 25, 32, 50] + } + ] + }; + var chart = new ApexCharts(document.querySelector('#visitors-bar-chart'), visitors_bar_chart_options); + chart.render(); + + var earning_courses_line_chart_options = { + chart: { + type: 'line', + height: 230, + toolbar: { + show: false + } + }, + colors: ['#f4c22b', '#04a9f5'], + dataLabels: { + enabled: false + }, + markers: { + size: 1, + colors: ['#fff', '#fff', '#fff'], + strokeColors: ['#f4c22b', '#04a9f5'], + strokeWidth: 1, + shape: 'circle', + hover: { + size: 4 + } + }, + stroke: { + width: 3 + }, + grid: { + strokeDashArray: 4 + }, + series: [ + { + name: 'Last Month', + data: [200, 320, 275, 400, 300, 440] + } + ], + xaxis: { + labels: { + hideOverlappingLabels: true + }, + axisBorder: { + show: false + }, + axisTicks: { + show: false + } + } + }; + var chart = new ApexCharts(document.querySelector('#earning-courses-line-chart'), earning_courses_line_chart_options); + chart.render(); + })(); +} diff --git a/dist/assets/js/admin/dashboard-help.js b/dist/assets/js/admin/dashboard-help.js new file mode 100644 index 0000000..53a82dd --- /dev/null +++ b/dist/assets/js/admin/dashboard-help.js @@ -0,0 +1,173 @@ +'use strict'; +// [ support-chart ] start +(function () { + var options1 = { + chart: { + type: 'area', + height: 100, + sparkline: { + enabled: true + } + }, + colors: ['#3ebfea'], + stroke: { + curve: 'smooth', + width: 2 + }, + series: [ + { + name: 'series1', + data: [0, 20, 10, 45, 30, 55, 20, 30, 0] + } + ], + tooltip: { + fixed: { + enabled: false + }, + x: { + show: false + }, + y: { + title: { + formatter: function (seriesName) { + return ''; + } + } + }, + marker: { + show: false + } + } + }; + new ApexCharts(document.querySelector('#support-chart'), options1).render(); +})(); +// [ support-chart ] end +// [ support-chart1 ] start +(function () { + var options1 = { + chart: { + type: 'area', + height: 100, + sparkline: { + enabled: true + } + }, + colors: ['#04a9f5'], + stroke: { + curve: 'smooth', + width: 2 + }, + series: [ + { + name: 'series1', + data: [0, 20, 10, 45, 30, 55, 20, 30, 0] + } + ], + tooltip: { + fixed: { + enabled: false + }, + x: { + show: false + }, + y: { + title: { + formatter: function (seriesName) { + return ''; + } + } + }, + marker: { + show: false + } + } + }; + new ApexCharts(document.querySelector('#support-chart1'), options1).render(); +})(); +// [ support-chart1 ] end +// [ support-chart2 ] start +(function () { + var options1 = { + chart: { + type: 'area', + height: 100, + sparkline: { + enabled: true + } + }, + colors: ['#2ca87f'], + stroke: { + curve: 'smooth', + width: 2 + }, + series: [ + { + name: 'series1', + data: [0, 20, 10, 45, 30, 55, 20, 30, 0] + } + ], + tooltip: { + fixed: { + enabled: false + }, + x: { + show: false + }, + y: { + title: { + formatter: function (seriesName) { + return ''; + } + } + }, + marker: { + show: false + } + } + }; + new ApexCharts(document.querySelector('#support-chart2'), options1).render(); +})(); +// [ support-chart2 ] end + +// [ satisfaction-chart ] start +(function () { + var options = { + chart: { + height: 260, + type: 'pie' + }, + series: [66, 50, 40, 30], + labels: ['Very Poor', 'Satisfied', 'Very Satisfied', 'Poor'], + legend: { + show: true, + offsetY: 50 + }, + theme: { + monochrome: { + enabled: true, + color: '#04a9f5' + } + }, + responsive: [ + { + breakpoint: 768, + options: { + chart: { + height: 320 + }, + legend: { + position: 'bottom', + offsetY: 0 + } + } + } + ] + }; + var chart = new ApexCharts(document.querySelector('#satisfaction-chart'), options); + chart.render(); +})(); +// [ satisfaction-chart ] end + +// [ latest-scroll ] start +new SimpleBar(document.querySelector('.latest-scroll')); +// [ latest-scroll ] end diff --git a/dist/assets/js/admin/invoice-dashboard.js b/dist/assets/js/admin/invoice-dashboard.js new file mode 100644 index 0000000..41caa5a --- /dev/null +++ b/dist/assets/js/admin/invoice-dashboard.js @@ -0,0 +1,157 @@ +'use strict'; +document.addEventListener('DOMContentLoaded', function () { + setTimeout(function () { + floatchart(); + }, 500); +}); + +function floatchart() { + (function () { + var options_invoice = { + chart: { + height: 350, + type: 'line', + toolbar: { + show: false + } + }, + plotOptions: { + bar: { + columnWidth: '50%' + } + }, + legend: { + show: false + }, + stroke: { + width: [0, 2], + curve: 'smooth' + }, + dataLabels: { + enabled: false + }, + series: [ + { + name: 'TEAM A', + type: 'column', + data: [23, 11, 22, 27, 13, 22, 37, 21, 44, 22, 30, 25] + }, + { + name: 'TEAM B', + type: 'line', + data: [30, 25, 36, 30, 45, 35, 64, 52, 59, 36, 39, 35] + } + ], + stroke: { + width: [0, 2], + curve: 'smooth' + }, + fill: { + type: 'gradient', + gradient: { + inverseColors: false, + shade: 'light', + type: 'vertical', + opacityFrom: [0, 1], + opacityTo: [0.5, 1], + stops: [0, 100], + hover: { + inverseColors: false, + shade: 'light', + type: 'vertical', + opacityFrom: 0.15, + opacityTo: 0.65, + stops: [0, 96, 100] + } + } + }, + markers: { + size: 3, + colors: '#fFF', + strokeColors: '#f4c22b', + strokeWidth: 2, + shape: 'circle', + hover: { + size: 5 + } + }, + colors: ['#f4c22b', '#f4c22b'], + labels: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + yaxis: { + tickAmount: 3 + }, + grid: { + show: true, + borderColor: '#00000010' + }, + xaxis: { + axisBorder: { + show: false + }, + axisTicks: { + show: false + }, + tickAmount: 11 + } + }; + var chart = new ApexCharts(document.querySelector('#invoice-chart'), options_invoice); + chart.render(); + + var total_income_graph_options = { + chart: { + height: 280, + type: 'donut' + }, + series: [27, 23, 20, 17], + colors: ['#f4c22b', '#2ca87f', '#dc2626', '#04a9f5'], + labels: ['Pending', 'Paid', 'Overdue', 'Draft'], + fill: { + opacity: [1, 1, 1, 0.3] + }, + legend: { + show: false + }, + plotOptions: { + pie: { + donut: { + size: '65%', + labels: { + show: true, + name: { + show: true + }, + value: { + show: true + } + } + } + } + }, + dataLabels: { + enabled: false + }, + responsive: [ + { + breakpoint: 575, + options: { + chart: { + height: 250 + }, + plotOptions: { + pie: { + donut: { + size: '65%', + labels: { + show: false + } + } + } + } + } + } + ] + }; + var chart = new ApexCharts(document.querySelector('#total-income-graph'), total_income_graph_options); + chart.render(); + })(); +} diff --git a/dist/assets/js/admin/invoice-list.js b/dist/assets/js/admin/invoice-list.js new file mode 100644 index 0000000..cd24466 --- /dev/null +++ b/dist/assets/js/admin/invoice-list.js @@ -0,0 +1,164 @@ +'use strict'; +document.addEventListener('DOMContentLoaded', function () { + setTimeout(function () { + floatchart(); + }, 500); +}); + +function floatchart() { + const dataTable1 = new simpleDatatables.DataTable('#pc-dt-simple-1', { sortable: false }); + const dataTable2 = new simpleDatatables.DataTable('#pc-dt-simple-2', { sortable: false }); + const dataTable3 = new simpleDatatables.DataTable('#pc-dt-simple-3', { sortable: false }); + const dataTable4 = new simpleDatatables.DataTable('#pc-dt-simple-4', { sortable: false }); + (function () { + var total_invoice_1_chart_options = { + chart: { + type: 'area', + height: 55, + sparkline: { + enabled: true + } + }, + colors: ['#2ca87f'], + fill: { + type: 'gradient', + gradient: { + shadeIntensity: 1, + type: 'vertical', + inverseColors: false, + opacityFrom: 0.5, + opacityTo: 0 + } + }, + stroke: { + curve: 'smooth', + width: 2 + }, + series: [ + { + data: [0, 20, 10, 45, 30, 55, 20, 30] + } + ], + tooltip: { + fixed: { + enabled: false + }, + x: { + show: false + }, + y: { + title: { + formatter: function (seriesName) { + return 'Ticket '; + } + } + }, + marker: { + show: false + } + } + }; + var chart = new ApexCharts(document.querySelector('#total-invoice-1-chart'), total_invoice_1_chart_options); + chart.render(); + + var total_invoice_2_chart_options = { + chart: { + type: 'area', + height: 55, + sparkline: { + enabled: true + } + }, + colors: ['#f4c22b'], + fill: { + type: 'gradient', + gradient: { + shadeIntensity: 1, + type: 'vertical', + inverseColors: false, + opacityFrom: 0.5, + opacityTo: 0 + } + }, + stroke: { + curve: 'smooth', + width: 2 + }, + series: [ + { + data: [30, 20, 55, 30, 45, 10, 20, 0] + } + ], + tooltip: { + fixed: { + enabled: false + }, + x: { + show: false + }, + y: { + title: { + formatter: function (seriesName) { + return 'Ticket '; + } + } + }, + marker: { + show: false + } + } + }; + var chart = new ApexCharts(document.querySelector('#total-invoice-2-chart'), total_invoice_2_chart_options); + chart.render(); + + var total_invoice_3_chart_options = { + chart: { + type: 'area', + height: 55, + sparkline: { + enabled: true + } + }, + colors: ['#dc2626'], + fill: { + type: 'gradient', + gradient: { + shadeIntensity: 1, + type: 'vertical', + inverseColors: false, + opacityFrom: 0.5, + opacityTo: 0 + } + }, + stroke: { + curve: 'smooth', + width: 2 + }, + series: [ + { + data: [0, 20, 10, 45, 30, 55, 20, 30] + } + ], + tooltip: { + fixed: { + enabled: false + }, + x: { + show: false + }, + y: { + title: { + formatter: function (seriesName) { + return 'Ticket '; + } + } + }, + marker: { + show: false + } + } + }; + var chart = new ApexCharts(document.querySelector('#total-invoice-3-chart'), total_invoice_3_chart_options); + chart.render(); + })(); +} diff --git a/dist/assets/js/admin/membership-dashboard.js b/dist/assets/js/admin/membership-dashboard.js new file mode 100644 index 0000000..de74ee7 --- /dev/null +++ b/dist/assets/js/admin/membership-dashboard.js @@ -0,0 +1,186 @@ +'use strict'; +document.addEventListener('DOMContentLoaded', function () { + setTimeout(function () { + floatchart(); + }, 500); +}); + +function floatchart() { + (function () { + var options = { + chart: { + type: 'area', + height: 300, + toolbar: { + show: false + } + }, + colors: ['#f4c22b', '#04a9f5'], + dataLabels: { + enabled: false + }, + legend: { + show: true, + position: 'top' + }, + markers: { + size: 1, + colors: ['#fff', '#fff', '#fff'], + strokeColors: ['#f4c22b', '#04a9f5'], + strokeWidth: 1, + shape: 'circle', + hover: { + size: 4 + } + }, + stroke: { + width: 1, + curve: 'smooth' + }, + fill: { + type: 'gradient', + gradient: { + shadeIntensity: 1, + type: 'vertical', + inverseColors: false, + opacityFrom: 0.5, + opacityTo: 0 + } + }, + grid: { + show: false + }, + series: [ + { + name: 'Revenue', + data: [200, 320, 320, 275, 275, 400, 400, 300, 440, 320, 320, 275, 275, 400, 300, 440] + }, + { + name: 'Sales', + data: [200, 250, 240, 300, 340, 320, 320, 400, 350, 250, 240, 300, 340, 320, 400, 350] + } + ], + xaxis: { + labels: { + hideOverlappingLabels: true + }, + axisBorder: { + show: false + }, + axisTicks: { + show: false + } + } + }; + var chart = new ApexCharts(document.querySelector('#revenue-analytics-chart'), options); + chart.render(); + + var membership_state_chart_option = { + series: [76], + chart: { + type: 'radialBar', + offsetY: -20, + sparkline: { + enabled: true + } + }, + colors: ['#04a9f5'], + plotOptions: { + radialBar: { + startAngle: -95, + endAngle: 95, + hollow: { + margin: 15, + size: '40%' + }, + track: { + background: '#04a9f525', + strokeWidth: '97%', + margin: 10 + }, + dataLabels: { + name: { + show: false + }, + value: { + offsetY: 0, + fontSize: '20px' + } + } + } + }, + grid: { + padding: { + top: 10 + } + }, + stroke: { + lineCap: 'round' + }, + labels: ['Average Results'] + }; + var chart = new ApexCharts(document.querySelector('#membership-state-chart'), membership_state_chart_option); + chart.render(); + + var activity_line_chart_options = { + chart: { + type: 'line', + height: 150, + toolbar: { + show: false + } + }, + colors: ['#2ca87f', '#2ca87f'], + dataLabels: { + enabled: false + }, + legend: { + show: true, + position: 'top' + }, + markers: { + size: 1, + colors: ['#fff', '#fff'], + strokeColors: ['#2ca87f', '#2ca87f'], + strokeWidth: 1, + shape: 'circle', + hover: { + size: 4 + } + }, + fill: { + opacity: [1, 0.3] + }, + stroke: { + width: 3, + curve: 'smooth' + }, + grid: { + show: false + }, + series: [ + { + name: 'Active', + data: [20, 90, 65, 85, 20, 80, 30] + }, + { + name: 'Inactive', + data: [70, 30, 40, 15, 60, 40, 95] + } + ], + xaxis: { + labels: { + hideOverlappingLabels: true + }, + axisBorder: { + show: false + }, + axisTicks: { + show: false + } + } + }; + var chart = new ApexCharts(document.querySelector('#activity-line-chart'), activity_line_chart_options); + chart.render(); + })(); +} diff --git a/dist/assets/js/application/calendar.js b/dist/assets/js/application/calendar.js new file mode 100644 index 0000000..57170bd --- /dev/null +++ b/dist/assets/js/application/calendar.js @@ -0,0 +1,363 @@ +(function () { + const calendaroffcanvas = document.querySelector('#calendar-add_edit_event'); + const calendarmodal = document.querySelector('#calendar-modal'); + var calendevent = ''; + + var date = new Date(); + var d = date.getDate(); + var m = date.getMonth(); + var y = date.getFullYear(); + + var calendar = new FullCalendar.Calendar(document.getElementById('calendar'), { + headerToolbar: { + left: 'prev,next today', + center: 'title', + right: 'dayGridMonth,timeGridWeek,timeGridDay,listMonth' + }, + themeSystem: 'bootstrap', + initialDate: new Date(y, m, 16), + slotDuration: '00:10:00', + navLinks: true, + height: 'auto', + droppable: true, + selectable: true, + selectMirror: true, + editable: true, + dayMaxEvents: true, + handleWindowResize: true, + select: function (info) { + var sdt = new Date(info.start); + var edt = new Date(info.end); + document.getElementById('pc-e-sdate').value = sdt.getFullYear() + '-' + getRound(sdt.getMonth() + 1) + '-' + getRound(sdt.getDate()); + document.getElementById('pc-e-edate').value = edt.getFullYear() + '-' + getRound(edt.getMonth() + 1) + '-' + getRound(edt.getDate()); + + document.getElementById('pc-e-title').value = ''; + document.getElementById('pc-e-venue').value = ''; + document.getElementById('pc-e-description').value = ''; + document.getElementById('pc-e-type').value = ''; + document.getElementById('pc-e-btn-text').innerHTML = ' Add'; + document.querySelector('#pc_event_add').setAttribute('data-pc-action', 'add'); + + calendaroffcanvas.classList.add('show'); + var backDropOverlay = document.createElement('div'); + backDropOverlay.className = 'fixed inset-0 bg-gray-900/20 z-[1027] backdrop-blur-sm'; + backDropOverlay.id = 'offcanvasoverlay'; + document.getElementsByTagName('body')[0].appendChild(backDropOverlay); + document.getElementById('offcanvasoverlay').addEventListener('click', function (event) { + offcanvasclose(); + }); + calendar.unselect(); + }, + eventClick: function (info) { + calendevent = info.event; + var clickedevent = info.event; + var e_title = clickedevent.title === undefined ? '' : clickedevent.title; + var e_desc = clickedevent.extendedProps.description === undefined ? '' : clickedevent.extendedProps.description; + var e_date_start = clickedevent.start === null ? '' : dateformat(clickedevent.start); + var e_date_end = clickedevent.end === null ? '' : " to " + dateformat(clickedevent.end); + e_date_end = clickedevent.end === null ? '' : e_date_end; + var e_venue = clickedevent.extendedProps.description === undefined ? '' : clickedevent.extendedProps.venue; + + document.querySelector('.calendar-modal-title').innerHTML = e_title; + document.querySelector('.pc-event-title').innerHTML = e_title; + document.querySelector('.pc-event-description').innerHTML = e_desc; + document.querySelector('.pc-event-date').innerHTML = e_date_start + e_date_end; + document.querySelector('.pc-event-venue').innerHTML = e_venue; + + calendarmodal.classList.add('show'); + setTimeout(function () { + calendarmodal.classList.add('animate'); + }, 100); + var backDropOverlay = document.createElement('div'); + backDropOverlay.className = 'fixed inset-0 bg-gray-900/20 z-[1028] backdrop-blur-sm'; + backDropOverlay.id = 'modaloverlay'; + document.getElementsByTagName('body')[0].appendChild(backDropOverlay); + document.getElementsByTagName('body')[0].classList.add('modal-open'); + document.getElementById('modaloverlay').addEventListener('click', function (event) { + modalclose(); + }); + }, + events: [ + { + title: 'All Day Event', + start: new Date(y, m, 1), + allDay: true, + description: + 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s.', + venue: 'City Town', + className: 'event-warning' + }, + { + title: 'Long Event', + start: new Date(y, m, 7), + end: new Date(y, m, 10), + allDay: true, + description: + 'It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.', + venue: 'City Town', + className: 'event-primary' + }, + { + groupId: 999, + title: 'Repeating Event', + start: new Date(y, m, 9, 16, 0), + allDay: false, + description: + 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s.', + venue: 'City Town', + className: 'event-danger' + }, + { + groupId: 999, + title: 'Repeating Event', + start: new Date(y, m, 16, 16, 0), + allDay: false, + description: + 'It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.', + venue: 'City Town', + className: 'event-danger' + }, + { + title: 'Conference', + start: new Date(y, m, 11), + end: new Date(y, m, 13), + allDay: true, + description: + 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s.', + venue: 'City Town', + className: 'event-info' + }, + { + title: 'Meeting', + start: new Date(y, m, 12, 10, 30), + end: new Date(y, m, 12, 12, 30), + allDay: false, + description: + 'It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.', + venue: 'City Town', + className: 'event-danger' + }, + { + title: 'Lunch', + start: new Date(y, m, 12, 12, 30), + allDay: false, + description: + 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s.', + venue: 'City Town', + className: 'event-success' + }, + { + title: 'Meeting', + start: new Date(y, m, 14, 14, 30), + allDay: false, + description: + 'It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.', + venue: 'City Town', + className: 'event-warning' + }, + { + title: 'Happy Hour', + start: new Date(y, m, 14, 17, 30), + allDay: false, + description: + 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s.', + venue: 'City Town', + className: 'event-info' + }, + { + title: 'Dinner', + start: new Date(y, m, 15, 20, 0), + allDay: false, + description: + 'It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.', + venue: 'City Town', + className: 'event-primary' + }, + { + title: 'Birthday Party', + start: new Date(y, m, 13, 0, 0), + allDay: false, + description: + 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s.', + venue: 'City Town', + className: 'event-success' + }, + { + title: 'Click for Google', + url: 'http://google.com/', + allDay: true, + description: + 'It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.', + venue: 'City Town', + start: new Date(y, m, 28) + } + ] + }); + + + calendar.render(); + document.addEventListener('DOMContentLoaded', function () { + var calbtn = document.querySelectorAll('.fc-toolbar-chunk'); + for (var t = 0; t < calbtn.length; t++) { + var c = calbtn[t]; + c.children[0].classList.remove('btn-group'); + c.children[0].classList.add('d-inline-flex'); + } + }); + + var pc_event_remove = document.querySelector('#pc_event_remove'); + if (pc_event_remove) { + pc_event_remove.addEventListener('click', function () { + const swalWithBootstrapButtons = Swal.mixin({ + customClass: { + confirmButton: 'btn btn-light-success', + cancelButton: 'btn btn-light-danger' + }, + buttonsStyling: false + }); + swalWithBootstrapButtons + .fire({ + title: 'Are you sure?', + text: 'you want to delete this event?', + icon: 'warning', + showCancelButton: true, + confirmButtonText: 'Yes, delete it!', + cancelButtonText: 'No, cancel!', + reverseButtons: true + }) + .then((result) => { + if (result.isConfirmed) { + calendevent.remove(); + modalclose(); + swalWithBootstrapButtons.fire('Deleted!', 'Your Event has been deleted.', 'success'); + } else if (result.dismiss === Swal.DismissReason.cancel) { + swalWithBootstrapButtons.fire('Cancelled', 'Your Event data is safe.', 'error'); + } + }); + }); + } + + var pc_event_add = document.querySelector('#pc_event_add'); + if (pc_event_add) { + pc_event_add.addEventListener('click', function () { + var day = true; + var end = null; + var e_date_start = document.getElementById('pc-e-sdate').value === null ? '' : document.getElementById('pc-e-sdate').value; + var e_date_end = document.getElementById('pc-e-edate').value === null ? '' : document.getElementById('pc-e-edate').value; + if (!e_date_end == '') { + end = new Date(e_date_end); + } + calendar.addEvent({ + title: document.getElementById('pc-e-title').value, + start: new Date(e_date_start), + end: end, + allDay: day, + description: document.getElementById('pc-e-description').value, + venue: document.getElementById('pc-e-venue').value, + className: document.getElementById('pc-e-type').value + }); + if (pc_event_add.getAttribute('data-pc-action') == 'add') { + Swal.fire({ + customClass: { + confirmButton: 'btn btn-light-primary' + }, + buttonsStyling: false, + icon: 'success', + title: 'Success', + text: 'Event added successfully' + }); + } else { + calendevent.remove(); + document.getElementById('pc-e-btn-text').innerHTML = ' Add'; + document.querySelector('#pc_event_add').setAttribute('data-pc-action', 'add'); + Swal.fire({ + customClass: { + confirmButton: 'btn btn-light-primary' + }, + buttonsStyling: false, + icon: 'success', + title: 'Success', + text: 'Event Updated successfully' + }); + } + offcanvasclose(); + }); + } + + var pc_event_edit = document.querySelector('#pc_event_edit'); + if (pc_event_edit) { + pc_event_edit.addEventListener('click', function () { + var e_title = calendevent.title === undefined ? '' : calendevent.title; + var e_desc = calendevent.extendedProps.description === undefined ? '' : calendevent.extendedProps.description; + var e_date_start = calendevent.start === null ? '' : dateformat(calendevent.start); + var e_date_end = calendevent.end === null ? '' : " to " + dateformat(calendevent.end); + e_date_end = calendevent.end === null ? '' : e_date_end; + var e_venue = calendevent.extendedProps.description === undefined ? '' : calendevent.extendedProps.venue; + var e_type = calendevent.classNames[0] === undefined ? '' : calendevent.classNames[0]; + + document.getElementById('pc-e-title').value = e_title; + document.getElementById('pc-e-venue').value = e_venue; + document.getElementById('pc-e-description').value = e_desc; + document.getElementById('pc-e-type').value = e_type; + var sdt = new Date(e_date_start); + var edt = new Date(e_date_end); + document.getElementById('pc-e-sdate').value = sdt.getFullYear() + '-' + getRound(sdt.getMonth() + 1) + '-' + getRound(sdt.getDate()); + document.getElementById('pc-e-edate').value = edt.getFullYear() + '-' + getRound(edt.getMonth() + 1) + '-' + getRound(edt.getDate()); + document.getElementById('pc-e-btn-text').innerHTML = ' Update'; + document.querySelector('#pc_event_add').setAttribute('data-pc-action', 'edit'); + modalclose(); + calendaroffcanvas.classList.add('show'); + var backDropOverlay = document.createElement('div'); + backDropOverlay.className = 'fixed inset-0 bg-gray-900/20 z-[1027] backdrop-blur-sm'; + backDropOverlay.id = 'offcanvasoverlay'; + document.getElementsByTagName('body')[0].appendChild(backDropOverlay); + document.getElementById('offcanvasoverlay').addEventListener('click', function (event) { + offcanvasclose(); + }); + }); + } + // get round value + function getRound(vale) { + var tmp = ''; + if (vale < 10) { + tmp = '0' + vale; + } else { + tmp = vale; + } + return tmp; + } + + // get time + function getTime(timeValue) { + timeValue = new Date(timeValue); + if (timeValue.getHours() != null) { + var hour = timeValue.getHours(); + var minute = timeValue.getMinutes() ? timeValue.getMinutes() : 0; + return hour + ':' + minute; + } + } + + // get date + function dateformat(dt) { + var mn = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; + var d = new Date(dt), + month = '' + mn[d.getMonth()], + day = '' + d.getDate(), + year = d.getFullYear(); + if (month.length < 2) month = '0' + month; + if (day.length < 2) day = '0' + day; + return [day + ' ' + month, year].join(','); + } + + // get full date + function timeformat(time) { + var timeFormat = time.split(':'); + var hours = timeFormat[0]; + var minutes = timeFormat[1]; + var newformat = hours >= 12 ? 'PM' : 'AM'; + hours = hours % 12; + hours = hours ? hours : 12; + minutes = minutes < 10 ? '0' + minutes : minutes; + return hours + ':' + minutes + ' ' + newformat; + } +})(); diff --git a/dist/assets/js/application/todo.js b/dist/assets/js/application/todo.js new file mode 100644 index 0000000..05d8228 --- /dev/null +++ b/dist/assets/js/application/todo.js @@ -0,0 +1,129 @@ +'use strict'; + +document.addEventListener('DOMContentLoaded', function () { + bindclick(); + document.querySelector('button#create-task').addEventListener('click', function () { + var task = document.querySelector('input[name=task-insert]').value; + if (task.length == 0) { + alert('please enter a task'); + } else { + var newTask = '
' + task + '
' + '