diff --git a/.github/workflows/test-trigger.yml b/.github/workflows/test-trigger.yml index 3182e7807..fabd95657 100644 --- a/.github/workflows/test-trigger.yml +++ b/.github/workflows/test-trigger.yml @@ -6,18 +6,27 @@ name: Trigger E2E tests on: push: - branches: [ staging ] + branches: [ staging, 2025.9-rc, 2025.9-test ] jobs: - trigger: + trigger-tests: + if: github.ref_name == 'staging' runs-on: ubuntu-latest - steps: - - name: Trigger E2E test run - local and remote + - name: Trigger E2E test run (local) run: | + branch="${GITHUB_REF_NAME}" + + if [ "$branch" = "staging" ]; then + event_type="trigger-e2e-tests-staging" + elif [ "$branch" = "2025.9-rc" ]; then + event_type="trigger-e2e-tests-rc" + elif [ "$branch" = "2025.9-test" ]; then + event_type="trigger-e2e-tests-test" + fi + repo_owner="cryptpad" repo_name="e2e-test-suite" - event_type="trigger-e2e-tests" curl -L \ -X POST \ @@ -26,3 +35,5 @@ jobs: -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/cryptpad/e2e-test-suite/dispatches \ -d "{\"event_type\": \"$event_type\", \"client_payload\": {\"service\": \"$service\", \"version\": \"$version\", \"unit\": false, \"integration\": true}}" + + diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa98597c..cf35668a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,176 @@ SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and cont SPDX-License-Identifier: AGPL-3.0-or-later --> + +# 🍁 Autumn release (2025.9.0) + +## Goals + +This release improves the look and feel of CryptPad and resolves a long-standing technical debt by updating all icons in the product from Fontawesome 4.7 (2016) to [Lucide](https://lucide.dev/). Other improvements include a redesigned loading screen and bug fixes. + +## Features + +- Update icons [#1987](https://github.com/cryptpad/cryptpad/pull/1987) + +## Improvements + +- Loading screen [#2058](https://github.com/cryptpad/cryptpad/pull/2058) +- Form participant UX fixes [#2007](https://github.com/cryptpad/cryptpad/pull/2007) +- Improve keyboard & screen reader support for Forms [#1923](https://github.com/cryptpad/cryptpad/pull/1923) +- Make client compatible with new server [#2059](https://github.com/cryptpad/cryptpad/pull/2059) +- Guard against misconfiguration of `fileHost` setting [#2017](https://github.com/cryptpad/cryptpad/pull/2017) @ansuz +- Add a checkup page test for `/upload-blob` [#1995](https://github.com/cryptpad/cryptpad/pull/1995) @ansuz +- Add forceRedirect to SSO [#1868](https://github.com/cryptpad/cryptpad/pull/1868) @avinash-0007 +- SSO login redirect [#2057](https://github.com/cryptpad/cryptpad/pull/2057) + + +## Fixes + +- OnlyOffice + - Make sure OnlyOffice user index does not change [#2066](https://github.com/cryptpad/cryptpad/pull/2066) + - Office documents corruption on server issues [#2064](https://github.com/cryptpad/cryptpad/pull/2064) + - Fix disappearing sheets [#1991](https://github.com/cryptpad/cryptpad/pull/1991) + - Hardcoded values in PDF export metadata [#2015](https://github.com/cryptpad/cryptpad/pull/2015) +- Forms + - Fix deletion of conditional section contents [#2014](https://github.com/cryptpad/cryptpad/pull/2014) + - Remove nested conditionals [#2026](https://github.com/cryptpad/cryptpad/pull/2026) + - Form auditor link fix [#2008](https://github.com/cryptpad/cryptpad/pull/2008) +- Fix text-tools button visibility for Kanban card title editing [#2049](https://github.com/cryptpad/cryptpad/pull/2049) +- Fix calendar-picker dropdown styling in event modal [#2031](https://github.com/cryptpad/cryptpad/pull/2031) +- Can open files in read only mode from guest drive [#2025](https://github.com/cryptpad/cryptpad/pull/2025) +- Update trigger/target branches for tests [#2023](https://github.com/cryptpad/cryptpad/pull/2023) +- Switch to our new email address [#2018](https://github.com/cryptpad/cryptpad/pull/2018) +- Very minor typo fix regarding macOS [#2056](https://github.com/cryptpad/cryptpad/pull/2056) +- Fix minor typos in `docs/ARCHITECTURE.md` [#2050](https://github.com/cryptpad/cryptpad/pull/2050) @touilleMan + +## Deployment + +- Performance improvements (2/3) to example-advanced.nginx.conf [#2005](https://github.com/cryptpad/cryptpad/pull/2005) @nisbet-hubbard + +## Dependencies + +- Upgraded + - `@node-saml/node-saml`: from ^4.0.5 to ^5.1.0 + - `netflux-websocket`: from ^1.2.1 to ^1.3.0 +- Removed + - `components-font-awesome` + - `prompt-confirm` + +## Upgrade notes + +If you are upgrading from a version older than `2025.6.0` please read the upgrade notes of all versions between yours and `2025.9.0` to avoid configuration issues. + +> [!WARNING] +> The CryptPad SSO plugin needs to be upgraded to a compatible version at the same time as CryptPad +> - [SSO plugin 0.4.0](https://github.com/cryptpad/sso/releases/tag/0.4.0) + +To upgrade: + +1. Stop your server +2. Get the latest code with git + +```bash +git fetch --depth 1 origin tag 2025.9.0 +git checkout 2025.9.0 +npm ci +npm run install:components +``` + +3. Restart your server +4. Review your instance's checkup page to ensure that you are passing all tests + +## Contributors + +Community: @touilleMan, @ansuz, @nisbet-hubbard + +CryptPad team: @AAAMON @Chouhartem @dariiing @davidbenque @DianaXWiki @mathilde-cryptpad @wginolas @yflory @zuzanna-maria + + +# 🌻 Summer 2025 release (2025.6.0) + +## Goals + +This release introduces badges that users can display on their avatar if they are instance administrator, part of the moderation/support team, or subscriber on cryptpad.fr. We also include a host of improvements and fixes to forms, calendar, drive, accessibility and many more… + +## Features + +- Badges: instance administrators, moderation/support accounts, and subscribers on cryptpad.fr can now display a bage next to their avatar (activated in the new Profile settings) + +## Improvements + +- Accessibility + - Improve keyboard & screen reader support for Document access [#1913](https://github.com/cryptpad/cryptpad/pull/1913) + - Improve keyboard navigation & screen reader support for "Create New Document" modal [#1911](https://github.com/cryptpad/cryptpad/pull/1911) + - Improve screen reader support for register/login flow [#1910](https://github.com/cryptpad/cryptpad/pull/1910) + - Improve notification page accessibility, responsiveness and UI [#1848](https://github.com/cryptpad/cryptpad/pull/1848) + - Documentation notification can be dismissed via keyboard [#1847](https://github.com/cryptpad/cryptpad/pull/1847) + - Improve Kanban Tags accessibility with keyboard navigation [#1846](https://github.com/cryptpad/cryptpad/pull/1846) +- QA and tests + - Workflow to automate Playwright tests [#1853](https://github.com/cryptpad/cryptpad/pull/1853) + - Only Office load messages [#1959](https://github.com/cryptpad/cryptpad/pull/1959) +- Make text area markdown toolbar responsive [#1845](https://github.com/cryptpad/cryptpad/pull/1845) +- Move profile modification to the settings page [#1960](https://github.com/cryptpad/cryptpad/pull/1960) +- Ability to delete multiple documents at once as an admin [#1973](https://github.com/cryptpad/cryptpad/pull/1973) +- Upload static files using HTTP [#1925](https://github.com/cryptpad/cryptpad/pull/1925) +- Add Diagram history [#1906](https://github.com/cryptpad/cryptpad/pull/1906) +- Modularize and deduplicate worker code [#1898](https://github.com/cryptpad/cryptpad/pull/1898) +- Deduplicate common files [#1872](https://github.com/cryptpad/cryptpad/pull/1872) + + +## Fixes + +- Calendar + - Fix export bug on calendars with recurring event with expiry date [#1940](https://github.com/cryptpad/cryptpad/pull/1940) + - Fix missing recurring calendar after update [#1936](https://github.com/cryptpad/cryptpad/pull/1936) + - Improve responsiveness of the calendar preview popup & add screen reader support [#1849](https://github.com/cryptpad/cryptpad/pull/1849) +- Form + - Use a default date rather than empty answer in Forms [#1931](https://github.com/cryptpad/cryptpad/pull/1931) + - Fix auditor features in forms [#1927](https://github.com/cryptpad/cryptpad/pull/1927) + - Reset form answers [#1908](https://github.com/cryptpad/cryptpad/pull/1908) +- Drive + - Remove redundant ellipsis on desktop [#1907](https://github.com/cryptpad/cryptpad/pull/1907) + - Fix inconsistent behaviour in natural sort [#1894](https://github.com/cryptpad/cryptpad/pull/1894) + - Remove side splitter from drive on mobile [#1857](https://github.com/cryptpad/cryptpad/pull/1857) +- Presentation mode + - Fix exit from presentation mode on mobile [#1926](https://github.com/cryptpad/cryptpad/pull/1926) + - Make buttons visible in mobile version of presentation mode in slides [#1112](https://github.com/cryptpad/cryptpad/pull/1112) thanks @lemondevxyz +- Update config.example.js comment for admins section [#1963](https://github.com/cryptpad/cryptpad/pull/1963) +- Fix AppConfig.disableFeedback [#1920](https://github.com/cryptpad/cryptpad/pull/1920) +- fix typo in shebang of rc.d-cryptpad [#1885](https://github.com/cryptpad/cryptpad/pull/1885) thanks @p4tpr0 +- Fix mobile scrolling within kanban columns in arrow-buttons mode [#1873](https://github.com/cryptpad/cryptpad/pull/1873) thanks @xenofem +- Update contact page [#1869](https://github.com/cryptpad/cryptpad/pull/1869) +- Fix diagram export [#1866](https://github.com/cryptpad/cryptpad/pull/1866) thanks @naitikraj1000 + +## Deployment + +- Note that we have made a [change in the Nginx advanced example config](https://github.com/cryptpad/cryptpad/commit/30715da2bae25ad9868366cfdd28bdaec8160f50) that may need to be reflected in your own configuration. + +## Upgrade notes + +If you are upgrading from a version older than `2025.3.1` please read the upgrade notes of all versions between yours and `2025.6.0` to avoid configuration issues. + +To upgrade: + +1. Stop your server +2. Get the latest code with git + +```bash +git fetch --depth 1 origin tag 2025.6.0 +git checkout 2025.6.0 +npm ci +npm run install:components +``` + +1. Restart your server +2. Review your instance's checkup page to ensure that you are passing all tests + +## Contributors + +Community: @p4tpr0, @naitikraj1000, @xenofem, @lemondevxyz + +CryptPad team: @AAAMON @Chouhartem @dariiing @davidbenque @DianaXWIKI @mathilde-cryptpad @wginolas @yflory @zuzanna-maria + + # 2025.3.1 ## Goals diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt new file mode 100644 index 000000000..b9c199c98 --- /dev/null +++ b/LICENSES/ISC.txt @@ -0,0 +1,8 @@ +ISC License: + +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") +Copyright (c) 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/REUSE.toml b/REUSE.toml index d6458a94b..fcdc56664 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -235,4 +235,10 @@ SPDX-License-Identifier = "Unlicense" path = "www/common/worker.bundle.min.js" precedence = "aggregate" SPDX-FileCopyrightText = "2025 XWiki CryptPad Team and contributors" -SPDX-License-Identifier = "AGPL-3.0-or-later" \ No newline at end of file +SPDX-License-Identifier = "AGPL-3.0-or-later" + +[[annotations]] +path = "customize.dist/lucide.js" +precedence = "aggregate" +SPDX-FileCopyrightText = "Cole Bemis 2013-2023 as part of Feather, Lucide Contributors 2025" +SPDX-License-Identifier = "ISC OR MIT" \ No newline at end of file diff --git a/customize.dist/ckeditor-contents.css b/customize.dist/ckeditor-contents.css index eb505b219..9e6869671 100644 --- a/customize.dist/ckeditor-contents.css +++ b/customize.dist/ckeditor-contents.css @@ -293,8 +293,3 @@ media-tag button.btn b { overflow: hidden; text-overflow: ellipsis; } -media-tag button.btn .fa { - display: inline; - margin-right: 5px; - flex: 0; -} diff --git a/customize.dist/fonts/cptools/README.md b/customize.dist/fonts/cptools/README.md deleted file mode 100644 index da8fc4816..000000000 --- a/customize.dist/fonts/cptools/README.md +++ /dev/null @@ -1,9 +0,0 @@ - - -The "cptools" font is using the [palette-solid icon](https://fontawesome.com/icons/palette?style=solid) from the "Font Awesome 5 Free" icon set. - -This icon is licensed under the [Creative Commons Attribution 4.0 International license](https://fontawesome.com/license/free). diff --git a/customize.dist/fonts/cptools/fonts/cptools.eot b/customize.dist/fonts/cptools/fonts/cptools.eot deleted file mode 100644 index e5815fae8..000000000 Binary files a/customize.dist/fonts/cptools/fonts/cptools.eot and /dev/null differ diff --git a/customize.dist/fonts/cptools/fonts/cptools.eot.license b/customize.dist/fonts/cptools/fonts/cptools.eot.license deleted file mode 100644 index ff0da3695..000000000 --- a/customize.dist/fonts/cptools/fonts/cptools.eot.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors - -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/customize.dist/fonts/cptools/fonts/cptools.svg b/customize.dist/fonts/cptools/fonts/cptools.svg deleted file mode 100644 index f2210b885..000000000 --- a/customize.dist/fonts/cptools/fonts/cptools.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/customize.dist/fonts/cptools/fonts/cptools.svg.license b/customize.dist/fonts/cptools/fonts/cptools.svg.license deleted file mode 100644 index ff0da3695..000000000 --- a/customize.dist/fonts/cptools/fonts/cptools.svg.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors - -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/customize.dist/fonts/cptools/fonts/cptools.ttf b/customize.dist/fonts/cptools/fonts/cptools.ttf deleted file mode 100644 index 4340b73b6..000000000 Binary files a/customize.dist/fonts/cptools/fonts/cptools.ttf and /dev/null differ diff --git a/customize.dist/fonts/cptools/fonts/cptools.ttf.license b/customize.dist/fonts/cptools/fonts/cptools.ttf.license deleted file mode 100644 index ff0da3695..000000000 --- a/customize.dist/fonts/cptools/fonts/cptools.ttf.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors - -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/customize.dist/fonts/cptools/fonts/cptools.woff b/customize.dist/fonts/cptools/fonts/cptools.woff deleted file mode 100644 index ae3689479..000000000 Binary files a/customize.dist/fonts/cptools/fonts/cptools.woff and /dev/null differ diff --git a/customize.dist/fonts/cptools/fonts/cptools.woff.license b/customize.dist/fonts/cptools/fonts/cptools.woff.license deleted file mode 100644 index ff0da3695..000000000 --- a/customize.dist/fonts/cptools/fonts/cptools.woff.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors - -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/customize.dist/fonts/cptools/style.css b/customize.dist/fonts/cptools/style.css deleted file mode 100644 index 24089c4b1..000000000 --- a/customize.dist/fonts/cptools/style.css +++ /dev/null @@ -1,136 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors - * - * SPDX-License-Identifier: AGPL-3.0-or-later - */ - -@font-face { - font-family: 'cptools'; - src: url('fonts/cptools.eot?nobkj'); - src: url('fonts/cptools.eot?nobkj#iefix') format('embedded-opentype'), - url('fonts/cptools.ttf?nobkj') format('truetype'), - url('fonts/cptools.woff?nobkj') format('woff'), - url('fonts/cptools.svg?nobkj#cptools') format('svg'); - font-weight: normal; - font-style: normal; - font-display: block; -} - -.cptools { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'cptools' !important; - display: inline-block; - 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; -} - -.cptools-diagram:before { - content: "\e921"; -} -.cptools-drive:before { - content: "\e920"; -} -.cptools-form-conditional:before { - content: "\e900"; -} -.cptools-form-poll:before { - content: "\e910"; -} -.cptools-form-poll-maybe:before { - content: "\e91e"; -} -.cptools-form-list-check:before { - content: "\e916"; -} -.cptools-form-grid-check:before { - content: "\e917"; -} -.cptools-form-grid-radio:before { - content: "\e918"; -} -.cptools-form-list-radio:before { - content: "\e919"; -} -.cptools-form-page-break:before { - content: "\e91a"; -} -.cptools-form-paragraph:before { - content: "\e91b"; -} -.cptools-form-text:before { - content: "\e91c"; -} -.cptools-form-list-ordered:before { - content: "\e91d"; -} -.cptools-folder-no-color:before { - content: "\e901"; -} -.cptools-whiteboard:before { - content: "\e902"; -} -.cptools-new-template:before { - content: "\e903"; -} -.cptools-shared-folder:before { - content: "\e904"; -} -.cptools-file-upload:before { - content: "\e905"; -} -.cptools-template:before { - content: "\e906"; -} -.cptools-poll:before { - content: "\e907"; -} -.cptools-slide:before { - content: "\e908"; -} -.cptools-sheet:before { - content: "\e909"; -} -.cptools-folder-open:before { - content: "\e90a"; -} -.cptools-kanban:before { - content: "\e90b"; -} -.cptools-folder:before { - content: "\e90c"; -} -.cptools-shared-folder-open:before { - content: "\e90d"; -} -.cptools-code:before { - content: "\e90e"; -} -.cptools-richtext:before { - content: "\e90f"; -} -.cptools-file:before { - content: "\e911"; -} -.cptools-palette:before { - content: "\e912"; -} -.cptools-folder-upload:before { - content: "\e913"; -} -.cptools-add-bottom:before { - content: "\e914"; -} -.cptools-add-top:before { - content: "\e915"; -} -.cptools-destroy:before { - content: "\e91f"; -} diff --git a/customize.dist/loading.js b/customize.dist/loading.js index 394fb5128..69dd0eb09 100644 --- a/customize.dist/loading.js +++ b/customize.dist/loading.js @@ -7,43 +7,58 @@ // text #3F4141 define([ '/customize/messages.js', + '/customize/lucide.js', 'less!/customize/src/less2/include/loading.less' -], function (Messages) { +], function (Messages, Lucide) { var urlArgs = window.location.href.replace(/^.*\?([^\?]*)$/, function (all, x) { return x; }); var elem = document.createElement('div'); elem.setAttribute('id', 'cp-loading'); - elem.innerHTML = [ - '', - '
', - '
', - '', - '
', - '', - '

', - '
' - ].join(''); + const logoPath = '/customize/CryptPad_logo_grey.svg';// XXX custom + elem.innerHTML = ` +
+
+ +
+
+
+
+

+
+ +`; var built = false; var types = ['less', 'drive', 'migrate', 'sf', 'team', 'pad', 'end']; // Msg.loading_state_0, loading_state_1, loading_state_2, loading_state_3, loading_state_4, loading_state_5 var current, progress; var makeList = function (data) { + if (data.type === "end") { return ''; } var c = types.indexOf(data.type); current = c; + const msg = Messages['loading_state_'+c]; + return `${msg}`; + + /* var getLi = function (i) { - var check = (i < c || (i === c && data.progress >= 100)) ? 'fa-check-square-o' - : 'fa-square-o'; + var check = (i < c || (i === c && data.progress >= 100)) ? 'square-check' + : 'square'; var percentStr = ''; if (i === c) { var p = Math.min(Math.floor(data.progress), 100); percentStr = '('+p+'%)'; } - return '
  • '+Messages['loading_state_'+i]+'' + percentStr; + return '
  • '+Messages['loading_state_'+i]+'' + percentStr; }; var list = '
      '; types.forEach(function (el, i) { @@ -52,6 +67,7 @@ define([ }); list += '
    '; return list; + */ }; var makeBar = function (data) { var c = types.indexOf(data.type); @@ -100,7 +116,10 @@ define([ if (el2) { el2.innerHTML = makeList(data); } var el3 = document.querySelector('.cp-loading-progress-container'); if (el3) { el3.innerHTML = makeBar(data); } + var el4 = document.querySelector('#cp-loading-status'); + if (el4) { el4.setAttribute('style', ''); } } catch (e) { + console.error(e); } }; window.CryptPad_updateLoadingProgress = updateLoadingProgress; @@ -134,6 +153,7 @@ define([ if (!document.body) { return; } clearInterval(intr); document.body.appendChild(elem); + Lucide.createIcons(); }; intr = setInterval(append, 100); append(); diff --git a/customize.dist/lucide.js b/customize.dist/lucide.js new file mode 100644 index 000000000..fdc02028c --- /dev/null +++ b/customize.dist/lucide.js @@ -0,0 +1,18327 @@ +/** + * @license lucide v0.0.1 - ISC + * + * This source code is licensed under the ISC license. + * See the LICENSE file in the root directory of this source tree. + */ + +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : + typeof define === 'function' && define.amd ? define(['exports'], factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.lucide = {})); +})(this, (function (exports) { 'use strict'; + + const defaultAttributes = { + xmlns: "http://www.w3.org/2000/svg", + width: 24, + height: 24, + viewBox: "0 0 24 24", + fill: "none", + stroke: "currentColor", + "stroke-width": 2, + "stroke-linecap": "round", + "stroke-linejoin": "round" + }; + + const createSVGElement = ([tag, attrs, children]) => { + const element = document.createElementNS("http://www.w3.org/2000/svg", tag); + Object.keys(attrs).forEach((name) => { + element.setAttribute(name, String(attrs[name])); + }); + if (children?.length) { + children.forEach((child) => { + const childElement = createSVGElement(child); + element.appendChild(childElement); + }); + } + return element; + }; + const createElement = (iconNode, customAttrs = {}) => { + const tag = "svg"; + const attrs = { + ...defaultAttributes, + ...customAttrs + }; + return createSVGElement([tag, attrs, iconNode]); + }; + + const getAttrs = (element) => Array.from(element.attributes).reduce((attrs, attr) => { + attrs[attr.name] = attr.value; + return attrs; + }, {}); + const getClassNames = (attrs) => { + if (typeof attrs === "string") return attrs; + if (!attrs || !attrs.class) return ""; + if (attrs.class && typeof attrs.class === "string") { + return attrs.class.split(" "); + } + if (attrs.class && Array.isArray(attrs.class)) { + return attrs.class; + } + return ""; + }; + const combineClassNames = (arrayOfClassnames) => { + const classNameArray = arrayOfClassnames.flatMap(getClassNames); + return classNameArray.map((classItem) => classItem.trim()).filter(Boolean).filter((value, index, self) => self.indexOf(value) === index).join(" "); + }; + const toPascalCase = (string) => string.replace(/(\w)(\w*)(_|-|\s*)/g, (g0, g1, g2) => g1.toUpperCase() + g2.toLowerCase()); + const replaceElement = (element, { nameAttr, icons, attrs }) => { + const iconName = element.getAttribute(nameAttr); + if (iconName == null) return; + const ComponentName = toPascalCase(iconName); + const iconNode = icons[ComponentName]; + if (!iconNode) { + return console.warn( + `${element.outerHTML} icon name was not found in the provided icons object.` + ); + } + const elementAttrs = getAttrs(element); + const iconAttrs = { + ...defaultAttributes, + "data-lucide": iconName, + ...attrs, + ...elementAttrs + }; + const classNames = combineClassNames(["lucide", `lucide-${iconName}`, elementAttrs, attrs]); + if (classNames) { + Object.assign(iconAttrs, { + class: classNames + }); + } + const svgElement = createElement(iconNode, iconAttrs); + return element.parentNode?.replaceChild(svgElement, element); + }; + + const AArrowDown = [ + ["path", { d: "m14 12 4 4 4-4" }], + ["path", { d: "M18 16V7" }], + ["path", { d: "m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16" }], + ["path", { d: "M3.304 13h6.392" }] + ]; + + const AArrowUp = [ + ["path", { d: "m14 11 4-4 4 4" }], + ["path", { d: "M18 16V7" }], + ["path", { d: "m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16" }], + ["path", { d: "M3.304 13h6.392" }] + ]; + + const ALargeSmall = [ + ["path", { d: "m15 16 2.536-7.328a1.02 1.02 1 0 1 1.928 0L22 16" }], + ["path", { d: "M15.697 14h5.606" }], + ["path", { d: "m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16" }], + ["path", { d: "M3.304 13h6.392" }] + ]; + + const Accessibility = [ + ["circle", { cx: "16", cy: "4", r: "1" }], + ["path", { d: "m18 19 1-7-6 1" }], + ["path", { d: "m5 8 3-3 5.5 3-2.36 3.5" }], + ["path", { d: "M4.24 14.5a5 5 0 0 0 6.88 6" }], + ["path", { d: "M13.76 17.5a5 5 0 0 0-6.88-6" }] + ]; + + const Activity = [ + [ + "path", + { + d: "M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2" + } + ] + ]; + + const AirVent = [ + ["path", { d: "M18 17.5a2.5 2.5 0 1 1-4 2.03V12" }], + ["path", { d: "M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M6 8h12" }], + ["path", { d: "M6.6 15.572A2 2 0 1 0 10 17v-5" }] + ]; + + const Airplay = [ + ["path", { d: "M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1" }], + ["path", { d: "m12 15 5 6H7Z" }] + ]; + + const AlarmClockCheck = [ + ["circle", { cx: "12", cy: "13", r: "8" }], + ["path", { d: "M5 3 2 6" }], + ["path", { d: "m22 6-3-3" }], + ["path", { d: "M6.38 18.7 4 21" }], + ["path", { d: "M17.64 18.67 20 21" }], + ["path", { d: "m9 13 2 2 4-4" }] + ]; + + const AlarmClockMinus = [ + ["circle", { cx: "12", cy: "13", r: "8" }], + ["path", { d: "M5 3 2 6" }], + ["path", { d: "m22 6-3-3" }], + ["path", { d: "M6.38 18.7 4 21" }], + ["path", { d: "M17.64 18.67 20 21" }], + ["path", { d: "M9 13h6" }] + ]; + + const AlarmClockPlus = [ + ["circle", { cx: "12", cy: "13", r: "8" }], + ["path", { d: "M5 3 2 6" }], + ["path", { d: "m22 6-3-3" }], + ["path", { d: "M6.38 18.7 4 21" }], + ["path", { d: "M17.64 18.67 20 21" }], + ["path", { d: "M12 10v6" }], + ["path", { d: "M9 13h6" }] + ]; + + const AlarmClockOff = [ + ["path", { d: "M6.87 6.87a8 8 0 1 0 11.26 11.26" }], + ["path", { d: "M19.9 14.25a8 8 0 0 0-9.15-9.15" }], + ["path", { d: "m22 6-3-3" }], + ["path", { d: "M6.26 18.67 4 21" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M4 4 2 6" }] + ]; + + const AlarmClock = [ + ["circle", { cx: "12", cy: "13", r: "8" }], + ["path", { d: "M12 9v4l2 2" }], + ["path", { d: "M5 3 2 6" }], + ["path", { d: "m22 6-3-3" }], + ["path", { d: "M6.38 18.7 4 21" }], + ["path", { d: "M17.64 18.67 20 21" }] + ]; + + const AlignCenterHorizontal = [ + ["path", { d: "M2 12h20" }], + ["path", { d: "M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4" }], + ["path", { d: "M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1" }], + ["path", { d: "M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1" }] + ]; + + const AlarmSmoke = [ + ["path", { d: "M11 21c0-2.5 2-2.5 2-5" }], + ["path", { d: "M16 21c0-2.5 2-2.5 2-5" }], + ["path", { d: "m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8" }], + ["path", { d: "M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z" }], + ["path", { d: "M6 21c0-2.5 2-2.5 2-5" }] + ]; + + const Album = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["polyline", { points: "11 3 11 11 14 8 17 11 17 3" }] + ]; + + const AlignCenterVertical = [ + ["path", { d: "M12 2v20" }], + ["path", { d: "M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4" }], + ["path", { d: "M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4" }], + ["path", { d: "M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1" }], + ["path", { d: "M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1" }] + ]; + + const AlignCenter = [ + ["path", { d: "M17 12H7" }], + ["path", { d: "M19 18H5" }], + ["path", { d: "M21 6H3" }] + ]; + + const AlignEndVertical = [ + ["rect", { width: "16", height: "6", x: "2", y: "4", rx: "2" }], + ["rect", { width: "9", height: "6", x: "9", y: "14", rx: "2" }], + ["path", { d: "M22 22V2" }] + ]; + + const AlignEndHorizontal = [ + ["rect", { width: "6", height: "16", x: "4", y: "2", rx: "2" }], + ["rect", { width: "6", height: "9", x: "14", y: "9", rx: "2" }], + ["path", { d: "M22 22H2" }] + ]; + + const AlignHorizontalDistributeCenter = [ + ["rect", { width: "6", height: "14", x: "4", y: "5", rx: "2" }], + ["rect", { width: "6", height: "10", x: "14", y: "7", rx: "2" }], + ["path", { d: "M17 22v-5" }], + ["path", { d: "M17 7V2" }], + ["path", { d: "M7 22v-3" }], + ["path", { d: "M7 5V2" }] + ]; + + const AlignHorizontalDistributeStart = [ + ["rect", { width: "6", height: "14", x: "4", y: "5", rx: "2" }], + ["rect", { width: "6", height: "10", x: "14", y: "7", rx: "2" }], + ["path", { d: "M4 2v20" }], + ["path", { d: "M14 2v20" }] + ]; + + const AlignHorizontalDistributeEnd = [ + ["rect", { width: "6", height: "14", x: "4", y: "5", rx: "2" }], + ["rect", { width: "6", height: "10", x: "14", y: "7", rx: "2" }], + ["path", { d: "M10 2v20" }], + ["path", { d: "M20 2v20" }] + ]; + + const AlignHorizontalJustifyCenter = [ + ["rect", { width: "6", height: "14", x: "2", y: "5", rx: "2" }], + ["rect", { width: "6", height: "10", x: "16", y: "7", rx: "2" }], + ["path", { d: "M12 2v20" }] + ]; + + const AlignHorizontalJustifyEnd = [ + ["rect", { width: "6", height: "14", x: "2", y: "5", rx: "2" }], + ["rect", { width: "6", height: "10", x: "12", y: "7", rx: "2" }], + ["path", { d: "M22 2v20" }] + ]; + + const AlignHorizontalJustifyStart = [ + ["rect", { width: "6", height: "14", x: "6", y: "5", rx: "2" }], + ["rect", { width: "6", height: "10", x: "16", y: "7", rx: "2" }], + ["path", { d: "M2 2v20" }] + ]; + + const AlignHorizontalSpaceAround = [ + ["rect", { width: "6", height: "10", x: "9", y: "7", rx: "2" }], + ["path", { d: "M4 22V2" }], + ["path", { d: "M20 22V2" }] + ]; + + const AlignHorizontalSpaceBetween = [ + ["rect", { width: "6", height: "14", x: "3", y: "5", rx: "2" }], + ["rect", { width: "6", height: "10", x: "15", y: "7", rx: "2" }], + ["path", { d: "M3 2v20" }], + ["path", { d: "M21 2v20" }] + ]; + + const AlignJustify = [ + ["path", { d: "M3 12h18" }], + ["path", { d: "M3 18h18" }], + ["path", { d: "M3 6h18" }] + ]; + + const AlignLeft = [ + ["path", { d: "M15 12H3" }], + ["path", { d: "M17 18H3" }], + ["path", { d: "M21 6H3" }] + ]; + + const AlignRight = [ + ["path", { d: "M21 12H9" }], + ["path", { d: "M21 18H7" }], + ["path", { d: "M21 6H3" }] + ]; + + const AlignStartHorizontal = [ + ["rect", { width: "6", height: "16", x: "4", y: "6", rx: "2" }], + ["rect", { width: "6", height: "9", x: "14", y: "6", rx: "2" }], + ["path", { d: "M22 2H2" }] + ]; + + const AlignVerticalDistributeCenter = [ + ["path", { d: "M22 17h-3" }], + ["path", { d: "M22 7h-5" }], + ["path", { d: "M5 17H2" }], + ["path", { d: "M7 7H2" }], + ["rect", { x: "5", y: "14", width: "14", height: "6", rx: "2" }], + ["rect", { x: "7", y: "4", width: "10", height: "6", rx: "2" }] + ]; + + const AlignStartVertical = [ + ["rect", { width: "9", height: "6", x: "6", y: "14", rx: "2" }], + ["rect", { width: "16", height: "6", x: "6", y: "4", rx: "2" }], + ["path", { d: "M2 2v20" }] + ]; + + const AlignVerticalDistributeEnd = [ + ["rect", { width: "14", height: "6", x: "5", y: "14", rx: "2" }], + ["rect", { width: "10", height: "6", x: "7", y: "4", rx: "2" }], + ["path", { d: "M2 20h20" }], + ["path", { d: "M2 10h20" }] + ]; + + const AlignVerticalDistributeStart = [ + ["rect", { width: "14", height: "6", x: "5", y: "14", rx: "2" }], + ["rect", { width: "10", height: "6", x: "7", y: "4", rx: "2" }], + ["path", { d: "M2 14h20" }], + ["path", { d: "M2 4h20" }] + ]; + + const AlignVerticalJustifyCenter = [ + ["rect", { width: "14", height: "6", x: "5", y: "16", rx: "2" }], + ["rect", { width: "10", height: "6", x: "7", y: "2", rx: "2" }], + ["path", { d: "M2 12h20" }] + ]; + + const AlignVerticalJustifyStart = [ + ["rect", { width: "14", height: "6", x: "5", y: "16", rx: "2" }], + ["rect", { width: "10", height: "6", x: "7", y: "6", rx: "2" }], + ["path", { d: "M2 2h20" }] + ]; + + const AlignVerticalJustifyEnd = [ + ["rect", { width: "14", height: "6", x: "5", y: "12", rx: "2" }], + ["rect", { width: "10", height: "6", x: "7", y: "2", rx: "2" }], + ["path", { d: "M2 22h20" }] + ]; + + const AlignVerticalSpaceAround = [ + ["rect", { width: "10", height: "6", x: "7", y: "9", rx: "2" }], + ["path", { d: "M22 20H2" }], + ["path", { d: "M22 4H2" }] + ]; + + const AlignVerticalSpaceBetween = [ + ["rect", { width: "14", height: "6", x: "5", y: "15", rx: "2" }], + ["rect", { width: "10", height: "6", x: "7", y: "3", rx: "2" }], + ["path", { d: "M2 21h20" }], + ["path", { d: "M2 3h20" }] + ]; + + const Ambulance = [ + ["path", { d: "M10 10H6" }], + ["path", { d: "M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2" }], + [ + "path", + { + d: "M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14" + } + ], + ["path", { d: "M8 8v4" }], + ["path", { d: "M9 18h6" }], + ["circle", { cx: "17", cy: "18", r: "2" }], + ["circle", { cx: "7", cy: "18", r: "2" }] + ]; + + const Ampersand = [ + [ + "path", + { + d: "M17.5 12c0 4.4-3.6 8-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13" + } + ], + ["path", { d: "M16 12h3" }] + ]; + + const Ampersands = [ + [ + "path", + { d: "M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5" } + ], + [ + "path", + { d: "M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5" } + ] + ]; + + const Amphora = [ + ["path", { d: "M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8" }], + ["path", { d: "M10 5H8a2 2 0 0 0 0 4h.68" }], + ["path", { d: "M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8" }], + ["path", { d: "M14 5h2a2 2 0 0 1 0 4h-.68" }], + ["path", { d: "M18 22H6" }], + ["path", { d: "M9 2h6" }] + ]; + + const Anchor = [ + ["path", { d: "M12 22V8" }], + ["path", { d: "M5 12H2a10 10 0 0 0 20 0h-3" }], + ["circle", { cx: "12", cy: "5", r: "3" }] + ]; + + const Angry = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M16 16s-1.5-2-4-2-4 2-4 2" }], + ["path", { d: "M7.5 8 10 9" }], + ["path", { d: "m14 9 2.5-1" }], + ["path", { d: "M9 10h.01" }], + ["path", { d: "M15 10h.01" }] + ]; + + const Annoyed = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M8 15h8" }], + ["path", { d: "M8 9h2" }], + ["path", { d: "M14 9h2" }] + ]; + + const Antenna = [ + ["path", { d: "M2 12 7 2" }], + ["path", { d: "m7 12 5-10" }], + ["path", { d: "m12 12 5-10" }], + ["path", { d: "m17 12 5-10" }], + ["path", { d: "M4.5 7h15" }], + ["path", { d: "M12 16v6" }] + ]; + + const Aperture = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m14.31 8 5.74 9.94" }], + ["path", { d: "M9.69 8h11.48" }], + ["path", { d: "m7.38 12 5.74-9.94" }], + ["path", { d: "M9.69 16 3.95 6.06" }], + ["path", { d: "M14.31 16H2.83" }], + ["path", { d: "m16.62 12-5.74 9.94" }] + ]; + + const Anvil = [ + ["path", { d: "M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4" }], + ["path", { d: "M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z" }], + ["path", { d: "M9 12v5" }], + ["path", { d: "M15 12v5" }], + ["path", { d: "M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1" }] + ]; + + const AppWindowMac = [ + ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }], + ["path", { d: "M6 8h.01" }], + ["path", { d: "M10 8h.01" }], + ["path", { d: "M14 8h.01" }] + ]; + + const AppWindow = [ + ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2" }], + ["path", { d: "M10 4v4" }], + ["path", { d: "M2 8h20" }], + ["path", { d: "M6 4v4" }] + ]; + + const Apple = [ + [ + "path", + { + d: "M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z" + } + ], + ["path", { d: "M10 2c1 .5 2 2 2 5" }] + ]; + + const ArchiveRestore = [ + ["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1" }], + ["path", { d: "M4 8v11a2 2 0 0 0 2 2h2" }], + ["path", { d: "M20 8v11a2 2 0 0 1-2 2h-2" }], + ["path", { d: "m9 15 3-3 3 3" }], + ["path", { d: "M12 12v9" }] + ]; + + const ArchiveX = [ + ["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1" }], + ["path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" }], + ["path", { d: "m9.5 17 5-5" }], + ["path", { d: "m9.5 12 5 5" }] + ]; + + const Archive = [ + ["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1" }], + ["path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" }], + ["path", { d: "M10 12h4" }] + ]; + + const Armchair = [ + ["path", { d: "M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3" }], + [ + "path", + { + d: "M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z" + } + ], + ["path", { d: "M5 18v2" }], + ["path", { d: "M19 18v2" }] + ]; + + const ArrowBigDownDash = [ + [ + "path", + { + d: "M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z" + } + ], + ["path", { d: "M9 4h6" }] + ]; + + const ArrowBigDown = [ + [ + "path", + { + d: "M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z" + } + ] + ]; + + const ArrowBigLeftDash = [ + [ + "path", + { + d: "M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z" + } + ], + ["path", { d: "M20 9v6" }] + ]; + + const ArrowBigLeft = [ + [ + "path", + { + d: "M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z" + } + ] + ]; + + const ArrowBigRightDash = [ + [ + "path", + { + d: "M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" + } + ], + ["path", { d: "M4 9v6" }] + ]; + + const ArrowBigRight = [ + [ + "path", + { + d: "M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" + } + ] + ]; + + const ArrowBigUpDash = [ + [ + "path", + { + d: "M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" + } + ], + ["path", { d: "M9 20h6" }] + ]; + + const ArrowBigUp = [ + [ + "path", + { + d: "M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" + } + ] + ]; + + const ArrowDown01 = [ + ["path", { d: "m3 16 4 4 4-4" }], + ["path", { d: "M7 20V4" }], + ["rect", { x: "15", y: "4", width: "4", height: "6", ry: "2" }], + ["path", { d: "M17 20v-6h-2" }], + ["path", { d: "M15 20h4" }] + ]; + + const ArrowDown10 = [ + ["path", { d: "m3 16 4 4 4-4" }], + ["path", { d: "M7 20V4" }], + ["path", { d: "M17 10V4h-2" }], + ["path", { d: "M15 10h4" }], + ["rect", { x: "15", y: "14", width: "4", height: "6", ry: "2" }] + ]; + + const ArrowDownAZ = [ + ["path", { d: "m3 16 4 4 4-4" }], + ["path", { d: "M7 20V4" }], + ["path", { d: "M20 8h-5" }], + ["path", { d: "M15 10V6.5a2.5 2.5 0 0 1 5 0V10" }], + ["path", { d: "M15 14h5l-5 6h5" }] + ]; + + const ArrowDownFromLine = [ + ["path", { d: "M19 3H5" }], + ["path", { d: "M12 21V7" }], + ["path", { d: "m6 15 6 6 6-6" }] + ]; + + const ArrowDownLeft = [ + ["path", { d: "M17 7 7 17" }], + ["path", { d: "M17 17H7V7" }] + ]; + + const ArrowDownNarrowWide = [ + ["path", { d: "m3 16 4 4 4-4" }], + ["path", { d: "M7 20V4" }], + ["path", { d: "M11 4h4" }], + ["path", { d: "M11 8h7" }], + ["path", { d: "M11 12h10" }] + ]; + + const ArrowDownRight = [ + ["path", { d: "m7 7 10 10" }], + ["path", { d: "M17 7v10H7" }] + ]; + + const ArrowDownToDot = [ + ["path", { d: "M12 2v14" }], + ["path", { d: "m19 9-7 7-7-7" }], + ["circle", { cx: "12", cy: "21", r: "1" }] + ]; + + const ArrowDownToLine = [ + ["path", { d: "M12 17V3" }], + ["path", { d: "m6 11 6 6 6-6" }], + ["path", { d: "M19 21H5" }] + ]; + + const ArrowDownUp = [ + ["path", { d: "m3 16 4 4 4-4" }], + ["path", { d: "M7 20V4" }], + ["path", { d: "m21 8-4-4-4 4" }], + ["path", { d: "M17 4v16" }] + ]; + + const ArrowDownWideNarrow = [ + ["path", { d: "m3 16 4 4 4-4" }], + ["path", { d: "M7 20V4" }], + ["path", { d: "M11 4h10" }], + ["path", { d: "M11 8h7" }], + ["path", { d: "M11 12h4" }] + ]; + + const ArrowDownZA = [ + ["path", { d: "m3 16 4 4 4-4" }], + ["path", { d: "M7 4v16" }], + ["path", { d: "M15 4h5l-5 6h5" }], + ["path", { d: "M15 20v-3.5a2.5 2.5 0 0 1 5 0V20" }], + ["path", { d: "M20 18h-5" }] + ]; + + const ArrowDown = [ + ["path", { d: "M12 5v14" }], + ["path", { d: "m19 12-7 7-7-7" }] + ]; + + const ArrowLeftRight = [ + ["path", { d: "M8 3 4 7l4 4" }], + ["path", { d: "M4 7h16" }], + ["path", { d: "m16 21 4-4-4-4" }], + ["path", { d: "M20 17H4" }] + ]; + + const ArrowLeftFromLine = [ + ["path", { d: "m9 6-6 6 6 6" }], + ["path", { d: "M3 12h14" }], + ["path", { d: "M21 19V5" }] + ]; + + const ArrowLeftToLine = [ + ["path", { d: "M3 19V5" }], + ["path", { d: "m13 6-6 6 6 6" }], + ["path", { d: "M7 12h14" }] + ]; + + const ArrowLeft = [ + ["path", { d: "m12 19-7-7 7-7" }], + ["path", { d: "M19 12H5" }] + ]; + + const ArrowRightFromLine = [ + ["path", { d: "M3 5v14" }], + ["path", { d: "M21 12H7" }], + ["path", { d: "m15 18 6-6-6-6" }] + ]; + + const ArrowRightLeft = [ + ["path", { d: "m16 3 4 4-4 4" }], + ["path", { d: "M20 7H4" }], + ["path", { d: "m8 21-4-4 4-4" }], + ["path", { d: "M4 17h16" }] + ]; + + const ArrowRightToLine = [ + ["path", { d: "M17 12H3" }], + ["path", { d: "m11 18 6-6-6-6" }], + ["path", { d: "M21 5v14" }] + ]; + + const ArrowUp01 = [ + ["path", { d: "m3 8 4-4 4 4" }], + ["path", { d: "M7 4v16" }], + ["rect", { x: "15", y: "4", width: "4", height: "6", ry: "2" }], + ["path", { d: "M17 20v-6h-2" }], + ["path", { d: "M15 20h4" }] + ]; + + const ArrowRight = [ + ["path", { d: "M5 12h14" }], + ["path", { d: "m12 5 7 7-7 7" }] + ]; + + const ArrowUp10 = [ + ["path", { d: "m3 8 4-4 4 4" }], + ["path", { d: "M7 4v16" }], + ["path", { d: "M17 10V4h-2" }], + ["path", { d: "M15 10h4" }], + ["rect", { x: "15", y: "14", width: "4", height: "6", ry: "2" }] + ]; + + const ArrowUpAZ = [ + ["path", { d: "m3 8 4-4 4 4" }], + ["path", { d: "M7 4v16" }], + ["path", { d: "M20 8h-5" }], + ["path", { d: "M15 10V6.5a2.5 2.5 0 0 1 5 0V10" }], + ["path", { d: "M15 14h5l-5 6h5" }] + ]; + + const ArrowUpDown = [ + ["path", { d: "m21 16-4 4-4-4" }], + ["path", { d: "M17 20V4" }], + ["path", { d: "m3 8 4-4 4 4" }], + ["path", { d: "M7 4v16" }] + ]; + + const ArrowUpFromLine = [ + ["path", { d: "m18 9-6-6-6 6" }], + ["path", { d: "M12 3v14" }], + ["path", { d: "M5 21h14" }] + ]; + + const ArrowUpFromDot = [ + ["path", { d: "m5 9 7-7 7 7" }], + ["path", { d: "M12 16V2" }], + ["circle", { cx: "12", cy: "21", r: "1" }] + ]; + + const ArrowUpLeft = [ + ["path", { d: "M7 17V7h10" }], + ["path", { d: "M17 17 7 7" }] + ]; + + const ArrowUpNarrowWide = [ + ["path", { d: "m3 8 4-4 4 4" }], + ["path", { d: "M7 4v16" }], + ["path", { d: "M11 12h4" }], + ["path", { d: "M11 16h7" }], + ["path", { d: "M11 20h10" }] + ]; + + const ArrowUpRight = [ + ["path", { d: "M7 7h10v10" }], + ["path", { d: "M7 17 17 7" }] + ]; + + const ArrowUpToLine = [ + ["path", { d: "M5 3h14" }], + ["path", { d: "m18 13-6-6-6 6" }], + ["path", { d: "M12 7v14" }] + ]; + + const ArrowUpWideNarrow = [ + ["path", { d: "m3 8 4-4 4 4" }], + ["path", { d: "M7 4v16" }], + ["path", { d: "M11 12h10" }], + ["path", { d: "M11 16h7" }], + ["path", { d: "M11 20h4" }] + ]; + + const ArrowUpZA = [ + ["path", { d: "m3 8 4-4 4 4" }], + ["path", { d: "M7 4v16" }], + ["path", { d: "M15 4h5l-5 6h5" }], + ["path", { d: "M15 20v-3.5a2.5 2.5 0 0 1 5 0V20" }], + ["path", { d: "M20 18h-5" }] + ]; + + const ArrowUp = [ + ["path", { d: "m5 12 7-7 7 7" }], + ["path", { d: "M12 19V5" }] + ]; + + const ArrowsUpFromLine = [ + ["path", { d: "m4 6 3-3 3 3" }], + ["path", { d: "M7 17V3" }], + ["path", { d: "m14 6 3-3 3 3" }], + ["path", { d: "M17 17V3" }], + ["path", { d: "M4 21h16" }] + ]; + + const Asterisk = [ + ["path", { d: "M12 6v12" }], + ["path", { d: "M17.196 9 6.804 15" }], + ["path", { d: "m6.804 9 10.392 6" }] + ]; + + const Atom = [ + ["circle", { cx: "12", cy: "12", r: "1" }], + [ + "path", + { + d: "M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z" + } + ], + [ + "path", + { + d: "M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z" + } + ] + ]; + + const AtSign = [ + ["circle", { cx: "12", cy: "12", r: "4" }], + ["path", { d: "M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8" }] + ]; + + const AudioLines = [ + ["path", { d: "M2 10v3" }], + ["path", { d: "M6 6v11" }], + ["path", { d: "M10 3v18" }], + ["path", { d: "M14 8v7" }], + ["path", { d: "M18 5v13" }], + ["path", { d: "M22 10v3" }] + ]; + + const AudioWaveform = [ + [ + "path", + { + d: "M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2" + } + ] + ]; + + const Award = [ + [ + "path", + { + d: "m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526" + } + ], + ["circle", { cx: "12", cy: "8", r: "6" }] + ]; + + const Axe = [ + ["path", { d: "m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9" }], + [ + "path", + { + d: "M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z" + } + ] + ]; + + const Axis3d = [ + ["path", { d: "M13.5 10.5 15 9" }], + ["path", { d: "M4 4v15a1 1 0 0 0 1 1h15" }], + ["path", { d: "M4.293 19.707 6 18" }], + ["path", { d: "m9 15 1.5-1.5" }] + ]; + + const Baby = [ + ["path", { d: "M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5" }], + ["path", { d: "M15 12h.01" }], + [ + "path", + { + d: "M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1" + } + ], + ["path", { d: "M9 12h.01" }] + ]; + + const Backpack = [ + ["path", { d: "M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z" }], + ["path", { d: "M8 10h8" }], + ["path", { d: "M8 18h8" }], + ["path", { d: "M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6" }], + ["path", { d: "M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2" }] + ]; + + const BadgeAlert = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["line", { x1: "12", x2: "12", y1: "8", y2: "12" }], + ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16" }] + ]; + + const BadgeCent = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["path", { d: "M12 7v10" }], + ["path", { d: "M15.4 10a4 4 0 1 0 0 4" }] + ]; + + const BadgeCheck = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["path", { d: "m9 12 2 2 4-4" }] + ]; + + const BadgeDollarSign = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["path", { d: "M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8" }], + ["path", { d: "M12 18V6" }] + ]; + + const BadgeEuro = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["path", { d: "M7 12h5" }], + ["path", { d: "M15 9.4a4 4 0 1 0 0 5.2" }] + ]; + + const BadgeIndianRupee = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["path", { d: "M8 8h8" }], + ["path", { d: "M8 12h8" }], + ["path", { d: "m13 17-5-1h1a4 4 0 0 0 0-8" }] + ]; + + const BadgeJapaneseYen = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["path", { d: "m9 8 3 3v7" }], + ["path", { d: "m12 11 3-3" }], + ["path", { d: "M9 12h6" }], + ["path", { d: "M9 16h6" }] + ]; + + const BadgeInfo = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["line", { x1: "12", x2: "12", y1: "16", y2: "12" }], + ["line", { x1: "12", x2: "12.01", y1: "8", y2: "8" }] + ]; + + const BadgeMinus = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["line", { x1: "8", x2: "16", y1: "12", y2: "12" }] + ]; + + const BadgePercent = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["path", { d: "m15 9-6 6" }], + ["path", { d: "M9 9h.01" }], + ["path", { d: "M15 15h.01" }] + ]; + + const BadgePlus = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["line", { x1: "12", x2: "12", y1: "8", y2: "16" }], + ["line", { x1: "8", x2: "16", y1: "12", y2: "12" }] + ]; + + const BadgePoundSterling = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["path", { d: "M8 12h4" }], + ["path", { d: "M10 16V9.5a2.5 2.5 0 0 1 5 0" }], + ["path", { d: "M8 16h7" }] + ]; + + const BadgeQuestionMark = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }], + ["line", { x1: "12", x2: "12.01", y1: "17", y2: "17" }] + ]; + + const BadgeRussianRuble = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["path", { d: "M9 16h5" }], + ["path", { d: "M9 12h5a2 2 0 1 0 0-4h-3v9" }] + ]; + + const BadgeSwissFranc = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["path", { d: "M11 17V8h4" }], + ["path", { d: "M11 12h3" }], + ["path", { d: "M9 16h4" }] + ]; + + const BadgeTurkishLira = [ + ["path", { d: "M11 7v10a5 5 0 0 0 5-5" }], + ["path", { d: "m15 8-6 3" }], + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76" + } + ] + ]; + + const BadgeX = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ], + ["line", { x1: "15", x2: "9", y1: "9", y2: "15" }], + ["line", { x1: "9", x2: "15", y1: "9", y2: "15" }] + ]; + + const Badge = [ + [ + "path", + { + d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z" + } + ] + ]; + + const BaggageClaim = [ + ["path", { d: "M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2" }], + ["path", { d: "M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10" }], + ["rect", { width: "13", height: "8", x: "8", y: "6", rx: "1" }], + ["circle", { cx: "18", cy: "20", r: "2" }], + ["circle", { cx: "9", cy: "20", r: "2" }] + ]; + + const Banana = [ + ["path", { d: "M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5" }], + [ + "path", + { + d: "M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z" + } + ] + ]; + + const Ban = [ + ["path", { d: "M4.929 4.929 19.07 19.071" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Bandage = [ + ["path", { d: "M10 10.01h.01" }], + ["path", { d: "M10 14.01h.01" }], + ["path", { d: "M14 10.01h.01" }], + ["path", { d: "M14 14.01h.01" }], + ["path", { d: "M18 6v11.5" }], + ["path", { d: "M6 6v12" }], + ["rect", { x: "2", y: "6", width: "20", height: "12", rx: "2" }] + ]; + + const BanknoteArrowDown = [ + ["path", { d: "M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5" }], + ["path", { d: "m16 19 3 3 3-3" }], + ["path", { d: "M18 12h.01" }], + ["path", { d: "M19 16v6" }], + ["path", { d: "M6 12h.01" }], + ["circle", { cx: "12", cy: "12", r: "2" }] + ]; + + const BanknoteArrowUp = [ + ["path", { d: "M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5" }], + ["path", { d: "M18 12h.01" }], + ["path", { d: "M19 22v-6" }], + ["path", { d: "m22 19-3-3-3 3" }], + ["path", { d: "M6 12h.01" }], + ["circle", { cx: "12", cy: "12", r: "2" }] + ]; + + const BanknoteX = [ + ["path", { d: "M13 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5" }], + ["path", { d: "m17 17 5 5" }], + ["path", { d: "M18 12h.01" }], + ["path", { d: "m22 17-5 5" }], + ["path", { d: "M6 12h.01" }], + ["circle", { cx: "12", cy: "12", r: "2" }] + ]; + + const Banknote = [ + ["rect", { width: "20", height: "12", x: "2", y: "6", rx: "2" }], + ["circle", { cx: "12", cy: "12", r: "2" }], + ["path", { d: "M6 12h.01M18 12h.01" }] + ]; + + const Barcode = [ + ["path", { d: "M3 5v14" }], + ["path", { d: "M8 5v14" }], + ["path", { d: "M12 5v14" }], + ["path", { d: "M17 5v14" }], + ["path", { d: "M21 5v14" }] + ]; + + const Barrel = [ + ["path", { d: "M10 3a41 41 0 0 0 0 18" }], + ["path", { d: "M14 3a41 41 0 0 1 0 18" }], + [ + "path", + { + d: "M17 3a2 2 0 0 1 1.68.92 15.25 15.25 0 0 1 0 16.16A2 2 0 0 1 17 21H7a2 2 0 0 1-1.68-.92 15.25 15.25 0 0 1 0-16.16A2 2 0 0 1 7 3z" + } + ], + ["path", { d: "M3.84 17h16.32" }], + ["path", { d: "M3.84 7h16.32" }] + ]; + + const Baseline = [ + ["path", { d: "M4 20h16" }], + ["path", { d: "m6 16 6-12 6 12" }], + ["path", { d: "M8 12h8" }] + ]; + + const BatteryCharging = [ + ["path", { d: "m11 7-3 5h4l-3 5" }], + ["path", { d: "M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935" }], + ["path", { d: "M22 14v-4" }], + ["path", { d: "M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936" }] + ]; + + const Bath = [ + ["path", { d: "M10 4 8 6" }], + ["path", { d: "M17 19v2" }], + ["path", { d: "M2 12h20" }], + ["path", { d: "M7 19v2" }], + ["path", { d: "M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5" }] + ]; + + const BatteryFull = [ + ["path", { d: "M10 10v4" }], + ["path", { d: "M14 10v4" }], + ["path", { d: "M22 14v-4" }], + ["path", { d: "M6 10v4" }], + ["rect", { x: "2", y: "6", width: "16", height: "12", rx: "2" }] + ]; + + const BatteryLow = [ + ["path", { d: "M22 14v-4" }], + ["path", { d: "M6 14v-4" }], + ["rect", { x: "2", y: "6", width: "16", height: "12", rx: "2" }] + ]; + + const BatteryMedium = [ + ["path", { d: "M10 14v-4" }], + ["path", { d: "M22 14v-4" }], + ["path", { d: "M6 14v-4" }], + ["rect", { x: "2", y: "6", width: "16", height: "12", rx: "2" }] + ]; + + const BatteryPlus = [ + ["path", { d: "M10 9v6" }], + ["path", { d: "M12.543 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605" }], + ["path", { d: "M22 14v-4" }], + ["path", { d: "M7 12h6" }], + ["path", { d: "M7.606 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606" }] + ]; + + const Battery = [ + ["path", { d: "M 22 14 L 22 10" }], + ["rect", { x: "2", y: "6", width: "16", height: "12", rx: "2" }] + ]; + + const BatteryWarning = [ + ["path", { d: "M10 17h.01" }], + ["path", { d: "M10 7v6" }], + ["path", { d: "M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M22 14v-4" }], + ["path", { d: "M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2" }] + ]; + + const Beaker = [ + ["path", { d: "M4.5 3h15" }], + ["path", { d: "M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3" }], + ["path", { d: "M6 14h12" }] + ]; + + const BeanOff = [ + ["path", { d: "M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1" }], + ["path", { d: "M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66" }], + ["path", { d: "M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04" }], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const Bean = [ + [ + "path", + { + d: "M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z" + } + ], + ["path", { d: "M5.341 10.62a4 4 0 1 0 5.279-5.28" }] + ]; + + const BedDouble = [ + ["path", { d: "M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8" }], + ["path", { d: "M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4" }], + ["path", { d: "M12 4v6" }], + ["path", { d: "M2 18h20" }] + ]; + + const BedSingle = [ + ["path", { d: "M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8" }], + ["path", { d: "M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4" }], + ["path", { d: "M3 18h18" }] + ]; + + const Bed = [ + ["path", { d: "M2 4v16" }], + ["path", { d: "M2 8h18a2 2 0 0 1 2 2v10" }], + ["path", { d: "M2 17h20" }], + ["path", { d: "M6 8v9" }] + ]; + + const BeerOff = [ + ["path", { d: "M13 13v5" }], + ["path", { d: "M17 11.47V8" }], + ["path", { d: "M17 11h1a3 3 0 0 1 2.745 4.211" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3" }], + ["path", { d: "M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268" }], + [ + "path", + { + d: "M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12" + } + ], + ["path", { d: "M9 14.6V18" }] + ]; + + const Beef = [ + [ + "path", + { + d: "M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3" + } + ], + [ + "path", + { + d: "m18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5" + } + ], + ["circle", { cx: "12.5", cy: "8.5", r: "2.5" }] + ]; + + const Beer = [ + ["path", { d: "M17 11h1a3 3 0 0 1 0 6h-1" }], + ["path", { d: "M9 12v6" }], + ["path", { d: "M13 12v6" }], + [ + "path", + { + d: "M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z" + } + ], + ["path", { d: "M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8" }] + ]; + + const BellDot = [ + ["path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }], + [ + "path", + { + d: "M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665" + } + ], + ["circle", { cx: "18", cy: "8", r: "3" }] + ]; + + const BellElectric = [ + ["path", { d: "M18.518 17.347A7 7 0 0 1 14 19" }], + ["path", { d: "M18.8 4A11 11 0 0 1 20 9" }], + ["path", { d: "M9 9h.01" }], + ["circle", { cx: "20", cy: "16", r: "2" }], + ["circle", { cx: "9", cy: "9", r: "7" }], + ["rect", { x: "4", y: "16", width: "10", height: "6", rx: "2" }] + ]; + + const BellMinus = [ + ["path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }], + ["path", { d: "M15 8h6" }], + [ + "path", + { + d: "M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12" + } + ] + ]; + + const BellRing = [ + ["path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }], + ["path", { d: "M22 8c0-2.3-.8-4.3-2-6" }], + [ + "path", + { + d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" + } + ], + ["path", { d: "M4 2C2.8 3.7 2 5.7 2 8" }] + ]; + + const BellPlus = [ + ["path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }], + ["path", { d: "M15 8h6" }], + ["path", { d: "M18 5v6" }], + [ + "path", + { + d: "M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332" + } + ] + ]; + + const BellOff = [ + ["path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }], + ["path", { d: "M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05" }] + ]; + + const Bell = [ + ["path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }], + [ + "path", + { + d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" + } + ] + ]; + + const BetweenHorizontalEnd = [ + ["rect", { width: "13", height: "7", x: "3", y: "3", rx: "1" }], + ["path", { d: "m22 15-3-3 3-3" }], + ["rect", { width: "13", height: "7", x: "3", y: "14", rx: "1" }] + ]; + + const BetweenHorizontalStart = [ + ["rect", { width: "13", height: "7", x: "8", y: "3", rx: "1" }], + ["path", { d: "m2 9 3 3-3 3" }], + ["rect", { width: "13", height: "7", x: "8", y: "14", rx: "1" }] + ]; + + const BetweenVerticalStart = [ + ["rect", { width: "7", height: "13", x: "3", y: "8", rx: "1" }], + ["path", { d: "m15 2-3 3-3-3" }], + ["rect", { width: "7", height: "13", x: "14", y: "8", rx: "1" }] + ]; + + const BetweenVerticalEnd = [ + ["rect", { width: "7", height: "13", x: "3", y: "3", rx: "1" }], + ["path", { d: "m9 22 3-3 3 3" }], + ["rect", { width: "7", height: "13", x: "14", y: "3", rx: "1" }] + ]; + + const BicepsFlexed = [ + [ + "path", + { + d: "M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1" + } + ], + ["path", { d: "M15 14a5 5 0 0 0-7.584 2" }], + ["path", { d: "M9.964 6.825C8.019 7.977 9.5 13 8 15" }] + ]; + + const Bike = [ + ["circle", { cx: "18.5", cy: "17.5", r: "3.5" }], + ["circle", { cx: "5.5", cy: "17.5", r: "3.5" }], + ["circle", { cx: "15", cy: "5", r: "1" }], + ["path", { d: "M12 17.5V14l-3-3 4-3 2 3h2" }] + ]; + + const Binoculars = [ + ["path", { d: "M10 10h4" }], + ["path", { d: "M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3" }], + [ + "path", + { + d: "M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z" + } + ], + ["path", { d: "M 22 16 L 2 16" }], + [ + "path", + { + d: "M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z" + } + ], + ["path", { d: "M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3" }] + ]; + + const Binary = [ + ["rect", { x: "14", y: "14", width: "4", height: "6", rx: "2" }], + ["rect", { x: "6", y: "4", width: "4", height: "6", rx: "2" }], + ["path", { d: "M6 20h4" }], + ["path", { d: "M14 10h4" }], + ["path", { d: "M6 14h2v6" }], + ["path", { d: "M14 4h2v6" }] + ]; + + const Biohazard = [ + ["circle", { cx: "12", cy: "11.9", r: "2" }], + ["path", { d: "M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6" }], + ["path", { d: "m8.9 10.1 1.4.8" }], + ["path", { d: "M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5" }], + ["path", { d: "m15.1 10.1-1.4.8" }], + ["path", { d: "M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2" }], + ["path", { d: "M12 13.9v1.6" }], + ["path", { d: "M13.5 5.4c-1-.2-2-.2-3 0" }], + ["path", { d: "M17 16.4c.7-.7 1.2-1.6 1.5-2.5" }], + ["path", { d: "M5.5 13.9c.3.9.8 1.8 1.5 2.5" }] + ]; + + const Bird = [ + ["path", { d: "M16 7h.01" }], + ["path", { d: "M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20" }], + ["path", { d: "m20 7 2 .5-2 .5" }], + ["path", { d: "M10 18v3" }], + ["path", { d: "M14 17.75V21" }], + ["path", { d: "M7 18a6 6 0 0 0 3.84-10.61" }] + ]; + + const Bitcoin = [ + [ + "path", + { + d: "M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727" + } + ] + ]; + + const Blend = [ + ["circle", { cx: "9", cy: "9", r: "7" }], + ["circle", { cx: "15", cy: "15", r: "7" }] + ]; + + const Blinds = [ + ["path", { d: "M3 3h18" }], + ["path", { d: "M20 7H8" }], + ["path", { d: "M20 11H8" }], + ["path", { d: "M10 19h10" }], + ["path", { d: "M8 15h12" }], + ["path", { d: "M4 3v14" }], + ["circle", { cx: "4", cy: "19", r: "2" }] + ]; + + const Blocks = [ + [ + "path", + { + d: "M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2" + } + ], + ["rect", { x: "14", y: "2", width: "8", height: "8", rx: "1" }] + ]; + + const BluetoothConnected = [ + ["path", { d: "m7 7 10 10-5 5V2l5 5L7 17" }], + ["line", { x1: "18", x2: "21", y1: "12", y2: "12" }], + ["line", { x1: "3", x2: "6", y1: "12", y2: "12" }] + ]; + + const BluetoothOff = [ + ["path", { d: "m17 17-5 5V12l-5 5" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M14.5 9.5 17 7l-5-5v4.5" }] + ]; + + const BluetoothSearching = [ + ["path", { d: "m7 7 10 10-5 5V2l5 5L7 17" }], + ["path", { d: "M20.83 14.83a4 4 0 0 0 0-5.66" }], + ["path", { d: "M18 12h.01" }] + ]; + + const Bold = [ + ["path", { d: "M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8" }] + ]; + + const Bluetooth = [["path", { d: "m7 7 10 10-5 5V2l5 5L7 17" }]]; + + const Bolt = [ + [ + "path", + { + d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" + } + ], + ["circle", { cx: "12", cy: "12", r: "4" }] + ]; + + const Bomb = [ + ["circle", { cx: "11", cy: "13", r: "9" }], + [ + "path", + { d: "M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95" } + ], + ["path", { d: "m22 2-1.5 1.5" }] + ]; + + const Bone = [ + [ + "path", + { + d: "M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z" + } + ] + ]; + + const BookA = [ + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["path", { d: "m8 13 4-7 4 7" }], + ["path", { d: "M9.1 11h5.7" }] + ]; + + const BookAlert = [ + ["path", { d: "M12 13h.01" }], + ["path", { d: "M12 6v3" }], + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ] + ]; + + const BookCopy = [ + ["path", { d: "M5 7a2 2 0 0 0-2 2v11" }], + ["path", { d: "M5.803 18H5a2 2 0 0 0 0 4h9.5a.5.5 0 0 0 .5-.5V21" }], + [ + "path", + { d: "M9 15V4a2 2 0 0 1 2-2h9.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H11a2 2 0 0 1 0-4h10" } + ] + ]; + + const BookAudio = [ + ["path", { d: "M12 6v7" }], + ["path", { d: "M16 8v3" }], + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["path", { d: "M8 8v3" }] + ]; + + const BookCheck = [ + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["path", { d: "m9 9.5 2 2 4-4" }] + ]; + + const BookDashed = [ + ["path", { d: "M12 17h1.5" }], + ["path", { d: "M12 22h1.5" }], + ["path", { d: "M12 2h1.5" }], + ["path", { d: "M17.5 22H19a1 1 0 0 0 1-1" }], + ["path", { d: "M17.5 2H19a1 1 0 0 1 1 1v1.5" }], + ["path", { d: "M20 14v3h-2.5" }], + ["path", { d: "M20 8.5V10" }], + ["path", { d: "M4 10V8.5" }], + ["path", { d: "M4 19.5V14" }], + ["path", { d: "M4 4.5A2.5 2.5 0 0 1 6.5 2H8" }], + ["path", { d: "M8 22H6.5a1 1 0 0 1 0-5H8" }] + ]; + + const BookDown = [ + ["path", { d: "M12 13V7" }], + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["path", { d: "m9 10 3 3 3-3" }] + ]; + + const BookHeadphones = [ + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["path", { d: "M8 12v-2a4 4 0 0 1 8 0v2" }], + ["circle", { cx: "15", cy: "12", r: "1" }], + ["circle", { cx: "9", cy: "12", r: "1" }] + ]; + + const BookHeart = [ + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + [ + "path", + { + d: "M8.62 9.8A2.25 2.25 0 1 1 12 6.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" + } + ] + ]; + + const BookImage = [ + ["path", { d: "m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17" }], + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["circle", { cx: "10", cy: "8", r: "2" }] + ]; + + const BookKey = [ + ["path", { d: "m19 3 1 1" }], + ["path", { d: "m20 2-4.5 4.5" }], + ["path", { d: "M20 7.898V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }], + ["path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2h7.844" }], + ["circle", { cx: "14", cy: "8", r: "2" }] + ]; + + const BookLock = [ + ["path", { d: "M18 6V4a2 2 0 1 0-4 0v2" }], + ["path", { d: "M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }], + ["path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10" }], + ["rect", { x: "12", y: "6", width: "8", height: "5", rx: "1" }] + ]; + + const BookMarked = [ + ["path", { d: "M10 2v8l3-3 3 3V2" }], + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ] + ]; + + const BookMinus = [ + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["path", { d: "M9 10h6" }] + ]; + + const BookOpenCheck = [ + ["path", { d: "M12 21V7" }], + ["path", { d: "m16 12 2 2 4-4" }], + [ + "path", + { + d: "M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4 4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3 3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3" + } + ] + ]; + + const BookOpen = [ + ["path", { d: "M12 7v14" }], + [ + "path", + { + d: "M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z" + } + ] + ]; + + const BookPlus = [ + ["path", { d: "M12 7v6" }], + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["path", { d: "M9 10h6" }] + ]; + + const BookOpenText = [ + ["path", { d: "M12 7v14" }], + ["path", { d: "M16 12h2" }], + ["path", { d: "M16 8h2" }], + [ + "path", + { + d: "M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z" + } + ], + ["path", { d: "M6 12h2" }], + ["path", { d: "M6 8h2" }] + ]; + + const BookText = [ + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["path", { d: "M8 11h8" }], + ["path", { d: "M8 7h6" }] + ]; + + const BookType = [ + ["path", { d: "M10 13h4" }], + ["path", { d: "M12 6v7" }], + ["path", { d: "M16 8V6H8v2" }], + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ] + ]; + + const BookUp2 = [ + ["path", { d: "M12 13V7" }], + ["path", { d: "M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }], + ["path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2" }], + ["path", { d: "m9 10 3-3 3 3" }], + ["path", { d: "m9 5 3-3 3 3" }] + ]; + + const BookUp = [ + ["path", { d: "M12 13V7" }], + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["path", { d: "m9 10 3-3 3 3" }] + ]; + + const BookUser = [ + ["path", { d: "M15 13a3 3 0 1 0-6 0" }], + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["circle", { cx: "12", cy: "8", r: "2" }] + ]; + + const BookX = [ + ["path", { d: "m14.5 7-5 5" }], + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ], + ["path", { d: "m9.5 7 5 5" }] + ]; + + const Book = [ + [ + "path", + { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" } + ] + ]; + + const BookmarkCheck = [ + ["path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z" }], + ["path", { d: "m9 10 2 2 4-4" }] + ]; + + const BookmarkMinus = [ + ["path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z" }], + ["line", { x1: "15", x2: "9", y1: "10", y2: "10" }] + ]; + + const BookmarkPlus = [ + ["path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z" }], + ["line", { x1: "12", x2: "12", y1: "7", y2: "13" }], + ["line", { x1: "15", x2: "9", y1: "10", y2: "10" }] + ]; + + const BookmarkX = [ + ["path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z" }], + ["path", { d: "m14.5 7.5-5 5" }], + ["path", { d: "m9.5 7.5 5 5" }] + ]; + + const Bookmark = [["path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z" }]]; + + const BoomBox = [ + ["path", { d: "M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4" }], + ["path", { d: "M8 8v1" }], + ["path", { d: "M12 8v1" }], + ["path", { d: "M16 8v1" }], + ["rect", { width: "20", height: "12", x: "2", y: "9", rx: "2" }], + ["circle", { cx: "8", cy: "15", r: "2" }], + ["circle", { cx: "16", cy: "15", r: "2" }] + ]; + + const BotOff = [ + ["path", { d: "M13.67 8H18a2 2 0 0 1 2 2v4.33" }], + ["path", { d: "M2 14h2" }], + ["path", { d: "M20 14h2" }], + ["path", { d: "M22 22 2 2" }], + ["path", { d: "M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586" }], + ["path", { d: "M9 13v2" }], + ["path", { d: "M9.67 4H12v2.33" }] + ]; + + const BotMessageSquare = [ + ["path", { d: "M12 6V2H8" }], + ["path", { d: "M15 11v2" }], + ["path", { d: "M2 12h2" }], + ["path", { d: "M20 12h2" }], + [ + "path", + { + d: "M20 16a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z" + } + ], + ["path", { d: "M9 11v2" }] + ]; + + const Bot = [ + ["path", { d: "M12 8V4H8" }], + ["rect", { width: "16", height: "12", x: "4", y: "8", rx: "2" }], + ["path", { d: "M2 14h2" }], + ["path", { d: "M20 14h2" }], + ["path", { d: "M15 13v2" }], + ["path", { d: "M9 13v2" }] + ]; + + const BottleWine = [ + [ + "path", + { + d: "M10 3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a6 6 0 0 0 1.2 3.6l.6.8A6 6 0 0 1 17 13v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a6 6 0 0 1 1.2-3.6l.6-.8A6 6 0 0 0 10 5z" + } + ], + ["path", { d: "M17 13h-4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h4" }] + ]; + + const BowArrow = [ + ["path", { d: "M17 3h4v4" }], + ["path", { d: "M18.575 11.082a13 13 0 0 1 1.048 9.027 1.17 1.17 0 0 1-1.914.597L14 17" }], + ["path", { d: "M7 10 3.29 6.29a1.17 1.17 0 0 1 .6-1.91 13 13 0 0 1 9.03 1.05" }], + [ + "path", + { + d: "M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1z" + } + ], + ["path", { d: "M9.707 14.293 21 3" }] + ]; + + const Boxes = [ + [ + "path", + { + d: "M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z" + } + ], + ["path", { d: "m7 16.5-4.74-2.85" }], + ["path", { d: "m7 16.5 5-3" }], + ["path", { d: "M7 16.5v5.17" }], + [ + "path", + { + d: "M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z" + } + ], + ["path", { d: "m17 16.5-5-3" }], + ["path", { d: "m17 16.5 4.74-2.85" }], + ["path", { d: "M17 16.5v5.17" }], + [ + "path", + { + d: "M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z" + } + ], + ["path", { d: "M12 8 7.26 5.15" }], + ["path", { d: "m12 8 4.74-2.85" }], + ["path", { d: "M12 13.5V8" }] + ]; + + const Box = [ + [ + "path", + { + d: "M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" + } + ], + ["path", { d: "m3.3 7 8.7 5 8.7-5" }], + ["path", { d: "M12 22V12" }] + ]; + + const Braces = [ + ["path", { d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1" }], + ["path", { d: "M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1" }] + ]; + + const BrainCircuit = [ + [ + "path", + { d: "M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z" } + ], + ["path", { d: "M9 13a4.5 4.5 0 0 0 3-4" }], + ["path", { d: "M6.003 5.125A3 3 0 0 0 6.401 6.5" }], + ["path", { d: "M3.477 10.896a4 4 0 0 1 .585-.396" }], + ["path", { d: "M6 18a4 4 0 0 1-1.967-.516" }], + ["path", { d: "M12 13h4" }], + ["path", { d: "M12 18h6a2 2 0 0 1 2 2v1" }], + ["path", { d: "M12 8h8" }], + ["path", { d: "M16 8V5a2 2 0 0 1 2-2" }], + ["circle", { cx: "16", cy: "13", r: ".5" }], + ["circle", { cx: "18", cy: "3", r: ".5" }], + ["circle", { cx: "20", cy: "21", r: ".5" }], + ["circle", { cx: "20", cy: "8", r: ".5" }] + ]; + + const Brackets = [ + ["path", { d: "M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3" }], + ["path", { d: "M8 21H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3" }] + ]; + + const BrainCog = [ + ["path", { d: "m10.852 14.772-.383.923" }], + ["path", { d: "m10.852 9.228-.383-.923" }], + ["path", { d: "m13.148 14.772.382.924" }], + ["path", { d: "m13.531 8.305-.383.923" }], + ["path", { d: "m14.772 10.852.923-.383" }], + ["path", { d: "m14.772 13.148.923.383" }], + [ + "path", + { + d: "M17.598 6.5A3 3 0 1 0 12 5a3 3 0 0 0-5.63-1.446 3 3 0 0 0-.368 1.571 4 4 0 0 0-2.525 5.771" + } + ], + ["path", { d: "M17.998 5.125a4 4 0 0 1 2.525 5.771" }], + ["path", { d: "M19.505 10.294a4 4 0 0 1-1.5 7.706" }], + [ + "path", + { d: "M4.032 17.483A4 4 0 0 0 11.464 20c.18-.311.892-.311 1.072 0a4 4 0 0 0 7.432-2.516" } + ], + ["path", { d: "M4.5 10.291A4 4 0 0 0 6 18" }], + ["path", { d: "M6.002 5.125a3 3 0 0 0 .4 1.375" }], + ["path", { d: "m9.228 10.852-.923-.383" }], + ["path", { d: "m9.228 13.148-.923.383" }], + ["circle", { cx: "12", cy: "12", r: "3" }] + ]; + + const Brain = [ + ["path", { d: "M12 18V5" }], + ["path", { d: "M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4" }], + ["path", { d: "M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5" }], + ["path", { d: "M17.997 5.125a4 4 0 0 1 2.526 5.77" }], + ["path", { d: "M18 18a4 4 0 0 0 2-7.464" }], + ["path", { d: "M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517" }], + ["path", { d: "M6 18a4 4 0 0 1-2-7.464" }], + ["path", { d: "M6.003 5.125a4 4 0 0 0-2.526 5.77" }] + ]; + + const BrickWallFire = [ + ["path", { d: "M16 3v2.107" }], + [ + "path", + { + d: "M17 9c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 22 17a5 5 0 0 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C13 11.5 16 9 17 9" + } + ], + ["path", { d: "M21 8.274V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.938" }], + ["path", { d: "M3 15h5.253" }], + ["path", { d: "M3 9h8.228" }], + ["path", { d: "M8 15v6" }], + ["path", { d: "M8 3v6" }] + ]; + + const BrickWall = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M12 9v6" }], + ["path", { d: "M16 15v6" }], + ["path", { d: "M16 3v6" }], + ["path", { d: "M3 15h18" }], + ["path", { d: "M3 9h18" }], + ["path", { d: "M8 15v6" }], + ["path", { d: "M8 3v6" }] + ]; + + const BriefcaseBusiness = [ + ["path", { d: "M12 12h.01" }], + ["path", { d: "M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2" }], + ["path", { d: "M22 13a18.15 18.15 0 0 1-20 0" }], + ["rect", { width: "20", height: "14", x: "2", y: "6", rx: "2" }] + ]; + + const BriefcaseConveyorBelt = [ + ["path", { d: "M10 20v2" }], + ["path", { d: "M14 20v2" }], + ["path", { d: "M18 20v2" }], + ["path", { d: "M21 20H3" }], + ["path", { d: "M6 20v2" }], + ["path", { d: "M8 16V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12" }], + ["rect", { x: "4", y: "6", width: "16", height: "10", rx: "2" }] + ]; + + const BriefcaseMedical = [ + ["path", { d: "M12 11v4" }], + ["path", { d: "M14 13h-4" }], + ["path", { d: "M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2" }], + ["path", { d: "M18 6v14" }], + ["path", { d: "M6 6v14" }], + ["rect", { width: "20", height: "14", x: "2", y: "6", rx: "2" }] + ]; + + const Briefcase = [ + ["path", { d: "M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16" }], + ["rect", { width: "20", height: "14", x: "2", y: "6", rx: "2" }] + ]; + + const BringToFront = [ + ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "2" }], + ["path", { d: "M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2" }], + ["path", { d: "M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2" }] + ]; + + const BrushCleaning = [ + ["path", { d: "m16 22-1-4" }], + [ + "path", + { + d: "M19 13.99a1 1 0 0 0 1-1V12a2 2 0 0 0-2-2h-3a1 1 0 0 1-1-1V4a2 2 0 0 0-4 0v5a1 1 0 0 1-1 1H6a2 2 0 0 0-2 2v.99a1 1 0 0 0 1 1" + } + ], + ["path", { d: "M5 14h14l1.973 6.767A1 1 0 0 1 20 22H4a1 1 0 0 1-.973-1.233z" }], + ["path", { d: "m8 22 1-4" }] + ]; + + const Brush = [ + ["path", { d: "m11 10 3 3" }], + ["path", { d: "M6.5 21A3.5 3.5 0 1 0 3 17.5a2.62 2.62 0 0 1-.708 1.792A1 1 0 0 0 3 21z" }], + ["path", { d: "M9.969 17.031 21.378 5.624a1 1 0 0 0-3.002-3.002L6.967 14.031" }] + ]; + + const Bubbles = [ + ["path", { d: "M7.2 14.8a2 2 0 0 1 2 2" }], + ["circle", { cx: "18.5", cy: "8.5", r: "3.5" }], + ["circle", { cx: "7.5", cy: "16.5", r: "5.5" }], + ["circle", { cx: "7.5", cy: "4.5", r: "2.5" }] + ]; + + const BugOff = [ + ["path", { d: "M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2" }], + ["path", { d: "M14.12 3.88 16 2" }], + ["path", { d: "M22 13h-4v-2a4 4 0 0 0-4-4h-1.3" }], + ["path", { d: "M20.97 5c0 2.1-1.6 3.8-3.5 4" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13" }], + ["path", { d: "M12 20v-8" }], + ["path", { d: "M6 13H2" }], + ["path", { d: "M3 21c0-2.1 1.7-3.9 3.8-4" }] + ]; + + const BugPlay = [ + ["path", { d: "M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97" }], + [ + "path", + { + d: "M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z" + } + ], + ["path", { d: "M14.12 3.88 16 2" }], + ["path", { d: "M20.97 5c0 2.1-1.6 3.8-3.5 4" }], + ["path", { d: "M3 21c0-2.1 1.7-3.9 3.8-4" }], + ["path", { d: "M6 13H2" }], + ["path", { d: "M6.53 9C4.6 8.8 3 7.1 3 5" }], + ["path", { d: "m8 2 1.88 1.88" }], + ["path", { d: "M9 7.13v-1a3 3 0 0 1 4.18-2.895 3 3 0 0 1 1.821 2.896v1" }] + ]; + + const Bug = [ + ["path", { d: "m8 2 1.88 1.88" }], + ["path", { d: "M14.12 3.88 16 2" }], + ["path", { d: "M9 7.13v-1a3.003 3.003 0 1 1 6 0v1" }], + ["path", { d: "M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6" }], + ["path", { d: "M12 20v-9" }], + ["path", { d: "M6.53 9C4.6 8.8 3 7.1 3 5" }], + ["path", { d: "M6 13H2" }], + ["path", { d: "M3 21c0-2.1 1.7-3.9 3.8-4" }], + ["path", { d: "M20.97 5c0 2.1-1.6 3.8-3.5 4" }], + ["path", { d: "M22 13h-4" }], + ["path", { d: "M17.2 17c2.1.1 3.8 1.9 3.8 4" }] + ]; + + const Building2 = [ + ["path", { d: "M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z" }], + ["path", { d: "M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2" }], + ["path", { d: "M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M10 6h4" }], + ["path", { d: "M10 10h4" }], + ["path", { d: "M10 14h4" }], + ["path", { d: "M10 18h4" }] + ]; + + const Building = [ + ["rect", { width: "16", height: "20", x: "4", y: "2", rx: "2", ry: "2" }], + ["path", { d: "M9 22v-4h6v4" }], + ["path", { d: "M8 6h.01" }], + ["path", { d: "M16 6h.01" }], + ["path", { d: "M12 6h.01" }], + ["path", { d: "M12 10h.01" }], + ["path", { d: "M12 14h.01" }], + ["path", { d: "M16 10h.01" }], + ["path", { d: "M16 14h.01" }], + ["path", { d: "M8 10h.01" }], + ["path", { d: "M8 14h.01" }] + ]; + + const BusFront = [ + ["path", { d: "M4 6 2 7" }], + ["path", { d: "M10 6h4" }], + ["path", { d: "m22 7-2-1" }], + ["rect", { width: "16", height: "16", x: "4", y: "3", rx: "2" }], + ["path", { d: "M4 11h16" }], + ["path", { d: "M8 15h.01" }], + ["path", { d: "M16 15h.01" }], + ["path", { d: "M6 19v2" }], + ["path", { d: "M18 21v-2" }] + ]; + + const Bus = [ + ["path", { d: "M8 6v6" }], + ["path", { d: "M15 6v6" }], + ["path", { d: "M2 12h19.6" }], + [ + "path", + { + d: "M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3" + } + ], + ["circle", { cx: "7", cy: "18", r: "2" }], + ["path", { d: "M9 18h5" }], + ["circle", { cx: "16", cy: "18", r: "2" }] + ]; + + const CableCar = [ + ["path", { d: "M10 3h.01" }], + ["path", { d: "M14 2h.01" }], + ["path", { d: "m2 9 20-5" }], + ["path", { d: "M12 12V6.5" }], + ["rect", { width: "16", height: "10", x: "4", y: "12", rx: "3" }], + ["path", { d: "M9 12v5" }], + ["path", { d: "M15 12v5" }], + ["path", { d: "M4 17h16" }] + ]; + + const Cable = [ + ["path", { d: "M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1z" }], + ["path", { d: "M17 21v-2" }], + ["path", { d: "M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10" }], + ["path", { d: "M21 21v-2" }], + ["path", { d: "M3 5V3" }], + ["path", { d: "M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2z" }], + ["path", { d: "M7 5V3" }] + ]; + + const Cake = [ + ["path", { d: "M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8" }], + ["path", { d: "M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1" }], + ["path", { d: "M2 21h20" }], + ["path", { d: "M7 8v3" }], + ["path", { d: "M12 8v3" }], + ["path", { d: "M17 8v3" }], + ["path", { d: "M7 4h.01" }], + ["path", { d: "M12 4h.01" }], + ["path", { d: "M17 4h.01" }] + ]; + + const CakeSlice = [ + ["path", { d: "M16 13H3" }], + ["path", { d: "M16 17H3" }], + [ + "path", + { + d: "m7.2 7.9-3.388 2.5A2 2 0 0 0 3 12.01V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-8.654c0-2-2.44-6.026-6.44-8.026a1 1 0 0 0-1.082.057L10.4 5.6" + } + ], + ["circle", { cx: "9", cy: "7", r: "2" }] + ]; + + const Calculator = [ + ["rect", { width: "16", height: "20", x: "4", y: "2", rx: "2" }], + ["line", { x1: "8", x2: "16", y1: "6", y2: "6" }], + ["line", { x1: "16", x2: "16", y1: "14", y2: "18" }], + ["path", { d: "M16 10h.01" }], + ["path", { d: "M12 10h.01" }], + ["path", { d: "M8 10h.01" }], + ["path", { d: "M12 14h.01" }], + ["path", { d: "M8 14h.01" }], + ["path", { d: "M12 18h.01" }], + ["path", { d: "M8 18h.01" }] + ]; + + const Calendar1 = [ + ["path", { d: "M11 14h1v4" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M8 2v4" }], + ["rect", { x: "3", y: "4", width: "18", height: "18", rx: "2" }] + ]; + + const CalendarArrowDown = [ + ["path", { d: "m14 18 4 4 4-4" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M18 14v8" }], + ["path", { d: "M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M8 2v4" }] + ]; + + const CalendarArrowUp = [ + ["path", { d: "m14 18 4-4 4 4" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M18 22v-8" }], + ["path", { d: "M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M8 2v4" }] + ]; + + const CalendarCheck2 = [ + ["path", { d: "M8 2v4" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "m16 20 2 2 4-4" }] + ]; + + const CalendarCheck = [ + ["path", { d: "M8 2v4" }], + ["path", { d: "M16 2v4" }], + ["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "m9 16 2 2 4-4" }] + ]; + + const CalendarClock = [ + ["path", { d: "M16 14v2.2l1.6 1" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5" }], + ["path", { d: "M3 10h5" }], + ["path", { d: "M8 2v4" }], + ["circle", { cx: "16", cy: "16", r: "6" }] + ]; + + const CalendarCog = [ + ["path", { d: "m15.228 16.852-.923-.383" }], + ["path", { d: "m15.228 19.148-.923.383" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "m16.47 14.305.382.923" }], + ["path", { d: "m16.852 20.772-.383.924" }], + ["path", { d: "m19.148 15.228.383-.923" }], + ["path", { d: "m19.53 21.696-.382-.924" }], + ["path", { d: "m20.772 16.852.924-.383" }], + ["path", { d: "m20.772 19.148.924.383" }], + ["path", { d: "M21 11V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M8 2v4" }], + ["circle", { cx: "18", cy: "18", r: "3" }] + ]; + + const CalendarDays = [ + ["path", { d: "M8 2v4" }], + ["path", { d: "M16 2v4" }], + ["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M8 14h.01" }], + ["path", { d: "M12 14h.01" }], + ["path", { d: "M16 14h.01" }], + ["path", { d: "M8 18h.01" }], + ["path", { d: "M12 18h.01" }], + ["path", { d: "M16 18h.01" }] + ]; + + const CalendarFold = [ + ["path", { d: "M8 2v4" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M15 22v-4a2 2 0 0 1 2-2h4" }] + ]; + + const CalendarHeart = [ + ["path", { d: "M12.127 22H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.125" }], + [ + "path", + { + d: "M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" + } + ], + ["path", { d: "M16 2v4" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M8 2v4" }] + ]; + + const CalendarMinus2 = [ + ["path", { d: "M8 2v4" }], + ["path", { d: "M16 2v4" }], + ["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M10 16h4" }] + ]; + + const CalendarMinus = [ + ["path", { d: "M16 19h6" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M8 2v4" }] + ]; + + const CalendarOff = [ + ["path", { d: "M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18" }], + ["path", { d: "M21 15.5V6a2 2 0 0 0-2-2H9.5" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M3 10h7" }], + ["path", { d: "M21 10h-5.5" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const CalendarPlus2 = [ + ["path", { d: "M8 2v4" }], + ["path", { d: "M16 2v4" }], + ["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M10 16h4" }], + ["path", { d: "M12 14v4" }] + ]; + + const CalendarPlus = [ + ["path", { d: "M16 19h6" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M19 16v6" }], + ["path", { d: "M21 12.598V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M8 2v4" }] + ]; + + const CalendarRange = [ + ["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M8 2v4" }], + ["path", { d: "M17 14h-6" }], + ["path", { d: "M13 18H7" }], + ["path", { d: "M7 14h.01" }], + ["path", { d: "M17 18h.01" }] + ]; + + const CalendarSearch = [ + ["path", { d: "M16 2v4" }], + ["path", { d: "M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25" }], + ["path", { d: "m22 22-1.875-1.875" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "M8 2v4" }], + ["circle", { cx: "18", cy: "18", r: "3" }] + ]; + + const CalendarSync = [ + ["path", { d: "M11 10v4h4" }], + ["path", { d: "m11 14 1.535-1.605a5 5 0 0 1 8 1.5" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "m21 18-1.535 1.605a5 5 0 0 1-8-1.5" }], + ["path", { d: "M21 22v-4h-4" }], + ["path", { d: "M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3" }], + ["path", { d: "M3 10h4" }], + ["path", { d: "M8 2v4" }] + ]; + + const CalendarX2 = [ + ["path", { d: "M8 2v4" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "m17 22 5-5" }], + ["path", { d: "m17 17 5 5" }] + ]; + + const CalendarX = [ + ["path", { d: "M8 2v4" }], + ["path", { d: "M16 2v4" }], + ["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }], + ["path", { d: "M3 10h18" }], + ["path", { d: "m14 14-4 4" }], + ["path", { d: "m10 14 4 4" }] + ]; + + const Calendar = [ + ["path", { d: "M8 2v4" }], + ["path", { d: "M16 2v4" }], + ["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2" }], + ["path", { d: "M3 10h18" }] + ]; + + const CameraOff = [ + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }], + ["path", { d: "M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16" }], + ["path", { d: "M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5" }], + ["path", { d: "M14.121 15.121A3 3 0 1 1 9.88 10.88" }] + ]; + + const Camera = [ + [ + "path", + { + d: "M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z" + } + ], + ["circle", { cx: "12", cy: "13", r: "3" }] + ]; + + const CandyCane = [ + [ + "path", + { d: "M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z" } + ], + ["path", { d: "M17.75 7 15 2.1" }], + ["path", { d: "M10.9 4.8 13 9" }], + ["path", { d: "m7.9 9.7 2 4.4" }], + ["path", { d: "M4.9 14.7 7 18.9" }] + ]; + + const CandyOff = [ + ["path", { d: "M10 10v7.9" }], + ["path", { d: "M11.802 6.145a5 5 0 0 1 6.053 6.053" }], + ["path", { d: "M14 6.1v2.243" }], + ["path", { d: "m15.5 15.571-.964.964a5 5 0 0 1-7.071 0 5 5 0 0 1 0-7.07l.964-.965" }], + [ + "path", + { + d: "M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4" + } + ], + ["path", { d: "m2 2 20 20" }], + [ + "path", + { + d: "M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4" + } + ] + ]; + + const Candy = [ + ["path", { d: "M10 7v10.9" }], + ["path", { d: "M14 6.1V17" }], + [ + "path", + { + d: "M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4" + } + ], + [ + "path", + { + d: "M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07" + } + ], + [ + "path", + { + d: "M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4" + } + ] + ]; + + const Cannabis = [ + ["path", { d: "M12 22v-4" }], + [ + "path", + { + d: "M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6" + } + ] + ]; + + const CaptionsOff = [ + ["path", { d: "M10.5 5H19a2 2 0 0 1 2 2v8.5" }], + ["path", { d: "M17 11h-.5" }], + ["path", { d: "M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M7 11h4" }], + ["path", { d: "M7 15h2.5" }] + ]; + + const Captions = [ + ["rect", { width: "18", height: "14", x: "3", y: "5", rx: "2", ry: "2" }], + ["path", { d: "M7 15h4M15 15h2M7 11h2M13 11h4" }] + ]; + + const CarFront = [ + ["path", { d: "m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8" }], + ["path", { d: "M7 14h.01" }], + ["path", { d: "M17 14h.01" }], + ["rect", { width: "18", height: "8", x: "3", y: "10", rx: "2" }], + ["path", { d: "M5 18v2" }], + ["path", { d: "M19 18v2" }] + ]; + + const CarTaxiFront = [ + ["path", { d: "M10 2h4" }], + ["path", { d: "m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8" }], + ["path", { d: "M7 14h.01" }], + ["path", { d: "M17 14h.01" }], + ["rect", { width: "18", height: "8", x: "3", y: "10", rx: "2" }], + ["path", { d: "M5 18v2" }], + ["path", { d: "M19 18v2" }] + ]; + + const Car = [ + [ + "path", + { + d: "M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2" + } + ], + ["circle", { cx: "7", cy: "17", r: "2" }], + ["path", { d: "M9 17h6" }], + ["circle", { cx: "17", cy: "17", r: "2" }] + ]; + + const Caravan = [ + ["path", { d: "M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2" }], + ["path", { d: "M2 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2" }], + ["path", { d: "M22 17v1a1 1 0 0 1-1 1H10v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9" }], + ["circle", { cx: "8", cy: "19", r: "2" }] + ]; + + const CardSim = [ + ["path", { d: "M12 14v4" }], + [ + "path", + { + d: "M14.172 2a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z" + } + ], + ["path", { d: "M8 14h8" }], + ["rect", { x: "8", y: "10", width: "8", height: "8", rx: "1" }] + ]; + + const Carrot = [ + [ + "path", + { + d: "M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46" + } + ], + ["path", { d: "M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z" }], + ["path", { d: "M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z" }] + ]; + + const CaseLower = [ + ["path", { d: "M10 9v7" }], + ["path", { d: "M14 6v10" }], + ["circle", { cx: "17.5", cy: "12.5", r: "3.5" }], + ["circle", { cx: "6.5", cy: "12.5", r: "3.5" }] + ]; + + const CaseSensitive = [ + ["path", { d: "m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16" }], + ["path", { d: "M22 9v7" }], + ["path", { d: "M3.304 13h6.392" }], + ["circle", { cx: "18.5", cy: "12.5", r: "3.5" }] + ]; + + const CaseUpper = [ + [ + "path", + { d: "M15 11h4.5a1 1 0 0 1 0 5h-4a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h3a1 1 0 0 1 0 5" } + ], + ["path", { d: "m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16" }], + ["path", { d: "M3.304 13h6.392" }] + ]; + + const CassetteTape = [ + ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }], + ["circle", { cx: "8", cy: "10", r: "2" }], + ["path", { d: "M8 12h8" }], + ["circle", { cx: "16", cy: "10", r: "2" }], + ["path", { d: "m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3" }] + ]; + + const Cast = [ + ["path", { d: "M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6" }], + ["path", { d: "M2 12a9 9 0 0 1 8 8" }], + ["path", { d: "M2 16a5 5 0 0 1 4 4" }], + ["line", { x1: "2", x2: "2.01", y1: "20", y2: "20" }] + ]; + + const Castle = [ + ["path", { d: "M10 5V3" }], + ["path", { d: "M14 5V3" }], + ["path", { d: "M15 21v-3a3 3 0 0 0-6 0v3" }], + ["path", { d: "M18 3v8" }], + ["path", { d: "M18 5H6" }], + ["path", { d: "M22 11H2" }], + ["path", { d: "M22 9v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9" }], + ["path", { d: "M6 3v8" }] + ]; + + const Cat = [ + [ + "path", + { + d: "M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z" + } + ], + ["path", { d: "M8 14v.5" }], + ["path", { d: "M16 14v.5" }], + ["path", { d: "M11.25 16.25h1.5L12 17l-.75-.75Z" }] + ]; + + const Cctv = [ + [ + "path", + { d: "M16.75 12h3.632a1 1 0 0 1 .894 1.447l-2.034 4.069a1 1 0 0 1-1.708.134l-2.124-2.97" } + ], + [ + "path", + { + d: "M17.106 9.053a1 1 0 0 1 .447 1.341l-3.106 6.211a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3z" + } + ], + ["path", { d: "M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15" }], + ["path", { d: "M2 21v-4" }], + ["path", { d: "M7 9h.01" }] + ]; + + const ChartArea = [ + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + [ + "path", + { + d: "M7 11.207a.5.5 0 0 1 .146-.353l2-2a.5.5 0 0 1 .708 0l3.292 3.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 1 .854.353V16a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z" + } + ] + ]; + + const ChartBarBig = [ + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["rect", { x: "7", y: "13", width: "9", height: "4", rx: "1" }], + ["rect", { x: "7", y: "5", width: "12", height: "4", rx: "1" }] + ]; + + const ChartBarDecreasing = [ + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["path", { d: "M7 11h8" }], + ["path", { d: "M7 16h3" }], + ["path", { d: "M7 6h12" }] + ]; + + const ChartBarIncreasing = [ + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["path", { d: "M7 11h8" }], + ["path", { d: "M7 16h12" }], + ["path", { d: "M7 6h3" }] + ]; + + const ChartBarStacked = [ + ["path", { d: "M11 13v4" }], + ["path", { d: "M15 5v4" }], + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["rect", { x: "7", y: "13", width: "9", height: "4", rx: "1" }], + ["rect", { x: "7", y: "5", width: "12", height: "4", rx: "1" }] + ]; + + const ChartBar = [ + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["path", { d: "M7 16h8" }], + ["path", { d: "M7 11h12" }], + ["path", { d: "M7 6h3" }] + ]; + + const ChartCandlestick = [ + ["path", { d: "M9 5v4" }], + ["rect", { width: "4", height: "6", x: "7", y: "9", rx: "1" }], + ["path", { d: "M9 15v2" }], + ["path", { d: "M17 3v2" }], + ["rect", { width: "4", height: "8", x: "15", y: "5", rx: "1" }], + ["path", { d: "M17 13v3" }], + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }] + ]; + + const ChartColumnBig = [ + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["rect", { x: "15", y: "5", width: "4", height: "12", rx: "1" }], + ["rect", { x: "7", y: "8", width: "4", height: "9", rx: "1" }] + ]; + + const ChartColumnDecreasing = [ + ["path", { d: "M13 17V9" }], + ["path", { d: "M18 17v-3" }], + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["path", { d: "M8 17V5" }] + ]; + + const ChartColumnIncreasing = [ + ["path", { d: "M13 17V9" }], + ["path", { d: "M18 17V5" }], + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["path", { d: "M8 17v-3" }] + ]; + + const ChartColumnStacked = [ + ["path", { d: "M11 13H7" }], + ["path", { d: "M19 9h-4" }], + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["rect", { x: "15", y: "5", width: "4", height: "12", rx: "1" }], + ["rect", { x: "7", y: "8", width: "4", height: "9", rx: "1" }] + ]; + + const ChartGantt = [ + ["path", { d: "M10 6h8" }], + ["path", { d: "M12 16h6" }], + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["path", { d: "M8 11h7" }] + ]; + + const ChartColumn = [ + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["path", { d: "M18 17V9" }], + ["path", { d: "M13 17V5" }], + ["path", { d: "M8 17v-3" }] + ]; + + const ChartLine = [ + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["path", { d: "m19 9-5 5-4-4-3 3" }] + ]; + + const ChartNetwork = [ + ["path", { d: "m13.11 7.664 1.78 2.672" }], + ["path", { d: "m14.162 12.788-3.324 1.424" }], + ["path", { d: "m20 4-6.06 1.515" }], + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["circle", { cx: "12", cy: "6", r: "2" }], + ["circle", { cx: "16", cy: "12", r: "2" }], + ["circle", { cx: "9", cy: "15", r: "2" }] + ]; + + const ChartNoAxesColumnDecreasing = [ + ["path", { d: "M12 20V10" }], + ["path", { d: "M18 20v-4" }], + ["path", { d: "M6 20V4" }] + ]; + + const ChartNoAxesColumnIncreasing = [ + ["line", { x1: "12", x2: "12", y1: "20", y2: "10" }], + ["line", { x1: "18", x2: "18", y1: "20", y2: "4" }], + ["line", { x1: "6", x2: "6", y1: "20", y2: "16" }] + ]; + + const ChartNoAxesColumn = [ + ["line", { x1: "18", x2: "18", y1: "20", y2: "10" }], + ["line", { x1: "12", x2: "12", y1: "20", y2: "4" }], + ["line", { x1: "6", x2: "6", y1: "20", y2: "14" }] + ]; + + const ChartNoAxesCombined = [ + ["path", { d: "M12 16v5" }], + ["path", { d: "M16 14v7" }], + ["path", { d: "M20 10v11" }], + ["path", { d: "m22 3-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15" }], + ["path", { d: "M4 18v3" }], + ["path", { d: "M8 14v7" }] + ]; + + const ChartNoAxesGantt = [ + ["path", { d: "M8 6h10" }], + ["path", { d: "M6 12h9" }], + ["path", { d: "M11 18h7" }] + ]; + + const ChartPie = [ + [ + "path", + { + d: "M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z" + } + ], + ["path", { d: "M21.21 15.89A10 10 0 1 1 8 2.83" }] + ]; + + const ChartScatter = [ + ["circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" }], + ["circle", { cx: "18.5", cy: "5.5", r: ".5", fill: "currentColor" }], + ["circle", { cx: "11.5", cy: "11.5", r: ".5", fill: "currentColor" }], + ["circle", { cx: "7.5", cy: "16.5", r: ".5", fill: "currentColor" }], + ["circle", { cx: "17.5", cy: "14.5", r: ".5", fill: "currentColor" }], + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }] + ]; + + const ChartSpline = [ + ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], + ["path", { d: "M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7" }] + ]; + + const CheckCheck = [ + ["path", { d: "M18 6 7 17l-5-5" }], + ["path", { d: "m22 10-7.5 7.5L13 16" }] + ]; + + const CheckLine = [ + ["path", { d: "M20 4L9 15" }], + ["path", { d: "M21 19L3 19" }], + ["path", { d: "M9 15L4 10" }] + ]; + + const Check = [["path", { d: "M20 6 9 17l-5-5" }]]; + + const ChefHat = [ + [ + "path", + { + d: "M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z" + } + ], + ["path", { d: "M6 17h12" }] + ]; + + const Cherry = [ + ["path", { d: "M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z" }], + ["path", { d: "M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z" }], + ["path", { d: "M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12" }], + ["path", { d: "M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z" }] + ]; + + const ChevronDown = [["path", { d: "m6 9 6 6 6-6" }]]; + + const ChevronFirst = [ + ["path", { d: "m17 18-6-6 6-6" }], + ["path", { d: "M7 6v12" }] + ]; + + const ChevronLast = [ + ["path", { d: "m7 18 6-6-6-6" }], + ["path", { d: "M17 6v12" }] + ]; + + const ChevronLeft = [["path", { d: "m15 18-6-6 6-6" }]]; + + const ChevronRight = [["path", { d: "m9 18 6-6-6-6" }]]; + + const ChevronsDownUp = [ + ["path", { d: "m7 20 5-5 5 5" }], + ["path", { d: "m7 4 5 5 5-5" }] + ]; + + const ChevronUp = [["path", { d: "m18 15-6-6-6 6" }]]; + + const ChevronsDown = [ + ["path", { d: "m7 6 5 5 5-5" }], + ["path", { d: "m7 13 5 5 5-5" }] + ]; + + const ChevronsLeftRightEllipsis = [ + ["path", { d: "M12 12h.01" }], + ["path", { d: "M16 12h.01" }], + ["path", { d: "m17 7 5 5-5 5" }], + ["path", { d: "m7 7-5 5 5 5" }], + ["path", { d: "M8 12h.01" }] + ]; + + const ChevronsLeftRight = [ + ["path", { d: "m9 7-5 5 5 5" }], + ["path", { d: "m15 7 5 5-5 5" }] + ]; + + const ChevronsLeft = [ + ["path", { d: "m11 17-5-5 5-5" }], + ["path", { d: "m18 17-5-5 5-5" }] + ]; + + const ChevronsRightLeft = [ + ["path", { d: "m20 17-5-5 5-5" }], + ["path", { d: "m4 17 5-5-5-5" }] + ]; + + const ChevronsRight = [ + ["path", { d: "m6 17 5-5-5-5" }], + ["path", { d: "m13 17 5-5-5-5" }] + ]; + + const ChevronsUpDown = [ + ["path", { d: "m7 15 5 5 5-5" }], + ["path", { d: "m7 9 5-5 5 5" }] + ]; + + const ChevronsUp = [ + ["path", { d: "m17 11-5-5-5 5" }], + ["path", { d: "m17 18-5-5-5 5" }] + ]; + + const Chrome = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["circle", { cx: "12", cy: "12", r: "4" }], + ["line", { x1: "21.17", x2: "12", y1: "8", y2: "8" }], + ["line", { x1: "3.95", x2: "8.54", y1: "6.06", y2: "14" }], + ["line", { x1: "10.88", x2: "15.46", y1: "21.94", y2: "14" }] + ]; + + const Church = [ + ["path", { d: "M10 9h4" }], + ["path", { d: "M12 7v5" }], + ["path", { d: "M14 22v-4a2 2 0 0 0-4 0v4" }], + [ + "path", + { + d: "M18 22V5.618a1 1 0 0 0-.553-.894l-4.553-2.277a2 2 0 0 0-1.788 0L6.553 4.724A1 1 0 0 0 6 5.618V22" + } + ], + [ + "path", + { + d: "m18 7 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.618a1 1 0 0 1 .553-.894L6 7" + } + ] + ]; + + const Cigarette = [ + ["path", { d: "M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14" }], + ["path", { d: "M18 8c0-2.5-2-2.5-2-5" }], + ["path", { d: "M21 16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1" }], + ["path", { d: "M22 8c0-2.5-2-2.5-2-5" }], + ["path", { d: "M7 12v4" }] + ]; + + const CircleAlert = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["line", { x1: "12", x2: "12", y1: "8", y2: "12" }], + ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16" }] + ]; + + const CigaretteOff = [ + ["path", { d: "M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13" }], + ["path", { d: "M18 8c0-2.5-2-2.5-2-5" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M21 12a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866" }], + ["path", { d: "M22 8c0-2.5-2-2.5-2-5" }], + ["path", { d: "M7 12v4" }] + ]; + + const CircleArrowDown = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M12 8v8" }], + ["path", { d: "m8 12 4 4 4-4" }] + ]; + + const CircleArrowOutDownLeft = [ + ["path", { d: "M2 12a10 10 0 1 1 10 10" }], + ["path", { d: "m2 22 10-10" }], + ["path", { d: "M8 22H2v-6" }] + ]; + + const CircleArrowLeft = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m12 8-4 4 4 4" }], + ["path", { d: "M16 12H8" }] + ]; + + const CircleArrowOutDownRight = [ + ["path", { d: "M12 22a10 10 0 1 1 10-10" }], + ["path", { d: "M22 22 12 12" }], + ["path", { d: "M22 16v6h-6" }] + ]; + + const CircleArrowOutUpLeft = [ + ["path", { d: "M2 8V2h6" }], + ["path", { d: "m2 2 10 10" }], + ["path", { d: "M12 2A10 10 0 1 1 2 12" }] + ]; + + const CircleArrowOutUpRight = [ + ["path", { d: "M22 12A10 10 0 1 1 12 2" }], + ["path", { d: "M22 2 12 12" }], + ["path", { d: "M16 2h6v6" }] + ]; + + const CircleArrowRight = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m12 16 4-4-4-4" }], + ["path", { d: "M8 12h8" }] + ]; + + const CircleArrowUp = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m16 12-4-4-4 4" }], + ["path", { d: "M12 16V8" }] + ]; + + const CircleCheckBig = [ + ["path", { d: "M21.801 10A10 10 0 1 1 17 3.335" }], + ["path", { d: "m9 11 3 3L22 4" }] + ]; + + const CircleCheck = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m9 12 2 2 4-4" }] + ]; + + const CircleChevronDown = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m16 10-4 4-4-4" }] + ]; + + const CircleChevronLeft = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m14 16-4-4 4-4" }] + ]; + + const CircleChevronRight = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m10 8 4 4-4 4" }] + ]; + + const CircleChevronUp = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m8 14 4-4 4 4" }] + ]; + + const CircleDashed = [ + ["path", { d: "M10.1 2.182a10 10 0 0 1 3.8 0" }], + ["path", { d: "M13.9 21.818a10 10 0 0 1-3.8 0" }], + ["path", { d: "M17.609 3.721a10 10 0 0 1 2.69 2.7" }], + ["path", { d: "M2.182 13.9a10 10 0 0 1 0-3.8" }], + ["path", { d: "M20.279 17.609a10 10 0 0 1-2.7 2.69" }], + ["path", { d: "M21.818 10.1a10 10 0 0 1 0 3.8" }], + ["path", { d: "M3.721 6.391a10 10 0 0 1 2.7-2.69" }], + ["path", { d: "M6.391 20.279a10 10 0 0 1-2.69-2.7" }] + ]; + + const CircleDivide = [ + ["line", { x1: "8", x2: "16", y1: "12", y2: "12" }], + ["line", { x1: "12", x2: "12", y1: "16", y2: "16" }], + ["line", { x1: "12", x2: "12", y1: "8", y2: "8" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const CircleDollarSign = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8" }], + ["path", { d: "M12 18V6" }] + ]; + + const CircleDotDashed = [ + ["path", { d: "M10.1 2.18a9.93 9.93 0 0 1 3.8 0" }], + ["path", { d: "M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7" }], + ["path", { d: "M21.82 10.1a9.93 9.93 0 0 1 0 3.8" }], + ["path", { d: "M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69" }], + ["path", { d: "M13.9 21.82a9.94 9.94 0 0 1-3.8 0" }], + ["path", { d: "M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7" }], + ["path", { d: "M2.18 13.9a9.93 9.93 0 0 1 0-3.8" }], + ["path", { d: "M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69" }], + ["circle", { cx: "12", cy: "12", r: "1" }] + ]; + + const CircleDot = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["circle", { cx: "12", cy: "12", r: "1" }] + ]; + + const CircleEllipsis = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M17 12h.01" }], + ["path", { d: "M12 12h.01" }], + ["path", { d: "M7 12h.01" }] + ]; + + const CircleEqual = [ + ["path", { d: "M7 10h10" }], + ["path", { d: "M7 14h10" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const CircleFadingArrowUp = [ + ["path", { d: "M12 2a10 10 0 0 1 7.38 16.75" }], + ["path", { d: "m16 12-4-4-4 4" }], + ["path", { d: "M12 16V8" }], + ["path", { d: "M2.5 8.875a10 10 0 0 0-.5 3" }], + ["path", { d: "M2.83 16a10 10 0 0 0 2.43 3.4" }], + ["path", { d: "M4.636 5.235a10 10 0 0 1 .891-.857" }], + ["path", { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" }] + ]; + + const CircleFadingPlus = [ + ["path", { d: "M12 2a10 10 0 0 1 7.38 16.75" }], + ["path", { d: "M12 8v8" }], + ["path", { d: "M16 12H8" }], + ["path", { d: "M2.5 8.875a10 10 0 0 0-.5 3" }], + ["path", { d: "M2.83 16a10 10 0 0 0 2.43 3.4" }], + ["path", { d: "M4.636 5.235a10 10 0 0 1 .891-.857" }], + ["path", { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" }] + ]; + + const CircleGauge = [ + ["path", { d: "M15.6 2.7a10 10 0 1 0 5.7 5.7" }], + ["circle", { cx: "12", cy: "12", r: "2" }], + ["path", { d: "M13.4 10.6 19 5" }] + ]; + + const CircleMinus = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M8 12h8" }] + ]; + + const CircleOff = [ + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M8.35 2.69A10 10 0 0 1 21.3 15.65" }], + ["path", { d: "M19.08 19.08A10 10 0 1 1 4.92 4.92" }] + ]; + + const CircleParking = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M9 17V7h4a3 3 0 0 1 0 6H9" }] + ]; + + const CircleParkingOff = [ + ["path", { d: "M12.656 7H13a3 3 0 0 1 2.984 3.307" }], + ["path", { d: "M13 13H9" }], + ["path", { d: "M19.071 19.071A1 1 0 0 1 4.93 4.93" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M8.357 2.687a10 10 0 0 1 12.956 12.956" }], + ["path", { d: "M9 17V9" }] + ]; + + const CirclePause = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["line", { x1: "10", x2: "10", y1: "15", y2: "9" }], + ["line", { x1: "14", x2: "14", y1: "15", y2: "9" }] + ]; + + const CirclePercent = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m15 9-6 6" }], + ["path", { d: "M9 9h.01" }], + ["path", { d: "M15 15h.01" }] + ]; + + const CirclePlay = [ + [ + "path", + { + d: "M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" + } + ], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const CirclePlus = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M8 12h8" }], + ["path", { d: "M12 8v8" }] + ]; + + const CirclePoundSterling = [ + ["path", { d: "M10 16V9.5a1 1 0 0 1 5 0" }], + ["path", { d: "M8 12h4" }], + ["path", { d: "M8 16h7" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const CircleSlash2 = [ + ["path", { d: "M22 2 2 22" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const CirclePower = [ + ["path", { d: "M12 7v4" }], + ["path", { d: "M7.998 9.003a5 5 0 1 0 8-.005" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const CircleQuestionMark = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }], + ["path", { d: "M12 17h.01" }] + ]; + + const CircleSlash = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["line", { x1: "9", x2: "15", y1: "15", y2: "9" }] + ]; + + const CircleStar = [ + [ + "path", + { + d: "M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" + } + ], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const CircleSmall = [["circle", { cx: "12", cy: "12", r: "6" }]]; + + const CircleStop = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1" }] + ]; + + const CircleUserRound = [ + ["path", { d: "M18 20a6 6 0 0 0-12 0" }], + ["circle", { cx: "12", cy: "10", r: "4" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const CircleUser = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["circle", { cx: "12", cy: "10", r: "3" }], + ["path", { d: "M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662" }] + ]; + + const CircleX = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m15 9-6 6" }], + ["path", { d: "m9 9 6 6" }] + ]; + + const Circle = [["circle", { cx: "12", cy: "12", r: "10" }]]; + + const CircuitBoard = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M11 9h4a2 2 0 0 0 2-2V3" }], + ["circle", { cx: "9", cy: "9", r: "2" }], + ["path", { d: "M7 21v-4a2 2 0 0 1 2-2h4" }], + ["circle", { cx: "15", cy: "15", r: "2" }] + ]; + + const Clapperboard = [ + ["path", { d: "M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z" }], + ["path", { d: "m6.2 5.3 3.1 3.9" }], + ["path", { d: "m12.4 3.4 3.1 4" }], + ["path", { d: "M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z" }] + ]; + + const ClipboardCheck = [ + ["rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }], + ["path", { d: "m9 14 2 2 4-4" }] + ]; + + const Citrus = [ + [ + "path", + { d: "M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z" } + ], + ["path", { d: "M19.65 15.66A8 8 0 0 1 8.35 4.34" }], + ["path", { d: "m14 10-5.5 5.5" }], + ["path", { d: "M14 17.85V10H6.15" }] + ]; + + const ClipboardClock = [ + ["path", { d: "M16 14v2.2l1.6 1" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v.832" }], + ["path", { d: "M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2" }], + ["circle", { cx: "16", cy: "16", r: "6" }], + ["rect", { x: "8", y: "2", width: "8", height: "4", rx: "1" }] + ]; + + const ClipboardCopy = [ + ["rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }], + ["path", { d: "M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v4" }], + ["path", { d: "M21 14H11" }], + ["path", { d: "m15 10-4 4 4 4" }] + ]; + + const ClipboardList = [ + ["rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }], + ["path", { d: "M12 11h4" }], + ["path", { d: "M12 16h4" }], + ["path", { d: "M8 11h.01" }], + ["path", { d: "M8 16h.01" }] + ]; + + const ClipboardMinus = [ + ["rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }], + ["path", { d: "M9 14h6" }] + ]; + + const ClipboardPaste = [ + ["path", { d: "M11 14h10" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v1.344" }], + ["path", { d: "m17 18 4-4-4-4" }], + ["path", { d: "M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 1.793-1.113" }], + ["rect", { x: "8", y: "2", width: "8", height: "4", rx: "1" }] + ]; + + const ClipboardPenLine = [ + ["rect", { width: "8", height: "4", x: "8", y: "2", rx: "1" }], + ["path", { d: "M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5" }], + ["path", { d: "M16 4h2a2 2 0 0 1 1.73 1" }], + ["path", { d: "M8 18h1" }], + [ + "path", + { + d: "M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" + } + ] + ]; + + const ClipboardPen = [ + ["rect", { width: "8", height: "4", x: "8", y: "2", rx: "1" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5" }], + ["path", { d: "M4 13.5V6a2 2 0 0 1 2-2h2" }], + [ + "path", + { + d: "M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" + } + ] + ]; + + const ClipboardPlus = [ + ["rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }], + ["path", { d: "M9 14h6" }], + ["path", { d: "M12 17v-6" }] + ]; + + const ClipboardType = [ + ["rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }], + ["path", { d: "M9 12v-1h6v1" }], + ["path", { d: "M11 17h2" }], + ["path", { d: "M12 11v6" }] + ]; + + const ClipboardX = [ + ["rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }], + ["path", { d: "m15 11-6 6" }], + ["path", { d: "m9 11 6 6" }] + ]; + + const Clipboard = [ + ["rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }] + ]; + + const Clock1 = [ + ["path", { d: "M12 6v6l2-4" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Clock10 = [ + ["path", { d: "M12 6v6l-4-2" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Clock11 = [ + ["path", { d: "M12 6v6l-2-4" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Clock2 = [ + ["path", { d: "M12 6v6l4-2" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Clock3 = [ + ["path", { d: "M12 6v6h4" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Clock12 = [ + ["path", { d: "M12 6v6" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Clock4 = [ + ["path", { d: "M12 6v6l4 2" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Clock5 = [ + ["path", { d: "M12 6v6l2 4" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Clock7 = [ + ["path", { d: "M12 6v6l-2 4" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Clock6 = [ + ["path", { d: "M12 6v10" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Clock8 = [ + ["path", { d: "M12 6v6l-4 2" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Clock9 = [ + ["path", { d: "M12 6v6H8" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const ClockAlert = [ + ["path", { d: "M12 6v6l4 2" }], + ["path", { d: "M20 12v5" }], + ["path", { d: "M20 21h.01" }], + ["path", { d: "M21.25 8.2A10 10 0 1 0 16 21.16" }] + ]; + + const ClockArrowDown = [ + ["path", { d: "M12 6v6l2 1" }], + ["path", { d: "M12.337 21.994a10 10 0 1 1 9.588-8.767" }], + ["path", { d: "m14 18 4 4 4-4" }], + ["path", { d: "M18 14v8" }] + ]; + + const ClockArrowUp = [ + ["path", { d: "M12 6v6l1.56.78" }], + ["path", { d: "M13.227 21.925a10 10 0 1 1 8.767-9.588" }], + ["path", { d: "m14 18 4-4 4 4" }], + ["path", { d: "M18 22v-8" }] + ]; + + const ClockFading = [ + ["path", { d: "M12 2a10 10 0 0 1 7.38 16.75" }], + ["path", { d: "M12 6v6l4 2" }], + ["path", { d: "M2.5 8.875a10 10 0 0 0-.5 3" }], + ["path", { d: "M2.83 16a10 10 0 0 0 2.43 3.4" }], + ["path", { d: "M4.636 5.235a10 10 0 0 1 .891-.857" }], + ["path", { d: "M8.644 21.42a10 10 0 0 0 7.631-.38" }] + ]; + + const Clock = [ + ["path", { d: "M12 6v6l4 2" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const ClockPlus = [ + ["path", { d: "M12 6v6l3.644 1.822" }], + ["path", { d: "M16 19h6" }], + ["path", { d: "M19 16v6" }], + ["path", { d: "M21.92 13.267a10 10 0 1 0-8.653 8.653" }] + ]; + + const ClosedCaption = [ + ["path", { d: "M10 9.17a3 3 0 1 0 0 5.66" }], + ["path", { d: "M17 9.17a3 3 0 1 0 0 5.66" }], + ["rect", { x: "2", y: "5", width: "20", height: "14", rx: "2" }] + ]; + + const CloudAlert = [ + ["path", { d: "M12 12v4" }], + ["path", { d: "M12 20h.01" }], + ["path", { d: "M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708" }] + ]; + + const CloudCheck = [ + ["path", { d: "m17 15-5.5 5.5L9 18" }], + ["path", { d: "M5 17.743A7 7 0 1 1 15.71 10h1.79a4.5 4.5 0 0 1 1.5 8.742" }] + ]; + + const CloudCog = [ + ["path", { d: "m10.852 19.772-.383.924" }], + ["path", { d: "m13.148 14.228.383-.923" }], + ["path", { d: "M13.148 19.772a3 3 0 1 0-2.296-5.544l-.383-.923" }], + ["path", { d: "m13.53 20.696-.382-.924a3 3 0 1 1-2.296-5.544" }], + ["path", { d: "m14.772 15.852.923-.383" }], + ["path", { d: "m14.772 18.148.923.383" }], + ["path", { d: "M4.2 15.1a7 7 0 1 1 9.93-9.858A7 7 0 0 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2" }], + ["path", { d: "m9.228 15.852-.923-.383" }], + ["path", { d: "m9.228 18.148-.923.383" }] + ]; + + const CloudDownload = [ + ["path", { d: "M12 13v8l-4-4" }], + ["path", { d: "m12 21 4-4" }], + ["path", { d: "M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284" }] + ]; + + const CloudDrizzle = [ + ["path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }], + ["path", { d: "M8 19v1" }], + ["path", { d: "M8 14v1" }], + ["path", { d: "M16 19v1" }], + ["path", { d: "M16 14v1" }], + ["path", { d: "M12 21v1" }], + ["path", { d: "M12 16v1" }] + ]; + + const CloudFog = [ + ["path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }], + ["path", { d: "M16 17H7" }], + ["path", { d: "M17 21H9" }] + ]; + + const CloudHail = [ + ["path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }], + ["path", { d: "M16 14v2" }], + ["path", { d: "M8 14v2" }], + ["path", { d: "M16 20h.01" }], + ["path", { d: "M8 20h.01" }], + ["path", { d: "M12 16v2" }], + ["path", { d: "M12 22h.01" }] + ]; + + const CloudLightning = [ + ["path", { d: "M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973" }], + ["path", { d: "m13 12-3 5h4l-3 5" }] + ]; + + const CloudMoonRain = [ + ["path", { d: "M11 20v2" }], + [ + "path", + { + d: "M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36" + } + ], + ["path", { d: "M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24" }], + ["path", { d: "M7 19v2" }] + ]; + + const CloudMoon = [ + ["path", { d: "M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6z" }], + [ + "path", + { + d: "M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36" + } + ] + ]; + + const CloudOff = [ + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193" }], + ["path", { d: "M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07" }] + ]; + + const CloudRainWind = [ + ["path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }], + ["path", { d: "m9.2 22 3-7" }], + ["path", { d: "m9 13-3 7" }], + ["path", { d: "m17 13-3 7" }] + ]; + + const CloudRain = [ + ["path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }], + ["path", { d: "M16 14v6" }], + ["path", { d: "M8 14v6" }], + ["path", { d: "M12 16v6" }] + ]; + + const CloudSnow = [ + ["path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }], + ["path", { d: "M8 15h.01" }], + ["path", { d: "M8 19h.01" }], + ["path", { d: "M12 17h.01" }], + ["path", { d: "M12 21h.01" }], + ["path", { d: "M16 15h.01" }], + ["path", { d: "M16 19h.01" }] + ]; + + const CloudSunRain = [ + ["path", { d: "M12 2v2" }], + ["path", { d: "m4.93 4.93 1.41 1.41" }], + ["path", { d: "M20 12h2" }], + ["path", { d: "m19.07 4.93-1.41 1.41" }], + ["path", { d: "M15.947 12.65a4 4 0 0 0-5.925-4.128" }], + ["path", { d: "M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24" }], + ["path", { d: "M11 20v2" }], + ["path", { d: "M7 19v2" }] + ]; + + const CloudSun = [ + ["path", { d: "M12 2v2" }], + ["path", { d: "m4.93 4.93 1.41 1.41" }], + ["path", { d: "M20 12h2" }], + ["path", { d: "m19.07 4.93-1.41 1.41" }], + ["path", { d: "M15.947 12.65a4 4 0 0 0-5.925-4.128" }], + ["path", { d: "M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z" }] + ]; + + const CloudUpload = [ + ["path", { d: "M12 13v8" }], + ["path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }], + ["path", { d: "m8 17 4-4 4 4" }] + ]; + + const Cloud = [["path", { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" }]]; + + const Cloudy = [ + ["path", { d: "M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" }], + ["path", { d: "M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5" }] + ]; + + const Clover = [ + ["path", { d: "M16.17 7.83 2 22" }], + [ + "path", + { + d: "M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12" + } + ], + ["path", { d: "m7.83 7.83 8.34 8.34" }] + ]; + + const Club = [ + [ + "path", + { d: "M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z" } + ], + ["path", { d: "M12 17.66L12 22" }] + ]; + + const CodeXml = [ + ["path", { d: "m18 16 4-4-4-4" }], + ["path", { d: "m6 8-4 4 4 4" }], + ["path", { d: "m14.5 4-5 16" }] + ]; + + const Code = [ + ["path", { d: "m16 18 6-6-6-6" }], + ["path", { d: "m8 6-6 6 6 6" }] + ]; + + const Codepen = [ + ["polygon", { points: "12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2" }], + ["line", { x1: "12", x2: "12", y1: "22", y2: "15.5" }], + ["polyline", { points: "22 8.5 12 15.5 2 8.5" }], + ["polyline", { points: "2 15.5 12 8.5 22 15.5" }], + ["line", { x1: "12", x2: "12", y1: "2", y2: "8.5" }] + ]; + + const Codesandbox = [ + [ + "path", + { + d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" + } + ], + ["polyline", { points: "7.5 4.21 12 6.81 16.5 4.21" }], + ["polyline", { points: "7.5 19.79 7.5 14.6 3 12" }], + ["polyline", { points: "21 12 16.5 14.6 16.5 19.79" }], + ["polyline", { points: "3.27 6.96 12 12.01 20.73 6.96" }], + ["line", { x1: "12", x2: "12", y1: "22.08", y2: "12" }] + ]; + + const Coffee = [ + ["path", { d: "M10 2v2" }], + ["path", { d: "M14 2v2" }], + [ + "path", + { + d: "M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1" + } + ], + ["path", { d: "M6 2v2" }] + ]; + + const Cog = [ + ["path", { d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" }], + ["path", { d: "M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" }], + ["path", { d: "M12 2v2" }], + ["path", { d: "M12 22v-2" }], + ["path", { d: "m17 20.66-1-1.73" }], + ["path", { d: "M11 10.27 7 3.34" }], + ["path", { d: "m20.66 17-1.73-1" }], + ["path", { d: "m3.34 7 1.73 1" }], + ["path", { d: "M14 12h8" }], + ["path", { d: "M2 12h2" }], + ["path", { d: "m20.66 7-1.73 1" }], + ["path", { d: "m3.34 17 1.73-1" }], + ["path", { d: "m17 3.34-1 1.73" }], + ["path", { d: "m11 13.73-4 6.93" }] + ]; + + const Coins = [ + ["circle", { cx: "8", cy: "8", r: "6" }], + ["path", { d: "M18.09 10.37A6 6 0 1 1 10.34 18" }], + ["path", { d: "M7 6h1v4" }], + ["path", { d: "m16.71 13.88.7.71-2.82 2.82" }] + ]; + + const Columns2 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M12 3v18" }] + ]; + + const Columns3Cog = [ + ["path", { d: "M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5" }], + ["path", { d: "m14.3 19.6 1-.4" }], + ["path", { d: "M15 3v7.5" }], + ["path", { d: "m15.2 16.9-.9-.3" }], + ["path", { d: "m16.6 21.7.3-.9" }], + ["path", { d: "m16.8 15.3-.4-1" }], + ["path", { d: "m19.1 15.2.3-.9" }], + ["path", { d: "m19.6 21.7-.4-1" }], + ["path", { d: "m20.7 16.8 1-.4" }], + ["path", { d: "m21.7 19.4-.9-.3" }], + ["path", { d: "M9 3v18" }], + ["circle", { cx: "18", cy: "18", r: "3" }] + ]; + + const Columns3 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M9 3v18" }], + ["path", { d: "M15 3v18" }] + ]; + + const Combine = [ + ["path", { d: "M10 18H5a3 3 0 0 1-3-3v-1" }], + ["path", { d: "M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" }], + ["path", { d: "M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" }], + ["path", { d: "m7 21 3-3-3-3" }], + ["rect", { x: "14", y: "14", width: "8", height: "8", rx: "2" }], + ["rect", { x: "2", y: "2", width: "8", height: "8", rx: "2" }] + ]; + + const Columns4 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M7.5 3v18" }], + ["path", { d: "M12 3v18" }], + ["path", { d: "M16.5 3v18" }] + ]; + + const Command = [ + ["path", { d: "M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3" }] + ]; + + const Compass = [ + [ + "path", + { + d: "m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z" + } + ], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Component = [ + [ + "path", + { + d: "M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z" + } + ], + [ + "path", + { + d: "M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z" + } + ], + [ + "path", + { + d: "M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z" + } + ], + [ + "path", + { + d: "M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z" + } + ] + ]; + + const Computer = [ + ["rect", { width: "14", height: "8", x: "5", y: "2", rx: "2" }], + ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2" }], + ["path", { d: "M6 18h2" }], + ["path", { d: "M12 18h6" }] + ]; + + const ConciergeBell = [ + ["path", { d: "M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Z" }], + ["path", { d: "M20 16a8 8 0 1 0-16 0" }], + ["path", { d: "M12 4v4" }], + ["path", { d: "M10 4h4" }] + ]; + + const Construction = [ + ["rect", { x: "2", y: "6", width: "20", height: "8", rx: "1" }], + ["path", { d: "M17 14v7" }], + ["path", { d: "M7 14v7" }], + ["path", { d: "M17 3v3" }], + ["path", { d: "M7 3v3" }], + ["path", { d: "M10 14 2.3 6.3" }], + ["path", { d: "m14 6 7.7 7.7" }], + ["path", { d: "m8 6 8 8" }] + ]; + + const Cone = [ + ["path", { d: "m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98" }], + ["ellipse", { cx: "12", cy: "19", rx: "9", ry: "3" }] + ]; + + const ContactRound = [ + ["path", { d: "M16 2v2" }], + ["path", { d: "M17.915 22a6 6 0 0 0-12 0" }], + ["path", { d: "M8 2v2" }], + ["circle", { cx: "12", cy: "12", r: "4" }], + ["rect", { x: "3", y: "4", width: "18", height: "18", rx: "2" }] + ]; + + const Contact = [ + ["path", { d: "M16 2v2" }], + ["path", { d: "M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2" }], + ["path", { d: "M8 2v2" }], + ["circle", { cx: "12", cy: "11", r: "3" }], + ["rect", { x: "3", y: "4", width: "18", height: "18", rx: "2" }] + ]; + + const Contrast = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M12 18a6 6 0 0 0 0-12v12z" }] + ]; + + const Cookie = [ + ["path", { d: "M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5" }], + ["path", { d: "M8.5 8.5v.01" }], + ["path", { d: "M16 15.5v.01" }], + ["path", { d: "M12 12v.01" }], + ["path", { d: "M11 17v.01" }], + ["path", { d: "M7 14v.01" }] + ]; + + const Container = [ + [ + "path", + { + d: "M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z" + } + ], + ["path", { d: "M10 21.9V14L2.1 9.1" }], + ["path", { d: "m10 14 11.9-6.9" }], + ["path", { d: "M14 19.8v-8.1" }], + ["path", { d: "M18 17.5V9.4" }] + ]; + + const CookingPot = [ + ["path", { d: "M2 12h20" }], + ["path", { d: "M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8" }], + ["path", { d: "m4 8 16-4" }], + ["path", { d: "m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8" }] + ]; + + const CopyCheck = [ + ["path", { d: "m12 15 2 2 4-4" }], + ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }], + ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }] + ]; + + const CopyPlus = [ + ["line", { x1: "15", x2: "15", y1: "12", y2: "18" }], + ["line", { x1: "12", x2: "18", y1: "15", y2: "15" }], + ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }], + ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }] + ]; + + const CopySlash = [ + ["line", { x1: "12", x2: "18", y1: "18", y2: "12" }], + ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }], + ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }] + ]; + + const CopyMinus = [ + ["line", { x1: "12", x2: "18", y1: "15", y2: "15" }], + ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }], + ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }] + ]; + + const CopyX = [ + ["line", { x1: "12", x2: "18", y1: "12", y2: "18" }], + ["line", { x1: "12", x2: "18", y1: "18", y2: "12" }], + ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }], + ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }] + ]; + + const Copy = [ + ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }], + ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }] + ]; + + const Copyleft = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M9.17 14.83a4 4 0 1 0 0-5.66" }] + ]; + + const Copyright = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M14.83 14.83a4 4 0 1 1 0-5.66" }] + ]; + + const CornerDownLeft = [ + ["path", { d: "M20 4v7a4 4 0 0 1-4 4H4" }], + ["path", { d: "m9 10-5 5 5 5" }] + ]; + + const CornerDownRight = [ + ["path", { d: "m15 10 5 5-5 5" }], + ["path", { d: "M4 4v7a4 4 0 0 0 4 4h12" }] + ]; + + const CornerLeftDown = [ + ["path", { d: "m14 15-5 5-5-5" }], + ["path", { d: "M20 4h-7a4 4 0 0 0-4 4v12" }] + ]; + + const CornerLeftUp = [ + ["path", { d: "M14 9 9 4 4 9" }], + ["path", { d: "M20 20h-7a4 4 0 0 1-4-4V4" }] + ]; + + const CornerRightUp = [ + ["path", { d: "m10 9 5-5 5 5" }], + ["path", { d: "M4 20h7a4 4 0 0 0 4-4V4" }] + ]; + + const CornerRightDown = [ + ["path", { d: "m10 15 5 5 5-5" }], + ["path", { d: "M4 4h7a4 4 0 0 1 4 4v12" }] + ]; + + const CornerUpLeft = [ + ["path", { d: "M20 20v-7a4 4 0 0 0-4-4H4" }], + ["path", { d: "M9 14 4 9l5-5" }] + ]; + + const CornerUpRight = [ + ["path", { d: "m15 14 5-5-5-5" }], + ["path", { d: "M4 20v-7a4 4 0 0 1 4-4h12" }] + ]; + + const CpFileDiagram = [ + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "m15 12-6 6" }], + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], + ["path", { d: "M9 14v4h4" }] + ]; + + const CpFileKanban = [ + ["path", { d: "M12 12h.2" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], + ["path", { d: "M16 12h.2" }], + ["path", { d: "M16 15h.2" }], + ["path", { d: "M8 12h.2" }], + ["path", { d: "M8 15h.2" }], + ["path", { d: "M8 18h.2" }] + ]; + + const CpFileOoPresentation = [ + ["path", { d: "M10 11v8" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], + ["path", { d: "M9 11h4a2 2 0 0 1 0 4h-3" }], + ["path", { d: "M9 19h2" }] + ]; + + const CpFileOoDocument = [ + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M15 11h2" }], + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], + ["path", { d: "M7 11h2" }], + ["path", { d: "m8 11 2 8 2-6 2 6 2-8" }] + ]; + + const CpFileOoSheet = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "m14 2v4a2 2 0 0 0 2 2h4" }], + [ + "path", + { + d: "m8 11 8 8", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "path", + { + d: "m16 11-8 8", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "path", + { + d: "m14 11h3", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "path", + { + d: "m7 11h3", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "path", + { + d: "m14 19h3", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "path", + { + d: "m7 19h3", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ] + ]; + + const CpFileSlide = [ + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], + ["path", { d: "M17 13v4a2 2 0 0 1-2 2h-5" }], + ["rect", { x: "7", y: "11", width: "7", height: "5", rx: "1" }] + ]; + + const CpFileWhiteboard = [ + [ + "path", + { + d: "M11.528 15.51a1.706 1.819 45 0 0-2.492.08c-.367.367-.544.888-.493 1.527A3 3 0 0 1 8.038 19a3 3 0 0 1 1.883-.505c.639.051 1.16-.126 1.527-.493a1.706 1.819 45 0 0 .08-2.492" + } + ], + ["path", { d: "m12 15 3-3" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }] + ]; + + const CpFormConditional = [ + ["path", { d: "m15 18 2 2 4-4" }], + ["path", { d: "m4 16 4 4" }], + ["path", { d: "m8 16-4 4" }], + ["path", { d: "m12 3v5.5" }], + ["path", { d: "m6 12.5v-3c0-0.554 0.446-1 1-1h10c0.554 0 1 0.446 1 1v3" }] + ]; + + const CpFormGridCheck = [ + ["path", { d: "m15 17 2 2 4-4" }], + ["path", { d: "m3 7 2 2 4-4" }], + [ + "rect", + { + x: "15", + y: "4", + width: "6", + height: "6", + rx: "1", + ry: "1", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "rect", + { + x: "3", + y: "14", + width: "6", + height: "6", + rx: "1", + ry: "1", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ] + ]; + + const CpFormGridRadio = [ + ["line", { x1: "5.99", x2: "6", y1: "17", y2: "17" }], + [ + "circle", + { + cx: "6", + cy: "7", + r: "3", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "circle", + { + cx: "18", + cy: "7", + r: "3", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "circle", + { + cx: "6", + cy: "17", + r: "3", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "circle", + { + cx: "18", + cy: "17", + r: "3", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + ["line", { x1: "18", x2: "18.01", y1: "7", y2: "7" }] + ]; + + const CpFormPageBreak = [ + [ + "path", + { + d: "m4 18v2c0 1.1046 0.89543 2 2 2h12c1.1046 0 2-0.89543 2-2v-2m0-8v-3l-5-5h-9c-1.1046 0-2 0.89543-2 2v6" + } + ], + ["path", { d: "m14 2v4a2 2 0 0 0 2 2h4" }], + [ + "path", + { + d: "m4 14h1", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "path", + { + d: "m9 14h1", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "path", + { + d: "m14 14h1", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ], + [ + "path", + { + d: "m19 14h1", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round", + "stroke-width": "2" + } + ] + ]; + + const CpFormPollMaybe = [ + ["path", { d: "m7 21s-4-3-4-9 4-9 4-9" }], + ["path", { d: "m17 3s4 3 4 9-4 9-4 9" }], + ["path", { d: "m9.17 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }], + ["line", { x1: "12.08", x2: "12.09", y1: "17", y2: "17" }] + ]; + + const CpFormPoll = [ + ["path", { d: "m14.28-17a2 2 0 0 1 0-4" }], + ["path", { d: "m15 17 2 2 4-4" }], + ["path", { d: "m19-17a2 2 0 0 0 0-4" }], + ["path", { d: "m3 7 2 2 4-4" }], + ["path", { d: "m4 15 4 4" }], + ["path", { d: "m8 15-4 4" }], + [ + "path", + { + d: "m15.175 5.3572a1.9682 1.9285 0 0 1 3.8249 0.64284c0 1.2857-1.9682 1.9285-1.9682 1.9285", + "stroke-width": "2" + } + ], + ["line", { x1: "17.084", x2: "17.091", y1: "10.5", y2: "10.5", "stroke-width": "2" }] + ]; + + const CpKanbanAddBottom = [ + ["path", { d: "m11 18h-8" }], + ["path", { d: "m16 6h-13" }], + ["path", { d: "m18 21v-6" }], + ["path", { d: "m21 18h-6" }], + ["path", { d: "m16 12h-13" }] + ]; + + const CpKanbanAddTop = [ + ["path", { d: "m11 6h-8" }], + ["path", { d: "M16 18H3" }], + ["path", { d: "m18 3v6" }], + ["path", { d: "m21 6h-6" }], + ["path", { d: "m16 12h-13" }] + ]; + + const Cpu = [ + ["path", { d: "M12 20v2" }], + ["path", { d: "M12 2v2" }], + ["path", { d: "M17 20v2" }], + ["path", { d: "M17 2v2" }], + ["path", { d: "M2 12h2" }], + ["path", { d: "M2 17h2" }], + ["path", { d: "M2 7h2" }], + ["path", { d: "M20 12h2" }], + ["path", { d: "M20 17h2" }], + ["path", { d: "M20 7h2" }], + ["path", { d: "M7 20v2" }], + ["path", { d: "M7 2v2" }], + ["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2" }], + ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1" }] + ]; + + const CreativeCommons = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1" }], + ["path", { d: "M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1" }] + ]; + + const CreditCard = [ + ["rect", { width: "20", height: "14", x: "2", y: "5", rx: "2" }], + ["line", { x1: "2", x2: "22", y1: "10", y2: "10" }] + ]; + + const Crop = [ + ["path", { d: "M6 2v14a2 2 0 0 0 2 2h14" }], + ["path", { d: "M18 22V8a2 2 0 0 0-2-2H2" }] + ]; + + const Croissant = [ + ["path", { d: "M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97 11 11 0 0 1 .132-6.487" }], + ["path", { d: "M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352 11 11 0 0 0-6.486.132" }], + ["path", { d: "M18 5a4 3 0 0 1 4 3 2 2 0 0 1-2 2 10 10 0 0 0-5.139 1.42" }], + ["path", { d: "M5 18a3 4 0 0 0 3 4 2 2 0 0 0 2-2 10 10 0 0 1 1.42-5.14" }], + [ + "path", + { + d: "M8.709 2.554a10 10 0 0 0-6.155 6.155 1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676" + } + ] + ]; + + const Cross = [ + [ + "path", + { + d: "M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z" + } + ] + ]; + + const Crosshair = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["line", { x1: "22", x2: "18", y1: "12", y2: "12" }], + ["line", { x1: "6", x2: "2", y1: "12", y2: "12" }], + ["line", { x1: "12", x2: "12", y1: "6", y2: "2" }], + ["line", { x1: "12", x2: "12", y1: "22", y2: "18" }] + ]; + + const Crown = [ + [ + "path", + { + d: "M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z" + } + ], + ["path", { d: "M5 21h14" }] + ]; + + const Cuboid = [ + [ + "path", + { + d: "m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z" + } + ], + ["path", { d: "M10 22v-8L2.25 9.15" }], + ["path", { d: "m10 14 11.77-6.87" }] + ]; + + const CupSoda = [ + ["path", { d: "m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8" }], + ["path", { d: "M5 8h14" }], + ["path", { d: "M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0" }], + ["path", { d: "m12 8 1-6h2" }] + ]; + + const Currency = [ + ["circle", { cx: "12", cy: "12", r: "8" }], + ["line", { x1: "3", x2: "6", y1: "3", y2: "6" }], + ["line", { x1: "21", x2: "18", y1: "3", y2: "6" }], + ["line", { x1: "3", x2: "6", y1: "21", y2: "18" }], + ["line", { x1: "21", x2: "18", y1: "21", y2: "18" }] + ]; + + const Cylinder = [ + ["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }], + ["path", { d: "M3 5v14a9 3 0 0 0 18 0V5" }] + ]; + + const Dam = [ + ["path", { d: "M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" }], + ["path", { d: "M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" }], + ["path", { d: "M2 10h4" }], + ["path", { d: "M2 14h4" }], + ["path", { d: "M2 18h4" }], + ["path", { d: "M2 6h4" }], + ["path", { d: "M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z" }] + ]; + + const DatabaseBackup = [ + ["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }], + ["path", { d: "M3 12a9 3 0 0 0 5 2.69" }], + ["path", { d: "M21 9.3V5" }], + ["path", { d: "M3 5v14a9 3 0 0 0 6.47 2.88" }], + ["path", { d: "M12 12v4h4" }], + ["path", { d: "M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16" }] + ]; + + const DatabaseZap = [ + ["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }], + ["path", { d: "M3 5V19A9 3 0 0 0 15 21.84" }], + ["path", { d: "M21 5V8" }], + ["path", { d: "M21 12L18 17H22L19 22" }], + ["path", { d: "M3 12A9 3 0 0 0 14.59 14.87" }] + ]; + + const Database = [ + ["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }], + ["path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }], + ["path", { d: "M3 12A9 3 0 0 0 21 12" }] + ]; + + const DecimalsArrowLeft = [ + ["path", { d: "m13 21-3-3 3-3" }], + ["path", { d: "M20 18H10" }], + ["path", { d: "M3 11h.01" }], + ["rect", { x: "6", y: "3", width: "5", height: "8", rx: "2.5" }] + ]; + + const DecimalsArrowRight = [ + ["path", { d: "M10 18h10" }], + ["path", { d: "m17 21 3-3-3-3" }], + ["path", { d: "M3 11h.01" }], + ["rect", { x: "15", y: "3", width: "5", height: "8", rx: "2.5" }], + ["rect", { x: "6", y: "3", width: "5", height: "8", rx: "2.5" }] + ]; + + const Delete = [ + [ + "path", + { + d: "M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z" + } + ], + ["path", { d: "m12 9 6 6" }], + ["path", { d: "m18 9-6 6" }] + ]; + + const Dessert = [ + [ + "path", + { + d: "M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006 10 10 0 0 0-8.161-9.826" + } + ], + ["path", { d: "M20.804 14.869a9 9 0 0 1-17.608 0" }], + ["circle", { cx: "12", cy: "4", r: "2" }] + ]; + + const Diameter = [ + ["circle", { cx: "19", cy: "19", r: "2" }], + ["circle", { cx: "5", cy: "5", r: "2" }], + ["path", { d: "M6.48 3.66a10 10 0 0 1 13.86 13.86" }], + ["path", { d: "m6.41 6.41 11.18 11.18" }], + ["path", { d: "M3.66 6.48a10 10 0 0 0 13.86 13.86" }] + ]; + + const DiamondMinus = [ + [ + "path", + { + d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z" + } + ], + ["path", { d: "M8 12h8" }] + ]; + + const DiamondPercent = [ + [ + "path", + { + d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z" + } + ], + ["path", { d: "M9.2 9.2h.01" }], + ["path", { d: "m14.5 9.5-5 5" }], + ["path", { d: "M14.7 14.8h.01" }] + ]; + + const DiamondPlus = [ + ["path", { d: "M12 8v8" }], + [ + "path", + { + d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z" + } + ], + ["path", { d: "M8 12h8" }] + ]; + + const Diamond = [ + [ + "path", + { + d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z" + } + ] + ]; + + const Dice1 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["path", { d: "M12 12h.01" }] + ]; + + const Dice2 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["path", { d: "M15 9h.01" }], + ["path", { d: "M9 15h.01" }] + ]; + + const Dice3 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["path", { d: "M16 8h.01" }], + ["path", { d: "M12 12h.01" }], + ["path", { d: "M8 16h.01" }] + ]; + + const Dice4 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["path", { d: "M16 8h.01" }], + ["path", { d: "M8 8h.01" }], + ["path", { d: "M8 16h.01" }], + ["path", { d: "M16 16h.01" }] + ]; + + const Dice5 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["path", { d: "M16 8h.01" }], + ["path", { d: "M8 8h.01" }], + ["path", { d: "M8 16h.01" }], + ["path", { d: "M16 16h.01" }], + ["path", { d: "M12 12h.01" }] + ]; + + const Dice6 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["path", { d: "M16 8h.01" }], + ["path", { d: "M16 12h.01" }], + ["path", { d: "M16 16h.01" }], + ["path", { d: "M8 8h.01" }], + ["path", { d: "M8 12h.01" }], + ["path", { d: "M8 16h.01" }] + ]; + + const Dices = [ + ["rect", { width: "12", height: "12", x: "2", y: "10", rx: "2", ry: "2" }], + ["path", { d: "m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6" }], + ["path", { d: "M6 18h.01" }], + ["path", { d: "M10 14h.01" }], + ["path", { d: "M15 6h.01" }], + ["path", { d: "M18 9h.01" }] + ]; + + const Diff = [ + ["path", { d: "M12 3v14" }], + ["path", { d: "M5 10h14" }], + ["path", { d: "M5 21h14" }] + ]; + + const Disc2 = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["circle", { cx: "12", cy: "12", r: "4" }], + ["path", { d: "M12 12h.01" }] + ]; + + const Disc3 = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M6 12c0-1.7.7-3.2 1.8-4.2" }], + ["circle", { cx: "12", cy: "12", r: "2" }], + ["path", { d: "M18 12c0 1.7-.7 3.2-1.8 4.2" }] + ]; + + const DiscAlbum = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["circle", { cx: "12", cy: "12", r: "5" }], + ["path", { d: "M12 12h.01" }] + ]; + + const Disc = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["circle", { cx: "12", cy: "12", r: "2" }] + ]; + + const Divide = [ + ["circle", { cx: "12", cy: "6", r: "1" }], + ["line", { x1: "5", x2: "19", y1: "12", y2: "12" }], + ["circle", { cx: "12", cy: "18", r: "1" }] + ]; + + const DnaOff = [ + ["path", { d: "M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8" }], + ["path", { d: "m17 6-2.891-2.891" }], + ["path", { d: "M2 15c3.333-3 6.667-3 10-3" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "m20 9 .891.891" }], + ["path", { d: "M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1" }], + ["path", { d: "M3.109 14.109 4 15" }], + ["path", { d: "m6.5 12.5 1 1" }], + ["path", { d: "m7 18 2.891 2.891" }], + ["path", { d: "M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16" }] + ]; + + const Dna = [ + ["path", { d: "m10 16 1.5 1.5" }], + ["path", { d: "m14 8-1.5-1.5" }], + ["path", { d: "M15 2c-1.798 1.998-2.518 3.995-2.807 5.993" }], + ["path", { d: "m16.5 10.5 1 1" }], + ["path", { d: "m17 6-2.891-2.891" }], + ["path", { d: "M2 15c6.667-6 13.333 0 20-6" }], + ["path", { d: "m20 9 .891.891" }], + ["path", { d: "M3.109 14.109 4 15" }], + ["path", { d: "m6.5 12.5 1 1" }], + ["path", { d: "m7 18 2.891 2.891" }], + ["path", { d: "M9 22c1.798-1.998 2.518-3.995 2.807-5.993" }] + ]; + + const Dock = [ + ["path", { d: "M2 8h20" }], + ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }], + ["path", { d: "M6 16h12" }] + ]; + + const Dog = [ + ["path", { d: "M11.25 16.25h1.5L12 17z" }], + ["path", { d: "M16 14v.5" }], + [ + "path", + { + d: "M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309" + } + ], + ["path", { d: "M8 14v.5" }], + [ + "path", + { + d: "M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5" + } + ] + ]; + + const DollarSign = [ + ["line", { x1: "12", x2: "12", y1: "2", y2: "22" }], + ["path", { d: "M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" }] + ]; + + const Donut = [ + [ + "path", + { + d: "M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3" + } + ], + ["circle", { cx: "12", cy: "12", r: "3" }] + ]; + + const DoorClosedLocked = [ + ["path", { d: "M10 12h.01" }], + ["path", { d: "M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14" }], + ["path", { d: "M2 20h8" }], + ["path", { d: "M20 17v-2a2 2 0 1 0-4 0v2" }], + ["rect", { x: "14", y: "17", width: "8", height: "5", rx: "1" }] + ]; + + const DoorClosed = [ + ["path", { d: "M10 12h.01" }], + ["path", { d: "M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14" }], + ["path", { d: "M2 20h20" }] + ]; + + const DoorOpen = [ + ["path", { d: "M11 20H2" }], + [ + "path", + { + d: "M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z" + } + ], + ["path", { d: "M11 4H8a2 2 0 0 0-2 2v14" }], + ["path", { d: "M14 12h.01" }], + ["path", { d: "M22 20h-3" }] + ]; + + const Dot = [["circle", { cx: "12.1", cy: "12.1", r: "1" }]]; + + const Download = [ + ["path", { d: "M12 15V3" }], + ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }], + ["path", { d: "m7 10 5 5 5-5" }] + ]; + + const DraftingCompass = [ + ["path", { d: "m12.99 6.74 1.93 3.44" }], + ["path", { d: "M19.136 12a10 10 0 0 1-14.271 0" }], + ["path", { d: "m21 21-2.16-3.84" }], + ["path", { d: "m3 21 8.02-14.26" }], + ["circle", { cx: "12", cy: "5", r: "2" }] + ]; + + const Dribbble = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94" }], + ["path", { d: "M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32" }], + ["path", { d: "M8.56 2.75c4.37 6 6 9.42 8 17.72" }] + ]; + + const Drama = [ + ["path", { d: "M10 11h.01" }], + ["path", { d: "M14 6h.01" }], + ["path", { d: "M18 6h.01" }], + ["path", { d: "M6.5 13.1h.01" }], + ["path", { d: "M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3" }], + ["path", { d: "M17.4 9.9c-.8.8-2 .8-2.8 0" }], + [ + "path", + { + d: "M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7" + } + ], + ["path", { d: "M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4" }] + ]; + + const Drill = [ + ["path", { d: "M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z" }], + [ + "path", + { + d: "M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8" + } + ], + ["path", { d: "M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3" }], + ["path", { d: "M18 6h4" }], + ["path", { d: "m5 10-2 8" }], + ["path", { d: "m7 18 2-8" }] + ]; + + const Drone = [ + ["path", { d: "M10 10 7 7" }], + ["path", { d: "m10 14-3 3" }], + ["path", { d: "m14 10 3-3" }], + ["path", { d: "m14 14 3 3" }], + ["path", { d: "M14.205 4.139a4 4 0 1 1 5.439 5.863" }], + ["path", { d: "M19.637 14a4 4 0 1 1-5.432 5.868" }], + ["path", { d: "M4.367 10a4 4 0 1 1 5.438-5.862" }], + ["path", { d: "M9.795 19.862a4 4 0 1 1-5.429-5.873" }], + ["rect", { x: "10", y: "8", width: "4", height: "8", rx: "1" }] + ]; + + const Droplet = [ + [ + "path", + { + d: "M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z" + } + ] + ]; + + const DropletOff = [ + [ + "path", + { + d: "M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586" + } + ], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208" }] + ]; + + const Droplets = [ + [ + "path", + { + d: "M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z" + } + ], + [ + "path", + { + d: "M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97" + } + ] + ]; + + const Drum = [ + ["path", { d: "m2 2 8 8" }], + ["path", { d: "m22 2-8 8" }], + ["ellipse", { cx: "12", cy: "9", rx: "10", ry: "5" }], + ["path", { d: "M7 13.4v7.9" }], + ["path", { d: "M12 14v8" }], + ["path", { d: "M17 13.4v7.9" }], + ["path", { d: "M2 9v8a10 5 0 0 0 20 0V9" }] + ]; + + const Drumstick = [ + ["path", { d: "M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23" }], + ["path", { d: "m8.29 12.71-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59" }] + ]; + + const Dumbbell = [ + [ + "path", + { + d: "M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z" + } + ], + ["path", { d: "m2.5 21.5 1.4-1.4" }], + ["path", { d: "m20.1 3.9 1.4-1.4" }], + [ + "path", + { + d: "M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z" + } + ], + ["path", { d: "m9.6 14.4 4.8-4.8" }] + ]; + + const Ear = [ + ["path", { d: "M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0" }], + ["path", { d: "M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4" }] + ]; + + const EarOff = [ + ["path", { d: "M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46" }], + ["path", { d: "M6 8.5c0-.75.13-1.47.36-2.14" }], + ["path", { d: "M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76" }], + ["path", { d: "M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18" }], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const EarthLock = [ + ["path", { d: "M7 3.34V5a3 3 0 0 0 3 3" }], + ["path", { d: "M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05" }], + ["path", { d: "M21.54 15H17a2 2 0 0 0-2 2v4.54" }], + ["path", { d: "M12 2a10 10 0 1 0 9.54 13" }], + ["path", { d: "M20 6V4a2 2 0 1 0-4 0v2" }], + ["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1" }] + ]; + + const Earth = [ + ["path", { d: "M21.54 15H17a2 2 0 0 0-2 2v4.54" }], + [ + "path", + { d: "M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17" } + ], + ["path", { d: "M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Eclipse = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M12 2a7 7 0 1 0 10 10" }] + ]; + + const EggFried = [ + ["circle", { cx: "11.5", cy: "12.5", r: "3.5" }], + [ + "path", + { + d: "M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z" + } + ] + ]; + + const EggOff = [ + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M20 14.347V14c0-6-4-12-8-12-1.078 0-2.157.436-3.157 1.19" }], + ["path", { d: "M6.206 6.21C4.871 8.4 4 11.2 4 14a8 8 0 0 0 14.568 4.568" }] + ]; + + const Egg = [["path", { d: "M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12" }]]; + + const EllipsisVertical = [ + ["circle", { cx: "12", cy: "12", r: "1" }], + ["circle", { cx: "12", cy: "5", r: "1" }], + ["circle", { cx: "12", cy: "19", r: "1" }] + ]; + + const Ellipsis = [ + ["circle", { cx: "12", cy: "12", r: "1" }], + ["circle", { cx: "19", cy: "12", r: "1" }], + ["circle", { cx: "5", cy: "12", r: "1" }] + ]; + + const EqualApproximately = [ + ["path", { d: "M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" }], + ["path", { d: "M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0" }] + ]; + + const EqualNot = [ + ["line", { x1: "5", x2: "19", y1: "9", y2: "9" }], + ["line", { x1: "5", x2: "19", y1: "15", y2: "15" }], + ["line", { x1: "19", x2: "5", y1: "5", y2: "19" }] + ]; + + const Equal = [ + ["line", { x1: "5", x2: "19", y1: "9", y2: "9" }], + ["line", { x1: "5", x2: "19", y1: "15", y2: "15" }] + ]; + + const Eraser = [ + [ + "path", + { + d: "M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21" + } + ], + ["path", { d: "m5.082 11.09 8.828 8.828" }] + ]; + + const EthernetPort = [ + [ + "path", + { d: "m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z" } + ], + ["path", { d: "M6 8v1" }], + ["path", { d: "M10 8v1" }], + ["path", { d: "M14 8v1" }], + ["path", { d: "M18 8v1" }] + ]; + + const Euro = [ + ["path", { d: "M4 10h12" }], + ["path", { d: "M4 14h9" }], + [ + "path", + { d: "M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2" } + ] + ]; + + const Expand = [ + ["path", { d: "m15 15 6 6" }], + ["path", { d: "m15 9 6-6" }], + ["path", { d: "M21 16v5h-5" }], + ["path", { d: "M21 8V3h-5" }], + ["path", { d: "M3 16v5h5" }], + ["path", { d: "m3 21 6-6" }], + ["path", { d: "M3 8V3h5" }], + ["path", { d: "M9 9 3 3" }] + ]; + + const ExternalLink = [ + ["path", { d: "M15 3h6v6" }], + ["path", { d: "M10 14 21 3" }], + ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }] + ]; + + const EyeClosed = [ + ["path", { d: "m15 18-.722-3.25" }], + ["path", { d: "M2 8a10.645 10.645 0 0 0 20 0" }], + ["path", { d: "m20 15-1.726-2.05" }], + ["path", { d: "m4 15 1.726-2.05" }], + ["path", { d: "m9 18 .722-3.25" }] + ]; + + const EyeOff = [ + [ + "path", + { + d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" + } + ], + ["path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }], + [ + "path", + { + d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" + } + ], + ["path", { d: "m2 2 20 20" }] + ]; + + const Eye = [ + [ + "path", + { + d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" + } + ], + ["circle", { cx: "12", cy: "12", r: "3" }] + ]; + + const Facebook = [ + ["path", { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" }] + ]; + + const Factory = [ + ["path", { d: "M12 16h.01" }], + ["path", { d: "M16 16h.01" }], + [ + "path", + { + d: "M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a.5.5 0 0 0-.769-.422l-4.462 2.844A.5.5 0 0 1 15 10.5v-2a.5.5 0 0 0-.769-.422L9.77 10.922A.5.5 0 0 1 9 10.5V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z" + } + ], + ["path", { d: "M8 16h.01" }] + ]; + + const Fan = [ + [ + "path", + { + d: "M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z" + } + ], + ["path", { d: "M12 12v.01" }] + ]; + + const FastForward = [ + ["path", { d: "M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z" }], + ["path", { d: "M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z" }] + ]; + + const Feather = [ + [ + "path", + { + d: "M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z" + } + ], + ["path", { d: "M16 8 2 22" }], + ["path", { d: "M17.5 15H9" }] + ]; + + const Fence = [ + ["path", { d: "M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z" }], + ["path", { d: "M6 8h4" }], + ["path", { d: "M6 18h4" }], + ["path", { d: "m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z" }], + ["path", { d: "M14 8h4" }], + ["path", { d: "M14 18h4" }], + ["path", { d: "m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z" }] + ]; + + const Figma = [ + ["path", { d: "M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z" }], + ["path", { d: "M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z" }], + ["path", { d: "M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z" }], + ["path", { d: "M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z" }], + ["path", { d: "M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z" }] + ]; + + const FerrisWheel = [ + ["circle", { cx: "12", cy: "12", r: "2" }], + ["path", { d: "M12 2v4" }], + ["path", { d: "m6.8 15-3.5 2" }], + ["path", { d: "m20.7 7-3.5 2" }], + ["path", { d: "M6.8 9 3.3 7" }], + ["path", { d: "m20.7 17-3.5-2" }], + ["path", { d: "m9 22 3-8 3 8" }], + ["path", { d: "M8 22h8" }], + ["path", { d: "M18 18.7a9 9 0 1 0-12 0" }] + ]; + + const FileArchive = [ + ["path", { d: "M10 12v-1" }], + ["path", { d: "M10 18v-2" }], + ["path", { d: "M10 7V6" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01" }], + ["circle", { cx: "10", cy: "20", r: "2" }] + ]; + + const FileAudio2 = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["circle", { cx: "3", cy: "17", r: "1" }], + ["path", { d: "M2 17v-3a4 4 0 0 1 8 0v3" }], + ["circle", { cx: "9", cy: "17", r: "1" }] + ]; + + const FileAxis3d = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "m8 18 4-4" }], + ["path", { d: "M8 10v8h8" }] + ]; + + const FileAudio = [ + ["path", { d: "M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + [ + "path", + { d: "M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0" } + ] + ]; + + const FileBadge2 = [ + [ + "path", + { + d: "m13.69 12.479 1.29 4.88a.5.5 0 0 1-.697.591l-1.844-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88" + } + ], + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], + ["circle", { cx: "12", cy: "10", r: "3" }] + ]; + + const FileBadge = [ + ["path", { d: "M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.072" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + [ + "path", + { + d: "m6.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.88.001l-1.846.85a.5.5 0 0 1-.693-.593l1.29-4.88" + } + ], + ["circle", { cx: "5", cy: "14", r: "3" }] + ]; + + const FileBox = [ + ["path", { d: "M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + [ + "path", + { + d: "M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01Z" + } + ], + ["path", { d: "M7 17v5" }], + ["path", { d: "M11.7 14.2 7 17l-4.7-2.8" }] + ]; + + const FileChartColumnIncreasing = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M8 18v-2" }], + ["path", { d: "M12 18v-4" }], + ["path", { d: "M16 18v-6" }] + ]; + + const FileChartColumn = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M8 18v-1" }], + ["path", { d: "M12 18v-6" }], + ["path", { d: "M16 18v-3" }] + ]; + + const FileChartLine = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "m16 13-3.5 3.5-2-2L8 17" }] + ]; + + const FileChartPie = [ + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5" }], + ["path", { d: "M4.017 11.512a6 6 0 1 0 8.466 8.475" }], + [ + "path", + { + d: "M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z" + } + ] + ]; + + const FileCheck = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "m9 15 2 2 4-4" }] + ]; + + const FileCheck2 = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "m3 15 2 2 4-4" }] + ]; + + const FileClock = [ + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" }], + ["path", { d: "M8 14v2.2l1.6 1" }], + ["circle", { cx: "8", cy: "16", r: "6" }] + ]; + + const FileCode2 = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "m5 12-3 3 3 3" }], + ["path", { d: "m9 18 3-3-3-3" }] + ]; + + const FileCode = [ + ["path", { d: "M10 12.5 8 15l2 2.5" }], + ["path", { d: "m14 12.5 2 2.5-2 2.5" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }] + ]; + + const FileCog = [ + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "m2.305 15.53.923-.382" }], + ["path", { d: "m3.228 12.852-.924-.383" }], + ["path", { d: "M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5" }], + ["path", { d: "m4.852 11.228-.383-.923" }], + ["path", { d: "m4.852 16.772-.383.924" }], + ["path", { d: "m7.148 11.228.383-.923" }], + ["path", { d: "m7.53 17.696-.382-.924" }], + ["path", { d: "m8.772 12.852.923-.383" }], + ["path", { d: "m8.772 15.148.923.383" }], + ["circle", { cx: "6", cy: "14", r: "3" }] + ]; + + const FileDiff = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M9 10h6" }], + ["path", { d: "M12 13V7" }], + ["path", { d: "M9 17h6" }] + ]; + + const FileDown = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M12 18v-6" }], + ["path", { d: "m9 15 3 3 3-3" }] + ]; + + const FileHeart = [ + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + [ + "path", + { + d: "M2.62 13.8A2.25 2.25 0 1 1 6 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" + } + ], + ["path", { d: "M4 6.005V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-1.9-1.376" }] + ]; + + const FileDigit = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["rect", { width: "4", height: "6", x: "2", y: "12", rx: "2" }], + ["path", { d: "M10 12h2v6" }], + ["path", { d: "M10 18h4" }] + ]; + + const FileImage = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["circle", { cx: "10", cy: "12", r: "2" }], + ["path", { d: "m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22" }] + ]; + + const FileInput = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M2 15h10" }], + ["path", { d: "m9 18 3-3-3-3" }] + ]; + + const FileJson2 = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1" }], + ["path", { d: "M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" }] + ]; + + const FileJson = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1" }], + ["path", { d: "M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1" }] + ]; + + const FileKey2 = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["circle", { cx: "4", cy: "16", r: "2" }], + ["path", { d: "m10 10-4.5 4.5" }], + ["path", { d: "m9 11 1 1" }] + ]; + + const FileKey = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["circle", { cx: "10", cy: "16", r: "2" }], + ["path", { d: "m16 10-4.5 4.5" }], + ["path", { d: "m15 11 1 1" }] + ]; + + const FileLock2 = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["rect", { width: "8", height: "5", x: "2", y: "13", rx: "1" }], + ["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2" }] + ]; + + const FileLock = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["rect", { width: "8", height: "6", x: "8", y: "12", rx: "1" }], + ["path", { d: "M10 12v-2a2 2 0 1 1 4 0v2" }] + ]; + + const FileMinus2 = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M3 15h6" }] + ]; + + const FileMinus = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M9 15h6" }] + ]; + + const FileMusic = [ + ["path", { d: "M10.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v8.4" }], + ["path", { d: "M8 18v-7.7L16 9v7" }], + ["circle", { cx: "14", cy: "16", r: "2" }], + ["circle", { cx: "6", cy: "18", r: "2" }] + ]; + + const FileOutput = [ + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M4 7V4a2 2 0 0 1 2-2 2 2 0 0 0-2 2" }], + ["path", { d: "M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6" }], + ["path", { d: "m5 11-3 3" }], + ["path", { d: "m5 17-3-3h10" }] + ]; + + const FilePenLine = [ + [ + "path", + { d: "m18 5-2.414-2.414A2 2 0 0 0 14.172 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2" } + ], + [ + "path", + { + d: "M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" + } + ], + ["path", { d: "M8 18h1" }] + ]; + + const FilePen = [ + ["path", { d: "M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + [ + "path", + { + d: "M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" + } + ] + ]; + + const FilePlay = [ + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], + [ + "path", + { + d: "M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z" + } + ] + ]; + + const FilePlus2 = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M3 15h6" }], + ["path", { d: "M6 12v6" }] + ]; + + const FilePlus = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M9 15h6" }], + ["path", { d: "M12 18v-6" }] + ]; + + const FileQuestionMark = [ + ["path", { d: "M12 17h.01" }], + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], + ["path", { d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }] + ]; + + const FileSearch2 = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["circle", { cx: "11.5", cy: "14.5", r: "2.5" }], + ["path", { d: "M13.3 16.3 15 18" }] + ]; + + const FileScan = [ + ["path", { d: "M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M16 14a2 2 0 0 0-2 2" }], + ["path", { d: "M20 14a2 2 0 0 1 2 2" }], + ["path", { d: "M20 22a2 2 0 0 0 2-2" }], + ["path", { d: "M16 22a2 2 0 0 1-2-2" }] + ]; + + const FileSearch = [ + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3" }], + ["path", { d: "m9 18-1.5-1.5" }], + ["circle", { cx: "5", cy: "14", r: "3" }] + ]; + + const FileSpreadsheet = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M8 13h2" }], + ["path", { d: "M14 13h2" }], + ["path", { d: "M8 17h2" }], + ["path", { d: "M14 17h2" }] + ]; + + const FileSliders = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M8 12h8" }], + ["path", { d: "M10 11v2" }], + ["path", { d: "M8 17h8" }], + ["path", { d: "M14 16v2" }] + ]; + + const FileSymlink = [ + ["path", { d: "m10 18 3-3-3-3" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + [ + "path", + { d: "M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7" } + ] + ]; + + const FileStack = [ + ["path", { d: "M11 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1" }], + ["path", { d: "M16 16a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1" }], + [ + "path", + { + d: "M21 6a2 2 0 0 0-.586-1.414l-2-2A2 2 0 0 0 17 2h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1z" + } + ] + ]; + + const FileTerminal = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "m8 16 2-2-2-2" }], + ["path", { d: "M12 18h4" }] + ]; + + const FileText = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M10 9H8" }], + ["path", { d: "M16 13H8" }], + ["path", { d: "M16 17H8" }] + ]; + + const FileType2 = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M2 13v-1h6v1" }], + ["path", { d: "M5 12v6" }], + ["path", { d: "M4 18h2" }] + ]; + + const FileType = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M9 13v-1h6v1" }], + ["path", { d: "M12 12v6" }], + ["path", { d: "M11 18h2" }] + ]; + + const FileUser = [ + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M15 18a3 3 0 1 0-6 0" }], + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z" }], + ["circle", { cx: "12", cy: "13", r: "2" }] + ]; + + const FileUp = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M12 12v6" }], + ["path", { d: "m15 15-3-3-3 3" }] + ]; + + const FileVideoCamera = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["rect", { width: "8", height: "6", x: "2", y: "12", rx: "1" }], + [ + "path", + { d: "m10 13.843 3.033-1.755a.645.645 0 0 1 .967.56v4.704a.645.645 0 0 1-.967.56L10 16.157" } + ] + ]; + + const FileVolume2 = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M8 15h.01" }], + ["path", { d: "M11.5 13.5a2.5 2.5 0 0 1 0 3" }], + ["path", { d: "M15 12a5 5 0 0 1 0 6" }] + ]; + + const FileVolume = [ + ["path", { d: "M11 11a5 5 0 0 1 0 6" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M4 6.765V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-.93-.23" }], + [ + "path", + { + d: "M7 10.51a.5.5 0 0 0-.826-.38l-1.893 1.628A1 1 0 0 1 3.63 12H2.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h1.129a1 1 0 0 1 .652.242l1.893 1.63a.5.5 0 0 0 .826-.38z" + } + ] + ]; + + const FileWarning = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M12 9v4" }], + ["path", { d: "M12 17h.01" }] + ]; + + const FileX2 = [ + ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "m8 12.5-5 5" }], + ["path", { d: "m3 12.5 5 5" }] + ]; + + const FileX = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "m14.5 12.5-5 5" }], + ["path", { d: "m9.5 12.5 5 5" }] + ]; + + const File = [ + ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }] + ]; + + const Files = [ + [ + "path", + { + d: "M15 2a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 21 8v7a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z" + } + ], + ["path", { d: "M15 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1" }] + ]; + + const Fingerprint = [ + ["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4" }], + ["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88" }], + ["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02" }], + ["path", { d: "M2 12a10 10 0 0 1 18-6" }], + ["path", { d: "M2 16h.01" }], + ["path", { d: "M21.8 16c.2-2 .131-5.354 0-6" }], + ["path", { d: "M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2" }], + ["path", { d: "M8.65 22c.21-.66.45-1.32.57-2" }], + ["path", { d: "M9 6.8a6 6 0 0 1 9 5.2v2" }] + ]; + + const Film = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M7 3v18" }], + ["path", { d: "M3 7.5h4" }], + ["path", { d: "M3 12h18" }], + ["path", { d: "M3 16.5h4" }], + ["path", { d: "M17 3v18" }], + ["path", { d: "M17 7.5h4" }], + ["path", { d: "M17 16.5h4" }] + ]; + + const FireExtinguisher = [ + ["path", { d: "M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5" }], + ["path", { d: "M9 18h8" }], + ["path", { d: "M18 3h-3" }], + ["path", { d: "M11 3a6 6 0 0 0-6 6v11" }], + ["path", { d: "M5 13h4" }], + ["path", { d: "M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z" }] + ]; + + const FishOff = [ + [ + "path", + { + d: "M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058" + } + ], + [ + "path", + { + d: "M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618" + } + ], + [ + "path", + { + d: "m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20" + } + ] + ]; + + const Fish = [ + [ + "path", + { + d: "M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z" + } + ], + ["path", { d: "M18 12v.5" }], + ["path", { d: "M16 17.93a9.77 9.77 0 0 1 0-11.86" }], + [ + "path", + { + d: "M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33" + } + ], + ["path", { d: "M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4" }], + ["path", { d: "m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98" }] + ]; + + const FishSymbol = [["path", { d: "M2 16s9-15 20-4C11 23 2 8 2 8" }]]; + + const FlagOff = [ + ["path", { d: "M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M4 22V4" }], + ["path", { d: "M7.656 2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347" }] + ]; + + const FlagTriangleLeft = [ + ["path", { d: "M18 22V2.8a.8.8 0 0 0-1.17-.71L5.45 7.78a.8.8 0 0 0 0 1.44L18 15.5" }] + ]; + + const Flag = [ + [ + "path", + { + d: "M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" + } + ] + ]; + + const FlameKindling = [ + [ + "path", + { + d: "M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z" + } + ], + ["path", { d: "m5 22 14-4" }], + ["path", { d: "m5 18 14 4" }] + ]; + + const FlagTriangleRight = [ + ["path", { d: "M6 22V2.8a.8.8 0 0 1 1.17-.71l11.38 5.69a.8.8 0 0 1 0 1.44L6 15.5" }] + ]; + + const Flame = [ + [ + "path", + { + d: "M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z" + } + ] + ]; + + const FlashlightOff = [ + ["path", { d: "M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4" }], + ["path", { d: "M7 2h11v4c0 2-2 2-2 4v1" }], + ["line", { x1: "11", x2: "18", y1: "6", y2: "6" }], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const Flashlight = [ + ["path", { d: "M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z" }], + ["line", { x1: "6", x2: "18", y1: "6", y2: "6" }], + ["line", { x1: "12", x2: "12", y1: "12", y2: "12" }] + ]; + + const FlaskConicalOff = [ + ["path", { d: "M10 2v2.343" }], + ["path", { d: "M14 2v6.343" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563" }], + ["path", { d: "M6.453 15H15" }], + ["path", { d: "M8.5 2h7" }] + ]; + + const FlaskConical = [ + [ + "path", + { + d: "M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2" + } + ], + ["path", { d: "M6.453 15h11.094" }], + ["path", { d: "M8.5 2h7" }] + ]; + + const FlipHorizontal2 = [ + ["path", { d: "m3 7 5 5-5 5V7" }], + ["path", { d: "m21 7-5 5 5 5V7" }], + ["path", { d: "M12 20v2" }], + ["path", { d: "M12 14v2" }], + ["path", { d: "M12 8v2" }], + ["path", { d: "M12 2v2" }] + ]; + + const FlaskRound = [ + ["path", { d: "M10 2v6.292a7 7 0 1 0 4 0V2" }], + ["path", { d: "M5 15h14" }], + ["path", { d: "M8.5 2h7" }] + ]; + + const FlipHorizontal = [ + ["path", { d: "M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3" }], + ["path", { d: "M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3" }], + ["path", { d: "M12 20v2" }], + ["path", { d: "M12 14v2" }], + ["path", { d: "M12 8v2" }], + ["path", { d: "M12 2v2" }] + ]; + + const FlipVertical2 = [ + ["path", { d: "m17 3-5 5-5-5h10" }], + ["path", { d: "m17 21-5-5-5 5h10" }], + ["path", { d: "M4 12H2" }], + ["path", { d: "M10 12H8" }], + ["path", { d: "M16 12h-2" }], + ["path", { d: "M22 12h-2" }] + ]; + + const FlipVertical = [ + ["path", { d: "M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3" }], + ["path", { d: "M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3" }], + ["path", { d: "M4 12H2" }], + ["path", { d: "M10 12H8" }], + ["path", { d: "M16 12h-2" }], + ["path", { d: "M22 12h-2" }] + ]; + + const Flower2 = [ + [ + "path", + { + d: "M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1" + } + ], + ["circle", { cx: "12", cy: "8", r: "2" }], + ["path", { d: "M12 10v12" }], + ["path", { d: "M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z" }], + ["path", { d: "M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z" }] + ]; + + const Flower = [ + ["circle", { cx: "12", cy: "12", r: "3" }], + [ + "path", + { + d: "M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5" + } + ], + ["path", { d: "M12 7.5V9" }], + ["path", { d: "M7.5 12H9" }], + ["path", { d: "M16.5 12H15" }], + ["path", { d: "M12 16.5V15" }], + ["path", { d: "m8 8 1.88 1.88" }], + ["path", { d: "M14.12 9.88 16 8" }], + ["path", { d: "m8 16 1.88-1.88" }], + ["path", { d: "M14.12 14.12 16 16" }] + ]; + + const Focus = [ + ["circle", { cx: "12", cy: "12", r: "3" }], + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }] + ]; + + const FoldHorizontal = [ + ["path", { d: "M2 12h6" }], + ["path", { d: "M22 12h-6" }], + ["path", { d: "M12 2v2" }], + ["path", { d: "M12 8v2" }], + ["path", { d: "M12 14v2" }], + ["path", { d: "M12 20v2" }], + ["path", { d: "m19 9-3 3 3 3" }], + ["path", { d: "m5 15 3-3-3-3" }] + ]; + + const FoldVertical = [ + ["path", { d: "M12 22v-6" }], + ["path", { d: "M12 8V2" }], + ["path", { d: "M4 12H2" }], + ["path", { d: "M10 12H8" }], + ["path", { d: "M16 12h-2" }], + ["path", { d: "M22 12h-2" }], + ["path", { d: "m15 19-3-3-3 3" }], + ["path", { d: "m15 5-3 3-3-3" }] + ]; + + const FolderArchive = [ + ["circle", { cx: "15", cy: "19", r: "2" }], + [ + "path", + { + d: "M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1" + } + ], + ["path", { d: "M15 11v-1" }], + ["path", { d: "M15 17v-2" }] + ]; + + const FolderCheck = [ + [ + "path", + { + d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" + } + ], + ["path", { d: "m9 13 2 2 4-4" }] + ]; + + const FolderClock = [ + ["path", { d: "M16 14v2.2l1.6 1" }], + [ + "path", + { + d: "M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2" + } + ], + ["circle", { cx: "16", cy: "16", r: "6" }] + ]; + + const FolderCode = [ + ["path", { d: "M10 10.5 8 13l2 2.5" }], + ["path", { d: "m14 10.5 2 2.5-2 2.5" }], + [ + "path", + { + d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z" + } + ] + ]; + + const FolderClosed = [ + [ + "path", + { + d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" + } + ], + ["path", { d: "M2 10h20" }] + ]; + + const FolderCog = [ + [ + "path", + { + d: "M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3" + } + ], + ["path", { d: "m14.305 19.53.923-.382" }], + ["path", { d: "m15.228 16.852-.923-.383" }], + ["path", { d: "m16.852 15.228-.383-.923" }], + ["path", { d: "m16.852 20.772-.383.924" }], + ["path", { d: "m19.148 15.228.383-.923" }], + ["path", { d: "m19.53 21.696-.382-.924" }], + ["path", { d: "m20.772 16.852.924-.383" }], + ["path", { d: "m20.772 19.148.924.383" }], + ["circle", { cx: "18", cy: "18", r: "3" }] + ]; + + const FolderDot = [ + [ + "path", + { + d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" + } + ], + ["circle", { cx: "12", cy: "13", r: "1" }] + ]; + + const FolderDown = [ + [ + "path", + { + d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" + } + ], + ["path", { d: "M12 10v6" }], + ["path", { d: "m15 13-3 3-3-3" }] + ]; + + const FolderGit2 = [ + [ + "path", + { + d: "M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5" + } + ], + ["circle", { cx: "13", cy: "12", r: "2" }], + ["path", { d: "M18 19c-2.8 0-5-2.2-5-5v8" }], + ["circle", { cx: "20", cy: "19", r: "2" }] + ]; + + const FolderGit = [ + ["circle", { cx: "12", cy: "13", r: "2" }], + [ + "path", + { + d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" + } + ], + ["path", { d: "M14 13h3" }], + ["path", { d: "M7 13h3" }] + ]; + + const FolderHeart = [ + [ + "path", + { + d: "M10.638 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.417" + } + ], + [ + "path", + { + d: "M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z" + } + ] + ]; + + const FolderKanban = [ + [ + "path", + { + d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" + } + ], + ["path", { d: "M8 10v4" }], + ["path", { d: "M12 10v2" }], + ["path", { d: "M16 10v6" }] + ]; + + const FolderInput = [ + [ + "path", + { + d: "M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1" + } + ], + ["path", { d: "M2 13h10" }], + ["path", { d: "m9 16 3-3-3-3" }] + ]; + + const FolderKey = [ + ["circle", { cx: "16", cy: "20", r: "2" }], + [ + "path", + { + d: "M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2" + } + ], + ["path", { d: "m22 14-4.5 4.5" }], + ["path", { d: "m21 15 1 1" }] + ]; + + const FolderLock = [ + ["rect", { width: "8", height: "5", x: "14", y: "17", rx: "1" }], + [ + "path", + { + d: "M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5" + } + ], + ["path", { d: "M20 17v-2a2 2 0 1 0-4 0v2" }] + ]; + + const FolderMinus = [ + ["path", { d: "M9 13h6" }], + [ + "path", + { + d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" + } + ] + ]; + + const FolderOpenDot = [ + [ + "path", + { + d: "m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2" + } + ], + ["circle", { cx: "14", cy: "15", r: "1" }] + ]; + + const FolderOpen = [ + [ + "path", + { + d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2" + } + ] + ]; + + const FolderOutput = [ + [ + "path", + { + d: "M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5" + } + ], + ["path", { d: "M2 13h10" }], + ["path", { d: "m5 10-3 3 3 3" }] + ]; + + const FolderPen = [ + [ + "path", + { + d: "M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5" + } + ], + [ + "path", + { + d: "M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" + } + ] + ]; + + const FolderPlus = [ + ["path", { d: "M12 10v6" }], + ["path", { d: "M9 13h6" }], + [ + "path", + { + d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" + } + ] + ]; + + const FolderRoot = [ + [ + "path", + { + d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" + } + ], + ["circle", { cx: "12", cy: "13", r: "2" }], + ["path", { d: "M12 15v5" }] + ]; + + const FolderSearch2 = [ + ["circle", { cx: "11.5", cy: "12.5", r: "2.5" }], + [ + "path", + { + d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" + } + ], + ["path", { d: "M13.3 14.3 15 16" }] + ]; + + const FolderSearch = [ + [ + "path", + { + d: "M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1" + } + ], + ["path", { d: "m21 21-1.9-1.9" }], + ["circle", { cx: "17", cy: "17", r: "3" }] + ]; + + const FolderSymlink = [ + [ + "path", + { + d: "M2 9.35V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7" + } + ], + ["path", { d: "m8 16 3-3-3-3" }] + ]; + + const FolderSync = [ + [ + "path", + { + d: "M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5" + } + ], + ["path", { d: "M12 10v4h4" }], + ["path", { d: "m12 14 1.535-1.605a5 5 0 0 1 8 1.5" }], + ["path", { d: "M22 22v-4h-4" }], + ["path", { d: "m22 18-1.535 1.605a5 5 0 0 1-8-1.5" }] + ]; + + const FolderTree = [ + [ + "path", + { + d: "M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z" + } + ], + [ + "path", + { + d: "M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z" + } + ], + ["path", { d: "M3 5a2 2 0 0 0 2 2h3" }], + ["path", { d: "M3 3v13a2 2 0 0 0 2 2h3" }] + ]; + + const FolderUp = [ + [ + "path", + { + d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" + } + ], + ["path", { d: "M12 10v6" }], + ["path", { d: "m9 13 3-3 3 3" }] + ]; + + const FolderUsers = [ + ["path", { d: "M16 15.057A3 2.944 0 0 1 13 18a3 2.944 0 0 1-3-2.943 3 2.944 0 0 1 6 0" }], + ["path", { d: "M17 22a4 4 0 0 0-8 0" }], + ["path", { d: "M22 22c0-1.76-.877-3.215-2-4 1.6-1.117 1.706-3.703 0-5" }], + [ + "path", + { + d: "M5 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.5" + } + ] + ]; + + const FolderX = [ + [ + "path", + { + d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" + } + ], + ["path", { d: "m9.5 10.5 5 5" }], + ["path", { d: "m14.5 10.5-5 5" }] + ]; + + const Folder = [ + [ + "path", + { + d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" + } + ] + ]; + + const Folders = [ + [ + "path", + { + d: "M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z" + } + ], + ["path", { d: "M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1" }] + ]; + + const Footprints = [ + [ + "path", + { + d: "M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z" + } + ], + [ + "path", + { + d: "M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z" + } + ], + ["path", { d: "M16 17h4" }], + ["path", { d: "M4 13h4" }] + ]; + + const Forklift = [ + ["path", { d: "M12 12H5a2 2 0 0 0-2 2v5" }], + ["circle", { cx: "13", cy: "19", r: "2" }], + ["circle", { cx: "5", cy: "19", r: "2" }], + ["path", { d: "M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5" }] + ]; + + const Forward = [ + ["path", { d: "m15 17 5-5-5-5" }], + ["path", { d: "M4 18v-2a4 4 0 0 1 4-4h12" }] + ]; + + const Frame = [ + ["line", { x1: "22", x2: "2", y1: "6", y2: "6" }], + ["line", { x1: "22", x2: "2", y1: "18", y2: "18" }], + ["line", { x1: "6", x2: "6", y1: "2", y2: "22" }], + ["line", { x1: "18", x2: "18", y1: "2", y2: "22" }] + ]; + + const Framer = [["path", { d: "M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7" }]]; + + const Frown = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M16 16s-1.5-2-4-2-4 2-4 2" }], + ["line", { x1: "9", x2: "9.01", y1: "9", y2: "9" }], + ["line", { x1: "15", x2: "15.01", y1: "9", y2: "9" }] + ]; + + const Fuel = [ + ["line", { x1: "3", x2: "15", y1: "22", y2: "22" }], + ["line", { x1: "4", x2: "14", y1: "9", y2: "9" }], + ["path", { d: "M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18" }], + [ + "path", + { d: "M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5" } + ] + ]; + + const Fullscreen = [ + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], + ["rect", { width: "10", height: "8", x: "7", y: "8", rx: "1" }] + ]; + + const FunnelPlus = [ + [ + "path", + { + d: "M13.354 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l1.218-1.348" + } + ], + ["path", { d: "M16 6h6" }], + ["path", { d: "M19 3v6" }] + ]; + + const FunnelX = [ + [ + "path", + { + d: "M12.531 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l.427-.473" + } + ], + ["path", { d: "m16.5 3.5 5 5" }], + ["path", { d: "m21.5 3.5-5 5" }] + ]; + + const Funnel = [ + [ + "path", + { + d: "M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z" + } + ] + ]; + + const GalleryHorizontalEnd = [ + ["path", { d: "M2 7v10" }], + ["path", { d: "M6 5v14" }], + ["rect", { width: "12", height: "18", x: "10", y: "3", rx: "2" }] + ]; + + const GalleryHorizontal = [ + ["path", { d: "M2 3v18" }], + ["rect", { width: "12", height: "18", x: "6", y: "3", rx: "2" }], + ["path", { d: "M22 3v18" }] + ]; + + const GalleryThumbnails = [ + ["rect", { width: "18", height: "14", x: "3", y: "3", rx: "2" }], + ["path", { d: "M4 21h1" }], + ["path", { d: "M9 21h1" }], + ["path", { d: "M14 21h1" }], + ["path", { d: "M19 21h1" }] + ]; + + const GalleryVerticalEnd = [ + ["path", { d: "M7 2h10" }], + ["path", { d: "M5 6h14" }], + ["rect", { width: "18", height: "12", x: "3", y: "10", rx: "2" }] + ]; + + const GalleryVertical = [ + ["path", { d: "M3 2h18" }], + ["rect", { width: "18", height: "12", x: "3", y: "6", rx: "2" }], + ["path", { d: "M3 22h18" }] + ]; + + const Gamepad2 = [ + ["line", { x1: "6", x2: "10", y1: "11", y2: "11" }], + ["line", { x1: "8", x2: "8", y1: "9", y2: "13" }], + ["line", { x1: "15", x2: "15.01", y1: "12", y2: "12" }], + ["line", { x1: "18", x2: "18.01", y1: "10", y2: "10" }], + [ + "path", + { + d: "M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z" + } + ] + ]; + + const Gamepad = [ + ["line", { x1: "6", x2: "10", y1: "12", y2: "12" }], + ["line", { x1: "8", x2: "8", y1: "10", y2: "14" }], + ["line", { x1: "15", x2: "15.01", y1: "13", y2: "13" }], + ["line", { x1: "18", x2: "18.01", y1: "11", y2: "11" }], + ["rect", { width: "20", height: "12", x: "2", y: "6", rx: "2" }] + ]; + + const Gauge = [ + ["path", { d: "m12 14 4-4" }], + ["path", { d: "M3.34 19a10 10 0 1 1 17.32 0" }] + ]; + + const Gavel = [ + ["path", { d: "m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381" }], + ["path", { d: "m16 16 6-6" }], + ["path", { d: "m21.5 10.5-8-8" }], + ["path", { d: "m8 8 6-6" }], + ["path", { d: "m8.5 7.5 8 8" }] + ]; + + const Gem = [ + ["path", { d: "M10.5 3 8 9l4 13 4-13-2.5-6" }], + [ + "path", + { + d: "M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z" + } + ], + ["path", { d: "M2 9h20" }] + ]; + + const GeorgianLari = [ + ["path", { d: "M11.5 21a7.5 7.5 0 1 1 7.35-9" }], + ["path", { d: "M13 12V3" }], + ["path", { d: "M4 21h16" }], + ["path", { d: "M9 12V3" }] + ]; + + const Ghost = [ + ["path", { d: "M9 10h.01" }], + ["path", { d: "M15 10h.01" }], + ["path", { d: "M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z" }] + ]; + + const Gift = [ + ["rect", { x: "3", y: "8", width: "18", height: "4", rx: "1" }], + ["path", { d: "M12 8v13" }], + ["path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7" }], + ["path", { d: "M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5" }] + ]; + + const GitBranch = [ + ["line", { x1: "6", x2: "6", y1: "3", y2: "15" }], + ["circle", { cx: "18", cy: "6", r: "3" }], + ["circle", { cx: "6", cy: "18", r: "3" }], + ["path", { d: "M18 9a9 9 0 0 1-9 9" }] + ]; + + const GitBranchPlus = [ + ["path", { d: "M6 3v12" }], + ["path", { d: "M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" }], + ["path", { d: "M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" }], + ["path", { d: "M15 6a9 9 0 0 0-9 9" }], + ["path", { d: "M18 15v6" }], + ["path", { d: "M21 18h-6" }] + ]; + + const GitCommitHorizontal = [ + ["circle", { cx: "12", cy: "12", r: "3" }], + ["line", { x1: "3", x2: "9", y1: "12", y2: "12" }], + ["line", { x1: "15", x2: "21", y1: "12", y2: "12" }] + ]; + + const GitCommitVertical = [ + ["path", { d: "M12 3v6" }], + ["circle", { cx: "12", cy: "12", r: "3" }], + ["path", { d: "M12 15v6" }] + ]; + + const GitCompareArrows = [ + ["circle", { cx: "5", cy: "6", r: "3" }], + ["path", { d: "M12 6h5a2 2 0 0 1 2 2v7" }], + ["path", { d: "m15 9-3-3 3-3" }], + ["circle", { cx: "19", cy: "18", r: "3" }], + ["path", { d: "M12 18H7a2 2 0 0 1-2-2V9" }], + ["path", { d: "m9 15 3 3-3 3" }] + ]; + + const GitCompare = [ + ["circle", { cx: "18", cy: "18", r: "3" }], + ["circle", { cx: "6", cy: "6", r: "3" }], + ["path", { d: "M13 6h3a2 2 0 0 1 2 2v7" }], + ["path", { d: "M11 18H8a2 2 0 0 1-2-2V9" }] + ]; + + const GitFork = [ + ["circle", { cx: "12", cy: "18", r: "3" }], + ["circle", { cx: "6", cy: "6", r: "3" }], + ["circle", { cx: "18", cy: "6", r: "3" }], + ["path", { d: "M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9" }], + ["path", { d: "M12 12v3" }] + ]; + + const GitGraph = [ + ["circle", { cx: "5", cy: "6", r: "3" }], + ["path", { d: "M5 9v6" }], + ["circle", { cx: "5", cy: "18", r: "3" }], + ["path", { d: "M12 3v18" }], + ["circle", { cx: "19", cy: "6", r: "3" }], + ["path", { d: "M16 15.7A9 9 0 0 0 19 9" }] + ]; + + const GitMerge = [ + ["circle", { cx: "18", cy: "18", r: "3" }], + ["circle", { cx: "6", cy: "6", r: "3" }], + ["path", { d: "M6 21V9a9 9 0 0 0 9 9" }] + ]; + + const GitPullRequestArrow = [ + ["circle", { cx: "5", cy: "6", r: "3" }], + ["path", { d: "M5 9v12" }], + ["circle", { cx: "19", cy: "18", r: "3" }], + ["path", { d: "m15 9-3-3 3-3" }], + ["path", { d: "M12 6h5a2 2 0 0 1 2 2v7" }] + ]; + + const GitPullRequestClosed = [ + ["circle", { cx: "6", cy: "6", r: "3" }], + ["path", { d: "M6 9v12" }], + ["path", { d: "m21 3-6 6" }], + ["path", { d: "m21 9-6-6" }], + ["path", { d: "M18 11.5V15" }], + ["circle", { cx: "18", cy: "18", r: "3" }] + ]; + + const GitPullRequestCreateArrow = [ + ["circle", { cx: "5", cy: "6", r: "3" }], + ["path", { d: "M5 9v12" }], + ["path", { d: "m15 9-3-3 3-3" }], + ["path", { d: "M12 6h5a2 2 0 0 1 2 2v3" }], + ["path", { d: "M19 15v6" }], + ["path", { d: "M22 18h-6" }] + ]; + + const GitPullRequestCreate = [ + ["circle", { cx: "6", cy: "6", r: "3" }], + ["path", { d: "M6 9v12" }], + ["path", { d: "M13 6h3a2 2 0 0 1 2 2v3" }], + ["path", { d: "M18 15v6" }], + ["path", { d: "M21 18h-6" }] + ]; + + const GitPullRequestDraft = [ + ["circle", { cx: "18", cy: "18", r: "3" }], + ["circle", { cx: "6", cy: "6", r: "3" }], + ["path", { d: "M18 6V5" }], + ["path", { d: "M18 11v-1" }], + ["line", { x1: "6", x2: "6", y1: "9", y2: "21" }] + ]; + + const GitPullRequest = [ + ["circle", { cx: "18", cy: "18", r: "3" }], + ["circle", { cx: "6", cy: "6", r: "3" }], + ["path", { d: "M13 6h3a2 2 0 0 1 2 2v7" }], + ["line", { x1: "6", x2: "6", y1: "9", y2: "21" }] + ]; + + const Github = [ + [ + "path", + { + d: "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" + } + ], + ["path", { d: "M9 18c-4.51 2-5-2-7-2" }] + ]; + + const Gitlab = [ + [ + "path", + { + d: "m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z" + } + ] + ]; + + const GlassWater = [ + [ + "path", + { + d: "M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z" + } + ], + ["path", { d: "M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0" }] + ]; + + const Glasses = [ + ["circle", { cx: "6", cy: "15", r: "4" }], + ["circle", { cx: "18", cy: "15", r: "4" }], + ["path", { d: "M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2" }], + ["path", { d: "M2.5 13 5 7c.7-1.3 1.4-2 3-2" }], + ["path", { d: "M21.5 13 19 7c-.7-1.3-1.5-2-3-2" }] + ]; + + const GlobeLock = [ + ["path", { d: "M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13" }], + ["path", { d: "M2 12h8.5" }], + ["path", { d: "M20 6V4a2 2 0 1 0-4 0v2" }], + ["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1" }] + ]; + + const Globe = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }], + ["path", { d: "M2 12h20" }] + ]; + + const Gpu = [ + ["path", { d: "M2 21V3" }], + ["path", { d: "M2 5h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26" }], + ["path", { d: "M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3" }], + ["circle", { cx: "16", cy: "11", r: "2" }], + ["circle", { cx: "8", cy: "11", r: "2" }] + ]; + + const Goal = [ + ["path", { d: "M12 13V2l8 4-8 4" }], + ["path", { d: "M20.561 10.222a9 9 0 1 1-12.55-5.29" }], + ["path", { d: "M8.002 9.997a5 5 0 1 0 8.9 2.02" }] + ]; + + const GraduationCap = [ + [ + "path", + { + d: "M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z" + } + ], + ["path", { d: "M22 10v6" }], + ["path", { d: "M6 12.5V16a6 3 0 0 0 12 0v-3.5" }] + ]; + + const Grape = [ + ["path", { d: "M22 5V2l-5.89 5.89" }], + ["circle", { cx: "16.6", cy: "15.89", r: "3" }], + ["circle", { cx: "8.11", cy: "7.4", r: "3" }], + ["circle", { cx: "12.35", cy: "11.65", r: "3" }], + ["circle", { cx: "13.91", cy: "5.85", r: "3" }], + ["circle", { cx: "18.15", cy: "10.09", r: "3" }], + ["circle", { cx: "6.56", cy: "13.2", r: "3" }], + ["circle", { cx: "10.8", cy: "17.44", r: "3" }], + ["circle", { cx: "5", cy: "19", r: "3" }] + ]; + + const Grid2x2Check = [ + [ + "path", + { + d: "M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3" + } + ], + ["path", { d: "m16 19 2 2 4-4" }] + ]; + + const Grid2x2Plus = [ + [ + "path", + { + d: "M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3" + } + ], + ["path", { d: "M16 19h6" }], + ["path", { d: "M19 22v-6" }] + ]; + + const Grid2x2X = [ + [ + "path", + { + d: "M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3" + } + ], + ["path", { d: "m16 16 5 5" }], + ["path", { d: "m16 21 5-5" }] + ]; + + const Grid2x2 = [ + ["path", { d: "M12 3v18" }], + ["path", { d: "M3 12h18" }], + ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }] + ]; + + const Grid3x3 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 9h18" }], + ["path", { d: "M3 15h18" }], + ["path", { d: "M9 3v18" }], + ["path", { d: "M15 3v18" }] + ]; + + const Grid3x2 = [ + ["path", { d: "M15 3v18" }], + ["path", { d: "M3 12h18" }], + ["path", { d: "M9 3v18" }], + ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }] + ]; + + const GripHorizontal = [ + ["circle", { cx: "12", cy: "9", r: "1" }], + ["circle", { cx: "19", cy: "9", r: "1" }], + ["circle", { cx: "5", cy: "9", r: "1" }], + ["circle", { cx: "12", cy: "15", r: "1" }], + ["circle", { cx: "19", cy: "15", r: "1" }], + ["circle", { cx: "5", cy: "15", r: "1" }] + ]; + + const GripVertical = [ + ["circle", { cx: "9", cy: "12", r: "1" }], + ["circle", { cx: "9", cy: "5", r: "1" }], + ["circle", { cx: "9", cy: "19", r: "1" }], + ["circle", { cx: "15", cy: "12", r: "1" }], + ["circle", { cx: "15", cy: "5", r: "1" }], + ["circle", { cx: "15", cy: "19", r: "1" }] + ]; + + const Grip = [ + ["circle", { cx: "12", cy: "5", r: "1" }], + ["circle", { cx: "19", cy: "5", r: "1" }], + ["circle", { cx: "5", cy: "5", r: "1" }], + ["circle", { cx: "12", cy: "12", r: "1" }], + ["circle", { cx: "19", cy: "12", r: "1" }], + ["circle", { cx: "5", cy: "12", r: "1" }], + ["circle", { cx: "12", cy: "19", r: "1" }], + ["circle", { cx: "19", cy: "19", r: "1" }], + ["circle", { cx: "5", cy: "19", r: "1" }] + ]; + + const Group = [ + ["path", { d: "M3 7V5c0-1.1.9-2 2-2h2" }], + ["path", { d: "M17 3h2c1.1 0 2 .9 2 2v2" }], + ["path", { d: "M21 17v2c0 1.1-.9 2-2 2h-2" }], + ["path", { d: "M7 21H5c-1.1 0-2-.9-2-2v-2" }], + ["rect", { width: "7", height: "5", x: "7", y: "7", rx: "1" }], + ["rect", { width: "7", height: "5", x: "10", y: "12", rx: "1" }] + ]; + + const Guitar = [ + ["path", { d: "m11.9 12.1 4.514-4.514" }], + [ + "path", + { + d: "M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z" + } + ], + ["path", { d: "m6 16 2 2" }], + [ + "path", + { + d: "M8.23 9.85A3 3 0 0 1 11 8a5 5 0 0 1 5 5 3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4 6 6 0 0 1-6-6 4 4 0 0 1 4-4 2 2 0 0 0 1.85-1.23z" + } + ] + ]; + + const Hamburger = [ + ["path", { d: "M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25" }], + ["path", { d: "M5 12a2 2 0 0 1-2-2 9 7 0 0 1 18 0 2 2 0 0 1-2 2" }], + ["path", { d: "M5 16a2 2 0 0 0-2 2 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 2 2 0 0 0-2-2q0 0 0 0" }], + ["path", { d: "m6.67 12 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2" }] + ]; + + const Ham = [ + ["path", { d: "M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856" }], + [ + "path", + { d: "M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288" } + ], + [ + "path", + { + d: "M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025" + } + ], + ["path", { d: "m8.5 16.5-1-1" }] + ]; + + const Hammer = [ + ["path", { d: "m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9" }], + ["path", { d: "m18 15 4-4" }], + [ + "path", + { + d: "m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5" + } + ] + ]; + + const HandCoins = [ + ["path", { d: "M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17" }], + [ + "path", + { + d: "m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9" + } + ], + ["path", { d: "m2 16 6 6" }], + ["circle", { cx: "16", cy: "9", r: "2.9" }], + ["circle", { cx: "6", cy: "5", r: "3" }] + ]; + + const HandFist = [ + [ + "path", + { + d: "M12.035 17.012a3 3 0 0 0-3-3l-.311-.002a.72.72 0 0 1-.505-1.229l1.195-1.195A2 2 0 0 1 10.828 11H12a2 2 0 0 0 0-4H9.243a3 3 0 0 0-2.122.879l-2.707 2.707A4.83 4.83 0 0 0 3 14a8 8 0 0 0 8 8h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v2a2 2 0 1 0 4 0" + } + ], + ["path", { d: "M13.888 9.662A2 2 0 0 0 17 8V5A2 2 0 1 0 13 5" }], + ["path", { d: "M9 5A2 2 0 1 0 5 5V10" }], + ["path", { d: "M9 7V4A2 2 0 1 1 13 4V7.268" }] + ]; + + const HandHeart = [ + ["path", { d: "M11 14h2a2 2 0 0 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16" }], + [ + "path", + { + d: "m14.45 13.39 5.05-4.694C20.196 8 21 6.85 21 5.75a2.75 2.75 0 0 0-4.797-1.837.276.276 0 0 1-.406 0A2.75 2.75 0 0 0 11 5.75c0 1.2.802 2.248 1.5 2.946L16 11.95" + } + ], + ["path", { d: "m2 15 6 6" }], + [ + "path", + { d: "m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a1 1 0 0 0-2.75-2.91" } + ] + ]; + + const HandGrab = [ + ["path", { d: "M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4" }], + ["path", { d: "M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2" }], + ["path", { d: "M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5" }], + ["path", { d: "M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2" }], + ["path", { d: "M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0" }] + ]; + + const HandHelping = [ + ["path", { d: "M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14" }], + [ + "path", + { + d: "m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9" + } + ], + ["path", { d: "m2 13 6 6" }] + ]; + + const HandMetal = [ + ["path", { d: "M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4" }], + ["path", { d: "M14 11V9a2 2 0 1 0-4 0v2" }], + ["path", { d: "M10 10.5V5a2 2 0 1 0-4 0v9" }], + [ + "path", + { + d: "m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5" + } + ] + ]; + + const Hand = [ + ["path", { d: "M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2" }], + ["path", { d: "M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2" }], + ["path", { d: "M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8" }], + [ + "path", + { + d: "M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15" + } + ] + ]; + + const HandPlatter = [ + ["path", { d: "M12 3V2" }], + [ + "path", + { + d: "m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5" + } + ], + ["path", { d: "M2 14h12a2 2 0 0 1 0 4h-2" }], + ["path", { d: "M4 10h16" }], + ["path", { d: "M5 10a7 7 0 0 1 14 0" }], + ["path", { d: "M5 14v6a1 1 0 0 1-1 1H2" }] + ]; + + const Handbag = [ + [ + "path", + { + d: "M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z" + } + ], + ["path", { d: "M8 11V6a4 4 0 0 1 8 0v5" }] + ]; + + const Handshake = [ + ["path", { d: "m11 17 2 2a1 1 0 1 0 3-3" }], + [ + "path", + { + d: "m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4" + } + ], + ["path", { d: "m21 3 1 11h-2" }], + ["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3" }], + ["path", { d: "M3 4h8" }] + ]; + + const HardDriveDownload = [ + ["path", { d: "M12 2v8" }], + ["path", { d: "m16 6-4 4-4-4" }], + ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2" }], + ["path", { d: "M6 18h.01" }], + ["path", { d: "M10 18h.01" }] + ]; + + const HardDriveUpload = [ + ["path", { d: "m16 6-4-4-4 4" }], + ["path", { d: "M12 2v8" }], + ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2" }], + ["path", { d: "M6 18h.01" }], + ["path", { d: "M10 18h.01" }] + ]; + + const HardDrive = [ + ["line", { x1: "22", x2: "2", y1: "12", y2: "12" }], + [ + "path", + { + d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" + } + ], + ["line", { x1: "6", x2: "6.01", y1: "16", y2: "16" }], + ["line", { x1: "10", x2: "10.01", y1: "16", y2: "16" }] + ]; + + const HardHat = [ + ["path", { d: "M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5" }], + ["path", { d: "M14 6a6 6 0 0 1 6 6v3" }], + ["path", { d: "M4 15v-3a6 6 0 0 1 6-6" }], + ["rect", { x: "2", y: "15", width: "20", height: "4", rx: "1" }] + ]; + + const HatGlasses = [ + ["path", { d: "M14 18a2 2 0 0 0-4 0" }], + [ + "path", + { + d: "m19 11-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11" + } + ], + ["path", { d: "M2 11h20" }], + ["circle", { cx: "17", cy: "18", r: "3" }], + ["circle", { cx: "7", cy: "18", r: "3" }] + ]; + + const Hash = [ + ["line", { x1: "4", x2: "20", y1: "9", y2: "9" }], + ["line", { x1: "4", x2: "20", y1: "15", y2: "15" }], + ["line", { x1: "10", x2: "8", y1: "3", y2: "21" }], + ["line", { x1: "16", x2: "14", y1: "3", y2: "21" }] + ]; + + const Haze = [ + ["path", { d: "m5.2 6.2 1.4 1.4" }], + ["path", { d: "M2 13h2" }], + ["path", { d: "M20 13h2" }], + ["path", { d: "m17.4 7.6 1.4-1.4" }], + ["path", { d: "M22 17H2" }], + ["path", { d: "M22 21H2" }], + ["path", { d: "M16 13a4 4 0 0 0-8 0" }], + ["path", { d: "M12 5V2.5" }] + ]; + + const HdmiPort = [ + [ + "path", + { d: "M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z" } + ], + ["path", { d: "M7.5 12h9" }] + ]; + + const Heading2 = [ + ["path", { d: "M4 12h8" }], + ["path", { d: "M4 18V6" }], + ["path", { d: "M12 18V6" }], + ["path", { d: "M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1" }] + ]; + + const Heading1 = [ + ["path", { d: "M4 12h8" }], + ["path", { d: "M4 18V6" }], + ["path", { d: "M12 18V6" }], + ["path", { d: "m17 12 3-2v8" }] + ]; + + const Heading3 = [ + ["path", { d: "M4 12h8" }], + ["path", { d: "M4 18V6" }], + ["path", { d: "M12 18V6" }], + ["path", { d: "M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2" }], + ["path", { d: "M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2" }] + ]; + + const Heading5 = [ + ["path", { d: "M4 12h8" }], + ["path", { d: "M4 18V6" }], + ["path", { d: "M12 18V6" }], + ["path", { d: "M17 13v-3h4" }], + ["path", { d: "M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17" }] + ]; + + const Heading4 = [ + ["path", { d: "M12 18V6" }], + ["path", { d: "M17 10v3a1 1 0 0 0 1 1h3" }], + ["path", { d: "M21 10v8" }], + ["path", { d: "M4 12h8" }], + ["path", { d: "M4 18V6" }] + ]; + + const Heading6 = [ + ["path", { d: "M4 12h8" }], + ["path", { d: "M4 18V6" }], + ["path", { d: "M12 18V6" }], + ["circle", { cx: "19", cy: "16", r: "2" }], + ["path", { d: "M20 10c-2 2-3 3.5-3 6" }] + ]; + + const Heading = [ + ["path", { d: "M6 12h12" }], + ["path", { d: "M6 20V4" }], + ["path", { d: "M18 20V4" }] + ]; + + const Headphones = [ + [ + "path", + { + d: "M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3" + } + ] + ]; + + const HeadphoneOff = [ + ["path", { d: "M21 14h-1.343" }], + ["path", { d: "M9.128 3.47A9 9 0 0 1 21 12v3.343" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M20.414 20.414A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3" }], + ["path", { d: "M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364" }] + ]; + + const Headset = [ + [ + "path", + { + d: "M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z" + } + ], + ["path", { d: "M21 16v2a4 4 0 0 1-4 4h-5" }] + ]; + + const HeartMinus = [ + [ + "path", + { + d: "m14.876 18.99-1.368 1.323a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.244 1.572" + } + ], + ["path", { d: "M15 15h6" }] + ]; + + const HeartCrack = [ + [ + "path", + { + d: "M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15" + } + ], + [ + "path", + { + d: "M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z" + } + ] + ]; + + const HeartHandshake = [ + [ + "path", + { + d: "M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052 2.12 2.12 0 0 0-.004-3 2.124 2.124 0 1 0 3-3 2.124 2.124 0 0 0 3.004 0 2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0 2 2 0 0 1 0-2.828l2.823-2.762" + } + ] + ]; + + const HeartOff = [ + [ + "path", + { + d: "M10.5 4.893a5.5 5.5 0 0 1 1.091.931.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 1.872-1.002 3.356-2.187 4.655" + } + ], + [ + "path", + { + d: "m16.967 16.967-3.459 3.346a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 2.747-4.761" + } + ], + ["path", { d: "m2 2 20 20" }] + ]; + + const HeartPlus = [ + [ + "path", + { + d: "m14.479 19.374-.971.939a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.219 1.49" + } + ], + ["path", { d: "M15 15h6" }], + ["path", { d: "M18 12v6" }] + ]; + + const Heart = [ + [ + "path", + { + d: "M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" + } + ] + ]; + + const HeartPulse = [ + [ + "path", + { + d: "M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" + } + ], + ["path", { d: "M3.22 13H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27" }] + ]; + + const Heater = [ + ["path", { d: "M11 8c2-3-2-3 0-6" }], + ["path", { d: "M15.5 8c2-3-2-3 0-6" }], + ["path", { d: "M6 10h.01" }], + ["path", { d: "M6 14h.01" }], + ["path", { d: "M10 16v-4" }], + ["path", { d: "M14 16v-4" }], + ["path", { d: "M18 16v-4" }], + ["path", { d: "M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3" }], + ["path", { d: "M5 20v2" }], + ["path", { d: "M19 20v2" }] + ]; + + const Hexagon = [ + [ + "path", + { + d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" + } + ] + ]; + + const Highlighter = [ + ["path", { d: "m9 11-6 6v3h9l3-3" }], + ["path", { d: "m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4" }] + ]; + + const HopOff = [ + ["path", { d: "M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27" }], + [ + "path", + { d: "M11.14 20.57c.52.24 2.44 1.12 4.08 1.37.46.06.86-.25.9-.71.12-1.52-.3-3.43-.5-4.28" } + ], + ["path", { d: "M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26" }], + [ + "path", + { d: "M17.99 5.52a20.83 20.83 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25" } + ], + ["path", { d: "M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75" }], + [ + "path", + { + d: "M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24" + } + ], + [ + "path", + { d: "M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28" } + ], + ["path", { d: "M8.35 2.68a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17-1.5.6-4.3.98-6.07 1.05" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const History = [ + ["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" }], + ["path", { d: "M3 3v5h5" }], + ["path", { d: "M12 7v5l4 2" }] + ]; + + const Hop = [ + [ + "path", + { d: "M10.82 16.12c1.69.6 3.91.79 5.18.85.55.03 1-.42.97-.97-.06-1.27-.26-3.5-.85-5.18" } + ], + [ + "path", + { + d: "M11.5 6.5c1.64 0 5-.38 6.71-1.07.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88" + } + ], + [ + "path", + { d: "M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7 16.64 16.64 0 0 1-4.08-1.36" } + ], + [ + "path", + { d: "M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96 17.68 17.68 0 0 0-.9-4.87" } + ], + [ + "path", + { d: "M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9 16.64 16.64 0 0 0-1.36-4.08" } + ], + [ + "path", + { d: "M17.99 5.52a20.82 20.82 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57" } + ], + ["path", { d: "M4.93 4.93 3 3a.7.7 0 0 1 0-1" }], + [ + "path", + { + d: "M9.58 12.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68 20.82 20.82 0 0 1-4.5-3.15" + } + ] + ]; + + const Hospital = [ + ["path", { d: "M12 7v4" }], + ["path", { d: "M14 21v-3a2 2 0 0 0-4 0v3" }], + ["path", { d: "M14 9h-4" }], + ["path", { d: "M18 11h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2" }], + ["path", { d: "M18 21V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16" }] + ]; + + const Hotel = [ + ["path", { d: "M10 22v-6.57" }], + ["path", { d: "M12 11h.01" }], + ["path", { d: "M12 7h.01" }], + ["path", { d: "M14 15.43V22" }], + ["path", { d: "M15 16a5 5 0 0 0-6 0" }], + ["path", { d: "M16 11h.01" }], + ["path", { d: "M16 7h.01" }], + ["path", { d: "M8 11h.01" }], + ["path", { d: "M8 7h.01" }], + ["rect", { x: "4", y: "2", width: "16", height: "20", rx: "2" }] + ]; + + const Hourglass = [ + ["path", { d: "M5 22h14" }], + ["path", { d: "M5 2h14" }], + ["path", { d: "M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22" }], + ["path", { d: "M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2" }] + ]; + + const HousePlug = [ + ["path", { d: "M10 12V8.964" }], + ["path", { d: "M14 12V8.964" }], + ["path", { d: "M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z" }], + [ + "path", + { + d: "M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2" + } + ] + ]; + + const HousePlus = [ + [ + "path", + { + d: "M12.662 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v2.475" + } + ], + ["path", { d: "M14.959 12.717A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8" }], + ["path", { d: "M15 18h6" }], + ["path", { d: "M18 15v6" }] + ]; + + const HouseWifi = [ + ["path", { d: "M9.5 13.866a4 4 0 0 1 5 .01" }], + ["path", { d: "M12 17h.01" }], + [ + "path", + { + d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" + } + ], + ["path", { d: "M7 10.754a8 8 0 0 1 10 0" }] + ]; + + const House = [ + ["path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" }], + [ + "path", + { + d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" + } + ] + ]; + + const IceCreamBowl = [ + [ + "path", + { d: "M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0" } + ], + ["path", { d: "M12.14 11a3.5 3.5 0 1 1 6.71 0" }], + ["path", { d: "M15.5 6.5a3.5 3.5 0 1 0-7 0" }] + ]; + + const IdCardLanyard = [ + ["path", { d: "M13.5 8h-3" }], + ["path", { d: "m15 2-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3" }], + ["path", { d: "M16.899 22A5 5 0 0 0 7.1 22" }], + ["path", { d: "m9 2 3 6" }], + ["circle", { cx: "12", cy: "15", r: "3" }] + ]; + + const IceCreamCone = [ + ["path", { d: "m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11" }], + ["path", { d: "M17 7A5 5 0 0 0 7 7" }], + ["path", { d: "M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4" }] + ]; + + const IdCard = [ + ["path", { d: "M16 10h2" }], + ["path", { d: "M16 14h2" }], + ["path", { d: "M6.17 15a3 3 0 0 1 5.66 0" }], + ["circle", { cx: "9", cy: "11", r: "2" }], + ["rect", { x: "2", y: "5", width: "20", height: "14", rx: "2" }] + ]; + + const ImageDown = [ + [ + "path", + { + d: "M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21" + } + ], + ["path", { d: "m14 19 3 3v-5.5" }], + ["path", { d: "m17 22 3-3" }], + ["circle", { cx: "9", cy: "9", r: "2" }] + ]; + + const ImageOff = [ + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }], + ["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83" }], + ["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21" }], + ["line", { x1: "18", x2: "21", y1: "12", y2: "15" }], + ["path", { d: "M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59" }], + ["path", { d: "M21 15V5a2 2 0 0 0-2-2H9" }] + ]; + + const ImageMinus = [ + ["path", { d: "M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7" }], + ["line", { x1: "16", x2: "22", y1: "5", y2: "5" }], + ["circle", { cx: "9", cy: "9", r: "2" }], + ["path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" }] + ]; + + const ImagePlay = [ + [ + "path", + { + d: "M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z" + } + ], + ["path", { d: "M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" }], + ["path", { d: "m6 21 5-5" }], + ["circle", { cx: "9", cy: "9", r: "2" }] + ]; + + const ImageUp = [ + [ + "path", + { + d: "M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21" + } + ], + ["path", { d: "m14 19.5 3-3 3 3" }], + ["path", { d: "M17 22v-5.5" }], + ["circle", { cx: "9", cy: "9", r: "2" }] + ]; + + const ImagePlus = [ + ["path", { d: "M16 5h6" }], + ["path", { d: "M19 2v6" }], + ["path", { d: "M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5" }], + ["path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" }], + ["circle", { cx: "9", cy: "9", r: "2" }] + ]; + + const ImageUpscale = [ + ["path", { d: "M16 3h5v5" }], + ["path", { d: "M17 21h2a2 2 0 0 0 2-2" }], + ["path", { d: "M21 12v3" }], + ["path", { d: "m21 3-5 5" }], + ["path", { d: "M3 7V5a2 2 0 0 1 2-2" }], + ["path", { d: "m5 21 4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19" }], + ["path", { d: "M9 3h3" }], + ["rect", { x: "3", y: "11", width: "10", height: "10", rx: "1" }] + ]; + + const Image = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["circle", { cx: "9", cy: "9", r: "2" }], + ["path", { d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" }] + ]; + + const Import = [ + ["path", { d: "M12 3v12" }], + ["path", { d: "m8 11 4 4 4-4" }], + ["path", { d: "M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4" }] + ]; + + const Inbox = [ + ["polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }], + [ + "path", + { + d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" + } + ] + ]; + + const IndentDecrease = [ + ["path", { d: "M21 12H11" }], + ["path", { d: "M21 18H11" }], + ["path", { d: "M21 6H11" }], + ["path", { d: "m7 8-4 4 4 4" }] + ]; + + const Images = [ + ["path", { d: "m22 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16" }], + ["path", { d: "M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2" }], + ["circle", { cx: "13", cy: "7", r: "1", fill: "currentColor" }], + ["rect", { x: "8", y: "2", width: "14", height: "14", rx: "2" }] + ]; + + const IndentIncrease = [ + ["path", { d: "M21 12H11" }], + ["path", { d: "M21 18H11" }], + ["path", { d: "M21 6H11" }], + ["path", { d: "m3 8 4 4-4 4" }] + ]; + + const IndianRupee = [ + ["path", { d: "M6 3h12" }], + ["path", { d: "M6 8h12" }], + ["path", { d: "m6 13 8.5 8" }], + ["path", { d: "M6 13h3" }], + ["path", { d: "M9 13c6.667 0 6.667-10 0-10" }] + ]; + + const Infinity = [ + ["path", { d: "M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8" }] + ]; + + const Info = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M12 16v-4" }], + ["path", { d: "M12 8h.01" }] + ]; + + const InspectionPanel = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M7 7h.01" }], + ["path", { d: "M17 7h.01" }], + ["path", { d: "M7 17h.01" }], + ["path", { d: "M17 17h.01" }] + ]; + + const Italic = [ + ["line", { x1: "19", x2: "10", y1: "4", y2: "4" }], + ["line", { x1: "14", x2: "5", y1: "20", y2: "20" }], + ["line", { x1: "15", x2: "9", y1: "4", y2: "20" }] + ]; + + const Instagram = [ + ["rect", { width: "20", height: "20", x: "2", y: "2", rx: "5", ry: "5" }], + ["path", { d: "M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z" }], + ["line", { x1: "17.5", x2: "17.51", y1: "6.5", y2: "6.5" }] + ]; + + const IterationCcw = [ + ["path", { d: "m16 14 4 4-4 4" }], + ["path", { d: "M20 10a8 8 0 1 0-8 8h8" }] + ]; + + const IterationCw = [ + ["path", { d: "M4 10a8 8 0 1 1 8 8H4" }], + ["path", { d: "m8 22-4-4 4-4" }] + ]; + + const JapaneseYen = [ + ["path", { d: "M12 9.5V21m0-11.5L6 3m6 6.5L18 3" }], + ["path", { d: "M6 15h12" }], + ["path", { d: "M6 11h12" }] + ]; + + const Joystick = [ + ["path", { d: "M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z" }], + ["path", { d: "M6 15v-2" }], + ["path", { d: "M12 15V9" }], + ["circle", { cx: "12", cy: "6", r: "3" }] + ]; + + const Kanban = [ + ["path", { d: "M6 5v11" }], + ["path", { d: "M12 5v6" }], + ["path", { d: "M18 5v14" }] + ]; + + const KeyRound = [ + [ + "path", + { + d: "M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z" + } + ], + ["circle", { cx: "16.5", cy: "7.5", r: ".5", fill: "currentColor" }] + ]; + + const KeySquare = [ + [ + "path", + { + d: "M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4z" + } + ], + ["path", { d: "m14 7 3 3" }], + [ + "path", + { + d: "m9.4 10.6-6.814 6.814A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814" + } + ] + ]; + + const KeyboardMusic = [ + ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }], + ["path", { d: "M6 8h4" }], + ["path", { d: "M14 8h.01" }], + ["path", { d: "M18 8h.01" }], + ["path", { d: "M2 12h20" }], + ["path", { d: "M6 12v4" }], + ["path", { d: "M10 12v4" }], + ["path", { d: "M14 12v4" }], + ["path", { d: "M18 12v4" }] + ]; + + const Key = [ + ["path", { d: "m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4" }], + ["path", { d: "m21 2-9.6 9.6" }], + ["circle", { cx: "7.5", cy: "15.5", r: "5.5" }] + ]; + + const Keyboard = [ + ["path", { d: "M10 8h.01" }], + ["path", { d: "M12 12h.01" }], + ["path", { d: "M14 8h.01" }], + ["path", { d: "M16 12h.01" }], + ["path", { d: "M18 8h.01" }], + ["path", { d: "M6 8h.01" }], + ["path", { d: "M7 16h10" }], + ["path", { d: "M8 12h.01" }], + ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }] + ]; + + const KeyboardOff = [ + ["path", { d: "M 20 4 A2 2 0 0 1 22 6" }], + ["path", { d: "M 22 6 L 22 16.41" }], + ["path", { d: "M 7 16 L 16 16" }], + ["path", { d: "M 9.69 4 L 20 4" }], + ["path", { d: "M14 8h.01" }], + ["path", { d: "M18 8h.01" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" }], + ["path", { d: "M6 8h.01" }], + ["path", { d: "M8 12h.01" }] + ]; + + const LampCeiling = [ + ["path", { d: "M12 2v5" }], + ["path", { d: "M14.829 15.998a3 3 0 1 1-5.658 0" }], + [ + "path", + { + d: "M20.92 14.606A1 1 0 0 1 20 16H4a1 1 0 0 1-.92-1.394l3-7A1 1 0 0 1 7 7h10a1 1 0 0 1 .92.606z" + } + ] + ]; + + const LampDesk = [ + [ + "path", + { + d: "M10.293 2.293a1 1 0 0 1 1.414 0l2.5 2.5 5.994 1.227a1 1 0 0 1 .506 1.687l-7 7a1 1 0 0 1-1.687-.506l-1.227-5.994-2.5-2.5a1 1 0 0 1 0-1.414z" + } + ], + ["path", { d: "m14.207 4.793-3.414 3.414" }], + ["path", { d: "M3 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z" }], + ["path", { d: "m9.086 6.5-4.793 4.793a1 1 0 0 0-.18 1.17L7 18" }] + ]; + + const LampFloor = [ + ["path", { d: "M12 10v12" }], + [ + "path", + { + d: "M17.929 7.629A1 1 0 0 1 17 9H7a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 9 2h6a1 1 0 0 1 .928.629z" + } + ], + ["path", { d: "M9 22h6" }] + ]; + + const LampWallDown = [ + [ + "path", + { + d: "M19.929 18.629A1 1 0 0 1 19 20H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 13h6a1 1 0 0 1 .928.629z" + } + ], + ["path", { d: "M6 3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z" }], + ["path", { d: "M8 6h4a2 2 0 0 1 2 2v5" }] + ]; + + const LampWallUp = [ + [ + "path", + { + d: "M19.929 9.629A1 1 0 0 1 19 11H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 4h6a1 1 0 0 1 .928.629z" + } + ], + ["path", { d: "M6 15a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" }], + ["path", { d: "M8 18h4a2 2 0 0 0 2-2v-5" }] + ]; + + const Lamp = [ + ["path", { d: "M12 12v6" }], + [ + "path", + { + d: "M4.077 10.615A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23Z" + } + ], + ["path", { d: "M8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z" }] + ]; + + const LandPlot = [ + ["path", { d: "m12 8 6-3-6-3v10" }], + [ + "path", + { + d: "m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12" + } + ], + ["path", { d: "m6.49 12.85 11.02 6.3" }], + ["path", { d: "M17.51 12.85 6.5 19.15" }] + ]; + + const Languages = [ + ["path", { d: "m5 8 6 6" }], + ["path", { d: "m4 14 6-6 2-3" }], + ["path", { d: "M2 5h12" }], + ["path", { d: "M7 2h1" }], + ["path", { d: "m22 22-5-10-5 10" }], + ["path", { d: "M14 18h6" }] + ]; + + const LaptopMinimalCheck = [ + ["path", { d: "M2 20h20" }], + ["path", { d: "m9 10 2 2 4-4" }], + ["rect", { x: "3", y: "4", width: "18", height: "12", rx: "2" }] + ]; + + const Landmark = [ + ["path", { d: "M10 18v-7" }], + [ + "path", + { + d: "M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z" + } + ], + ["path", { d: "M14 18v-7" }], + ["path", { d: "M18 18v-7" }], + ["path", { d: "M3 22h18" }], + ["path", { d: "M6 18v-7" }] + ]; + + const LaptopMinimal = [ + ["rect", { width: "18", height: "12", x: "3", y: "4", rx: "2", ry: "2" }], + ["line", { x1: "2", x2: "22", y1: "20", y2: "20" }] + ]; + + const Laptop = [ + [ + "path", + { + d: "M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z" + } + ], + ["path", { d: "M20.054 15.987H3.946" }] + ]; + + const LassoSelect = [ + ["path", { d: "M7 22a5 5 0 0 1-2-4" }], + ["path", { d: "M7 16.93c.96.43 1.96.74 2.99.91" }], + [ + "path", + { d: "M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2" } + ], + ["path", { d: "M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" }], + [ + "path", + { + d: "M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z" + } + ] + ]; + + const Lasso = [ + [ + "path", + { d: "M3.704 14.467A10 8 0 0 1 2 10a10 8 0 0 1 20 0 10 8 0 0 1-10 8 10 8 0 0 1-5.181-1.158" } + ], + ["path", { d: "M7 22a5 5 0 0 1-2-3.994" }], + ["circle", { cx: "5", cy: "16", r: "2" }] + ]; + + const Laugh = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z" }], + ["line", { x1: "9", x2: "9.01", y1: "9", y2: "9" }], + ["line", { x1: "15", x2: "15.01", y1: "9", y2: "9" }] + ]; + + const Layers2 = [ + [ + "path", + { + d: "M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74z" + } + ], + [ + "path", + { + d: "m20 14.285 1.5.845a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l1.5-.845" + } + ] + ]; + + const LayoutDashboard = [ + ["rect", { width: "7", height: "9", x: "3", y: "3", rx: "1" }], + ["rect", { width: "7", height: "5", x: "14", y: "3", rx: "1" }], + ["rect", { width: "7", height: "9", x: "14", y: "12", rx: "1" }], + ["rect", { width: "7", height: "5", x: "3", y: "16", rx: "1" }] + ]; + + const Layers = [ + [ + "path", + { + d: "M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z" + } + ], + ["path", { d: "M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12" }], + ["path", { d: "M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17" }] + ]; + + const LayoutGrid = [ + ["rect", { width: "7", height: "7", x: "3", y: "3", rx: "1" }], + ["rect", { width: "7", height: "7", x: "14", y: "3", rx: "1" }], + ["rect", { width: "7", height: "7", x: "14", y: "14", rx: "1" }], + ["rect", { width: "7", height: "7", x: "3", y: "14", rx: "1" }] + ]; + + const LayoutPanelLeft = [ + ["rect", { width: "7", height: "18", x: "3", y: "3", rx: "1" }], + ["rect", { width: "7", height: "7", x: "14", y: "3", rx: "1" }], + ["rect", { width: "7", height: "7", x: "14", y: "14", rx: "1" }] + ]; + + const LayoutList = [ + ["rect", { width: "7", height: "7", x: "3", y: "3", rx: "1" }], + ["rect", { width: "7", height: "7", x: "3", y: "14", rx: "1" }], + ["path", { d: "M14 4h7" }], + ["path", { d: "M14 9h7" }], + ["path", { d: "M14 15h7" }], + ["path", { d: "M14 20h7" }] + ]; + + const LayoutPanelTop = [ + ["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1" }], + ["rect", { width: "7", height: "7", x: "3", y: "14", rx: "1" }], + ["rect", { width: "7", height: "7", x: "14", y: "14", rx: "1" }] + ]; + + const LayoutTemplate = [ + ["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1" }], + ["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1" }], + ["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1" }] + ]; + + const Leaf = [ + [ + "path", + { d: "M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z" } + ], + ["path", { d: "M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12" }] + ]; + + const LeafyGreen = [ + [ + "path", + { + d: "M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22" + } + ], + ["path", { d: "M2 22 17 7" }] + ]; + + const Lectern = [ + [ + "path", + { + d: "M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3" + } + ], + ["path", { d: "M18 6V3a1 1 0 0 0-1-1h-3" }], + ["rect", { width: "8", height: "12", x: "8", y: "10", rx: "1" }] + ]; + + const LetterText = [ + ["path", { d: "M15 12h6" }], + ["path", { d: "M15 6h6" }], + ["path", { d: "m3 13 3.553-7.724a.5.5 0 0 1 .894 0L11 13" }], + ["path", { d: "M3 18h18" }], + ["path", { d: "M3.92 11h6.16" }] + ]; + + const LibraryBig = [ + ["rect", { width: "8", height: "18", x: "3", y: "3", rx: "1" }], + ["path", { d: "M7 3v18" }], + [ + "path", + { + d: "M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z" + } + ] + ]; + + const Library = [ + ["path", { d: "m16 6 4 14" }], + ["path", { d: "M12 6v14" }], + ["path", { d: "M8 8v12" }], + ["path", { d: "M4 4v16" }] + ]; + + const LifeBuoy = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "m4.93 4.93 4.24 4.24" }], + ["path", { d: "m14.83 9.17 4.24-4.24" }], + ["path", { d: "m14.83 14.83 4.24 4.24" }], + ["path", { d: "m9.17 14.83-4.24 4.24" }], + ["circle", { cx: "12", cy: "12", r: "4" }] + ]; + + const Ligature = [ + ["path", { d: "M14 12h2v8" }], + ["path", { d: "M14 20h4" }], + ["path", { d: "M6 12h4" }], + ["path", { d: "M6 20h4" }], + ["path", { d: "M8 20V8a4 4 0 0 1 7.464-2" }] + ]; + + const Lightbulb = [ + [ + "path", + { + d: "M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5" + } + ], + ["path", { d: "M9 18h6" }], + ["path", { d: "M10 22h4" }] + ]; + + const LightbulbOff = [ + ["path", { d: "M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5" }], + ["path", { d: "M9 18h6" }], + ["path", { d: "M10 22h4" }] + ]; + + const LineSquiggle = [ + [ + "path", + { d: "M7 3.5c5-2 7 2.5 3 4C1.5 10 2 15 5 16c5 2 9-10 14-7s.5 13.5-4 12c-5-2.5.5-11 6-2" } + ] + ]; + + const Link2Off = [ + ["path", { d: "M9 17H7A5 5 0 0 1 7 7" }], + ["path", { d: "M15 7h2a5 5 0 0 1 4 8" }], + ["line", { x1: "8", x2: "12", y1: "12", y2: "12" }], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const Link2 = [ + ["path", { d: "M9 17H7A5 5 0 0 1 7 7h2" }], + ["path", { d: "M15 7h2a5 5 0 1 1 0 10h-2" }], + ["line", { x1: "8", x2: "16", y1: "12", y2: "12" }] + ]; + + const Link = [ + ["path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }], + ["path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" }] + ]; + + const Linkedin = [ + ["path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }], + ["rect", { width: "4", height: "12", x: "2", y: "9" }], + ["circle", { cx: "4", cy: "4", r: "2" }] + ]; + + const ListCheck = [ + ["path", { d: "M11 18H3" }], + ["path", { d: "m15 18 2 2 4-4" }], + ["path", { d: "M16 12H3" }], + ["path", { d: "M16 6H3" }] + ]; + + const ListChecks = [ + ["path", { d: "m3 17 2 2 4-4" }], + ["path", { d: "m3 7 2 2 4-4" }], + ["path", { d: "M13 6h8" }], + ["path", { d: "M13 12h8" }], + ["path", { d: "M13 18h8" }] + ]; + + const ListCollapse = [ + ["path", { d: "M10 12h11" }], + ["path", { d: "M10 18h11" }], + ["path", { d: "M10 6h11" }], + ["path", { d: "m3 10 3-3-3-3" }], + ["path", { d: "m3 20 3-3-3-3" }] + ]; + + const ListEnd = [ + ["path", { d: "M16 12H3" }], + ["path", { d: "M16 6H3" }], + ["path", { d: "M10 18H3" }], + ["path", { d: "M21 6v10a2 2 0 0 1-2 2h-5" }], + ["path", { d: "m16 16-2 2 2 2" }] + ]; + + const ListFilterPlus = [ + ["path", { d: "M10 18h4" }], + ["path", { d: "M11 6H3" }], + ["path", { d: "M15 6h6" }], + ["path", { d: "M18 9V3" }], + ["path", { d: "M7 12h8" }] + ]; + + const ListFilter = [ + ["path", { d: "M3 6h18" }], + ["path", { d: "M7 12h10" }], + ["path", { d: "M10 18h4" }] + ]; + + const ListMinus = [ + ["path", { d: "M11 12H3" }], + ["path", { d: "M16 6H3" }], + ["path", { d: "M16 18H3" }], + ["path", { d: "M21 12h-6" }] + ]; + + const ListMusic = [ + ["path", { d: "M21 15V6" }], + ["path", { d: "M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" }], + ["path", { d: "M12 12H3" }], + ["path", { d: "M16 6H3" }], + ["path", { d: "M12 18H3" }] + ]; + + const ListOrdered = [ + ["path", { d: "M10 12h11" }], + ["path", { d: "M10 18h11" }], + ["path", { d: "M10 6h11" }], + ["path", { d: "M4 10h2" }], + ["path", { d: "M4 6h1v4" }], + ["path", { d: "M6 18H4c0-1 2-2 2-3s-1-1.5-2-1" }] + ]; + + const ListPlus = [ + ["path", { d: "M11 12H3" }], + ["path", { d: "M16 6H3" }], + ["path", { d: "M16 18H3" }], + ["path", { d: "M18 9v6" }], + ["path", { d: "M21 12h-6" }] + ]; + + const ListRestart = [ + ["path", { d: "M21 6H3" }], + ["path", { d: "M7 12H3" }], + ["path", { d: "M7 18H3" }], + ["path", { d: "M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14" }], + ["path", { d: "M11 10v4h4" }] + ]; + + const ListStart = [ + ["path", { d: "M16 12H3" }], + ["path", { d: "M16 18H3" }], + ["path", { d: "M10 6H3" }], + ["path", { d: "M21 18V8a2 2 0 0 0-2-2h-5" }], + ["path", { d: "m16 8-2-2 2-2" }] + ]; + + const ListTodo = [ + ["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1" }], + ["path", { d: "m3 17 2 2 4-4" }], + ["path", { d: "M13 6h8" }], + ["path", { d: "M13 12h8" }], + ["path", { d: "M13 18h8" }] + ]; + + const ListTree = [ + ["path", { d: "M21 12h-8" }], + ["path", { d: "M21 6H8" }], + ["path", { d: "M21 18h-8" }], + ["path", { d: "M3 6v4c0 1.1.9 2 2 2h3" }], + ["path", { d: "M3 10v6c0 1.1.9 2 2 2h3" }] + ]; + + const ListVideo = [ + ["path", { d: "M12 12H3" }], + ["path", { d: "M12 18H3" }], + ["path", { d: "M16 6H3" }], + [ + "path", + { + d: "M21.033 14.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .968-.56z" + } + ] + ]; + + const ListX = [ + ["path", { d: "M11 12H3" }], + ["path", { d: "M16 6H3" }], + ["path", { d: "M16 18H3" }], + ["path", { d: "m19 10-4 4" }], + ["path", { d: "m15 10 4 4" }] + ]; + + const List = [ + ["path", { d: "M3 12h.01" }], + ["path", { d: "M3 18h.01" }], + ["path", { d: "M3 6h.01" }], + ["path", { d: "M8 12h13" }], + ["path", { d: "M8 18h13" }], + ["path", { d: "M8 6h13" }] + ]; + + const LoaderCircle = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56" }]]; + + const LoaderPinwheel = [ + ["path", { d: "M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0" }], + ["path", { d: "M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6" }], + ["path", { d: "M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Loader = [ + ["path", { d: "M12 2v4" }], + ["path", { d: "m16.2 7.8 2.9-2.9" }], + ["path", { d: "M18 12h4" }], + ["path", { d: "m16.2 16.2 2.9 2.9" }], + ["path", { d: "M12 18v4" }], + ["path", { d: "m4.9 19.1 2.9-2.9" }], + ["path", { d: "M2 12h4" }], + ["path", { d: "m4.9 4.9 2.9 2.9" }] + ]; + + const LocateOff = [ + ["path", { d: "M12 19v3" }], + ["path", { d: "M12 2v3" }], + ["path", { d: "M18.89 13.24a7 7 0 0 0-8.13-8.13" }], + ["path", { d: "M19 12h3" }], + ["path", { d: "M2 12h3" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M7.05 7.05a7 7 0 0 0 9.9 9.9" }] + ]; + + const LocateFixed = [ + ["line", { x1: "2", x2: "5", y1: "12", y2: "12" }], + ["line", { x1: "19", x2: "22", y1: "12", y2: "12" }], + ["line", { x1: "12", x2: "12", y1: "2", y2: "5" }], + ["line", { x1: "12", x2: "12", y1: "19", y2: "22" }], + ["circle", { cx: "12", cy: "12", r: "7" }], + ["circle", { cx: "12", cy: "12", r: "3" }] + ]; + + const Locate = [ + ["line", { x1: "2", x2: "5", y1: "12", y2: "12" }], + ["line", { x1: "19", x2: "22", y1: "12", y2: "12" }], + ["line", { x1: "12", x2: "12", y1: "2", y2: "5" }], + ["line", { x1: "12", x2: "12", y1: "19", y2: "22" }], + ["circle", { cx: "12", cy: "12", r: "7" }] + ]; + + const LockKeyholeOpen = [ + ["circle", { cx: "12", cy: "16", r: "1" }], + ["rect", { width: "18", height: "12", x: "3", y: "10", rx: "2" }], + ["path", { d: "M7 10V7a5 5 0 0 1 9.33-2.5" }] + ]; + + const LockKeyhole = [ + ["circle", { cx: "12", cy: "16", r: "1" }], + ["rect", { x: "3", y: "10", width: "18", height: "12", rx: "2" }], + ["path", { d: "M7 10V7a5 5 0 0 1 10 0v3" }] + ]; + + const LockOpen = [ + ["rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }], + ["path", { d: "M7 11V7a5 5 0 0 1 9.9-1" }] + ]; + + const Lock = [ + ["rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }], + ["path", { d: "M7 11V7a5 5 0 0 1 10 0v4" }] + ]; + + const LogIn = [ + ["path", { d: "m10 17 5-5-5-5" }], + ["path", { d: "M15 12H3" }], + ["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" }] + ]; + + const Logs = [ + ["path", { d: "M13 12h8" }], + ["path", { d: "M13 18h8" }], + ["path", { d: "M13 6h8" }], + ["path", { d: "M3 12h1" }], + ["path", { d: "M3 18h1" }], + ["path", { d: "M3 6h1" }], + ["path", { d: "M8 12h1" }], + ["path", { d: "M8 18h1" }], + ["path", { d: "M8 6h1" }] + ]; + + const LogOut = [ + ["path", { d: "m16 17 5-5-5-5" }], + ["path", { d: "M21 12H9" }], + ["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }] + ]; + + const Lollipop = [ + ["circle", { cx: "11", cy: "11", r: "8" }], + ["path", { d: "m21 21-4.3-4.3" }], + ["path", { d: "M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0" }] + ]; + + const Luggage = [ + ["path", { d: "M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2" }], + ["path", { d: "M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14" }], + ["path", { d: "M10 20h4" }], + ["circle", { cx: "16", cy: "20", r: "2" }], + ["circle", { cx: "8", cy: "20", r: "2" }] + ]; + + const Magnet = [ + ["path", { d: "m12 15 4 4" }], + [ + "path", + { + d: "M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z" + } + ], + ["path", { d: "m5 8 4 4" }] + ]; + + const MailCheck = [ + ["path", { d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8" }], + ["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }], + ["path", { d: "m16 19 2 2 4-4" }] + ]; + + const MailMinus = [ + ["path", { d: "M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8" }], + ["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }], + ["path", { d: "M16 19h6" }] + ]; + + const MailOpen = [ + [ + "path", + { + d: "M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z" + } + ], + ["path", { d: "m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10" }] + ]; + + const MailPlus = [ + ["path", { d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8" }], + ["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }], + ["path", { d: "M19 16v6" }], + ["path", { d: "M16 19h6" }] + ]; + + const MailQuestionMark = [ + ["path", { d: "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5" }], + ["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }], + ["path", { d: "M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2" }], + ["path", { d: "M20 22v.01" }] + ]; + + const MailSearch = [ + ["path", { d: "M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5" }], + ["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }], + ["path", { d: "M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" }], + ["circle", { cx: "18", cy: "18", r: "3" }], + ["path", { d: "m22 22-1.5-1.5" }] + ]; + + const MailWarning = [ + ["path", { d: "M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5" }], + ["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }], + ["path", { d: "M20 14v4" }], + ["path", { d: "M20 22v.01" }] + ]; + + const MailX = [ + ["path", { d: "M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9" }], + ["path", { d: "m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7" }], + ["path", { d: "m17 17 4 4" }], + ["path", { d: "m21 17-4 4" }] + ]; + + const Mail = [ + ["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" }], + ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2" }] + ]; + + const Mails = [ + ["path", { d: "M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732" }], + ["path", { d: "m22 5.5-6.419 4.179a2 2 0 0 1-2.162 0L7 5.5" }], + ["rect", { x: "7", y: "3", width: "15", height: "12", rx: "2" }] + ]; + + const Mailbox = [ + ["path", { d: "M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z" }], + ["polyline", { points: "15,9 18,9 18,11" }], + ["path", { d: "M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2" }], + ["line", { x1: "6", x2: "7", y1: "10", y2: "10" }] + ]; + + const MapMinus = [ + [ + "path", + { + d: "m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14" + } + ], + ["path", { d: "M15 5.764V14" }], + ["path", { d: "M21 18h-6" }], + ["path", { d: "M9 3.236v15" }] + ]; + + const MapPinCheckInside = [ + [ + "path", + { + d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" + } + ], + ["path", { d: "m9 10 2 2 4-4" }] + ]; + + const MapPinCheck = [ + [ + "path", + { + d: "M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728" + } + ], + ["circle", { cx: "12", cy: "10", r: "3" }], + ["path", { d: "m16 18 2 2 4-4" }] + ]; + + const MapPinHouse = [ + [ + "path", + { + d: "M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z" + } + ], + ["path", { d: "M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2" }], + ["path", { d: "M18 22v-3" }], + ["circle", { cx: "10", cy: "10", r: "3" }] + ]; + + const MapPinMinusInside = [ + [ + "path", + { + d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" + } + ], + ["path", { d: "M9 10h6" }] + ]; + + const MapPinMinus = [ + [ + "path", + { + d: "M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738" + } + ], + ["circle", { cx: "12", cy: "10", r: "3" }], + ["path", { d: "M16 18h6" }] + ]; + + const MapPinOff = [ + ["path", { d: "M12.75 7.09a3 3 0 0 1 2.16 2.16" }], + [ + "path", + { + d: "M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568" + } + ], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533" }], + ["path", { d: "M9.13 9.13a3 3 0 0 0 3.74 3.74" }] + ]; + + const MapPinPen = [ + ["path", { d: "M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468" }], + [ + "path", + { + d: "M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" + } + ], + ["circle", { cx: "10", cy: "10", r: "3" }] + ]; + + const MapPinPlusInside = [ + [ + "path", + { + d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" + } + ], + ["path", { d: "M12 7v6" }], + ["path", { d: "M9 10h6" }] + ]; + + const MapPinPlus = [ + [ + "path", + { + d: "M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738" + } + ], + ["circle", { cx: "12", cy: "10", r: "3" }], + ["path", { d: "M16 18h6" }], + ["path", { d: "M19 15v6" }] + ]; + + const MapPinXInside = [ + [ + "path", + { + d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" + } + ], + ["path", { d: "m14.5 7.5-5 5" }], + ["path", { d: "m9.5 7.5 5 5" }] + ]; + + const MapPinX = [ + [ + "path", + { + d: "M19.752 11.901A7.78 7.78 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 19 19 0 0 0 .09-.077" + } + ], + ["circle", { cx: "12", cy: "10", r: "3" }], + ["path", { d: "m21.5 15.5-5 5" }], + ["path", { d: "m21.5 20.5-5-5" }] + ]; + + const MapPin = [ + [ + "path", + { + d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" + } + ], + ["circle", { cx: "12", cy: "10", r: "3" }] + ]; + + const MapPinned = [ + [ + "path", + { + d: "M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0" + } + ], + ["circle", { cx: "12", cy: "8", r: "2" }], + [ + "path", + { + d: "M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712" + } + ] + ]; + + const MapPlus = [ + [ + "path", + { + d: "m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V12" + } + ], + ["path", { d: "M15 5.764V12" }], + ["path", { d: "M18 15v6" }], + ["path", { d: "M21 18h-6" }], + ["path", { d: "M9 3.236v15" }] + ]; + + const MarsStroke = [ + ["path", { d: "m14 6 4 4" }], + ["path", { d: "M17 3h4v4" }], + ["path", { d: "m21 3-7.75 7.75" }], + ["circle", { cx: "9", cy: "15", r: "6" }] + ]; + + const Map = [ + [ + "path", + { + d: "M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z" + } + ], + ["path", { d: "M15 5.764v15" }], + ["path", { d: "M9 3.236v15" }] + ]; + + const Mars = [ + ["path", { d: "M16 3h5v5" }], + ["path", { d: "m21 3-6.75 6.75" }], + ["circle", { cx: "10", cy: "14", r: "6" }] + ]; + + const Martini = [ + ["path", { d: "M8 22h8" }], + ["path", { d: "M12 11v11" }], + ["path", { d: "m19 3-7 8-7-8Z" }] + ]; + + const Maximize2 = [ + ["path", { d: "M15 3h6v6" }], + ["path", { d: "m21 3-7 7" }], + ["path", { d: "m3 21 7-7" }], + ["path", { d: "M9 21H3v-6" }] + ]; + + const Maximize = [ + ["path", { d: "M8 3H5a2 2 0 0 0-2 2v3" }], + ["path", { d: "M21 8V5a2 2 0 0 0-2-2h-3" }], + ["path", { d: "M3 16v3a2 2 0 0 0 2 2h3" }], + ["path", { d: "M16 21h3a2 2 0 0 0 2-2v-3" }] + ]; + + const Medal = [ + [ + "path", + { + d: "M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15" + } + ], + ["path", { d: "M11 12 5.12 2.2" }], + ["path", { d: "m13 12 5.88-9.8" }], + ["path", { d: "M8 7h8" }], + ["circle", { cx: "12", cy: "17", r: "5" }], + ["path", { d: "M12 18v-2h-.5" }] + ]; + + const Megaphone = [ + [ + "path", + { + d: "M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" + } + ], + ["path", { d: "M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" }], + ["path", { d: "M8 6v8" }] + ]; + + const MegaphoneOff = [ + ["path", { d: "M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344" }], + ["path", { d: "M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14" }], + ["path", { d: "M8 8v6" }] + ]; + + const Meh = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["line", { x1: "8", x2: "16", y1: "15", y2: "15" }], + ["line", { x1: "9", x2: "9.01", y1: "9", y2: "9" }], + ["line", { x1: "15", x2: "15.01", y1: "9", y2: "9" }] + ]; + + const MemoryStick = [ + ["path", { d: "M6 19v-3" }], + ["path", { d: "M10 19v-3" }], + ["path", { d: "M14 19v-3" }], + ["path", { d: "M18 19v-3" }], + ["path", { d: "M8 11V9" }], + ["path", { d: "M16 11V9" }], + ["path", { d: "M12 11V9" }], + ["path", { d: "M2 15h20" }], + [ + "path", + { + d: "M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z" + } + ] + ]; + + const Merge = [ + ["path", { d: "m8 6 4-4 4 4" }], + ["path", { d: "M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22" }], + ["path", { d: "m20 22-5-5" }] + ]; + + const Menu = [ + ["path", { d: "M4 12h16" }], + ["path", { d: "M4 18h16" }], + ["path", { d: "M4 6h16" }] + ]; + + const MessageCircleCode = [ + ["path", { d: "m10 9-3 3 3 3" }], + ["path", { d: "m14 15 3-3-3-3" }], + [ + "path", + { + d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" + } + ] + ]; + + const MessageCircleDashed = [ + ["path", { d: "M10.1 2.182a10 10 0 0 1 3.8 0" }], + ["path", { d: "M13.9 21.818a10 10 0 0 1-3.8 0" }], + ["path", { d: "M17.609 3.72a10 10 0 0 1 2.69 2.7" }], + ["path", { d: "M2.182 13.9a10 10 0 0 1 0-3.8" }], + ["path", { d: "M20.28 17.61a10 10 0 0 1-2.7 2.69" }], + ["path", { d: "M21.818 10.1a10 10 0 0 1 0 3.8" }], + ["path", { d: "M3.721 6.391a10 10 0 0 1 2.7-2.69" }], + ["path", { d: "m6.163 21.117-2.906.85a1 1 0 0 1-1.236-1.169l.965-2.98" }] + ]; + + const MessageCircleHeart = [ + [ + "path", + { + d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" + } + ], + [ + "path", + { + d: "M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 5.004 2.224 3 3 0 0 1-.832 2.083l-3.447 3.62a1 1 0 0 1-1.45-.001z" + } + ] + ]; + + const MessageCircleMore = [ + [ + "path", + { + d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" + } + ], + ["path", { d: "M8 12h.01" }], + ["path", { d: "M12 12h.01" }], + ["path", { d: "M16 12h.01" }] + ]; + + const MessageCircleOff = [ + ["path", { d: "m2 2 20 20" }], + [ + "path", + { + d: "M4.93 4.929a10 10 0 0 0-1.938 11.412 2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 0 0 11.302-1.989" + } + ], + ["path", { d: "M8.35 2.69A10 10 0 0 1 21.3 15.65" }] + ]; + + const MessageCirclePlus = [ + [ + "path", + { + d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" + } + ], + ["path", { d: "M8 12h8" }], + ["path", { d: "M12 8v8" }] + ]; + + const MessageCircleReply = [ + [ + "path", + { + d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" + } + ], + ["path", { d: "m10 15-3-3 3-3" }], + ["path", { d: "M7 12h8a2 2 0 0 1 2 2v1" }] + ]; + + const MessageCircleQuestionMark = [ + [ + "path", + { + d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" + } + ], + ["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }], + ["path", { d: "M12 17h.01" }] + ]; + + const MessageCircleWarning = [ + [ + "path", + { + d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" + } + ], + ["path", { d: "M12 8v4" }], + ["path", { d: "M12 16h.01" }] + ]; + + const MessageCircleX = [ + [ + "path", + { + d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" + } + ], + ["path", { d: "m15 9-6 6" }], + ["path", { d: "m9 9 6 6" }] + ]; + + const MessageCircle = [ + [ + "path", + { + d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" + } + ] + ]; + + const MessageSquareCode = [ + [ + "path", + { + d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" + } + ], + ["path", { d: "m10 8-3 3 3 3" }], + ["path", { d: "m14 14 3-3-3-3" }] + ]; + + const MessageSquareDashed = [ + ["path", { d: "M12 19h.01" }], + ["path", { d: "M12 3h.01" }], + ["path", { d: "M16 19h.01" }], + ["path", { d: "M16 3h.01" }], + ["path", { d: "M2 13h.01" }], + ["path", { d: "M2 17v4.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H8" }], + ["path", { d: "M2 5a2 2 0 0 1 2-2" }], + ["path", { d: "M2 9h.01" }], + ["path", { d: "M20 3a2 2 0 0 1 2 2" }], + ["path", { d: "M22 13h.01" }], + ["path", { d: "M22 17a2 2 0 0 1-2 2" }], + ["path", { d: "M22 9h.01" }], + ["path", { d: "M8 3h.01" }] + ]; + + const MessageSquareDiff = [ + [ + "path", + { + d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" + } + ], + ["path", { d: "M10 15h4" }], + ["path", { d: "M10 9h4" }], + ["path", { d: "M12 7v4" }] + ]; + + const MessageSquareDot = [ + [ + "path", + { + d: "M12.7 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4.7" + } + ], + ["circle", { cx: "19", cy: "6", r: "3" }] + ]; + + const MessageSquareHeart = [ + [ + "path", + { + d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" + } + ], + [ + "path", + { + d: "M7.5 9.5c0 .687.265 1.383.697 1.844l3.009 3.264a1.14 1.14 0 0 0 .407.314 1 1 0 0 0 .783-.004 1.14 1.14 0 0 0 .398-.31l3.008-3.264A2.77 2.77 0 0 0 16.5 9.5 2.5 2.5 0 0 0 12 8a2.5 2.5 0 0 0-4.5 1.5" + } + ] + ]; + + const MessageSquareLock = [ + [ + "path", + { + d: "M22 8.5V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H10" + } + ], + ["path", { d: "M20 15v-2a2 2 0 0 0-4 0v2" }], + ["rect", { x: "14", y: "15", width: "8", height: "5", rx: "1" }] + ]; + + const MessageSquareMore = [ + [ + "path", + { + d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" + } + ], + ["path", { d: "M12 11h.01" }], + ["path", { d: "M16 11h.01" }], + ["path", { d: "M8 11h.01" }] + ]; + + const MessageSquareOff = [ + [ + "path", + { + d: "M19 19H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 1.184-1.826" + } + ], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M8.656 3H20a2 2 0 0 1 2 2v11.344" }] + ]; + + const MessageSquareQuote = [ + [ + "path", + { + d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" + } + ], + ["path", { d: "M14 13a2 2 0 0 0 2-2V9h-2" }], + ["path", { d: "M8 13a2 2 0 0 0 2-2V9H8" }] + ]; + + const MessageSquarePlus = [ + [ + "path", + { + d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" + } + ], + ["path", { d: "M12 8v6" }], + ["path", { d: "M9 11h6" }] + ]; + + const MessageSquareReply = [ + [ + "path", + { + d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" + } + ], + ["path", { d: "m10 8-3 3 3 3" }], + ["path", { d: "M17 14v-1a2 2 0 0 0-2-2H7" }] + ]; + + const MessageSquareText = [ + [ + "path", + { + d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" + } + ], + ["path", { d: "M7 11h10" }], + ["path", { d: "M7 15h6" }], + ["path", { d: "M7 7h8" }] + ]; + + const MessageSquareShare = [ + [ + "path", + { + d: "M12 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4" + } + ], + ["path", { d: "M16 3h6v6" }], + ["path", { d: "m16 9 6-6" }] + ]; + + const MessageSquareWarning = [ + [ + "path", + { + d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" + } + ], + ["path", { d: "M12 15h.01" }], + ["path", { d: "M12 7v4" }] + ]; + + const MessageSquareX = [ + [ + "path", + { + d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" + } + ], + ["path", { d: "m14.5 8.5-5 5" }], + ["path", { d: "m9.5 8.5 5 5" }] + ]; + + const MessageSquare = [ + [ + "path", + { + d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z" + } + ] + ]; + + const MessagesSquare = [ + [ + "path", + { + d: "M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" + } + ], + [ + "path", + { + d: "M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1" + } + ] + ]; + + const MicOff = [ + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }], + ["path", { d: "M18.89 13.23A7.12 7.12 0 0 0 19 12v-2" }], + ["path", { d: "M5 10v2a7 7 0 0 0 12 5" }], + ["path", { d: "M15 9.34V5a3 3 0 0 0-5.68-1.33" }], + ["path", { d: "M9 9v3a3 3 0 0 0 5.12 2.12" }], + ["line", { x1: "12", x2: "12", y1: "19", y2: "22" }] + ]; + + const MicVocal = [ + ["path", { d: "m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12" }], + [ + "path", + { + d: "M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5" + } + ], + ["circle", { cx: "16", cy: "7", r: "5" }] + ]; + + const Mic = [ + ["path", { d: "M12 19v3" }], + ["path", { d: "M19 10v2a7 7 0 0 1-14 0v-2" }], + ["rect", { x: "9", y: "2", width: "6", height: "13", rx: "3" }] + ]; + + const Microchip = [ + ["path", { d: "M18 12h2" }], + ["path", { d: "M18 16h2" }], + ["path", { d: "M18 20h2" }], + ["path", { d: "M18 4h2" }], + ["path", { d: "M18 8h2" }], + ["path", { d: "M4 12h2" }], + ["path", { d: "M4 16h2" }], + ["path", { d: "M4 20h2" }], + ["path", { d: "M4 4h2" }], + ["path", { d: "M4 8h2" }], + [ + "path", + { + d: "M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z" + } + ] + ]; + + const Microscope = [ + ["path", { d: "M6 18h8" }], + ["path", { d: "M3 22h18" }], + ["path", { d: "M14 22a7 7 0 1 0 0-14h-1" }], + ["path", { d: "M9 14h2" }], + ["path", { d: "M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z" }], + ["path", { d: "M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3" }] + ]; + + const Microwave = [ + ["rect", { width: "20", height: "15", x: "2", y: "4", rx: "2" }], + ["rect", { width: "8", height: "7", x: "6", y: "8", rx: "1" }], + ["path", { d: "M18 8v7" }], + ["path", { d: "M6 19v2" }], + ["path", { d: "M18 19v2" }] + ]; + + const MilkOff = [ + ["path", { d: "M8 2h8" }], + [ + "path", + { + d: "M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3" + } + ], + ["path", { d: "M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435" }], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const Milestone = [ + ["path", { d: "M12 13v8" }], + ["path", { d: "M12 3v3" }], + [ + "path", + { + d: "M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z" + } + ] + ]; + + const Milk = [ + ["path", { d: "M8 2h8" }], + [ + "path", + { + d: "M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2" + } + ], + ["path", { d: "M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0" }] + ]; + + const Minimize2 = [ + ["path", { d: "m14 10 7-7" }], + ["path", { d: "M20 10h-6V4" }], + ["path", { d: "m3 21 7-7" }], + ["path", { d: "M4 14h6v6" }] + ]; + + const Minus = [["path", { d: "M5 12h14" }]]; + + const Minimize = [ + ["path", { d: "M8 3v3a2 2 0 0 1-2 2H3" }], + ["path", { d: "M21 8h-3a2 2 0 0 1-2-2V3" }], + ["path", { d: "M3 16h3a2 2 0 0 1 2 2v3" }], + ["path", { d: "M16 21v-3a2 2 0 0 1 2-2h3" }] + ]; + + const MonitorCheck = [ + ["path", { d: "m9 10 2 2 4-4" }], + ["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2" }], + ["path", { d: "M12 17v4" }], + ["path", { d: "M8 21h8" }] + ]; + + const MonitorCog = [ + ["path", { d: "M12 17v4" }], + ["path", { d: "m14.305 7.53.923-.382" }], + ["path", { d: "m15.228 4.852-.923-.383" }], + ["path", { d: "m16.852 3.228-.383-.924" }], + ["path", { d: "m16.852 8.772-.383.923" }], + ["path", { d: "m19.148 3.228.383-.924" }], + ["path", { d: "m19.53 9.696-.382-.924" }], + ["path", { d: "m20.772 4.852.924-.383" }], + ["path", { d: "m20.772 7.148.924.383" }], + ["path", { d: "M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7" }], + ["path", { d: "M8 21h8" }], + ["circle", { cx: "18", cy: "6", r: "3" }] + ]; + + const MonitorDown = [ + ["path", { d: "M12 13V7" }], + ["path", { d: "m15 10-3 3-3-3" }], + ["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2" }], + ["path", { d: "M12 17v4" }], + ["path", { d: "M8 21h8" }] + ]; + + const MonitorOff = [ + ["path", { d: "M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2" }], + ["path", { d: "M22 15V5a2 2 0 0 0-2-2H9" }], + ["path", { d: "M8 21h8" }], + ["path", { d: "M12 17v4" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const MonitorDot = [ + ["path", { d: "M12 17v4" }], + ["path", { d: "M22 12.307V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8.693" }], + ["path", { d: "M8 21h8" }], + ["circle", { cx: "19", cy: "6", r: "3" }] + ]; + + const MonitorPause = [ + ["path", { d: "M10 13V7" }], + ["path", { d: "M14 13V7" }], + ["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2" }], + ["path", { d: "M12 17v4" }], + ["path", { d: "M8 21h8" }] + ]; + + const MonitorSmartphone = [ + ["path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }], + ["path", { d: "M10 19v-3.96 3.15" }], + ["path", { d: "M7 19h5" }], + ["rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" }] + ]; + + const MonitorPlay = [ + [ + "path", + { + d: "M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z" + } + ], + ["path", { d: "M12 17v4" }], + ["path", { d: "M8 21h8" }], + ["rect", { x: "2", y: "3", width: "20", height: "14", rx: "2" }] + ]; + + const MonitorSpeaker = [ + ["path", { d: "M5.5 20H8" }], + ["path", { d: "M17 9h.01" }], + ["rect", { width: "10", height: "16", x: "12", y: "4", rx: "2" }], + ["path", { d: "M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4" }], + ["circle", { cx: "17", cy: "15", r: "1" }] + ]; + + const MonitorStop = [ + ["path", { d: "M12 17v4" }], + ["path", { d: "M8 21h8" }], + ["rect", { x: "2", y: "3", width: "20", height: "14", rx: "2" }], + ["rect", { x: "9", y: "7", width: "6", height: "6", rx: "1" }] + ]; + + const MonitorUp = [ + ["path", { d: "m9 10 3-3 3 3" }], + ["path", { d: "M12 13V7" }], + ["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2" }], + ["path", { d: "M12 17v4" }], + ["path", { d: "M8 21h8" }] + ]; + + const MonitorX = [ + ["path", { d: "m14.5 12.5-5-5" }], + ["path", { d: "m9.5 12.5 5-5" }], + ["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2" }], + ["path", { d: "M12 17v4" }], + ["path", { d: "M8 21h8" }] + ]; + + const Monitor = [ + ["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2" }], + ["line", { x1: "8", x2: "16", y1: "21", y2: "21" }], + ["line", { x1: "12", x2: "12", y1: "17", y2: "21" }] + ]; + + const MoonStar = [ + ["path", { d: "M18 5h4" }], + ["path", { d: "M20 3v4" }], + [ + "path", + { + d: "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" + } + ] + ]; + + const Moon = [ + [ + "path", + { + d: "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401" + } + ] + ]; + + const Mountain = [["path", { d: "m8 3 4 8 5-5 5 15H2L8 3z" }]]; + + const MountainSnow = [ + ["path", { d: "m8 3 4 8 5-5 5 15H2L8 3z" }], + ["path", { d: "M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19" }] + ]; + + const MouseOff = [ + ["path", { d: "M12 6v.343" }], + ["path", { d: "M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218" }], + ["path", { d: "M19 13.343V9A7 7 0 0 0 8.56 2.902" }], + ["path", { d: "M22 22 2 2" }] + ]; + + const MousePointer2 = [ + [ + "path", + { + d: "M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z" + } + ] + ]; + + const MousePointerClick = [ + ["path", { d: "M14 4.1 12 6" }], + ["path", { d: "m5.1 8-2.9-.8" }], + ["path", { d: "m6 12-1.9 2" }], + ["path", { d: "M7.2 2.2 8 5.1" }], + [ + "path", + { + d: "M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z" + } + ] + ]; + + const MousePointerBan = [ + [ + "path", + { + d: "M2.034 2.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.944L8.204 7.545a1 1 0 0 0-.66.66l-1.066 3.443a.5.5 0 0 1-.944.033z" + } + ], + ["circle", { cx: "16", cy: "16", r: "6" }], + ["path", { d: "m11.8 11.8 8.4 8.4" }] + ]; + + const MousePointer = [ + ["path", { d: "M12.586 12.586 19 19" }], + [ + "path", + { + d: "M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z" + } + ] + ]; + + const Mouse = [ + ["rect", { x: "5", y: "2", width: "14", height: "20", rx: "7" }], + ["path", { d: "M12 6v4" }] + ]; + + const Move3d = [ + ["path", { d: "M5 3v16h16" }], + ["path", { d: "m5 19 6-6" }], + ["path", { d: "m2 6 3-3 3 3" }], + ["path", { d: "m18 16 3 3-3 3" }] + ]; + + const MoveDiagonal2 = [ + ["path", { d: "M19 13v6h-6" }], + ["path", { d: "M5 11V5h6" }], + ["path", { d: "m5 5 14 14" }] + ]; + + const MoveDownLeft = [ + ["path", { d: "M11 19H5V13" }], + ["path", { d: "M19 5L5 19" }] + ]; + + const MoveDiagonal = [ + ["path", { d: "M11 19H5v-6" }], + ["path", { d: "M13 5h6v6" }], + ["path", { d: "M19 5 5 19" }] + ]; + + const MoveDownRight = [ + ["path", { d: "M19 13V19H13" }], + ["path", { d: "M5 5L19 19" }] + ]; + + const MoveDown = [ + ["path", { d: "M8 18L12 22L16 18" }], + ["path", { d: "M12 2V22" }] + ]; + + const MoveHorizontal = [ + ["path", { d: "m18 8 4 4-4 4" }], + ["path", { d: "M2 12h20" }], + ["path", { d: "m6 8-4 4 4 4" }] + ]; + + const MoveLeft = [ + ["path", { d: "M6 8L2 12L6 16" }], + ["path", { d: "M2 12H22" }] + ]; + + const MoveRight = [ + ["path", { d: "M18 8L22 12L18 16" }], + ["path", { d: "M2 12H22" }] + ]; + + const MoveUpLeft = [ + ["path", { d: "M5 11V5H11" }], + ["path", { d: "M5 5L19 19" }] + ]; + + const MoveUpRight = [ + ["path", { d: "M13 5H19V11" }], + ["path", { d: "M19 5L5 19" }] + ]; + + const MoveUp = [ + ["path", { d: "M8 6L12 2L16 6" }], + ["path", { d: "M12 2V22" }] + ]; + + const MoveVertical = [ + ["path", { d: "M12 2v20" }], + ["path", { d: "m8 18 4 4 4-4" }], + ["path", { d: "m8 6 4-4 4 4" }] + ]; + + const Move = [ + ["path", { d: "M12 2v20" }], + ["path", { d: "m15 19-3 3-3-3" }], + ["path", { d: "m19 9 3 3-3 3" }], + ["path", { d: "M2 12h20" }], + ["path", { d: "m5 9-3 3 3 3" }], + ["path", { d: "m9 5 3-3 3 3" }] + ]; + + const Music2 = [ + ["circle", { cx: "8", cy: "18", r: "4" }], + ["path", { d: "M12 18V2l7 4" }] + ]; + + const Music3 = [ + ["circle", { cx: "12", cy: "18", r: "4" }], + ["path", { d: "M16 18V2" }] + ]; + + const Music4 = [ + ["path", { d: "M9 18V5l12-2v13" }], + ["path", { d: "m9 9 12-2" }], + ["circle", { cx: "6", cy: "18", r: "3" }], + ["circle", { cx: "18", cy: "16", r: "3" }] + ]; + + const Music = [ + ["path", { d: "M9 18V5l12-2v13" }], + ["circle", { cx: "6", cy: "18", r: "3" }], + ["circle", { cx: "18", cy: "16", r: "3" }] + ]; + + const Navigation2Off = [ + ["path", { d: "M9.31 9.31 5 21l7-4 7 4-1.17-3.17" }], + ["path", { d: "M14.53 8.88 12 2l-1.17 3.17" }], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const Navigation2 = [["polygon", { points: "12 2 19 21 12 17 5 21 12 2" }]]; + + const NavigationOff = [ + ["path", { d: "M8.43 8.43 3 11l8 2 2 8 2.57-5.43" }], + ["path", { d: "M17.39 11.73 22 2l-9.73 4.61" }], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const Navigation = [["polygon", { points: "3 11 22 2 13 21 11 13 3 11" }]]; + + const Network = [ + ["rect", { x: "16", y: "16", width: "6", height: "6", rx: "1" }], + ["rect", { x: "2", y: "16", width: "6", height: "6", rx: "1" }], + ["rect", { x: "9", y: "2", width: "6", height: "6", rx: "1" }], + ["path", { d: "M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3" }], + ["path", { d: "M12 12V8" }] + ]; + + const Newspaper = [ + ["path", { d: "M15 18h-5" }], + ["path", { d: "M18 14h-8" }], + [ + "path", + { + d: "M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2" + } + ], + ["rect", { width: "8", height: "4", x: "10", y: "6", rx: "1" }] + ]; + + const Nfc = [ + ["path", { d: "M6 8.32a7.43 7.43 0 0 1 0 7.36" }], + ["path", { d: "M9.46 6.21a11.76 11.76 0 0 1 0 11.58" }], + ["path", { d: "M12.91 4.1a15.91 15.91 0 0 1 .01 15.8" }], + ["path", { d: "M16.37 2a20.16 20.16 0 0 1 0 20" }] + ]; + + const NonBinary = [ + ["path", { d: "M12 2v10" }], + ["path", { d: "m8.5 4 7 4" }], + ["path", { d: "m8.5 8 7-4" }], + ["circle", { cx: "12", cy: "17", r: "5" }] + ]; + + const NotebookTabs = [ + ["path", { d: "M2 6h4" }], + ["path", { d: "M2 10h4" }], + ["path", { d: "M2 14h4" }], + ["path", { d: "M2 18h4" }], + ["rect", { width: "16", height: "20", x: "4", y: "2", rx: "2" }], + ["path", { d: "M15 2v20" }], + ["path", { d: "M15 7h5" }], + ["path", { d: "M15 12h5" }], + ["path", { d: "M15 17h5" }] + ]; + + const NotebookPen = [ + ["path", { d: "M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4" }], + ["path", { d: "M2 6h4" }], + ["path", { d: "M2 10h4" }], + ["path", { d: "M2 14h4" }], + ["path", { d: "M2 18h4" }], + [ + "path", + { + d: "M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" + } + ] + ]; + + const NotebookText = [ + ["path", { d: "M2 6h4" }], + ["path", { d: "M2 10h4" }], + ["path", { d: "M2 14h4" }], + ["path", { d: "M2 18h4" }], + ["rect", { width: "16", height: "20", x: "4", y: "2", rx: "2" }], + ["path", { d: "M9.5 8h5" }], + ["path", { d: "M9.5 12H16" }], + ["path", { d: "M9.5 16H14" }] + ]; + + const Notebook = [ + ["path", { d: "M2 6h4" }], + ["path", { d: "M2 10h4" }], + ["path", { d: "M2 14h4" }], + ["path", { d: "M2 18h4" }], + ["rect", { width: "16", height: "20", x: "4", y: "2", rx: "2" }], + ["path", { d: "M16 2v20" }] + ]; + + const NotepadTextDashed = [ + ["path", { d: "M8 2v4" }], + ["path", { d: "M12 2v4" }], + ["path", { d: "M16 2v4" }], + ["path", { d: "M16 4h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M20 12v2" }], + ["path", { d: "M20 18v2a2 2 0 0 1-2 2h-1" }], + ["path", { d: "M13 22h-2" }], + ["path", { d: "M7 22H6a2 2 0 0 1-2-2v-2" }], + ["path", { d: "M4 14v-2" }], + ["path", { d: "M4 8V6a2 2 0 0 1 2-2h2" }], + ["path", { d: "M8 10h6" }], + ["path", { d: "M8 14h8" }], + ["path", { d: "M8 18h5" }] + ]; + + const NotepadText = [ + ["path", { d: "M8 2v4" }], + ["path", { d: "M12 2v4" }], + ["path", { d: "M16 2v4" }], + ["rect", { width: "16", height: "18", x: "4", y: "4", rx: "2" }], + ["path", { d: "M8 10h6" }], + ["path", { d: "M8 14h8" }], + ["path", { d: "M8 18h5" }] + ]; + + const NutOff = [ + ["path", { d: "M12 4V2" }], + [ + "path", + { + d: "M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939" + } + ], + ["path", { d: "M19 10v3.343" }], + [ + "path", + { + d: "M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192" + } + ], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const Nut = [ + ["path", { d: "M12 4V2" }], + [ + "path", + { + d: "M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4" + } + ], + [ + "path", + { + d: "M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z" + } + ] + ]; + + const OctagonAlert = [ + ["path", { d: "M12 16h.01" }], + ["path", { d: "M12 8v4" }], + [ + "path", + { + d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" + } + ] + ]; + + const OctagonMinus = [ + [ + "path", + { + d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" + } + ], + ["path", { d: "M8 12h8" }] + ]; + + const OctagonPause = [ + ["path", { d: "M10 15V9" }], + ["path", { d: "M14 15V9" }], + [ + "path", + { + d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" + } + ] + ]; + + const OctagonX = [ + ["path", { d: "m15 9-6 6" }], + [ + "path", + { + d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" + } + ], + ["path", { d: "m9 9 6 6" }] + ]; + + const Octagon = [ + [ + "path", + { + d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z" + } + ] + ]; + + const Omega = [ + [ + "path", + { + d: "M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437 8 8 0 1 1 8.494-.001.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21" + } + ] + ]; + + const Option = [ + ["path", { d: "M3 3h6l6 18h6" }], + ["path", { d: "M14 3h7" }] + ]; + + const Orbit = [ + ["path", { d: "M20.341 6.484A10 10 0 0 1 10.266 21.85" }], + ["path", { d: "M3.659 17.516A10 10 0 0 1 13.74 2.152" }], + ["circle", { cx: "12", cy: "12", r: "3" }], + ["circle", { cx: "19", cy: "5", r: "2" }], + ["circle", { cx: "5", cy: "19", r: "2" }] + ]; + + const Origami = [ + ["path", { d: "M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025" }], + [ + "path", + { d: "m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009" } + ], + [ + "path", + { + d: "m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027" + } + ] + ]; + + const Package2 = [ + ["path", { d: "M12 3v6" }], + [ + "path", + { + d: "M16.76 3a2 2 0 0 1 1.8 1.1l2.23 4.479a2 2 0 0 1 .21.891V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9.472a2 2 0 0 1 .211-.894L5.45 4.1A2 2 0 0 1 7.24 3z" + } + ], + ["path", { d: "M3.054 9.013h17.893" }] + ]; + + const PackageCheck = [ + ["path", { d: "m16 16 2 2 4-4" }], + [ + "path", + { + d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14" + } + ], + ["path", { d: "m7.5 4.27 9 5.15" }], + ["polyline", { points: "3.29 7 12 12 20.71 7" }], + ["line", { x1: "12", x2: "12", y1: "22", y2: "12" }] + ]; + + const PackageMinus = [ + ["path", { d: "M16 16h6" }], + [ + "path", + { + d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14" + } + ], + ["path", { d: "m7.5 4.27 9 5.15" }], + ["polyline", { points: "3.29 7 12 12 20.71 7" }], + ["line", { x1: "12", x2: "12", y1: "22", y2: "12" }] + ]; + + const PackageOpen = [ + ["path", { d: "M12 22v-9" }], + [ + "path", + { + d: "M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z" + } + ], + [ + "path", + { + d: "M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13" + } + ], + [ + "path", + { + d: "M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z" + } + ] + ]; + + const PackagePlus = [ + ["path", { d: "M16 16h6" }], + ["path", { d: "M19 13v6" }], + [ + "path", + { + d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14" + } + ], + ["path", { d: "m7.5 4.27 9 5.15" }], + ["polyline", { points: "3.29 7 12 12 20.71 7" }], + ["line", { x1: "12", x2: "12", y1: "22", y2: "12" }] + ]; + + const PackageX = [ + [ + "path", + { + d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14" + } + ], + ["path", { d: "m7.5 4.27 9 5.15" }], + ["polyline", { points: "3.29 7 12 12 20.71 7" }], + ["line", { x1: "12", x2: "12", y1: "22", y2: "12" }], + ["path", { d: "m17 13 5 5m-5 0 5-5" }] + ]; + + const PackageSearch = [ + [ + "path", + { + d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14" + } + ], + ["path", { d: "m7.5 4.27 9 5.15" }], + ["polyline", { points: "3.29 7 12 12 20.71 7" }], + ["line", { x1: "12", x2: "12", y1: "22", y2: "12" }], + ["circle", { cx: "18.5", cy: "15.5", r: "2.5" }], + ["path", { d: "M20.27 17.27 22 19" }] + ]; + + const Package = [ + [ + "path", + { + d: "M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z" + } + ], + ["path", { d: "M12 22V12" }], + ["polyline", { points: "3.29 7 12 12 20.71 7" }], + ["path", { d: "m7.5 4.27 9 5.15" }] + ]; + + const PaintBucket = [ + ["path", { d: "m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z" }], + ["path", { d: "m5 2 5 5" }], + ["path", { d: "M2 13h15" }], + ["path", { d: "M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z" }] + ]; + + const PaintRoller = [ + ["rect", { width: "16", height: "6", x: "2", y: "2", rx: "2" }], + ["path", { d: "M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" }], + ["rect", { width: "4", height: "6", x: "8", y: "16", rx: "1" }] + ]; + + const PaintbrushVertical = [ + ["path", { d: "M10 2v2" }], + ["path", { d: "M14 2v4" }], + ["path", { d: "M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z" }], + [ + "path", + { + d: "M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1" + } + ] + ]; + + const Palette = [ + [ + "path", + { + d: "M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z" + } + ], + ["circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor" }], + ["circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor" }], + ["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor" }], + ["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor" }] + ]; + + const Paintbrush = [ + ["path", { d: "m14.622 17.897-10.68-2.913" }], + [ + "path", + { + d: "M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z" + } + ], + [ + "path", + { + d: "M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15" + } + ] + ]; + + const Panda = [ + ["path", { d: "M11.25 17.25h1.5L12 18z" }], + ["path", { d: "m15 12 2 2" }], + ["path", { d: "M18 6.5a.5.5 0 0 0-.5-.5" }], + [ + "path", + { + d: "M20.69 9.67a4.5 4.5 0 1 0-7.04-5.5 8.35 8.35 0 0 0-3.3 0 4.5 4.5 0 1 0-7.04 5.5C2.49 11.2 2 12.88 2 14.5 2 19.47 6.48 22 12 22s10-2.53 10-7.5c0-1.62-.48-3.3-1.3-4.83" + } + ], + ["path", { d: "M6 6.5a.495.495 0 0 1 .5-.5" }], + ["path", { d: "m9 12-2 2" }] + ]; + + const PanelBottomClose = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 15h18" }], + ["path", { d: "m15 8-3 3-3-3" }] + ]; + + const PanelBottomDashed = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M14 15h1" }], + ["path", { d: "M19 15h2" }], + ["path", { d: "M3 15h2" }], + ["path", { d: "M9 15h1" }] + ]; + + const PanelBottom = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 15h18" }] + ]; + + const PanelBottomOpen = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 15h18" }], + ["path", { d: "m9 10 3-3 3 3" }] + ]; + + const PanelLeftClose = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M9 3v18" }], + ["path", { d: "m16 15-3-3 3-3" }] + ]; + + const PanelLeftDashed = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M9 14v1" }], + ["path", { d: "M9 19v2" }], + ["path", { d: "M9 3v2" }], + ["path", { d: "M9 9v1" }] + ]; + + const PanelLeftOpen = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M9 3v18" }], + ["path", { d: "m14 9 3 3-3 3" }] + ]; + + const PanelLeft = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M9 3v18" }] + ]; + + const PanelRightClose = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M15 3v18" }], + ["path", { d: "m8 9 3 3-3 3" }] + ]; + + const PanelRightDashed = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M15 14v1" }], + ["path", { d: "M15 19v2" }], + ["path", { d: "M15 3v2" }], + ["path", { d: "M15 9v1" }] + ]; + + const PanelTopClose = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 9h18" }], + ["path", { d: "m9 16 3-3 3 3" }] + ]; + + const PanelRightOpen = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M15 3v18" }], + ["path", { d: "m10 15-3-3 3-3" }] + ]; + + const PanelRight = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M15 3v18" }] + ]; + + const PanelTopDashed = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M14 9h1" }], + ["path", { d: "M19 9h2" }], + ["path", { d: "M3 9h2" }], + ["path", { d: "M9 9h1" }] + ]; + + const PanelTopOpen = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 9h18" }], + ["path", { d: "m15 14-3 3-3-3" }] + ]; + + const PanelTop = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 9h18" }] + ]; + + const PanelsLeftBottom = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M9 3v18" }], + ["path", { d: "M9 15h12" }] + ]; + + const PanelsRightBottom = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 15h12" }], + ["path", { d: "M15 3v18" }] + ]; + + const PanelsTopLeft = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 9h18" }], + ["path", { d: "M9 21V9" }] + ]; + + const Paperclip = [ + [ + "path", + { + d: "m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551" + } + ] + ]; + + const Parentheses = [ + ["path", { d: "M8 21s-4-3-4-9 4-9 4-9" }], + ["path", { d: "M16 3s4 3 4 9-4 9-4 9" }] + ]; + + const ParkingMeter = [ + ["path", { d: "M11 15h2" }], + ["path", { d: "M12 12v3" }], + ["path", { d: "M12 19v3" }], + [ + "path", + { + d: "M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z" + } + ], + ["path", { d: "M9 9a3 3 0 1 1 6 0" }] + ]; + + const PartyPopper = [ + ["path", { d: "M5.8 11.3 2 22l10.7-3.79" }], + ["path", { d: "M4 3h.01" }], + ["path", { d: "M22 8h.01" }], + ["path", { d: "M15 2h.01" }], + ["path", { d: "M22 20h.01" }], + [ + "path", + { + d: "m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10" + } + ], + ["path", { d: "m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17" }], + ["path", { d: "m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7" }], + [ + "path", + { + d: "M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z" + } + ] + ]; + + const Pause = [ + ["rect", { x: "14", y: "3", width: "5", height: "18", rx: "1" }], + ["rect", { x: "5", y: "3", width: "5", height: "18", rx: "1" }] + ]; + + const PawPrint = [ + ["circle", { cx: "11", cy: "4", r: "2" }], + ["circle", { cx: "18", cy: "8", r: "2" }], + ["circle", { cx: "20", cy: "16", r: "2" }], + [ + "path", + { + d: "M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z" + } + ] + ]; + + const PcCase = [ + ["rect", { width: "14", height: "20", x: "5", y: "2", rx: "2" }], + ["path", { d: "M15 14h.01" }], + ["path", { d: "M9 6h6" }], + ["path", { d: "M9 10h6" }] + ]; + + const PenLine = [ + ["path", { d: "M13 21h8" }], + [ + "path", + { + d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" + } + ] + ]; + + const PenOff = [ + [ + "path", + { + d: "m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982" + } + ], + ["path", { d: "m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const PenTool = [ + [ + "path", + { + d: "M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z" + } + ], + [ + "path", + { + d: "m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18" + } + ], + ["path", { d: "m2.3 2.3 7.286 7.286" }], + ["circle", { cx: "11", cy: "11", r: "2" }] + ]; + + const PencilLine = [ + ["path", { d: "M13 21h8" }], + ["path", { d: "m15 5 4 4" }], + [ + "path", + { + d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" + } + ] + ]; + + const Pen = [ + [ + "path", + { + d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" + } + ] + ]; + + const PencilOff = [ + [ + "path", + { + d: "m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982" + } + ], + ["path", { d: "m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353" }], + ["path", { d: "m15 5 4 4" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const PencilRuler = [ + ["path", { d: "M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13" }], + ["path", { d: "m8 6 2-2" }], + ["path", { d: "m18 16 2-2" }], + ["path", { d: "m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17" }], + [ + "path", + { + d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" + } + ], + ["path", { d: "m15 5 4 4" }] + ]; + + const Pencil = [ + [ + "path", + { + d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" + } + ], + ["path", { d: "m15 5 4 4" }] + ]; + + const Pentagon = [ + [ + "path", + { + d: "M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z" + } + ] + ]; + + const PersonStanding = [ + ["circle", { cx: "12", cy: "5", r: "1" }], + ["path", { d: "m9 20 3-6 3 6" }], + ["path", { d: "m6 8 6 2 6-2" }], + ["path", { d: "M12 10v4" }] + ]; + + const Percent = [ + ["line", { x1: "19", x2: "5", y1: "5", y2: "19" }], + ["circle", { cx: "6.5", cy: "6.5", r: "2.5" }], + ["circle", { cx: "17.5", cy: "17.5", r: "2.5" }] + ]; + + const PhilippinePeso = [ + ["path", { d: "M20 11H4" }], + ["path", { d: "M20 7H4" }], + ["path", { d: "M7 21V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7" }] + ]; + + const PhoneCall = [ + ["path", { d: "M13 2a9 9 0 0 1 9 9" }], + ["path", { d: "M13 6a5 5 0 0 1 5 5" }], + [ + "path", + { + d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" + } + ] + ]; + + const PhoneForwarded = [ + ["path", { d: "M14 6h8" }], + ["path", { d: "m18 2 4 4-4 4" }], + [ + "path", + { + d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" + } + ] + ]; + + const PhoneIncoming = [ + ["path", { d: "M16 2v6h6" }], + ["path", { d: "m22 2-6 6" }], + [ + "path", + { + d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" + } + ] + ]; + + const PhoneMissed = [ + ["path", { d: "m16 2 6 6" }], + ["path", { d: "m22 2-6 6" }], + [ + "path", + { + d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" + } + ] + ]; + + const PhoneOff = [ + [ + "path", + { + d: "M10.1 13.9a14 14 0 0 0 3.732 2.668 1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2 18 18 0 0 1-12.728-5.272" + } + ], + ["path", { d: "M22 2 2 22" }], + [ + "path", + { + d: "M4.76 13.582A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 .244.473" + } + ] + ]; + + const PhoneOutgoing = [ + ["path", { d: "m16 8 6-6" }], + ["path", { d: "M22 8V2h-6" }], + [ + "path", + { + d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" + } + ] + ]; + + const Phone = [ + [ + "path", + { + d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384" + } + ] + ]; + + const Pi = [ + ["line", { x1: "9", x2: "9", y1: "4", y2: "20" }], + ["path", { d: "M4 7c0-1.7 1.3-3 3-3h13" }], + ["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4" }] + ]; + + const Piano = [ + [ + "path", + { + d: "M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8" + } + ], + ["path", { d: "M2 14h20" }], + ["path", { d: "M6 14v4" }], + ["path", { d: "M10 14v4" }], + ["path", { d: "M14 14v4" }], + ["path", { d: "M18 14v4" }] + ]; + + const Pickaxe = [ + ["path", { d: "m14 13-8.381 8.38a1 1 0 0 1-3.001-3L11 9.999" }], + [ + "path", + { + d: "M15.973 4.027A13 13 0 0 0 5.902 2.373c-1.398.342-1.092 2.158.277 2.601a19.9 19.9 0 0 1 5.822 3.024" + } + ], + [ + "path", + { + d: "M16.001 11.999a19.9 19.9 0 0 1 3.024 5.824c.444 1.369 2.26 1.676 2.603.278A13 13 0 0 0 20 8.069" + } + ], + [ + "path", + { + d: "M18.352 3.352a1.205 1.205 0 0 0-1.704 0l-5.296 5.296a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l5.296-5.296a1.205 1.205 0 0 0 0-1.704z" + } + ] + ]; + + const PictureInPicture2 = [ + ["path", { d: "M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4" }], + ["rect", { width: "10", height: "7", x: "12", y: "13", rx: "2" }] + ]; + + const PictureInPicture = [ + ["path", { d: "M2 10h6V4" }], + ["path", { d: "m2 4 6 6" }], + ["path", { d: "M21 10V7a2 2 0 0 0-2-2h-7" }], + ["path", { d: "M3 14v2a2 2 0 0 0 2 2h3" }], + ["rect", { x: "12", y: "14", width: "10", height: "7", rx: "1" }] + ]; + + const PiggyBank = [ + [ + "path", + { + d: "M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z" + } + ], + ["path", { d: "M16 10h.01" }], + ["path", { d: "M2 8v1a2 2 0 0 0 2 2h1" }] + ]; + + const PilcrowLeft = [ + ["path", { d: "M14 3v11" }], + ["path", { d: "M14 9h-3a3 3 0 0 1 0-6h9" }], + ["path", { d: "M18 3v11" }], + ["path", { d: "M22 18H2l4-4" }], + ["path", { d: "m6 22-4-4" }] + ]; + + const PilcrowRight = [ + ["path", { d: "M10 3v11" }], + ["path", { d: "M10 9H7a1 1 0 0 1 0-6h8" }], + ["path", { d: "M14 3v11" }], + ["path", { d: "m18 14 4 4H2" }], + ["path", { d: "m22 18-4 4" }] + ]; + + const Pilcrow = [ + ["path", { d: "M13 4v16" }], + ["path", { d: "M17 4v16" }], + ["path", { d: "M19 4H9.5a4.5 4.5 0 0 0 0 9H13" }] + ]; + + const PillBottle = [ + ["path", { d: "M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4" }], + ["path", { d: "M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7" }], + ["rect", { width: "16", height: "5", x: "4", y: "2", rx: "1" }] + ]; + + const Pill = [ + ["path", { d: "m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z" }], + ["path", { d: "m8.5 8.5 7 7" }] + ]; + + const PinOff = [ + ["path", { d: "M12 17v5" }], + ["path", { d: "M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11" }] + ]; + + const Pin = [ + ["path", { d: "M12 17v5" }], + [ + "path", + { + d: "M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z" + } + ] + ]; + + const Pipette = [ + [ + "path", + { + d: "m12 9-8.414 8.414A2 2 0 0 0 3 18.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 3.828 21h1.344a2 2 0 0 0 1.414-.586L15 12" + } + ], + ["path", { d: "m18 9 .4.4a1 1 0 1 1-3 3l-3.8-3.8a1 1 0 1 1 3-3l.4.4 3.4-3.4a1 1 0 1 1 3 3z" }], + ["path", { d: "m2 22 .414-.414" }] + ]; + + const Pizza = [ + ["path", { d: "m12 14-1 1" }], + ["path", { d: "m13.75 18.25-1.25 1.42" }], + ["path", { d: "M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12" }], + ["path", { d: "M18.8 9.3a1 1 0 0 0 2.1 7.7" }], + [ + "path", + { + d: "M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z" + } + ] + ]; + + const PlaneLanding = [ + ["path", { d: "M2 22h20" }], + [ + "path", + { + d: "M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z" + } + ] + ]; + + const PlaneTakeoff = [ + ["path", { d: "M2 22h20" }], + [ + "path", + { + d: "M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z" + } + ] + ]; + + const Plane = [ + [ + "path", + { + d: "M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z" + } + ] + ]; + + const Play = [ + [ + "path", + { d: "M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z" } + ] + ]; + + const Plug2 = [ + ["path", { d: "M9 2v6" }], + ["path", { d: "M15 2v6" }], + ["path", { d: "M12 17v5" }], + ["path", { d: "M5 8h14" }], + ["path", { d: "M6 11V8h12v3a6 6 0 1 1-12 0Z" }] + ]; + + const PlugZap = [ + ["path", { d: "M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z" }], + ["path", { d: "m2 22 3-3" }], + ["path", { d: "M7.5 13.5 10 11" }], + ["path", { d: "M10.5 16.5 13 14" }], + ["path", { d: "m18 3-4 4h6l-4 4" }] + ]; + + const Plug = [ + ["path", { d: "M12 22v-5" }], + ["path", { d: "M9 8V2" }], + ["path", { d: "M15 8V2" }], + ["path", { d: "M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z" }] + ]; + + const Plus = [ + ["path", { d: "M5 12h14" }], + ["path", { d: "M12 5v14" }] + ]; + + const PocketKnife = [ + ["path", { d: "M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2" }], + ["path", { d: "M18 6h.01" }], + ["path", { d: "M6 18h.01" }], + ["path", { d: "M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z" }], + ["path", { d: "M18 11.66V22a4 4 0 0 0 4-4V6" }] + ]; + + const Pocket = [ + ["path", { d: "M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z" }], + ["path", { d: "m8 10 4 4 4-4" }] + ]; + + const PointerOff = [ + ["path", { d: "M10 4.5V4a2 2 0 0 0-2.41-1.957" }], + ["path", { d: "M13.9 8.4a2 2 0 0 0-1.26-1.295" }], + ["path", { d: "M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158" }], + [ + "path", + { d: "m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343" } + ], + ["path", { d: "M6 6v8" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const Podcast = [ + ["path", { d: "M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z", fill: "currentColor" }], + ["path", { d: "M16.85 18.58a9 9 0 1 0-9.7 0" }], + ["path", { d: "M8 14a5 5 0 1 1 8 0" }], + ["circle", { cx: "12", cy: "11", r: "1", fill: "currentColor" }] + ]; + + const Pointer = [ + ["path", { d: "M22 14a8 8 0 0 1-8 8" }], + ["path", { d: "M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2" }], + ["path", { d: "M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1" }], + ["path", { d: "M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10" }], + [ + "path", + { + d: "M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15" + } + ] + ]; + + const Popcorn = [ + ["path", { d: "M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4" }], + ["path", { d: "M10 22 9 8" }], + ["path", { d: "m14 22 1-14" }], + [ + "path", + { + d: "M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z" + } + ] + ]; + + const Popsicle = [ + [ + "path", + { d: "M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z" } + ], + ["path", { d: "m22 22-5.5-5.5" }] + ]; + + const PoundSterling = [ + ["path", { d: "M18 7c0-5.333-8-5.333-8 0" }], + ["path", { d: "M10 7v14" }], + ["path", { d: "M6 21h12" }], + ["path", { d: "M6 13h10" }] + ]; + + const PowerOff = [ + ["path", { d: "M18.36 6.64A9 9 0 0 1 20.77 15" }], + ["path", { d: "M6.16 6.16a9 9 0 1 0 12.68 12.68" }], + ["path", { d: "M12 2v4" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const Power = [ + ["path", { d: "M12 2v10" }], + ["path", { d: "M18.4 6.6a9 9 0 1 1-12.77.04" }] + ]; + + const Presentation = [ + ["path", { d: "M2 3h20" }], + ["path", { d: "M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3" }], + ["path", { d: "m7 21 5-5 5 5" }] + ]; + + const PrinterCheck = [ + ["path", { d: "M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5" }], + ["path", { d: "m16 19 2 2 4-4" }], + ["path", { d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2" }], + ["path", { d: "M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6" }] + ]; + + const Printer = [ + ["path", { d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6" }], + ["rect", { x: "6", y: "14", width: "12", height: "8", rx: "1" }] + ]; + + const Projector = [ + ["path", { d: "M5 7 3 5" }], + ["path", { d: "M9 6V3" }], + ["path", { d: "m13 7 2-2" }], + ["circle", { cx: "9", cy: "13", r: "3" }], + [ + "path", + { d: "M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17" } + ], + ["path", { d: "M16 16h2" }] + ]; + + const Proportions = [ + ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }], + ["path", { d: "M12 9v11" }], + ["path", { d: "M2 9h13a2 2 0 0 1 2 2v9" }] + ]; + + const Pyramid = [ + [ + "path", + { + d: "M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z" + } + ], + ["path", { d: "M12 2v20" }] + ]; + + const Puzzle = [ + [ + "path", + { + d: "M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" + } + ] + ]; + + const QrCode = [ + ["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1" }], + ["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1" }], + ["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1" }], + ["path", { d: "M21 16h-3a2 2 0 0 0-2 2v3" }], + ["path", { d: "M21 21v.01" }], + ["path", { d: "M12 7v3a2 2 0 0 1-2 2H7" }], + ["path", { d: "M3 12h.01" }], + ["path", { d: "M12 3h.01" }], + ["path", { d: "M12 16v.01" }], + ["path", { d: "M16 12h1" }], + ["path", { d: "M21 12v.01" }], + ["path", { d: "M12 21v-1" }] + ]; + + const Rabbit = [ + ["path", { d: "M13 16a3 3 0 0 1 2.24 5" }], + ["path", { d: "M18 12h.01" }], + [ + "path", + { + d: "M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3" + } + ], + ["path", { d: "M20 8.54V4a2 2 0 1 0-4 0v3" }], + ["path", { d: "M7.612 12.524a3 3 0 1 0-1.6 4.3" }] + ]; + + const Quote = [ + [ + "path", + { + d: "M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z" + } + ], + [ + "path", + { + d: "M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z" + } + ] + ]; + + const Radar = [ + ["path", { d: "M19.07 4.93A10 10 0 0 0 6.99 3.34" }], + ["path", { d: "M4 6h.01" }], + ["path", { d: "M2.29 9.62A10 10 0 1 0 21.31 8.35" }], + ["path", { d: "M16.24 7.76A6 6 0 1 0 8.23 16.67" }], + ["path", { d: "M12 18h.01" }], + ["path", { d: "M17.99 11.66A6 6 0 0 1 15.77 16.67" }], + ["circle", { cx: "12", cy: "12", r: "2" }], + ["path", { d: "m13.41 10.59 5.66-5.66" }] + ]; + + const Radiation = [ + ["path", { d: "M12 12h.01" }], + [ + "path", + { + d: "M14 15.4641a4 4 0 0 1-4 0L7.52786 19.74597 A 1 1 0 0 0 7.99303 21.16211 10 10 0 0 0 16.00697 21.16211 1 1 0 0 0 16.47214 19.74597z" + } + ], + [ + "path", + { + d: "M16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305 10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12z" + } + ], + [ + "path", + { + d: "M8 12a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305 10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z" + } + ] + ]; + + const Radical = [ + [ + "path", + { + d: "M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21" + } + ] + ]; + + const RadioTower = [ + ["path", { d: "M4.9 16.1C1 12.2 1 5.8 4.9 1.9" }], + ["path", { d: "M7.8 4.7a6.14 6.14 0 0 0-.8 7.5" }], + ["circle", { cx: "12", cy: "9", r: "2" }], + ["path", { d: "M16.2 4.8c2 2 2.26 5.11.8 7.47" }], + ["path", { d: "M19.1 1.9a9.96 9.96 0 0 1 0 14.1" }], + ["path", { d: "M9.5 18h5" }], + ["path", { d: "m8 22 4-11 4 11" }] + ]; + + const RadioReceiver = [ + ["path", { d: "M5 16v2" }], + ["path", { d: "M19 16v2" }], + ["rect", { width: "20", height: "8", x: "2", y: "8", rx: "2" }], + ["path", { d: "M18 12h.01" }] + ]; + + const Radio = [ + ["path", { d: "M16.247 7.761a6 6 0 0 1 0 8.478" }], + ["path", { d: "M19.075 4.933a10 10 0 0 1 0 14.134" }], + ["path", { d: "M4.925 19.067a10 10 0 0 1 0-14.134" }], + ["path", { d: "M7.753 16.239a6 6 0 0 1 0-8.478" }], + ["circle", { cx: "12", cy: "12", r: "2" }] + ]; + + const Radius = [ + ["path", { d: "M20.34 17.52a10 10 0 1 0-2.82 2.82" }], + ["circle", { cx: "19", cy: "19", r: "2" }], + ["path", { d: "m13.41 13.41 4.18 4.18" }], + ["circle", { cx: "12", cy: "12", r: "2" }] + ]; + + const RailSymbol = [ + ["path", { d: "M5 15h14" }], + ["path", { d: "M5 9h14" }], + ["path", { d: "m14 20-5-5 6-6-5-5" }] + ]; + + const Rainbow = [ + ["path", { d: "M22 17a10 10 0 0 0-20 0" }], + ["path", { d: "M6 17a6 6 0 0 1 12 0" }], + ["path", { d: "M10 17a2 2 0 0 1 4 0" }] + ]; + + const Rat = [ + ["path", { d: "M13 22H4a2 2 0 0 1 0-4h12" }], + ["path", { d: "M13.236 18a3 3 0 0 0-2.2-5" }], + ["path", { d: "M16 9h.01" }], + [ + "path", + { + d: "M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3" + } + ], + ["path", { d: "M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015 4 4 0 0 0 8 18" }] + ]; + + const Ratio = [ + ["rect", { width: "12", height: "20", x: "6", y: "2", rx: "2" }], + ["rect", { width: "20", height: "12", x: "2", y: "6", rx: "2" }] + ]; + + const ReceiptCent = [ + ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], + ["path", { d: "M12 6.5v11" }], + ["path", { d: "M15 9.4a4 4 0 1 0 0 5.2" }] + ]; + + const ReceiptEuro = [ + ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], + ["path", { d: "M8 12h5" }], + ["path", { d: "M16 9.5a4 4 0 1 0 0 5.2" }] + ]; + + const ReceiptIndianRupee = [ + ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], + ["path", { d: "M8 7h8" }], + ["path", { d: "M12 17.5 8 15h1a4 4 0 0 0 0-8" }], + ["path", { d: "M8 11h8" }] + ]; + + const ReceiptJapaneseYen = [ + ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], + ["path", { d: "m12 10 3-3" }], + ["path", { d: "m9 7 3 3v7.5" }], + ["path", { d: "M9 11h6" }], + ["path", { d: "M9 15h6" }] + ]; + + const ReceiptPoundSterling = [ + ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], + ["path", { d: "M8 13h5" }], + ["path", { d: "M10 17V9.5a2.5 2.5 0 0 1 5 0" }], + ["path", { d: "M8 17h7" }] + ]; + + const ReceiptRussianRuble = [ + ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], + ["path", { d: "M8 15h5" }], + ["path", { d: "M8 11h5a2 2 0 1 0 0-4h-3v10" }] + ]; + + const ReceiptSwissFranc = [ + ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], + ["path", { d: "M10 17V7h5" }], + ["path", { d: "M10 11h4" }], + ["path", { d: "M8 15h5" }] + ]; + + const ReceiptTurkishLira = [ + ["path", { d: "M10 6.5v11a5.5 5.5 0 0 0 5.5-5.5" }], + ["path", { d: "m14 8-6 3" }], + ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1z" }] + ]; + + const ReceiptText = [ + ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], + ["path", { d: "M14 8H8" }], + ["path", { d: "M16 12H8" }], + ["path", { d: "M13 16H8" }] + ]; + + const Receipt = [ + ["path", { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z" }], + ["path", { d: "M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8" }], + ["path", { d: "M12 17.5v-11" }] + ]; + + const RectangleEllipsis = [ + ["rect", { width: "20", height: "12", x: "2", y: "6", rx: "2" }], + ["path", { d: "M12 12h.01" }], + ["path", { d: "M17 12h.01" }], + ["path", { d: "M7 12h.01" }] + ]; + + const RectangleCircle = [ + ["path", { d: "M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z" }], + ["circle", { cx: "14", cy: "12", r: "8" }] + ]; + + const RectangleGoggles = [ + [ + "path", + { + d: "M20 6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-1.6-.8l-1.6-2.13a1 1 0 0 0-1.6 0L9.6 17.2A2 2 0 0 1 8 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z" + } + ] + ]; + + const RectangleHorizontal = [ + ["rect", { width: "20", height: "12", x: "2", y: "6", rx: "2" }] + ]; + + const RectangleVertical = [ + ["rect", { width: "12", height: "20", x: "6", y: "2", rx: "2" }] + ]; + + const Recycle = [ + ["path", { d: "M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5" }], + ["path", { d: "M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12" }], + ["path", { d: "m14 16-3 3 3 3" }], + ["path", { d: "M8.293 13.596 7.196 9.5 3.1 10.598" }], + [ + "path", + { + d: "m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843" + } + ], + ["path", { d: "m13.378 9.633 4.096 1.098 1.097-4.096" }] + ]; + + const Redo2 = [ + ["path", { d: "m15 14 5-5-5-5" }], + ["path", { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13" }] + ]; + + const RedoDot = [ + ["circle", { cx: "12", cy: "17", r: "1" }], + ["path", { d: "M21 7v6h-6" }], + ["path", { d: "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7" }] + ]; + + const Redo = [ + ["path", { d: "M21 7v6h-6" }], + ["path", { d: "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7" }] + ]; + + const RefreshCcwDot = [ + ["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" }], + ["path", { d: "M3 3v5h5" }], + ["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" }], + ["path", { d: "M16 16h5v5" }], + ["circle", { cx: "12", cy: "12", r: "1" }] + ]; + + const RefreshCcw = [ + ["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" }], + ["path", { d: "M3 3v5h5" }], + ["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" }], + ["path", { d: "M16 16h5v5" }] + ]; + + const RefreshCwOff = [ + ["path", { d: "M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47" }], + ["path", { d: "M8 16H3v5" }], + ["path", { d: "M3 12C3 9.51 4 7.26 5.64 5.64" }], + ["path", { d: "m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64" }], + ["path", { d: "M21 12c0 1-.16 1.97-.47 2.87" }], + ["path", { d: "M21 3v5h-5" }], + ["path", { d: "M22 22 2 2" }] + ]; + + const RefreshCw = [ + ["path", { d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" }], + ["path", { d: "M21 3v5h-5" }], + ["path", { d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" }], + ["path", { d: "M8 16H3v5" }] + ]; + + const Refrigerator = [ + ["path", { d: "M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z" }], + ["path", { d: "M5 10h14" }], + ["path", { d: "M15 7v6" }] + ]; + + const Regex = [ + ["path", { d: "M17 3v10" }], + ["path", { d: "m12.67 5.5 8.66 5" }], + ["path", { d: "m12.67 10.5 8.66-5" }], + ["path", { d: "M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z" }] + ]; + + const RemoveFormatting = [ + ["path", { d: "M4 7V4h16v3" }], + ["path", { d: "M5 20h6" }], + ["path", { d: "M13 4 8 20" }], + ["path", { d: "m15 15 5 5" }], + ["path", { d: "m20 15-5 5" }] + ]; + + const Repeat1 = [ + ["path", { d: "m17 2 4 4-4 4" }], + ["path", { d: "M3 11v-1a4 4 0 0 1 4-4h14" }], + ["path", { d: "m7 22-4-4 4-4" }], + ["path", { d: "M21 13v1a4 4 0 0 1-4 4H3" }], + ["path", { d: "M11 10h1v4" }] + ]; + + const Repeat2 = [ + ["path", { d: "m2 9 3-3 3 3" }], + ["path", { d: "M13 18H7a2 2 0 0 1-2-2V6" }], + ["path", { d: "m22 15-3 3-3-3" }], + ["path", { d: "M11 6h6a2 2 0 0 1 2 2v10" }] + ]; + + const Repeat = [ + ["path", { d: "m17 2 4 4-4 4" }], + ["path", { d: "M3 11v-1a4 4 0 0 1 4-4h14" }], + ["path", { d: "m7 22-4-4 4-4" }], + ["path", { d: "M21 13v1a4 4 0 0 1-4 4H3" }] + ]; + + const ReplaceAll = [ + ["path", { d: "M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" }], + ["path", { d: "M14 4a2 2 0 0 1 2-2" }], + ["path", { d: "M16 10a2 2 0 0 1-2-2" }], + ["path", { d: "M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2" }], + ["path", { d: "M20 2a2 2 0 0 1 2 2" }], + ["path", { d: "M22 8a2 2 0 0 1-2 2" }], + ["path", { d: "m3 7 3 3 3-3" }], + ["path", { d: "M6 10V5a 3 3 0 0 1 3-3h1" }], + ["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2" }] + ]; + + const Replace = [ + ["path", { d: "M14 4a2 2 0 0 1 2-2" }], + ["path", { d: "M16 10a2 2 0 0 1-2-2" }], + ["path", { d: "M20 2a2 2 0 0 1 2 2" }], + ["path", { d: "M22 8a2 2 0 0 1-2 2" }], + ["path", { d: "m3 7 3 3 3-3" }], + ["path", { d: "M6 10V5a3 3 0 0 1 3-3h1" }], + ["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2" }] + ]; + + const ReplyAll = [ + ["path", { d: "m12 17-5-5 5-5" }], + ["path", { d: "M22 18v-2a4 4 0 0 0-4-4H7" }], + ["path", { d: "m7 17-5-5 5-5" }] + ]; + + const Reply = [ + ["path", { d: "M20 18v-2a4 4 0 0 0-4-4H4" }], + ["path", { d: "m9 17-5-5 5-5" }] + ]; + + const Rewind = [ + ["path", { d: "M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z" }], + ["path", { d: "M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z" }] + ]; + + const Ribbon = [ + ["path", { d: "M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22" }], + ["path", { d: "m12 18 2.57-3.5" }], + ["path", { d: "M6.243 9.016a7 7 0 0 1 11.507-.009" }], + ["path", { d: "M9.35 14.53 12 11.22" }], + [ + "path", + { + d: "M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z" + } + ] + ]; + + const Rocket = [ + [ + "path", + { + d: "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z" + } + ], + [ + "path", + { + d: "m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z" + } + ], + ["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0" }], + ["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5" }] + ]; + + const RockingChair = [ + ["polyline", { points: "3.5 2 6.5 12.5 18 12.5" }], + ["line", { x1: "9.5", x2: "5.5", y1: "12.5", y2: "20" }], + ["line", { x1: "15", x2: "18.5", y1: "12.5", y2: "20" }], + ["path", { d: "M2.75 18a13 13 0 0 0 18.5 0" }] + ]; + + const RollerCoaster = [ + ["path", { d: "M6 19V5" }], + ["path", { d: "M10 19V6.8" }], + ["path", { d: "M14 19v-7.8" }], + ["path", { d: "M18 5v4" }], + ["path", { d: "M18 19v-6" }], + ["path", { d: "M22 19V9" }], + ["path", { d: "M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65" }] + ]; + + const Rotate3d = [ + [ + "path", + { + d: "M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2" + } + ], + ["path", { d: "m15.194 13.707 3.814 1.86-1.86 3.814" }], + [ + "path", + { + d: "M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4" + } + ] + ]; + + const RotateCcwKey = [ + ["path", { d: "m14.5 9.5 1 1" }], + ["path", { d: "m15.5 8.5-4 4" }], + ["path", { d: "M3 12a9 9 0 1 0 9-9 9.74 9.74 0 0 0-6.74 2.74L3 8" }], + ["path", { d: "M3 3v5h5" }], + ["circle", { cx: "10", cy: "14", r: "2" }] + ]; + + const RotateCcwSquare = [ + ["path", { d: "M20 9V7a2 2 0 0 0-2-2h-6" }], + ["path", { d: "m15 2-3 3 3 3" }], + ["path", { d: "M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2" }] + ]; + + const RotateCwSquare = [ + ["path", { d: "M12 5H6a2 2 0 0 0-2 2v3" }], + ["path", { d: "m9 8 3-3-3-3" }], + ["path", { d: "M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" }] + ]; + + const RotateCcw = [ + ["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" }], + ["path", { d: "M3 3v5h5" }] + ]; + + const RotateCw = [ + ["path", { d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8" }], + ["path", { d: "M21 3v5h-5" }] + ]; + + const RouteOff = [ + ["circle", { cx: "6", cy: "19", r: "3" }], + ["path", { d: "M9 19h8.5c.4 0 .9-.1 1.3-.2" }], + ["path", { d: "M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M21 15.3a3.5 3.5 0 0 0-3.3-3.3" }], + ["path", { d: "M15 5h-4.3" }], + ["circle", { cx: "18", cy: "5", r: "3" }] + ]; + + const Route = [ + ["circle", { cx: "6", cy: "19", r: "3" }], + ["path", { d: "M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15" }], + ["circle", { cx: "18", cy: "5", r: "3" }] + ]; + + const Router = [ + ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2" }], + ["path", { d: "M6.01 18H6" }], + ["path", { d: "M10.01 18H10" }], + ["path", { d: "M15 10v4" }], + ["path", { d: "M17.84 7.17a4 4 0 0 0-5.66 0" }], + ["path", { d: "M20.66 4.34a8 8 0 0 0-11.31 0" }] + ]; + + const Rows2 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 12h18" }] + ]; + + const Rows3 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M21 9H3" }], + ["path", { d: "M21 15H3" }] + ]; + + const Rows4 = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M21 7.5H3" }], + ["path", { d: "M21 12H3" }], + ["path", { d: "M21 16.5H3" }] + ]; + + const Rss = [ + ["path", { d: "M4 11a9 9 0 0 1 9 9" }], + ["path", { d: "M4 4a16 16 0 0 1 16 16" }], + ["circle", { cx: "5", cy: "19", r: "1" }] + ]; + + const RulerDimensionLine = [ + ["path", { d: "M12 15v-3.014" }], + ["path", { d: "M16 15v-3.014" }], + ["path", { d: "M20 6H4" }], + ["path", { d: "M20 8V4" }], + ["path", { d: "M4 8V4" }], + ["path", { d: "M8 15v-3.014" }], + ["rect", { x: "3", y: "12", width: "18", height: "7", rx: "1" }] + ]; + + const Ruler = [ + [ + "path", + { + d: "M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z" + } + ], + ["path", { d: "m14.5 12.5 2-2" }], + ["path", { d: "m11.5 9.5 2-2" }], + ["path", { d: "m8.5 6.5 2-2" }], + ["path", { d: "m17.5 15.5 2-2" }] + ]; + + const Sailboat = [ + ["path", { d: "M10 2v15" }], + ["path", { d: "M7 22a4 4 0 0 1-4-4 1 1 0 0 1 1-1h16a1 1 0 0 1 1 1 4 4 0 0 1-4 4z" }], + [ + "path", + { d: "M9.159 2.46a1 1 0 0 1 1.521-.193l9.977 8.98A1 1 0 0 1 20 13H4a1 1 0 0 1-.824-1.567z" } + ] + ]; + + const RussianRuble = [ + ["path", { d: "M6 11h8a4 4 0 0 0 0-8H9v18" }], + ["path", { d: "M6 15h8" }] + ]; + + const Salad = [ + ["path", { d: "M7 21h10" }], + ["path", { d: "M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z" }], + [ + "path", + { + d: "M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1" + } + ], + ["path", { d: "m13 12 4-4" }], + ["path", { d: "M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2" }] + ]; + + const Sandwich = [ + ["path", { d: "m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777" }], + ["path", { d: "M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25" }], + ["path", { d: "M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9" }], + ["path", { d: "m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2" }], + ["rect", { width: "20", height: "4", x: "2", y: "11", rx: "1" }] + ]; + + const SatelliteDish = [ + ["path", { d: "M4 10a7.31 7.31 0 0 0 10 10Z" }], + ["path", { d: "m9 15 3-3" }], + ["path", { d: "M17 13a6 6 0 0 0-6-6" }], + ["path", { d: "M21 13A10 10 0 0 0 11 3" }] + ]; + + const Satellite = [ + [ + "path", + { + d: "m13.5 6.5-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5" + } + ], + ["path", { d: "M16.5 7.5 19 5" }], + [ + "path", + { + d: "m17.5 10.5 3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5" + } + ], + ["path", { d: "M9 21a6 6 0 0 0-6-6" }], + [ + "path", + { + d: "M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z" + } + ] + ]; + + const SaudiRiyal = [ + ["path", { d: "m20 19.5-5.5 1.2" }], + ["path", { d: "M14.5 4v11.22a1 1 0 0 0 1.242.97L20 15.2" }], + ["path", { d: "m2.978 19.351 5.549-1.363A2 2 0 0 0 10 16V2" }], + ["path", { d: "M20 10 4 13.5" }] + ]; + + const SaveAll = [ + ["path", { d: "M10 2v3a1 1 0 0 0 1 1h5" }], + ["path", { d: "M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6" }], + ["path", { d: "M18 22H4a2 2 0 0 1-2-2V6" }], + [ + "path", + { + d: "M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z" + } + ] + ]; + + const SaveOff = [ + ["path", { d: "M13 13H8a1 1 0 0 0-1 1v7" }], + ["path", { d: "M14 8h1" }], + ["path", { d: "M17 21v-4" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41" }], + ["path", { d: "M29.5 11.5s5 5 4 5" }], + ["path", { d: "M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15" }] + ]; + + const Save = [ + [ + "path", + { + d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" + } + ], + ["path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }], + ["path", { d: "M7 3v4a1 1 0 0 0 1 1h7" }] + ]; + + const Scale3d = [ + ["path", { d: "M5 7v11a1 1 0 0 0 1 1h11" }], + ["path", { d: "M5.293 18.707 11 13" }], + ["circle", { cx: "19", cy: "19", r: "2" }], + ["circle", { cx: "5", cy: "5", r: "2" }] + ]; + + const Scale = [ + ["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" }], + ["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" }], + ["path", { d: "M7 21h10" }], + ["path", { d: "M12 3v18" }], + ["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2" }] + ]; + + const Scaling = [ + ["path", { d: "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }], + ["path", { d: "M14 15H9v-5" }], + ["path", { d: "M16 3h5v5" }], + ["path", { d: "M21 3 9 15" }] + ]; + + const ScanEye = [ + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], + ["circle", { cx: "12", cy: "12", r: "1" }], + [ + "path", + { + d: "M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0" + } + ] + ]; + + const ScanBarcode = [ + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], + ["path", { d: "M8 7v10" }], + ["path", { d: "M12 7v10" }], + ["path", { d: "M17 7v10" }] + ]; + + const ScanFace = [ + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], + ["path", { d: "M8 14s1.5 2 4 2 4-2 4-2" }], + ["path", { d: "M9 9h.01" }], + ["path", { d: "M15 9h.01" }] + ]; + + const ScanLine = [ + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], + ["path", { d: "M7 12h10" }] + ]; + + const ScanHeart = [ + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], + [ + "path", + { d: "M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 4.172 4.306l-3.447 3.62a1 1 0 0 1-1.449 0z" } + ] + ]; + + const ScanQrCode = [ + ["path", { d: "M17 12v4a1 1 0 0 1-1 1h-4" }], + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M17 8V7" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M7 17h.01" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], + ["rect", { x: "7", y: "7", width: "5", height: "5", rx: "1" }] + ]; + + const ScanSearch = [ + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], + ["circle", { cx: "12", cy: "12", r: "3" }], + ["path", { d: "m16 16-1.9-1.9" }] + ]; + + const ScanText = [ + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }], + ["path", { d: "M7 8h8" }], + ["path", { d: "M7 12h10" }], + ["path", { d: "M7 16h6" }] + ]; + + const Scan = [ + ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2" }], + ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2" }], + ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2" }] + ]; + + const ScissorsLineDashed = [ + ["path", { d: "M5.42 9.42 8 12" }], + ["circle", { cx: "4", cy: "8", r: "2" }], + ["path", { d: "m14 6-8.58 8.58" }], + ["circle", { cx: "4", cy: "16", r: "2" }], + ["path", { d: "M10.8 14.8 14 18" }], + ["path", { d: "M16 12h-2" }], + ["path", { d: "M22 12h-2" }] + ]; + + const School = [ + ["path", { d: "M14 21v-3a2 2 0 0 0-4 0v3" }], + ["path", { d: "M18 5v16" }], + ["path", { d: "m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6" }], + [ + "path", + { + d: "m6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11" + } + ], + ["path", { d: "M6 5v16" }], + ["circle", { cx: "12", cy: "9", r: "2" }] + ]; + + const Scissors = [ + ["circle", { cx: "6", cy: "6", r: "3" }], + ["path", { d: "M8.12 8.12 12 12" }], + ["path", { d: "M20 4 8.12 15.88" }], + ["circle", { cx: "6", cy: "18", r: "3" }], + ["path", { d: "M14.8 14.8 20 20" }] + ]; + + const ScreenShareOff = [ + ["path", { d: "M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3" }], + ["path", { d: "M8 21h8" }], + ["path", { d: "M12 17v4" }], + ["path", { d: "m22 3-5 5" }], + ["path", { d: "m17 3 5 5" }] + ]; + + const ScrollText = [ + ["path", { d: "M15 12h-5" }], + ["path", { d: "M15 8h-5" }], + ["path", { d: "M19 17V5a2 2 0 0 0-2-2H4" }], + [ + "path", + { + d: "M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" + } + ] + ]; + + const ScreenShare = [ + ["path", { d: "M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3" }], + ["path", { d: "M8 21h8" }], + ["path", { d: "M12 17v4" }], + ["path", { d: "m17 8 5-5" }], + ["path", { d: "M17 3h5v5" }] + ]; + + const SearchCode = [ + ["path", { d: "m13 13.5 2-2.5-2-2.5" }], + ["path", { d: "m21 21-4.3-4.3" }], + ["path", { d: "M9 8.5 7 11l2 2.5" }], + ["circle", { cx: "11", cy: "11", r: "8" }] + ]; + + const Scroll = [ + ["path", { d: "M19 17V5a2 2 0 0 0-2-2H4" }], + [ + "path", + { + d: "M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3" + } + ] + ]; + + const SearchSlash = [ + ["path", { d: "m13.5 8.5-5 5" }], + ["circle", { cx: "11", cy: "11", r: "8" }], + ["path", { d: "m21 21-4.3-4.3" }] + ]; + + const SearchCheck = [ + ["path", { d: "m8 11 2 2 4-4" }], + ["circle", { cx: "11", cy: "11", r: "8" }], + ["path", { d: "m21 21-4.3-4.3" }] + ]; + + const SearchX = [ + ["path", { d: "m13.5 8.5-5 5" }], + ["path", { d: "m8.5 8.5 5 5" }], + ["circle", { cx: "11", cy: "11", r: "8" }], + ["path", { d: "m21 21-4.3-4.3" }] + ]; + + const Section = [ + ["path", { d: "M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0" }], + ["path", { d: "M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0" }] + ]; + + const SendHorizontal = [ + [ + "path", + { + d: "M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z" + } + ], + ["path", { d: "M6 12h16" }] + ]; + + const Search = [ + ["path", { d: "m21 21-4.34-4.34" }], + ["circle", { cx: "11", cy: "11", r: "8" }] + ]; + + const SendToBack = [ + ["rect", { x: "14", y: "14", width: "8", height: "8", rx: "2" }], + ["rect", { x: "2", y: "2", width: "8", height: "8", rx: "2" }], + ["path", { d: "M7 14v1a2 2 0 0 0 2 2h1" }], + ["path", { d: "M14 7h1a2 2 0 0 1 2 2v1" }] + ]; + + const Send = [ + [ + "path", + { + d: "M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z" + } + ], + ["path", { d: "m21.854 2.147-10.94 10.939" }] + ]; + + const SeparatorHorizontal = [ + ["path", { d: "m16 16-4 4-4-4" }], + ["path", { d: "M3 12h18" }], + ["path", { d: "m8 8 4-4 4 4" }] + ]; + + const SeparatorVertical = [ + ["path", { d: "M12 3v18" }], + ["path", { d: "m16 16 4-4-4-4" }], + ["path", { d: "m8 8-4 4 4 4" }] + ]; + + const ServerCrash = [ + ["path", { d: "M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2" }], + ["path", { d: "M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2" }], + ["path", { d: "M6 6h.01" }], + ["path", { d: "M6 18h.01" }], + ["path", { d: "m13 6-4 6h6l-4 6" }] + ]; + + const ServerOff = [ + ["path", { d: "M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5" }], + ["path", { d: "M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z" }], + ["path", { d: "M22 17v-1a2 2 0 0 0-2-2h-1" }], + ["path", { d: "M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z" }], + ["path", { d: "M6 18h.01" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const ServerCog = [ + ["path", { d: "m10.852 14.772-.383.923" }], + ["path", { d: "M13.148 14.772a3 3 0 1 0-2.296-5.544l-.383-.923" }], + ["path", { d: "m13.148 9.228.383-.923" }], + ["path", { d: "m13.53 15.696-.382-.924a3 3 0 1 1-2.296-5.544" }], + ["path", { d: "m14.772 10.852.923-.383" }], + ["path", { d: "m14.772 13.148.923.383" }], + ["path", { d: "M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5" }], + ["path", { d: "M4.5 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5" }], + ["path", { d: "M6 18h.01" }], + ["path", { d: "M6 6h.01" }], + ["path", { d: "m9.228 10.852-.923-.383" }], + ["path", { d: "m9.228 13.148-.923.383" }] + ]; + + const Server = [ + ["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }], + ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }], + ["line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }], + ["line", { x1: "6", x2: "6.01", y1: "18", y2: "18" }] + ]; + + const Settings2 = [ + ["path", { d: "M14 17H5" }], + ["path", { d: "M19 7h-9" }], + ["circle", { cx: "17", cy: "17", r: "3" }], + ["circle", { cx: "7", cy: "7", r: "3" }] + ]; + + const Settings = [ + [ + "path", + { + d: "M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915" + } + ], + ["circle", { cx: "12", cy: "12", r: "3" }] + ]; + + const Shapes = [ + [ + "path", + { + d: "M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z" + } + ], + ["rect", { x: "3", y: "14", width: "7", height: "7", rx: "1" }], + ["circle", { cx: "17.5", cy: "17.5", r: "3.5" }] + ]; + + const Share2 = [ + ["circle", { cx: "18", cy: "5", r: "3" }], + ["circle", { cx: "6", cy: "12", r: "3" }], + ["circle", { cx: "18", cy: "19", r: "3" }], + ["line", { x1: "8.59", x2: "15.42", y1: "13.51", y2: "17.49" }], + ["line", { x1: "15.41", x2: "8.59", y1: "6.51", y2: "10.49" }] + ]; + + const Share = [ + ["path", { d: "M12 2v13" }], + ["path", { d: "m16 6-4-4-4 4" }], + ["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }] + ]; + + const Sheet = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["line", { x1: "3", x2: "21", y1: "9", y2: "9" }], + ["line", { x1: "3", x2: "21", y1: "15", y2: "15" }], + ["line", { x1: "9", x2: "9", y1: "9", y2: "21" }], + ["line", { x1: "15", x2: "15", y1: "9", y2: "21" }] + ]; + + const ShieldAlert = [ + [ + "path", + { + d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" + } + ], + ["path", { d: "M12 8v4" }], + ["path", { d: "M12 16h.01" }] + ]; + + const Shell = [ + [ + "path", + { + d: "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44" + } + ] + ]; + + const ShieldBan = [ + [ + "path", + { + d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" + } + ], + ["path", { d: "m4.243 5.21 14.39 12.472" }] + ]; + + const ShieldCheck = [ + [ + "path", + { + d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" + } + ], + ["path", { d: "m9 12 2 2 4-4" }] + ]; + + const ShieldEllipsis = [ + [ + "path", + { + d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" + } + ], + ["path", { d: "M8 12h.01" }], + ["path", { d: "M12 12h.01" }], + ["path", { d: "M16 12h.01" }] + ]; + + const ShieldHalf = [ + [ + "path", + { + d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" + } + ], + ["path", { d: "M12 22V2" }] + ]; + + const ShieldOff = [ + ["path", { d: "m2 2 20 20" }], + [ + "path", + { + d: "M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71" + } + ], + [ + "path", + { + d: "M9.309 3.652A12.252 12.252 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a9.784 9.784 0 0 1-.08 1.264" + } + ] + ]; + + const ShieldMinus = [ + [ + "path", + { + d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" + } + ], + ["path", { d: "M9 12h6" }] + ]; + + const ShieldPlus = [ + [ + "path", + { + d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" + } + ], + ["path", { d: "M9 12h6" }], + ["path", { d: "M12 9v6" }] + ]; + + const ShieldQuestionMark = [ + [ + "path", + { + d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" + } + ], + ["path", { d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }], + ["path", { d: "M12 17h.01" }] + ]; + + const ShieldUser = [ + [ + "path", + { + d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" + } + ], + ["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003" }], + ["circle", { cx: "12", cy: "11", r: "4" }] + ]; + + const ShieldX = [ + [ + "path", + { + d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" + } + ], + ["path", { d: "m14.5 9.5-5 5" }], + ["path", { d: "m9.5 9.5 5 5" }] + ]; + + const Shield = [ + [ + "path", + { + d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" + } + ] + ]; + + const ShipWheel = [ + ["circle", { cx: "12", cy: "12", r: "8" }], + ["path", { d: "M12 2v7.5" }], + ["path", { d: "m19 5-5.23 5.23" }], + ["path", { d: "M22 12h-7.5" }], + ["path", { d: "m19 19-5.23-5.23" }], + ["path", { d: "M12 14.5V22" }], + ["path", { d: "M10.23 13.77 5 19" }], + ["path", { d: "M9.5 12H2" }], + ["path", { d: "M10.23 10.23 5 5" }], + ["circle", { cx: "12", cy: "12", r: "2.5" }] + ]; + + const Ship = [ + ["path", { d: "M12 10.189V14" }], + ["path", { d: "M12 2v3" }], + ["path", { d: "M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6" }], + [ + "path", + { + d: "M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76" + } + ], + [ + "path", + { + d: "M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" + } + ] + ]; + + const Shirt = [ + [ + "path", + { + d: "M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z" + } + ] + ]; + + const ShoppingBag = [ + ["path", { d: "M16 10a4 4 0 0 1-8 0" }], + ["path", { d: "M3.103 6.034h17.794" }], + [ + "path", + { + d: "M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z" + } + ] + ]; + + const ShoppingBasket = [ + ["path", { d: "m15 11-1 9" }], + ["path", { d: "m19 11-4-7" }], + ["path", { d: "M2 11h20" }], + ["path", { d: "m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4" }], + ["path", { d: "M4.5 15.5h15" }], + ["path", { d: "m5 11 4-7" }], + ["path", { d: "m9 11 1 9" }] + ]; + + const ShoppingCart = [ + ["circle", { cx: "8", cy: "21", r: "1" }], + ["circle", { cx: "19", cy: "21", r: "1" }], + [ + "path", + { d: "M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12" } + ] + ]; + + const Shredder = [ + ["path", { d: "M10 22v-5" }], + ["path", { d: "M14 19v-2" }], + ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M18 20v-3" }], + ["path", { d: "M2 13h20" }], + ["path", { d: "M20 13V7l-5-5H6a2 2 0 0 0-2 2v9" }], + ["path", { d: "M6 20v-3" }] + ]; + + const Shovel = [ + [ + "path", + { + d: "M21.56 4.56a1.5 1.5 0 0 1 0 2.122l-.47.47a3 3 0 0 1-4.212-.03 3 3 0 0 1 0-4.243l.44-.44a1.5 1.5 0 0 1 2.121 0z" + } + ], + [ + "path", + { + d: "M3 22a1 1 0 0 1-1-1v-3.586a1 1 0 0 1 .293-.707l3.355-3.355a1.205 1.205 0 0 1 1.704 0l3.296 3.296a1.205 1.205 0 0 1 0 1.704l-3.355 3.355a1 1 0 0 1-.707.293z" + } + ], + ["path", { d: "m9 15 7.879-7.878" }] + ]; + + const ShowerHead = [ + ["path", { d: "m4 4 2.5 2.5" }], + ["path", { d: "M13.5 6.5a4.95 4.95 0 0 0-7 7" }], + ["path", { d: "M15 5 5 15" }], + ["path", { d: "M14 17v.01" }], + ["path", { d: "M10 16v.01" }], + ["path", { d: "M13 13v.01" }], + ["path", { d: "M16 10v.01" }], + ["path", { d: "M11 20v.01" }], + ["path", { d: "M17 14v.01" }], + ["path", { d: "M20 11v.01" }] + ]; + + const Shrimp = [ + ["path", { d: "M11 12h.01" }], + ["path", { d: "M13 22c.5-.5 1.12-1 2.5-1-1.38 0-2-.5-2.5-1" }], + [ + "path", + { + d: "M14 2a3.28 3.28 0 0 1-3.227 1.798l-6.17-.561A2.387 2.387 0 1 0 4.387 8H15.5a1 1 0 0 1 0 13 1 1 0 0 0 0-5H12a7 7 0 0 1-7-7V8" + } + ], + ["path", { d: "M14 8a8.5 8.5 0 0 1 0 8" }], + ["path", { d: "M16 16c2 0 4.5-4 4-6" }] + ]; + + const Shrink = [ + ["path", { d: "m15 15 6 6m-6-6v4.8m0-4.8h4.8" }], + ["path", { d: "M9 19.8V15m0 0H4.2M9 15l-6 6" }], + ["path", { d: "M15 4.2V9m0 0h4.8M15 9l6-6" }], + ["path", { d: "M9 4.2V9m0 0H4.2M9 9 3 3" }] + ]; + + const Shrub = [ + ["path", { d: "M12 22v-5.172a2 2 0 0 0-.586-1.414L9.5 13.5" }], + ["path", { d: "M14.5 14.5 12 17" }], + ["path", { d: "M17 8.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0z" }] + ]; + + const Shuffle = [ + ["path", { d: "m18 14 4 4-4 4" }], + ["path", { d: "m18 2 4 4-4 4" }], + ["path", { d: "M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22" }], + ["path", { d: "M2 6h1.972a4 4 0 0 1 3.6 2.2" }], + ["path", { d: "M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45" }] + ]; + + const SignalHigh = [ + ["path", { d: "M2 20h.01" }], + ["path", { d: "M7 20v-4" }], + ["path", { d: "M12 20v-8" }], + ["path", { d: "M17 20V8" }] + ]; + + const Sigma = [ + [ + "path", + { + d: "M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2" + } + ] + ]; + + const SignalLow = [ + ["path", { d: "M2 20h.01" }], + ["path", { d: "M7 20v-4" }] + ]; + + const SignalMedium = [ + ["path", { d: "M2 20h.01" }], + ["path", { d: "M7 20v-4" }], + ["path", { d: "M12 20v-8" }] + ]; + + const SignalZero = [["path", { d: "M2 20h.01" }]]; + + const Signal = [ + ["path", { d: "M2 20h.01" }], + ["path", { d: "M7 20v-4" }], + ["path", { d: "M12 20v-8" }], + ["path", { d: "M17 20V8" }], + ["path", { d: "M22 4v16" }] + ]; + + const Signature = [ + [ + "path", + { + d: "m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284" + } + ], + ["path", { d: "M3 21h18" }] + ]; + + const SignpostBig = [ + ["path", { d: "M10 9H4L2 7l2-2h6" }], + ["path", { d: "M14 5h6l2 2-2 2h-6" }], + ["path", { d: "M10 22V4a2 2 0 1 1 4 0v18" }], + ["path", { d: "M8 22h8" }] + ]; + + const Signpost = [ + ["path", { d: "M12 13v8" }], + ["path", { d: "M12 3v3" }], + [ + "path", + { + d: "M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z" + } + ] + ]; + + const SkipBack = [ + [ + "path", + { + d: "M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z" + } + ], + ["path", { d: "M3 20V4" }] + ]; + + const Siren = [ + ["path", { d: "M7 18v-6a5 5 0 1 1 10 0v6" }], + ["path", { d: "M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z" }], + ["path", { d: "M21 12h1" }], + ["path", { d: "M18.5 4.5 18 5" }], + ["path", { d: "M2 12h1" }], + ["path", { d: "M12 2v1" }], + ["path", { d: "m4.929 4.929.707.707" }], + ["path", { d: "M12 12v6" }] + ]; + + const SkipForward = [ + ["path", { d: "M21 4v16" }], + [ + "path", + { d: "M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z" } + ] + ]; + + const Skull = [ + ["path", { d: "m12.5 17-.5-1-.5 1h1z" }], + [ + "path", + { + d: "M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z" + } + ], + ["circle", { cx: "15", cy: "12", r: "1" }], + ["circle", { cx: "9", cy: "12", r: "1" }] + ]; + + const Slack = [ + ["rect", { width: "3", height: "8", x: "13", y: "2", rx: "1.5" }], + ["path", { d: "M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5" }], + ["rect", { width: "3", height: "8", x: "8", y: "14", rx: "1.5" }], + ["path", { d: "M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5" }], + ["rect", { width: "8", height: "3", x: "14", y: "13", rx: "1.5" }], + ["path", { d: "M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5" }], + ["rect", { width: "8", height: "3", x: "2", y: "8", rx: "1.5" }], + ["path", { d: "M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5" }] + ]; + + const Slash = [["path", { d: "M22 2 2 22" }]]; + + const Slice = [ + [ + "path", + { + d: "M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14" + } + ] + ]; + + const SlidersHorizontal = [ + ["line", { x1: "21", x2: "14", y1: "4", y2: "4" }], + ["line", { x1: "10", x2: "3", y1: "4", y2: "4" }], + ["line", { x1: "21", x2: "12", y1: "12", y2: "12" }], + ["line", { x1: "8", x2: "3", y1: "12", y2: "12" }], + ["line", { x1: "21", x2: "16", y1: "20", y2: "20" }], + ["line", { x1: "12", x2: "3", y1: "20", y2: "20" }], + ["line", { x1: "14", x2: "14", y1: "2", y2: "6" }], + ["line", { x1: "8", x2: "8", y1: "10", y2: "14" }], + ["line", { x1: "16", x2: "16", y1: "18", y2: "22" }] + ]; + + const SlidersVertical = [ + ["line", { x1: "4", x2: "4", y1: "21", y2: "14" }], + ["line", { x1: "4", x2: "4", y1: "10", y2: "3" }], + ["line", { x1: "12", x2: "12", y1: "21", y2: "12" }], + ["line", { x1: "12", x2: "12", y1: "8", y2: "3" }], + ["line", { x1: "20", x2: "20", y1: "21", y2: "16" }], + ["line", { x1: "20", x2: "20", y1: "12", y2: "3" }], + ["line", { x1: "2", x2: "6", y1: "14", y2: "14" }], + ["line", { x1: "10", x2: "14", y1: "8", y2: "8" }], + ["line", { x1: "18", x2: "22", y1: "16", y2: "16" }] + ]; + + const SmartphoneCharging = [ + ["rect", { width: "14", height: "20", x: "5", y: "2", rx: "2", ry: "2" }], + ["path", { d: "M12.667 8 10 12h4l-2.667 4" }] + ]; + + const SmartphoneNfc = [ + ["rect", { width: "7", height: "12", x: "2", y: "6", rx: "1" }], + ["path", { d: "M13 8.32a7.43 7.43 0 0 1 0 7.36" }], + ["path", { d: "M16.46 6.21a11.76 11.76 0 0 1 0 11.58" }], + ["path", { d: "M19.91 4.1a15.91 15.91 0 0 1 .01 15.8" }] + ]; + + const Smartphone = [ + ["rect", { width: "14", height: "20", x: "5", y: "2", rx: "2", ry: "2" }], + ["path", { d: "M12 18h.01" }] + ]; + + const SmilePlus = [ + ["path", { d: "M22 11v1a10 10 0 1 1-9-10" }], + ["path", { d: "M8 14s1.5 2 4 2 4-2 4-2" }], + ["line", { x1: "9", x2: "9.01", y1: "9", y2: "9" }], + ["line", { x1: "15", x2: "15.01", y1: "9", y2: "9" }], + ["path", { d: "M16 5h6" }], + ["path", { d: "M19 2v6" }] + ]; + + const Smile = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["path", { d: "M8 14s1.5 2 4 2 4-2 4-2" }], + ["line", { x1: "9", x2: "9.01", y1: "9", y2: "9" }], + ["line", { x1: "15", x2: "15.01", y1: "9", y2: "9" }] + ]; + + const Snail = [ + ["path", { d: "M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0" }], + ["circle", { cx: "10", cy: "13", r: "8" }], + ["path", { d: "M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6" }], + ["path", { d: "M18 3 19.1 5.2" }], + ["path", { d: "M22 3 20.9 5.2" }] + ]; + + const Snowflake = [ + ["path", { d: "m10 20-1.25-2.5L6 18" }], + ["path", { d: "M10 4 8.75 6.5 6 6" }], + ["path", { d: "m14 20 1.25-2.5L18 18" }], + ["path", { d: "m14 4 1.25 2.5L18 6" }], + ["path", { d: "m17 21-3-6h-4" }], + ["path", { d: "m17 3-3 6 1.5 3" }], + ["path", { d: "M2 12h6.5L10 9" }], + ["path", { d: "m20 10-1.5 2 1.5 2" }], + ["path", { d: "M22 12h-6.5L14 15" }], + ["path", { d: "m4 10 1.5 2L4 14" }], + ["path", { d: "m7 21 3-6-1.5-3" }], + ["path", { d: "m7 3 3 6h4" }] + ]; + + const SoapDispenserDroplet = [ + ["path", { d: "M10.5 2v4" }], + ["path", { d: "M14 2H7a2 2 0 0 0-2 2" }], + [ + "path", + { + d: "M19.29 14.76A6.67 6.67 0 0 1 17 11a6.6 6.6 0 0 1-2.29 3.76c-1.15.92-1.71 2.04-1.71 3.19 0 2.22 1.8 4.05 4 4.05s4-1.83 4-4.05c0-1.16-.57-2.26-1.71-3.19" + } + ], + ["path", { d: "M9.607 21H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h7V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3" }] + ]; + + const Sofa = [ + ["path", { d: "M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3" }], + [ + "path", + { + d: "M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z" + } + ], + ["path", { d: "M4 18v2" }], + ["path", { d: "M20 18v2" }], + ["path", { d: "M12 4v9" }] + ]; + + const Soup = [ + ["path", { d: "M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z" }], + ["path", { d: "M7 21h10" }], + ["path", { d: "M19.5 12 22 6" }], + ["path", { d: "M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62" }], + ["path", { d: "M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62" }], + ["path", { d: "M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62" }] + ]; + + const Space = [["path", { d: "M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1" }]]; + + const Spade = [ + ["path", { d: "M12 18v4" }], + [ + "path", + { + d: "M2 14.499a5.5 5.5 0 0 0 9.591 3.675.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5" + } + ] + ]; + + const Sparkle = [ + [ + "path", + { + d: "M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" + } + ] + ]; + + const Sparkles = [ + [ + "path", + { + d: "M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" + } + ], + ["path", { d: "M20 2v4" }], + ["path", { d: "M22 4h-4" }], + ["circle", { cx: "4", cy: "20", r: "2" }] + ]; + + const Speaker = [ + ["rect", { width: "16", height: "20", x: "4", y: "2", rx: "2" }], + ["path", { d: "M12 6h.01" }], + ["circle", { cx: "12", cy: "14", r: "4" }], + ["path", { d: "M12 14h.01" }] + ]; + + const Speech = [ + [ + "path", + { + d: "M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20" + } + ], + ["path", { d: "M19.8 17.8a7.5 7.5 0 0 0 .003-10.603" }], + ["path", { d: "M17 15a3.5 3.5 0 0 0-.025-4.975" }] + ]; + + const SpellCheck2 = [ + ["path", { d: "m6 16 6-12 6 12" }], + ["path", { d: "M8 12h8" }], + [ + "path", + { + d: "M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1" + } + ] + ]; + + const SpellCheck = [ + ["path", { d: "m6 16 6-12 6 12" }], + ["path", { d: "M8 12h8" }], + ["path", { d: "m16 20 2 2 4-4" }] + ]; + + const SplinePointer = [ + [ + "path", + { + d: "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z" + } + ], + ["path", { d: "M5 17A12 12 0 0 1 17 5" }], + ["circle", { cx: "19", cy: "5", r: "2" }], + ["circle", { cx: "5", cy: "19", r: "2" }] + ]; + + const Spline = [ + ["circle", { cx: "19", cy: "5", r: "2" }], + ["circle", { cx: "5", cy: "19", r: "2" }], + ["path", { d: "M5 17A12 12 0 0 1 17 5" }] + ]; + + const Split = [ + ["path", { d: "M16 3h5v5" }], + ["path", { d: "M8 3H3v5" }], + ["path", { d: "M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3" }], + ["path", { d: "m15 9 6-6" }] + ]; + + const Spool = [ + [ + "path", + { + d: "M17 13.44 4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66" + } + ], + [ + "path", + { + d: "m7 10.56 12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178" + } + ] + ]; + + const Spotlight = [ + ["path", { d: "M15.295 19.562 16 22" }], + ["path", { d: "m17 16 3.758 2.098" }], + ["path", { d: "m19 12.5 3.026-.598" }], + [ + "path", + { + d: "M7.61 6.3a3 3 0 0 0-3.92 1.3l-1.38 2.79a3 3 0 0 0 1.3 3.91l6.89 3.597a1 1 0 0 0 1.342-.447l3.106-6.211a1 1 0 0 0-.447-1.341z" + } + ], + ["path", { d: "M8 9V2" }] + ]; + + const SprayCan = [ + ["path", { d: "M3 3h.01" }], + ["path", { d: "M7 5h.01" }], + ["path", { d: "M11 7h.01" }], + ["path", { d: "M3 7h.01" }], + ["path", { d: "M7 9h.01" }], + ["path", { d: "M3 11h.01" }], + ["rect", { width: "4", height: "4", x: "15", y: "5" }], + ["path", { d: "m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2" }], + ["path", { d: "m13 14 8-2" }], + ["path", { d: "m13 19 8-2" }] + ]; + + const Sprout = [ + [ + "path", + { + d: "M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3" + } + ], + ["path", { d: "M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4" }], + ["path", { d: "M5 21h14" }] + ]; + + const SquareActivity = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M17 12h-2l-2 5-2-10-2 5H7" }] + ]; + + const SquareArrowDownLeft = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "m16 8-8 8" }], + ["path", { d: "M16 16H8V8" }] + ]; + + const SquareArrowDown = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M12 8v8" }], + ["path", { d: "m8 12 4 4 4-4" }] + ]; + + const SquareArrowDownRight = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "m8 8 8 8" }], + ["path", { d: "M16 8v8H8" }] + ]; + + const SquareArrowLeft = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "m12 8-4 4 4 4" }], + ["path", { d: "M16 12H8" }] + ]; + + const SquareArrowOutDownLeft = [ + ["path", { d: "M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6" }], + ["path", { d: "m3 21 9-9" }], + ["path", { d: "M9 21H3v-6" }] + ]; + + const SquareArrowOutUpLeft = [ + ["path", { d: "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6" }], + ["path", { d: "m3 3 9 9" }], + ["path", { d: "M3 9V3h6" }] + ]; + + const SquareArrowOutDownRight = [ + ["path", { d: "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" }], + ["path", { d: "m21 21-9-9" }], + ["path", { d: "M21 15v6h-6" }] + ]; + + const SquareArrowOutUpRight = [ + ["path", { d: "M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6" }], + ["path", { d: "m21 3-9 9" }], + ["path", { d: "M15 3h6v6" }] + ]; + + const SquareArrowRight = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M8 12h8" }], + ["path", { d: "m12 16 4-4-4-4" }] + ]; + + const SquareArrowUpLeft = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M8 16V8h8" }], + ["path", { d: "M16 16 8 8" }] + ]; + + const SquareArrowUpRight = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M8 8h8v8" }], + ["path", { d: "m8 16 8-8" }] + ]; + + const SquareArrowUp = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "m16 12-4-4-4 4" }], + ["path", { d: "M12 16V8" }] + ]; + + const SquareAsterisk = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M12 8v8" }], + ["path", { d: "m8.5 14 7-4" }], + ["path", { d: "m8.5 10 7 4" }] + ]; + + const SquareBottomDashedScissors = [ + ["path", { d: "M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2" }], + ["path", { d: "M10 22H8" }], + ["path", { d: "M16 22h-2" }], + ["circle", { cx: "8", cy: "8", r: "2" }], + ["path", { d: "M9.414 9.414 12 12" }], + ["path", { d: "M14.8 14.8 18 18" }], + ["circle", { cx: "8", cy: "16", r: "2" }], + ["path", { d: "m18 6-8.586 8.586" }] + ]; + + const SquareChartGantt = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M9 8h7" }], + ["path", { d: "M8 12h6" }], + ["path", { d: "M11 16h5" }] + ]; + + const SquareCheckBig = [ + ["path", { d: "M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344" }], + ["path", { d: "m9 11 3 3L22 4" }] + ]; + + const SquareCheck = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "m9 12 2 2 4-4" }] + ]; + + const SquareChevronLeft = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "m14 16-4-4 4-4" }] + ]; + + const SquareChevronDown = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "m16 10-4 4-4-4" }] + ]; + + const SquareChevronRight = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "m10 8 4 4-4 4" }] + ]; + + const SquareCode = [ + ["path", { d: "m10 9-3 3 3 3" }], + ["path", { d: "m14 15 3-3-3-3" }], + ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }] + ]; + + const SquareChevronUp = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "m8 14 4-4 4 4" }] + ]; + + const SquareDashedBottomCode = [ + ["path", { d: "M10 9.5 8 12l2 2.5" }], + ["path", { d: "M14 21h1" }], + ["path", { d: "m14 9.5 2 2.5-2 2.5" }], + ["path", { d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" }], + ["path", { d: "M9 21h1" }] + ]; + + const SquareDashedBottom = [ + ["path", { d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2" }], + ["path", { d: "M9 21h1" }], + ["path", { d: "M14 21h1" }] + ]; + + const SquareDashedKanban = [ + ["path", { d: "M8 7v7" }], + ["path", { d: "M12 7v4" }], + ["path", { d: "M16 7v9" }], + ["path", { d: "M5 3a2 2 0 0 0-2 2" }], + ["path", { d: "M9 3h1" }], + ["path", { d: "M14 3h1" }], + ["path", { d: "M19 3a2 2 0 0 1 2 2" }], + ["path", { d: "M21 9v1" }], + ["path", { d: "M21 14v1" }], + ["path", { d: "M21 19a2 2 0 0 1-2 2" }], + ["path", { d: "M14 21h1" }], + ["path", { d: "M9 21h1" }], + ["path", { d: "M5 21a2 2 0 0 1-2-2" }], + ["path", { d: "M3 14v1" }], + ["path", { d: "M3 9v1" }] + ]; + + const SquareDashedMousePointer = [ + [ + "path", + { + d: "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z" + } + ], + ["path", { d: "M5 3a2 2 0 0 0-2 2" }], + ["path", { d: "M19 3a2 2 0 0 1 2 2" }], + ["path", { d: "M5 21a2 2 0 0 1-2-2" }], + ["path", { d: "M9 3h1" }], + ["path", { d: "M9 21h2" }], + ["path", { d: "M14 3h1" }], + ["path", { d: "M3 9v1" }], + ["path", { d: "M21 9v2" }], + ["path", { d: "M3 14v1" }] + ]; + + const SquareDashedTopSolid = [ + ["path", { d: "M14 21h1" }], + ["path", { d: "M21 14v1" }], + ["path", { d: "M21 19a2 2 0 0 1-2 2" }], + ["path", { d: "M21 9v1" }], + ["path", { d: "M3 14v1" }], + ["path", { d: "M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2" }], + ["path", { d: "M3 9v1" }], + ["path", { d: "M5 21a2 2 0 0 1-2-2" }], + ["path", { d: "M9 21h1" }] + ]; + + const SquareDashed = [ + ["path", { d: "M5 3a2 2 0 0 0-2 2" }], + ["path", { d: "M19 3a2 2 0 0 1 2 2" }], + ["path", { d: "M21 19a2 2 0 0 1-2 2" }], + ["path", { d: "M5 21a2 2 0 0 1-2-2" }], + ["path", { d: "M9 3h1" }], + ["path", { d: "M9 21h1" }], + ["path", { d: "M14 3h1" }], + ["path", { d: "M14 21h1" }], + ["path", { d: "M3 9v1" }], + ["path", { d: "M21 9v1" }], + ["path", { d: "M3 14v1" }], + ["path", { d: "M21 14v1" }] + ]; + + const SquareDot = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["circle", { cx: "12", cy: "12", r: "1" }] + ]; + + const SquareDivide = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["line", { x1: "8", x2: "16", y1: "12", y2: "12" }], + ["line", { x1: "12", x2: "12", y1: "16", y2: "16" }], + ["line", { x1: "12", x2: "12", y1: "8", y2: "8" }] + ]; + + const SquareEqual = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M7 10h10" }], + ["path", { d: "M7 14h10" }] + ]; + + const SquareFunction = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["path", { d: "M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3" }], + ["path", { d: "M9 11.2h5.7" }] + ]; + + const SquareKanban = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M8 7v7" }], + ["path", { d: "M12 7v4" }], + ["path", { d: "M16 7v9" }] + ]; + + const SquareLibrary = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M7 7v10" }], + ["path", { d: "M11 7v10" }], + ["path", { d: "m15 7 2 10" }] + ]; + + const SquareM = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M8 16V8l4 4 4-4v8" }] + ]; + + const SquareMenu = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M7 8h10" }], + ["path", { d: "M7 12h10" }], + ["path", { d: "M7 16h10" }] + ]; + + const SquareMinus = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M8 12h8" }] + ]; + + const SquareParkingOff = [ + ["path", { d: "M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41" }], + ["path", { d: "M3 8.7V19a2 2 0 0 0 2 2h10.3" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M13 13a3 3 0 1 0 0-6H9v2" }], + ["path", { d: "M9 17v-2.3" }] + ]; + + const SquareMousePointer = [ + [ + "path", + { + d: "M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z" + } + ], + ["path", { d: "M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6" }] + ]; + + const SquareParking = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M9 17V7h4a3 3 0 0 1 0 6H9" }] + ]; + + const SquarePause = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["line", { x1: "10", x2: "10", y1: "15", y2: "9" }], + ["line", { x1: "14", x2: "14", y1: "15", y2: "9" }] + ]; + + const SquarePen = [ + ["path", { d: "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }], + [ + "path", + { + d: "M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z" + } + ] + ]; + + const SquarePercent = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "m15 9-6 6" }], + ["path", { d: "M9 9h.01" }], + ["path", { d: "M15 15h.01" }] + ]; + + const SquarePi = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M7 7h10" }], + ["path", { d: "M10 7v10" }], + ["path", { d: "M16 17a2 2 0 0 1-2-2V7" }] + ]; + + const SquarePilcrow = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M12 12H9.5a2.5 2.5 0 0 1 0-5H17" }], + ["path", { d: "M12 7v10" }], + ["path", { d: "M16 7v10" }] + ]; + + const SquarePlay = [ + ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }], + [ + "path", + { + d: "M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z" + } + ] + ]; + + const SquarePlus = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M8 12h8" }], + ["path", { d: "M12 8v8" }] + ]; + + const SquarePower = [ + ["path", { d: "M12 7v4" }], + ["path", { d: "M7.998 9.003a5 5 0 1 0 8-.005" }], + ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }] + ]; + + const SquareRadical = [ + ["path", { d: "M7 12h2l2 5 2-10h4" }], + ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }] + ]; + + const SquareRoundCorner = [ + ["path", { d: "M21 11a8 8 0 0 0-8-8" }], + ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }] + ]; + + const SquareScissors = [ + ["rect", { width: "20", height: "20", x: "2", y: "2", rx: "2" }], + ["circle", { cx: "8", cy: "8", r: "2" }], + ["path", { d: "M9.414 9.414 12 12" }], + ["path", { d: "M14.8 14.8 18 18" }], + ["circle", { cx: "8", cy: "16", r: "2" }], + ["path", { d: "m18 6-8.586 8.586" }] + ]; + + const SquareSigma = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M16 8.9V7H8l4 5-4 5h8v-1.9" }] + ]; + + const SquareSlash = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["line", { x1: "9", x2: "15", y1: "15", y2: "9" }] + ]; + + const SquareSplitHorizontal = [ + ["path", { d: "M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3" }], + ["path", { d: "M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3" }], + ["line", { x1: "12", x2: "12", y1: "4", y2: "20" }] + ]; + + const SquareSplitVertical = [ + ["path", { d: "M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3" }], + ["path", { d: "M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3" }], + ["line", { x1: "4", x2: "20", y1: "12", y2: "12" }] + ]; + + const SquareSquare = [ + ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }], + ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1" }] + ]; + + const SquareStack = [ + ["path", { d: "M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2" }], + ["path", { d: "M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2" }], + ["rect", { width: "8", height: "8", x: "14", y: "14", rx: "2" }] + ]; + + const SquareStar = [ + [ + "path", + { + d: "M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" + } + ], + ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }] + ]; + + const SquareStop = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1" }] + ]; + + const SquareTerminal = [ + ["path", { d: "m7 11 2-2-2-2" }], + ["path", { d: "M11 13h4" }], + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }] + ]; + + const SquareUserRound = [ + ["path", { d: "M18 21a6 6 0 0 0-12 0" }], + ["circle", { cx: "12", cy: "11", r: "4" }], + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }] + ]; + + const SquareX = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["path", { d: "m15 9-6 6" }], + ["path", { d: "m9 9 6 6" }] + ]; + + const SquareUser = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["circle", { cx: "12", cy: "10", r: "3" }], + ["path", { d: "M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2" }] + ]; + + const Square = [["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }]]; + + const SquaresExclude = [ + [ + "path", + { + d: "M16 12v2a2 2 0 0 1-2 2H9a1 1 0 0 0-1 1v3a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h0" + } + ], + [ + "path", + { + d: "M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1h-5a2 2 0 0 0-2 2v2" + } + ] + ]; + + const SquaresIntersect = [ + ["path", { d: "M10 22a2 2 0 0 1-2-2" }], + ["path", { d: "M14 2a2 2 0 0 1 2 2" }], + ["path", { d: "M16 22h-2" }], + ["path", { d: "M2 10V8" }], + ["path", { d: "M2 4a2 2 0 0 1 2-2" }], + ["path", { d: "M20 8a2 2 0 0 1 2 2" }], + ["path", { d: "M22 14v2" }], + ["path", { d: "M22 20a2 2 0 0 1-2 2" }], + ["path", { d: "M4 16a2 2 0 0 1-2-2" }], + ["path", { d: "M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z" }], + ["path", { d: "M8 2h2" }] + ]; + + const SquaresSubtract = [ + ["path", { d: "M10 22a2 2 0 0 1-2-2" }], + ["path", { d: "M16 22h-2" }], + [ + "path", + { + d: "M16 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1z" + } + ], + ["path", { d: "M20 8a2 2 0 0 1 2 2" }], + ["path", { d: "M22 14v2" }], + ["path", { d: "M22 20a2 2 0 0 1-2 2" }] + ]; + + const SquaresUnite = [ + [ + "path", + { + d: "M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 0 1 1h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-3a1 1 0 0 0-1-1z" + } + ] + ]; + + const SquircleDashed = [ + ["path", { d: "M13.77 3.043a34 34 0 0 0-3.54 0" }], + ["path", { d: "M13.771 20.956a33 33 0 0 1-3.541.001" }], + ["path", { d: "M20.18 17.74c-.51 1.15-1.29 1.93-2.439 2.44" }], + ["path", { d: "M20.18 6.259c-.51-1.148-1.291-1.929-2.44-2.438" }], + ["path", { d: "M20.957 10.23a33 33 0 0 1 0 3.54" }], + ["path", { d: "M3.043 10.23a34 34 0 0 0 .001 3.541" }], + ["path", { d: "M6.26 20.179c-1.15-.508-1.93-1.29-2.44-2.438" }], + ["path", { d: "M6.26 3.82c-1.149.51-1.93 1.291-2.44 2.44" }] + ]; + + const Squircle = [ + ["path", { d: "M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9" }] + ]; + + const Squirrel = [ + ["path", { d: "M15.236 22a3 3 0 0 0-2.2-5" }], + ["path", { d: "M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4" }], + ["path", { d: "M18 13h.01" }], + [ + "path", + { + d: "M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10" + } + ] + ]; + + const Stamp = [ + ["path", { d: "M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-6 0c0 2 1 2 1 3.5V13" }], + [ + "path", + { + d: "M20 15.5a2.5 2.5 0 0 0-2.5-2.5h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1z" + } + ], + ["path", { d: "M5 22h14" }] + ]; + + const StarHalf = [ + [ + "path", + { + d: "M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2" + } + ] + ]; + + const StarOff = [ + ["path", { d: "M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43" }], + ["path", { d: "M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91" }], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const Star = [ + [ + "path", + { + d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z" + } + ] + ]; + + const StepBack = [ + [ + "path", + { + d: "M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z" + } + ], + ["path", { d: "M21 20V4" }] + ]; + + const StepForward = [ + [ + "path", + { d: "M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z" } + ], + ["path", { d: "M3 4v16" }] + ]; + + const Stethoscope = [ + ["path", { d: "M11 2v2" }], + ["path", { d: "M5 2v2" }], + ["path", { d: "M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1" }], + ["path", { d: "M8 15a6 6 0 0 0 12 0v-3" }], + ["circle", { cx: "20", cy: "10", r: "2" }] + ]; + + const Sticker = [ + ["path", { d: "M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z" }], + ["path", { d: "M14 3v4a2 2 0 0 0 2 2h4" }], + ["path", { d: "M8 13h.01" }], + ["path", { d: "M16 13h.01" }], + ["path", { d: "M10 16s.8 1 2 1c1.3 0 2-1 2-1" }] + ]; + + const StickyNote = [ + ["path", { d: "M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z" }], + ["path", { d: "M15 3v4a2 2 0 0 0 2 2h4" }] + ]; + + const StretchHorizontal = [ + ["rect", { width: "20", height: "6", x: "2", y: "4", rx: "2" }], + ["rect", { width: "20", height: "6", x: "2", y: "14", rx: "2" }] + ]; + + const Store = [ + ["path", { d: "m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" }], + ["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }], + ["path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }], + ["path", { d: "M2 7h20" }], + [ + "path", + { + d: "M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7" + } + ] + ]; + + const StretchVertical = [ + ["rect", { width: "6", height: "20", x: "4", y: "2", rx: "2" }], + ["rect", { width: "6", height: "20", x: "14", y: "2", rx: "2" }] + ]; + + const Strikethrough = [ + ["path", { d: "M16 4H9a3 3 0 0 0-2.83 4" }], + ["path", { d: "M14 12a4 4 0 0 1 0 8H6" }], + ["line", { x1: "4", x2: "20", y1: "12", y2: "12" }] + ]; + + const SunDim = [ + ["circle", { cx: "12", cy: "12", r: "4" }], + ["path", { d: "M12 4h.01" }], + ["path", { d: "M20 12h.01" }], + ["path", { d: "M12 20h.01" }], + ["path", { d: "M4 12h.01" }], + ["path", { d: "M17.657 6.343h.01" }], + ["path", { d: "M17.657 17.657h.01" }], + ["path", { d: "M6.343 17.657h.01" }], + ["path", { d: "M6.343 6.343h.01" }] + ]; + + const Subscript = [ + ["path", { d: "m4 5 8 8" }], + ["path", { d: "m12 5-8 8" }], + [ + "path", + { + d: "M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07" + } + ] + ]; + + const SunMedium = [ + ["circle", { cx: "12", cy: "12", r: "4" }], + ["path", { d: "M12 3v1" }], + ["path", { d: "M12 20v1" }], + ["path", { d: "M3 12h1" }], + ["path", { d: "M20 12h1" }], + ["path", { d: "m18.364 5.636-.707.707" }], + ["path", { d: "m6.343 17.657-.707.707" }], + ["path", { d: "m5.636 5.636.707.707" }], + ["path", { d: "m17.657 17.657.707.707" }] + ]; + + const SunMoon = [ + ["path", { d: "M12 2v2" }], + [ + "path", + { + d: "M14.837 16.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715" + } + ], + ["path", { d: "M16 12a4 4 0 0 0-4-4" }], + ["path", { d: "m19 5-1.256 1.256" }], + ["path", { d: "M20 12h2" }] + ]; + + const Sun = [ + ["circle", { cx: "12", cy: "12", r: "4" }], + ["path", { d: "M12 2v2" }], + ["path", { d: "M12 20v2" }], + ["path", { d: "m4.93 4.93 1.41 1.41" }], + ["path", { d: "m17.66 17.66 1.41 1.41" }], + ["path", { d: "M2 12h2" }], + ["path", { d: "M20 12h2" }], + ["path", { d: "m6.34 17.66-1.41 1.41" }], + ["path", { d: "m19.07 4.93-1.41 1.41" }] + ]; + + const SunSnow = [ + ["path", { d: "M10 21v-1" }], + ["path", { d: "M10 4V3" }], + ["path", { d: "M10 9a3 3 0 0 0 0 6" }], + ["path", { d: "m14 20 1.25-2.5L18 18" }], + ["path", { d: "m14 4 1.25 2.5L18 6" }], + ["path", { d: "m17 21-3-6 1.5-3H22" }], + ["path", { d: "m17 3-3 6 1.5 3" }], + ["path", { d: "M2 12h1" }], + ["path", { d: "m20 10-1.5 2 1.5 2" }], + ["path", { d: "m3.64 18.36.7-.7" }], + ["path", { d: "m4.34 6.34-.7-.7" }] + ]; + + const Sunrise = [ + ["path", { d: "M12 2v8" }], + ["path", { d: "m4.93 10.93 1.41 1.41" }], + ["path", { d: "M2 18h2" }], + ["path", { d: "M20 18h2" }], + ["path", { d: "m19.07 10.93-1.41 1.41" }], + ["path", { d: "M22 22H2" }], + ["path", { d: "m8 6 4-4 4 4" }], + ["path", { d: "M16 18a4 4 0 0 0-8 0" }] + ]; + + const Sunset = [ + ["path", { d: "M12 10V2" }], + ["path", { d: "m4.93 10.93 1.41 1.41" }], + ["path", { d: "M2 18h2" }], + ["path", { d: "M20 18h2" }], + ["path", { d: "m19.07 10.93-1.41 1.41" }], + ["path", { d: "M22 22H2" }], + ["path", { d: "m16 6-4 4-4-4" }], + ["path", { d: "M16 18a4 4 0 0 0-8 0" }] + ]; + + const SwatchBook = [ + ["path", { d: "M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z" }], + ["path", { d: "M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7" }], + ["path", { d: "M 7 17h.01" }], + [ + "path", + { d: "m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8" } + ] + ]; + + const Superscript = [ + ["path", { d: "m4 19 8-8" }], + ["path", { d: "m12 19-8-8" }], + [ + "path", + { + d: "M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06" + } + ] + ]; + + const SwissFranc = [ + ["path", { d: "M10 21V3h8" }], + ["path", { d: "M6 16h9" }], + ["path", { d: "M10 9.5h7" }] + ]; + + const SwitchCamera = [ + ["path", { d: "M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5" }], + ["path", { d: "M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5" }], + ["circle", { cx: "12", cy: "12", r: "3" }], + ["path", { d: "m18 22-3-3 3-3" }], + ["path", { d: "m6 2 3 3-3 3" }] + ]; + + const Sword = [ + ["polyline", { points: "14.5 17.5 3 6 3 3 6 3 17.5 14.5" }], + ["line", { x1: "13", x2: "19", y1: "19", y2: "13" }], + ["line", { x1: "16", x2: "20", y1: "16", y2: "20" }], + ["line", { x1: "19", x2: "21", y1: "21", y2: "19" }] + ]; + + const Swords = [ + ["polyline", { points: "14.5 17.5 3 6 3 3 6 3 17.5 14.5" }], + ["line", { x1: "13", x2: "19", y1: "19", y2: "13" }], + ["line", { x1: "16", x2: "20", y1: "16", y2: "20" }], + ["line", { x1: "19", x2: "21", y1: "21", y2: "19" }], + ["polyline", { points: "14.5 6.5 18 3 21 3 21 6 17.5 9.5" }], + ["line", { x1: "5", x2: "9", y1: "14", y2: "18" }], + ["line", { x1: "7", x2: "4", y1: "17", y2: "20" }], + ["line", { x1: "3", x2: "5", y1: "19", y2: "21" }] + ]; + + const Syringe = [ + ["path", { d: "m18 2 4 4" }], + ["path", { d: "m17 7 3-3" }], + ["path", { d: "M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5" }], + ["path", { d: "m9 11 4 4" }], + ["path", { d: "m5 19-3 3" }], + ["path", { d: "m14 4 6 6" }] + ]; + + const Table2 = [ + [ + "path", + { + d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18" + } + ] + ]; + + const TableCellsMerge = [ + ["path", { d: "M12 21v-6" }], + ["path", { d: "M12 9V3" }], + ["path", { d: "M3 15h18" }], + ["path", { d: "M3 9h18" }], + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }] + ]; + + const TableColumnsSplit = [ + ["path", { d: "M14 14v2" }], + ["path", { d: "M14 20v2" }], + ["path", { d: "M14 2v2" }], + ["path", { d: "M14 8v2" }], + ["path", { d: "M2 15h8" }], + ["path", { d: "M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2" }], + ["path", { d: "M2 9h8" }], + ["path", { d: "M22 15h-4" }], + ["path", { d: "M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2" }], + ["path", { d: "M22 9h-4" }], + ["path", { d: "M5 3v18" }] + ]; + + const TableCellsSplit = [ + ["path", { d: "M12 15V9" }], + ["path", { d: "M3 15h18" }], + ["path", { d: "M3 9h18" }], + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }] + ]; + + const TableOfContents = [ + ["path", { d: "M16 12H3" }], + ["path", { d: "M16 18H3" }], + ["path", { d: "M16 6H3" }], + ["path", { d: "M21 12h.01" }], + ["path", { d: "M21 18h.01" }], + ["path", { d: "M21 6h.01" }] + ]; + + const TableProperties = [ + ["path", { d: "M15 3v18" }], + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M21 9H3" }], + ["path", { d: "M21 15H3" }] + ]; + + const TableRowsSplit = [ + ["path", { d: "M14 10h2" }], + ["path", { d: "M15 22v-8" }], + ["path", { d: "M15 2v4" }], + ["path", { d: "M2 10h2" }], + ["path", { d: "M20 10h2" }], + ["path", { d: "M3 19h18" }], + ["path", { d: "M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6" }], + ["path", { d: "M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2" }], + ["path", { d: "M8 10h2" }], + ["path", { d: "M9 22v-8" }], + ["path", { d: "M9 2v4" }] + ]; + + const Table = [ + ["path", { d: "M12 3v18" }], + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 9h18" }], + ["path", { d: "M3 15h18" }] + ]; + + const TabletSmartphone = [ + ["rect", { width: "10", height: "14", x: "3", y: "8", rx: "2" }], + ["path", { d: "M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4" }], + ["path", { d: "M8 18h.01" }] + ]; + + const Tag = [ + [ + "path", + { + d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" + } + ], + ["circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" }] + ]; + + const Tablet = [ + ["rect", { width: "16", height: "20", x: "4", y: "2", rx: "2", ry: "2" }], + ["line", { x1: "12", x2: "12.01", y1: "18", y2: "18" }] + ]; + + const Tablets = [ + ["circle", { cx: "7", cy: "7", r: "5" }], + ["circle", { cx: "17", cy: "17", r: "5" }], + ["path", { d: "M12 17h10" }], + ["path", { d: "m3.46 10.54 7.08-7.08" }] + ]; + + const Tags = [ + [ + "path", + { + d: "M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z" + } + ], + ["path", { d: "M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193" }], + ["circle", { cx: "10.5", cy: "6.5", r: ".5", fill: "currentColor" }] + ]; + + const Tally1 = [["path", { d: "M4 4v16" }]]; + + const Tally2 = [ + ["path", { d: "M4 4v16" }], + ["path", { d: "M9 4v16" }] + ]; + + const Tally3 = [ + ["path", { d: "M4 4v16" }], + ["path", { d: "M9 4v16" }], + ["path", { d: "M14 4v16" }] + ]; + + const Tally4 = [ + ["path", { d: "M4 4v16" }], + ["path", { d: "M9 4v16" }], + ["path", { d: "M14 4v16" }], + ["path", { d: "M19 4v16" }] + ]; + + const Tally5 = [ + ["path", { d: "M4 4v16" }], + ["path", { d: "M9 4v16" }], + ["path", { d: "M14 4v16" }], + ["path", { d: "M19 4v16" }], + ["path", { d: "M22 6 2 18" }] + ]; + + const Target = [ + ["circle", { cx: "12", cy: "12", r: "10" }], + ["circle", { cx: "12", cy: "12", r: "6" }], + ["circle", { cx: "12", cy: "12", r: "2" }] + ]; + + const Tangent = [ + ["circle", { cx: "17", cy: "4", r: "2" }], + ["path", { d: "M15.59 5.41 5.41 15.59" }], + ["circle", { cx: "4", cy: "17", r: "2" }], + ["path", { d: "M12 22s-4-9-1.5-11.5S22 12 22 12" }] + ]; + + const Telescope = [ + [ + "path", + { + d: "m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44" + } + ], + ["path", { d: "m13.56 11.747 4.332-.924" }], + ["path", { d: "m16 21-3.105-6.21" }], + [ + "path", + { + d: "M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z" + } + ], + ["path", { d: "m6.158 8.633 1.114 4.456" }], + ["path", { d: "m8 21 3.105-6.21" }], + ["circle", { cx: "12", cy: "13", r: "2" }] + ]; + + const TentTree = [ + ["circle", { cx: "4", cy: "4", r: "2" }], + ["path", { d: "m14 5 3-3 3 3" }], + ["path", { d: "m14 10 3-3 3 3" }], + ["path", { d: "M17 14V2" }], + ["path", { d: "M17 14H7l-5 8h20Z" }], + ["path", { d: "M8 14v8" }], + ["path", { d: "m9 14 5 8" }] + ]; + + const Tent = [ + ["path", { d: "M3.5 21 14 3" }], + ["path", { d: "M20.5 21 10 3" }], + ["path", { d: "M15.5 21 12 15l-3.5 6" }], + ["path", { d: "M2 21h20" }] + ]; + + const Terminal = [ + ["path", { d: "M12 19h8" }], + ["path", { d: "m4 17 6-6-6-6" }] + ]; + + const TestTubeDiagonal = [ + ["path", { d: "M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3" }], + ["path", { d: "m16 2 6 6" }], + ["path", { d: "M12 16H4" }] + ]; + + const TestTube = [ + ["path", { d: "M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2" }], + ["path", { d: "M8.5 2h7" }], + ["path", { d: "M14.5 16h-5" }] + ]; + + const TestTubes = [ + ["path", { d: "M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2" }], + ["path", { d: "M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2" }], + ["path", { d: "M3 2h7" }], + ["path", { d: "M14 2h7" }], + ["path", { d: "M9 16H4" }], + ["path", { d: "M20 16h-5" }] + ]; + + const TextCursorInput = [ + ["path", { d: "M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6" }], + ["path", { d: "M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7" }], + ["path", { d: "M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1" }], + ["path", { d: "M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1" }], + ["path", { d: "M9 6v12" }] + ]; + + const TextCursor = [ + ["path", { d: "M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1" }], + ["path", { d: "M7 22h1a4 4 0 0 0 4-4v-1" }], + ["path", { d: "M7 2h1a4 4 0 0 1 4 4v1" }] + ]; + + const TextQuote = [ + ["path", { d: "M17 6H3" }], + ["path", { d: "M21 12H8" }], + ["path", { d: "M21 18H8" }], + ["path", { d: "M3 12v6" }] + ]; + + const TextSearch = [ + ["path", { d: "M21 6H3" }], + ["path", { d: "M10 12H3" }], + ["path", { d: "M10 18H3" }], + ["circle", { cx: "17", cy: "15", r: "3" }], + ["path", { d: "m21 19-1.9-1.9" }] + ]; + + const TextSelect = [ + ["path", { d: "M14 21h1" }], + ["path", { d: "M14 3h1" }], + ["path", { d: "M19 3a2 2 0 0 1 2 2" }], + ["path", { d: "M21 14v1" }], + ["path", { d: "M21 19a2 2 0 0 1-2 2" }], + ["path", { d: "M21 9v1" }], + ["path", { d: "M3 14v1" }], + ["path", { d: "M3 9v1" }], + ["path", { d: "M5 21a2 2 0 0 1-2-2" }], + ["path", { d: "M5 3a2 2 0 0 0-2 2" }], + ["path", { d: "M7 12h10" }], + ["path", { d: "M7 16h6" }], + ["path", { d: "M7 8h8" }], + ["path", { d: "M9 21h1" }], + ["path", { d: "M9 3h1" }] + ]; + + const Text = [ + ["path", { d: "M15 18H3" }], + ["path", { d: "M17 6H3" }], + ["path", { d: "M21 12H3" }] + ]; + + const Theater = [ + ["path", { d: "M2 10s3-3 3-8" }], + ["path", { d: "M22 10s-3-3-3-8" }], + ["path", { d: "M10 2c0 4.4-3.6 8-8 8" }], + ["path", { d: "M14 2c0 4.4 3.6 8 8 8" }], + ["path", { d: "M2 10s2 2 2 5" }], + ["path", { d: "M22 10s-2 2-2 5" }], + ["path", { d: "M8 15h8" }], + ["path", { d: "M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1" }], + ["path", { d: "M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1" }] + ]; + + const ThermometerSnowflake = [ + ["path", { d: "m10 20-1.25-2.5L6 18" }], + ["path", { d: "M10 4 8.75 6.5 6 6" }], + ["path", { d: "M10.585 15H10" }], + ["path", { d: "M2 12h6.5L10 9" }], + ["path", { d: "M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z" }], + ["path", { d: "m4 10 1.5 2L4 14" }], + ["path", { d: "m7 21 3-6-1.5-3" }], + ["path", { d: "m7 3 3 6h2" }] + ]; + + const ThermometerSun = [ + ["path", { d: "M12 9a4 4 0 0 0-2 7.5" }], + ["path", { d: "M12 3v2" }], + ["path", { d: "m6.6 18.4-1.4 1.4" }], + ["path", { d: "M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" }], + ["path", { d: "M4 13H2" }], + ["path", { d: "M6.34 7.34 4.93 5.93" }] + ]; + + const Thermometer = [["path", { d: "M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" }]]; + + const ThumbsUp = [ + ["path", { d: "M7 10v12" }], + [ + "path", + { + d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z" + } + ] + ]; + + const ThumbsDown = [ + ["path", { d: "M17 14V2" }], + [ + "path", + { + d: "M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z" + } + ] + ]; + + const TicketCheck = [ + [ + "path", + { + d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" + } + ], + ["path", { d: "m9 12 2 2 4-4" }] + ]; + + const TicketMinus = [ + [ + "path", + { + d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" + } + ], + ["path", { d: "M9 12h6" }] + ]; + + const TicketPercent = [ + [ + "path", + { + d: "M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" + } + ], + ["path", { d: "M9 9h.01" }], + ["path", { d: "m15 9-6 6" }], + ["path", { d: "M15 15h.01" }] + ]; + + const TicketPlus = [ + [ + "path", + { + d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" + } + ], + ["path", { d: "M9 12h6" }], + ["path", { d: "M12 9v6" }] + ]; + + const TicketSlash = [ + [ + "path", + { + d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" + } + ], + ["path", { d: "m9.5 14.5 5-5" }] + ]; + + const TicketX = [ + [ + "path", + { + d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" + } + ], + ["path", { d: "m9.5 14.5 5-5" }], + ["path", { d: "m9.5 9.5 5 5" }] + ]; + + const Ticket = [ + [ + "path", + { + d: "M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z" + } + ], + ["path", { d: "M13 5v2" }], + ["path", { d: "M13 17v2" }], + ["path", { d: "M13 11v2" }] + ]; + + const TicketsPlane = [ + ["path", { d: "M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12" }], + ["path", { d: "m12 13.5 3.75.5" }], + ["path", { d: "m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8" }], + ["path", { d: "M6 10V8" }], + ["path", { d: "M6 14v1" }], + ["path", { d: "M6 19v2" }], + ["rect", { x: "2", y: "8", width: "20", height: "13", rx: "2" }] + ]; + + const Tickets = [ + ["path", { d: "m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8" }], + ["path", { d: "M6 10V8" }], + ["path", { d: "M6 14v1" }], + ["path", { d: "M6 19v2" }], + ["rect", { x: "2", y: "8", width: "20", height: "13", rx: "2" }] + ]; + + const TimerOff = [ + ["path", { d: "M10 2h4" }], + ["path", { d: "M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7" }], + ["path", { d: "M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M12 12v-2" }] + ]; + + const TimerReset = [ + ["path", { d: "M10 2h4" }], + ["path", { d: "M12 14v-4" }], + ["path", { d: "M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6" }], + ["path", { d: "M9 17H4v5" }] + ]; + + const ToggleLeft = [ + ["circle", { cx: "9", cy: "12", r: "3" }], + ["rect", { width: "20", height: "14", x: "2", y: "5", rx: "7" }] + ]; + + const Timer = [ + ["line", { x1: "10", x2: "14", y1: "2", y2: "2" }], + ["line", { x1: "12", x2: "15", y1: "14", y2: "11" }], + ["circle", { cx: "12", cy: "14", r: "8" }] + ]; + + const ToggleRight = [ + ["circle", { cx: "15", cy: "12", r: "3" }], + ["rect", { width: "20", height: "14", x: "2", y: "5", rx: "7" }] + ]; + + const ToolCase = [ + ["path", { d: "M10 15h4" }], + [ + "path", + { + d: "m14.817 10.995-.971-1.45 1.034-1.232a2 2 0 0 0-2.025-3.238l-1.82.364L9.91 3.885a2 2 0 0 0-3.625.748L6.141 6.55l-1.725.426a2 2 0 0 0-.19 3.756l.657.27" + } + ], + [ + "path", + { + d: "m18.822 10.995 2.26-5.38a1 1 0 0 0-.557-1.318L16.954 2.9a1 1 0 0 0-1.281.533l-.924 2.122" + } + ], + ["path", { d: "M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z" }] + ]; + + const Toilet = [ + [ + "path", + { + d: "M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18" + } + ], + ["path", { d: "M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8" }] + ]; + + const Tornado = [ + ["path", { d: "M21 4H3" }], + ["path", { d: "M18 8H6" }], + ["path", { d: "M19 12H9" }], + ["path", { d: "M16 16h-6" }], + ["path", { d: "M11 20H9" }] + ]; + + const Torus = [ + ["ellipse", { cx: "12", cy: "11", rx: "3", ry: "2" }], + ["ellipse", { cx: "12", cy: "12.5", rx: "10", ry: "8.5" }] + ]; + + const TouchpadOff = [ + ["path", { d: "M12 20v-6" }], + ["path", { d: "M19.656 14H22" }], + ["path", { d: "M2 14h12" }], + ["path", { d: "m2 2 20 20" }], + ["path", { d: "M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2" }], + ["path", { d: "M9.656 4H20a2 2 0 0 1 2 2v10.344" }] + ]; + + const TowerControl = [ + ["path", { d: "M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z" }], + ["path", { d: "M8 13v9" }], + ["path", { d: "M16 22v-9" }], + ["path", { d: "m9 6 1 7" }], + ["path", { d: "m15 6-1 7" }], + ["path", { d: "M12 6V2" }], + ["path", { d: "M13 2h-2" }] + ]; + + const Touchpad = [ + ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }], + ["path", { d: "M2 14h20" }], + ["path", { d: "M12 20v-6" }] + ]; + + const ToyBrick = [ + ["rect", { width: "18", height: "12", x: "3", y: "8", rx: "1" }], + ["path", { d: "M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3" }], + ["path", { d: "M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3" }] + ]; + + const Tractor = [ + ["path", { d: "m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20" }], + ["path", { d: "M16 18h-5" }], + ["path", { d: "M18 5a1 1 0 0 0-1 1v5.573" }], + ["path", { d: "M3 4h8.129a1 1 0 0 1 .99.863L13 11.246" }], + ["path", { d: "M4 11V4" }], + ["path", { d: "M7 15h.01" }], + ["path", { d: "M8 10.1V4" }], + ["circle", { cx: "18", cy: "18", r: "2" }], + ["circle", { cx: "7", cy: "15", r: "5" }] + ]; + + const TrafficCone = [ + ["path", { d: "M16.05 10.966a5 2.5 0 0 1-8.1 0" }], + [ + "path", + { + d: "m16.923 14.049 4.48 2.04a1 1 0 0 1 .001 1.831l-8.574 3.9a2 2 0 0 1-1.66 0l-8.574-3.91a1 1 0 0 1 0-1.83l4.484-2.04" + } + ], + ["path", { d: "M16.949 14.14a5 2.5 0 1 1-9.9 0L10.063 3.5a2 2 0 0 1 3.874 0z" }], + ["path", { d: "M9.194 6.57a5 2.5 0 0 0 5.61 0" }] + ]; + + const TrainFrontTunnel = [ + ["path", { d: "M2 22V12a10 10 0 1 1 20 0v10" }], + ["path", { d: "M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8" }], + ["path", { d: "M10 15h.01" }], + ["path", { d: "M14 15h.01" }], + ["path", { d: "M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z" }], + ["path", { d: "m9 19-2 3" }], + ["path", { d: "m15 19 2 3" }] + ]; + + const TrainFront = [ + ["path", { d: "M8 3.1V7a4 4 0 0 0 8 0V3.1" }], + ["path", { d: "m9 15-1-1" }], + ["path", { d: "m15 15 1-1" }], + ["path", { d: "M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z" }], + ["path", { d: "m8 19-2 3" }], + ["path", { d: "m16 19 2 3" }] + ]; + + const TrainTrack = [ + ["path", { d: "M2 17 17 2" }], + ["path", { d: "m2 14 8 8" }], + ["path", { d: "m5 11 8 8" }], + ["path", { d: "m8 8 8 8" }], + ["path", { d: "m11 5 8 8" }], + ["path", { d: "m14 2 8 8" }], + ["path", { d: "M7 22 22 7" }] + ]; + + const TramFront = [ + ["rect", { width: "16", height: "16", x: "4", y: "3", rx: "2" }], + ["path", { d: "M4 11h16" }], + ["path", { d: "M12 3v8" }], + ["path", { d: "m8 19-2 3" }], + ["path", { d: "m18 22-2-3" }], + ["path", { d: "M8 15h.01" }], + ["path", { d: "M16 15h.01" }] + ]; + + const Transgender = [ + ["path", { d: "M12 16v6" }], + ["path", { d: "M14 20h-4" }], + ["path", { d: "M18 2h4v4" }], + ["path", { d: "m2 2 7.17 7.17" }], + ["path", { d: "M2 5.355V2h3.357" }], + ["path", { d: "m22 2-7.17 7.17" }], + ["path", { d: "M8 5 5 8" }], + ["circle", { cx: "12", cy: "12", r: "4" }] + ]; + + const Trash2 = [ + ["path", { d: "M10 11v6" }], + ["path", { d: "M14 11v6" }], + ["path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }], + ["path", { d: "M3 6h18" }], + ["path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" }] + ]; + + const Trash = [ + ["path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }], + ["path", { d: "M3 6h18" }], + ["path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" }] + ]; + + const TreeDeciduous = [ + [ + "path", + { + d: "M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z" + } + ], + ["path", { d: "M12 19v3" }] + ]; + + const TreePalm = [ + ["path", { d: "M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4" }], + ["path", { d: "M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3" }], + [ + "path", + { + d: "M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35" + } + ], + ["path", { d: "M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14" }] + ]; + + const TreePine = [ + [ + "path", + { + d: "m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z" + } + ], + ["path", { d: "M12 22v-3" }] + ]; + + const Trees = [ + ["path", { d: "M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z" }], + ["path", { d: "M7 16v6" }], + ["path", { d: "M13 19v3" }], + [ + "path", + { + d: "M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5" + } + ] + ]; + + const Trello = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], + ["rect", { width: "3", height: "9", x: "7", y: "7" }], + ["rect", { width: "3", height: "5", x: "14", y: "7" }] + ]; + + const TrendingDown = [ + ["path", { d: "M16 17h6v-6" }], + ["path", { d: "m22 17-8.5-8.5-5 5L2 7" }] + ]; + + const TrendingUpDown = [ + ["path", { d: "M14.828 14.828 21 21" }], + ["path", { d: "M21 16v5h-5" }], + ["path", { d: "m21 3-9 9-4-4-6 6" }], + ["path", { d: "M21 8V3h-5" }] + ]; + + const TrendingUp = [ + ["path", { d: "M16 7h6v6" }], + ["path", { d: "m22 7-8.5 8.5-5-5L2 17" }] + ]; + + const TriangleAlert = [ + ["path", { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" }], + ["path", { d: "M12 9v4" }], + ["path", { d: "M12 17h.01" }] + ]; + + const TriangleDashed = [ + ["path", { d: "M10.17 4.193a2 2 0 0 1 3.666.013" }], + ["path", { d: "M14 21h2" }], + ["path", { d: "m15.874 7.743 1 1.732" }], + ["path", { d: "m18.849 12.952 1 1.732" }], + ["path", { d: "M21.824 18.18a2 2 0 0 1-1.835 2.824" }], + ["path", { d: "M4.024 21a2 2 0 0 1-1.839-2.839" }], + ["path", { d: "m5.136 12.952-1 1.732" }], + ["path", { d: "M8 21h2" }], + ["path", { d: "m8.102 7.743-1 1.732" }] + ]; + + const TriangleRight = [ + ["path", { d: "M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z" }] + ]; + + const Triangle = [ + ["path", { d: "M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z" }] + ]; + + const Trophy = [ + ["path", { d: "M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978" }], + ["path", { d: "M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978" }], + ["path", { d: "M18 9h1.5a1 1 0 0 0 0-5H18" }], + ["path", { d: "M4 22h16" }], + ["path", { d: "M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z" }], + ["path", { d: "M6 9H4.5a1 1 0 0 1 0-5H6" }] + ]; + + const TruckElectric = [ + ["path", { d: "M14 19V7a2 2 0 0 0-2-2H9" }], + ["path", { d: "M15 19H9" }], + ["path", { d: "M19 19h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.62L18.3 9.38a1 1 0 0 0-.78-.38H14" }], + ["path", { d: "M2 13v5a1 1 0 0 0 1 1h2" }], + ["path", { d: "M4 3 2.15 5.15a.495.495 0 0 0 .35.86h2.15a.47.47 0 0 1 .35.86L3 9.02" }], + ["circle", { cx: "17", cy: "19", r: "2" }], + ["circle", { cx: "7", cy: "19", r: "2" }] + ]; + + const Truck = [ + ["path", { d: "M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2" }], + ["path", { d: "M15 18H9" }], + [ + "path", + { d: "M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14" } + ], + ["circle", { cx: "17", cy: "18", r: "2" }], + ["circle", { cx: "7", cy: "18", r: "2" }] + ]; + + const TurkishLira = [ + ["path", { d: "M15 4 5 9" }], + ["path", { d: "m15 8.5-10 5" }], + ["path", { d: "M18 12a9 9 0 0 1-9 9V3" }] + ]; + + const Turntable = [ + ["path", { d: "M10 12.01h.01" }], + ["path", { d: "M18 8v4a8 8 0 0 1-1.07 4" }], + ["circle", { cx: "10", cy: "12", r: "4" }], + ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2" }] + ]; + + const Turtle = [ + [ + "path", + { + d: "m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z" + } + ], + ["path", { d: "M4.82 7.9 8 10" }], + ["path", { d: "M15.18 7.9 12 10" }], + ["path", { d: "M16.93 10H20a2 2 0 0 1 0 4H2" }] + ]; + + const TvMinimal = [ + ["path", { d: "M7 21h10" }], + ["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2" }] + ]; + + const TvMinimalPlay = [ + [ + "path", + { + d: "M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z" + } + ], + ["path", { d: "M7 21h10" }], + ["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2" }] + ]; + + const Tv = [ + ["path", { d: "m17 2-5 5-5-5" }], + ["rect", { width: "20", height: "15", x: "2", y: "7", rx: "2" }] + ]; + + const Twitch = [["path", { d: "M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7" }]]; + + const Twitter = [ + [ + "path", + { + d: "M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z" + } + ] + ]; + + const TypeOutline = [ + [ + "path", + { + d: "M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z" + } + ] + ]; + + const Type = [ + ["path", { d: "M12 4v16" }], + ["path", { d: "M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2" }], + ["path", { d: "M9 20h6" }] + ]; + + const UmbrellaOff = [ + ["path", { d: "M12 2v1" }], + ["path", { d: "M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575" }], + ["path", { d: "M17.5 12H22A10 10 0 0 0 9.004 3.455" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const Umbrella = [ + ["path", { d: "M22 12a10.06 10.06 1 0 0-20 0Z" }], + ["path", { d: "M12 12v8a2 2 0 0 0 4 0" }], + ["path", { d: "M12 2v1" }] + ]; + + const Underline = [ + ["path", { d: "M6 4v6a6 6 0 0 0 12 0V4" }], + ["line", { x1: "4", x2: "20", y1: "20", y2: "20" }] + ]; + + const Undo2 = [ + ["path", { d: "M9 14 4 9l5-5" }], + ["path", { d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11" }] + ]; + + const Undo = [ + ["path", { d: "M3 7v6h6" }], + ["path", { d: "M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13" }] + ]; + + const UndoDot = [ + ["path", { d: "M21 17a9 9 0 0 0-15-6.7L3 13" }], + ["path", { d: "M3 7v6h6" }], + ["circle", { cx: "12", cy: "17", r: "1" }] + ]; + + const UnfoldHorizontal = [ + ["path", { d: "M16 12h6" }], + ["path", { d: "M8 12H2" }], + ["path", { d: "M12 2v2" }], + ["path", { d: "M12 8v2" }], + ["path", { d: "M12 14v2" }], + ["path", { d: "M12 20v2" }], + ["path", { d: "m19 15 3-3-3-3" }], + ["path", { d: "m5 9-3 3 3 3" }] + ]; + + const UnfoldVertical = [ + ["path", { d: "M12 22v-6" }], + ["path", { d: "M12 8V2" }], + ["path", { d: "M4 12H2" }], + ["path", { d: "M10 12H8" }], + ["path", { d: "M16 12h-2" }], + ["path", { d: "M22 12h-2" }], + ["path", { d: "m15 19-3 3-3-3" }], + ["path", { d: "m15 5-3-3-3 3" }] + ]; + + const Ungroup = [ + ["rect", { width: "8", height: "6", x: "5", y: "4", rx: "1" }], + ["rect", { width: "8", height: "6", x: "11", y: "14", rx: "1" }] + ]; + + const University = [ + ["path", { d: "M14 21v-3a2 2 0 0 0-4 0v3" }], + ["path", { d: "M18 12h.01" }], + ["path", { d: "M18 16h.01" }], + [ + "path", + { + d: "M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z" + } + ], + ["path", { d: "M6 12h.01" }], + ["path", { d: "M6 16h.01" }], + ["circle", { cx: "12", cy: "10", r: "2" }] + ]; + + const Unlink2 = [["path", { d: "M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2" }]]; + + const Unlink = [ + [ + "path", + { + d: "m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71" + } + ], + [ + "path", + { d: "m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71" } + ], + ["line", { x1: "8", x2: "8", y1: "2", y2: "5" }], + ["line", { x1: "2", x2: "5", y1: "8", y2: "8" }], + ["line", { x1: "16", x2: "16", y1: "19", y2: "22" }], + ["line", { x1: "19", x2: "22", y1: "16", y2: "16" }] + ]; + + const Unplug = [ + ["path", { d: "m19 5 3-3" }], + ["path", { d: "m2 22 3-3" }], + ["path", { d: "M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z" }], + ["path", { d: "M7.5 13.5 10 11" }], + ["path", { d: "M10.5 16.5 13 14" }], + ["path", { d: "m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z" }] + ]; + + const Upload = [ + ["path", { d: "M12 3v12" }], + ["path", { d: "m17 8-5-5-5 5" }], + ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }] + ]; + + const Usb = [ + ["circle", { cx: "10", cy: "7", r: "1" }], + ["circle", { cx: "4", cy: "20", r: "1" }], + ["path", { d: "M4.7 19.3 19 5" }], + ["path", { d: "m21 3-3 1 2 2Z" }], + ["path", { d: "M9.26 7.68 5 12l2 5" }], + ["path", { d: "m10 14 5 2 3.5-3.5" }], + ["path", { d: "m18 12 1-1 1 1-1 1Z" }] + ]; + + const UserCheck = [ + ["path", { d: "m16 11 2 2 4-4" }], + ["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }], + ["circle", { cx: "9", cy: "7", r: "4" }] + ]; + + const UserCog = [ + ["path", { d: "M10 15H6a4 4 0 0 0-4 4v2" }], + ["path", { d: "m14.305 16.53.923-.382" }], + ["path", { d: "m15.228 13.852-.923-.383" }], + ["path", { d: "m16.852 12.228-.383-.923" }], + ["path", { d: "m16.852 17.772-.383.924" }], + ["path", { d: "m19.148 12.228.383-.923" }], + ["path", { d: "m19.53 18.696-.382-.924" }], + ["path", { d: "m20.772 13.852.924-.383" }], + ["path", { d: "m20.772 16.148.924.383" }], + ["circle", { cx: "18", cy: "15", r: "3" }], + ["circle", { cx: "9", cy: "7", r: "4" }] + ]; + + const UserLock = [ + ["circle", { cx: "10", cy: "7", r: "4" }], + ["path", { d: "M10.3 15H7a4 4 0 0 0-4 4v2" }], + ["path", { d: "M15 15.5V14a2 2 0 0 1 4 0v1.5" }], + ["rect", { width: "8", height: "5", x: "13", y: "16", rx: ".899" }] + ]; + + const UserPen = [ + ["path", { d: "M11.5 15H7a4 4 0 0 0-4 4v2" }], + [ + "path", + { + d: "M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" + } + ], + ["circle", { cx: "10", cy: "7", r: "4" }] + ]; + + const UserMinus = [ + ["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }], + ["circle", { cx: "9", cy: "7", r: "4" }], + ["line", { x1: "22", x2: "16", y1: "11", y2: "11" }] + ]; + + const UserPlus = [ + ["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }], + ["circle", { cx: "9", cy: "7", r: "4" }], + ["line", { x1: "19", x2: "19", y1: "8", y2: "14" }], + ["line", { x1: "22", x2: "16", y1: "11", y2: "11" }] + ]; + + const UserRoundCheck = [ + ["path", { d: "M2 21a8 8 0 0 1 13.292-6" }], + ["circle", { cx: "10", cy: "8", r: "5" }], + ["path", { d: "m16 19 2 2 4-4" }] + ]; + + const UserRoundCog = [ + ["path", { d: "m14.305 19.53.923-.382" }], + ["path", { d: "m15.228 16.852-.923-.383" }], + ["path", { d: "m16.852 15.228-.383-.923" }], + ["path", { d: "m16.852 20.772-.383.924" }], + ["path", { d: "m19.148 15.228.383-.923" }], + ["path", { d: "m19.53 21.696-.382-.924" }], + ["path", { d: "M2 21a8 8 0 0 1 10.434-7.62" }], + ["path", { d: "m20.772 16.852.924-.383" }], + ["path", { d: "m20.772 19.148.924.383" }], + ["circle", { cx: "10", cy: "8", r: "5" }], + ["circle", { cx: "18", cy: "18", r: "3" }] + ]; + + const UserRoundMinus = [ + ["path", { d: "M2 21a8 8 0 0 1 13.292-6" }], + ["circle", { cx: "10", cy: "8", r: "5" }], + ["path", { d: "M22 19h-6" }] + ]; + + const UserRoundPlus = [ + ["path", { d: "M2 21a8 8 0 0 1 13.292-6" }], + ["circle", { cx: "10", cy: "8", r: "5" }], + ["path", { d: "M19 16v6" }], + ["path", { d: "M22 19h-6" }] + ]; + + const UserRoundPen = [ + ["path", { d: "M2 21a8 8 0 0 1 10.821-7.487" }], + [ + "path", + { + d: "M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" + } + ], + ["circle", { cx: "10", cy: "8", r: "5" }] + ]; + + const UserRoundSearch = [ + ["circle", { cx: "10", cy: "8", r: "5" }], + ["path", { d: "M2 21a8 8 0 0 1 10.434-7.62" }], + ["circle", { cx: "18", cy: "18", r: "3" }], + ["path", { d: "m22 22-1.9-1.9" }] + ]; + + const UserRoundX = [ + ["path", { d: "M2 21a8 8 0 0 1 11.873-7" }], + ["circle", { cx: "10", cy: "8", r: "5" }], + ["path", { d: "m17 17 5 5" }], + ["path", { d: "m22 17-5 5" }] + ]; + + const UserRound = [ + ["circle", { cx: "12", cy: "8", r: "5" }], + ["path", { d: "M20 21a8 8 0 0 0-16 0" }] + ]; + + const UserSearch = [ + ["circle", { cx: "10", cy: "7", r: "4" }], + ["path", { d: "M10.3 15H7a4 4 0 0 0-4 4v2" }], + ["circle", { cx: "17", cy: "17", r: "3" }], + ["path", { d: "m21 21-1.9-1.9" }] + ]; + + const UserStar = [ + [ + "path", + { + d: "M16.051 12.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z" + } + ], + ["path", { d: "M8 15H7a4 4 0 0 0-4 4v2" }], + ["circle", { cx: "10", cy: "7", r: "4" }] + ]; + + const User = [ + ["path", { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" }], + ["circle", { cx: "12", cy: "7", r: "4" }] + ]; + + const UserX = [ + ["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }], + ["circle", { cx: "9", cy: "7", r: "4" }], + ["line", { x1: "17", x2: "22", y1: "8", y2: "13" }], + ["line", { x1: "22", x2: "17", y1: "8", y2: "13" }] + ]; + + const UsersRound = [ + ["path", { d: "M18 21a8 8 0 0 0-16 0" }], + ["circle", { cx: "10", cy: "8", r: "5" }], + ["path", { d: "M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3" }] + ]; + + const Users = [ + ["path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }], + ["path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }], + ["path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }], + ["circle", { cx: "9", cy: "7", r: "4" }] + ]; + + const Utensils = [ + ["path", { d: "M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2" }], + ["path", { d: "M7 2v20" }], + ["path", { d: "M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7" }] + ]; + + const UtensilsCrossed = [ + ["path", { d: "m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8" }], + ["path", { d: "M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7" }], + ["path", { d: "m2.1 21.8 6.4-6.3" }], + ["path", { d: "m19 5-7 7" }] + ]; + + const UtilityPole = [ + ["path", { d: "M12 2v20" }], + ["path", { d: "M2 5h20" }], + ["path", { d: "M3 3v2" }], + ["path", { d: "M7 3v2" }], + ["path", { d: "M17 3v2" }], + ["path", { d: "M21 3v2" }], + ["path", { d: "m19 5-7 7-7-7" }] + ]; + + const Variable = [ + ["path", { d: "M8 21s-4-3-4-9 4-9 4-9" }], + ["path", { d: "M16 3s4 3 4 9-4 9-4 9" }], + ["line", { x1: "15", x2: "9", y1: "9", y2: "15" }], + ["line", { x1: "9", x2: "15", y1: "9", y2: "15" }] + ]; + + const Vault = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" }], + ["path", { d: "m7.9 7.9 2.7 2.7" }], + ["circle", { cx: "16.5", cy: "7.5", r: ".5", fill: "currentColor" }], + ["path", { d: "m13.4 10.6 2.7-2.7" }], + ["circle", { cx: "7.5", cy: "16.5", r: ".5", fill: "currentColor" }], + ["path", { d: "m7.9 16.1 2.7-2.7" }], + ["circle", { cx: "16.5", cy: "16.5", r: ".5", fill: "currentColor" }], + ["path", { d: "m13.4 13.4 2.7 2.7" }], + ["circle", { cx: "12", cy: "12", r: "2" }] + ]; + + const Vegan = [ + ["path", { d: "M16 8q6 0 6-6-6 0-6 6" }], + ["path", { d: "M17.41 3.59a10 10 0 1 0 3 3" }], + ["path", { d: "M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14" }] + ]; + + const VectorSquare = [ + ["path", { d: "M19.5 7a24 24 0 0 1 0 10" }], + ["path", { d: "M4.5 7a24 24 0 0 0 0 10" }], + ["path", { d: "M7 19.5a24 24 0 0 0 10 0" }], + ["path", { d: "M7 4.5a24 24 0 0 1 10 0" }], + ["rect", { x: "17", y: "17", width: "5", height: "5", rx: "1" }], + ["rect", { x: "17", y: "2", width: "5", height: "5", rx: "1" }], + ["rect", { x: "2", y: "17", width: "5", height: "5", rx: "1" }], + ["rect", { x: "2", y: "2", width: "5", height: "5", rx: "1" }] + ]; + + const VenetianMask = [ + ["path", { d: "M18 11c-1.5 0-2.5.5-3 2" }], + [ + "path", + { + d: "M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z" + } + ], + ["path", { d: "M6 11c1.5 0 2.5.5 3 2" }] + ]; + + const VenusAndMars = [ + ["path", { d: "M10 20h4" }], + ["path", { d: "M12 16v6" }], + ["path", { d: "M17 2h4v4" }], + ["path", { d: "m21 2-5.46 5.46" }], + ["circle", { cx: "12", cy: "11", r: "5" }] + ]; + + const Venus = [ + ["path", { d: "M12 15v7" }], + ["path", { d: "M9 19h6" }], + ["circle", { cx: "12", cy: "9", r: "6" }] + ]; + + const VibrateOff = [ + ["path", { d: "m2 8 2 2-2 2 2 2-2 2" }], + ["path", { d: "m22 8-2 2 2 2-2 2 2 2" }], + ["path", { d: "M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2" }], + ["path", { d: "M16 10.34V6c0-.55-.45-1-1-1h-4.34" }], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const Vibrate = [ + ["path", { d: "m2 8 2 2-2 2 2 2-2 2" }], + ["path", { d: "m22 8-2 2 2 2-2 2 2 2" }], + ["rect", { width: "8", height: "14", x: "8", y: "5", rx: "1" }] + ]; + + const VideoOff = [ + ["path", { d: "M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196" }], + ["path", { d: "M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const Video = [ + ["path", { d: "m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" }], + ["rect", { x: "2", y: "6", width: "14", height: "12", rx: "2" }] + ]; + + const Videotape = [ + ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }], + ["path", { d: "M2 8h20" }], + ["circle", { cx: "8", cy: "14", r: "2" }], + ["path", { d: "M8 12h8" }], + ["circle", { cx: "16", cy: "14", r: "2" }] + ]; + + const View = [ + ["path", { d: "M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2" }], + ["path", { d: "M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2" }], + ["circle", { cx: "12", cy: "12", r: "1" }], + [ + "path", + { + d: "M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0" + } + ] + ]; + + const Voicemail = [ + ["circle", { cx: "6", cy: "12", r: "4" }], + ["circle", { cx: "18", cy: "12", r: "4" }], + ["line", { x1: "6", x2: "18", y1: "16", y2: "16" }] + ]; + + const Volleyball = [ + ["path", { d: "M11.1 7.1a16.55 16.55 0 0 1 10.9 4" }], + ["path", { d: "M12 12a12.6 12.6 0 0 1-8.7 5" }], + ["path", { d: "M16.8 13.6a16.55 16.55 0 0 1-9 7.5" }], + ["path", { d: "M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10" }], + ["path", { d: "M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5" }], + ["circle", { cx: "12", cy: "12", r: "10" }] + ]; + + const Volume1 = [ + [ + "path", + { + d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z" + } + ], + ["path", { d: "M16 9a5 5 0 0 1 0 6" }] + ]; + + const Volume2 = [ + [ + "path", + { + d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z" + } + ], + ["path", { d: "M16 9a5 5 0 0 1 0 6" }], + ["path", { d: "M19.364 18.364a9 9 0 0 0 0-12.728" }] + ]; + + const VolumeOff = [ + ["path", { d: "M16 9a5 5 0 0 1 .95 2.293" }], + ["path", { d: "M19.364 5.636a9 9 0 0 1 1.889 9.96" }], + ["path", { d: "m2 2 20 20" }], + [ + "path", + { + d: "m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11" + } + ], + ["path", { d: "M9.828 4.172A.686.686 0 0 1 11 4.657v.686" }] + ]; + + const VolumeX = [ + [ + "path", + { + d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z" + } + ], + ["line", { x1: "22", x2: "16", y1: "9", y2: "15" }], + ["line", { x1: "16", x2: "22", y1: "9", y2: "15" }] + ]; + + const Volume = [ + [ + "path", + { + d: "M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z" + } + ] + ]; + + const WalletCards = [ + ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], + ["path", { d: "M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2" }], + [ + "path", + { d: "M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21" } + ] + ]; + + const Vote = [ + ["path", { d: "m9 12 2 2 4-4" }], + ["path", { d: "M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z" }], + ["path", { d: "M22 19H2" }] + ]; + + const WalletMinimal = [ + ["path", { d: "M17 14h.01" }], + ["path", { d: "M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14" }] + ]; + + const Wallet = [ + [ + "path", + { + d: "M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1" + } + ], + ["path", { d: "M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4" }] + ]; + + const Wallpaper = [ + ["circle", { cx: "8", cy: "9", r: "2" }], + [ + "path", + { + d: "m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2" + } + ], + ["path", { d: "M8 21h8" }], + ["path", { d: "M12 17v4" }] + ]; + + const WandSparkles = [ + [ + "path", + { + d: "m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72" + } + ], + ["path", { d: "m14 7 3 3" }], + ["path", { d: "M5 6v4" }], + ["path", { d: "M19 14v4" }], + ["path", { d: "M10 2v2" }], + ["path", { d: "M7 8H3" }], + ["path", { d: "M21 16h-4" }], + ["path", { d: "M11 3H9" }] + ]; + + const Wand = [ + ["path", { d: "M15 4V2" }], + ["path", { d: "M15 16v-2" }], + ["path", { d: "M8 9h2" }], + ["path", { d: "M20 9h2" }], + ["path", { d: "M17.8 11.8 19 13" }], + ["path", { d: "M15 9h.01" }], + ["path", { d: "M17.8 6.2 19 5" }], + ["path", { d: "m3 21 9-9" }], + ["path", { d: "M12.2 6.2 11 5" }] + ]; + + const Warehouse = [ + ["path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }], + [ + "path", + { + d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z" + } + ], + ["path", { d: "M6 13h12" }], + ["path", { d: "M6 17h12" }] + ]; + + const Watch = [ + ["path", { d: "M12 10v2.2l1.6 1" }], + ["path", { d: "m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05" }], + ["path", { d: "m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05" }], + ["circle", { cx: "12", cy: "12", r: "6" }] + ]; + + const WashingMachine = [ + ["path", { d: "M3 6h3" }], + ["path", { d: "M17 6h.01" }], + ["rect", { width: "18", height: "20", x: "3", y: "2", rx: "2" }], + ["circle", { cx: "12", cy: "13", r: "5" }], + ["path", { d: "M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5" }] + ]; + + const WavesLadder = [ + ["path", { d: "M19 5a2 2 0 0 0-2 2v11" }], + [ + "path", + { + d: "M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" + } + ], + ["path", { d: "M7 13h10" }], + ["path", { d: "M7 9h10" }], + ["path", { d: "M9 5a2 2 0 0 0-2 2v11" }] + ]; + + const Waves = [ + [ + "path", + { d: "M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" } + ], + [ + "path", + { + d: "M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" + } + ], + [ + "path", + { + d: "M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" + } + ] + ]; + + const Waypoints = [ + ["circle", { cx: "12", cy: "4.5", r: "2.5" }], + ["path", { d: "m10.2 6.3-3.9 3.9" }], + ["circle", { cx: "4.5", cy: "12", r: "2.5" }], + ["path", { d: "M7 12h10" }], + ["circle", { cx: "19.5", cy: "12", r: "2.5" }], + ["path", { d: "m13.8 17.7 3.9-3.9" }], + ["circle", { cx: "12", cy: "19.5", r: "2.5" }] + ]; + + const Webcam = [ + ["circle", { cx: "12", cy: "10", r: "8" }], + ["circle", { cx: "12", cy: "10", r: "3" }], + ["path", { d: "M7 22h10" }], + ["path", { d: "M12 22v-4" }] + ]; + + const WebhookOff = [ + ["path", { d: "M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15" }], + ["path", { d: "M9 3.4a4 4 0 0 1 6.52.66" }], + ["path", { d: "m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05" }], + ["path", { d: "M20.3 20.3a4 4 0 0 1-2.3.7" }], + ["path", { d: "M18.6 13a4 4 0 0 1 3.357 3.414" }], + ["path", { d: "m12 6 .6 1" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const Webhook = [ + ["path", { d: "M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2" }], + ["path", { d: "m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06" }], + ["path", { d: "m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8" }] + ]; + + const WheatOff = [ + ["path", { d: "m2 22 10-10" }], + ["path", { d: "m16 8-1.17 1.17" }], + [ + "path", + { d: "M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z" } + ], + ["path", { d: "m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97" }], + ["path", { d: "M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62" }], + ["path", { d: "M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z" }], + [ + "path", + { + d: "M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z" + } + ], + ["path", { d: "m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98" }], + ["path", { d: "M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28" }], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const Weight = [ + ["circle", { cx: "12", cy: "5", r: "3" }], + [ + "path", + { + d: "M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z" + } + ] + ]; + + const Wheat = [ + ["path", { d: "M2 22 16 8" }], + [ + "path", + { d: "M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z" } + ], + [ + "path", + { d: "M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z" } + ], + [ + "path", + { d: "M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z" } + ], + ["path", { d: "M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z" }], + [ + "path", + { + d: "M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z" + } + ], + [ + "path", + { + d: "M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z" + } + ], + [ + "path", + { + d: "M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z" + } + ] + ]; + + const WholeWord = [ + ["circle", { cx: "7", cy: "12", r: "3" }], + ["path", { d: "M10 9v6" }], + ["circle", { cx: "17", cy: "12", r: "3" }], + ["path", { d: "M14 7v8" }], + ["path", { d: "M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1" }] + ]; + + const WifiCog = [ + ["path", { d: "m14.305 19.53.923-.382" }], + ["path", { d: "m15.228 16.852-.923-.383" }], + ["path", { d: "m16.852 15.228-.383-.923" }], + ["path", { d: "m16.852 20.772-.383.924" }], + ["path", { d: "m19.148 15.228.383-.923" }], + ["path", { d: "m19.53 21.696-.382-.924" }], + ["path", { d: "M2 7.82a15 15 0 0 1 20 0" }], + ["path", { d: "m20.772 16.852.924-.383" }], + ["path", { d: "m20.772 19.148.924.383" }], + ["path", { d: "M5 11.858a10 10 0 0 1 11.5-1.785" }], + ["path", { d: "M8.5 15.429a5 5 0 0 1 2.413-1.31" }], + ["circle", { cx: "18", cy: "18", r: "3" }] + ]; + + const WifiHigh = [ + ["path", { d: "M12 20h.01" }], + ["path", { d: "M5 12.859a10 10 0 0 1 14 0" }], + ["path", { d: "M8.5 16.429a5 5 0 0 1 7 0" }] + ]; + + const WifiLow = [ + ["path", { d: "M12 20h.01" }], + ["path", { d: "M8.5 16.429a5 5 0 0 1 7 0" }] + ]; + + const WifiOff = [ + ["path", { d: "M12 20h.01" }], + ["path", { d: "M8.5 16.429a5 5 0 0 1 7 0" }], + ["path", { d: "M5 12.859a10 10 0 0 1 5.17-2.69" }], + ["path", { d: "M19 12.859a10 10 0 0 0-2.007-1.523" }], + ["path", { d: "M2 8.82a15 15 0 0 1 4.177-2.643" }], + ["path", { d: "M22 8.82a15 15 0 0 0-11.288-3.764" }], + ["path", { d: "m2 2 20 20" }] + ]; + + const WifiPen = [ + ["path", { d: "M2 8.82a15 15 0 0 1 20 0" }], + [ + "path", + { + d: "M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z" + } + ], + ["path", { d: "M5 12.859a10 10 0 0 1 10.5-2.222" }], + ["path", { d: "M8.5 16.429a5 5 0 0 1 3-1.406" }] + ]; + + const WifiSync = [ + ["path", { d: "M11.965 10.105v4L13.5 12.5a5 5 0 0 1 8 1.5" }], + ["path", { d: "M11.965 14.105h4" }], + ["path", { d: "M17.965 18.105h4L20.43 19.71a5 5 0 0 1-8-1.5" }], + ["path", { d: "M2 8.82a15 15 0 0 1 20 0" }], + ["path", { d: "M21.965 22.105v-4" }], + ["path", { d: "M5 12.86a10 10 0 0 1 3-2.032" }], + ["path", { d: "M8.5 16.429h.01" }] + ]; + + const WifiZero = [["path", { d: "M12 20h.01" }]]; + + const Wifi = [ + ["path", { d: "M12 20h.01" }], + ["path", { d: "M2 8.82a15 15 0 0 1 20 0" }], + ["path", { d: "M5 12.859a10 10 0 0 1 14 0" }], + ["path", { d: "M8.5 16.429a5 5 0 0 1 7 0" }] + ]; + + const WindArrowDown = [ + ["path", { d: "M10 2v8" }], + ["path", { d: "M12.8 21.6A2 2 0 1 0 14 18H2" }], + ["path", { d: "M17.5 10a2.5 2.5 0 1 1 2 4H2" }], + ["path", { d: "m6 6 4 4 4-4" }] + ]; + + const Wind = [ + ["path", { d: "M12.8 19.6A2 2 0 1 0 14 16H2" }], + ["path", { d: "M17.5 8a2.5 2.5 0 1 1 2 4H2" }], + ["path", { d: "M9.8 4.4A2 2 0 1 1 11 8H2" }] + ]; + + const WineOff = [ + ["path", { d: "M8 22h8" }], + ["path", { d: "M7 10h3m7 0h-1.343" }], + ["path", { d: "M12 15v7" }], + [ + "path", + { + d: "M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198" + } + ], + ["line", { x1: "2", x2: "22", y1: "2", y2: "22" }] + ]; + + const Workflow = [ + ["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }], + ["path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }], + ["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" }] + ]; + + const Wine = [ + ["path", { d: "M8 22h8" }], + ["path", { d: "M7 10h10" }], + ["path", { d: "M12 15v7" }], + ["path", { d: "M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z" }] + ]; + + const Worm = [ + ["path", { d: "m19 12-1.5 3" }], + ["path", { d: "M19.63 18.81 22 20" }], + [ + "path", + { + d: "M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z" + } + ] + ]; + + const WrapText = [ + ["path", { d: "m16 16-2 2 2 2" }], + ["path", { d: "M3 12h15a3 3 0 1 1 0 6h-4" }], + ["path", { d: "M3 18h7" }], + ["path", { d: "M3 6h18" }] + ]; + + const X = [ + ["path", { d: "M18 6 6 18" }], + ["path", { d: "m6 6 12 12" }] + ]; + + const Wrench = [ + [ + "path", + { + d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z" + } + ] + ]; + + const Youtube = [ + [ + "path", + { + d: "M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17" + } + ], + ["path", { d: "m10 15 5-3-5-3z" }] + ]; + + const ZapOff = [ + ["path", { d: "M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317" }], + ["path", { d: "M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773" }], + [ + "path", + { + d: "M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643" + } + ], + ["path", { d: "m2 2 20 20" }] + ]; + + const ZoomIn = [ + ["circle", { cx: "11", cy: "11", r: "8" }], + ["line", { x1: "21", x2: "16.65", y1: "21", y2: "16.65" }], + ["line", { x1: "11", x2: "11", y1: "8", y2: "14" }], + ["line", { x1: "8", x2: "14", y1: "11", y2: "11" }] + ]; + + const ZoomOut = [ + ["circle", { cx: "11", cy: "11", r: "8" }], + ["line", { x1: "21", x2: "16.65", y1: "21", y2: "16.65" }], + ["line", { x1: "8", x2: "14", y1: "11", y2: "11" }] + ]; + + const Zap = [ + [ + "path", + { + d: "M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z" + } + ] + ]; + + var iconAndAliases = /*#__PURE__*/Object.freeze({ + __proto__: null, + AArrowDown: AArrowDown, + AArrowUp: AArrowUp, + ALargeSmall: ALargeSmall, + Accessibility: Accessibility, + Activity: Activity, + ActivitySquare: SquareActivity, + AirVent: AirVent, + Airplay: Airplay, + AlarmCheck: AlarmClockCheck, + AlarmClock: AlarmClock, + AlarmClockCheck: AlarmClockCheck, + AlarmClockMinus: AlarmClockMinus, + AlarmClockOff: AlarmClockOff, + AlarmClockPlus: AlarmClockPlus, + AlarmMinus: AlarmClockMinus, + AlarmPlus: AlarmClockPlus, + AlarmSmoke: AlarmSmoke, + Album: Album, + AlertCircle: CircleAlert, + AlertOctagon: OctagonAlert, + AlertTriangle: TriangleAlert, + AlignCenter: AlignCenter, + AlignCenterHorizontal: AlignCenterHorizontal, + AlignCenterVertical: AlignCenterVertical, + AlignEndHorizontal: AlignEndHorizontal, + AlignEndVertical: AlignEndVertical, + AlignHorizontalDistributeCenter: AlignHorizontalDistributeCenter, + AlignHorizontalDistributeEnd: AlignHorizontalDistributeEnd, + AlignHorizontalDistributeStart: AlignHorizontalDistributeStart, + AlignHorizontalJustifyCenter: AlignHorizontalJustifyCenter, + AlignHorizontalJustifyEnd: AlignHorizontalJustifyEnd, + AlignHorizontalJustifyStart: AlignHorizontalJustifyStart, + AlignHorizontalSpaceAround: AlignHorizontalSpaceAround, + AlignHorizontalSpaceBetween: AlignHorizontalSpaceBetween, + AlignJustify: AlignJustify, + AlignLeft: AlignLeft, + AlignRight: AlignRight, + AlignStartHorizontal: AlignStartHorizontal, + AlignStartVertical: AlignStartVertical, + AlignVerticalDistributeCenter: AlignVerticalDistributeCenter, + AlignVerticalDistributeEnd: AlignVerticalDistributeEnd, + AlignVerticalDistributeStart: AlignVerticalDistributeStart, + AlignVerticalJustifyCenter: AlignVerticalJustifyCenter, + AlignVerticalJustifyEnd: AlignVerticalJustifyEnd, + AlignVerticalJustifyStart: AlignVerticalJustifyStart, + AlignVerticalSpaceAround: AlignVerticalSpaceAround, + AlignVerticalSpaceBetween: AlignVerticalSpaceBetween, + Ambulance: Ambulance, + Ampersand: Ampersand, + Ampersands: Ampersands, + Amphora: Amphora, + Anchor: Anchor, + Angry: Angry, + Annoyed: Annoyed, + Antenna: Antenna, + Anvil: Anvil, + Aperture: Aperture, + AppWindow: AppWindow, + AppWindowMac: AppWindowMac, + Apple: Apple, + Archive: Archive, + ArchiveRestore: ArchiveRestore, + ArchiveX: ArchiveX, + AreaChart: ChartArea, + Armchair: Armchair, + ArrowBigDown: ArrowBigDown, + ArrowBigDownDash: ArrowBigDownDash, + ArrowBigLeft: ArrowBigLeft, + ArrowBigLeftDash: ArrowBigLeftDash, + ArrowBigRight: ArrowBigRight, + ArrowBigRightDash: ArrowBigRightDash, + ArrowBigUp: ArrowBigUp, + ArrowBigUpDash: ArrowBigUpDash, + ArrowDown: ArrowDown, + ArrowDown01: ArrowDown01, + ArrowDown10: ArrowDown10, + ArrowDownAZ: ArrowDownAZ, + ArrowDownAz: ArrowDownAZ, + ArrowDownCircle: CircleArrowDown, + ArrowDownFromLine: ArrowDownFromLine, + ArrowDownLeft: ArrowDownLeft, + ArrowDownLeftFromCircle: CircleArrowOutDownLeft, + ArrowDownLeftFromSquare: SquareArrowOutDownLeft, + ArrowDownLeftSquare: SquareArrowDownLeft, + ArrowDownNarrowWide: ArrowDownNarrowWide, + ArrowDownRight: ArrowDownRight, + ArrowDownRightFromCircle: CircleArrowOutDownRight, + ArrowDownRightFromSquare: SquareArrowOutDownRight, + ArrowDownRightSquare: SquareArrowDownRight, + ArrowDownSquare: SquareArrowDown, + ArrowDownToDot: ArrowDownToDot, + ArrowDownToLine: ArrowDownToLine, + ArrowDownUp: ArrowDownUp, + ArrowDownWideNarrow: ArrowDownWideNarrow, + ArrowDownZA: ArrowDownZA, + ArrowDownZa: ArrowDownZA, + ArrowLeft: ArrowLeft, + ArrowLeftCircle: CircleArrowLeft, + ArrowLeftFromLine: ArrowLeftFromLine, + ArrowLeftRight: ArrowLeftRight, + ArrowLeftSquare: SquareArrowLeft, + ArrowLeftToLine: ArrowLeftToLine, + ArrowRight: ArrowRight, + ArrowRightCircle: CircleArrowRight, + ArrowRightFromLine: ArrowRightFromLine, + ArrowRightLeft: ArrowRightLeft, + ArrowRightSquare: SquareArrowRight, + ArrowRightToLine: ArrowRightToLine, + ArrowUp: ArrowUp, + ArrowUp01: ArrowUp01, + ArrowUp10: ArrowUp10, + ArrowUpAZ: ArrowUpAZ, + ArrowUpAz: ArrowUpAZ, + ArrowUpCircle: CircleArrowUp, + ArrowUpDown: ArrowUpDown, + ArrowUpFromDot: ArrowUpFromDot, + ArrowUpFromLine: ArrowUpFromLine, + ArrowUpLeft: ArrowUpLeft, + ArrowUpLeftFromCircle: CircleArrowOutUpLeft, + ArrowUpLeftFromSquare: SquareArrowOutUpLeft, + ArrowUpLeftSquare: SquareArrowUpLeft, + ArrowUpNarrowWide: ArrowUpNarrowWide, + ArrowUpRight: ArrowUpRight, + ArrowUpRightFromCircle: CircleArrowOutUpRight, + ArrowUpRightFromSquare: SquareArrowOutUpRight, + ArrowUpRightSquare: SquareArrowUpRight, + ArrowUpSquare: SquareArrowUp, + ArrowUpToLine: ArrowUpToLine, + ArrowUpWideNarrow: ArrowUpWideNarrow, + ArrowUpZA: ArrowUpZA, + ArrowUpZa: ArrowUpZA, + ArrowsUpFromLine: ArrowsUpFromLine, + Asterisk: Asterisk, + AsteriskSquare: SquareAsterisk, + AtSign: AtSign, + Atom: Atom, + AudioLines: AudioLines, + AudioWaveform: AudioWaveform, + Award: Award, + Axe: Axe, + Axis3D: Axis3d, + Axis3d: Axis3d, + Baby: Baby, + Backpack: Backpack, + Badge: Badge, + BadgeAlert: BadgeAlert, + BadgeCent: BadgeCent, + BadgeCheck: BadgeCheck, + BadgeDollarSign: BadgeDollarSign, + BadgeEuro: BadgeEuro, + BadgeHelp: BadgeQuestionMark, + BadgeIndianRupee: BadgeIndianRupee, + BadgeInfo: BadgeInfo, + BadgeJapaneseYen: BadgeJapaneseYen, + BadgeMinus: BadgeMinus, + BadgePercent: BadgePercent, + BadgePlus: BadgePlus, + BadgePoundSterling: BadgePoundSterling, + BadgeQuestionMark: BadgeQuestionMark, + BadgeRussianRuble: BadgeRussianRuble, + BadgeSwissFranc: BadgeSwissFranc, + BadgeTurkishLira: BadgeTurkishLira, + BadgeX: BadgeX, + BaggageClaim: BaggageClaim, + Ban: Ban, + Banana: Banana, + Bandage: Bandage, + Banknote: Banknote, + BanknoteArrowDown: BanknoteArrowDown, + BanknoteArrowUp: BanknoteArrowUp, + BanknoteX: BanknoteX, + BarChart: ChartNoAxesColumnIncreasing, + BarChart2: ChartNoAxesColumn, + BarChart3: ChartColumn, + BarChart4: ChartColumnIncreasing, + BarChartBig: ChartColumnBig, + BarChartHorizontal: ChartBar, + BarChartHorizontalBig: ChartBarBig, + Barcode: Barcode, + Barrel: Barrel, + Baseline: Baseline, + Bath: Bath, + Battery: Battery, + BatteryCharging: BatteryCharging, + BatteryFull: BatteryFull, + BatteryLow: BatteryLow, + BatteryMedium: BatteryMedium, + BatteryPlus: BatteryPlus, + BatteryWarning: BatteryWarning, + Beaker: Beaker, + Bean: Bean, + BeanOff: BeanOff, + Bed: Bed, + BedDouble: BedDouble, + BedSingle: BedSingle, + Beef: Beef, + Beer: Beer, + BeerOff: BeerOff, + Bell: Bell, + BellDot: BellDot, + BellElectric: BellElectric, + BellMinus: BellMinus, + BellOff: BellOff, + BellPlus: BellPlus, + BellRing: BellRing, + BetweenHorizonalEnd: BetweenHorizontalEnd, + BetweenHorizonalStart: BetweenHorizontalStart, + BetweenHorizontalEnd: BetweenHorizontalEnd, + BetweenHorizontalStart: BetweenHorizontalStart, + BetweenVerticalEnd: BetweenVerticalEnd, + BetweenVerticalStart: BetweenVerticalStart, + BicepsFlexed: BicepsFlexed, + Bike: Bike, + Binary: Binary, + Binoculars: Binoculars, + Biohazard: Biohazard, + Bird: Bird, + Bitcoin: Bitcoin, + Blend: Blend, + Blinds: Blinds, + Blocks: Blocks, + Bluetooth: Bluetooth, + BluetoothConnected: BluetoothConnected, + BluetoothOff: BluetoothOff, + BluetoothSearching: BluetoothSearching, + Bold: Bold, + Bolt: Bolt, + Bomb: Bomb, + Bone: Bone, + Book: Book, + BookA: BookA, + BookAlert: BookAlert, + BookAudio: BookAudio, + BookCheck: BookCheck, + BookCopy: BookCopy, + BookDashed: BookDashed, + BookDown: BookDown, + BookHeadphones: BookHeadphones, + BookHeart: BookHeart, + BookImage: BookImage, + BookKey: BookKey, + BookLock: BookLock, + BookMarked: BookMarked, + BookMinus: BookMinus, + BookOpen: BookOpen, + BookOpenCheck: BookOpenCheck, + BookOpenText: BookOpenText, + BookPlus: BookPlus, + BookTemplate: BookDashed, + BookText: BookText, + BookType: BookType, + BookUp: BookUp, + BookUp2: BookUp2, + BookUser: BookUser, + BookX: BookX, + Bookmark: Bookmark, + BookmarkCheck: BookmarkCheck, + BookmarkMinus: BookmarkMinus, + BookmarkPlus: BookmarkPlus, + BookmarkX: BookmarkX, + BoomBox: BoomBox, + Bot: Bot, + BotMessageSquare: BotMessageSquare, + BotOff: BotOff, + BottleWine: BottleWine, + BowArrow: BowArrow, + Box: Box, + BoxSelect: SquareDashed, + Boxes: Boxes, + Braces: Braces, + Brackets: Brackets, + Brain: Brain, + BrainCircuit: BrainCircuit, + BrainCog: BrainCog, + BrickWall: BrickWall, + BrickWallFire: BrickWallFire, + Briefcase: Briefcase, + BriefcaseBusiness: BriefcaseBusiness, + BriefcaseConveyorBelt: BriefcaseConveyorBelt, + BriefcaseMedical: BriefcaseMedical, + BringToFront: BringToFront, + Brush: Brush, + BrushCleaning: BrushCleaning, + Bubbles: Bubbles, + Bug: Bug, + BugOff: BugOff, + BugPlay: BugPlay, + Building: Building, + Building2: Building2, + Bus: Bus, + BusFront: BusFront, + Cable: Cable, + CableCar: CableCar, + Cake: Cake, + CakeSlice: CakeSlice, + Calculator: Calculator, + Calendar: Calendar, + Calendar1: Calendar1, + CalendarArrowDown: CalendarArrowDown, + CalendarArrowUp: CalendarArrowUp, + CalendarCheck: CalendarCheck, + CalendarCheck2: CalendarCheck2, + CalendarClock: CalendarClock, + CalendarCog: CalendarCog, + CalendarDays: CalendarDays, + CalendarFold: CalendarFold, + CalendarHeart: CalendarHeart, + CalendarMinus: CalendarMinus, + CalendarMinus2: CalendarMinus2, + CalendarOff: CalendarOff, + CalendarPlus: CalendarPlus, + CalendarPlus2: CalendarPlus2, + CalendarRange: CalendarRange, + CalendarSearch: CalendarSearch, + CalendarSync: CalendarSync, + CalendarX: CalendarX, + CalendarX2: CalendarX2, + Camera: Camera, + CameraOff: CameraOff, + CandlestickChart: ChartCandlestick, + Candy: Candy, + CandyCane: CandyCane, + CandyOff: CandyOff, + Cannabis: Cannabis, + Captions: Captions, + CaptionsOff: CaptionsOff, + Car: Car, + CarFront: CarFront, + CarTaxiFront: CarTaxiFront, + Caravan: Caravan, + CardSim: CardSim, + Carrot: Carrot, + CaseLower: CaseLower, + CaseSensitive: CaseSensitive, + CaseUpper: CaseUpper, + CassetteTape: CassetteTape, + Cast: Cast, + Castle: Castle, + Cat: Cat, + Cctv: Cctv, + ChartArea: ChartArea, + ChartBar: ChartBar, + ChartBarBig: ChartBarBig, + ChartBarDecreasing: ChartBarDecreasing, + ChartBarIncreasing: ChartBarIncreasing, + ChartBarStacked: ChartBarStacked, + ChartCandlestick: ChartCandlestick, + ChartColumn: ChartColumn, + ChartColumnBig: ChartColumnBig, + ChartColumnDecreasing: ChartColumnDecreasing, + ChartColumnIncreasing: ChartColumnIncreasing, + ChartColumnStacked: ChartColumnStacked, + ChartGantt: ChartGantt, + ChartLine: ChartLine, + ChartNetwork: ChartNetwork, + ChartNoAxesColumn: ChartNoAxesColumn, + ChartNoAxesColumnDecreasing: ChartNoAxesColumnDecreasing, + ChartNoAxesColumnIncreasing: ChartNoAxesColumnIncreasing, + ChartNoAxesCombined: ChartNoAxesCombined, + ChartNoAxesGantt: ChartNoAxesGantt, + ChartPie: ChartPie, + ChartScatter: ChartScatter, + ChartSpline: ChartSpline, + Check: Check, + CheckCheck: CheckCheck, + CheckCircle: CircleCheckBig, + CheckCircle2: CircleCheck, + CheckLine: CheckLine, + CheckSquare: SquareCheckBig, + CheckSquare2: SquareCheck, + ChefHat: ChefHat, + Cherry: Cherry, + ChevronDown: ChevronDown, + ChevronDownCircle: CircleChevronDown, + ChevronDownSquare: SquareChevronDown, + ChevronFirst: ChevronFirst, + ChevronLast: ChevronLast, + ChevronLeft: ChevronLeft, + ChevronLeftCircle: CircleChevronLeft, + ChevronLeftSquare: SquareChevronLeft, + ChevronRight: ChevronRight, + ChevronRightCircle: CircleChevronRight, + ChevronRightSquare: SquareChevronRight, + ChevronUp: ChevronUp, + ChevronUpCircle: CircleChevronUp, + ChevronUpSquare: SquareChevronUp, + ChevronsDown: ChevronsDown, + ChevronsDownUp: ChevronsDownUp, + ChevronsLeft: ChevronsLeft, + ChevronsLeftRight: ChevronsLeftRight, + ChevronsLeftRightEllipsis: ChevronsLeftRightEllipsis, + ChevronsRight: ChevronsRight, + ChevronsRightLeft: ChevronsRightLeft, + ChevronsUp: ChevronsUp, + ChevronsUpDown: ChevronsUpDown, + Chrome: Chrome, + Church: Church, + Cigarette: Cigarette, + CigaretteOff: CigaretteOff, + Circle: Circle, + CircleAlert: CircleAlert, + CircleArrowDown: CircleArrowDown, + CircleArrowLeft: CircleArrowLeft, + CircleArrowOutDownLeft: CircleArrowOutDownLeft, + CircleArrowOutDownRight: CircleArrowOutDownRight, + CircleArrowOutUpLeft: CircleArrowOutUpLeft, + CircleArrowOutUpRight: CircleArrowOutUpRight, + CircleArrowRight: CircleArrowRight, + CircleArrowUp: CircleArrowUp, + CircleCheck: CircleCheck, + CircleCheckBig: CircleCheckBig, + CircleChevronDown: CircleChevronDown, + CircleChevronLeft: CircleChevronLeft, + CircleChevronRight: CircleChevronRight, + CircleChevronUp: CircleChevronUp, + CircleDashed: CircleDashed, + CircleDivide: CircleDivide, + CircleDollarSign: CircleDollarSign, + CircleDot: CircleDot, + CircleDotDashed: CircleDotDashed, + CircleEllipsis: CircleEllipsis, + CircleEqual: CircleEqual, + CircleFadingArrowUp: CircleFadingArrowUp, + CircleFadingPlus: CircleFadingPlus, + CircleGauge: CircleGauge, + CircleHelp: CircleQuestionMark, + CircleMinus: CircleMinus, + CircleOff: CircleOff, + CircleParking: CircleParking, + CircleParkingOff: CircleParkingOff, + CirclePause: CirclePause, + CirclePercent: CirclePercent, + CirclePlay: CirclePlay, + CirclePlus: CirclePlus, + CirclePoundSterling: CirclePoundSterling, + CirclePower: CirclePower, + CircleQuestionMark: CircleQuestionMark, + CircleSlash: CircleSlash, + CircleSlash2: CircleSlash2, + CircleSlashed: CircleSlash2, + CircleSmall: CircleSmall, + CircleStar: CircleStar, + CircleStop: CircleStop, + CircleUser: CircleUser, + CircleUserRound: CircleUserRound, + CircleX: CircleX, + CircuitBoard: CircuitBoard, + Citrus: Citrus, + Clapperboard: Clapperboard, + Clipboard: Clipboard, + ClipboardCheck: ClipboardCheck, + ClipboardClock: ClipboardClock, + ClipboardCopy: ClipboardCopy, + ClipboardEdit: ClipboardPen, + ClipboardList: ClipboardList, + ClipboardMinus: ClipboardMinus, + ClipboardPaste: ClipboardPaste, + ClipboardPen: ClipboardPen, + ClipboardPenLine: ClipboardPenLine, + ClipboardPlus: ClipboardPlus, + ClipboardSignature: ClipboardPenLine, + ClipboardType: ClipboardType, + ClipboardX: ClipboardX, + Clock: Clock, + Clock1: Clock1, + Clock10: Clock10, + Clock11: Clock11, + Clock12: Clock12, + Clock2: Clock2, + Clock3: Clock3, + Clock4: Clock4, + Clock5: Clock5, + Clock6: Clock6, + Clock7: Clock7, + Clock8: Clock8, + Clock9: Clock9, + ClockAlert: ClockAlert, + ClockArrowDown: ClockArrowDown, + ClockArrowUp: ClockArrowUp, + ClockFading: ClockFading, + ClockPlus: ClockPlus, + ClosedCaption: ClosedCaption, + Cloud: Cloud, + CloudAlert: CloudAlert, + CloudCheck: CloudCheck, + CloudCog: CloudCog, + CloudDownload: CloudDownload, + CloudDrizzle: CloudDrizzle, + CloudFog: CloudFog, + CloudHail: CloudHail, + CloudLightning: CloudLightning, + CloudMoon: CloudMoon, + CloudMoonRain: CloudMoonRain, + CloudOff: CloudOff, + CloudRain: CloudRain, + CloudRainWind: CloudRainWind, + CloudSnow: CloudSnow, + CloudSun: CloudSun, + CloudSunRain: CloudSunRain, + CloudUpload: CloudUpload, + Cloudy: Cloudy, + Clover: Clover, + Club: Club, + Code: Code, + Code2: CodeXml, + CodeSquare: SquareCode, + CodeXml: CodeXml, + Codepen: Codepen, + Codesandbox: Codesandbox, + Coffee: Coffee, + Cog: Cog, + Coins: Coins, + Columns: Columns2, + Columns2: Columns2, + Columns3: Columns3, + Columns3Cog: Columns3Cog, + Columns4: Columns4, + ColumnsSettings: Columns3Cog, + Combine: Combine, + Command: Command, + Compass: Compass, + Component: Component, + Computer: Computer, + ConciergeBell: ConciergeBell, + Cone: Cone, + Construction: Construction, + Contact: Contact, + Contact2: ContactRound, + ContactRound: ContactRound, + Container: Container, + Contrast: Contrast, + Cookie: Cookie, + CookingPot: CookingPot, + Copy: Copy, + CopyCheck: CopyCheck, + CopyMinus: CopyMinus, + CopyPlus: CopyPlus, + CopySlash: CopySlash, + CopyX: CopyX, + Copyleft: Copyleft, + Copyright: Copyright, + CornerDownLeft: CornerDownLeft, + CornerDownRight: CornerDownRight, + CornerLeftDown: CornerLeftDown, + CornerLeftUp: CornerLeftUp, + CornerRightDown: CornerRightDown, + CornerRightUp: CornerRightUp, + CornerUpLeft: CornerUpLeft, + CornerUpRight: CornerUpRight, + CpFileDiagram: CpFileDiagram, + CpFileKanban: CpFileKanban, + CpFileOoDocument: CpFileOoDocument, + CpFileOoPresentation: CpFileOoPresentation, + CpFileOoSheet: CpFileOoSheet, + CpFileSlide: CpFileSlide, + CpFileWhiteboard: CpFileWhiteboard, + CpFormConditional: CpFormConditional, + CpFormGridCheck: CpFormGridCheck, + CpFormGridRadio: CpFormGridRadio, + CpFormPageBreak: CpFormPageBreak, + CpFormPoll: CpFormPoll, + CpFormPollMaybe: CpFormPollMaybe, + CpKanbanAddBottom: CpKanbanAddBottom, + CpKanbanAddTop: CpKanbanAddTop, + Cpu: Cpu, + CreativeCommons: CreativeCommons, + CreditCard: CreditCard, + Croissant: Croissant, + Crop: Crop, + Cross: Cross, + Crosshair: Crosshair, + Crown: Crown, + Cuboid: Cuboid, + CupSoda: CupSoda, + CurlyBraces: Braces, + Currency: Currency, + Cylinder: Cylinder, + Dam: Dam, + Database: Database, + DatabaseBackup: DatabaseBackup, + DatabaseZap: DatabaseZap, + DecimalsArrowLeft: DecimalsArrowLeft, + DecimalsArrowRight: DecimalsArrowRight, + Delete: Delete, + Dessert: Dessert, + Diameter: Diameter, + Diamond: Diamond, + DiamondMinus: DiamondMinus, + DiamondPercent: DiamondPercent, + DiamondPlus: DiamondPlus, + Dice1: Dice1, + Dice2: Dice2, + Dice3: Dice3, + Dice4: Dice4, + Dice5: Dice5, + Dice6: Dice6, + Dices: Dices, + Diff: Diff, + Disc: Disc, + Disc2: Disc2, + Disc3: Disc3, + DiscAlbum: DiscAlbum, + Divide: Divide, + DivideCircle: CircleDivide, + DivideSquare: SquareDivide, + Dna: Dna, + DnaOff: DnaOff, + Dock: Dock, + Dog: Dog, + DollarSign: DollarSign, + Donut: Donut, + DoorClosed: DoorClosed, + DoorClosedLocked: DoorClosedLocked, + DoorOpen: DoorOpen, + Dot: Dot, + DotSquare: SquareDot, + Download: Download, + DownloadCloud: CloudDownload, + DraftingCompass: DraftingCompass, + Drama: Drama, + Dribbble: Dribbble, + Drill: Drill, + Drone: Drone, + Droplet: Droplet, + DropletOff: DropletOff, + Droplets: Droplets, + Drum: Drum, + Drumstick: Drumstick, + Dumbbell: Dumbbell, + Ear: Ear, + EarOff: EarOff, + Earth: Earth, + EarthLock: EarthLock, + Eclipse: Eclipse, + Edit: SquarePen, + Edit2: Pen, + Edit3: PenLine, + Egg: Egg, + EggFried: EggFried, + EggOff: EggOff, + Ellipsis: Ellipsis, + EllipsisVertical: EllipsisVertical, + Equal: Equal, + EqualApproximately: EqualApproximately, + EqualNot: EqualNot, + EqualSquare: SquareEqual, + Eraser: Eraser, + EthernetPort: EthernetPort, + Euro: Euro, + Expand: Expand, + ExternalLink: ExternalLink, + Eye: Eye, + EyeClosed: EyeClosed, + EyeOff: EyeOff, + Facebook: Facebook, + Factory: Factory, + Fan: Fan, + FastForward: FastForward, + Feather: Feather, + Fence: Fence, + FerrisWheel: FerrisWheel, + Figma: Figma, + File: File, + FileArchive: FileArchive, + FileAudio: FileAudio, + FileAudio2: FileAudio2, + FileAxis3D: FileAxis3d, + FileAxis3d: FileAxis3d, + FileBadge: FileBadge, + FileBadge2: FileBadge2, + FileBarChart: FileChartColumnIncreasing, + FileBarChart2: FileChartColumn, + FileBox: FileBox, + FileChartColumn: FileChartColumn, + FileChartColumnIncreasing: FileChartColumnIncreasing, + FileChartLine: FileChartLine, + FileChartPie: FileChartPie, + FileCheck: FileCheck, + FileCheck2: FileCheck2, + FileClock: FileClock, + FileCode: FileCode, + FileCode2: FileCode2, + FileCog: FileCog, + FileCog2: FileCog, + FileDiff: FileDiff, + FileDigit: FileDigit, + FileDown: FileDown, + FileEdit: FilePen, + FileHeart: FileHeart, + FileImage: FileImage, + FileInput: FileInput, + FileJson: FileJson, + FileJson2: FileJson2, + FileKey: FileKey, + FileKey2: FileKey2, + FileLineChart: FileChartLine, + FileLock: FileLock, + FileLock2: FileLock2, + FileMinus: FileMinus, + FileMinus2: FileMinus2, + FileMusic: FileMusic, + FileOutput: FileOutput, + FilePen: FilePen, + FilePenLine: FilePenLine, + FilePieChart: FileChartPie, + FilePlay: FilePlay, + FilePlus: FilePlus, + FilePlus2: FilePlus2, + FileQuestion: FileQuestionMark, + FileQuestionMark: FileQuestionMark, + FileScan: FileScan, + FileSearch: FileSearch, + FileSearch2: FileSearch2, + FileSignature: FilePenLine, + FileSliders: FileSliders, + FileSpreadsheet: FileSpreadsheet, + FileStack: FileStack, + FileSymlink: FileSymlink, + FileTerminal: FileTerminal, + FileText: FileText, + FileType: FileType, + FileType2: FileType2, + FileUp: FileUp, + FileUser: FileUser, + FileVideo: FilePlay, + FileVideo2: FileVideoCamera, + FileVideoCamera: FileVideoCamera, + FileVolume: FileVolume, + FileVolume2: FileVolume2, + FileWarning: FileWarning, + FileX: FileX, + FileX2: FileX2, + Files: Files, + Film: Film, + Filter: Funnel, + FilterX: FunnelX, + Fingerprint: Fingerprint, + FireExtinguisher: FireExtinguisher, + Fish: Fish, + FishOff: FishOff, + FishSymbol: FishSymbol, + Flag: Flag, + FlagOff: FlagOff, + FlagTriangleLeft: FlagTriangleLeft, + FlagTriangleRight: FlagTriangleRight, + Flame: Flame, + FlameKindling: FlameKindling, + Flashlight: Flashlight, + FlashlightOff: FlashlightOff, + FlaskConical: FlaskConical, + FlaskConicalOff: FlaskConicalOff, + FlaskRound: FlaskRound, + FlipHorizontal: FlipHorizontal, + FlipHorizontal2: FlipHorizontal2, + FlipVertical: FlipVertical, + FlipVertical2: FlipVertical2, + Flower: Flower, + Flower2: Flower2, + Focus: Focus, + FoldHorizontal: FoldHorizontal, + FoldVertical: FoldVertical, + Folder: Folder, + FolderArchive: FolderArchive, + FolderCheck: FolderCheck, + FolderClock: FolderClock, + FolderClosed: FolderClosed, + FolderCode: FolderCode, + FolderCog: FolderCog, + FolderCog2: FolderCog, + FolderDot: FolderDot, + FolderDown: FolderDown, + FolderEdit: FolderPen, + FolderGit: FolderGit, + FolderGit2: FolderGit2, + FolderHeart: FolderHeart, + FolderInput: FolderInput, + FolderKanban: FolderKanban, + FolderKey: FolderKey, + FolderLock: FolderLock, + FolderMinus: FolderMinus, + FolderOpen: FolderOpen, + FolderOpenDot: FolderOpenDot, + FolderOutput: FolderOutput, + FolderPen: FolderPen, + FolderPlus: FolderPlus, + FolderRoot: FolderRoot, + FolderSearch: FolderSearch, + FolderSearch2: FolderSearch2, + FolderSymlink: FolderSymlink, + FolderSync: FolderSync, + FolderTree: FolderTree, + FolderUp: FolderUp, + FolderUsers: FolderUsers, + FolderX: FolderX, + Folders: Folders, + Footprints: Footprints, + ForkKnife: Utensils, + ForkKnifeCrossed: UtensilsCrossed, + Forklift: Forklift, + FormInput: RectangleEllipsis, + Forward: Forward, + Frame: Frame, + Framer: Framer, + Frown: Frown, + Fuel: Fuel, + Fullscreen: Fullscreen, + FunctionSquare: SquareFunction, + Funnel: Funnel, + FunnelPlus: FunnelPlus, + FunnelX: FunnelX, + GalleryHorizontal: GalleryHorizontal, + GalleryHorizontalEnd: GalleryHorizontalEnd, + GalleryThumbnails: GalleryThumbnails, + GalleryVertical: GalleryVertical, + GalleryVerticalEnd: GalleryVerticalEnd, + Gamepad: Gamepad, + Gamepad2: Gamepad2, + GanttChart: ChartNoAxesGantt, + GanttChartSquare: SquareChartGantt, + Gauge: Gauge, + GaugeCircle: CircleGauge, + Gavel: Gavel, + Gem: Gem, + GeorgianLari: GeorgianLari, + Ghost: Ghost, + Gift: Gift, + GitBranch: GitBranch, + GitBranchPlus: GitBranchPlus, + GitCommit: GitCommitHorizontal, + GitCommitHorizontal: GitCommitHorizontal, + GitCommitVertical: GitCommitVertical, + GitCompare: GitCompare, + GitCompareArrows: GitCompareArrows, + GitFork: GitFork, + GitGraph: GitGraph, + GitMerge: GitMerge, + GitPullRequest: GitPullRequest, + GitPullRequestArrow: GitPullRequestArrow, + GitPullRequestClosed: GitPullRequestClosed, + GitPullRequestCreate: GitPullRequestCreate, + GitPullRequestCreateArrow: GitPullRequestCreateArrow, + GitPullRequestDraft: GitPullRequestDraft, + Github: Github, + Gitlab: Gitlab, + GlassWater: GlassWater, + Glasses: Glasses, + Globe: Globe, + Globe2: Earth, + GlobeLock: GlobeLock, + Goal: Goal, + Gpu: Gpu, + Grab: HandGrab, + GraduationCap: GraduationCap, + Grape: Grape, + Grid: Grid3x3, + Grid2X2: Grid2x2, + Grid2X2Check: Grid2x2Check, + Grid2X2Plus: Grid2x2Plus, + Grid2X2X: Grid2x2X, + Grid2x2: Grid2x2, + Grid2x2Check: Grid2x2Check, + Grid2x2Plus: Grid2x2Plus, + Grid2x2X: Grid2x2X, + Grid3X3: Grid3x3, + Grid3x2: Grid3x2, + Grid3x3: Grid3x3, + Grip: Grip, + GripHorizontal: GripHorizontal, + GripVertical: GripVertical, + Group: Group, + Guitar: Guitar, + Ham: Ham, + Hamburger: Hamburger, + Hammer: Hammer, + Hand: Hand, + HandCoins: HandCoins, + HandFist: HandFist, + HandGrab: HandGrab, + HandHeart: HandHeart, + HandHelping: HandHelping, + HandMetal: HandMetal, + HandPlatter: HandPlatter, + Handbag: Handbag, + Handshake: Handshake, + HardDrive: HardDrive, + HardDriveDownload: HardDriveDownload, + HardDriveUpload: HardDriveUpload, + HardHat: HardHat, + Hash: Hash, + HatGlasses: HatGlasses, + Haze: Haze, + HdmiPort: HdmiPort, + Heading: Heading, + Heading1: Heading1, + Heading2: Heading2, + Heading3: Heading3, + Heading4: Heading4, + Heading5: Heading5, + Heading6: Heading6, + HeadphoneOff: HeadphoneOff, + Headphones: Headphones, + Headset: Headset, + Heart: Heart, + HeartCrack: HeartCrack, + HeartHandshake: HeartHandshake, + HeartMinus: HeartMinus, + HeartOff: HeartOff, + HeartPlus: HeartPlus, + HeartPulse: HeartPulse, + Heater: Heater, + HelpCircle: CircleQuestionMark, + HelpingHand: HandHelping, + Hexagon: Hexagon, + Highlighter: Highlighter, + History: History, + Home: House, + Hop: Hop, + HopOff: HopOff, + Hospital: Hospital, + Hotel: Hotel, + Hourglass: Hourglass, + House: House, + HousePlug: HousePlug, + HousePlus: HousePlus, + HouseWifi: HouseWifi, + IceCream: IceCreamCone, + IceCream2: IceCreamBowl, + IceCreamBowl: IceCreamBowl, + IceCreamCone: IceCreamCone, + IdCard: IdCard, + IdCardLanyard: IdCardLanyard, + Image: Image, + ImageDown: ImageDown, + ImageMinus: ImageMinus, + ImageOff: ImageOff, + ImagePlay: ImagePlay, + ImagePlus: ImagePlus, + ImageUp: ImageUp, + ImageUpscale: ImageUpscale, + Images: Images, + Import: Import, + Inbox: Inbox, + Indent: IndentIncrease, + IndentDecrease: IndentDecrease, + IndentIncrease: IndentIncrease, + IndianRupee: IndianRupee, + Infinity: Infinity, + Info: Info, + Inspect: SquareMousePointer, + InspectionPanel: InspectionPanel, + Instagram: Instagram, + Italic: Italic, + IterationCcw: IterationCcw, + IterationCw: IterationCw, + JapaneseYen: JapaneseYen, + Joystick: Joystick, + Kanban: Kanban, + KanbanSquare: SquareKanban, + KanbanSquareDashed: SquareDashedKanban, + Key: Key, + KeyRound: KeyRound, + KeySquare: KeySquare, + Keyboard: Keyboard, + KeyboardMusic: KeyboardMusic, + KeyboardOff: KeyboardOff, + Lamp: Lamp, + LampCeiling: LampCeiling, + LampDesk: LampDesk, + LampFloor: LampFloor, + LampWallDown: LampWallDown, + LampWallUp: LampWallUp, + LandPlot: LandPlot, + Landmark: Landmark, + Languages: Languages, + Laptop: Laptop, + Laptop2: LaptopMinimal, + LaptopMinimal: LaptopMinimal, + LaptopMinimalCheck: LaptopMinimalCheck, + Lasso: Lasso, + LassoSelect: LassoSelect, + Laugh: Laugh, + Layers: Layers, + Layers2: Layers2, + Layers3: Layers, + Layout: PanelsTopLeft, + LayoutDashboard: LayoutDashboard, + LayoutGrid: LayoutGrid, + LayoutList: LayoutList, + LayoutPanelLeft: LayoutPanelLeft, + LayoutPanelTop: LayoutPanelTop, + LayoutTemplate: LayoutTemplate, + Leaf: Leaf, + LeafyGreen: LeafyGreen, + Lectern: Lectern, + LetterText: LetterText, + Library: Library, + LibraryBig: LibraryBig, + LibrarySquare: SquareLibrary, + LifeBuoy: LifeBuoy, + Ligature: Ligature, + Lightbulb: Lightbulb, + LightbulbOff: LightbulbOff, + LineChart: ChartLine, + LineSquiggle: LineSquiggle, + Link: Link, + Link2: Link2, + Link2Off: Link2Off, + Linkedin: Linkedin, + List: List, + ListCheck: ListCheck, + ListChecks: ListChecks, + ListCollapse: ListCollapse, + ListEnd: ListEnd, + ListFilter: ListFilter, + ListFilterPlus: ListFilterPlus, + ListMinus: ListMinus, + ListMusic: ListMusic, + ListOrdered: ListOrdered, + ListPlus: ListPlus, + ListRestart: ListRestart, + ListStart: ListStart, + ListTodo: ListTodo, + ListTree: ListTree, + ListVideo: ListVideo, + ListX: ListX, + Loader: Loader, + Loader2: LoaderCircle, + LoaderCircle: LoaderCircle, + LoaderPinwheel: LoaderPinwheel, + Locate: Locate, + LocateFixed: LocateFixed, + LocateOff: LocateOff, + LocationEdit: MapPinPen, + Lock: Lock, + LockKeyhole: LockKeyhole, + LockKeyholeOpen: LockKeyholeOpen, + LockOpen: LockOpen, + LogIn: LogIn, + LogOut: LogOut, + Logs: Logs, + Lollipop: Lollipop, + Luggage: Luggage, + MSquare: SquareM, + Magnet: Magnet, + Mail: Mail, + MailCheck: MailCheck, + MailMinus: MailMinus, + MailOpen: MailOpen, + MailPlus: MailPlus, + MailQuestion: MailQuestionMark, + MailQuestionMark: MailQuestionMark, + MailSearch: MailSearch, + MailWarning: MailWarning, + MailX: MailX, + Mailbox: Mailbox, + Mails: Mails, + Map: Map, + MapMinus: MapMinus, + MapPin: MapPin, + MapPinCheck: MapPinCheck, + MapPinCheckInside: MapPinCheckInside, + MapPinHouse: MapPinHouse, + MapPinMinus: MapPinMinus, + MapPinMinusInside: MapPinMinusInside, + MapPinOff: MapPinOff, + MapPinPen: MapPinPen, + MapPinPlus: MapPinPlus, + MapPinPlusInside: MapPinPlusInside, + MapPinX: MapPinX, + MapPinXInside: MapPinXInside, + MapPinned: MapPinned, + MapPlus: MapPlus, + Mars: Mars, + MarsStroke: MarsStroke, + Martini: Martini, + Maximize: Maximize, + Maximize2: Maximize2, + Medal: Medal, + Megaphone: Megaphone, + MegaphoneOff: MegaphoneOff, + Meh: Meh, + MemoryStick: MemoryStick, + Menu: Menu, + MenuSquare: SquareMenu, + Merge: Merge, + MessageCircle: MessageCircle, + MessageCircleCode: MessageCircleCode, + MessageCircleDashed: MessageCircleDashed, + MessageCircleHeart: MessageCircleHeart, + MessageCircleMore: MessageCircleMore, + MessageCircleOff: MessageCircleOff, + MessageCirclePlus: MessageCirclePlus, + MessageCircleQuestion: MessageCircleQuestionMark, + MessageCircleQuestionMark: MessageCircleQuestionMark, + MessageCircleReply: MessageCircleReply, + MessageCircleWarning: MessageCircleWarning, + MessageCircleX: MessageCircleX, + MessageSquare: MessageSquare, + MessageSquareCode: MessageSquareCode, + MessageSquareDashed: MessageSquareDashed, + MessageSquareDiff: MessageSquareDiff, + MessageSquareDot: MessageSquareDot, + MessageSquareHeart: MessageSquareHeart, + MessageSquareLock: MessageSquareLock, + MessageSquareMore: MessageSquareMore, + MessageSquareOff: MessageSquareOff, + MessageSquarePlus: MessageSquarePlus, + MessageSquareQuote: MessageSquareQuote, + MessageSquareReply: MessageSquareReply, + MessageSquareShare: MessageSquareShare, + MessageSquareText: MessageSquareText, + MessageSquareWarning: MessageSquareWarning, + MessageSquareX: MessageSquareX, + MessagesSquare: MessagesSquare, + Mic: Mic, + Mic2: MicVocal, + MicOff: MicOff, + MicVocal: MicVocal, + Microchip: Microchip, + Microscope: Microscope, + Microwave: Microwave, + Milestone: Milestone, + Milk: Milk, + MilkOff: MilkOff, + Minimize: Minimize, + Minimize2: Minimize2, + Minus: Minus, + MinusCircle: CircleMinus, + MinusSquare: SquareMinus, + Monitor: Monitor, + MonitorCheck: MonitorCheck, + MonitorCog: MonitorCog, + MonitorDot: MonitorDot, + MonitorDown: MonitorDown, + MonitorOff: MonitorOff, + MonitorPause: MonitorPause, + MonitorPlay: MonitorPlay, + MonitorSmartphone: MonitorSmartphone, + MonitorSpeaker: MonitorSpeaker, + MonitorStop: MonitorStop, + MonitorUp: MonitorUp, + MonitorX: MonitorX, + Moon: Moon, + MoonStar: MoonStar, + MoreHorizontal: Ellipsis, + MoreVertical: EllipsisVertical, + Mountain: Mountain, + MountainSnow: MountainSnow, + Mouse: Mouse, + MouseOff: MouseOff, + MousePointer: MousePointer, + MousePointer2: MousePointer2, + MousePointerBan: MousePointerBan, + MousePointerClick: MousePointerClick, + MousePointerSquareDashed: SquareDashedMousePointer, + Move: Move, + Move3D: Move3d, + Move3d: Move3d, + MoveDiagonal: MoveDiagonal, + MoveDiagonal2: MoveDiagonal2, + MoveDown: MoveDown, + MoveDownLeft: MoveDownLeft, + MoveDownRight: MoveDownRight, + MoveHorizontal: MoveHorizontal, + MoveLeft: MoveLeft, + MoveRight: MoveRight, + MoveUp: MoveUp, + MoveUpLeft: MoveUpLeft, + MoveUpRight: MoveUpRight, + MoveVertical: MoveVertical, + Music: Music, + Music2: Music2, + Music3: Music3, + Music4: Music4, + Navigation: Navigation, + Navigation2: Navigation2, + Navigation2Off: Navigation2Off, + NavigationOff: NavigationOff, + Network: Network, + Newspaper: Newspaper, + Nfc: Nfc, + NonBinary: NonBinary, + Notebook: Notebook, + NotebookPen: NotebookPen, + NotebookTabs: NotebookTabs, + NotebookText: NotebookText, + NotepadText: NotepadText, + NotepadTextDashed: NotepadTextDashed, + Nut: Nut, + NutOff: NutOff, + Octagon: Octagon, + OctagonAlert: OctagonAlert, + OctagonMinus: OctagonMinus, + OctagonPause: OctagonPause, + OctagonX: OctagonX, + Omega: Omega, + Option: Option, + Orbit: Orbit, + Origami: Origami, + Outdent: IndentDecrease, + Package: Package, + Package2: Package2, + PackageCheck: PackageCheck, + PackageMinus: PackageMinus, + PackageOpen: PackageOpen, + PackagePlus: PackagePlus, + PackageSearch: PackageSearch, + PackageX: PackageX, + PaintBucket: PaintBucket, + PaintRoller: PaintRoller, + Paintbrush: Paintbrush, + Paintbrush2: PaintbrushVertical, + PaintbrushVertical: PaintbrushVertical, + Palette: Palette, + Palmtree: TreePalm, + Panda: Panda, + PanelBottom: PanelBottom, + PanelBottomClose: PanelBottomClose, + PanelBottomDashed: PanelBottomDashed, + PanelBottomInactive: PanelBottomDashed, + PanelBottomOpen: PanelBottomOpen, + PanelLeft: PanelLeft, + PanelLeftClose: PanelLeftClose, + PanelLeftDashed: PanelLeftDashed, + PanelLeftInactive: PanelLeftDashed, + PanelLeftOpen: PanelLeftOpen, + PanelRight: PanelRight, + PanelRightClose: PanelRightClose, + PanelRightDashed: PanelRightDashed, + PanelRightInactive: PanelRightDashed, + PanelRightOpen: PanelRightOpen, + PanelTop: PanelTop, + PanelTopClose: PanelTopClose, + PanelTopDashed: PanelTopDashed, + PanelTopInactive: PanelTopDashed, + PanelTopOpen: PanelTopOpen, + PanelsLeftBottom: PanelsLeftBottom, + PanelsLeftRight: Columns3, + PanelsRightBottom: PanelsRightBottom, + PanelsTopBottom: Rows3, + PanelsTopLeft: PanelsTopLeft, + Paperclip: Paperclip, + Parentheses: Parentheses, + ParkingCircle: CircleParking, + ParkingCircleOff: CircleParkingOff, + ParkingMeter: ParkingMeter, + ParkingSquare: SquareParking, + ParkingSquareOff: SquareParkingOff, + PartyPopper: PartyPopper, + Pause: Pause, + PauseCircle: CirclePause, + PauseOctagon: OctagonPause, + PawPrint: PawPrint, + PcCase: PcCase, + Pen: Pen, + PenBox: SquarePen, + PenLine: PenLine, + PenOff: PenOff, + PenSquare: SquarePen, + PenTool: PenTool, + Pencil: Pencil, + PencilLine: PencilLine, + PencilOff: PencilOff, + PencilRuler: PencilRuler, + Pentagon: Pentagon, + Percent: Percent, + PercentCircle: CirclePercent, + PercentDiamond: DiamondPercent, + PercentSquare: SquarePercent, + PersonStanding: PersonStanding, + PhilippinePeso: PhilippinePeso, + Phone: Phone, + PhoneCall: PhoneCall, + PhoneForwarded: PhoneForwarded, + PhoneIncoming: PhoneIncoming, + PhoneMissed: PhoneMissed, + PhoneOff: PhoneOff, + PhoneOutgoing: PhoneOutgoing, + Pi: Pi, + PiSquare: SquarePi, + Piano: Piano, + Pickaxe: Pickaxe, + PictureInPicture: PictureInPicture, + PictureInPicture2: PictureInPicture2, + PieChart: ChartPie, + PiggyBank: PiggyBank, + Pilcrow: Pilcrow, + PilcrowLeft: PilcrowLeft, + PilcrowRight: PilcrowRight, + PilcrowSquare: SquarePilcrow, + Pill: Pill, + PillBottle: PillBottle, + Pin: Pin, + PinOff: PinOff, + Pipette: Pipette, + Pizza: Pizza, + Plane: Plane, + PlaneLanding: PlaneLanding, + PlaneTakeoff: PlaneTakeoff, + Play: Play, + PlayCircle: CirclePlay, + PlaySquare: SquarePlay, + Plug: Plug, + Plug2: Plug2, + PlugZap: PlugZap, + PlugZap2: PlugZap, + Plus: Plus, + PlusCircle: CirclePlus, + PlusSquare: SquarePlus, + Pocket: Pocket, + PocketKnife: PocketKnife, + Podcast: Podcast, + Pointer: Pointer, + PointerOff: PointerOff, + Popcorn: Popcorn, + Popsicle: Popsicle, + PoundSterling: PoundSterling, + Power: Power, + PowerCircle: CirclePower, + PowerOff: PowerOff, + PowerSquare: SquarePower, + Presentation: Presentation, + Printer: Printer, + PrinterCheck: PrinterCheck, + Projector: Projector, + Proportions: Proportions, + Puzzle: Puzzle, + Pyramid: Pyramid, + QrCode: QrCode, + Quote: Quote, + Rabbit: Rabbit, + Radar: Radar, + Radiation: Radiation, + Radical: Radical, + Radio: Radio, + RadioReceiver: RadioReceiver, + RadioTower: RadioTower, + Radius: Radius, + RailSymbol: RailSymbol, + Rainbow: Rainbow, + Rat: Rat, + Ratio: Ratio, + Receipt: Receipt, + ReceiptCent: ReceiptCent, + ReceiptEuro: ReceiptEuro, + ReceiptIndianRupee: ReceiptIndianRupee, + ReceiptJapaneseYen: ReceiptJapaneseYen, + ReceiptPoundSterling: ReceiptPoundSterling, + ReceiptRussianRuble: ReceiptRussianRuble, + ReceiptSwissFranc: ReceiptSwissFranc, + ReceiptText: ReceiptText, + ReceiptTurkishLira: ReceiptTurkishLira, + RectangleCircle: RectangleCircle, + RectangleEllipsis: RectangleEllipsis, + RectangleGoggles: RectangleGoggles, + RectangleHorizontal: RectangleHorizontal, + RectangleVertical: RectangleVertical, + Recycle: Recycle, + Redo: Redo, + Redo2: Redo2, + RedoDot: RedoDot, + RefreshCcw: RefreshCcw, + RefreshCcwDot: RefreshCcwDot, + RefreshCw: RefreshCw, + RefreshCwOff: RefreshCwOff, + Refrigerator: Refrigerator, + Regex: Regex, + RemoveFormatting: RemoveFormatting, + Repeat: Repeat, + Repeat1: Repeat1, + Repeat2: Repeat2, + Replace: Replace, + ReplaceAll: ReplaceAll, + Reply: Reply, + ReplyAll: ReplyAll, + Rewind: Rewind, + Ribbon: Ribbon, + Rocket: Rocket, + RockingChair: RockingChair, + RollerCoaster: RollerCoaster, + Rotate3D: Rotate3d, + Rotate3d: Rotate3d, + RotateCcw: RotateCcw, + RotateCcwKey: RotateCcwKey, + RotateCcwSquare: RotateCcwSquare, + RotateCw: RotateCw, + RotateCwSquare: RotateCwSquare, + Route: Route, + RouteOff: RouteOff, + Router: Router, + Rows: Rows2, + Rows2: Rows2, + Rows3: Rows3, + Rows4: Rows4, + Rss: Rss, + Ruler: Ruler, + RulerDimensionLine: RulerDimensionLine, + RussianRuble: RussianRuble, + Sailboat: Sailboat, + Salad: Salad, + Sandwich: Sandwich, + Satellite: Satellite, + SatelliteDish: SatelliteDish, + SaudiRiyal: SaudiRiyal, + Save: Save, + SaveAll: SaveAll, + SaveOff: SaveOff, + Scale: Scale, + Scale3D: Scale3d, + Scale3d: Scale3d, + Scaling: Scaling, + Scan: Scan, + ScanBarcode: ScanBarcode, + ScanEye: ScanEye, + ScanFace: ScanFace, + ScanHeart: ScanHeart, + ScanLine: ScanLine, + ScanQrCode: ScanQrCode, + ScanSearch: ScanSearch, + ScanText: ScanText, + ScatterChart: ChartScatter, + School: School, + School2: University, + Scissors: Scissors, + ScissorsLineDashed: ScissorsLineDashed, + ScissorsSquare: SquareScissors, + ScissorsSquareDashedBottom: SquareBottomDashedScissors, + ScreenShare: ScreenShare, + ScreenShareOff: ScreenShareOff, + Scroll: Scroll, + ScrollText: ScrollText, + Search: Search, + SearchCheck: SearchCheck, + SearchCode: SearchCode, + SearchSlash: SearchSlash, + SearchX: SearchX, + Section: Section, + Send: Send, + SendHorizonal: SendHorizontal, + SendHorizontal: SendHorizontal, + SendToBack: SendToBack, + SeparatorHorizontal: SeparatorHorizontal, + SeparatorVertical: SeparatorVertical, + Server: Server, + ServerCog: ServerCog, + ServerCrash: ServerCrash, + ServerOff: ServerOff, + Settings: Settings, + Settings2: Settings2, + Shapes: Shapes, + Share: Share, + Share2: Share2, + Sheet: Sheet, + Shell: Shell, + Shield: Shield, + ShieldAlert: ShieldAlert, + ShieldBan: ShieldBan, + ShieldCheck: ShieldCheck, + ShieldClose: ShieldX, + ShieldEllipsis: ShieldEllipsis, + ShieldHalf: ShieldHalf, + ShieldMinus: ShieldMinus, + ShieldOff: ShieldOff, + ShieldPlus: ShieldPlus, + ShieldQuestion: ShieldQuestionMark, + ShieldQuestionMark: ShieldQuestionMark, + ShieldUser: ShieldUser, + ShieldX: ShieldX, + Ship: Ship, + ShipWheel: ShipWheel, + Shirt: Shirt, + ShoppingBag: ShoppingBag, + ShoppingBasket: ShoppingBasket, + ShoppingCart: ShoppingCart, + Shovel: Shovel, + ShowerHead: ShowerHead, + Shredder: Shredder, + Shrimp: Shrimp, + Shrink: Shrink, + Shrub: Shrub, + Shuffle: Shuffle, + Sidebar: PanelLeft, + SidebarClose: PanelLeftClose, + SidebarOpen: PanelLeftOpen, + Sigma: Sigma, + SigmaSquare: SquareSigma, + Signal: Signal, + SignalHigh: SignalHigh, + SignalLow: SignalLow, + SignalMedium: SignalMedium, + SignalZero: SignalZero, + Signature: Signature, + Signpost: Signpost, + SignpostBig: SignpostBig, + Siren: Siren, + SkipBack: SkipBack, + SkipForward: SkipForward, + Skull: Skull, + Slack: Slack, + Slash: Slash, + SlashSquare: SquareSlash, + Slice: Slice, + Sliders: SlidersVertical, + SlidersHorizontal: SlidersHorizontal, + SlidersVertical: SlidersVertical, + Smartphone: Smartphone, + SmartphoneCharging: SmartphoneCharging, + SmartphoneNfc: SmartphoneNfc, + Smile: Smile, + SmilePlus: SmilePlus, + Snail: Snail, + Snowflake: Snowflake, + SoapDispenserDroplet: SoapDispenserDroplet, + Sofa: Sofa, + SortAsc: ArrowUpNarrowWide, + SortDesc: ArrowDownWideNarrow, + Soup: Soup, + Space: Space, + Spade: Spade, + Sparkle: Sparkle, + Sparkles: Sparkles, + Speaker: Speaker, + Speech: Speech, + SpellCheck: SpellCheck, + SpellCheck2: SpellCheck2, + Spline: Spline, + SplinePointer: SplinePointer, + Split: Split, + SplitSquareHorizontal: SquareSplitHorizontal, + SplitSquareVertical: SquareSplitVertical, + Spool: Spool, + Spotlight: Spotlight, + SprayCan: SprayCan, + Sprout: Sprout, + Square: Square, + SquareActivity: SquareActivity, + SquareArrowDown: SquareArrowDown, + SquareArrowDownLeft: SquareArrowDownLeft, + SquareArrowDownRight: SquareArrowDownRight, + SquareArrowLeft: SquareArrowLeft, + SquareArrowOutDownLeft: SquareArrowOutDownLeft, + SquareArrowOutDownRight: SquareArrowOutDownRight, + SquareArrowOutUpLeft: SquareArrowOutUpLeft, + SquareArrowOutUpRight: SquareArrowOutUpRight, + SquareArrowRight: SquareArrowRight, + SquareArrowUp: SquareArrowUp, + SquareArrowUpLeft: SquareArrowUpLeft, + SquareArrowUpRight: SquareArrowUpRight, + SquareAsterisk: SquareAsterisk, + SquareBottomDashedScissors: SquareBottomDashedScissors, + SquareChartGantt: SquareChartGantt, + SquareCheck: SquareCheck, + SquareCheckBig: SquareCheckBig, + SquareChevronDown: SquareChevronDown, + SquareChevronLeft: SquareChevronLeft, + SquareChevronRight: SquareChevronRight, + SquareChevronUp: SquareChevronUp, + SquareCode: SquareCode, + SquareDashed: SquareDashed, + SquareDashedBottom: SquareDashedBottom, + SquareDashedBottomCode: SquareDashedBottomCode, + SquareDashedKanban: SquareDashedKanban, + SquareDashedMousePointer: SquareDashedMousePointer, + SquareDashedTopSolid: SquareDashedTopSolid, + SquareDivide: SquareDivide, + SquareDot: SquareDot, + SquareEqual: SquareEqual, + SquareFunction: SquareFunction, + SquareGanttChart: SquareChartGantt, + SquareKanban: SquareKanban, + SquareLibrary: SquareLibrary, + SquareM: SquareM, + SquareMenu: SquareMenu, + SquareMinus: SquareMinus, + SquareMousePointer: SquareMousePointer, + SquareParking: SquareParking, + SquareParkingOff: SquareParkingOff, + SquarePause: SquarePause, + SquarePen: SquarePen, + SquarePercent: SquarePercent, + SquarePi: SquarePi, + SquarePilcrow: SquarePilcrow, + SquarePlay: SquarePlay, + SquarePlus: SquarePlus, + SquarePower: SquarePower, + SquareRadical: SquareRadical, + SquareRoundCorner: SquareRoundCorner, + SquareScissors: SquareScissors, + SquareSigma: SquareSigma, + SquareSlash: SquareSlash, + SquareSplitHorizontal: SquareSplitHorizontal, + SquareSplitVertical: SquareSplitVertical, + SquareSquare: SquareSquare, + SquareStack: SquareStack, + SquareStar: SquareStar, + SquareStop: SquareStop, + SquareTerminal: SquareTerminal, + SquareUser: SquareUser, + SquareUserRound: SquareUserRound, + SquareX: SquareX, + SquaresExclude: SquaresExclude, + SquaresIntersect: SquaresIntersect, + SquaresSubtract: SquaresSubtract, + SquaresUnite: SquaresUnite, + Squircle: Squircle, + SquircleDashed: SquircleDashed, + Squirrel: Squirrel, + Stamp: Stamp, + Star: Star, + StarHalf: StarHalf, + StarOff: StarOff, + Stars: Sparkles, + StepBack: StepBack, + StepForward: StepForward, + Stethoscope: Stethoscope, + Sticker: Sticker, + StickyNote: StickyNote, + StopCircle: CircleStop, + Store: Store, + StretchHorizontal: StretchHorizontal, + StretchVertical: StretchVertical, + Strikethrough: Strikethrough, + Subscript: Subscript, + Subtitles: Captions, + Sun: Sun, + SunDim: SunDim, + SunMedium: SunMedium, + SunMoon: SunMoon, + SunSnow: SunSnow, + Sunrise: Sunrise, + Sunset: Sunset, + Superscript: Superscript, + SwatchBook: SwatchBook, + SwissFranc: SwissFranc, + SwitchCamera: SwitchCamera, + Sword: Sword, + Swords: Swords, + Syringe: Syringe, + Table: Table, + Table2: Table2, + TableCellsMerge: TableCellsMerge, + TableCellsSplit: TableCellsSplit, + TableColumnsSplit: TableColumnsSplit, + TableConfig: Columns3Cog, + TableOfContents: TableOfContents, + TableProperties: TableProperties, + TableRowsSplit: TableRowsSplit, + Tablet: Tablet, + TabletSmartphone: TabletSmartphone, + Tablets: Tablets, + Tag: Tag, + Tags: Tags, + Tally1: Tally1, + Tally2: Tally2, + Tally3: Tally3, + Tally4: Tally4, + Tally5: Tally5, + Tangent: Tangent, + Target: Target, + Telescope: Telescope, + Tent: Tent, + TentTree: TentTree, + Terminal: Terminal, + TerminalSquare: SquareTerminal, + TestTube: TestTube, + TestTube2: TestTubeDiagonal, + TestTubeDiagonal: TestTubeDiagonal, + TestTubes: TestTubes, + Text: Text, + TextCursor: TextCursor, + TextCursorInput: TextCursorInput, + TextQuote: TextQuote, + TextSearch: TextSearch, + TextSelect: TextSelect, + TextSelection: TextSelect, + Theater: Theater, + Thermometer: Thermometer, + ThermometerSnowflake: ThermometerSnowflake, + ThermometerSun: ThermometerSun, + ThumbsDown: ThumbsDown, + ThumbsUp: ThumbsUp, + Ticket: Ticket, + TicketCheck: TicketCheck, + TicketMinus: TicketMinus, + TicketPercent: TicketPercent, + TicketPlus: TicketPlus, + TicketSlash: TicketSlash, + TicketX: TicketX, + Tickets: Tickets, + TicketsPlane: TicketsPlane, + Timer: Timer, + TimerOff: TimerOff, + TimerReset: TimerReset, + ToggleLeft: ToggleLeft, + ToggleRight: ToggleRight, + Toilet: Toilet, + ToolCase: ToolCase, + Tornado: Tornado, + Torus: Torus, + Touchpad: Touchpad, + TouchpadOff: TouchpadOff, + TowerControl: TowerControl, + ToyBrick: ToyBrick, + Tractor: Tractor, + TrafficCone: TrafficCone, + Train: TramFront, + TrainFront: TrainFront, + TrainFrontTunnel: TrainFrontTunnel, + TrainTrack: TrainTrack, + TramFront: TramFront, + Transgender: Transgender, + Trash: Trash, + Trash2: Trash2, + TreeDeciduous: TreeDeciduous, + TreePalm: TreePalm, + TreePine: TreePine, + Trees: Trees, + Trello: Trello, + TrendingDown: TrendingDown, + TrendingUp: TrendingUp, + TrendingUpDown: TrendingUpDown, + Triangle: Triangle, + TriangleAlert: TriangleAlert, + TriangleDashed: TriangleDashed, + TriangleRight: TriangleRight, + Trophy: Trophy, + Truck: Truck, + TruckElectric: TruckElectric, + TurkishLira: TurkishLira, + Turntable: Turntable, + Turtle: Turtle, + Tv: Tv, + Tv2: TvMinimal, + TvMinimal: TvMinimal, + TvMinimalPlay: TvMinimalPlay, + Twitch: Twitch, + Twitter: Twitter, + Type: Type, + TypeOutline: TypeOutline, + Umbrella: Umbrella, + UmbrellaOff: UmbrellaOff, + Underline: Underline, + Undo: Undo, + Undo2: Undo2, + UndoDot: UndoDot, + UnfoldHorizontal: UnfoldHorizontal, + UnfoldVertical: UnfoldVertical, + Ungroup: Ungroup, + University: University, + Unlink: Unlink, + Unlink2: Unlink2, + Unlock: LockOpen, + UnlockKeyhole: LockKeyholeOpen, + Unplug: Unplug, + Upload: Upload, + UploadCloud: CloudUpload, + Usb: Usb, + User: User, + User2: UserRound, + UserCheck: UserCheck, + UserCheck2: UserRoundCheck, + UserCircle: CircleUser, + UserCircle2: CircleUserRound, + UserCog: UserCog, + UserCog2: UserRoundCog, + UserLock: UserLock, + UserMinus: UserMinus, + UserMinus2: UserRoundMinus, + UserPen: UserPen, + UserPlus: UserPlus, + UserPlus2: UserRoundPlus, + UserRound: UserRound, + UserRoundCheck: UserRoundCheck, + UserRoundCog: UserRoundCog, + UserRoundMinus: UserRoundMinus, + UserRoundPen: UserRoundPen, + UserRoundPlus: UserRoundPlus, + UserRoundSearch: UserRoundSearch, + UserRoundX: UserRoundX, + UserSearch: UserSearch, + UserSquare: SquareUser, + UserSquare2: SquareUserRound, + UserStar: UserStar, + UserX: UserX, + UserX2: UserRoundX, + Users: Users, + Users2: UsersRound, + UsersRound: UsersRound, + Utensils: Utensils, + UtensilsCrossed: UtensilsCrossed, + UtilityPole: UtilityPole, + Variable: Variable, + Vault: Vault, + VectorSquare: VectorSquare, + Vegan: Vegan, + VenetianMask: VenetianMask, + Venus: Venus, + VenusAndMars: VenusAndMars, + Verified: BadgeCheck, + Vibrate: Vibrate, + VibrateOff: VibrateOff, + Video: Video, + VideoOff: VideoOff, + Videotape: Videotape, + View: View, + Voicemail: Voicemail, + Volleyball: Volleyball, + Volume: Volume, + Volume1: Volume1, + Volume2: Volume2, + VolumeOff: VolumeOff, + VolumeX: VolumeX, + Vote: Vote, + Wallet: Wallet, + Wallet2: WalletMinimal, + WalletCards: WalletCards, + WalletMinimal: WalletMinimal, + Wallpaper: Wallpaper, + Wand: Wand, + Wand2: WandSparkles, + WandSparkles: WandSparkles, + Warehouse: Warehouse, + WashingMachine: WashingMachine, + Watch: Watch, + Waves: Waves, + WavesLadder: WavesLadder, + Waypoints: Waypoints, + Webcam: Webcam, + Webhook: Webhook, + WebhookOff: WebhookOff, + Weight: Weight, + Wheat: Wheat, + WheatOff: WheatOff, + WholeWord: WholeWord, + Wifi: Wifi, + WifiCog: WifiCog, + WifiHigh: WifiHigh, + WifiLow: WifiLow, + WifiOff: WifiOff, + WifiPen: WifiPen, + WifiSync: WifiSync, + WifiZero: WifiZero, + Wind: Wind, + WindArrowDown: WindArrowDown, + Wine: Wine, + WineOff: WineOff, + Workflow: Workflow, + Worm: Worm, + WrapText: WrapText, + Wrench: Wrench, + X: X, + XCircle: CircleX, + XOctagon: OctagonX, + XSquare: SquareX, + Youtube: Youtube, + Zap: Zap, + ZapOff: ZapOff, + ZoomIn: ZoomIn, + ZoomOut: ZoomOut + }); + + const createIcons = ({ icons = iconAndAliases, nameAttr = "data-lucide", attrs = {} } = {}) => { + if (!Object.values(icons).length) { + throw new Error( + "Please provide an icons object.\nIf you want to use all the icons you can import it like:\n `import { createIcons, icons } from 'lucide';\nlucide.createIcons({icons});`" + ); + } + if (typeof document === "undefined") { + throw new Error("`createIcons()` only works in a browser environment."); + } + const elementsToReplace = document.querySelectorAll(`:not(svg)[${nameAttr}]`); + Array.from(elementsToReplace).forEach( + (element) => replaceElement(element, { nameAttr, icons, attrs }) + ); + if (nameAttr === "data-lucide") { + const deprecatedElements = document.querySelectorAll("[icon-name]"); + if (deprecatedElements.length > 0) { + console.warn( + "[Lucide] Some icons were found with the now deprecated icon-name attribute. These will still be replaced for backwards compatibility, but will no longer be supported in v1.0 and you should switch to data-lucide" + ); + Array.from(deprecatedElements).forEach( + (element) => replaceElement(element, { nameAttr: "icon-name", icons, attrs }) + ); + } + } + }; + + exports.AArrowDown = AArrowDown; + exports.AArrowUp = AArrowUp; + exports.ALargeSmall = ALargeSmall; + exports.Accessibility = Accessibility; + exports.Activity = Activity; + exports.ActivitySquare = SquareActivity; + exports.AirVent = AirVent; + exports.Airplay = Airplay; + exports.AlarmCheck = AlarmClockCheck; + exports.AlarmClock = AlarmClock; + exports.AlarmClockCheck = AlarmClockCheck; + exports.AlarmClockMinus = AlarmClockMinus; + exports.AlarmClockOff = AlarmClockOff; + exports.AlarmClockPlus = AlarmClockPlus; + exports.AlarmMinus = AlarmClockMinus; + exports.AlarmPlus = AlarmClockPlus; + exports.AlarmSmoke = AlarmSmoke; + exports.Album = Album; + exports.AlertCircle = CircleAlert; + exports.AlertOctagon = OctagonAlert; + exports.AlertTriangle = TriangleAlert; + exports.AlignCenter = AlignCenter; + exports.AlignCenterHorizontal = AlignCenterHorizontal; + exports.AlignCenterVertical = AlignCenterVertical; + exports.AlignEndHorizontal = AlignEndHorizontal; + exports.AlignEndVertical = AlignEndVertical; + exports.AlignHorizontalDistributeCenter = AlignHorizontalDistributeCenter; + exports.AlignHorizontalDistributeEnd = AlignHorizontalDistributeEnd; + exports.AlignHorizontalDistributeStart = AlignHorizontalDistributeStart; + exports.AlignHorizontalJustifyCenter = AlignHorizontalJustifyCenter; + exports.AlignHorizontalJustifyEnd = AlignHorizontalJustifyEnd; + exports.AlignHorizontalJustifyStart = AlignHorizontalJustifyStart; + exports.AlignHorizontalSpaceAround = AlignHorizontalSpaceAround; + exports.AlignHorizontalSpaceBetween = AlignHorizontalSpaceBetween; + exports.AlignJustify = AlignJustify; + exports.AlignLeft = AlignLeft; + exports.AlignRight = AlignRight; + exports.AlignStartHorizontal = AlignStartHorizontal; + exports.AlignStartVertical = AlignStartVertical; + exports.AlignVerticalDistributeCenter = AlignVerticalDistributeCenter; + exports.AlignVerticalDistributeEnd = AlignVerticalDistributeEnd; + exports.AlignVerticalDistributeStart = AlignVerticalDistributeStart; + exports.AlignVerticalJustifyCenter = AlignVerticalJustifyCenter; + exports.AlignVerticalJustifyEnd = AlignVerticalJustifyEnd; + exports.AlignVerticalJustifyStart = AlignVerticalJustifyStart; + exports.AlignVerticalSpaceAround = AlignVerticalSpaceAround; + exports.AlignVerticalSpaceBetween = AlignVerticalSpaceBetween; + exports.Ambulance = Ambulance; + exports.Ampersand = Ampersand; + exports.Ampersands = Ampersands; + exports.Amphora = Amphora; + exports.Anchor = Anchor; + exports.Angry = Angry; + exports.Annoyed = Annoyed; + exports.Antenna = Antenna; + exports.Anvil = Anvil; + exports.Aperture = Aperture; + exports.AppWindow = AppWindow; + exports.AppWindowMac = AppWindowMac; + exports.Apple = Apple; + exports.Archive = Archive; + exports.ArchiveRestore = ArchiveRestore; + exports.ArchiveX = ArchiveX; + exports.AreaChart = ChartArea; + exports.Armchair = Armchair; + exports.ArrowBigDown = ArrowBigDown; + exports.ArrowBigDownDash = ArrowBigDownDash; + exports.ArrowBigLeft = ArrowBigLeft; + exports.ArrowBigLeftDash = ArrowBigLeftDash; + exports.ArrowBigRight = ArrowBigRight; + exports.ArrowBigRightDash = ArrowBigRightDash; + exports.ArrowBigUp = ArrowBigUp; + exports.ArrowBigUpDash = ArrowBigUpDash; + exports.ArrowDown = ArrowDown; + exports.ArrowDown01 = ArrowDown01; + exports.ArrowDown10 = ArrowDown10; + exports.ArrowDownAZ = ArrowDownAZ; + exports.ArrowDownAz = ArrowDownAZ; + exports.ArrowDownCircle = CircleArrowDown; + exports.ArrowDownFromLine = ArrowDownFromLine; + exports.ArrowDownLeft = ArrowDownLeft; + exports.ArrowDownLeftFromCircle = CircleArrowOutDownLeft; + exports.ArrowDownLeftFromSquare = SquareArrowOutDownLeft; + exports.ArrowDownLeftSquare = SquareArrowDownLeft; + exports.ArrowDownNarrowWide = ArrowDownNarrowWide; + exports.ArrowDownRight = ArrowDownRight; + exports.ArrowDownRightFromCircle = CircleArrowOutDownRight; + exports.ArrowDownRightFromSquare = SquareArrowOutDownRight; + exports.ArrowDownRightSquare = SquareArrowDownRight; + exports.ArrowDownSquare = SquareArrowDown; + exports.ArrowDownToDot = ArrowDownToDot; + exports.ArrowDownToLine = ArrowDownToLine; + exports.ArrowDownUp = ArrowDownUp; + exports.ArrowDownWideNarrow = ArrowDownWideNarrow; + exports.ArrowDownZA = ArrowDownZA; + exports.ArrowDownZa = ArrowDownZA; + exports.ArrowLeft = ArrowLeft; + exports.ArrowLeftCircle = CircleArrowLeft; + exports.ArrowLeftFromLine = ArrowLeftFromLine; + exports.ArrowLeftRight = ArrowLeftRight; + exports.ArrowLeftSquare = SquareArrowLeft; + exports.ArrowLeftToLine = ArrowLeftToLine; + exports.ArrowRight = ArrowRight; + exports.ArrowRightCircle = CircleArrowRight; + exports.ArrowRightFromLine = ArrowRightFromLine; + exports.ArrowRightLeft = ArrowRightLeft; + exports.ArrowRightSquare = SquareArrowRight; + exports.ArrowRightToLine = ArrowRightToLine; + exports.ArrowUp = ArrowUp; + exports.ArrowUp01 = ArrowUp01; + exports.ArrowUp10 = ArrowUp10; + exports.ArrowUpAZ = ArrowUpAZ; + exports.ArrowUpAz = ArrowUpAZ; + exports.ArrowUpCircle = CircleArrowUp; + exports.ArrowUpDown = ArrowUpDown; + exports.ArrowUpFromDot = ArrowUpFromDot; + exports.ArrowUpFromLine = ArrowUpFromLine; + exports.ArrowUpLeft = ArrowUpLeft; + exports.ArrowUpLeftFromCircle = CircleArrowOutUpLeft; + exports.ArrowUpLeftFromSquare = SquareArrowOutUpLeft; + exports.ArrowUpLeftSquare = SquareArrowUpLeft; + exports.ArrowUpNarrowWide = ArrowUpNarrowWide; + exports.ArrowUpRight = ArrowUpRight; + exports.ArrowUpRightFromCircle = CircleArrowOutUpRight; + exports.ArrowUpRightFromSquare = SquareArrowOutUpRight; + exports.ArrowUpRightSquare = SquareArrowUpRight; + exports.ArrowUpSquare = SquareArrowUp; + exports.ArrowUpToLine = ArrowUpToLine; + exports.ArrowUpWideNarrow = ArrowUpWideNarrow; + exports.ArrowUpZA = ArrowUpZA; + exports.ArrowUpZa = ArrowUpZA; + exports.ArrowsUpFromLine = ArrowsUpFromLine; + exports.Asterisk = Asterisk; + exports.AsteriskSquare = SquareAsterisk; + exports.AtSign = AtSign; + exports.Atom = Atom; + exports.AudioLines = AudioLines; + exports.AudioWaveform = AudioWaveform; + exports.Award = Award; + exports.Axe = Axe; + exports.Axis3D = Axis3d; + exports.Axis3d = Axis3d; + exports.Baby = Baby; + exports.Backpack = Backpack; + exports.Badge = Badge; + exports.BadgeAlert = BadgeAlert; + exports.BadgeCent = BadgeCent; + exports.BadgeCheck = BadgeCheck; + exports.BadgeDollarSign = BadgeDollarSign; + exports.BadgeEuro = BadgeEuro; + exports.BadgeHelp = BadgeQuestionMark; + exports.BadgeIndianRupee = BadgeIndianRupee; + exports.BadgeInfo = BadgeInfo; + exports.BadgeJapaneseYen = BadgeJapaneseYen; + exports.BadgeMinus = BadgeMinus; + exports.BadgePercent = BadgePercent; + exports.BadgePlus = BadgePlus; + exports.BadgePoundSterling = BadgePoundSterling; + exports.BadgeQuestionMark = BadgeQuestionMark; + exports.BadgeRussianRuble = BadgeRussianRuble; + exports.BadgeSwissFranc = BadgeSwissFranc; + exports.BadgeTurkishLira = BadgeTurkishLira; + exports.BadgeX = BadgeX; + exports.BaggageClaim = BaggageClaim; + exports.Ban = Ban; + exports.Banana = Banana; + exports.Bandage = Bandage; + exports.Banknote = Banknote; + exports.BanknoteArrowDown = BanknoteArrowDown; + exports.BanknoteArrowUp = BanknoteArrowUp; + exports.BanknoteX = BanknoteX; + exports.BarChart = ChartNoAxesColumnIncreasing; + exports.BarChart2 = ChartNoAxesColumn; + exports.BarChart3 = ChartColumn; + exports.BarChart4 = ChartColumnIncreasing; + exports.BarChartBig = ChartColumnBig; + exports.BarChartHorizontal = ChartBar; + exports.BarChartHorizontalBig = ChartBarBig; + exports.Barcode = Barcode; + exports.Barrel = Barrel; + exports.Baseline = Baseline; + exports.Bath = Bath; + exports.Battery = Battery; + exports.BatteryCharging = BatteryCharging; + exports.BatteryFull = BatteryFull; + exports.BatteryLow = BatteryLow; + exports.BatteryMedium = BatteryMedium; + exports.BatteryPlus = BatteryPlus; + exports.BatteryWarning = BatteryWarning; + exports.Beaker = Beaker; + exports.Bean = Bean; + exports.BeanOff = BeanOff; + exports.Bed = Bed; + exports.BedDouble = BedDouble; + exports.BedSingle = BedSingle; + exports.Beef = Beef; + exports.Beer = Beer; + exports.BeerOff = BeerOff; + exports.Bell = Bell; + exports.BellDot = BellDot; + exports.BellElectric = BellElectric; + exports.BellMinus = BellMinus; + exports.BellOff = BellOff; + exports.BellPlus = BellPlus; + exports.BellRing = BellRing; + exports.BetweenHorizonalEnd = BetweenHorizontalEnd; + exports.BetweenHorizonalStart = BetweenHorizontalStart; + exports.BetweenHorizontalEnd = BetweenHorizontalEnd; + exports.BetweenHorizontalStart = BetweenHorizontalStart; + exports.BetweenVerticalEnd = BetweenVerticalEnd; + exports.BetweenVerticalStart = BetweenVerticalStart; + exports.BicepsFlexed = BicepsFlexed; + exports.Bike = Bike; + exports.Binary = Binary; + exports.Binoculars = Binoculars; + exports.Biohazard = Biohazard; + exports.Bird = Bird; + exports.Bitcoin = Bitcoin; + exports.Blend = Blend; + exports.Blinds = Blinds; + exports.Blocks = Blocks; + exports.Bluetooth = Bluetooth; + exports.BluetoothConnected = BluetoothConnected; + exports.BluetoothOff = BluetoothOff; + exports.BluetoothSearching = BluetoothSearching; + exports.Bold = Bold; + exports.Bolt = Bolt; + exports.Bomb = Bomb; + exports.Bone = Bone; + exports.Book = Book; + exports.BookA = BookA; + exports.BookAlert = BookAlert; + exports.BookAudio = BookAudio; + exports.BookCheck = BookCheck; + exports.BookCopy = BookCopy; + exports.BookDashed = BookDashed; + exports.BookDown = BookDown; + exports.BookHeadphones = BookHeadphones; + exports.BookHeart = BookHeart; + exports.BookImage = BookImage; + exports.BookKey = BookKey; + exports.BookLock = BookLock; + exports.BookMarked = BookMarked; + exports.BookMinus = BookMinus; + exports.BookOpen = BookOpen; + exports.BookOpenCheck = BookOpenCheck; + exports.BookOpenText = BookOpenText; + exports.BookPlus = BookPlus; + exports.BookTemplate = BookDashed; + exports.BookText = BookText; + exports.BookType = BookType; + exports.BookUp = BookUp; + exports.BookUp2 = BookUp2; + exports.BookUser = BookUser; + exports.BookX = BookX; + exports.Bookmark = Bookmark; + exports.BookmarkCheck = BookmarkCheck; + exports.BookmarkMinus = BookmarkMinus; + exports.BookmarkPlus = BookmarkPlus; + exports.BookmarkX = BookmarkX; + exports.BoomBox = BoomBox; + exports.Bot = Bot; + exports.BotMessageSquare = BotMessageSquare; + exports.BotOff = BotOff; + exports.BottleWine = BottleWine; + exports.BowArrow = BowArrow; + exports.Box = Box; + exports.BoxSelect = SquareDashed; + exports.Boxes = Boxes; + exports.Braces = Braces; + exports.Brackets = Brackets; + exports.Brain = Brain; + exports.BrainCircuit = BrainCircuit; + exports.BrainCog = BrainCog; + exports.BrickWall = BrickWall; + exports.BrickWallFire = BrickWallFire; + exports.Briefcase = Briefcase; + exports.BriefcaseBusiness = BriefcaseBusiness; + exports.BriefcaseConveyorBelt = BriefcaseConveyorBelt; + exports.BriefcaseMedical = BriefcaseMedical; + exports.BringToFront = BringToFront; + exports.Brush = Brush; + exports.BrushCleaning = BrushCleaning; + exports.Bubbles = Bubbles; + exports.Bug = Bug; + exports.BugOff = BugOff; + exports.BugPlay = BugPlay; + exports.Building = Building; + exports.Building2 = Building2; + exports.Bus = Bus; + exports.BusFront = BusFront; + exports.Cable = Cable; + exports.CableCar = CableCar; + exports.Cake = Cake; + exports.CakeSlice = CakeSlice; + exports.Calculator = Calculator; + exports.Calendar = Calendar; + exports.Calendar1 = Calendar1; + exports.CalendarArrowDown = CalendarArrowDown; + exports.CalendarArrowUp = CalendarArrowUp; + exports.CalendarCheck = CalendarCheck; + exports.CalendarCheck2 = CalendarCheck2; + exports.CalendarClock = CalendarClock; + exports.CalendarCog = CalendarCog; + exports.CalendarDays = CalendarDays; + exports.CalendarFold = CalendarFold; + exports.CalendarHeart = CalendarHeart; + exports.CalendarMinus = CalendarMinus; + exports.CalendarMinus2 = CalendarMinus2; + exports.CalendarOff = CalendarOff; + exports.CalendarPlus = CalendarPlus; + exports.CalendarPlus2 = CalendarPlus2; + exports.CalendarRange = CalendarRange; + exports.CalendarSearch = CalendarSearch; + exports.CalendarSync = CalendarSync; + exports.CalendarX = CalendarX; + exports.CalendarX2 = CalendarX2; + exports.Camera = Camera; + exports.CameraOff = CameraOff; + exports.CandlestickChart = ChartCandlestick; + exports.Candy = Candy; + exports.CandyCane = CandyCane; + exports.CandyOff = CandyOff; + exports.Cannabis = Cannabis; + exports.Captions = Captions; + exports.CaptionsOff = CaptionsOff; + exports.Car = Car; + exports.CarFront = CarFront; + exports.CarTaxiFront = CarTaxiFront; + exports.Caravan = Caravan; + exports.CardSim = CardSim; + exports.Carrot = Carrot; + exports.CaseLower = CaseLower; + exports.CaseSensitive = CaseSensitive; + exports.CaseUpper = CaseUpper; + exports.CassetteTape = CassetteTape; + exports.Cast = Cast; + exports.Castle = Castle; + exports.Cat = Cat; + exports.Cctv = Cctv; + exports.ChartArea = ChartArea; + exports.ChartBar = ChartBar; + exports.ChartBarBig = ChartBarBig; + exports.ChartBarDecreasing = ChartBarDecreasing; + exports.ChartBarIncreasing = ChartBarIncreasing; + exports.ChartBarStacked = ChartBarStacked; + exports.ChartCandlestick = ChartCandlestick; + exports.ChartColumn = ChartColumn; + exports.ChartColumnBig = ChartColumnBig; + exports.ChartColumnDecreasing = ChartColumnDecreasing; + exports.ChartColumnIncreasing = ChartColumnIncreasing; + exports.ChartColumnStacked = ChartColumnStacked; + exports.ChartGantt = ChartGantt; + exports.ChartLine = ChartLine; + exports.ChartNetwork = ChartNetwork; + exports.ChartNoAxesColumn = ChartNoAxesColumn; + exports.ChartNoAxesColumnDecreasing = ChartNoAxesColumnDecreasing; + exports.ChartNoAxesColumnIncreasing = ChartNoAxesColumnIncreasing; + exports.ChartNoAxesCombined = ChartNoAxesCombined; + exports.ChartNoAxesGantt = ChartNoAxesGantt; + exports.ChartPie = ChartPie; + exports.ChartScatter = ChartScatter; + exports.ChartSpline = ChartSpline; + exports.Check = Check; + exports.CheckCheck = CheckCheck; + exports.CheckCircle = CircleCheckBig; + exports.CheckCircle2 = CircleCheck; + exports.CheckLine = CheckLine; + exports.CheckSquare = SquareCheckBig; + exports.CheckSquare2 = SquareCheck; + exports.ChefHat = ChefHat; + exports.Cherry = Cherry; + exports.ChevronDown = ChevronDown; + exports.ChevronDownCircle = CircleChevronDown; + exports.ChevronDownSquare = SquareChevronDown; + exports.ChevronFirst = ChevronFirst; + exports.ChevronLast = ChevronLast; + exports.ChevronLeft = ChevronLeft; + exports.ChevronLeftCircle = CircleChevronLeft; + exports.ChevronLeftSquare = SquareChevronLeft; + exports.ChevronRight = ChevronRight; + exports.ChevronRightCircle = CircleChevronRight; + exports.ChevronRightSquare = SquareChevronRight; + exports.ChevronUp = ChevronUp; + exports.ChevronUpCircle = CircleChevronUp; + exports.ChevronUpSquare = SquareChevronUp; + exports.ChevronsDown = ChevronsDown; + exports.ChevronsDownUp = ChevronsDownUp; + exports.ChevronsLeft = ChevronsLeft; + exports.ChevronsLeftRight = ChevronsLeftRight; + exports.ChevronsLeftRightEllipsis = ChevronsLeftRightEllipsis; + exports.ChevronsRight = ChevronsRight; + exports.ChevronsRightLeft = ChevronsRightLeft; + exports.ChevronsUp = ChevronsUp; + exports.ChevronsUpDown = ChevronsUpDown; + exports.Chrome = Chrome; + exports.Church = Church; + exports.Cigarette = Cigarette; + exports.CigaretteOff = CigaretteOff; + exports.Circle = Circle; + exports.CircleAlert = CircleAlert; + exports.CircleArrowDown = CircleArrowDown; + exports.CircleArrowLeft = CircleArrowLeft; + exports.CircleArrowOutDownLeft = CircleArrowOutDownLeft; + exports.CircleArrowOutDownRight = CircleArrowOutDownRight; + exports.CircleArrowOutUpLeft = CircleArrowOutUpLeft; + exports.CircleArrowOutUpRight = CircleArrowOutUpRight; + exports.CircleArrowRight = CircleArrowRight; + exports.CircleArrowUp = CircleArrowUp; + exports.CircleCheck = CircleCheck; + exports.CircleCheckBig = CircleCheckBig; + exports.CircleChevronDown = CircleChevronDown; + exports.CircleChevronLeft = CircleChevronLeft; + exports.CircleChevronRight = CircleChevronRight; + exports.CircleChevronUp = CircleChevronUp; + exports.CircleDashed = CircleDashed; + exports.CircleDivide = CircleDivide; + exports.CircleDollarSign = CircleDollarSign; + exports.CircleDot = CircleDot; + exports.CircleDotDashed = CircleDotDashed; + exports.CircleEllipsis = CircleEllipsis; + exports.CircleEqual = CircleEqual; + exports.CircleFadingArrowUp = CircleFadingArrowUp; + exports.CircleFadingPlus = CircleFadingPlus; + exports.CircleGauge = CircleGauge; + exports.CircleHelp = CircleQuestionMark; + exports.CircleMinus = CircleMinus; + exports.CircleOff = CircleOff; + exports.CircleParking = CircleParking; + exports.CircleParkingOff = CircleParkingOff; + exports.CirclePause = CirclePause; + exports.CirclePercent = CirclePercent; + exports.CirclePlay = CirclePlay; + exports.CirclePlus = CirclePlus; + exports.CirclePoundSterling = CirclePoundSterling; + exports.CirclePower = CirclePower; + exports.CircleQuestionMark = CircleQuestionMark; + exports.CircleSlash = CircleSlash; + exports.CircleSlash2 = CircleSlash2; + exports.CircleSlashed = CircleSlash2; + exports.CircleSmall = CircleSmall; + exports.CircleStar = CircleStar; + exports.CircleStop = CircleStop; + exports.CircleUser = CircleUser; + exports.CircleUserRound = CircleUserRound; + exports.CircleX = CircleX; + exports.CircuitBoard = CircuitBoard; + exports.Citrus = Citrus; + exports.Clapperboard = Clapperboard; + exports.Clipboard = Clipboard; + exports.ClipboardCheck = ClipboardCheck; + exports.ClipboardClock = ClipboardClock; + exports.ClipboardCopy = ClipboardCopy; + exports.ClipboardEdit = ClipboardPen; + exports.ClipboardList = ClipboardList; + exports.ClipboardMinus = ClipboardMinus; + exports.ClipboardPaste = ClipboardPaste; + exports.ClipboardPen = ClipboardPen; + exports.ClipboardPenLine = ClipboardPenLine; + exports.ClipboardPlus = ClipboardPlus; + exports.ClipboardSignature = ClipboardPenLine; + exports.ClipboardType = ClipboardType; + exports.ClipboardX = ClipboardX; + exports.Clock = Clock; + exports.Clock1 = Clock1; + exports.Clock10 = Clock10; + exports.Clock11 = Clock11; + exports.Clock12 = Clock12; + exports.Clock2 = Clock2; + exports.Clock3 = Clock3; + exports.Clock4 = Clock4; + exports.Clock5 = Clock5; + exports.Clock6 = Clock6; + exports.Clock7 = Clock7; + exports.Clock8 = Clock8; + exports.Clock9 = Clock9; + exports.ClockAlert = ClockAlert; + exports.ClockArrowDown = ClockArrowDown; + exports.ClockArrowUp = ClockArrowUp; + exports.ClockFading = ClockFading; + exports.ClockPlus = ClockPlus; + exports.ClosedCaption = ClosedCaption; + exports.Cloud = Cloud; + exports.CloudAlert = CloudAlert; + exports.CloudCheck = CloudCheck; + exports.CloudCog = CloudCog; + exports.CloudDownload = CloudDownload; + exports.CloudDrizzle = CloudDrizzle; + exports.CloudFog = CloudFog; + exports.CloudHail = CloudHail; + exports.CloudLightning = CloudLightning; + exports.CloudMoon = CloudMoon; + exports.CloudMoonRain = CloudMoonRain; + exports.CloudOff = CloudOff; + exports.CloudRain = CloudRain; + exports.CloudRainWind = CloudRainWind; + exports.CloudSnow = CloudSnow; + exports.CloudSun = CloudSun; + exports.CloudSunRain = CloudSunRain; + exports.CloudUpload = CloudUpload; + exports.Cloudy = Cloudy; + exports.Clover = Clover; + exports.Club = Club; + exports.Code = Code; + exports.Code2 = CodeXml; + exports.CodeSquare = SquareCode; + exports.CodeXml = CodeXml; + exports.Codepen = Codepen; + exports.Codesandbox = Codesandbox; + exports.Coffee = Coffee; + exports.Cog = Cog; + exports.Coins = Coins; + exports.Columns = Columns2; + exports.Columns2 = Columns2; + exports.Columns3 = Columns3; + exports.Columns3Cog = Columns3Cog; + exports.Columns4 = Columns4; + exports.ColumnsSettings = Columns3Cog; + exports.Combine = Combine; + exports.Command = Command; + exports.Compass = Compass; + exports.Component = Component; + exports.Computer = Computer; + exports.ConciergeBell = ConciergeBell; + exports.Cone = Cone; + exports.Construction = Construction; + exports.Contact = Contact; + exports.Contact2 = ContactRound; + exports.ContactRound = ContactRound; + exports.Container = Container; + exports.Contrast = Contrast; + exports.Cookie = Cookie; + exports.CookingPot = CookingPot; + exports.Copy = Copy; + exports.CopyCheck = CopyCheck; + exports.CopyMinus = CopyMinus; + exports.CopyPlus = CopyPlus; + exports.CopySlash = CopySlash; + exports.CopyX = CopyX; + exports.Copyleft = Copyleft; + exports.Copyright = Copyright; + exports.CornerDownLeft = CornerDownLeft; + exports.CornerDownRight = CornerDownRight; + exports.CornerLeftDown = CornerLeftDown; + exports.CornerLeftUp = CornerLeftUp; + exports.CornerRightDown = CornerRightDown; + exports.CornerRightUp = CornerRightUp; + exports.CornerUpLeft = CornerUpLeft; + exports.CornerUpRight = CornerUpRight; + exports.CpFileDiagram = CpFileDiagram; + exports.CpFileKanban = CpFileKanban; + exports.CpFileOoDocument = CpFileOoDocument; + exports.CpFileOoPresentation = CpFileOoPresentation; + exports.CpFileOoSheet = CpFileOoSheet; + exports.CpFileSlide = CpFileSlide; + exports.CpFileWhiteboard = CpFileWhiteboard; + exports.CpFormConditional = CpFormConditional; + exports.CpFormGridCheck = CpFormGridCheck; + exports.CpFormGridRadio = CpFormGridRadio; + exports.CpFormPageBreak = CpFormPageBreak; + exports.CpFormPoll = CpFormPoll; + exports.CpFormPollMaybe = CpFormPollMaybe; + exports.CpKanbanAddBottom = CpKanbanAddBottom; + exports.CpKanbanAddTop = CpKanbanAddTop; + exports.Cpu = Cpu; + exports.CreativeCommons = CreativeCommons; + exports.CreditCard = CreditCard; + exports.Croissant = Croissant; + exports.Crop = Crop; + exports.Cross = Cross; + exports.Crosshair = Crosshair; + exports.Crown = Crown; + exports.Cuboid = Cuboid; + exports.CupSoda = CupSoda; + exports.CurlyBraces = Braces; + exports.Currency = Currency; + exports.Cylinder = Cylinder; + exports.Dam = Dam; + exports.Database = Database; + exports.DatabaseBackup = DatabaseBackup; + exports.DatabaseZap = DatabaseZap; + exports.DecimalsArrowLeft = DecimalsArrowLeft; + exports.DecimalsArrowRight = DecimalsArrowRight; + exports.Delete = Delete; + exports.Dessert = Dessert; + exports.Diameter = Diameter; + exports.Diamond = Diamond; + exports.DiamondMinus = DiamondMinus; + exports.DiamondPercent = DiamondPercent; + exports.DiamondPlus = DiamondPlus; + exports.Dice1 = Dice1; + exports.Dice2 = Dice2; + exports.Dice3 = Dice3; + exports.Dice4 = Dice4; + exports.Dice5 = Dice5; + exports.Dice6 = Dice6; + exports.Dices = Dices; + exports.Diff = Diff; + exports.Disc = Disc; + exports.Disc2 = Disc2; + exports.Disc3 = Disc3; + exports.DiscAlbum = DiscAlbum; + exports.Divide = Divide; + exports.DivideCircle = CircleDivide; + exports.DivideSquare = SquareDivide; + exports.Dna = Dna; + exports.DnaOff = DnaOff; + exports.Dock = Dock; + exports.Dog = Dog; + exports.DollarSign = DollarSign; + exports.Donut = Donut; + exports.DoorClosed = DoorClosed; + exports.DoorClosedLocked = DoorClosedLocked; + exports.DoorOpen = DoorOpen; + exports.Dot = Dot; + exports.DotSquare = SquareDot; + exports.Download = Download; + exports.DownloadCloud = CloudDownload; + exports.DraftingCompass = DraftingCompass; + exports.Drama = Drama; + exports.Dribbble = Dribbble; + exports.Drill = Drill; + exports.Drone = Drone; + exports.Droplet = Droplet; + exports.DropletOff = DropletOff; + exports.Droplets = Droplets; + exports.Drum = Drum; + exports.Drumstick = Drumstick; + exports.Dumbbell = Dumbbell; + exports.Ear = Ear; + exports.EarOff = EarOff; + exports.Earth = Earth; + exports.EarthLock = EarthLock; + exports.Eclipse = Eclipse; + exports.Edit = SquarePen; + exports.Edit2 = Pen; + exports.Edit3 = PenLine; + exports.Egg = Egg; + exports.EggFried = EggFried; + exports.EggOff = EggOff; + exports.Ellipsis = Ellipsis; + exports.EllipsisVertical = EllipsisVertical; + exports.Equal = Equal; + exports.EqualApproximately = EqualApproximately; + exports.EqualNot = EqualNot; + exports.EqualSquare = SquareEqual; + exports.Eraser = Eraser; + exports.EthernetPort = EthernetPort; + exports.Euro = Euro; + exports.Expand = Expand; + exports.ExternalLink = ExternalLink; + exports.Eye = Eye; + exports.EyeClosed = EyeClosed; + exports.EyeOff = EyeOff; + exports.Facebook = Facebook; + exports.Factory = Factory; + exports.Fan = Fan; + exports.FastForward = FastForward; + exports.Feather = Feather; + exports.Fence = Fence; + exports.FerrisWheel = FerrisWheel; + exports.Figma = Figma; + exports.File = File; + exports.FileArchive = FileArchive; + exports.FileAudio = FileAudio; + exports.FileAudio2 = FileAudio2; + exports.FileAxis3D = FileAxis3d; + exports.FileAxis3d = FileAxis3d; + exports.FileBadge = FileBadge; + exports.FileBadge2 = FileBadge2; + exports.FileBarChart = FileChartColumnIncreasing; + exports.FileBarChart2 = FileChartColumn; + exports.FileBox = FileBox; + exports.FileChartColumn = FileChartColumn; + exports.FileChartColumnIncreasing = FileChartColumnIncreasing; + exports.FileChartLine = FileChartLine; + exports.FileChartPie = FileChartPie; + exports.FileCheck = FileCheck; + exports.FileCheck2 = FileCheck2; + exports.FileClock = FileClock; + exports.FileCode = FileCode; + exports.FileCode2 = FileCode2; + exports.FileCog = FileCog; + exports.FileCog2 = FileCog; + exports.FileDiff = FileDiff; + exports.FileDigit = FileDigit; + exports.FileDown = FileDown; + exports.FileEdit = FilePen; + exports.FileHeart = FileHeart; + exports.FileImage = FileImage; + exports.FileInput = FileInput; + exports.FileJson = FileJson; + exports.FileJson2 = FileJson2; + exports.FileKey = FileKey; + exports.FileKey2 = FileKey2; + exports.FileLineChart = FileChartLine; + exports.FileLock = FileLock; + exports.FileLock2 = FileLock2; + exports.FileMinus = FileMinus; + exports.FileMinus2 = FileMinus2; + exports.FileMusic = FileMusic; + exports.FileOutput = FileOutput; + exports.FilePen = FilePen; + exports.FilePenLine = FilePenLine; + exports.FilePieChart = FileChartPie; + exports.FilePlay = FilePlay; + exports.FilePlus = FilePlus; + exports.FilePlus2 = FilePlus2; + exports.FileQuestion = FileQuestionMark; + exports.FileQuestionMark = FileQuestionMark; + exports.FileScan = FileScan; + exports.FileSearch = FileSearch; + exports.FileSearch2 = FileSearch2; + exports.FileSignature = FilePenLine; + exports.FileSliders = FileSliders; + exports.FileSpreadsheet = FileSpreadsheet; + exports.FileStack = FileStack; + exports.FileSymlink = FileSymlink; + exports.FileTerminal = FileTerminal; + exports.FileText = FileText; + exports.FileType = FileType; + exports.FileType2 = FileType2; + exports.FileUp = FileUp; + exports.FileUser = FileUser; + exports.FileVideo = FilePlay; + exports.FileVideo2 = FileVideoCamera; + exports.FileVideoCamera = FileVideoCamera; + exports.FileVolume = FileVolume; + exports.FileVolume2 = FileVolume2; + exports.FileWarning = FileWarning; + exports.FileX = FileX; + exports.FileX2 = FileX2; + exports.Files = Files; + exports.Film = Film; + exports.Filter = Funnel; + exports.FilterX = FunnelX; + exports.Fingerprint = Fingerprint; + exports.FireExtinguisher = FireExtinguisher; + exports.Fish = Fish; + exports.FishOff = FishOff; + exports.FishSymbol = FishSymbol; + exports.Flag = Flag; + exports.FlagOff = FlagOff; + exports.FlagTriangleLeft = FlagTriangleLeft; + exports.FlagTriangleRight = FlagTriangleRight; + exports.Flame = Flame; + exports.FlameKindling = FlameKindling; + exports.Flashlight = Flashlight; + exports.FlashlightOff = FlashlightOff; + exports.FlaskConical = FlaskConical; + exports.FlaskConicalOff = FlaskConicalOff; + exports.FlaskRound = FlaskRound; + exports.FlipHorizontal = FlipHorizontal; + exports.FlipHorizontal2 = FlipHorizontal2; + exports.FlipVertical = FlipVertical; + exports.FlipVertical2 = FlipVertical2; + exports.Flower = Flower; + exports.Flower2 = Flower2; + exports.Focus = Focus; + exports.FoldHorizontal = FoldHorizontal; + exports.FoldVertical = FoldVertical; + exports.Folder = Folder; + exports.FolderArchive = FolderArchive; + exports.FolderCheck = FolderCheck; + exports.FolderClock = FolderClock; + exports.FolderClosed = FolderClosed; + exports.FolderCode = FolderCode; + exports.FolderCog = FolderCog; + exports.FolderCog2 = FolderCog; + exports.FolderDot = FolderDot; + exports.FolderDown = FolderDown; + exports.FolderEdit = FolderPen; + exports.FolderGit = FolderGit; + exports.FolderGit2 = FolderGit2; + exports.FolderHeart = FolderHeart; + exports.FolderInput = FolderInput; + exports.FolderKanban = FolderKanban; + exports.FolderKey = FolderKey; + exports.FolderLock = FolderLock; + exports.FolderMinus = FolderMinus; + exports.FolderOpen = FolderOpen; + exports.FolderOpenDot = FolderOpenDot; + exports.FolderOutput = FolderOutput; + exports.FolderPen = FolderPen; + exports.FolderPlus = FolderPlus; + exports.FolderRoot = FolderRoot; + exports.FolderSearch = FolderSearch; + exports.FolderSearch2 = FolderSearch2; + exports.FolderSymlink = FolderSymlink; + exports.FolderSync = FolderSync; + exports.FolderTree = FolderTree; + exports.FolderUp = FolderUp; + exports.FolderUsers = FolderUsers; + exports.FolderX = FolderX; + exports.Folders = Folders; + exports.Footprints = Footprints; + exports.ForkKnife = Utensils; + exports.ForkKnifeCrossed = UtensilsCrossed; + exports.Forklift = Forklift; + exports.FormInput = RectangleEllipsis; + exports.Forward = Forward; + exports.Frame = Frame; + exports.Framer = Framer; + exports.Frown = Frown; + exports.Fuel = Fuel; + exports.Fullscreen = Fullscreen; + exports.FunctionSquare = SquareFunction; + exports.Funnel = Funnel; + exports.FunnelPlus = FunnelPlus; + exports.FunnelX = FunnelX; + exports.GalleryHorizontal = GalleryHorizontal; + exports.GalleryHorizontalEnd = GalleryHorizontalEnd; + exports.GalleryThumbnails = GalleryThumbnails; + exports.GalleryVertical = GalleryVertical; + exports.GalleryVerticalEnd = GalleryVerticalEnd; + exports.Gamepad = Gamepad; + exports.Gamepad2 = Gamepad2; + exports.GanttChart = ChartNoAxesGantt; + exports.GanttChartSquare = SquareChartGantt; + exports.Gauge = Gauge; + exports.GaugeCircle = CircleGauge; + exports.Gavel = Gavel; + exports.Gem = Gem; + exports.GeorgianLari = GeorgianLari; + exports.Ghost = Ghost; + exports.Gift = Gift; + exports.GitBranch = GitBranch; + exports.GitBranchPlus = GitBranchPlus; + exports.GitCommit = GitCommitHorizontal; + exports.GitCommitHorizontal = GitCommitHorizontal; + exports.GitCommitVertical = GitCommitVertical; + exports.GitCompare = GitCompare; + exports.GitCompareArrows = GitCompareArrows; + exports.GitFork = GitFork; + exports.GitGraph = GitGraph; + exports.GitMerge = GitMerge; + exports.GitPullRequest = GitPullRequest; + exports.GitPullRequestArrow = GitPullRequestArrow; + exports.GitPullRequestClosed = GitPullRequestClosed; + exports.GitPullRequestCreate = GitPullRequestCreate; + exports.GitPullRequestCreateArrow = GitPullRequestCreateArrow; + exports.GitPullRequestDraft = GitPullRequestDraft; + exports.Github = Github; + exports.Gitlab = Gitlab; + exports.GlassWater = GlassWater; + exports.Glasses = Glasses; + exports.Globe = Globe; + exports.Globe2 = Earth; + exports.GlobeLock = GlobeLock; + exports.Goal = Goal; + exports.Gpu = Gpu; + exports.Grab = HandGrab; + exports.GraduationCap = GraduationCap; + exports.Grape = Grape; + exports.Grid = Grid3x3; + exports.Grid2X2 = Grid2x2; + exports.Grid2X2Check = Grid2x2Check; + exports.Grid2X2Plus = Grid2x2Plus; + exports.Grid2X2X = Grid2x2X; + exports.Grid2x2 = Grid2x2; + exports.Grid2x2Check = Grid2x2Check; + exports.Grid2x2Plus = Grid2x2Plus; + exports.Grid2x2X = Grid2x2X; + exports.Grid3X3 = Grid3x3; + exports.Grid3x2 = Grid3x2; + exports.Grid3x3 = Grid3x3; + exports.Grip = Grip; + exports.GripHorizontal = GripHorizontal; + exports.GripVertical = GripVertical; + exports.Group = Group; + exports.Guitar = Guitar; + exports.Ham = Ham; + exports.Hamburger = Hamburger; + exports.Hammer = Hammer; + exports.Hand = Hand; + exports.HandCoins = HandCoins; + exports.HandFist = HandFist; + exports.HandGrab = HandGrab; + exports.HandHeart = HandHeart; + exports.HandHelping = HandHelping; + exports.HandMetal = HandMetal; + exports.HandPlatter = HandPlatter; + exports.Handbag = Handbag; + exports.Handshake = Handshake; + exports.HardDrive = HardDrive; + exports.HardDriveDownload = HardDriveDownload; + exports.HardDriveUpload = HardDriveUpload; + exports.HardHat = HardHat; + exports.Hash = Hash; + exports.HatGlasses = HatGlasses; + exports.Haze = Haze; + exports.HdmiPort = HdmiPort; + exports.Heading = Heading; + exports.Heading1 = Heading1; + exports.Heading2 = Heading2; + exports.Heading3 = Heading3; + exports.Heading4 = Heading4; + exports.Heading5 = Heading5; + exports.Heading6 = Heading6; + exports.HeadphoneOff = HeadphoneOff; + exports.Headphones = Headphones; + exports.Headset = Headset; + exports.Heart = Heart; + exports.HeartCrack = HeartCrack; + exports.HeartHandshake = HeartHandshake; + exports.HeartMinus = HeartMinus; + exports.HeartOff = HeartOff; + exports.HeartPlus = HeartPlus; + exports.HeartPulse = HeartPulse; + exports.Heater = Heater; + exports.HelpCircle = CircleQuestionMark; + exports.HelpingHand = HandHelping; + exports.Hexagon = Hexagon; + exports.Highlighter = Highlighter; + exports.History = History; + exports.Home = House; + exports.Hop = Hop; + exports.HopOff = HopOff; + exports.Hospital = Hospital; + exports.Hotel = Hotel; + exports.Hourglass = Hourglass; + exports.House = House; + exports.HousePlug = HousePlug; + exports.HousePlus = HousePlus; + exports.HouseWifi = HouseWifi; + exports.IceCream = IceCreamCone; + exports.IceCream2 = IceCreamBowl; + exports.IceCreamBowl = IceCreamBowl; + exports.IceCreamCone = IceCreamCone; + exports.IdCard = IdCard; + exports.IdCardLanyard = IdCardLanyard; + exports.Image = Image; + exports.ImageDown = ImageDown; + exports.ImageMinus = ImageMinus; + exports.ImageOff = ImageOff; + exports.ImagePlay = ImagePlay; + exports.ImagePlus = ImagePlus; + exports.ImageUp = ImageUp; + exports.ImageUpscale = ImageUpscale; + exports.Images = Images; + exports.Import = Import; + exports.Inbox = Inbox; + exports.Indent = IndentIncrease; + exports.IndentDecrease = IndentDecrease; + exports.IndentIncrease = IndentIncrease; + exports.IndianRupee = IndianRupee; + exports.Infinity = Infinity; + exports.Info = Info; + exports.Inspect = SquareMousePointer; + exports.InspectionPanel = InspectionPanel; + exports.Instagram = Instagram; + exports.Italic = Italic; + exports.IterationCcw = IterationCcw; + exports.IterationCw = IterationCw; + exports.JapaneseYen = JapaneseYen; + exports.Joystick = Joystick; + exports.Kanban = Kanban; + exports.KanbanSquare = SquareKanban; + exports.KanbanSquareDashed = SquareDashedKanban; + exports.Key = Key; + exports.KeyRound = KeyRound; + exports.KeySquare = KeySquare; + exports.Keyboard = Keyboard; + exports.KeyboardMusic = KeyboardMusic; + exports.KeyboardOff = KeyboardOff; + exports.Lamp = Lamp; + exports.LampCeiling = LampCeiling; + exports.LampDesk = LampDesk; + exports.LampFloor = LampFloor; + exports.LampWallDown = LampWallDown; + exports.LampWallUp = LampWallUp; + exports.LandPlot = LandPlot; + exports.Landmark = Landmark; + exports.Languages = Languages; + exports.Laptop = Laptop; + exports.Laptop2 = LaptopMinimal; + exports.LaptopMinimal = LaptopMinimal; + exports.LaptopMinimalCheck = LaptopMinimalCheck; + exports.Lasso = Lasso; + exports.LassoSelect = LassoSelect; + exports.Laugh = Laugh; + exports.Layers = Layers; + exports.Layers2 = Layers2; + exports.Layers3 = Layers; + exports.Layout = PanelsTopLeft; + exports.LayoutDashboard = LayoutDashboard; + exports.LayoutGrid = LayoutGrid; + exports.LayoutList = LayoutList; + exports.LayoutPanelLeft = LayoutPanelLeft; + exports.LayoutPanelTop = LayoutPanelTop; + exports.LayoutTemplate = LayoutTemplate; + exports.Leaf = Leaf; + exports.LeafyGreen = LeafyGreen; + exports.Lectern = Lectern; + exports.LetterText = LetterText; + exports.Library = Library; + exports.LibraryBig = LibraryBig; + exports.LibrarySquare = SquareLibrary; + exports.LifeBuoy = LifeBuoy; + exports.Ligature = Ligature; + exports.Lightbulb = Lightbulb; + exports.LightbulbOff = LightbulbOff; + exports.LineChart = ChartLine; + exports.LineSquiggle = LineSquiggle; + exports.Link = Link; + exports.Link2 = Link2; + exports.Link2Off = Link2Off; + exports.Linkedin = Linkedin; + exports.List = List; + exports.ListCheck = ListCheck; + exports.ListChecks = ListChecks; + exports.ListCollapse = ListCollapse; + exports.ListEnd = ListEnd; + exports.ListFilter = ListFilter; + exports.ListFilterPlus = ListFilterPlus; + exports.ListMinus = ListMinus; + exports.ListMusic = ListMusic; + exports.ListOrdered = ListOrdered; + exports.ListPlus = ListPlus; + exports.ListRestart = ListRestart; + exports.ListStart = ListStart; + exports.ListTodo = ListTodo; + exports.ListTree = ListTree; + exports.ListVideo = ListVideo; + exports.ListX = ListX; + exports.Loader = Loader; + exports.Loader2 = LoaderCircle; + exports.LoaderCircle = LoaderCircle; + exports.LoaderPinwheel = LoaderPinwheel; + exports.Locate = Locate; + exports.LocateFixed = LocateFixed; + exports.LocateOff = LocateOff; + exports.LocationEdit = MapPinPen; + exports.Lock = Lock; + exports.LockKeyhole = LockKeyhole; + exports.LockKeyholeOpen = LockKeyholeOpen; + exports.LockOpen = LockOpen; + exports.LogIn = LogIn; + exports.LogOut = LogOut; + exports.Logs = Logs; + exports.Lollipop = Lollipop; + exports.Luggage = Luggage; + exports.MSquare = SquareM; + exports.Magnet = Magnet; + exports.Mail = Mail; + exports.MailCheck = MailCheck; + exports.MailMinus = MailMinus; + exports.MailOpen = MailOpen; + exports.MailPlus = MailPlus; + exports.MailQuestion = MailQuestionMark; + exports.MailQuestionMark = MailQuestionMark; + exports.MailSearch = MailSearch; + exports.MailWarning = MailWarning; + exports.MailX = MailX; + exports.Mailbox = Mailbox; + exports.Mails = Mails; + exports.Map = Map; + exports.MapMinus = MapMinus; + exports.MapPin = MapPin; + exports.MapPinCheck = MapPinCheck; + exports.MapPinCheckInside = MapPinCheckInside; + exports.MapPinHouse = MapPinHouse; + exports.MapPinMinus = MapPinMinus; + exports.MapPinMinusInside = MapPinMinusInside; + exports.MapPinOff = MapPinOff; + exports.MapPinPen = MapPinPen; + exports.MapPinPlus = MapPinPlus; + exports.MapPinPlusInside = MapPinPlusInside; + exports.MapPinX = MapPinX; + exports.MapPinXInside = MapPinXInside; + exports.MapPinned = MapPinned; + exports.MapPlus = MapPlus; + exports.Mars = Mars; + exports.MarsStroke = MarsStroke; + exports.Martini = Martini; + exports.Maximize = Maximize; + exports.Maximize2 = Maximize2; + exports.Medal = Medal; + exports.Megaphone = Megaphone; + exports.MegaphoneOff = MegaphoneOff; + exports.Meh = Meh; + exports.MemoryStick = MemoryStick; + exports.Menu = Menu; + exports.MenuSquare = SquareMenu; + exports.Merge = Merge; + exports.MessageCircle = MessageCircle; + exports.MessageCircleCode = MessageCircleCode; + exports.MessageCircleDashed = MessageCircleDashed; + exports.MessageCircleHeart = MessageCircleHeart; + exports.MessageCircleMore = MessageCircleMore; + exports.MessageCircleOff = MessageCircleOff; + exports.MessageCirclePlus = MessageCirclePlus; + exports.MessageCircleQuestion = MessageCircleQuestionMark; + exports.MessageCircleQuestionMark = MessageCircleQuestionMark; + exports.MessageCircleReply = MessageCircleReply; + exports.MessageCircleWarning = MessageCircleWarning; + exports.MessageCircleX = MessageCircleX; + exports.MessageSquare = MessageSquare; + exports.MessageSquareCode = MessageSquareCode; + exports.MessageSquareDashed = MessageSquareDashed; + exports.MessageSquareDiff = MessageSquareDiff; + exports.MessageSquareDot = MessageSquareDot; + exports.MessageSquareHeart = MessageSquareHeart; + exports.MessageSquareLock = MessageSquareLock; + exports.MessageSquareMore = MessageSquareMore; + exports.MessageSquareOff = MessageSquareOff; + exports.MessageSquarePlus = MessageSquarePlus; + exports.MessageSquareQuote = MessageSquareQuote; + exports.MessageSquareReply = MessageSquareReply; + exports.MessageSquareShare = MessageSquareShare; + exports.MessageSquareText = MessageSquareText; + exports.MessageSquareWarning = MessageSquareWarning; + exports.MessageSquareX = MessageSquareX; + exports.MessagesSquare = MessagesSquare; + exports.Mic = Mic; + exports.Mic2 = MicVocal; + exports.MicOff = MicOff; + exports.MicVocal = MicVocal; + exports.Microchip = Microchip; + exports.Microscope = Microscope; + exports.Microwave = Microwave; + exports.Milestone = Milestone; + exports.Milk = Milk; + exports.MilkOff = MilkOff; + exports.Minimize = Minimize; + exports.Minimize2 = Minimize2; + exports.Minus = Minus; + exports.MinusCircle = CircleMinus; + exports.MinusSquare = SquareMinus; + exports.Monitor = Monitor; + exports.MonitorCheck = MonitorCheck; + exports.MonitorCog = MonitorCog; + exports.MonitorDot = MonitorDot; + exports.MonitorDown = MonitorDown; + exports.MonitorOff = MonitorOff; + exports.MonitorPause = MonitorPause; + exports.MonitorPlay = MonitorPlay; + exports.MonitorSmartphone = MonitorSmartphone; + exports.MonitorSpeaker = MonitorSpeaker; + exports.MonitorStop = MonitorStop; + exports.MonitorUp = MonitorUp; + exports.MonitorX = MonitorX; + exports.Moon = Moon; + exports.MoonStar = MoonStar; + exports.MoreHorizontal = Ellipsis; + exports.MoreVertical = EllipsisVertical; + exports.Mountain = Mountain; + exports.MountainSnow = MountainSnow; + exports.Mouse = Mouse; + exports.MouseOff = MouseOff; + exports.MousePointer = MousePointer; + exports.MousePointer2 = MousePointer2; + exports.MousePointerBan = MousePointerBan; + exports.MousePointerClick = MousePointerClick; + exports.MousePointerSquareDashed = SquareDashedMousePointer; + exports.Move = Move; + exports.Move3D = Move3d; + exports.Move3d = Move3d; + exports.MoveDiagonal = MoveDiagonal; + exports.MoveDiagonal2 = MoveDiagonal2; + exports.MoveDown = MoveDown; + exports.MoveDownLeft = MoveDownLeft; + exports.MoveDownRight = MoveDownRight; + exports.MoveHorizontal = MoveHorizontal; + exports.MoveLeft = MoveLeft; + exports.MoveRight = MoveRight; + exports.MoveUp = MoveUp; + exports.MoveUpLeft = MoveUpLeft; + exports.MoveUpRight = MoveUpRight; + exports.MoveVertical = MoveVertical; + exports.Music = Music; + exports.Music2 = Music2; + exports.Music3 = Music3; + exports.Music4 = Music4; + exports.Navigation = Navigation; + exports.Navigation2 = Navigation2; + exports.Navigation2Off = Navigation2Off; + exports.NavigationOff = NavigationOff; + exports.Network = Network; + exports.Newspaper = Newspaper; + exports.Nfc = Nfc; + exports.NonBinary = NonBinary; + exports.Notebook = Notebook; + exports.NotebookPen = NotebookPen; + exports.NotebookTabs = NotebookTabs; + exports.NotebookText = NotebookText; + exports.NotepadText = NotepadText; + exports.NotepadTextDashed = NotepadTextDashed; + exports.Nut = Nut; + exports.NutOff = NutOff; + exports.Octagon = Octagon; + exports.OctagonAlert = OctagonAlert; + exports.OctagonMinus = OctagonMinus; + exports.OctagonPause = OctagonPause; + exports.OctagonX = OctagonX; + exports.Omega = Omega; + exports.Option = Option; + exports.Orbit = Orbit; + exports.Origami = Origami; + exports.Outdent = IndentDecrease; + exports.Package = Package; + exports.Package2 = Package2; + exports.PackageCheck = PackageCheck; + exports.PackageMinus = PackageMinus; + exports.PackageOpen = PackageOpen; + exports.PackagePlus = PackagePlus; + exports.PackageSearch = PackageSearch; + exports.PackageX = PackageX; + exports.PaintBucket = PaintBucket; + exports.PaintRoller = PaintRoller; + exports.Paintbrush = Paintbrush; + exports.Paintbrush2 = PaintbrushVertical; + exports.PaintbrushVertical = PaintbrushVertical; + exports.Palette = Palette; + exports.Palmtree = TreePalm; + exports.Panda = Panda; + exports.PanelBottom = PanelBottom; + exports.PanelBottomClose = PanelBottomClose; + exports.PanelBottomDashed = PanelBottomDashed; + exports.PanelBottomInactive = PanelBottomDashed; + exports.PanelBottomOpen = PanelBottomOpen; + exports.PanelLeft = PanelLeft; + exports.PanelLeftClose = PanelLeftClose; + exports.PanelLeftDashed = PanelLeftDashed; + exports.PanelLeftInactive = PanelLeftDashed; + exports.PanelLeftOpen = PanelLeftOpen; + exports.PanelRight = PanelRight; + exports.PanelRightClose = PanelRightClose; + exports.PanelRightDashed = PanelRightDashed; + exports.PanelRightInactive = PanelRightDashed; + exports.PanelRightOpen = PanelRightOpen; + exports.PanelTop = PanelTop; + exports.PanelTopClose = PanelTopClose; + exports.PanelTopDashed = PanelTopDashed; + exports.PanelTopInactive = PanelTopDashed; + exports.PanelTopOpen = PanelTopOpen; + exports.PanelsLeftBottom = PanelsLeftBottom; + exports.PanelsLeftRight = Columns3; + exports.PanelsRightBottom = PanelsRightBottom; + exports.PanelsTopBottom = Rows3; + exports.PanelsTopLeft = PanelsTopLeft; + exports.Paperclip = Paperclip; + exports.Parentheses = Parentheses; + exports.ParkingCircle = CircleParking; + exports.ParkingCircleOff = CircleParkingOff; + exports.ParkingMeter = ParkingMeter; + exports.ParkingSquare = SquareParking; + exports.ParkingSquareOff = SquareParkingOff; + exports.PartyPopper = PartyPopper; + exports.Pause = Pause; + exports.PauseCircle = CirclePause; + exports.PauseOctagon = OctagonPause; + exports.PawPrint = PawPrint; + exports.PcCase = PcCase; + exports.Pen = Pen; + exports.PenBox = SquarePen; + exports.PenLine = PenLine; + exports.PenOff = PenOff; + exports.PenSquare = SquarePen; + exports.PenTool = PenTool; + exports.Pencil = Pencil; + exports.PencilLine = PencilLine; + exports.PencilOff = PencilOff; + exports.PencilRuler = PencilRuler; + exports.Pentagon = Pentagon; + exports.Percent = Percent; + exports.PercentCircle = CirclePercent; + exports.PercentDiamond = DiamondPercent; + exports.PercentSquare = SquarePercent; + exports.PersonStanding = PersonStanding; + exports.PhilippinePeso = PhilippinePeso; + exports.Phone = Phone; + exports.PhoneCall = PhoneCall; + exports.PhoneForwarded = PhoneForwarded; + exports.PhoneIncoming = PhoneIncoming; + exports.PhoneMissed = PhoneMissed; + exports.PhoneOff = PhoneOff; + exports.PhoneOutgoing = PhoneOutgoing; + exports.Pi = Pi; + exports.PiSquare = SquarePi; + exports.Piano = Piano; + exports.Pickaxe = Pickaxe; + exports.PictureInPicture = PictureInPicture; + exports.PictureInPicture2 = PictureInPicture2; + exports.PieChart = ChartPie; + exports.PiggyBank = PiggyBank; + exports.Pilcrow = Pilcrow; + exports.PilcrowLeft = PilcrowLeft; + exports.PilcrowRight = PilcrowRight; + exports.PilcrowSquare = SquarePilcrow; + exports.Pill = Pill; + exports.PillBottle = PillBottle; + exports.Pin = Pin; + exports.PinOff = PinOff; + exports.Pipette = Pipette; + exports.Pizza = Pizza; + exports.Plane = Plane; + exports.PlaneLanding = PlaneLanding; + exports.PlaneTakeoff = PlaneTakeoff; + exports.Play = Play; + exports.PlayCircle = CirclePlay; + exports.PlaySquare = SquarePlay; + exports.Plug = Plug; + exports.Plug2 = Plug2; + exports.PlugZap = PlugZap; + exports.PlugZap2 = PlugZap; + exports.Plus = Plus; + exports.PlusCircle = CirclePlus; + exports.PlusSquare = SquarePlus; + exports.Pocket = Pocket; + exports.PocketKnife = PocketKnife; + exports.Podcast = Podcast; + exports.Pointer = Pointer; + exports.PointerOff = PointerOff; + exports.Popcorn = Popcorn; + exports.Popsicle = Popsicle; + exports.PoundSterling = PoundSterling; + exports.Power = Power; + exports.PowerCircle = CirclePower; + exports.PowerOff = PowerOff; + exports.PowerSquare = SquarePower; + exports.Presentation = Presentation; + exports.Printer = Printer; + exports.PrinterCheck = PrinterCheck; + exports.Projector = Projector; + exports.Proportions = Proportions; + exports.Puzzle = Puzzle; + exports.Pyramid = Pyramid; + exports.QrCode = QrCode; + exports.Quote = Quote; + exports.Rabbit = Rabbit; + exports.Radar = Radar; + exports.Radiation = Radiation; + exports.Radical = Radical; + exports.Radio = Radio; + exports.RadioReceiver = RadioReceiver; + exports.RadioTower = RadioTower; + exports.Radius = Radius; + exports.RailSymbol = RailSymbol; + exports.Rainbow = Rainbow; + exports.Rat = Rat; + exports.Ratio = Ratio; + exports.Receipt = Receipt; + exports.ReceiptCent = ReceiptCent; + exports.ReceiptEuro = ReceiptEuro; + exports.ReceiptIndianRupee = ReceiptIndianRupee; + exports.ReceiptJapaneseYen = ReceiptJapaneseYen; + exports.ReceiptPoundSterling = ReceiptPoundSterling; + exports.ReceiptRussianRuble = ReceiptRussianRuble; + exports.ReceiptSwissFranc = ReceiptSwissFranc; + exports.ReceiptText = ReceiptText; + exports.ReceiptTurkishLira = ReceiptTurkishLira; + exports.RectangleCircle = RectangleCircle; + exports.RectangleEllipsis = RectangleEllipsis; + exports.RectangleGoggles = RectangleGoggles; + exports.RectangleHorizontal = RectangleHorizontal; + exports.RectangleVertical = RectangleVertical; + exports.Recycle = Recycle; + exports.Redo = Redo; + exports.Redo2 = Redo2; + exports.RedoDot = RedoDot; + exports.RefreshCcw = RefreshCcw; + exports.RefreshCcwDot = RefreshCcwDot; + exports.RefreshCw = RefreshCw; + exports.RefreshCwOff = RefreshCwOff; + exports.Refrigerator = Refrigerator; + exports.Regex = Regex; + exports.RemoveFormatting = RemoveFormatting; + exports.Repeat = Repeat; + exports.Repeat1 = Repeat1; + exports.Repeat2 = Repeat2; + exports.Replace = Replace; + exports.ReplaceAll = ReplaceAll; + exports.Reply = Reply; + exports.ReplyAll = ReplyAll; + exports.Rewind = Rewind; + exports.Ribbon = Ribbon; + exports.Rocket = Rocket; + exports.RockingChair = RockingChair; + exports.RollerCoaster = RollerCoaster; + exports.Rotate3D = Rotate3d; + exports.Rotate3d = Rotate3d; + exports.RotateCcw = RotateCcw; + exports.RotateCcwKey = RotateCcwKey; + exports.RotateCcwSquare = RotateCcwSquare; + exports.RotateCw = RotateCw; + exports.RotateCwSquare = RotateCwSquare; + exports.Route = Route; + exports.RouteOff = RouteOff; + exports.Router = Router; + exports.Rows = Rows2; + exports.Rows2 = Rows2; + exports.Rows3 = Rows3; + exports.Rows4 = Rows4; + exports.Rss = Rss; + exports.Ruler = Ruler; + exports.RulerDimensionLine = RulerDimensionLine; + exports.RussianRuble = RussianRuble; + exports.Sailboat = Sailboat; + exports.Salad = Salad; + exports.Sandwich = Sandwich; + exports.Satellite = Satellite; + exports.SatelliteDish = SatelliteDish; + exports.SaudiRiyal = SaudiRiyal; + exports.Save = Save; + exports.SaveAll = SaveAll; + exports.SaveOff = SaveOff; + exports.Scale = Scale; + exports.Scale3D = Scale3d; + exports.Scale3d = Scale3d; + exports.Scaling = Scaling; + exports.Scan = Scan; + exports.ScanBarcode = ScanBarcode; + exports.ScanEye = ScanEye; + exports.ScanFace = ScanFace; + exports.ScanHeart = ScanHeart; + exports.ScanLine = ScanLine; + exports.ScanQrCode = ScanQrCode; + exports.ScanSearch = ScanSearch; + exports.ScanText = ScanText; + exports.ScatterChart = ChartScatter; + exports.School = School; + exports.School2 = University; + exports.Scissors = Scissors; + exports.ScissorsLineDashed = ScissorsLineDashed; + exports.ScissorsSquare = SquareScissors; + exports.ScissorsSquareDashedBottom = SquareBottomDashedScissors; + exports.ScreenShare = ScreenShare; + exports.ScreenShareOff = ScreenShareOff; + exports.Scroll = Scroll; + exports.ScrollText = ScrollText; + exports.Search = Search; + exports.SearchCheck = SearchCheck; + exports.SearchCode = SearchCode; + exports.SearchSlash = SearchSlash; + exports.SearchX = SearchX; + exports.Section = Section; + exports.Send = Send; + exports.SendHorizonal = SendHorizontal; + exports.SendHorizontal = SendHorizontal; + exports.SendToBack = SendToBack; + exports.SeparatorHorizontal = SeparatorHorizontal; + exports.SeparatorVertical = SeparatorVertical; + exports.Server = Server; + exports.ServerCog = ServerCog; + exports.ServerCrash = ServerCrash; + exports.ServerOff = ServerOff; + exports.Settings = Settings; + exports.Settings2 = Settings2; + exports.Shapes = Shapes; + exports.Share = Share; + exports.Share2 = Share2; + exports.Sheet = Sheet; + exports.Shell = Shell; + exports.Shield = Shield; + exports.ShieldAlert = ShieldAlert; + exports.ShieldBan = ShieldBan; + exports.ShieldCheck = ShieldCheck; + exports.ShieldClose = ShieldX; + exports.ShieldEllipsis = ShieldEllipsis; + exports.ShieldHalf = ShieldHalf; + exports.ShieldMinus = ShieldMinus; + exports.ShieldOff = ShieldOff; + exports.ShieldPlus = ShieldPlus; + exports.ShieldQuestion = ShieldQuestionMark; + exports.ShieldQuestionMark = ShieldQuestionMark; + exports.ShieldUser = ShieldUser; + exports.ShieldX = ShieldX; + exports.Ship = Ship; + exports.ShipWheel = ShipWheel; + exports.Shirt = Shirt; + exports.ShoppingBag = ShoppingBag; + exports.ShoppingBasket = ShoppingBasket; + exports.ShoppingCart = ShoppingCart; + exports.Shovel = Shovel; + exports.ShowerHead = ShowerHead; + exports.Shredder = Shredder; + exports.Shrimp = Shrimp; + exports.Shrink = Shrink; + exports.Shrub = Shrub; + exports.Shuffle = Shuffle; + exports.Sidebar = PanelLeft; + exports.SidebarClose = PanelLeftClose; + exports.SidebarOpen = PanelLeftOpen; + exports.Sigma = Sigma; + exports.SigmaSquare = SquareSigma; + exports.Signal = Signal; + exports.SignalHigh = SignalHigh; + exports.SignalLow = SignalLow; + exports.SignalMedium = SignalMedium; + exports.SignalZero = SignalZero; + exports.Signature = Signature; + exports.Signpost = Signpost; + exports.SignpostBig = SignpostBig; + exports.Siren = Siren; + exports.SkipBack = SkipBack; + exports.SkipForward = SkipForward; + exports.Skull = Skull; + exports.Slack = Slack; + exports.Slash = Slash; + exports.SlashSquare = SquareSlash; + exports.Slice = Slice; + exports.Sliders = SlidersVertical; + exports.SlidersHorizontal = SlidersHorizontal; + exports.SlidersVertical = SlidersVertical; + exports.Smartphone = Smartphone; + exports.SmartphoneCharging = SmartphoneCharging; + exports.SmartphoneNfc = SmartphoneNfc; + exports.Smile = Smile; + exports.SmilePlus = SmilePlus; + exports.Snail = Snail; + exports.Snowflake = Snowflake; + exports.SoapDispenserDroplet = SoapDispenserDroplet; + exports.Sofa = Sofa; + exports.SortAsc = ArrowUpNarrowWide; + exports.SortDesc = ArrowDownWideNarrow; + exports.Soup = Soup; + exports.Space = Space; + exports.Spade = Spade; + exports.Sparkle = Sparkle; + exports.Sparkles = Sparkles; + exports.Speaker = Speaker; + exports.Speech = Speech; + exports.SpellCheck = SpellCheck; + exports.SpellCheck2 = SpellCheck2; + exports.Spline = Spline; + exports.SplinePointer = SplinePointer; + exports.Split = Split; + exports.SplitSquareHorizontal = SquareSplitHorizontal; + exports.SplitSquareVertical = SquareSplitVertical; + exports.Spool = Spool; + exports.Spotlight = Spotlight; + exports.SprayCan = SprayCan; + exports.Sprout = Sprout; + exports.Square = Square; + exports.SquareActivity = SquareActivity; + exports.SquareArrowDown = SquareArrowDown; + exports.SquareArrowDownLeft = SquareArrowDownLeft; + exports.SquareArrowDownRight = SquareArrowDownRight; + exports.SquareArrowLeft = SquareArrowLeft; + exports.SquareArrowOutDownLeft = SquareArrowOutDownLeft; + exports.SquareArrowOutDownRight = SquareArrowOutDownRight; + exports.SquareArrowOutUpLeft = SquareArrowOutUpLeft; + exports.SquareArrowOutUpRight = SquareArrowOutUpRight; + exports.SquareArrowRight = SquareArrowRight; + exports.SquareArrowUp = SquareArrowUp; + exports.SquareArrowUpLeft = SquareArrowUpLeft; + exports.SquareArrowUpRight = SquareArrowUpRight; + exports.SquareAsterisk = SquareAsterisk; + exports.SquareBottomDashedScissors = SquareBottomDashedScissors; + exports.SquareChartGantt = SquareChartGantt; + exports.SquareCheck = SquareCheck; + exports.SquareCheckBig = SquareCheckBig; + exports.SquareChevronDown = SquareChevronDown; + exports.SquareChevronLeft = SquareChevronLeft; + exports.SquareChevronRight = SquareChevronRight; + exports.SquareChevronUp = SquareChevronUp; + exports.SquareCode = SquareCode; + exports.SquareDashed = SquareDashed; + exports.SquareDashedBottom = SquareDashedBottom; + exports.SquareDashedBottomCode = SquareDashedBottomCode; + exports.SquareDashedKanban = SquareDashedKanban; + exports.SquareDashedMousePointer = SquareDashedMousePointer; + exports.SquareDashedTopSolid = SquareDashedTopSolid; + exports.SquareDivide = SquareDivide; + exports.SquareDot = SquareDot; + exports.SquareEqual = SquareEqual; + exports.SquareFunction = SquareFunction; + exports.SquareGanttChart = SquareChartGantt; + exports.SquareKanban = SquareKanban; + exports.SquareLibrary = SquareLibrary; + exports.SquareM = SquareM; + exports.SquareMenu = SquareMenu; + exports.SquareMinus = SquareMinus; + exports.SquareMousePointer = SquareMousePointer; + exports.SquareParking = SquareParking; + exports.SquareParkingOff = SquareParkingOff; + exports.SquarePause = SquarePause; + exports.SquarePen = SquarePen; + exports.SquarePercent = SquarePercent; + exports.SquarePi = SquarePi; + exports.SquarePilcrow = SquarePilcrow; + exports.SquarePlay = SquarePlay; + exports.SquarePlus = SquarePlus; + exports.SquarePower = SquarePower; + exports.SquareRadical = SquareRadical; + exports.SquareRoundCorner = SquareRoundCorner; + exports.SquareScissors = SquareScissors; + exports.SquareSigma = SquareSigma; + exports.SquareSlash = SquareSlash; + exports.SquareSplitHorizontal = SquareSplitHorizontal; + exports.SquareSplitVertical = SquareSplitVertical; + exports.SquareSquare = SquareSquare; + exports.SquareStack = SquareStack; + exports.SquareStar = SquareStar; + exports.SquareStop = SquareStop; + exports.SquareTerminal = SquareTerminal; + exports.SquareUser = SquareUser; + exports.SquareUserRound = SquareUserRound; + exports.SquareX = SquareX; + exports.SquaresExclude = SquaresExclude; + exports.SquaresIntersect = SquaresIntersect; + exports.SquaresSubtract = SquaresSubtract; + exports.SquaresUnite = SquaresUnite; + exports.Squircle = Squircle; + exports.SquircleDashed = SquircleDashed; + exports.Squirrel = Squirrel; + exports.Stamp = Stamp; + exports.Star = Star; + exports.StarHalf = StarHalf; + exports.StarOff = StarOff; + exports.Stars = Sparkles; + exports.StepBack = StepBack; + exports.StepForward = StepForward; + exports.Stethoscope = Stethoscope; + exports.Sticker = Sticker; + exports.StickyNote = StickyNote; + exports.StopCircle = CircleStop; + exports.Store = Store; + exports.StretchHorizontal = StretchHorizontal; + exports.StretchVertical = StretchVertical; + exports.Strikethrough = Strikethrough; + exports.Subscript = Subscript; + exports.Subtitles = Captions; + exports.Sun = Sun; + exports.SunDim = SunDim; + exports.SunMedium = SunMedium; + exports.SunMoon = SunMoon; + exports.SunSnow = SunSnow; + exports.Sunrise = Sunrise; + exports.Sunset = Sunset; + exports.Superscript = Superscript; + exports.SwatchBook = SwatchBook; + exports.SwissFranc = SwissFranc; + exports.SwitchCamera = SwitchCamera; + exports.Sword = Sword; + exports.Swords = Swords; + exports.Syringe = Syringe; + exports.Table = Table; + exports.Table2 = Table2; + exports.TableCellsMerge = TableCellsMerge; + exports.TableCellsSplit = TableCellsSplit; + exports.TableColumnsSplit = TableColumnsSplit; + exports.TableConfig = Columns3Cog; + exports.TableOfContents = TableOfContents; + exports.TableProperties = TableProperties; + exports.TableRowsSplit = TableRowsSplit; + exports.Tablet = Tablet; + exports.TabletSmartphone = TabletSmartphone; + exports.Tablets = Tablets; + exports.Tag = Tag; + exports.Tags = Tags; + exports.Tally1 = Tally1; + exports.Tally2 = Tally2; + exports.Tally3 = Tally3; + exports.Tally4 = Tally4; + exports.Tally5 = Tally5; + exports.Tangent = Tangent; + exports.Target = Target; + exports.Telescope = Telescope; + exports.Tent = Tent; + exports.TentTree = TentTree; + exports.Terminal = Terminal; + exports.TerminalSquare = SquareTerminal; + exports.TestTube = TestTube; + exports.TestTube2 = TestTubeDiagonal; + exports.TestTubeDiagonal = TestTubeDiagonal; + exports.TestTubes = TestTubes; + exports.Text = Text; + exports.TextCursor = TextCursor; + exports.TextCursorInput = TextCursorInput; + exports.TextQuote = TextQuote; + exports.TextSearch = TextSearch; + exports.TextSelect = TextSelect; + exports.TextSelection = TextSelect; + exports.Theater = Theater; + exports.Thermometer = Thermometer; + exports.ThermometerSnowflake = ThermometerSnowflake; + exports.ThermometerSun = ThermometerSun; + exports.ThumbsDown = ThumbsDown; + exports.ThumbsUp = ThumbsUp; + exports.Ticket = Ticket; + exports.TicketCheck = TicketCheck; + exports.TicketMinus = TicketMinus; + exports.TicketPercent = TicketPercent; + exports.TicketPlus = TicketPlus; + exports.TicketSlash = TicketSlash; + exports.TicketX = TicketX; + exports.Tickets = Tickets; + exports.TicketsPlane = TicketsPlane; + exports.Timer = Timer; + exports.TimerOff = TimerOff; + exports.TimerReset = TimerReset; + exports.ToggleLeft = ToggleLeft; + exports.ToggleRight = ToggleRight; + exports.Toilet = Toilet; + exports.ToolCase = ToolCase; + exports.Tornado = Tornado; + exports.Torus = Torus; + exports.Touchpad = Touchpad; + exports.TouchpadOff = TouchpadOff; + exports.TowerControl = TowerControl; + exports.ToyBrick = ToyBrick; + exports.Tractor = Tractor; + exports.TrafficCone = TrafficCone; + exports.Train = TramFront; + exports.TrainFront = TrainFront; + exports.TrainFrontTunnel = TrainFrontTunnel; + exports.TrainTrack = TrainTrack; + exports.TramFront = TramFront; + exports.Transgender = Transgender; + exports.Trash = Trash; + exports.Trash2 = Trash2; + exports.TreeDeciduous = TreeDeciduous; + exports.TreePalm = TreePalm; + exports.TreePine = TreePine; + exports.Trees = Trees; + exports.Trello = Trello; + exports.TrendingDown = TrendingDown; + exports.TrendingUp = TrendingUp; + exports.TrendingUpDown = TrendingUpDown; + exports.Triangle = Triangle; + exports.TriangleAlert = TriangleAlert; + exports.TriangleDashed = TriangleDashed; + exports.TriangleRight = TriangleRight; + exports.Trophy = Trophy; + exports.Truck = Truck; + exports.TruckElectric = TruckElectric; + exports.TurkishLira = TurkishLira; + exports.Turntable = Turntable; + exports.Turtle = Turtle; + exports.Tv = Tv; + exports.Tv2 = TvMinimal; + exports.TvMinimal = TvMinimal; + exports.TvMinimalPlay = TvMinimalPlay; + exports.Twitch = Twitch; + exports.Twitter = Twitter; + exports.Type = Type; + exports.TypeOutline = TypeOutline; + exports.Umbrella = Umbrella; + exports.UmbrellaOff = UmbrellaOff; + exports.Underline = Underline; + exports.Undo = Undo; + exports.Undo2 = Undo2; + exports.UndoDot = UndoDot; + exports.UnfoldHorizontal = UnfoldHorizontal; + exports.UnfoldVertical = UnfoldVertical; + exports.Ungroup = Ungroup; + exports.University = University; + exports.Unlink = Unlink; + exports.Unlink2 = Unlink2; + exports.Unlock = LockOpen; + exports.UnlockKeyhole = LockKeyholeOpen; + exports.Unplug = Unplug; + exports.Upload = Upload; + exports.UploadCloud = CloudUpload; + exports.Usb = Usb; + exports.User = User; + exports.User2 = UserRound; + exports.UserCheck = UserCheck; + exports.UserCheck2 = UserRoundCheck; + exports.UserCircle = CircleUser; + exports.UserCircle2 = CircleUserRound; + exports.UserCog = UserCog; + exports.UserCog2 = UserRoundCog; + exports.UserLock = UserLock; + exports.UserMinus = UserMinus; + exports.UserMinus2 = UserRoundMinus; + exports.UserPen = UserPen; + exports.UserPlus = UserPlus; + exports.UserPlus2 = UserRoundPlus; + exports.UserRound = UserRound; + exports.UserRoundCheck = UserRoundCheck; + exports.UserRoundCog = UserRoundCog; + exports.UserRoundMinus = UserRoundMinus; + exports.UserRoundPen = UserRoundPen; + exports.UserRoundPlus = UserRoundPlus; + exports.UserRoundSearch = UserRoundSearch; + exports.UserRoundX = UserRoundX; + exports.UserSearch = UserSearch; + exports.UserSquare = SquareUser; + exports.UserSquare2 = SquareUserRound; + exports.UserStar = UserStar; + exports.UserX = UserX; + exports.UserX2 = UserRoundX; + exports.Users = Users; + exports.Users2 = UsersRound; + exports.UsersRound = UsersRound; + exports.Utensils = Utensils; + exports.UtensilsCrossed = UtensilsCrossed; + exports.UtilityPole = UtilityPole; + exports.Variable = Variable; + exports.Vault = Vault; + exports.VectorSquare = VectorSquare; + exports.Vegan = Vegan; + exports.VenetianMask = VenetianMask; + exports.Venus = Venus; + exports.VenusAndMars = VenusAndMars; + exports.Verified = BadgeCheck; + exports.Vibrate = Vibrate; + exports.VibrateOff = VibrateOff; + exports.Video = Video; + exports.VideoOff = VideoOff; + exports.Videotape = Videotape; + exports.View = View; + exports.Voicemail = Voicemail; + exports.Volleyball = Volleyball; + exports.Volume = Volume; + exports.Volume1 = Volume1; + exports.Volume2 = Volume2; + exports.VolumeOff = VolumeOff; + exports.VolumeX = VolumeX; + exports.Vote = Vote; + exports.Wallet = Wallet; + exports.Wallet2 = WalletMinimal; + exports.WalletCards = WalletCards; + exports.WalletMinimal = WalletMinimal; + exports.Wallpaper = Wallpaper; + exports.Wand = Wand; + exports.Wand2 = WandSparkles; + exports.WandSparkles = WandSparkles; + exports.Warehouse = Warehouse; + exports.WashingMachine = WashingMachine; + exports.Watch = Watch; + exports.Waves = Waves; + exports.WavesLadder = WavesLadder; + exports.Waypoints = Waypoints; + exports.Webcam = Webcam; + exports.Webhook = Webhook; + exports.WebhookOff = WebhookOff; + exports.Weight = Weight; + exports.Wheat = Wheat; + exports.WheatOff = WheatOff; + exports.WholeWord = WholeWord; + exports.Wifi = Wifi; + exports.WifiCog = WifiCog; + exports.WifiHigh = WifiHigh; + exports.WifiLow = WifiLow; + exports.WifiOff = WifiOff; + exports.WifiPen = WifiPen; + exports.WifiSync = WifiSync; + exports.WifiZero = WifiZero; + exports.Wind = Wind; + exports.WindArrowDown = WindArrowDown; + exports.Wine = Wine; + exports.WineOff = WineOff; + exports.Workflow = Workflow; + exports.Worm = Worm; + exports.WrapText = WrapText; + exports.Wrench = Wrench; + exports.X = X; + exports.XCircle = CircleX; + exports.XOctagon = OctagonX; + exports.XSquare = SquareX; + exports.Youtube = Youtube; + exports.Zap = Zap; + exports.ZapOff = ZapOff; + exports.ZoomIn = ZoomIn; + exports.ZoomOut = ZoomOut; + exports.createElement = createElement; + exports.createIcons = createIcons; + exports.icons = iconAndAliases; + +})); +//# sourceMappingURL=lucide.js.map diff --git a/customize.dist/messages.js b/customize.dist/messages.js index d1760803c..e0284fd64 100755 --- a/customize.dist/messages.js +++ b/customize.dist/messages.js @@ -24,7 +24,7 @@ var map = { 'pl': 'Polski', 'pt-br': 'Português do Brasil', 'pt-pt': 'Português do Portugal', - //'ro': 'Română', + 'ro': 'Română', 'ru': 'Русский', 'sv': 'Svenska', //'te': 'తెలుగు', diff --git a/customize.dist/pages.js b/customize.dist/pages.js index c4e03beaa..d33fbc4d1 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -12,8 +12,9 @@ define([ '/api/config', '/common/extensions.js', 'optional!/api/instance', + '/common/common-icons.js', ], function (h, Language, Util, AppConfig, Msg, $, ApiConfig, - Extensions, Instance) { + Extensions, Instance, Icons) { var Pages = {}; Pages.setHTML = function (e, html) { @@ -79,7 +80,6 @@ define([ href: ref, role: 'button', }; - var iconName = ''; if (!/^\//.test(ref)) { attrs.target = '_blank'; attrs.rel = 'noopener noreferrer'; @@ -89,8 +89,7 @@ define([ text = Msg[loc]; } if (icon) { - iconName = 'i.fa.fa-' + icon; - icon = h(iconName); + icon = Icons.get(icon); } return h('a', attrs, [icon, text]); }; @@ -151,7 +150,7 @@ define([ Pages.infopageFooter = function () { var donateButton; if (!ApiConfig.removeDonateButton) { - donateButton = footLink('https://opencollective.com/cryptpad/contribute/', 'footer_donate', null, 'money'); // TODO migrate to forkawesome and use the OpenCollective icon + donateButton = footLink('https://opencollective.com/cryptpad/contribute/', 'footer_donate', null, 'donate'); // TODO migrate to forkawesome and use the OpenCollective icon } return h('footer.cp-footer', [ @@ -176,7 +175,7 @@ define([ ]), h('div.cp-footer-right', [ h('div.cp-footer-language', [ - h('i.fa.fa-language', {'aria-hidden': 'true'}), + Icons.get('language'), languageSelector() ]) ]) @@ -190,7 +189,7 @@ define([ if (!ApiConfig.restrictRegistration) { registerLink = h('a.nav-item.nav-link.cp-register-btn', { href: '/register/', role: 'button'}, [ - h('i.fa.fa-user', {'aria-hidden':'true'}), + Icons.get('user-account'), Msg.login_register ]); } @@ -198,14 +197,14 @@ define([ if (username === null) { rightLinks = [ h('a.nav-item.nav-link.cp-login-btn', { href: '/login/', role: 'button'}, [ - h('i.fa.fa-sign-in', {'aria-hidden':'true'}), + Icons.get('login'), Msg.login_login ]), registerLink, ]; } else { rightLinks = h('a.nav-item.nav-link.cp-user-btn', { href: '/drive/', role: 'button'}, [ - h('i.fa.fa-user-circle', {'aria-hidden':'true'}), + Icons.get('user-profile'), " ", username ]); @@ -213,7 +212,7 @@ define([ var isHome = ['/', '/index.html'].includes(window.location.pathname); var homeLink = h('a.nav-item.nav-link.cp-back-home' /* .navbar-brand */, { href: '/index.html', role: 'button'}, [ - h('i.fa.fa-arrow-left'), + Icons.get('chevron-left'), h('img', { src: '/customize/CryptPad_logo.svg', "aria-hidden": true, @@ -233,11 +232,12 @@ define([ [ !isHome? homeLink: undefined, h('a.nav-item.nav-link', { href: '/features.html', role: 'button'}, [ - h('i.fa.fa-info-circle'), + Icons.get('properties'), pricingName ]), - h('a.nav-item.nav-link', { href: 'https://docs.cryptpad.org'}, - [h('i.fa.fa-book', {'aria-hidden':'true'}),Msg.docs_link]), + h('a.nav-item.nav-link', { href: 'https://docs.cryptpad.org'}, [ + Icons.get('documentation'), + Msg.docs_link]), ].concat(rightLinks) ); }; diff --git a/customize.dist/pages/contact.js b/customize.dist/pages/contact.js index 36f1b401f..816dc445b 100644 --- a/customize.dist/pages/contact.js +++ b/customize.dist/pages/contact.js @@ -12,7 +12,7 @@ define([ return function () { document.title = Msg.contact; - var developerEmail = "contact@cryptpad.fr"; + var developerEmail = "contact@cryptpad.org"; var adminEmail = Config.adminEmail && [ 'i.did.not.read.my.config@cryptpad.fr', developerEmail diff --git a/customize.dist/pages/features.js b/customize.dist/pages/features.js index c402159d7..0df393f6d 100644 --- a/customize.dist/pages/features.js +++ b/customize.dist/pages/features.js @@ -13,8 +13,9 @@ define([ '/common/common-ui-elements.js', '/common/common-constants.js', '/common/pad-types.js', - '/common/extensions.js' -], function ($, h, Msg, AppConfig, LocalStore, Pages, Config, UIElements, Constants, PadTypes, Extensions) { + '/common/extensions.js', + '/common/common-icons.js' +], function ($, h, Msg, AppConfig, LocalStore, Pages, Config, UIElements, Constants, PadTypes, Extensions, Icons) { return function () { document.title = Msg.features; Msg.features_f_apps_note = PadTypes.availableTypes.map(function (app) { @@ -27,7 +28,7 @@ define([ var groupItemTemplate = function (title, content) { return h('li.list-group-item', [ - h('div.cp-check'), + Icons.get('check'), h('div.cp-content', [ h('div.cp-feature', title), h('div.cp-note', content), diff --git a/customize.dist/pages/index.js b/customize.dist/pages/index.js index 7cf01a82d..a259ad7bc 100644 --- a/customize.dist/pages/index.js +++ b/customize.dist/pages/index.js @@ -15,8 +15,9 @@ define([ '/common/outer/local-store.js', '/customize/pages.js', '/common/pad-types.js', - '/common/extensions.js' -], function ($, Config, h, Hash, Constants, Util, TextFit, Msg, AppConfig, LocalStore, Pages, PadTypes, Extensions) { + '/common/extensions.js', + '/common/common-icons.js' +], function ($, Config, h, Hash, Constants, Util, TextFit, Msg, AppConfig, LocalStore, Pages, PadTypes, Extensions, Icons) { var urlArgs = Config.requireConf.urlArgs; var checkEarlyAccess = function (x) { @@ -58,7 +59,6 @@ define([ var isEAEnabled = checkEarlyAccess(x[0]); //if (i > 2) { s += '.cp-more.cp-hidden'; } var icon = AppConfig.applicationsIcon[x[0]]; - var font = icon.indexOf('cptools') === 0 ? 'cptools' : 'fa'; var href = '/'+ x[0] +'/'; var attr = isEnabled ? { href: href } : { onclick: function () { @@ -79,7 +79,7 @@ define([ return h('a.cp-index-appitem' + cls, [ attr, h(s, [ - h('i.' + font + '.' + icon, {'aria-hidden': 'true'}), + Icons.get(icon), h('div.pad-button-text', [ x[1] ]) ]) ]); @@ -142,7 +142,7 @@ define([ var locationBlock; if (Pages.Instance.location) { locationBlock = h('div.cp-instance-location', [ - h('i.fa.fa-map-pin', {'aria-hidden': 'true'}), + Icons.get('map-pin'), Msg._getKey('home_location', [ Pages.Instance.location ]), ]); } else { @@ -203,7 +203,7 @@ define([ h('div.cp-apps.col-lg-6', [ h('div.cp-app-grid', [ h('span.cp-app-new', [ - h('i.fa.fa-plus'), + Icons.get('add'), Msg.fm_newFile ]), h('div.cp-app-grid-apps', [ @@ -212,7 +212,7 @@ define([ ]), h('div.cp-app-drive', [ h('a.cp-drive-btn', {'href': '/drive/'}, [ - h('i.fa.fa-hdd-o', {'aria-hidden': 'true'}), + Icons.get('drive'), Msg.team_cat_drive ]), extraButtons diff --git a/customize.dist/pages/install.js b/customize.dist/pages/install.js index 018d221b9..17f405d07 100644 --- a/customize.dist/pages/install.js +++ b/customize.dist/pages/install.js @@ -8,8 +8,9 @@ define([ '/common/hyperscript.js', '/common/common-interface.js', '/customize/messages.js', - '/customize/pages.js' -], function (Config, $, h, UI, Msg, Pages) { + '/customize/pages.js', + '/common/common-icons.js', +], function (Config, $, h, UI, Msg, Pages, Icons) { Config.adminKeys = []; return function () { // Redirect to drive if this instance already has admins @@ -36,7 +37,23 @@ define([ h('div.row.cp-register-det', [ h('div#data.hidden.col-md-6', [ h('h2', Msg.register_notes_title), - Pages.setHTML(h('div.cp-register-notes'), Msg.install_notes) + h('div.cp-register-notes', [ + h('ul.cp-notes-list', [ + h('li', [ + Icons.get('alert'), + Msg.admin_note + ]), + h('li', [ + Icons.get('alert'), + Msg.password_note3, + h('span.red', Msg.password_note2) + ]), + h('li', [ + Icons.get('alert'), + Pages.setHTML(h('span'), Msg._getKey('computer_note', ['',''])) + ]) + ]) + ]) ]), h('div.cp-reg-form.col-md-6', [ h('div#userForm.form-group.hidden', [ diff --git a/customize.dist/pages/login.js b/customize.dist/pages/login.js index b45c4c5b2..b1b830c3d 100644 --- a/customize.dist/pages/login.js +++ b/customize.dist/pages/login.js @@ -12,9 +12,15 @@ define([ return function () { document.title = Msg.login_login; - var ssoEnabled = (Config.sso && Config.sso.list && Config.sso.list.length) ?'': '.cp-hidden'; - var ssoEnforced = (Config.sso && Config.sso.force) ? '.cp-hidden' : ''; - + const ssoLength = Config?.sso?.list?.length; + const forceStandardLogin = window.location.hash === "#standard-login"; + var ssoEnabled = (ssoLength && !forceStandardLogin) ? '': '.cp-hidden'; + var ssoEnforced = (Config?.sso?.force && !forceStandardLogin) ? '.cp-hidden' : ''; + if (ssoLength === 1 && ssoEnforced) { + // SSO enforced and only one provider: + // skip login page + return; + } return [h('div#cp-main', [ Pages.infopageTopbar(), h('div.container.cp-container', [ diff --git a/customize.dist/pages/recovery.js b/customize.dist/pages/recovery.js index 2c8b414cf..5eb7678ca 100644 --- a/customize.dist/pages/recovery.js +++ b/customize.dist/pages/recovery.js @@ -8,8 +8,9 @@ define([ '/common/hyperscript.js', '/common/common-interface.js', '/customize/messages.js', - '/customize/pages.js' -], function (Config, $, h, UI, Msg, Pages) { + '/customize/pages.js', + '/common/common-icons.js', +], function (Config, $, h, UI, Msg, Pages, Icons) { return function () { document.title = Msg.recovery_header; @@ -68,7 +69,7 @@ define([ autofocus: true, }), h('div.cp-recovery-forgot', [ - h('i.fa.fa-caret-right'), + Icons.get('chevron-right'), h('span', Msg.recovery_forgot) ]), h('div.cp-recovery-alt', {style: 'display: none;'}, [ diff --git a/customize.dist/pages/register.js b/customize.dist/pages/register.js index fde495c49..d481ea646 100644 --- a/customize.dist/pages/register.js +++ b/customize.dist/pages/register.js @@ -8,8 +8,9 @@ define([ '/common/hyperscript.js', '/common/common-interface.js', '/customize/messages.js', - '/customize/pages.js' -], function (Config, $, h, UI, Msg, Pages) { + '/customize/pages.js', + '/common/common-icons.js', +], function (Config, $, h, UI, Msg, Pages, Icons) { return function () { document.title = Msg.register_header; var tos = $(UI.createCheckbox('accept-terms')).find('.cp-checkmark-label').append(Msg.register_acceptTerms).parent()[0]; @@ -54,7 +55,23 @@ define([ h('div.row.cp-register-det', [ h('div#data.hidden.col-md-6', [ h('h2', Msg.register_notes_title), - Pages.setHTML(h('div.cp-register-notes'), Msg.register_notes) + h('div.cp-register-notes', [ + h('ul.cp-notes-list', [ + h('li', [ + Icons.get('alert'), + Msg.password_note1, + h('span.red', Msg.password_note2) + ]), + h('li', [ + Icons.get('alert'), + Pages.setHTML(h('span'), Msg._getKey('computer_note', ['',''])) + ]), + h('li', [ + Icons.get('alert'), + Msg.import_note + ]) + ]) + ]) ]), h('div.col-md-3.cp-closed-filler'+ssoEnabled, h('div')), h('div.cp-reg-form.col-md-6', [ diff --git a/customize.dist/pre-loading.js b/customize.dist/pre-loading.js index 5a033aa6a..de26308a0 100644 --- a/customize.dist/pre-loading.js +++ b/customize.dist/pre-loading.js @@ -3,21 +3,25 @@ // SPDX-License-Identifier: AGPL-3.0-or-later (function () { -var logoPath = '/customize/CryptPad_logo.svg'; -if (location.pathname === '/' || location.pathname === '/index.html') { - logoPath = '/api/logo'; -} +var logoPath = '/customize/CryptPad_logo_grey.svg'; var elem = document.createElement('div'); elem.setAttribute('id', 'placeholder'); -elem.innerHTML = [ - '
    ', - '', - '
    ', - '
    ', - '

    Loading...

    ', - '
    ' -].join(''); +elem.innerHTML = ` +
    +
    +

    Loading...

    +
    + +`; var key = 'CRYPTPAD_STORE|colortheme'; // handle outer if (localStorage[key] && localStorage[key] === 'dark') { diff --git a/customize.dist/src/less2/include/admin.less b/customize.dist/src/less2/include/admin.less index f53039eb5..fad584b82 100644 --- a/customize.dist/src/less2/include/admin.less +++ b/customize.dist/src/less2/include/admin.less @@ -57,8 +57,9 @@ &:hover { cursor: pointer; } - i.cp-icon { - font-size: 2.8rem; + .cp-icon { + min-height: 2.8rem; + min-width: 2.8rem; } .cp-app-name { flex-grow: 1; diff --git a/customize.dist/src/less2/include/alertify.less b/customize.dist/src/less2/include/alertify.less index acd8fcef1..3328751d6 100644 --- a/customize.dist/src/less2/include/alertify.less +++ b/customize.dist/src/less2/include/alertify.less @@ -67,8 +67,19 @@ outline: none; font: @colortheme_app-font; + .lucide { + width: @variables_icon_width; + height: @variables_icon_height; + margin-right: @variables_icon_margin; + } .cp-checkmark { color: @cryptpad_text_col; + height: 1.5rem; + svg { + margin-left: @variables_icon_margin; + min-height: @variables_icon_height; + min-width: @variables_icon_width; + } } .cp-admin-message { @@ -91,6 +102,8 @@ h1, h2, h3 { margin-top: 0; + display: flex; + align-items: center; } &.hide { @@ -198,12 +211,20 @@ text-decoration: none; } } - .cp-usergrid-user, textarea, a, .fa-times { + .cp-usergrid-user, textarea, a { outline: none; &:focus-visible { outline: @variables_focus_style; } } + .cp-usergrid-user { + span { + &:focus-visible { + outline: @variables_focus_style; + border-radius: @variables_radius; + } + } + } } .cp-alertify-type-container { overflow: visible !important; @@ -221,6 +242,8 @@ box-sizing: content-box; .alertify-tabs-title { .tools_unselectable(); + display: inline-flex; + align-items: center; font-size: 20px; height: 40px; line-height: 40px; @@ -290,9 +313,16 @@ button { margin: 0 !important; } + svg { + margin: 0; + } + .cp-password-reveal { + margin-left: 0.5rem; + margin-right: 0.5rem; + } } - .fa-question-circle { // help links to Docs + .lucide-circle-question-mark { // help links to Docs color: @cp_alertify-fg; &:hover { text-decoration: none; @@ -323,6 +353,11 @@ min-height: 36px; min-width: 88px; } + .cp-spinner { + svg { + animation: spin 10s linear infinite; + } + } nav { padding: @alertify_padding-base; @@ -489,7 +524,6 @@ margin-bottom: @alertify_padding-base; } button { - width: 50px; margin: 0; min-width: 0; font-size: 18px !important; diff --git a/customize.dist/src/less2/include/avatar.less b/customize.dist/src/less2/include/avatar.less index 43a3d0828..33e2668f2 100644 --- a/customize.dist/src/less2/include/avatar.less +++ b/customize.dist/src/less2/include/avatar.less @@ -40,15 +40,9 @@ position: relative; .cp-avatar-default, media-tag { display: inline-flex; - - width: @avatar-width; width: var(--avatar-width); - - height: @avatar-width; height: var(--avatar-width); border-radius: @variables_radius; - - justify-content: center; align-items: center; overflow: hidden; @@ -84,7 +78,7 @@ } } .badges_include(); - & > i.cp-badge { + & > span.cp-badge { position: absolute; z-index: 10; bottom: var(--badges-offset); diff --git a/customize.dist/src/less2/include/badges.less b/customize.dist/src/less2/include/badges.less index cad7eb91b..058cc1ebe 100644 --- a/customize.dist/src/less2/include/badges.less +++ b/customize.dist/src/less2/include/badges.less @@ -22,7 +22,7 @@ } & { - i.cp-badge { + span.cp-badge { width: var(--badges-width); height: var(--badges-width); box-sizing: content-box; @@ -43,7 +43,12 @@ background-color: @value; } }); - + svg { + margin: 0; + } + .lucide-star { + fill: currentcolor; + } } } diff --git a/customize.dist/src/less2/include/checkmark.less b/customize.dist/src/less2/include/checkmark.less index bd2d96e58..5b14df01b 100644 --- a/customize.dist/src/less2/include/checkmark.less +++ b/customize.dist/src/less2/include/checkmark.less @@ -135,7 +135,9 @@ } } - + .dialog .cp-radio { + margin: 0.2rem 0; + } .cp-radio { margin: 0; display: flex; diff --git a/customize.dist/src/less2/include/colortheme-dark.less b/customize.dist/src/less2/include/colortheme-dark.less index ac04aaa25..6d1e9fc4e 100644 --- a/customize.dist/src/less2/include/colortheme-dark.less +++ b/customize.dist/src/less2/include/colortheme-dark.less @@ -54,6 +54,8 @@ @cryptpad_color_grey_950: #121212; @cryptpad_color_black: #000; +@cryptpad_logo_grey: #939393; + @cryptpad_text_col: @cryptpad_color_grey_200; @cryptpad_text_col_inv: @cryptpad_color_grey_900; @@ -66,6 +68,7 @@ @cryptpad_color_red_fader: fade(@cryptpad_color_red, 15%); @cryptpad_color_warn_red: @cryptpad_color_red_fade; @cryptpad_color_dark_red: #9e0000; +@cryptpad_color_darker_red: darken(@cryptpad_color_dark_red, 15%); @cryptpad_color_mid_red: #FF8880; @cryptpad_color_light_red: #FFD4D4; @cryptpad_color_light_red_fade: fade(@cryptpad_color_light_red, 20%); @@ -119,13 +122,14 @@ // Loading screen @cp_loading-bg: @cryptpad_color_grey_900; @cp_loading-fg: @cryptpad_text_col; +@cp_loading-color: @cryptpad_color_grey_400; @cp_loading-msg-bg: @cryptpad_color_grey_700; @cp_loading-link: @cryptpad_color_brand_300; @cp_loading-error-bg: @cryptpad_color_warn_red; @cp_loading-error-fg: @cryptpad_text_col; @cp_loading-progress-bg: @cryptpad_color_grey_800; @cp_loading-progress-bar-bg: @cryptpad_color_brand; -@cp_loading-spinner: @cryptpad_color_grey_600; +@cp_loading-logo: @cryptpad_logo_grey; // Chat @cp_messenger-bg: @cryptpad_color_grey_900; @@ -157,7 +161,7 @@ @cp_alerts-warning-bg: @cryptpad_color_yellow_fader; @cp_alerts-warning-fg: @cryptpad_color_light_yellow; @cp_alerts-warning-text: @cryptpad_color_light_yellow; -@cp_alerts-danger-bg: @cryptpad_color_red_fader; +@cp_alerts-danger-bg: @cryptpad_color_darker_red; @cp_alerts-danger-fg: @cryptpad_color_light_red; @cp_alerts-danger-text: @cryptpad_color_light_red; @cp_alerts-info-bg: @cryptpad_color_brand_fadest; diff --git a/customize.dist/src/less2/include/colortheme.less b/customize.dist/src/less2/include/colortheme.less index 8c2759445..4aa143e90 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -54,6 +54,8 @@ @cryptpad_color_grey_950: #121212; @cryptpad_color_black: #000; +@cryptpad_logo_grey: #939393; + @cryptpad_text_col:@cryptpad_color_grey_800; @cryptpad_text_col_inv: @cryptpad_color_grey_50; @@ -66,6 +68,7 @@ @cryptpad_color_red_fader: fade(@cryptpad_color_red, 15%); @cryptpad_color_warn_red: @cryptpad_color_red_fade; @cryptpad_color_dark_red: #9e0000; +@cryptpad_color_darker_red: darken(@cryptpad_color_dark_red, 10%); @cryptpad_color_mid_red: #FF8880; @cryptpad_color_light_red: #FFD4D4; @cryptpad_color_light_red_fade: fade(@cryptpad_color_light_red, 75%); @@ -116,15 +119,16 @@ @scrollbar_color: @cp_scrollbar-fg transparent; // Loading screen -@cp_loading-bg: @cryptpad_color_grey_200; +@cp_loading-bg: @cryptpad_color_white; @cp_loading-fg: @cryptpad_text_col; -@cp_loading-msg-bg: @cryptpad_color_white; +@cp_loading-color: @cryptpad_color_grey_700; +@cp_loading-msg-bg: @cryptpad_color_grey_200; @cp_loading-link: @cryptpad_color_brand; @cp_loading-error-bg: @cryptpad_color_warn_red; @cp_loading-error-fg: @cryptpad_text_col; -@cp_loading-progress-bg: @cryptpad_color_white; +@cp_loading-progress-bg: @cryptpad_color_grey_200; @cp_loading-progress-bar-bg: @cryptpad_color_brand; -@cp_loading-spinner: @cryptpad_color_grey_500; +@cp_loading-logo: @cryptpad_logo_grey; // Chat @cp_messenger-bg: @cryptpad_color_grey_200; @@ -156,9 +160,9 @@ @cp_alerts-warning-bg: @cryptpad_color_yellow_fade; @cp_alerts-warning-fg: @cryptpad_color_light_yellow; @cp_alerts-warning-text: darken(@cp_alerts-warning-fg, 55%); -@cp_alerts-danger-bg: @cryptpad_color_light_red_fade; +@cp_alerts-danger-bg: @cryptpad_color_light_red; @cp_alerts-danger-fg: @cryptpad_color_light_red; -@cp_alerts-danger-text: darken(@cp_alerts-danger-fg, 55%); +@cp_alerts-danger-text: @cryptpad_color_darker_red; @cp_alerts-info-bg: fade(@cryptpad_color_brand, 15%); @cp_alerts-info-text: @cryptpad_color_brand; @cp_alerts-info-fg: @cryptpad_color_brand; @@ -258,7 +262,7 @@ @cp_corner-text: @cryptpad_text_col; // Pad Creation Screen -@cp_creation-bg: @cryptpad_color_white; +@cp_creation-bg: @cryptpad_color_grey_100; @cp_creation-fg: @cryptpad_text_col; @cp_creation-template: @cryptpad_color_grey_100; @cp_creation-button-bg: @cryptpad_color_brand; diff --git a/customize.dist/src/less2/include/comments.less b/customize.dist/src/less2/include/comments.less index 814b75277..7b373a35d 100644 --- a/customize.dist/src/less2/include/comments.less +++ b/customize.dist/src/less2/include/comments.less @@ -70,6 +70,11 @@ button:not(:last-child) { margin-right: 5px; } + svg { + width: 1rem; + height: 1rem; + margin-right: 0.35rem; + } } .cp-comment-container { @@ -91,6 +96,11 @@ &:last-child { margin-bottom: 10px; } + svg { + width: 1rem; + height: 1rem; + margin-right: 0.35rem; + } } .cp-comment { &:not(:first-child) { diff --git a/customize.dist/src/less2/include/contextmenu.less b/customize.dist/src/less2/include/contextmenu.less index e8457fb15..20ae9afae 100644 --- a/customize.dist/src/less2/include/contextmenu.less +++ b/customize.dist/src/less2/include/contextmenu.less @@ -26,6 +26,10 @@ .dropdown-menu { padding: 6px 0px; } + .dropdown-item { + display: inline-flex; + align-items: center; + } li { padding: 0; font-size: @colortheme_app-font-size; @@ -39,10 +43,9 @@ color: inherit; } } - .dropdown-toggle { - transform: rotate(270deg); + span svg { + margin-right: 0; margin-left: 1rem; - float: right; } .dropdown-menu { top: -0.7rem; @@ -65,22 +68,16 @@ background-color: @cp_context-bg-active; color: @cp_context-fg; } - .fa, .cptools { - &:first-child { - margin-right: 10px; - } - &.cptools:not(:first-child) { - vertical-align: middle; - } - color: @cp_context-icon; - width: 16px; - } &.cp-app-disabled { cursor: not-allowed !important; opacity: 0.5; } } } + li.dropdown-submenu > ul.dropdown-menu li > a.dropdown-item > svg.lucide { + vector-effect: non-scaling-stroke; + stroke-width: 1.7; + } .cp-app-drive-context-noAction { font-style: italic; color: @cp_context-disabled; diff --git a/customize.dist/src/less2/include/corner.less b/customize.dist/src/less2/include/corner.less index 6970a8843..4d307b828 100644 --- a/customize.dist/src/less2/include/corner.less +++ b/customize.dist/src/less2/include/corner.less @@ -72,10 +72,6 @@ .cp-corner-dontshow { cursor: pointer; - .fa { - margin-right: 0.3em; - font-size: 1.1em; - } &:hover { color: @corner-fg-alt; @@ -125,9 +121,6 @@ text-transform: uppercase; border: 1px solid @corner-fg; border-radius: @variables_radius; - .fa, .cptools { - margin-right: 0.3em; - } &.cp-corner-primary { background-color: @corner-fg; color: @corner-bg; diff --git a/customize.dist/src/less2/include/creation.less b/customize.dist/src/less2/include/creation.less index 6f2b19da0..6fcf8f276 100644 --- a/customize.dist/src/less2/include/creation.less +++ b/customize.dist/src/less2/include/creation.less @@ -51,19 +51,46 @@ overflow: auto; .cp-creation-fill { flex: 1 1 50%; + display: flex; + align-items: flex-end; } - .cp-creation-logo { - height: 300px; - width: 200px; - min-height: 0; - text-align: center; - img { - margin-top: 50px; - margin-bottom: 50px; - max-width: 100%; - max-height: ~"calc(100% - 100px)"; + #cp-creation-status { + display: flex; + color: @cp_loading-color; + align-items: center; + font-family: "IBM Plex Mono"; + font-size: 15px; + margin-top: 2rem; + gap: 0.5rem; + svg { + margin: 0; } } + #cp-creation-logo { + flex: 0 1 auto; + min-height: 0; + display: flex; + align-items: center; + gap: 1rem; + color: @cp_loading-logo; + font-size: 40px; + + img { + margin: 0; + max-height: 60px; + } + span { + font-size: 40px; + font-family: "IBM Plex Mono"; + .tools_unselectable(); + } + } + #cp-creation-footer { + margin-bottom: 2rem; + display: flex; + flex-flow: column; + align-items: center; + } } #cp-creation { overflow: auto; @@ -120,18 +147,22 @@ } .cp-creation-title-text { position: relative; + display: flex; + align-items: center; a { position: absolute; - top: 7px; - margin-left: 30px; font-size: 16px; color: inherit; + right: -30px; } a:focus-visible { border-radius: 50%; outline: @variables_focus_style; } } + svg { + margin: 0; + } } .cp-creation-early { max-width: 80%; @@ -196,6 +227,9 @@ &:hover { text-decoration: none; } + svg { + margin: 0; + } } .cp-creation-slider { display: none; @@ -249,11 +283,6 @@ background-color: @cp_creation-button-bg; color: @cp_creation-button-fg; } - .cp-creation-team-avatar { - .fa { - font-size: 25px; - } - } .cp-creation-team-name { overflow: hidden; white-space: nowrap; @@ -315,11 +344,14 @@ flex: none; } .cp-password-reveal { - margin:0.2rem; + margin:0.5rem; &:focus-visible { outline: @variables_focus_style; border-radius: @variables_radius; } + svg { + margin: 0; + } } } } @@ -341,9 +373,8 @@ width: 100%; //flex: 1 0 auto; flex-wrap: nowrap; - justify-content: space-between; + justify-content: center; .cp-creation-template-more { - font-size: 30px; margin: 0 5px; text-align: center; background-color: transparent; @@ -366,6 +397,11 @@ outline: @variables_focus_style; border-radius: @variables_radius; } + svg { + margin: 0; + width: @variables_icon_width; + height: @variables_icon_height; + } } } .cp-creation-template-container { @@ -399,7 +435,7 @@ &.cp-creation-template-selected, &:hover { background-color: @creation-bg-color-light; background-color: var(--creation-bg-color-light); - .fa, .cptools { + svg { color: @creation-color; color: var(--creation-color); } @@ -430,11 +466,12 @@ line-height: 25px; max-width: 100%; } - .fa, .cptools { + svg { color: @creation-bg-color; color: var(--creation-bg-color); cursor: pointer; - font-size: 30px; + height: 1.8rem; + width: 1.8rem; text-align: center; margin-right: 10px; } diff --git a/customize.dist/src/less2/include/drive.less b/customize.dist/src/less2/include/drive.less index 7d7adbf65..1ea26cd98 100644 --- a/customize.dist/src/less2/include/drive.less +++ b/customize.dist/src/less2/include/drive.less @@ -27,6 +27,18 @@ max-height: 100%; min-height: auto; + .lucide { + width: @variables_icon_width; + height: @variables_icon_height; + margin-right: @variables_icon_margin; + } + .cp-icon-hidden { + display: none; + } + .cp-icon-hidden > svg { + visibility: hidden; + position: absolute; + } .cp-unselectable { .tools_unselectable(); } @@ -51,7 +63,12 @@ padding-top: 5px; padding-bottom: 5px; border: 1px solid transparent; - + svg.cp-app-drive-element-icon { + min-width: 1.25em; + min-height: 1.25em; + font-size: 1em; + margin-right: 0.2rem; + } &:not(.cp-app-drive-element-selected):not(.cp-app-drive-element-selected-tmp) { border: 1px solid @cp_drive-icon-border; } @@ -83,23 +100,24 @@ max-width: none; margin: 8px 0; } - .fa, .cptools { - display: block; + svg { margin: auto; - font-size: 64px; margin: 18px 0; text-align: center; &.listonly { display: none; } } + svg { + font-size: 55px; //temporary XXX + } &.cp-app-hidden { display: none !important; } &.cp-app-disabled { cursor: not-allowed !important; - .fa, .cptools { cursor: not-allowed !important; } + svg { cursor: not-allowed !important; } opacity: 0.5; } } @@ -151,13 +169,6 @@ // outline: none; //} - .fa { - font-family: FontAwesome; - } - .cptools { - font-family: cptools; - } - ul { list-style: none; padding-left: 0px; // Remove the default padding @@ -180,12 +191,6 @@ .cp-app-drive-element-selected { background: @cp_drive-selected-bg !important; color: @cp_drive-selected-fg; - .fa-minus-square-o, .fa-plus-square-o { - color: @cp_sidebar-left-fg; - } - .cptools { - color: @cp_drive-selected-fg; - } &.cp-app-drive-element-active { background: @cp_drive-selected-bg !important; color: @cryptpad_text_col !important; @@ -195,9 +200,6 @@ .cp-app-drive-element-selected-tmp { background: @cp_drive-selection-bg; color: @cp_drive-selection-fg; - .fa-minus-square-o, .fa-plus-square-o { - color: @cp_sidebar-left-fg; - } } .cp-app-drive-color-picker { @@ -217,17 +219,9 @@ position: absolute; font-size: 50px; } - .cptools-folder-no-color { + .folder-no-color { color: @cryptpad_color_grey_500; } - .fa-check { - position: absolute; - top: 40%; left: 35%; - color: transparent; - } - &.cp-app-drive-current-color > .fa-check { - color: @cryptpad_color_grey_900; - } } } @@ -235,16 +229,18 @@ #cp-app-drive-search { display: inline-flex; align-items: center; - max-width: 400px; + max-width: 500px; font-size: 30px; margin: 15px; + height: 2.5rem; input { background: transparent; color: @cp_drive-fg; + width: 20rem; .tools_placeholder-color(); outline-width: 0px; border-radius: 0; - width: 100%; + max-width: 100%; border: 0; border-bottom: 3px solid @cp_drive-fg; margin: 0 5px; @@ -270,9 +266,16 @@ .cp-app-drive-search-spinner { display: inline-flex; color: @cp_drive-fg; - font-size: 40px; align-items: center; justify-content: center; + svg { + height: 2rem; + width: 2rem; + margin-bottom: 1.5rem; + } + .cp-spinner svg { + animation: spin 10s linear infinite; + } } .cp-app-drive-search-noresult { font-size: 30px; @@ -281,6 +284,26 @@ color: fade(@cryptpad_text_col, 80%); } + //make search drive component responsive + @media screen and (max-width: @browser_media-medium-screen) { + #cp-app-drive-search { + max-width: 100%; + font-size: 22px; + margin: 10px; + input { + border-bottom-width: 2px; + width: 17rem; + } + } + .cp-app-drive-search-spinner svg { + width: 1.5rem; + margin-bottom: 1rem; + } + .cp-app-drive-search-noresult { + font-size: 22px; + padding: 10px; + } + } /* TREE */ @@ -344,14 +367,6 @@ align-items: center; cursor: pointer; margin: 0 0 2px -5px; - padding-left: 5px; - .fa, .cptools { - display: inline-block; - min-width: 0; - width: 20px; - margin-right: 0px; - z-index: 99; - } .cp-app-drive-element { flex: 1; min-width: 0; @@ -375,14 +390,13 @@ box-shadow: @cryptpad_ui_shadow; .cp-app-drive-tree-root { .droppable-tree-element(); - .fa-trash-o { - padding-left: 2px; - } } li { padding: 0; .cp-app-drive-element-row { - display: block; + display: inline-flex; + align-items: center; + width: 100%; padding-left: 20px; .leftside-menu-category_main(); margin: 0; @@ -398,26 +412,32 @@ .cp-limit-container { margin-top: 5px; } - .fa.cp-app-drive-icon-expcol { - margin-left: -10px; + .cp-app-drive-icon-expcol { font-size: 14px; position: absolute; left: -17px; - top: 11px; - width: 11px !important; - height: 11px !important; + top: 10px; + overflow: hidden; + width: calc(1em - 2px) !important; + height: calc(1em - 2px) !important; background-color: @cp_sidebar-left-item-bg; padding: 0; margin: 0; z-index: 10; cursor: default; - &:before { - position: relative; - top: -1px; + display: inline-flex; + svg { + margin: -1px; + width: 1em; + height: 1em; } &:focus-visible { - outline: @variables_focus_style; - border-radius: @variables_radius_S; + outline: none; + svg { + outline: @variables_focus_style; + border-radius: @variables_radius_S; + margin: 0; + } } } .cp-app-drive-tree-docs { @@ -432,6 +452,12 @@ } .cp-app-drive-tree-root > .cp-app-drive-element-row { margin-left: 0px; + .cp-icon-hidden ~ svg { + margin-left: -21px; + } + .cp-app-drive-icon-expcol { + top: -1px; + } &.cp-app-drive-element-active { .cp-app-drive-icon-expcol { color: @cp_sidebar-left-active-fg; // +/- expand icon for drive @@ -444,8 +470,8 @@ left: -10px; background-color: transparent; } - .cp-app-drive-tree-root > .cp-app-drive-element-row > .cp-app-drive-icon-folder { - margin-left: -5px; + .cp-app-drive-tree-root > .cp-app-drive-element-row > svg { + margin-left: -6px; } .cp-app-drive-tree-root { &> .cp-app-drive-element-row { @@ -466,18 +492,18 @@ position: relative; &:before { position: absolute; - left: -12px; + left: -10px; top: -10px; content: ''; display: block; border-left: 1px solid @cp_drive-tree-branch; height: ~"calc(1em + 11px)"; border-bottom: 1px solid @cp_drive-tree-branch; - width: 15px; + width: 11px; } &:after { position: absolute; - left: -12px; + left: -10px; bottom: -7px; content: ''; display: block; @@ -511,7 +537,7 @@ .cp-splitter { position: absolute; height: 100%; - width: 8px; + width: 1rem; top: 0; left: 0; cursor: col-resize; @@ -528,9 +554,9 @@ &:hover { border-left: 1px solid @cryptpad_text_col; } - i { + svg { color: @cryptpad_text_col; - font-size: 1.6rem; + transform: scale(2.5); } } &.cp-app-drive-readonly { // applied to offline drive (not read-only shared folders) @@ -577,10 +603,11 @@ color: @cryptpad_color_link; text-decoration: underline; } - span { + svg { cursor: pointer; float: right; margin-top: 0.5em; + margin-right: 0; } } li { @@ -589,6 +616,7 @@ &:hover { &:not(.-cp-app-drive-element-selected, .cp-app-drive-element-selected-tmp) { background-color: @cp_drive-icon-hover; + cursor: pointer; } } } @@ -623,6 +651,10 @@ line-height: 16px; color: @cp_drive-header-fg; } + .cp-icon { + height: 1.5rem; + width: 1.5rem; + } } &.cp-app-drive-tags-list { width: 100%; @@ -646,6 +678,9 @@ } .cp-app-drive-element { .cp-app-drive-element-truncated { display: none; } + span.cp-app-drive-element-name { + padding: 0; + } } .cp-app-drive-new-ghost { @@ -658,7 +693,7 @@ &:hover { opacity: 0.7; } - .fa, .cptools { + svg { cursor: pointer; } } @@ -691,16 +726,13 @@ .cp-app-drive-element-state, .cp-app-drive-element-menu { position: absolute; top: 3px; - .fa, .cptools { + display: flex; + flex-direction: column; + svg { margin: 0; - font-size: 18px; + font-size: 16px; } } - .cp-app-drive-element-icon { - font-size: 0.9rem; - margin: 0; - margin-right: 0.3rem; - } .cp-app-drive-element-name-text { overflow: hidden; white-space: nowrap; @@ -717,7 +749,7 @@ max-width: 100px; max-height: 100px; background: @cp_drive-thumb-bg; - & ~ .fa, & ~ .cptools { + & ~ svg { display: none; font-size: 17px; position: absolute; @@ -729,10 +761,9 @@ } .cp-app-drive-new-ghost { flex-flow: column; - .fa, .cptools { + svg { font-size: 90px; - margin-top: 5px; - margin-bottom: 0; + margin: 0; } } .cp-app-drive-element-list { @@ -741,9 +772,6 @@ } div.cp-app-drive-content-list { - .cp-app-drive-element-icon { - display: none !important; - } .cp-app-drive-element-grid { display: none; } @@ -758,7 +786,14 @@ } li { display: flex; + align-items: center; border-radius: @variables_radius; + &.cp-app-drive-element-row:not(.cp-app-drive-element-header) { + svg * { + stroke-width: 1.5; + vector-effect: non-scaling-stroke; + } + } input { border: 1px solid transparent; margin: 0; @@ -793,7 +828,7 @@ align-items: center; justify-content: end; height: @variables_bar-height; - .fa, .cptools { + svg { &:not(:last-child) { margin-right: 2px; } @@ -815,9 +850,6 @@ color: inherit; background: none; border: none; - .fa { - margin-right: 5px; - } } } } @@ -838,7 +870,7 @@ cursor: default; color: @cp_drive-header-fg; span { - &:not(.fa):not(.cptools) { + &:not(svg) { text-align: left; } &.sortasc, &.sortdesc { @@ -966,6 +998,11 @@ #cp-app-drive-content-folder { padding-right: 10px; flex: 1; + .cp-app-drive-element-row.cp-app-drive-element-file > svg.lucide *, + .cp-app-drive-element-row.cp-app-drive-element-folder > svg.lucide * { + stroke-width: 3.5; + vector-effect: non-scaling-stroke; + } } #cp-app-drive-new-ghost-dialog.cp-modal-container { @@ -977,13 +1014,34 @@ .cp-modal { display: flex; flex-flow: column; - li, li .fa, li .cptools { + li, li svg.lucide { cursor: pointer; border-radius: @variables_radius; &:focus { outline: @cryptpad_color_brand solid 2px; } } + li svg.lucide * { + stroke-width: 3.5; + vector-effect: non-scaling-stroke; + } + ul { + display: flex; + flex-wrap: wrap; + justify-content: center; + } + li { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + text-align: center; + } + h3 { + display:inline-flex; + align-items: center; + justify-content: center; + } &> p { display: flex; align-items: center; @@ -1020,7 +1078,7 @@ display: flex; align-items: center; align-content: unset; - .fa, .cptools { + svg { font-size: 32px; min-width: 50px; } @@ -1050,17 +1108,16 @@ } } .cp-toolbar-bottom-right { - .fa-history { order: 50; } - // .fa-list, .fa-th-large, + .lucide-history { order: 50; } .cp-app-drive-viewmode-button { order: 25; - i { - margin-right: 0; - } + } + svg { + margin-right: 0; } #cp-app-drive-toolbar-context-mobile, #cp-app-drive-toolbar-contextbuttons { order: 0; } #cp-app-drive-toolbar-context-mobile { - .fa { margin: 0 !important; } + .svg { margin: 0 !important; } } #cp-app-drive-toolbar-contextbuttons { height: @variables_bar-height; @@ -1080,6 +1137,12 @@ .cp-app-drive-button { order: 15; margin: 0 1em; + .btn.btn-danger { + svg.lucide { + width: @variables_icon_width; + height: @variables_icon_height; + } + } } } diff --git a/customize.dist/src/less2/include/dropdown.less b/customize.dist/src/less2/include/dropdown.less index ee63ab5bc..1dfddcaa4 100644 --- a/customize.dist/src/less2/include/dropdown.less +++ b/customize.dist/src/less2/include/dropdown.less @@ -58,14 +58,7 @@ } } - .fa { - font-family: FontAwesome; - } - button { - .fa-caret-down { - margin-right: 0.5em !important; - } * { .tools_unselectable(); } @@ -122,26 +115,13 @@ line-height: 1em; align-items: center; - &:not(.fa) { + span { + display: inline-flex; + align-items: center; + } + &:not(svg) { font: @dropdown_font; } - &.fa, &.cptools { - font-size: 18px; - &::before { - width: 40px; - margin-left: -10px; - text-align: center; - } - * { - font: @dropdown_font; - } - } - - .fa, .cptools { - width: 20px; - text-align: center; - margin-right: 5px !important; - } &.cp-dropdown-element-active { background-color: @cp_dropdown-bg-active; diff --git a/customize.dist/src/less2/include/export.less b/customize.dist/src/less2/include/export.less index d2dee00cf..41a66c2b1 100644 --- a/customize.dist/src/less2/include/export.less +++ b/customize.dist/src/less2/include/export.less @@ -50,9 +50,6 @@ display: flex; align-items: center; padding: 5px 0; - .fa { - width: 25px; - } } } .cp-export-actions { diff --git a/customize.dist/src/less2/include/fileupload.less b/customize.dist/src/less2/include/fileupload.less index f3aba69d1..a0934a943 100644 --- a/customize.dist/src/less2/include/fileupload.less +++ b/customize.dist/src/less2/include/fileupload.less @@ -49,6 +49,10 @@ &:hover { color: lighten(@cp_upload-fg, 10%); } + svg { + margin: 0; + } + } } #cp-fileupload-table { @@ -66,9 +70,8 @@ white-space: nowrap; max-width: 40vw; margin: 0px @upload_pad_v; - .fa { + svg { margin-top: 4px; - margin-right: 5px; } .cp-fileupload-table-name { overflow: hidden; @@ -112,9 +115,9 @@ &:not(.success):not(.cancelled):hover { background-color: rgba(0,0,0,0.1); } - .fa { + svg { padding: @upload_pad_h @upload_pad_v; - &.fa-times { + .lucide-x { cursor: pointer; } } diff --git a/customize.dist/src/less2/include/forms.less b/customize.dist/src/less2/include/forms.less index 8d2cf791b..6ec997083 100644 --- a/customize.dist/src/less2/include/forms.less +++ b/customize.dist/src/less2/include/forms.less @@ -64,12 +64,12 @@ } } &.mfa-enabled { - span, i { + span, i, svg { color: @cp_settings_enabled; } } &.mfa-disabled { - span, i { + span, i, svg { color: @cp_settings_disabled; } } @@ -137,7 +137,7 @@ line-height: 30px; color: @cp_kanban-fg; border: 1px solid fade(@cp_kanban-fg, 40%); - &.fa-check { // tick on selected color + &.svg { // tick on selected color color: @cryptpad_text_col; } outline: none; @@ -150,28 +150,19 @@ button.btn { background-color: @cp_buttons-cancel; box-sizing: border-box; + display: inline-flex; align-items: center; + justify-content: center; line-height: 20px; padding: 8px 6px; white-space: nowrap; text-align: center; text-transform: uppercase; - font-size: 14px; + font-size: @variables_button-font-size; text-decoration: none; cursor: pointer; border-radius: @variables_radius; transition: none; - - &:not(.fa):not(.cptools) { - font-family: inherit; - } - - i, .fa, .cptools { - &:not(.nomargin) { - margin-right: 5px; - } - } - color: @cp_buttons-fg; border: 1px solid @cp_buttons-fg; @@ -316,9 +307,6 @@ font-size: 12px; padding: 5px; border-radius: @variables_radius; - i { - margin-right: 10px; - } &.cp-alert-top { margin-top: @alertify_padding-base; } @@ -358,11 +346,6 @@ &.dismissable { display: flex; align-items: center; - span.fa-times { - font-size: @colortheme_app-font-size; - margin-left: 20px; - cursor: pointer; - } } } .cp-banner { diff --git a/customize.dist/src/less2/include/help.less b/customize.dist/src/less2/include/help.less index dc0c6fc26..f8018d98e 100644 --- a/customize.dist/src/less2/include/help.less +++ b/customize.dist/src/less2/include/help.less @@ -12,7 +12,8 @@ }; & { .cp-help-container { - + display:inline-flex; + align-items: center; position: relative; background-color: @cp_help-bg; max-height: 50%; @@ -25,12 +26,14 @@ border: none; position: absolute; color: @cryptpad_text_col; - top: 5px; right: 5px; &:focus-visible { outline: @variables_focus_style; border-radius: @variables_radius; } + svg { + margin: 0; + } } .cp-help-text { color: @cp_help-fg; diff --git a/customize.dist/src/less2/include/icons.less b/customize.dist/src/less2/include/icons.less index bf3e3afc3..8ced268e5 100644 --- a/customize.dist/src/less2/include/icons.less +++ b/customize.dist/src/less2/include/icons.less @@ -36,9 +36,9 @@ color: @cp_drive-fg; outline: @cryptpad_color_brand solid 2px; } - .fa, .cptools { - display: block; - font-size: 64px; + svg { + height: 4rem; + width: 4rem; margin: 18px 0; text-align: center; &.listonly { @@ -51,7 +51,7 @@ } &.cp-app-disabled { cursor: not-allowed !important; - .fa, .cptools { cursor: not-allowed !important; } + svg { cursor: not-allowed !important; } opacity: 0.5; } } diff --git a/customize.dist/src/less2/include/infopages.less b/customize.dist/src/less2/include/infopages.less index 2635ba6e9..272a6211f 100644 --- a/customize.dist/src/less2/include/infopages.less +++ b/customize.dist/src/less2/include/infopages.less @@ -51,6 +51,11 @@ body.html { outline: @variables_focus_style; border-radius: @variables_radius; } + .lucide { + width: @variables_icon_width; + height: @variables_icon_height; + margin-right: @variables_icon_margin; + } border: 0; padding: 0; margin: 0; @@ -209,10 +214,8 @@ body.html { border-radius: @infopages-radius; padding: 0.5em 0.7em; white-space: nowrap; - display: inline-block; - i { - margin-right: 5px; - } + display: inline-flex; + align-items: center; &:hover { background-color: @cp_static-card-bg; color: @cryptpad_text_col; @@ -225,10 +228,8 @@ body.html { .cp-footer-language { padding: 10px; margin-right: 10px; - i { - font-size: 1.3em; - margin-right: 5px; - } + display: inline-flex; + align-items: center; select { min-width: 0; background-color: @cp_static-card-bg; @@ -290,9 +291,11 @@ body.html { padding: 0.5em 0.7em; margin: 5px; color: @cp_static-link; - display: inline-block; + display: flex; + align-items: center; img { - max-height: 30px; + width: @variables_icon_width; + height: @variables_icon_height; margin-right: 10px; } &.cp-back-home { @@ -304,14 +307,10 @@ body.html { &:focus-visible { outline: @variables_focus_style; } - i { - margin-right: 5px; - } } .cp-register-btn { background-color: @cp_static-topbar-fg; color: @cp_static-bg; - display: inline-block; &:hover { background-color: @cp_static-card-bg; color: @cryptpad_text_col; diff --git a/customize.dist/src/less2/include/leftside-menu.less b/customize.dist/src/less2/include/leftside-menu.less index fb90678f0..c3a11cdfd 100644 --- a/customize.dist/src/less2/include/leftside-menu.less +++ b/customize.dist/src/less2/include/leftside-menu.less @@ -16,12 +16,6 @@ height: @variables_bar-height; border-radius: @variables_radius; background-color: @cp_sidebar-left-item-bg; - .fa, .cptools { - display: inline-flex; - justify-content: center; - margin-right: 5px; - min-width: 20px; - } &:hover { background: @cryptpad_text_col_inv; } diff --git a/customize.dist/src/less2/include/loading.less b/customize.dist/src/less2/include/loading.less index b7e5fa732..bd32f0cd7 100644 --- a/customize.dist/src/less2/include/loading.less +++ b/customize.dist/src/less2/include/loading.less @@ -37,7 +37,7 @@ opacity: 1; display: flex; flex-flow: column; - justify-content: center; + justify-content: space-between; align-items: center; font: 20px 'Open Sans', 'Helvetica Neue', sans-serif !important; &.cp-loading-transparent { @@ -49,23 +49,27 @@ transition: opacity 0.75s, visibility 0s 0.75s; } .cp-loading-logo { - height: 300px; - width: 300px; - margin-top: 50px; flex: 0 1 auto; min-height: 0; - text-align: center; - } - .cp-loading-logo img { - max-width: 100%; - max-height: 100%; + display: flex; + align-items: center; + gap: 1rem; + color: @cp_loading-logo; + + img { + margin: 0; + max-height: 60px; + } + span { + font-size: 40px; + font-family: "IBM Plex Mono"; + .tools_unselectable(); + } } .cp-loading-container { width: 700px; max-width: 90vw; - min-height: 236px; max-height: calc(100vh - 20px); - margin: 50px; flex-shrink: 0; display: flex; flex-flow: column; @@ -82,32 +86,58 @@ margin-bottom: 2em; } + &.cp-loading-empty { + &>:not(.cp-loading-empty) { + display: none !important; + } + justify-content: center; + } + @media screen and (max-width: 500px) { font-size: 16px !important; - .cp-loading-container { - height: 206px; - } } - @media screen and (max-height: 700px) { - font-size: 16px !important; - .cp-loading-container { - height: 206px; - } - } - @media screen and (max-height: 500px) { + @media screen and (max-width: 300px) { .cp-loading-logo { - display: none; + img { + max-height: 40px; + } + span { + font-size: 20px; + } } } + @media screen and (max-height: 600px) { + font-size: 16px !important; + } + + #cp-loading-spinner-message { + color: @cp_loading-color; + } #cp-loading-message { background: @cp_loading-msg-bg; - padding: 20px; + padding: 1rem; width: 100%; border-radius: @variables_radius; color: @cp_loading-fg; text-align: left; - display: none; overflow-y: auto; + &.cp-error-message, &.cp-error-message-alt { + margin: 0; + font-size: 16px; + padding: 0.5rem; + width: auto; + } + &.cp-error-message { + background-color: @cp_alerts-danger-bg; + color: @cp_alerts-danger-text; + } + &.cp-error-message-alt { + background-color: @cp_alerts-danger-text; + color: @cp_alerts-danger-bg; + } + &:empty { + display: none; + } a { color: @cp_loading-link; border-radius: @variables_radius; @@ -115,14 +145,39 @@ p:last-child { margin-bottom: 0; } + svg { + margin: 0; + } + } + #cp-loading-status { + display: flex; + color: @cp_loading-color; + align-items: center; + font-family: "IBM Plex Mono"; + font-size: 0.75em; + margin-top: 2rem; + gap: 0.5rem; + svg { + margin: 0; + } + } + + #cp-loading-footer { + margin-bottom: 2rem; + display: flex; + flex-flow: column; + align-items: center; } #cp-loading-password-prompt { p.cp-password-error { - color: @cp_loading-error-fg; - background: @cp_loading-error-bg; - padding: 5px; - margin-bottom: 15px; + margin: 0; + margin-bottom: 0.5rem; + font-size: 16px; + padding: 0.5rem; + background-color: @cp_alerts-danger-bg; + color: @cp_alerts-danger-text; + border-radius: @variables_radius; } .cp-password-form { display: flex; @@ -130,7 +185,7 @@ gap:0.5rem; width: 100%; .cp-password-container { - flex-shrink: 1; + flex: 1; min-width: 0; } .cp-password-reveal { @@ -152,14 +207,9 @@ p.cp-password-info { text-align: left; - margin-bottom: 15px; + margin-bottom: 0.5rem; } - .cp-loading-spinner-container { - position: relative; - height: 80px; - margin-bottom: 50px; - } .cp-loading-progress { width: 100%; text-align: center; @@ -170,42 +220,23 @@ text-overflow: ellipsis; } .cp-loading-progress-list { - text-align: left; display: inline-block; - margin-bottom: 50px; max-width: 100%; - ul { - list-style: none; - padding-left: 0; - margin: 0; - } - li { - padding: 0px 5px; - .tools_unselectable(); - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - i { - width: 22px; - } - span { - margin-left: 10px; - &.percent { - position: absolute; - } - } - } + color: @cp_loading-color; } .cp-loading-progress-bar { - height: 24px; + margin: 1rem 0; + height: 5px; background: @cp_loading-progress-bg; - border: 1px solid @cp_loading-progress-bar-bg; + border: 0; + //border: 1px solid @cp_loading-progress-bar-bg; border-radius: @variables_radius; } .cp-loading-progress-bar-value { height: 100%; background: @cp_loading-progress-bar-bg; + border-radius: @variables_radius; } } @@ -219,16 +250,44 @@ } } - .cp-spinner { - display: inline-block; - box-sizing: border-box; - width: 80px; - height: 80px; - border: 11px solid @cp_loading-spinner; - border-radius: 50%; - border-top-color: transparent; - animation: spin infinite 3s; - animation-timing-function: cubic-bezier(.6,0.15,0.4,0.85); + .cp-loading-spinner-container { + margin: 1rem 0; + height: 5px; + width: 100%; + border: 0; + overflow: hidden; + background: @cp_loading-progress-bg; + border-radius: @variables_radius; + } + .cp-spinner-main { + width: 100%; + height: 5px; + background: @cp_loading-progress-bar-bg; + border-radius: @variables_radius; + animation: loading-animation 1s infinite linear; + transform-origin: 0% 50%; + } + +@keyframes loading-animation { + 0% { + transform: translateX(0) scaleX(0); + } + 40% { + transform: translateX(0) scaleX(0.4); + } + 100% { + transform: translateX(100%) scaleX(0.5); + } +} + + + button { + .cp-spinner { + svg { + animation: spin 10s linear infinite ; + margin: 0 0 0.1rem 0.3rem; + } + } } } diff --git a/customize.dist/src/less2/include/markdown.less b/customize.dist/src/less2/include/markdown.less index 5d1386936..0f1a95bf4 100644 --- a/customize.dist/src/less2/include/markdown.less +++ b/customize.dist/src/less2/include/markdown.less @@ -99,9 +99,6 @@ max-width: 250px; min-height: 38px; justify-content: center; - .fa { - margin-right: 5px; - } b { margin-left: 5px; white-space: nowrap; @@ -210,16 +207,6 @@ a { color: @cryptpad_text_col; font-size: 0.8em; - &.cp-remote-img::before { // .fa.fa-question-circle - font-family: FontAwesome; - //content: "\f08e\00a0"; - content: "\f08e\00a0\00a0"; - } - &.cp-learn-more::before { // .fa.fa-external-link - font-family: FontAwesome; - content: "\f059\00a0"; - //content: "\f059\00a0\00a0"; - } } } } @@ -237,12 +224,6 @@ } .todo-list-item { list-style: none; - position: relative; - .fa { - position: absolute; - margin-left: -17px; - margin-top: 4px; - } } .mediatag_cryptpad(); diff --git a/customize.dist/src/less2/include/messenger.less b/customize.dist/src/less2/include/messenger.less index 3bf3f4409..0d67b5398 100644 --- a/customize.dist/src/less2/include/messenger.less +++ b/customize.dist/src/less2/include/messenger.less @@ -62,12 +62,12 @@ } } - span.cp-app-contacts-spinner { + .cp-app-contacts-spinner { display: none; } .cp-app-contacts-initializing { - span.cp-app-contacts-spinner { + svg.cp-app-contacts-spinner { color: @cp_messenger-fg; display: block; } @@ -115,16 +115,19 @@ & > span:hover { color: @msg-color-hover; } + svg { + margin-right: 0.1rem; + } } } - i.cp-badge { + span.cp-badge { color: var(--msg-bg-color-dark); border-color: var(--msg-bg-color-dark); } &:hover { background-color: @msg-bg-color-darker; background-color: var(--msg-bg-color-darker); - i.cp-badge { + span.cp-badge { color: var(--msg-bg-color-darker); border-color: var(--msg-bg-color-darker); } @@ -174,9 +177,6 @@ margin: 10px; display: none; order: 3; - .fa-bell-slash { - margin-right: 10px; - } } } } @@ -247,7 +247,7 @@ .cp-app-contacts-header { background-color: @msg-bg-color-lighter; background-color: var(--msg-bg-color-lighter); - i.cp-badge { + span.cp-badge { color: var(--msg-bg-color-lighter); border-color: var(--msg-bg-color-lighter); } @@ -256,8 +256,12 @@ justify-content: space-between; align-items: center; height: 50px; + svg { + margin-right: 0; + } .hover () { + cursor: pointer; height: 100%; line-height: 30px; padding: 10px; @@ -307,6 +311,7 @@ position: absolute; top: 2px; right: 2px; + margin: 0; } } .cp-app-contacts-chat { @@ -392,6 +397,10 @@ &[disabled="true"] { .tools_placeholder-color(); } + &:focus-visible { + outline: @variables_focus_style; + border-radius: @variables_radius; + } } button { height: 54px !important; @@ -404,6 +413,13 @@ background-color: @msg-bg-color-dark; background-color: var(--msg-bg-color-dark); } + &:focus-visible { + outline: @variables_focus_style; + border-radius: @variables_radius; + } + svg { + margin: 0; + } } } } diff --git a/customize.dist/src/less2/include/modals-ui-elements.less b/customize.dist/src/less2/include/modals-ui-elements.less index a693857c2..d7d50a1a8 100644 --- a/customize.dist/src/less2/include/modals-ui-elements.less +++ b/customize.dist/src/less2/include/modals-ui-elements.less @@ -129,16 +129,16 @@ // Access modal button.cp-access-add { - i { + svg { margin-right: 0px !important; } - i.fa-arrow-left { + svg[data-lucide='arrow-left'] { display: inline; @media (max-width: @browser_media-medium-screen) { display: none; } } - i.fa-arrow-up { + svg[data-lucide='arrow-up'] { display: none; @media (max-width: @browser_media-medium-screen) { display: inline; @@ -161,6 +161,14 @@ .cp-access-margin-right { margin-right: 5px !important; } + .cp-share-columns { + .cp-checkmark { + svg.lucide { + margin-left: 0; + margin-right: 0.2rem; + } + } + } // teams invite modal .cp-teams-invite-block { @@ -184,9 +192,6 @@ } .cp-teams-invite-spinner { font-size: 1.2em; - .fa { - margin-right: 10px;; - } } .cp-teams-help { margin-left: 10px; @@ -209,6 +214,14 @@ .cp-snapshot-spinner { min-height: 90px; text-align: center; + .cp-spinner { + svg { + width: 4rem; + height: 4rem; + vertical-align: middle; + animation: spin 10s linear infinite; + } + } } .cp-snapshot-element { display: flex; @@ -216,7 +229,7 @@ padding: 5px 0; outline: none; border-radius: @variables_radius; - & > i { + & > svg { margin-left: @snapshot_spacing; text-align: center; } @@ -310,17 +323,13 @@ color: @cp_markdown-block-fg; } } - .cp-spinner { + .cp-spinner-main { border-color: @cryptpad_color_brand; border-top-color: transparent; } } .cp-mediatag-control { align-self: center; - .fa { - margin: 10px; - cursor: pointer; - } } .cp-mediatag-outer { display: flex; diff --git a/customize.dist/src/less2/include/notifications.less b/customize.dist/src/less2/include/notifications.less index 81e5fb5f8..38d698a32 100644 --- a/customize.dist/src/less2/include/notifications.less +++ b/customize.dist/src/less2/include/notifications.less @@ -11,6 +11,11 @@ --LessLoader_require: LessLoader_currentFile(); } & { + .lucide { + width: @variables_icon_width; + height: @variables_icon_height; + margin-right: @variables_icon_margin; + } @notif-height: 50px; .cp-notifications-container { max-width: 300px; @@ -24,13 +29,16 @@ .cp-notification { min-height: @notif-height; display: flex; + align-items: center; + svg { + margin: @variables_icon_margin; + } .cp-broadcast { - display: flex; - font-size: 30px; - align-items: center; - padding: 0 5px; + margin: @variables_icon_margin; + width: var(--avatar-width); + height: var(--avatar-width); color: @cp_dropdown-fg; - &.preview:not(.fa-calendar) { + &.preview:not(.lucide-calendar-days) { color: @cryptpad_color_red; } } @@ -39,7 +47,7 @@ } .cp-avatar { .avatar_main(30px); - padding: 0 5px; + padding: 5px; } .cp-avatar-image { display: inline-flex; @@ -50,8 +58,9 @@ } } .cp-notification-content { + display: flex; flex: 1; - align-items: stretch; + align-items: center; min-width: 0; p { word-break: break-word; @@ -62,7 +71,6 @@ } .cp-notification-dismiss { color: @cp_dropdown-fg; - width: 25px; display: flex; align-items: center; justify-content: center; diff --git a/customize.dist/src/less2/include/password-input.less b/customize.dist/src/less2/include/password-input.less index 05a5a035b..576abc590 100644 --- a/customize.dist/src/less2/include/password-input.less +++ b/customize.dist/src/less2/include/password-input.less @@ -16,13 +16,7 @@ flex: 1; min-width: 0; } - .fa { - width: 30px; - height: 30px; - display: inline-flex; - align-items: center; - justify-content: center; - cursor: pointer; + svg { &:hover { color: darken(@cryptpad_color_brand, 10%); } diff --git a/customize.dist/src/less2/include/sidebar-layout.less b/customize.dist/src/less2/include/sidebar-layout.less index 73761a976..83aae7587 100644 --- a/customize.dist/src/less2/include/sidebar-layout.less +++ b/customize.dist/src/less2/include/sidebar-layout.less @@ -60,9 +60,9 @@ display: flex; max-width: 100%; align-items: center; - .fa, .cptools { - margin-right: 0; - flex: 0; + svg { + min-width: @variables_icon_width; + min-height: @variables_icon_height; } span.cp-sidebarlayout-category-name { padding-left: 5px; @@ -257,9 +257,6 @@ } label.noTitle { display: inline-flex; - .fa { - margin-left: 10px; - } } margin-bottom: 20px; } @@ -301,7 +298,7 @@ margin: 10px 0; } button.btn { - margin: 0 @sidebar_base-margin 0 0; + //margin: 0 @sidebar_base-margin 0 0; &:last-child { margin-right: 0; } diff --git a/customize.dist/src/less2/include/support.less b/customize.dist/src/less2/include/support.less index 090b0946d..c061c1949 100644 --- a/customize.dist/src/less2/include/support.less +++ b/customize.dist/src/less2/include/support.less @@ -43,9 +43,9 @@ } .cp-support-attachments { display: flex; - .fa { + svg { cursor: pointer; - margin-right: 10px; + vertical-align: middle; } &> span { border: 1px solid @fromme-bg; @@ -95,6 +95,9 @@ } .cp-support-title-buttons { margin-left: 1em; + svg { + margin: 0; + } } } .cp-support-ticket-tags { @@ -155,6 +158,9 @@ display: none; cursor: default; position: relative; + button svg { + margin-right: 0; + } .cp-support-copydata { position: absolute; right: 0; @@ -196,7 +202,7 @@ display: none; } .cp-support-hide { - display: inline; + display: inline-flex; } } .cp-support-form-container { diff --git a/customize.dist/src/less2/include/tokenfield.less b/customize.dist/src/less2/include/tokenfield.less index 03ec82ff1..943fc2edd 100644 --- a/customize.dist/src/less2/include/tokenfield.less +++ b/customize.dist/src/less2/include/tokenfield.less @@ -101,6 +101,11 @@ &:hover { color: contrast(@cp_token-fg, darken(@cp_token-fg, 10%), lighten(@cp_token-fg, 10%)); } + svg { + width: @variables_icon_width; + height: @variables_icon_height; + margin: 0; + } } } .token-input { diff --git a/customize.dist/src/less2/include/toolbar-history.less b/customize.dist/src/less2/include/toolbar-history.less index 27b2552aa..464634d66 100644 --- a/customize.dist/src/less2/include/toolbar-history.less +++ b/customize.dist/src/less2/include/toolbar-history.less @@ -32,6 +32,9 @@ &.cp-history-init { padding: 0; height: 32px; + svg { + animation: spin 10s linear infinite; + } } .cp-toolbar-history-timeline { @@ -62,6 +65,11 @@ align-self: baseline; margin-right: 5px; .cp-history-actions-first { + .cp-history-create-snapshot { + svg { + margin: 0; + } + } margin-right: @fill-width; } button { @@ -104,6 +112,13 @@ } .cp-toolbar-history-loadmore { font-size: 10px !important; + &:focus-visible { + outline: @variables_focus_style; + border-radius: @variables_radius; + } + .cp-loadmore-loading { + animation: spin 10s linear infinite; + } } .cp-history-timeline-actions { margin-left: 21px !important; @@ -123,9 +138,6 @@ border-left: none; width: 2px !important; background: @pos-color; - &:before { - left: -6px; - } } } &.cp-history-oo { @@ -159,9 +171,6 @@ height: 100%; background: @history_lineBg; margin-right: 1px; - .fa-refresh { - font-size: 13px; - } } } .cp-history-timeline-container { @@ -222,8 +231,8 @@ width: 50px; color: @cp_toolbar-fg; border-radius: @variables_radius; - .fa:first-child:not(:last-child) { - margin-right: 5px; + svg { + margin: 0; } &:disabled { cursor: not-allowed !important; @@ -257,11 +266,10 @@ height: 37px; //background: @pos-color; position: absolute; - &:before { - top: -17px; - font-size: 24px; + svg { + top: -14px; position: absolute; - left: ~"calc(50% - 6px)"; + left: ~"calc(50% - 9px)"; } } @media screen and (max-width: 870px) { @@ -273,6 +281,9 @@ .cp-history-actions-first { margin-right: 0 !important; } + .cp-history-actions-last { + margin-right: 0.5rem; + } button { margin: 0.1rem; } diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index a49d6a73b..cde1ea1d7 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -51,10 +51,6 @@ @toolbar_top-height: 76px; @toolbar_button-font: @colortheme_app-font; - // if we spell 'share' correctly, then adblock plus hides the share button - // this is a workaround - .fa-shhare-alt:before { content: "\f1e0"; } - .ckeditor_fix(); .cp-burn-after-reading { @@ -77,7 +73,7 @@ border-radius: @variables_radius; color: @toolbar-color; .toolbar_button; - padding: 3px 9px; + padding: 3px 7px; &:hover { background-color: contrast(@cp_toolbar-bg, darken(@cp_toolbar-bg, 5%), lighten(@cp_toolbar-bg, 5%)); } @@ -85,10 +81,11 @@ outline: @variables_focus_style; } } - @media screen and (max-width: @browser_media-medium-screen) { - button:nth-of-type(1) { - margin-left: 0; - } + svg { + margin: 0; + } + button:nth-of-type(1) { + margin-left: 0.2rem; } } @@ -99,7 +96,7 @@ .toolbar_button { height: @toolbar_line-height; box-sizing: border-box; - padding: 3px 10px; + padding: 5px 7px; margin: 0; transition: all 0.15s; .tools_unselectable(); @@ -166,6 +163,9 @@ box-sizing: border-box; order: 100; z-index: 1; + span.cp-badge > svg.lucide { + width: 0.625rem; // ~10px + } .cp-toolbar-userlist-drawer-close { position: absolute; margin-top: -10px; @@ -220,7 +220,7 @@ border-radius: @variables_radius; border-right: 3px solid transparent; .avatar_main(35px); - i.cp-badge { + span.cp-badge { color: @cp_toolbar-bg2; border-color: @cp_toolbar-bg2; } @@ -228,7 +228,7 @@ cursor: pointer; &:hover { background: @cp_toolbar-bg3; - i.cp-badge { + span.cp-badge { color: @cp_toolbar-bg3; border-color: @cp_toolbar-bg3; } @@ -259,6 +259,10 @@ border: none; height: 20px; cursor: pointer; + svg { + width: @variables_icon_width; + margin: 0 0 @variables_icon_margin 0; + } } } .cp-toolbar-userlist-name-input { @@ -280,10 +284,10 @@ padding: 0; } .cp-userlist-badge { - i { + span { color: @cryptpad_color_brand; } - i.cp-badge-error { + span.cp-badge-error { color: @cryptpad_color_warn_red; } } @@ -298,7 +302,16 @@ #cp-app-toolbar-creation-dialog.cp-modal-container { .icons_main(); + h3 { + display: inline-flex; + justify-content: center; + align-items: center; + svg { + height: 2rem; + width: 2rem; + } + } li { color: @cp_drive-fg; border: 1px solid @cp_drive-icon-border; @@ -310,8 +323,21 @@ .cp-modal { display: flex; flex-flow: column; - li, li .fa { + li { cursor: pointer; + svg.lucide * { + stroke-width: 3.5; + vector-effect: non-scaling-stroke; + } + @media screen and (max-width: @browser_media-medium-screen) { + svg { + margin: 0 @variables_icon_margin 0 @variables_icon_margin; + width: 2.5rem; + } + svg.lucide, svg.lucide * { + stroke-width: 2; + } + } } &> p { text-align: center; @@ -359,10 +385,6 @@ width: 200px; display: flex; align-items: center; - .fa, .cptools { - font-size: 32px; - min-width: 50px; - } .cp-icons-name { height: auto; text-align: left; @@ -412,10 +434,6 @@ color: @toolbar-bg-color; color: var(--toolbar-bg-color); - .fa { - font: normal normal normal 14px/1 FontAwesome; - } - .tools_unselectable(); font: @toolbar_button-font; @@ -426,16 +444,25 @@ //height: 100%; //display: inline-block; button { - height: 100%; margin: 0; background: transparent; } + svg { + height: @variables_icon_height; + width: @variables_icon_width; + margin-right: @variables_icon_margin; + } } button { .toolbar_button; &.cp-notifications-bell, &.cp-maintenance-wrench { color: @cryptpad_text_col; + svg { + margin:0; + height: 2.5rem; + width: 2.5rem; + } } } @@ -526,9 +553,6 @@ line-height: @toolbar_line-height; display: inline-flex; - .fa { - font-size: @colortheme_app-font-size; - } } input { height: @toolbar_line-height; @@ -550,9 +574,6 @@ //transform: scale(0.5); .cp-toolbar-link-logo { padding: 5px; - span { - font-size: 24px; - } } } .cp-toolbar-user { @@ -601,6 +622,12 @@ line-height: 32px; margin: 0; } + .cp-notifications-bell { + svg { + width: @variables_icon_width; + height: @variables_icon_height; + } + } } } } @@ -648,12 +675,7 @@ .cp-toolbar-title-edit, .cp-toolbar-title-save { display: flex; align-items: center; - font-size: 20px; - vertical-align: middle; border-radius: 0 @variables_radius @variables_radius 0; - .fa { - font-size: 20px; - } } .cp-toolbar-title-readonly { margin-left: 10px; @@ -699,8 +721,8 @@ border: 1px solid transparent; padding: 0 5px; border-collapse: collapse; - span { - cursor: pointer; + svg { + margin: 0; } } .cp-toolbar-title-save { @@ -709,8 +731,8 @@ cursor: pointer; padding: 5px; border-collapse: collapse; - span { - cursor: pointer; + svg { + margin: 0; } } .cp-toolbar-title-value { @@ -780,7 +802,7 @@ .cp-dropdown-button-title { position: absolute; bottom: 10px; - right: 16px; + right: 13px; font-size: 14px; border: 1px solid; border-radius: 50%; @@ -814,36 +836,27 @@ justify-content: center; cursor: pointer; order: 1; - .fa { - margin: 0; - } a.cp-toolbar-link-logo { cursor: pointer; display: inline-flex; text-decoration: none; + position: absolute; height: auto; - padding: 10px; color: @toolbar-bg-color; color: var(--toolbar-bg-color); border-radius: @variables_radius; - - span { - font-size: 45px; + padding: 0; + line-height: 0; + svg { + height: 3rem; + width: 3rem; + margin: 0; } - &:hover { - // Icons shown when hovering the toolbar icon (where logo used to be) - .cptools::before { - content: "\e920"; // shows drive icon in document toolbars - } - .fa::before { - content: "\f0a0"; // shows hdd-o for all FA icons (settings, etc) - } - .fa-hdd-o::before { - content: "\f015"; // shows home for drive - } + .lucide * { + stroke-width: 3; + vector-effect: non-scaling-stroke; } - // svg { // #outline, #squares { // fill: @toolbar-bg-color; @@ -860,6 +873,21 @@ // width: 100%; // } } + @media screen and (max-height: @browser_media-medium-screen), + screen and (max-width: @browser_media-medium-screen) { + a.cp-toolbar-link-logo { + svg { + width: @variables_icon_width; + height: @variables_icon_height; + } + .lucide * { + stroke-width: 1.5; + } + } + } + a.cp-toolbar-link-logo > svg:nth-of-type(2){ display: none; } + a.cp-toolbar-link-logo:hover > svg:nth-of-type(1){ display: none; } + a.cp-toolbar-link-logo:hover > svg:nth-of-type(2){ display: block; } } .cp-toolbar-user { height: @toolbar_top-height; @@ -994,6 +1022,8 @@ } .cp-toolbar-dropdown-nowrap { white-space: nowrap; + display: inline-flex; + align-items: center; } .cp-toolbar-bottom { color: @cp_toolbar-bottom-fg; @@ -1047,6 +1077,11 @@ border-color: @cryptpad_text_col; color: @cryptpad_text_col; } + .cp-toolbar-userlist-button { + svg { + margin: 0; + } + } &.cp-toolbar-button-active { background-color: @cp_toolbar-bg; border-color: @cp_toolbar-fg; @@ -1080,8 +1115,8 @@ you hover perfectly. The same is true of the drive's grid/list view toggle. */ position: relative; - .fa { - margin-right: 0px; + svg { + margin-right: 0; } .cp-collapsed-notif { display: inline-block; @@ -1104,7 +1139,7 @@ .cp-toolbar-name, .cp-button-name, .cp-dropdown-button-title { display: none; } - i, span { + span, svg { margin-right: 0; } } @@ -1166,24 +1201,24 @@ .cp-toolbar-icon-pad_toc { order: 8; } - .cp-toolbar-file { - li, button { - .fa-plus { order: 0; } - .fa-history { order: 5; } - .fa-hashtag { order: 10; } - .fa-bookmark { order: 15; } - .fa-upload { order: 20; } - .fa-files-o { order: 25; } - .fa-download { order: 30; } - .fa-print { order: 35; } - .fa-trash { order: 40; } - .cp-toolbar-icon-pad-settings { order: 75; } - .fa-info-circle { order: 100; } + .cp-toolbar-file li > a { + &.cp-toolbar-icon-newpad .lucide { order: 0; } + &.cp-toolbar-icon-snapshots .lucide { order: 5; } + &.cp-toolbar-icon-template .lucide { order: 10; } + &.cp-toolbar-icon-pad-settings .lucide { order: 15; } + &.cp-toolbar-icon-history .lucide { order: 20; } + &.cp-toolbar-icon-hashtag .lucide { order: 25; } + &.cp-toolbar-icon-import-template .lucide { order: 30; } + &.cp-toolbar-icon-import .lucide { order: 35; } + &.cp-toolbar-icon-copy .lucide { order: 40; } + &.cp-toolbar-icon-export .lucide { order: 45; } + &.cp-toolbar-icon-print .lucide { order: 50; } + &.cp-toolbar-icon-forget .lucide { order: 60; } - .fa-question { order: 150; } + &.cp-toolbar-icon-properties .lucide { order: 100; } + &.cp-toolbar-icon-help .lucide { order: 150; } - span { order: 1000; } // text always after icon - } + > span { order: 1000; } // text always after icon } .cp-toolbar-drawer-contentsss:empty ~ .cp-toolbar-drawer-button { @@ -1209,9 +1244,6 @@ z-index: 10000; //Z cp-toolbar-drawer-content color: @cp_dropdown-fg; .tools_unselectable(); - .fa { - font-size: 17px; - } &> span { order: 8; box-sizing: border-box; @@ -1259,27 +1291,12 @@ min-width: 200px; box-sizing: border-box; margin-bottom: 5px; - &> span.fa { - height: 20px; - width: 20px; - //margin: 8px; - line-height: 20px; - font-size: 20px; - text-align: center; - } } .cp-toolbar-readonly { margin-right: 5px; font-weight: bold; text-transform: uppercase; } - .cp-toolbar-share { - a { - .fa { - margin-right: 5px; - } - } - } } diff --git a/customize.dist/src/less2/include/usergrid.less b/customize.dist/src/less2/include/usergrid.less index d6d7694a9..56f68ac33 100644 --- a/customize.dist/src/less2/include/usergrid.less +++ b/customize.dist/src/less2/include/usergrid.less @@ -120,7 +120,7 @@ color: @cp_usergrid-selected-fg; } } - .fa-times { + .lucide-x { border-radius: @variables_radius; margin-left: 5px; cursor: pointer; diff --git a/customize.dist/src/less2/include/variables.less b/customize.dist/src/less2/include/variables.less index 1df205e11..bf832fb87 100644 --- a/customize.dist/src/less2/include/variables.less +++ b/customize.dist/src/less2/include/variables.less @@ -12,6 +12,7 @@ // Elements size @variables_bar-height: 32px; @variables_input-height: 38px; +@variables_button-font-size: 14px; // Used in modal.less and alertify.less @variables_padding: 12px; @@ -23,3 +24,7 @@ @variables_radius_L: 10px; @variables_focus_style: @cryptpad_color_brand solid 2px; + +@variables_icon_margin: 0.5rem; +@variables_icon_height: 1.2em; +@variables_icon_width: 1.2em; diff --git a/customize.dist/src/less2/pages/page-contact.less b/customize.dist/src/less2/pages/page-contact.less index c24a21e93..9c00c2bac 100644 --- a/customize.dist/src/less2/pages/page-contact.less +++ b/customize.dist/src/less2/pages/page-contact.less @@ -10,10 +10,6 @@ &.cp-page-contact { .infopages_main(); - .fa { - padding-right: 0.25em; - } - .cp-container { .cp-iconCont { diff --git a/customize.dist/src/less2/pages/page-features.less b/customize.dist/src/less2/pages/page-features.less index 261f74cd7..f12cb60ec 100644 --- a/customize.dist/src/less2/pages/page-features.less +++ b/customize.dist/src/less2/pages/page-features.less @@ -18,7 +18,7 @@ text-decoration: none; text-align: center; background-color: @cp_buttons-primary; - color: @cryptpad_text_col; + color: @cryptpad_text_col_inv; font-size: 20px; margin: 10px 0; border-radius: @infopages-radius; @@ -27,7 +27,7 @@ background-color: contrast(@cp_buttons-primary-text, darken(@cp_buttons-primary, 10%), lighten(@cp_buttons-primary, 10%)); } &:visited { - color: @cryptpad_text_col; + color: @cryptpad_text_col_inv; } } .cp-features-web { @@ -76,22 +76,15 @@ .list-group { li { display: flex; + align-items: center; padding-left: 0; padding-right: 5px; + svg { + width: 30px; + color: @cryptpad_color_brand; + } } div { - &.cp-check { - width: 30px; - display: flex; - align-items: center; - justify-content: center; - &:before { - content: "\f00c"; - font-family: "FontAwesome"; - font-size: 14px; - color: @cryptpad_color_brand; - } - } &.cp-content { flex: 1; display: flex; diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index c8cc5a3da..435823510 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -52,7 +52,6 @@ font-size: 2.5em; } } - .cp-home-hero { width: 100%; align-self: center; @@ -90,9 +89,11 @@ } .cp-instance-location { margin-top: 20px; - i { + display: inline-flex; + align-items: center; + svg { font-size: 1.2em; - margin-right: 5px; + margin-right: @variables_icon_margin; } } .cp-instance-links { @@ -126,15 +127,21 @@ font-size: 1.4em; line-height: 100%; color: fade(@cryptpad_text_col, 80%); - i { - margin-right: 5px; - } + display: inline-flex; + align-items: center; } .cp-app-grid-apps { display: flex; flex-wrap: wrap; justify-content: center; padding: 0 0.8rem; + svg { + margin: 0; + } + .lucide * { + stroke-width: 2.7; + vector-effect: non-scaling-stroke; + } } a { margin: 10px; @@ -147,7 +154,7 @@ @icons-text-size: 24px; .bs-callout { display: flex; - align-items: stretch; + align-items: center; margin: 0; box-sizing: border-box; position: relative; @@ -167,11 +174,10 @@ align-items: center; justify-content: center; overflow: hidden; - white-space: nowrap; text-overflow: ellipsis; font-size: 16px; } - .fa, .cptools { + svg { display: flex; align-items: center; font-size: 3.5em; @@ -183,6 +189,8 @@ .pad-button-text { color: @cryptpad_text_col; padding: 5px; + white-space: wrap; + text-align: center; } } .cp-index-appitem { @@ -216,11 +224,11 @@ each(@colortheme_apps, { .cp-callout-@{key} { border-radius: @infopages-radius; - i { color: @value; } + svg { color: @value; } &:hover { @desat: desaturate(@value, 15%); background-color: contrast(@cryptpad_text_col, lighten(@value, 30%), darken(@desat, 20%)); - i { color: @cryptpad_text_col; } + svg { color: @cryptpad_text_col; } } } }); @@ -232,7 +240,8 @@ a.cp-drive-btn { color: @cryptpad_text_col; font-size: 1.5rem; - display: block; + display: inline-flex; + align-items: center; height: min-content; flex-shrink: 0; width: fit-content; @@ -245,10 +254,13 @@ &:hover { background-color: fade(@cryptpad_text_col, 10%); } - i { + svg { color: @cryptpad_color_brand; margin-right: 10px; - font-size: 1.3em; + } + svg.lucide, svg.lucide * { + stroke-width: 2; + vector-effect: non-scaling-stroke; } } .cp-sub-prompt { @@ -263,7 +275,7 @@ margin: 10px 0; border-radius: @infopages-radius-L; padding: 0.75rem; - i { + svg { display: inline; margin-right: 10px; } @@ -288,10 +300,11 @@ div { .infopages_link(); color: @cryptpad_color_white; - .fa, .cptools { + svg { font-size: inherit; padding: 0; - width: 1em; + width: @variables_icon_width; + height: @variables_icon_height; padding-left: 5px; } } diff --git a/customize.dist/src/less2/pages/page-install.less b/customize.dist/src/less2/pages/page-install.less index b273677a8..065996c44 100644 --- a/customize.dist/src/less2/pages/page-install.less +++ b/customize.dist/src/less2/pages/page-install.less @@ -62,9 +62,9 @@ li { margin-bottom: 1em; } - .fa { - padding-right: 10px; - } + } + h2 { + padding-left: 30px; } h3 { font-weight: 700; @@ -112,12 +112,6 @@ position: relative; li { margin-bottom: 10px; - &::before { - position: absolute; - left: 0; - font-family: "FontAwesome"; - content: "\f071"; - } .red { background-color: @cp_static-danger; } diff --git a/customize.dist/src/less2/pages/page-register.less b/customize.dist/src/less2/pages/page-register.less index d32d97817..569918b1c 100644 --- a/customize.dist/src/less2/pages/page-register.less +++ b/customize.dist/src/less2/pages/page-register.less @@ -87,9 +87,6 @@ li { margin-bottom: 1em; } - .fa { - padding-right: 10px; - } } h3 { font-weight: 700; @@ -122,7 +119,9 @@ #ssoForm { margin-top: 15px; } - + h2 { + padding-left: 30px; + } .cp-register-notes { ul.cp-notes-list { list-style: none; @@ -131,12 +130,6 @@ position: relative; li { margin-bottom: 10px; - &::before { - position: absolute; - left: 0; - font-family: "FontAwesome"; - content: "\f071"; - } .red { background-color: @cp_static-danger; } diff --git a/customize.dist/src/pre-loading.css b/customize.dist/src/pre-loading.css index c7ea7856b..2c8e6dce4 100644 --- a/customize.dist/src/pre-loading.css +++ b/customize.dist/src/pre-loading.css @@ -4,6 +4,23 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 500; + src: url("/customize/fonts/IBMPlexMono-Medium.woff2") format("woff2"), url("/customize/fonts/IBMPlexMono-Medium.woff") format("woff"); } + +@font-face { + font-family: 'Open Sans'; + src: url('/components/open-sans-fontface/fonts/Regular/OpenSans-Regular.eot'); + src: url('/components/open-sans-fontface/fonts/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), + url('/components/open-sans-fontface/fonts/Regular/OpenSans-Regular.woff') format('woff'), + url('/components/open-sans-fontface/fonts/Regular/OpenSans-Regular.ttf') format('truetype'), + url('/components/open-sans-fontface/fonts/Regular/OpenSans-Regular.svg#OpenSansLight') format('svg'); + font-weight: 300; + font-style: normal; +} + .cp-app-noscroll body { background: transparent; } @@ -21,61 +38,79 @@ left: 0px; right: 0px; background-color: #EEEEEE; /* @cp_loading-bg */ - color: #424242; /* @cp_loading-fg */ + color: #757575; /* grey_600 */ font-size: 1.3em; line-height: 120%; opacity: 1; display: flex; flex-flow: column; - justify-content: center; + justify-content: space-between; align-items: center; - font: 20px 'Helvetica Neue', sans-serif !important; + font: 20px 'Open Sans', sans-serif !important; } -html:not(.cp-app-noscroll) #placeholder.dark-theme { +html #placeholder.dark-theme { background-color: #212121; /* @cp_loading-bg (dark) */ } #placeholder.dark-theme { - color: #EEEEEE; /* @cp_loading-fg (dark) */ + color: #BDBDBD; /* grey_400 */ } #placeholder .placeholder-logo-container { - height: 300px; - width: 300px; - margin-top: 50px; - flex: 0 1 auto; - min-height: 0; - text-align: center; - opacity: 0; - animation: fadein 5s ease 2s forwards; + display: flex; + align-items: center; + gap: 1rem; + color: #939393; } #placeholder .placeholder-logo-container img { - max-width: 100%; - max-height: 100%; + margin: 0; + max-height: 60px; +} +#placeholder .placeholder-logo-container span { + font-size: 40px; + font-family: "IBM Plex Mono"; + user-select: none; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + cursor: pointer; } #placeholder .placeholder-message-container { width: 700px; max-width: 90vw; - height: 236px; + height: auto; max-height: calc(100vh - 20px); - margin: 50px; flex-shrink: 0; display: flex; flex-flow: column; align-items: center; + justify-content: center; opacity: 0; animation: fadein 5s ease 2s forwards; } #placeholder .placeholder-message-container p { margin-top: 0; } -#placeholder .placeholder-logo { - margin-left: auto; - margin-right: auto; - max-width: 90vw; - max-height: max(40vh, 250px); - width: auto; - height: auto; - margin-bottom: 2em; + +#placeholder-loading-status { + font-size: 0.75em; + margin-top: 2rem; + font-family: "IBM Plex Mono"; + svg { + margin: 0; + } +} +#placeholder-loading-footer { + margin-bottom: 2rem; + display: flex; + flex-flow: column; + align-items: center; + + flex: 0 1 auto; + min-height: 0; + opacity: 0; + animation: fadein 5s ease 2s forwards; } @keyframes fadein { @@ -87,22 +122,19 @@ html:not(.cp-app-noscroll) #placeholder.dark-theme { #placeholder { font-size: 16px !important; } - #placeholder .placeholder-message-container { - height: 206px; +} +@media screen and (max-width: 300px) { + #placeholder .placeholder-logo-container img { + max-height: 40px; + } + #placeholder .placeholder-logo-container span { + font-size: 20px; } } -@media screen and (max-height: 700px) { +@media screen and (max-height: 600px) { #placeholder { font-size: 16px !important; } - #placeholder .placeholder-message-container { - height: 206px; - } -} -@media screen and (max-height: 500px) { - #placeholder .placeholder-logo-container { - display: none; - } } :is(div, noscript) > p.noscript { font-family: sans-serif; diff --git a/customize.dist/template.js b/customize.dist/template.js index 84682526b..b71136e71 100644 --- a/customize.dist/template.js +++ b/customize.dist/template.js @@ -7,8 +7,6 @@ define([ '/common/hyperscript.js', '/customize/pages.js', '/components/nthen/index.js', - - 'css!/components/components-font-awesome/css/font-awesome.min.css', ], function ($, h, Pages, nThen) { // we consider that there is no valid reason to load any of the info pages // in an iframe. abort everything if you detect that you are embedded. @@ -16,7 +14,6 @@ define([ $(function () { var $body = $('body'); - var pathname = location.pathname; // add class on info-pages @@ -50,7 +47,6 @@ $(function () { 'optional!/api/instance', 'less!/customize/src/less2/pages/page-' + pageName + '.less', 'css!/components/bootstrap/dist/css/bootstrap.min.css', - 'css!/customize/fonts/cptools/style.css' ], function (ApiConfig, Util, Instance) { var $main = $(infoPage()); var titleSuffix = (Util.find(Instance, ['name','default']) || '').trim(); @@ -58,7 +54,6 @@ $(function () { titleSuffix = window.location.hostname; } document.title = document.title + ' - ' + titleSuffix; - $('#placeholder').remove(); $body.append($main); diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 32ba43d65..c21cd9959 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -69,7 +69,7 @@ This means that using chainpad, clients can collaborate in realtime while using ## Datastore -While it's possible for messages to propogate using a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol) and therefore not rely on havinga centralized service for storing messages, it's possible for the members of a gossip network to [Netsplit](https://en.wikipedia.org/wiki/Netsplit). +While it's possible for messages to propagate using a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol) and therefore not rely on having a centralized service for storing messages, it's possible for the members of a gossip network to [Netsplit](https://en.wikipedia.org/wiki/Netsplit). Chainpad currently has no mechanism for resolving such an event. If a member of a session disconnects (as defined by not responding to a ping with a pong in a specified timeframe) any revisions that they make to their version of a document will be ignored. @@ -128,7 +128,7 @@ If an interface is interactive, which they typically are, then the user will lik If the interface is a plain text editor, maintaining the location of the cursor while updating the contents of the editor is not especially difficult. The process involves checking where the user's selection is located (possibly a start and end), determining whether the changes to the document occurred before or after those points, and updating the selection boundaries if necessary. -If the interface is a WYSIWYG editor, maintaining the location of the cursor is more difficult, as the number of characters changed in the authoratative document does not correspond directly to the number of characters which the user perceives. +If the interface is a WYSIWYG editor, maintaining the location of the cursor is more difficult, as the number of characters changed in the authoritative document does not correspond directly to the number of characters which the user perceives. It is the application developers' responsibility to infer from the new content where the cursor should be, and to render the modified content in such a way that it does not disrupt user experience. In the process of developing its [Realtime CKEditor](https://cryptpad.fr) XWiki Labs discovered that many of the [existing Javascript libraries](https://github.com/Matt-Esch/virtual-dom) for updating a **DOM** are very destructive, and replace elements completely once a difference is detected within the tree (when scanning left to right). @@ -213,7 +213,7 @@ The encryption scheme employed by CryptPad is a [symmetric encryption](https://e Encryption is complex, and poorly understood by the majority of those who use it on a daily basis. Pre-shared-keys are among the weakest possible cryptographic tools available today, however, few if any other encryption schemes scale to any number of users. -For our purposes, we would like our application to offerthe benefits of encryption without being any more difficult to use. +For our purposes, we would like our application to offer the benefits of encryption without being any more difficult to use. Since the method of collaborating on any web resource typically involves sharing the URL, we use the hash of the URl to share the pre-shared-key. Anything in a URL which follows a `#` is not sent to the server, meaning that our web app will store your users' messages without ever knowing their content. diff --git a/eslint.config.js b/eslint.config.js index f6ea038de..d3397f962 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -49,6 +49,7 @@ module.exports = [{ "_build", "scripts/api/testapi.js", "rollup.config.mjs", + "*/lucide.js" ], }, ...compat.extends("eslint:recommended", "plugin:compat/recommended"), { plugins: { diff --git a/install-onlyoffice.sh b/install-onlyoffice.sh index 4931b98e9..757be5437 100755 --- a/install-onlyoffice.sh +++ b/install-onlyoffice.sh @@ -92,7 +92,7 @@ main() { # From all the older versions only v7 has 'dictionaries', we remove it for the same reasons rm -rf "$OO_DIR/v7/dictionaries/" ;; - v8) install_version v8 v8.3.3.23+4 01abfb3e13dae2066c9fcdc9fd3a3a21cd08212feb7ee2f927d8acaa5c3e560f8ce7c78c533c6aad7048aaecc14f7445891f06cb38a1720e1637a971c0a02295 ;; + v8) install_version v8 v8.3.3.23+5 de5056c12e1d91b054251b50a2326d5705ccd0c529b20b936ea1dc08d9d9458e99206de1fc52076af85df9352f1961c8ba9474c864f76bea59bce19b0595dd72 ;; x2t) install_x2t v7.3+1 ab0c05b0e4c81071acea83f0c6a8e75f5870c360ec4abc4af09105dd9b52264af9711ec0b7020e87095193ac9b6e20305e446f2321a541f743626a598e5318c1 ;; *) echo "Unknown version: $version" diff --git a/lib/commands/metadata.js b/lib/commands/metadata.js index 65b902939..52694a29d 100644 --- a/lib/commands/metadata.js +++ b/lib/commands/metadata.js @@ -196,6 +196,7 @@ Data.setMetadata = function (Env, safeKey, data, cb, Server) { } // otherwise they are not in the list. // send them an error and kick them out! + toRemove.push(userId); Server.send(userId, [ 0, hk_id, diff --git a/lib/commands/upload.js b/lib/commands/upload.js index 8a85d1177..d1c4963a9 100644 --- a/lib/commands/upload.js +++ b/lib/commands/upload.js @@ -8,7 +8,8 @@ const Pinning = require("./pin-rpc"); const nThen = require("nthen"); const Core = require("./core"); -Upload.status = function (Env, safeKey, filesize, _cb) { // FIXME FILES +Upload.status = function (Env, safeKey, data, _cb) { // FIXME FILES + const filesize = data.size; var cb = Util.once(Util.mkAsync(_cb)); // validate that the provided size is actually a positive number @@ -74,12 +75,12 @@ Upload.status = function (Env, safeKey, filesize, _cb) { // FIXME FILES }); }; -Upload.upload = function (Env, safeKey, chunk, cb) { - Env.blobStore.uploadWs(safeKey, chunk, cb); +Upload.upload = function (Env, safeKey, data, cb) { + Env.blobStore.uploadWs(safeKey, data?.chunk, cb); }; Upload.cancel = function (Env, safeKey, arg, cb) { - Env.blobStore.cancel(safeKey, arg, cb); + Env.blobStore.cancel(safeKey, arg?.size, cb); }; var completeUpload = function (owned) { diff --git a/lib/env.js b/lib/env.js index 2c7f18c1a..0388aba03 100644 --- a/lib/env.js +++ b/lib/env.js @@ -98,7 +98,7 @@ module.exports.create = function (config) { protocol: new URL(httpUnsafeOrigin).protocol, - fileHost: config.fileHost || undefined, + fileHost: config.fileHost? new URL(config.fileHost).origin : undefined, NO_SANDBOX: NO_SANDBOX, httpSafePort: httpSafePort, websocketPort: config.websocketPort, diff --git a/lib/hk-util.js b/lib/hk-util.js index 4be22239e..bc2c39f35 100644 --- a/lib/hk-util.js +++ b/lib/hk-util.js @@ -107,6 +107,10 @@ HK.authenticateNetfluxSession = function (Env, netfluxId, unsafeKey) { var user = Env.netfluxUsers[netfluxId] = Env.netfluxUsers[netfluxId] || {}; user[unsafeKey] = +new Date(); }; +HK.unauthenticateNetfluxSession = function (Env, netfluxId, unsafeKey) { + var user = Env.netfluxUsers[netfluxId] = Env.netfluxUsers[netfluxId] || {}; + delete user[unsafeKey]; +}; HK.closeNetfluxSession = function (Env, netfluxId) { delete Env.netfluxUsers[netfluxId]; diff --git a/lib/http-worker.js b/lib/http-worker.js index eb5a0dd74..fb9bc2f24 100644 --- a/lib/http-worker.js +++ b/lib/http-worker.js @@ -777,7 +777,10 @@ app.get('/api/logo', function (req, res) { }); }); -app.post('/upload-blob', Express.json({limit:"500kb"}), (req, res) => { +app.use('/upload-blob', Express.json({limit:"500kb"}), (req, res) => { + if (req.method !== "POST") { + return res.status(403).send(); + } const { chunk, sig, edPublic } = req.body; if (!cpcrypto) { return void res.status(500).send({error: 'NOCRYPTO'}); diff --git a/lib/rpc.js b/lib/rpc.js index 806950db5..d9c122461 100644 --- a/lib/rpc.js +++ b/lib/rpc.js @@ -72,6 +72,7 @@ const AUTHENTICATED_USER_SCOPED = { REMOVE_PINS: Pinning.removePins, TRIM_PINS: Pinning.trimPins, COOKIE: Core.haveACookie, + DESTROY: () => {} }; var isAuthenticatedCall = function (call) { @@ -190,6 +191,11 @@ var rpc = function (Env, Server, userId, data, respond) { if (command === 'COOKIE' && !hadSession && Env.logIP) { Env.Log.info('NEW_RPC_SESSION', {userId: userId, publicKey: publicKey}); } + if (command === "DESTROY") { + HK.unauthenticateNetfluxSession(Env, userId, publicKey); + return; // No need to respond, user will close the session + } + HK.authenticateNetfluxSession(Env, userId, publicKey); return void handleAuthenticatedMessage(Env, publicKey, msg, respond, Server); }); diff --git a/package-lock.json b/package-lock.json index 7e5ef0f44..e2d2c6117 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "cryptpad", - "version": "2025.6.0", + "version": "2025.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cryptpad", - "version": "2025.6.0", + "version": "2025.9.0", "license": "AGPL-3.0+", "dependencies": { "@mcrowe/minibloom": "^0.2.0", - "@node-saml/node-saml": "^4.0.5", + "@node-saml/node-saml": "^5.1.0", "alertify.js": "1.0.11", "body-parser": "^1.20.2", "bootstrap": "^4.0.0", @@ -22,7 +22,6 @@ "chainpad-server": "^5.2.4", "ckeditor": "npm:ckeditor4@~4.22.1", "codemirror": "^5.19.0", - "components-font-awesome": "^4.6.3", "connect-gzip-static": "^4.2.1", "cookie-parser": "^1.4.7", "croppie": "^2.5.0", @@ -42,13 +41,12 @@ "localforage": "^1.5.2", "marked": "^4.3.0", "mathjax": "3.0.5", - "netflux-websocket": "^1.2.1", + "netflux-websocket": "^1.3.0", "notp": "^2.0.3", "nthen": "0.1.8", "open-sans-fontface": "^1.4.0", "openid-client": "^5.7.1", "pako": "^2.1.0", - "prompt-confirm": "^2.0.4", "pull-stream": "^3.6.1", "require-css": "0.1.10", "requirejs": "2.3.7", @@ -125,6 +123,7 @@ } ], "license": "MIT", + "peer": true, "engines": { "node": ">=18" }, @@ -148,6 +147,7 @@ } ], "license": "MIT", + "peer": true, "engines": { "node": ">=18" } @@ -338,13 +338,13 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.2.tgz", - "integrity": "sha512-4SaFZCNfJqvk/kenHpI8xvN42DMaoycy4PzKc5otHxRswww1kAt82OlBuwRVLofCACCTZEcla2Ydxv8scMXaTg==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz", + "integrity": "sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@eslint/core": "^0.15.0", + "@eslint/core": "^0.15.2", "levn": "^0.4.1" }, "engines": { @@ -352,9 +352,9 @@ } }, "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.0.tgz", - "integrity": "sha512-b7ePw78tEWWkpgZCDYkbqDOP8dmM6qe+AOC6iuJqlq1R/0ahMAeH3qynpnqKFGkMltrp44ohV4ubGyvLX28tzw==", + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.2.tgz", + "integrity": "sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -518,25 +518,26 @@ "license": "CC0-1.0" }, "node_modules/@node-saml/node-saml": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@node-saml/node-saml/-/node-saml-4.0.5.tgz", - "integrity": "sha512-J5DglElbY1tjOuaR1NPtjOXkXY5bpUhDoKVoeucYN98A3w4fwgjIOPqIGcb6cQsqFq2zZ6vTCeKn5C/hvefSaw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@node-saml/node-saml/-/node-saml-5.1.0.tgz", + "integrity": "sha512-t3cJnZ4aC7HhPZ6MGylGZULvUtBOZ6FzuUndaHGXjmIZHXnLfC/7L8a57O9Q9V7AxJGKAiRM5zu2wNm9EsvQpw==", "license": "MIT", "dependencies": { - "@types/debug": "^4.1.7", - "@types/passport": "^1.0.11", - "@types/xml-crypto": "^1.4.2", - "@types/xml-encryption": "^1.2.1", - "@types/xml2js": "^0.4.11", - "@xmldom/xmldom": "^0.8.6", - "debug": "^4.3.4", - "xml-crypto": "^3.0.1", - "xml-encryption": "^3.0.2", - "xml2js": "^0.5.0", - "xmlbuilder": "^15.1.1" + "@types/debug": "^4.1.12", + "@types/qs": "^6.9.18", + "@types/xml-encryption": "^1.2.4", + "@types/xml2js": "^0.4.14", + "@xmldom/is-dom-node": "^1.0.1", + "@xmldom/xmldom": "^0.8.10", + "debug": "^4.4.0", + "xml-crypto": "^6.1.2", + "xml-encryption": "^3.1.0", + "xml2js": "^0.6.2", + "xmlbuilder": "^15.1.1", + "xpath": "^0.0.34" }, "engines": { - "node": ">= 14" + "node": ">= 18" } }, "node_modules/@nodelib/fs.scandir": { @@ -1003,25 +1004,6 @@ "win32" ] }, - "node_modules/@types/body-parser": { - "version": "1.19.6", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz", - "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==", - "license": "MIT", - "dependencies": { - "@types/connect": "*", - "@types/node": "*" - } - }, - "node_modules/@types/connect": { - "version": "3.4.38", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", - "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, "node_modules/@types/debug": { "version": "4.1.12", "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", @@ -1038,35 +1020,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/express": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.3.tgz", - "integrity": "sha512-wGA0NX93b19/dZC1J18tKWVIYWyyF2ZjT9vin/NRu0qzzvfVzWjs04iq2rQ3H65vCTQYlRqs3YHfY7zjdV+9Kw==", - "license": "MIT", - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^5.0.0", - "@types/serve-static": "*" - } - }, - "node_modules/@types/express-serve-static-core": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz", - "integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==", - "license": "MIT", - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*", - "@types/send": "*" - } - }, - "node_modules/@types/http-errors": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz", - "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==", - "license": "MIT" - }, "node_modules/@types/http-proxy": { "version": "1.17.16", "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.16.tgz", @@ -1083,12 +1036,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/mime": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", - "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", - "license": "MIT" - }, "node_modules/@types/ms": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", @@ -1104,27 +1051,12 @@ "undici-types": "~7.8.0" } }, - "node_modules/@types/passport": { - "version": "1.0.17", - "resolved": "https://registry.npmjs.org/@types/passport/-/passport-1.0.17.tgz", - "integrity": "sha512-aciLyx+wDwT2t2/kJGJR2AEeBz0nJU4WuRX04Wu9Dqc5lSUtwu0WERPHYsLhF9PtseiAMPBGNUOtFjxZ56prsg==", - "license": "MIT", - "dependencies": { - "@types/express": "*" - } - }, "node_modules/@types/qs": { "version": "6.14.0", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", "license": "MIT" }, - "node_modules/@types/range-parser": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", - "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", - "license": "MIT" - }, "node_modules/@types/resolve": { "version": "1.20.2", "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", @@ -1132,37 +1064,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/send": { - "version": "0.17.5", - "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz", - "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==", - "license": "MIT", - "dependencies": { - "@types/mime": "^1", - "@types/node": "*" - } - }, - "node_modules/@types/serve-static": { - "version": "1.15.8", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.8.tgz", - "integrity": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==", - "license": "MIT", - "dependencies": { - "@types/http-errors": "*", - "@types/node": "*", - "@types/send": "*" - } - }, - "node_modules/@types/xml-crypto": { - "version": "1.4.6", - "resolved": "https://registry.npmjs.org/@types/xml-crypto/-/xml-crypto-1.4.6.tgz", - "integrity": "sha512-A6jEW2FxLZo1CXsRWnZHUX2wzR3uDju2Bozt6rDbSmU/W8gkilaVbwFEVN0/NhnUdMVzwYobWtM6bU1QJJFb7Q==", - "license": "MIT", - "dependencies": { - "@types/node": "*", - "xpath": "0.0.27" - } - }, "node_modules/@types/xml-encryption": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/@types/xml-encryption/-/xml-encryption-1.2.4.tgz", @@ -1181,6 +1082,15 @@ "@types/node": "*" } }, + "node_modules/@xmldom/is-dom-node": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@xmldom/is-dom-node/-/is-dom-node-1.0.1.tgz", + "integrity": "sha512-CJDxIgE5I0FH+ttq/Fxy6nRpxP70+e2O048EPe85J2use3XKdatVM7dDVvFNjQudd9B49NPoZ+8PG49zj4Er8Q==", + "license": "MIT", + "engines": { + "node": ">= 16" + } + }, "node_modules/@xmldom/xmldom": { "version": "0.8.10", "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", @@ -1230,6 +1140,7 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -1287,329 +1198,6 @@ "esprima": "~1.0.4" } }, - "node_modules/ansi-bgblack": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-bgblack/-/ansi-bgblack-0.1.1.tgz", - "integrity": "sha512-tp8M/NCmSr6/skdteeo9UgJ2G1rG88X3ZVNZWXUxFw4Wh0PAGaAAWQS61sfBt/1QNcwMTY3EBKOMPujwioJLaw==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-bgblue": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-bgblue/-/ansi-bgblue-0.1.1.tgz", - "integrity": "sha512-R8JmX2Xv3+ichUQE99oL+LvjsyK+CDWo/BtVb4QUz3hOfmf2bdEmiDot3fQcpn2WAHW3toSRdjSLm6bgtWRDlA==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-bgcyan": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-bgcyan/-/ansi-bgcyan-0.1.1.tgz", - "integrity": "sha512-6SByK9q2H978bmqzuzA5NPT1lRDXl3ODLz/DjC4URO5f/HqK7dnRKfoO/xQLx/makOz7zWIbRf6+Uf7bmaPSkQ==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-bggreen": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-bggreen/-/ansi-bggreen-0.1.1.tgz", - "integrity": "sha512-8TRtOKmIPOuxjpklrkhUbqD2NnVb4WZQuIjXrT+TGKFKzl7NrL7wuNvEap3leMt2kQaCngIN1ZzazSbJNzF+Aw==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-bgmagenta": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-bgmagenta/-/ansi-bgmagenta-0.1.1.tgz", - "integrity": "sha512-UZYhobiGAlV4NiwOlKAKbkCyxOl1PPZNvdIdl/Ce5by45vwiyNdBetwHk/AjIpo1Ji9z+eE29PUBAjjfVmz5SA==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-bgred": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-bgred/-/ansi-bgred-0.1.1.tgz", - "integrity": "sha512-BpPHMnYmRBhcjY5knRWKjQmPDPvYU7wrgBSW34xj7JCH9+a/SEIV7+oSYVOgMFopRIadOz9Qm4zIy+mEBvUOPA==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-bgwhite": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-bgwhite/-/ansi-bgwhite-0.1.1.tgz", - "integrity": "sha512-KIF19t+HOYOorUnHTOhZpeZ3bJsjzStBG2hSGM0WZ8YQQe4c7lj9CtwnucscJDPrNwfdz6GBF+pFkVfvHBq6uw==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-bgyellow": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-bgyellow/-/ansi-bgyellow-0.1.1.tgz", - "integrity": "sha512-WyRoOFSIvOeM7e7YdlSjfAV82Z6K1+VUVbygIQ7C/VGzWYuO/d30F0PG7oXeo4uSvSywR0ozixDQvtXJEorq4Q==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-black": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-black/-/ansi-black-0.1.1.tgz", - "integrity": "sha512-hl7re02lWus7lFOUG6zexhoF5gssAfG5whyr/fOWK9hxNjUFLTjhbU/b4UHWOh2dbJu9/STSUv+80uWYzYkbTQ==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-blue": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-blue/-/ansi-blue-0.1.1.tgz", - "integrity": "sha512-8Um59dYNDdQyoczlf49RgWLzYgC2H/28W3JAIyOAU/+WkMcfZmaznm+0i1ikrE0jME6Ypk9CJ9CY2+vxbPs7Fg==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-bold": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-bold/-/ansi-bold-0.1.1.tgz", - "integrity": "sha512-wWKwcViX1E28U6FohtWOP4sHFyArELHJ2p7+3BzbibqJiuISeskq6t7JnrLisUngMF5zMhgmXVw8Equjzz9OlA==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-colors": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-0.2.0.tgz", - "integrity": "sha512-ScRNUT0TovnYw6+Xo3iKh6G+VXDw2Ds7ZRnMIuKBgHY02DgvT2T2K22/tc/916Fi0W/5Z1RzDaHQwnp75hqdbA==", - "license": "MIT", - "dependencies": { - "ansi-bgblack": "^0.1.1", - "ansi-bgblue": "^0.1.1", - "ansi-bgcyan": "^0.1.1", - "ansi-bggreen": "^0.1.1", - "ansi-bgmagenta": "^0.1.1", - "ansi-bgred": "^0.1.1", - "ansi-bgwhite": "^0.1.1", - "ansi-bgyellow": "^0.1.1", - "ansi-black": "^0.1.1", - "ansi-blue": "^0.1.1", - "ansi-bold": "^0.1.1", - "ansi-cyan": "^0.1.1", - "ansi-dim": "^0.1.1", - "ansi-gray": "^0.1.1", - "ansi-green": "^0.1.1", - "ansi-grey": "^0.1.1", - "ansi-hidden": "^0.1.1", - "ansi-inverse": "^0.1.1", - "ansi-italic": "^0.1.1", - "ansi-magenta": "^0.1.1", - "ansi-red": "^0.1.1", - "ansi-reset": "^0.1.1", - "ansi-strikethrough": "^0.1.1", - "ansi-underline": "^0.1.1", - "ansi-white": "^0.1.1", - "ansi-yellow": "^0.1.1", - "lazy-cache": "^2.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-cyan": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz", - "integrity": "sha512-eCjan3AVo/SxZ0/MyIYRtkpxIu/H3xZN7URr1vXVrISxeyz8fUFz0FJziamK4sS8I+t35y4rHg1b2PklyBe/7A==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-dim": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-dim/-/ansi-dim-0.1.1.tgz", - "integrity": "sha512-zAfb1fokXsq4BoZBkL0eK+6MfFctbzX3R4UMcoWrL1n2WHewFKentTvOZv2P11u6P4NtW/V47hVjaN7fJiefOg==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-gray": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz", - "integrity": "sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-green": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz", - "integrity": "sha512-WJ70OI4jCaMy52vGa/ypFSKFb/TrYNPaQ2xco5nUwE0C5H8piume/uAZNNdXXiMQ6DbRmiE7l8oNBHu05ZKkrw==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-grey": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-grey/-/ansi-grey-0.1.1.tgz", - "integrity": "sha512-+J1nM4lC+whSvf3T4jsp1KR+C63lypb+VkkwtLQMc1Dlt+nOvdZpFT0wwFTYoSlSwCcLUAaOpHF6kPkYpSa24A==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-hidden": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-hidden/-/ansi-hidden-0.1.1.tgz", - "integrity": "sha512-8gB1bo9ym9qZ/Obvrse1flRsfp2RE+40B23DhQcKxY+GSeaOJblLnzBOxzvmLTWbi5jNON3as7wd9rC0fNK73Q==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-inverse": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-inverse/-/ansi-inverse-0.1.1.tgz", - "integrity": "sha512-Kq8Z0dBRhQhDMN/Rso1Nu9niwiTsRkJncfJZXiyj7ApbfJrGrrubHXqXI37feJZkYcIx6SlTBdNCeK0OQ6X6ag==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-italic": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-italic/-/ansi-italic-0.1.1.tgz", - "integrity": "sha512-jreCxifSAqbaBvcibeQxcwhQDbEj7gF69XnpA6x83qbECEBaRBD1epqskrmov1z4B+zzQuEdwbWxgzvhKa+PkA==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-magenta": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-magenta/-/ansi-magenta-0.1.1.tgz", - "integrity": "sha512-A1Giu+HRwyWuiXKyXPw2AhG1yWZjNHWO+5mpt+P+VWYkmGRpLPry0O5gmlJQEvpjNpl4RjFV7DJQ4iozWOmkbQ==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-red": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz", - "integrity": "sha512-ewaIr5y+9CUTGFwZfpECUbFlGcC0GCw1oqR9RI6h1gQCd9Aj2GxSckCnPsVJnmfMZbwFYE+leZGASgkWl06Jow==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-regex": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", - "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/ansi-reset": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-reset/-/ansi-reset-0.1.1.tgz", - "integrity": "sha512-n+D0qD3B+h/lP0dSwXX1SZMoXufdUVotLMwUuvXa50LtBAh3f+WV8b5nFMfLL/hgoPBUt+rG/pqqzF8krlZKcw==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-strikethrough": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-strikethrough/-/ansi-strikethrough-0.1.1.tgz", - "integrity": "sha512-gWkLPDvHH2pC9YEKqp8dIl0mg3sRglMPvioqGDIOXiwxjxUwIJ1gF86E2o4R5yLNh8IAkwHbaMtASkJfkQ2hIA==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -1626,51 +1214,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/ansi-underline": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-underline/-/ansi-underline-0.1.1.tgz", - "integrity": "sha512-D+Bzwio/0/a0Fu5vJzrIT6bFk43TW46vXfSvzysOTEHcXOAUJTVMHWDbELIzGU4AVxVw2rCTb7YyWS4my2cSKQ==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-white": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-white/-/ansi-white-0.1.1.tgz", - "integrity": "sha512-DJHaF2SRzBb9wZBgqIJNjjTa7JUJTO98sHeTS1sDopyKKRopL1KpaJ20R6W2f/ZGras8bYyIZDtNwYOVXNgNFg==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-wrap": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz", - "integrity": "sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-yellow": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/ansi-yellow/-/ansi-yellow-0.1.1.tgz", - "integrity": "sha512-6E3D4BQLXHLl3c/NwirWVZ+BCkMq2qsYxdeAGGOijKrx09FaqU+HktFL6QwAwNvgJiMLnv6AQ2C1gFZx0h1CBg==", - "license": "MIT", - "dependencies": { - "ansi-wrap": "0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -1678,51 +1221,6 @@ "dev": true, "license": "Python-2.0" }, - "node_modules/arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-swap": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arr-swap/-/arr-swap-1.0.1.tgz", - "integrity": "sha512-SxBKd/By8+AaREcv/ZhFqmapfpqK4kyaQkUHwmJjlczI5ZtuuT5gofKHlCrSJ4oR7zXezFhv+7zsnLEdg9uGgQ==", - "license": "MIT", - "dependencies": { - "is-number": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-swap/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-swap/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/array-flatten": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", @@ -1925,6 +1423,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "caniuse-lite": "^1.0.30001718", "electron-to-chromium": "^1.5.160", @@ -2141,35 +1640,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/choices-separator": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/choices-separator/-/choices-separator-2.0.0.tgz", - "integrity": "sha512-BCKlzRcP2V6X+85TSKn09oGZkO2zK2zytGyZeHvM2s+kv/ydAzJtsc+rZqYRWNlojIBfkOnPxgKXrBefTFZbTQ==", - "license": "MIT", - "dependencies": { - "ansi-dim": "^0.1.1", - "debug": "^2.6.6", - "strip-color": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/choices-separator/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/choices-separator/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "license": "MIT" - }, "node_modules/ckeditor": { "name": "ckeditor4", "version": "4.22.1", @@ -2177,52 +1647,12 @@ "integrity": "sha512-Yj4vTHX5YxHwc48gNqUqTm+KLkRr9tuyb4O2VIABu4oKHWRNVIdLdy6vUNe/XNx+RiTavMejfA1MVOU/MxLjqQ==", "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)" }, - "node_modules/clone-deep": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-1.0.0.tgz", - "integrity": "sha512-hmJRX8x1QOJVV+GUjOBzi6iauhPqc9hIF6xitWRBbiPZOBb6vGo/mDRIK9P74RTKSQK7AE8B0DDWY/vpRrPmQw==", - "license": "MIT", - "dependencies": { - "for-own": "^1.0.0", - "is-plain-object": "^2.0.4", - "kind-of": "^5.0.0", - "shallow-clone": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/clone-deep/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "license": "MIT", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/codemirror": { "version": "5.65.19", "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.19.tgz", "integrity": "sha512-+aFkvqhaAVr1gferNMuN8vkTSrWIFvzlMV9I2KBLCWS2WpZ2+UAkZjlMZmEuT+gcXTi6RrGQCkWq1/bDtGqhIA==", "license": "MIT" }, - "node_modules/collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==", - "license": "MIT", - "dependencies": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -2264,24 +1694,6 @@ "dev": true, "license": "MIT" }, - "node_modules/component-emitter": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz", - "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/components-font-awesome": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/components-font-awesome/-/components-font-awesome-4.7.0.tgz", - "integrity": "sha512-kwptdKxXBD4mMxQK5mv+5qzw0hIoxC6z30+obfZKJ4mEcaQRqXm7/S0Y87ENixy0GI77GyONPcEXvmVk2AulmA==", - "license": [ - "MIT", - "OFL-1.1" - ] - }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -2363,15 +1775,6 @@ "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", "license": "MIT" }, - "node_modules/copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/core-util-is": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", @@ -2532,18 +1935,6 @@ "node": ">=0.10.0" } }, - "node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", - "license": "MIT", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/defined": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz", @@ -2693,15 +2084,6 @@ "is-arrayish": "^0.2.1" } }, - "node_modules/error-symbol": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/error-symbol/-/error-symbol-0.1.0.tgz", - "integrity": "sha512-VyjaKxUmeDX/m2lxm/aknsJ1GWDWUO2Ze2Ad8S1Pb9dykAm9TjSKp5CjrNyltYqZ5W/PO6TInAmO2/BfwMyT1g==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/es-define-property": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", @@ -2767,6 +2149,7 @@ "integrity": "sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", @@ -3104,18 +2487,6 @@ "node": ">= 0.8.0" } }, - "node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", - "license": "MIT", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -3347,27 +2718,6 @@ } } }, - "node_modules/for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/for-own": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", - "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==", - "license": "MIT", - "dependencies": { - "for-in": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/forwarded": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", @@ -3835,15 +3185,6 @@ "node": ">=0.8.19" } }, - "node_modules/info-symbol": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/info-symbol/-/info-symbol-0.1.0.tgz", - "integrity": "sha512-qkc9wjLDQ+dYYZnY5uJXGNNHyZ0UOMDUnhvy0SEZGVVYmQ5s4i8cPAin2MbU6OxJgi8dfj/AnwqPx0CJE6+Lsw==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", @@ -3866,18 +3207,6 @@ "node": ">= 0.10" } }, - "node_modules/is-accessor-descriptor": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz", - "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==", - "license": "MIT", - "dependencies": { - "hasown": "^2.0.0" - }, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -3885,12 +3214,6 @@ "dev": true, "license": "MIT" }, - "node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "license": "MIT" - }, "node_modules/is-core-module": { "version": "2.16.1", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", @@ -3907,40 +3230,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-data-descriptor": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz", - "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==", - "license": "MIT", - "dependencies": { - "hasown": "^2.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-descriptor": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", - "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", - "license": "MIT", - "dependencies": { - "is-accessor-descriptor": "^1.0.1", - "is-data-descriptor": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -3950,15 +3239,6 @@ "node": ">=0.10.0" } }, - "node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", @@ -3978,15 +3258,6 @@ "dev": true, "license": "MIT" }, - "node_modules/is-number": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-6.0.0.tgz", - "integrity": "sha512-Wu1VHeILBK8KAWJUAiSZQX94GmOE45Rg6/538fKwiloUu21KncEkYGPqob2oSZ5mUT73vLGrHQjKw3KMPwfDzg==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/is-plain-object": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", @@ -4006,15 +3277,6 @@ "@types/estree": "*" } }, - "node_modules/is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", @@ -4028,15 +3290,6 @@ "dev": true, "license": "ISC" }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/jose": { "version": "4.15.9", "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.9.tgz", @@ -4050,7 +3303,8 @@ "version": "3.6.0", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/js-tokens": { "version": "4.0.0", @@ -4210,15 +3464,6 @@ "json-buffer": "3.0.1" } }, - "node_modules/kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/known-css-properties": { "version": "0.37.0", "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.37.0.tgz", @@ -4226,27 +3471,6 @@ "dev": true, "license": "MIT" }, - "node_modules/koalas": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/koalas/-/koalas-1.0.2.tgz", - "integrity": "sha512-RYhBbYaTTTHId3l6fnMZc3eGQNW6FVCqMG6AMwA5I1Mafr6AflaXeoi6x3xQuATRotGYRLk6+1ELZH4dstFNOA==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lazy-cache": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-2.0.2.tgz", - "integrity": "sha512-7vp2Acd2+Kz4XkzxGxaB1FWOi8KjWIWsgdfD5MCb86DWvlLqhRPM+d6Pro3iNEL5VT9mstz5hKAlcd+QR6H3aA==", - "license": "MIT", - "dependencies": { - "set-getter": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", @@ -4380,37 +3604,6 @@ "dev": true, "license": "MIT" }, - "node_modules/log-ok": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/log-ok/-/log-ok-0.1.1.tgz", - "integrity": "sha512-cc8VrkS6C+9TFuYAwuHpshrcrGRAv7d0tUJ0GdM72ZBlKXtlgjUZF84O+OhQUdiVHoF7U/nVxwpjOdwUJ8d3Vg==", - "license": "MIT", - "dependencies": { - "ansi-green": "^0.1.1", - "success-symbol": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/log-utils": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/log-utils/-/log-utils-0.2.1.tgz", - "integrity": "sha512-udyegKoMz9eGfpKAX//Khy7sVAZ8b1F7oLDnepZv/1/y8xTvsyPgqQrM94eG8V0vcc2BieYI2kVW4+aa6m+8Qw==", - "license": "MIT", - "dependencies": { - "ansi-colors": "^0.2.0", - "error-symbol": "^0.1.0", - "info-symbol": "^0.1.0", - "log-ok": "^0.1.1", - "success-symbol": "^0.1.0", - "time-stamp": "^1.0.1", - "warning-symbol": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/looper": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/looper/-/looper-3.0.0.tgz", @@ -4439,18 +3632,6 @@ "@jridgewell/sourcemap-codec": "^1.5.0" } }, - "node_modules/map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==", - "license": "MIT", - "dependencies": { - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/marked": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", @@ -4614,6 +3795,7 @@ "resolved": "https://registry.npmjs.org/minilog/-/minilog-2.1.0.tgz", "integrity": "sha512-UPg2RLmS2JteQ8bn5xA69skwi7evHYcHgRULQIGnNsuXheOHUsFyWitMkqpa3Q9ezSpbDC7vaYKxYCLryCV4og==", "license": "MIT", + "peer": true, "dependencies": { "microee": "0.0.2" } @@ -4667,28 +3849,6 @@ "minilog": "2.x" } }, - "node_modules/mixin-object": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/mixin-object/-/mixin-object-2.0.1.tgz", - "integrity": "sha512-ALGF1Jt9ouehcaXaHhn6t1yGWRqGaHkPFndtFVHfZXOvkIZ/yoGaSi0AHVTafb3ZBGg4dr/bDwnaEKqCXzchMA==", - "license": "MIT", - "dependencies": { - "for-in": "^0.1.3", - "is-extendable": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mixin-object/node_modules/for-in": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz", - "integrity": "sha512-F0to7vbBSHP8E3l6dCjxNOLuSFAACIxFy3UehTUlG7svlXi37HHsDkyVcHo0Pq8QwrE+pXvWSVX3ZT1T9wAZ9g==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/mkdirp": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", @@ -4707,12 +3867,6 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "license": "MIT" }, - "node_modules/mute-stream": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", - "integrity": "sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==", - "license": "ISC" - }, "node_modules/nanoid": { "version": "3.3.11", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", @@ -4749,9 +3903,9 @@ } }, "node_modules/netflux-websocket": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/netflux-websocket/-/netflux-websocket-1.2.2.tgz", - "integrity": "sha512-sroG7pBW4QctLtgW55eYNLfzXTbwHBTp7jMXBcY2Dk043PFBL+dpymVgJJWvb2EEbxGFFoaoqc6a8M9w1hIYMQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/netflux-websocket/-/netflux-websocket-1.3.0.tgz", + "integrity": "sha512-0kYbegEUJcK+T74g4JYa/hkE5KsHRbm7nZv0ToLt/7JY+J90xig/3aBEDg/NWb+UuWpCPlcrMQPjrFHQjUApow==", "license": "LGPL-2.1" }, "node_modules/node-releases": { @@ -4785,57 +3939,6 @@ "integrity": "sha512-Oh2CwIbhj+wUT94lQV7LKmmgw3UYAGGd8oLIqp6btQN3Bz3PuWp4BuvtUo35H3rqDknjPfKx5P6mt7v+aJNjcw==", "license": "MIT" }, - "node_modules/object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==", - "license": "MIT", - "dependencies": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "license": "MIT", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/is-descriptor": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", - "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", - "license": "MIT", - "dependencies": { - "is-accessor-descriptor": "^1.0.1", - "is-data-descriptor": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object-copy/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/object-hash": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", @@ -4857,18 +3960,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==", - "license": "MIT", - "dependencies": { - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/oidc-token-hash": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.1.0.tgz", @@ -5074,6 +4165,7 @@ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", "dev": true, "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, @@ -5081,15 +4173,6 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/pointer-symbol": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/pointer-symbol/-/pointer-symbol-1.0.0.tgz", - "integrity": "sha512-pozTTFO3kG9HQWXCSTJkCgq4fBF8lUQf+5bLddTEW6v4zdjQhcBVfLmKzABEMJMA7s8jhzi0sgANIwdrf4kq+A==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/popper.js": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", @@ -5122,6 +4205,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -5184,6 +4268,7 @@ "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -5223,189 +4308,6 @@ "node": ">=0.4.0" } }, - "node_modules/prompt-actions": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/prompt-actions/-/prompt-actions-3.0.2.tgz", - "integrity": "sha512-dhz2Fl7vK+LPpmnQ/S/eSut4BnH4NZDLyddHKi5uTU/2PDn3grEMGkgsll16V5RpVUh/yxdiam0xsM0RD4xvtg==", - "license": "MIT", - "dependencies": { - "debug": "^2.6.8" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/prompt-actions/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/prompt-actions/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "license": "MIT" - }, - "node_modules/prompt-base": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/prompt-base/-/prompt-base-4.1.0.tgz", - "integrity": "sha512-svGzgLUKZoqomz9SGMkf1hBG8Wl3K7JGuRCXc/Pv7xw8239hhaTBXrmjt7EXA9P/QZzdyT8uNWt9F/iJTXq75g==", - "license": "MIT", - "dependencies": { - "component-emitter": "^1.2.1", - "debug": "^3.0.1", - "koalas": "^1.0.2", - "log-utils": "^0.2.1", - "prompt-actions": "^3.0.2", - "prompt-question": "^5.0.1", - "readline-ui": "^2.2.3", - "readline-utils": "^2.2.3", - "static-extend": "^0.1.2" - }, - "engines": { - "node": ">=5.0" - } - }, - "node_modules/prompt-base/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/prompt-choices": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/prompt-choices/-/prompt-choices-4.1.0.tgz", - "integrity": "sha512-ZNYLv6rW9z9n0WdwCkEuS+w5nUAGzRgtRt6GQ5aFNFz6MIcU7nHFlHOwZtzy7RQBk80KzUGPSRQphvMiQzB8pg==", - "license": "MIT", - "dependencies": { - "arr-flatten": "^1.1.0", - "arr-swap": "^1.0.1", - "choices-separator": "^2.0.0", - "clone-deep": "^4.0.0", - "collection-visit": "^1.0.0", - "define-property": "^2.0.2", - "is-number": "^6.0.0", - "kind-of": "^6.0.2", - "koalas": "^1.0.2", - "log-utils": "^0.2.1", - "pointer-symbol": "^1.0.0", - "radio-symbol": "^2.0.0", - "set-value": "^3.0.0", - "strip-color": "^0.1.0", - "terminal-paginator": "^2.0.2", - "toggle-array": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/prompt-choices/node_modules/clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "license": "MIT", - "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/prompt-choices/node_modules/define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", - "license": "MIT", - "dependencies": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/prompt-choices/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "license": "MIT", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/prompt-choices/node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/prompt-choices/node_modules/shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "license": "MIT", - "dependencies": { - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/prompt-confirm": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/prompt-confirm/-/prompt-confirm-2.0.4.tgz", - "integrity": "sha512-X5lzbC8/kMNHdPOqQPfMKpH4VV2f7v2OTRJoN69ZYBirSwTeQaf9ZhmzPEO9ybMA0YV2Pha5MV27u2/U4ahWfg==", - "license": "MIT", - "dependencies": { - "ansi-cyan": "^0.1.1", - "prompt-base": "^4.0.1" - }, - "engines": { - "node": ">=6.0" - } - }, - "node_modules/prompt-question": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/prompt-question/-/prompt-question-5.0.2.tgz", - "integrity": "sha512-wreaLbbu8f5+7zXds199uiT11Ojp59Z4iBi6hONlSLtsKGTvL2UY8VglcxQ3t/X4qWIxsNCg6aT4O8keO65v6Q==", - "license": "MIT", - "dependencies": { - "clone-deep": "^1.0.0", - "debug": "^3.0.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "kind-of": "^5.0.2", - "koalas": "^1.0.2", - "prompt-choices": "^4.0.5" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/prompt-question/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, "node_modules/proxy-addr": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", @@ -5471,20 +4373,6 @@ ], "license": "MIT" }, - "node_modules/radio-symbol": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/radio-symbol/-/radio-symbol-2.0.0.tgz", - "integrity": "sha512-fpuWhwGD4XG1BfUWKXhCqdguCXzGi/DDb6RzmAGZo9R75enjlx0l+ZhHF93KNG7iNpT0Vi7wEqbf8ZErbe+JtQ==", - "license": "MIT", - "dependencies": { - "ansi-gray": "^0.1.1", - "ansi-green": "^0.1.1", - "is-windows": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", @@ -5531,80 +4419,6 @@ "debuglog": "0.0.2" } }, - "node_modules/readline-ui": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/readline-ui/-/readline-ui-2.2.3.tgz", - "integrity": "sha512-ix7jz0PxqQqcIuq3yQTHv1TOhlD2IHO74aNO+lSuXsRYm1d+pdyup1yF3zKyLK1wWZrVNGjkzw5tUegO2IDy+A==", - "license": "MIT", - "dependencies": { - "component-emitter": "^1.2.1", - "debug": "^2.6.8", - "readline-utils": "^2.2.1", - "string-width": "^2.0.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/readline-ui/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/readline-ui/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "license": "MIT" - }, - "node_modules/readline-utils": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/readline-utils/-/readline-utils-2.2.3.tgz", - "integrity": "sha512-cjFo7R7e7AaFOz2JLQ4EgsHh4+l7mw29Eu3DAEPgGeWbYQFKqyxWsL61/McC6b2oJAvn14Ea8eUms9o8ZFC1iQ==", - "license": "MIT", - "dependencies": { - "arr-flatten": "^1.1.0", - "extend-shallow": "^2.0.1", - "is-buffer": "^1.1.5", - "is-number": "^3.0.0", - "is-windows": "^1.0.1", - "koalas": "^1.0.2", - "mute-stream": "0.0.7", - "strip-color": "^0.1.0", - "window-size": "^1.1.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/readline-utils/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/readline-utils/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/require-css": { "version": "0.1.10", "resolved": "https://registry.npmjs.org/require-css/-/require-css-0.1.10.tgz", @@ -5693,6 +4507,7 @@ "integrity": "sha512-qHcdEzLCiktQIfwBq420pn2dP+30uzqYxv9ETm91wdt2R9AFcWfjNAmje4NWlnCIQ5RMTzVf0ZyisOKqHR6RwA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@types/estree": "1.0.8" }, @@ -5863,42 +4678,6 @@ "node": ">= 18" } }, - "node_modules/set-getter": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/set-getter/-/set-getter-0.1.1.tgz", - "integrity": "sha512-9sVWOy+gthr+0G9DzqqLaYNA7+5OKkSmcqjL9cBpDEaZrr3ShQlyX2cZ/O/ozE41oxn/Tt0LGEM/w4Rub3A3gw==", - "license": "MIT", - "dependencies": { - "to-object-path": "^0.3.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/set-value": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-3.0.3.tgz", - "integrity": "sha512-Xsn/XSatoVOGBbp5hs3UylFDs5Bi9i+ArpVJKdHPniZHoEgRniXTqHWrWrGQ0PbEClVT6WtfnBwR8CAHC9sveg==", - "license": "MIT", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=6.0" - } - }, - "node_modules/set-value/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "license": "MIT", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/setimmediate": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", @@ -5911,20 +4690,6 @@ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", "license": "ISC" }, - "node_modules/shallow-clone": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-1.0.0.tgz", - "integrity": "sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA==", - "license": "MIT", - "dependencies": { - "is-extendable": "^0.1.1", - "kind-of": "^5.0.0", - "mixin-object": "^2.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -6124,44 +4889,6 @@ "source-map": "^0.6.0" } }, - "node_modules/static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==", - "license": "MIT", - "dependencies": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "license": "MIT", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-descriptor": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", - "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", - "license": "MIT", - "dependencies": { - "is-accessor-descriptor": "^1.0.1", - "is-data-descriptor": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - } - }, "node_modules/statuses": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", @@ -6196,40 +4923,6 @@ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "license": "MIT" }, - "node_modules/string-width": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", - "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", - "license": "MIT", - "dependencies": { - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", - "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", - "license": "MIT", - "dependencies": { - "ansi-regex": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-color": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/strip-color/-/strip-color-0.1.0.tgz", - "integrity": "sha512-p9LsUieSjWNNAxVCXLeilaDlmuUOrDS5/dF9znM1nZc7EGX5+zEFC0bEevsNIaldjlks+2jns5Siz6F9iK6jwA==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", @@ -6259,6 +4952,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", @@ -6498,15 +5192,6 @@ "node": ">=8" } }, - "node_modules/success-symbol": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz", - "integrity": "sha512-7S6uOTxPklNGxOSbDIg4KlVLBQw1UiGVyfCUYgYxrZUKRblUkmGj7r8xlfQoFudvqLv6Ap5gd76/IIFfI9JG2A==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -6645,35 +5330,6 @@ "node": ">=8" } }, - "node_modules/terminal-paginator": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/terminal-paginator/-/terminal-paginator-2.0.2.tgz", - "integrity": "sha512-IZMT5ECF9p4s+sNCV8uvZSW9E1+9zy9Ji9xz2oee8Jfo7hUFpauyjxkhfRcIH6Lu3Wdepv5D1kVRc8Hx74/LfQ==", - "license": "MIT", - "dependencies": { - "debug": "^2.6.6", - "extend-shallow": "^2.0.1", - "log-utils": "^0.2.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/terminal-paginator/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/terminal-paginator/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "license": "MIT" - }, "node_modules/terser": { "version": "5.43.1", "resolved": "https://registry.npmjs.org/terser/-/terser-5.43.1.tgz", @@ -6716,45 +5372,12 @@ "integrity": "sha512-RX35iq/D+lrsqhcPWIazM9ELkjOe30MSeoBHQHSsRwd1YuhJO5ui1K1/R0r7N3mFvbLBs33idw+eR6j+w6i/DA==", "license": "MIT" }, - "node_modules/time-stamp": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz", - "integrity": "sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/tiny-each-async": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/tiny-each-async/-/tiny-each-async-2.0.3.tgz", "integrity": "sha512-5ROII7nElnAirvFn8g7H7MtpfV1daMcyfTGQwsn/x2VtyV+VPiO5CjReCJtWLvoKTDEDmZocf3cNPraiMnBXLA==", "license": "MIT" }, - "node_modules/to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-object-path/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -6776,18 +5399,6 @@ "node": ">=0.12.0" } }, - "node_modules/toggle-array": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toggle-array/-/toggle-array-1.0.1.tgz", - "integrity": "sha512-TZXgboKpD5Iu0Goi8hRXuJpE06Pbo+bies4I4jnTBhlRRgyen9c37nMylnquK/ZPKXXOeh1mJ14p9QdKp+9v7A==", - "license": "MIT", - "dependencies": { - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/toidentifier": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", @@ -6802,7 +5413,8 @@ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "dev": true, - "license": "0BSD" + "license": "0BSD", + "peer": true }, "node_modules/tweetnacl": { "version": "1.0.3", @@ -6869,6 +5481,7 @@ "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -6983,15 +5596,6 @@ "node": ">= 0.8" } }, - "node_modules/warning-symbol": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/warning-symbol/-/warning-symbol-0.1.0.tgz", - "integrity": "sha512-1S0lwbHo3kNUKA4VomBAhqn4DPjQkIKSdbOin5K7EFUQNwyIKx+wZMGXKI53RUjla8V2B8ouQduUlgtx8LoSMw==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -7008,46 +5612,6 @@ "node": ">= 8" } }, - "node_modules/window-size": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/window-size/-/window-size-1.1.1.tgz", - "integrity": "sha512-5D/9vujkmVQ7pSmc0SCBmHXbkv6eaHwXEx65MywhmUMsI8sGqJ972APq1lotfcwMKPFLuCFfL8xGHLIp7jaBmA==", - "license": "MIT", - "dependencies": { - "define-property": "^1.0.0", - "is-number": "^3.0.0" - }, - "bin": { - "window-size": "cli.js" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/window-size/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/window-size/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/word-wrap": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", @@ -7120,22 +5684,23 @@ } }, "node_modules/xml-crypto": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-3.2.1.tgz", - "integrity": "sha512-0GUNbPtQt+PLMsC5HoZRONX+K6NBJEqpXe/lsvrFj0EqfpGPpVfJKGE7a5jCg8s2+Wkrf/2U1G41kIH+zC9eyQ==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-6.1.2.tgz", + "integrity": "sha512-leBOVQdVi8FvPJrMYoum7Ici9qyxfE4kVi+AkpUoYCSXaQF4IlBm1cneTK9oAxR61LpYxTx7lNcsnBIeRpGW2w==", "license": "MIT", "dependencies": { - "@xmldom/xmldom": "^0.8.8", - "xpath": "0.0.32" + "@xmldom/is-dom-node": "^1.0.1", + "@xmldom/xmldom": "^0.8.10", + "xpath": "^0.0.33" }, "engines": { - "node": ">=4.0.0" + "node": ">=16" } }, "node_modules/xml-crypto/node_modules/xpath": { - "version": "0.0.32", - "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz", - "integrity": "sha512-rxMJhSIoiO8vXcWvSifKqhvV96GjiD5wYb8/QHdoRyQvraTpp4IEv944nhGausZZ3u7dhQXteZuZbaqfpB7uYw==", + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.33.tgz", + "integrity": "sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==", "license": "MIT", "engines": { "node": ">=0.6.0" @@ -7162,9 +5727,9 @@ } }, "node_modules/xml2js": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", - "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz", + "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==", "license": "MIT", "dependencies": { "sax": ">=0.6.0", @@ -7193,9 +5758,9 @@ } }, "node_modules/xpath": { - "version": "0.0.27", - "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.27.tgz", - "integrity": "sha512-fg03WRxtkCV6ohClePNAECYsmpKKTv5L8y/X3Dn1hQrec3POx2jHZ/0P2qQ6HvsrU1BmeqXcof3NGGueG6LxwQ==", + "version": "0.0.34", + "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz", + "integrity": "sha512-FxF6+rkr1rNSQrhUNYrAFJpRXNzlDoMxeXN5qI84939ylEv3qqPFKa85Oxr6tDaJKqwW6KKyo2v26TSv3k6LeA==", "license": "MIT", "engines": { "node": ">=0.6.0" diff --git a/package.json b/package.json index 4eb46a165..add3da096 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "a collaborative office suite that is end-to-end encrypted and open-source", - "version": "2025.6.0", + "version": "2025.9.0", "license": "AGPL-3.0+", "repository": { "type": "git", @@ -13,7 +13,7 @@ }, "dependencies": { "@mcrowe/minibloom": "^0.2.0", - "@node-saml/node-saml": "^4.0.5", + "@node-saml/node-saml": "^5.1.0", "alertify.js": "1.0.11", "body-parser": "^1.20.2", "bootstrap": "^4.0.0", @@ -25,7 +25,6 @@ "chainpad-server": "^5.2.4", "ckeditor": "npm:ckeditor4@~4.22.1", "codemirror": "^5.19.0", - "components-font-awesome": "^4.6.3", "connect-gzip-static": "^4.2.1", "cookie-parser": "^1.4.7", "croppie": "^2.5.0", @@ -45,13 +44,12 @@ "localforage": "^1.5.2", "marked": "^4.3.0", "mathjax": "3.0.5", - "netflux-websocket": "^1.2.1", + "netflux-websocket": "^1.3.0", "notp": "^2.0.3", "nthen": "0.1.8", "open-sans-fontface": "^1.4.0", "openid-client": "^5.7.1", "pako": "^2.1.0", - "prompt-confirm": "^2.0.4", "pull-stream": "^3.6.1", "require-css": "0.1.10", "requirejs": "2.3.7", diff --git a/scripts/clear.js b/scripts/clear.js index 734f0709e..6404822a3 100644 --- a/scripts/clear.js +++ b/scripts/clear.js @@ -2,26 +2,37 @@ // // SPDX-License-Identifier: AGPL-3.0-or-later -var prompt = require('prompt-confirm'); -const p = new prompt('Are you sure? This will permanently delete all existing data on your instance.'); - const Fs = require("fs"); +const readline = require("node:readline"); +const inter = readline.createInterface({ + input: process.stdin, + output: process.stdout +}); var config = require("../lib/load-config"); var Env = require("../lib/env").create(config); Env.Log = { error: console.log }; var paths = Env.paths; -p.ask(function (answer) { - if (!answer) { + +const q = 'This will permanently delete all existing data on your instance. Are you sure (y/n)? '; +inter.question(q, response => { + let msg = response.toLowerCase().trim(); + if (!['y', 'yes'].includes(msg)) { console.log('Abort'); + inter.close(); + process.exit(); return; } console.log('Deleting all data...'); + Object.values(paths).forEach(function (path) { console.log(`Deleting ${path}`); Fs.rmSync(path, { recursive: true, force: true }); console.log('Deleted'); }); console.log('Success'); + + inter.close(); + process.exit(); }); diff --git a/scripts/copy-components.js b/scripts/copy-components.js index 7d728156d..3505ae1d6 100644 --- a/scripts/copy-components.js +++ b/scripts/copy-components.js @@ -20,7 +20,6 @@ Fse.rmSync(oldComponentsPath, { recursive: true, force: true }); "chainpad-netflux", "ckeditor", "codemirror", - "components-font-awesome", "croppie", "file-saver", "hyper-json", diff --git a/scripts/translations/unused-translations.js b/scripts/translations/unused-translations.js index 9404b6ac3..e09bfac3e 100644 --- a/scripts/translations/unused-translations.js +++ b/scripts/translations/unused-translations.js @@ -52,8 +52,7 @@ var grep = function (pattern, cb) { './github/*', '*.svg', '*.md', - './config/*', - 'www/oldadmin/*', // XXX + './config/*' ].map(function (patt) { return "':(exclude)" + patt + "'"; }).join(' '); diff --git a/src/common/common-constants.js b/src/common/common-constants.js index 1764ffbd1..97ce6a35e 100644 --- a/src/common/common-constants.js +++ b/src/common/common-constants.js @@ -31,7 +31,7 @@ const factory = function (AppConfig = {}) { MAX_PREMIUM_TEAMS_SLOTS: Math.max(AppConfig.maxTeamsSlots || 0, AppConfig.maxPremiumTeamsSlots || 0) || 5, MAX_PREMIUM_TEAMS_OWNED: Math.max(AppConfig.maxOwnedTeams || 0, AppConfig.maxPremiumTeamsOwned || 0) || 5, // Apps - criticalApps: ['profile', 'settings', 'debug', 'admin', 'support', 'notifications', 'calendar', 'moderation', 'oldadmin'], // XXX oldadmin + criticalApps: ['profile', 'settings', 'debug', 'admin', 'support', 'notifications', 'calendar', 'moderation'], earlyAccessApps: [] }; }; diff --git a/src/common/pinpad.js b/src/common/pinpad.js index c7b6f74e2..25b41ab71 100644 --- a/src/common/pinpad.js +++ b/src/common/pinpad.js @@ -91,17 +91,6 @@ var factory = function (Util, Rpc) { }); }; - // Update the limit value for all the users and return the limit for your publicKey - exp.updatePinLimits = function (cb) { - rpc.send('UPDATE_LIMITS', undefined, function (e, response) { - if (e) { return void cb(e); } - if (response && response.length && typeof(response[0]) === "number") { - cb (void 0, response[0], response[1], response[2]); - } else { - cb('INVALID_RESPONSE'); - } - }); - }; // Get the storage limit associated with your publicKey exp.getLimit = function (cb) { rpc.send('GET_LIMIT', undefined, function (e, response) { @@ -189,13 +178,13 @@ var factory = function (Util, Rpc) { }); }; - exp.uploadStatus = function (size, cb) { - if (typeof(size) !== 'number') { + exp.uploadStatus = function (data, cb) { + if (typeof(data?.size) !== 'number') { return void setTimeout(function () { cb('INVALID_SIZE'); }); } - rpc.send('UPLOAD_STATUS', size, function (e, res) { + rpc.send('UPLOAD_STATUS', data, function (e, res) { if (e) { return void cb(e); } var pending = res[0]; if (typeof(pending) !== 'boolean') { @@ -205,8 +194,8 @@ var factory = function (Util, Rpc) { }); }; - exp.uploadCancel = function (size, cb) { - rpc.send('UPLOAD_CANCEL', size, function (e) { + exp.uploadCancel = function (data, cb) { + rpc.send('UPLOAD_CANCEL', data, function (e) { if (e) { return void cb(e); } cb(); }); diff --git a/src/common/rpc.js b/src/common/rpc.js index d95949bf2..827d9422d 100644 --- a/src/common/rpc.js +++ b/src/common/rpc.js @@ -264,6 +264,8 @@ var factory = function (Util, Nacl) { clearTimeout(to); }); + ctx.send('DESTROY', "", function () {}); + // remove the ctx from the network's stack var idx = networkContext.authenticated.indexOf(ctx); if (idx === -1) { return; } diff --git a/src/worker/async-store.js b/src/worker/async-store.js index f1e388ab1..2cfd521e4 100644 --- a/src/worker/async-store.js +++ b/src/worker/async-store.js @@ -25,6 +25,7 @@ const factory = (Sortify, UserObject, ProxyManager, const Saferphore = Util.Saferphore; var onReadyEvt = Util.mkEvent(true); var onCacheReadyEvt = Util.mkEvent(true); + var onDriveReadyEvt = Util.mkEvent(true); var onPadRejectedEvt = Util.mkEvent(true); const setCustomize = data => { @@ -392,7 +393,10 @@ const factory = (Sortify, UserObject, ProxyManager, var s = getStore(data.teamId); if (!s) { return void cb({ error: 'ENOTFOUND' }); } if (!s.rpc) { return void cb({error: 'RPC_NOT_READY'}); } - s.rpc.uploadStatus(data.size, function (err, res) { + s.rpc.uploadStatus({ + id: data.id, + size: data.size + }, function (err, res) { if (err) { return void cb({error:err}); } cb(res); }); @@ -402,7 +406,10 @@ const factory = (Sortify, UserObject, ProxyManager, var s = getStore(data.teamId); if (!s) { return void cb({ error: 'ENOTFOUND' }); } if (!s.rpc) { return void cb({error: 'RPC_NOT_READY'}); } - s.rpc.uploadCancel(data.size, function (err, res) { + s.rpc.uploadCancel({ + id: data.id, + size: data.size + }, function (err, res) { if (err) { return void cb({error:err}); } cb(res); }); @@ -412,7 +419,10 @@ const factory = (Sortify, UserObject, ProxyManager, var s = getStore(data.teamId); if (!s) { return void cb({ error: 'ENOTFOUND' }); } if (!s.rpc) { return void cb({error: 'RPC_NOT_READY'}); } - s.rpc.send.unauthenticated('UPLOAD', data.chunk, function (e, msg) { + s.rpc.send.unauthenticated('UPLOAD', { + chunk: data.chunk, + id: data.id + }, function (e, msg) { cb({ error: e, msg: msg @@ -483,7 +493,8 @@ const factory = (Sortify, UserObject, ProxyManager, Store.isNewChannel = function (clientId, data, cb) { if (!store.anon_rpc) { return void cb({error: 'ANON_RPC_NOT_READY'}); } - var channelId = data.channel || Hash.hrefToHexChannelId(data.href, data.password); + let channelId = typeof(data) === "string" ? data : + (data.channel || Hash.hrefToHexChannelId(data.href, data.password)); store.anon_rpc.send("IS_NEW_CHANNEL", channelId, function (e, response) { if (e) { return void cb({error: e}); } if (response && response.length && typeof(response[0]) === 'object') { @@ -1608,7 +1619,7 @@ const factory = (Sortify, UserObject, ProxyManager, if (!Array.isArray(allowed)) { return void cb('ERESTRICTED'); } onPadRejectedEvt.fire(); - onReadyEvt.reg(() => { + onDriveReadyEvt.reg(() => { // There is an allow list: check if we can authenticate if (!store.loggedIn || !store.proxy.edPublic) { return void cb('ERESTRICTED'); } @@ -2570,6 +2581,7 @@ const factory = (Sortify, UserObject, ProxyManager, cacheCb(store.cacheReturned || store.returned); }); onDriveReady(() => { + onDriveReadyEvt.fire(); cb(store.returned); }); diff --git a/src/worker/components/mailbox-handlers.js b/src/worker/components/mailbox-handlers.js index d4b47f39e..bea4bf178 100644 --- a/src/worker/components/mailbox-handlers.js +++ b/src/worker/components/mailbox-handlers.js @@ -849,6 +849,8 @@ const factory = (Messaging, Hash, Util, Crypto, Block) => { if (!teamId) { return void cb(false); } var team = ctx.store.proxy.teams[teamId]; + if (!team) { return void cb(false); } + content.teamName = team.metadata && team.metadata.name; cb(false); }; diff --git a/src/worker/modules/integration.js b/src/worker/modules/integration.js index ac733cfcd..e691dc8d4 100644 --- a/src/worker/modules/integration.js +++ b/src/worker/modules/integration.js @@ -24,7 +24,16 @@ const factory = (Crypto) => { msg: data.msg, uid: data.uid, }; - chan.sendMsg(JSON.stringify(obj), cb); + if (obj.msg === 'ISAVE') { + ctx.pending[data.uid] = true; + } + chan.sendMsg(JSON.stringify(obj), obj => { + if (!ctx.pending[data.uid]) { + return void setTimeout(cb, 1000); + } + delete ctx.pending[data.uid]; + cb(obj); + }); ctx.emit('MESSAGE', obj, chan.clients.filter(function (cl) { return cl !== client; })); @@ -90,6 +99,9 @@ const factory = (Crypto) => { var parsed; try { parsed = JSON.parse(msg); + if (parsed.msg === "ISAVE") { + delete ctx.pending[parsed.uid]; + } ctx.emit('MESSAGE', parsed, chan.clients); } catch (e) { console.error(e); } }); @@ -176,6 +188,7 @@ const factory = (Crypto) => { store: cfg.store, emit: emit, channels: {}, + pending: {}, // prevent ISAVE race condition clients: {} }; diff --git a/src/worker/modules/team.js b/src/worker/modules/team.js index 9e7ba7a77..fabdd2c50 100644 --- a/src/worker/modules/team.js +++ b/src/worker/modules/team.js @@ -107,6 +107,7 @@ const factory = (Util, Hash, Constants, Realtime, ProxyManager, try { team.roster.stop(); } catch (e) {} team.proxy = {}; team.stopped = true; + team?.rpc?.destroy(); delete ctx.teams[teamId]; delete ctx.cache[teamId]; delete ctx.store.proxy.teams[teamId]; diff --git a/www/admin/app-admin.less b/www/admin/app-admin.less index d051a6855..cce4ed588 100644 --- a/www/admin/app-admin.less +++ b/www/admin/app-admin.less @@ -21,6 +21,17 @@ display: flex; flex-flow: column; font: @colortheme_app-font; + .cp-spinner { + svg { + animation: spin 10s linear infinite; + } + } + .cp-checkmark { + height: 1.2rem; + svg { + margin-left: @variables_icon_margin; + } + } input, textarea, .cp-appblock { &:focus-visible { @@ -83,6 +94,14 @@ width: ~"calc(100% - 5rem)"; padding-left: 0.5rem; vertical-align: middle; + .cp-palette-color { + svg.lucide { + margin: 0; + } + } + .is-hidden { + display: none; + } } .cp-admin-color-preview { @@ -119,10 +138,14 @@ flex-flow: column; } .cp-broadcast-lang { + h4 { + margin-bottom: 0; + } margin-left: 30px; display: flex; flex-flow: column; align-items: baseline; + gap: 1rem; &:not(:last-child) { margin-bottom: @sidebar_base-margin; } @@ -134,7 +157,7 @@ } .cp-admin-support-state { - i { + svg { margin-right: @sidebar_base-margin; } } diff --git a/www/admin/inner.js b/www/admin/inner.js index 4978e4218..0940103df 100644 --- a/www/admin/inner.js +++ b/www/admin/inner.js @@ -22,10 +22,10 @@ define([ '/api/instance', '/lib/datepicker/flatpickr.js', '/install/onboardscreen.js', + '/common/common-icons.js', 'css!/lib/datepicker/flatpickr.min.css', 'css!/components/bootstrap/dist/css/bootstrap.min.css', - 'css!/components/components-font-awesome/css/font-awesome.min.css', 'less!/admin/app-admin.less', ], function( $, @@ -47,6 +47,7 @@ define([ Instance, Flatpickr, Onboarding, + Icons ) { var APP = window.APP = {}; @@ -60,7 +61,7 @@ define([ // UNUSED-TRANSLATIONS:START var categories = { 'general': { // Msg.admin_cat_general - icon: 'fa fa-user-o', + icon: 'user-account', content: [ 'instance-info-notice', 'name', @@ -71,21 +72,21 @@ define([ ] }, 'customize': { // Msg.admin_cat_customize - icon: 'fa fa-paint-brush', + icon: 'customize', content: [ 'logo', 'color', ] }, 'admins': { - icon: 'fa fa-users', + icon: 'users', content: [ 'list-admins', 'add-admins' ] }, 'broadcast' : { // Msg.admin_cat_broadcast - icon: 'fa fa-bullhorn', + icon: 'broadcast', content : [ 'notice', 'maintenance', @@ -94,20 +95,20 @@ define([ ] }, 'security': { // Msg.admin_cat_security - icon: 'fa fa-lock', + icon: 'lock', content: [ 'enableembeds', 'forcemfa', ] }, 'apps': { // Msg.admin_cat_apps - icon: 'fa fa-wrench', + icon: 'apps-settings', content: [ 'apps', ] }, 'users' : { // Msg.admin_cat_users - icon : 'fa fa-address-card-o', + icon : 'user-directory', content : [ 'registration', 'invitation', @@ -115,7 +116,7 @@ define([ ] }, 'quota': { // Msg.admin_cat_quota - icon: 'fa fa-hdd-o', + icon: 'drive', content: [ 'defaultlimit', 'setlimit', @@ -123,7 +124,7 @@ define([ ] }, 'database' : { // Msg.admin_cat_database - icon : 'fa fa-database', + icon : 'database', content : [ 'account-metadata', 'document-metadata', @@ -133,14 +134,14 @@ define([ ] }, 'support' : { // Msg.admin_cat_support - icon : 'fa fa-ambulance', + icon : 'moderation', content : [ 'support-setup', 'support-team', ] }, 'stats' : { // Msg.admin_cat_stats - icon : 'fa fa-line-chart', + icon : 'stats', content : [ 'refresh-stats', 'uptime', @@ -152,7 +153,7 @@ define([ ] }, 'performance' : { // Msg.admin_cat_performance - icon : 'fa fa-heartbeat', + icon : 'performance', content : [ 'refresh-performance', 'performance-profiling', @@ -161,7 +162,7 @@ define([ ] }, 'network' : { // Msg.admin_cat_network - icon : 'fa fa-sitemap', + icon : 'network', content : [ 'update-available', 'checkup', @@ -223,7 +224,7 @@ define([ // Msg.admin_flushCacheHint, .admin_flushCacheTitle, .admin_flushCacheButton sidebar.addItem('flush-cache', function (cb) { - var button = blocks.activeButton('primary', '', + var button = blocks.activeButton('primary', 'trash-full', Messages.admin_flushCacheButton, done => { flushCache(function (e, data) { done(!!data); @@ -265,7 +266,7 @@ define([ const newRows = admins.map(obj => { let { name, edPublic, hardcoded } = obj; name = name || Messages.admin_admin; - let button = blocks.button('danger','fa-ban', Messages.admin_usersRemove); + let button = blocks.button('danger','restricted', Messages.admin_usersRemove); let $b = $(button); Util.onClickEnter($b, () => { $b.prop('disabled', 'disabled'); @@ -323,7 +324,7 @@ define([ placeholder: Messages.admin_accountMetadataPlaceholder }); const keyLabel = blocks.labelledInput(Messages.admin_addKeyLabel, keyInput); - const keyButton = blocks.button('primary', 'fa-plus', Messages.tag_add); + const keyButton = blocks.button('primary', 'add', Messages.tag_add); const keyForm = blocks.form([keyLabel], blocks.nav([keyButton])); const $keyInput = $(keyInput).on('input', () => { let val = $keyInput.val().trim(); @@ -364,7 +365,7 @@ define([ large: true, data: friends }, function () {}); - let addBtn = blocks.button('primary', 'fa-plus', Messages.tag_add); + let addBtn = blocks.button('primary', 'add', Messages.tag_add); Util.onClickEnter($(addBtn), () => { var $sel = $(contactsGrid.div).find('.cp-usergrid-user.cp-selected'); if (!$sel.length) { @@ -451,7 +452,6 @@ define([ h('td', value) ])); }; - return { row: row, table: table, @@ -504,7 +504,7 @@ define([ }; var copyToClipboard = (content) => { - var button = blocks.activeButton('primary','', Messages.copyToClipboard, () => { + var button = blocks.activeButton('primary','copy', Messages.copyToClipboard, () => { var toCopy = JSON.stringify(content, null, 2); Clipboard.copy(toCopy, (err) => { if (err) { return UI.warn(Messages.error); } @@ -568,7 +568,7 @@ define([ row(Messages.admin_planName, data.plan || Messages.ui_none); // plan note - row(Messages.admin_note, data.note || Messages.ui_none); + row(Messages.admin_creation_note, data.note || Messages.ui_none); // storage limit if (data.limit) { row(Messages.admin_planlimit, getPrettySize(data.limit)); } @@ -598,7 +598,7 @@ define([ let button, pre; row(Messages.admin_accountReport, h('div', [ pre = h('pre', data.archiveReport_formatted), - button = blocks.activeButton('primary', '', + button = blocks.activeButton('primary', 'report', Messages.admin_accountReportFull, () => { $(button).remove(); $(pre).html(JSON.stringify(data.archiveReport, 0, 2)); @@ -609,7 +609,7 @@ define([ // actions if (data.archived && data.live === false && data.archiveReport) { - let button = blocks.activeButton('primary', '', + let button = blocks.activeButton('primary', 'restore', Messages.ui_restore, () => { justifyRestorationDialog('', reason => { sframeCommand('RESTORE_ACCOUNT', { @@ -663,7 +663,7 @@ define([ }; // get full pin list - row(Messages.admin_getPinList, blocks.activeButton('primary', '', Messages.ui_fetch, getPins)); + row(Messages.admin_getPinList, blocks.activeButton('primary', 'export', Messages.ui_fetch, getPins)); // get full pin history var getHistoryHandler = (done) => { @@ -676,7 +676,7 @@ define([ UI.alert(history); // TODO NOT_IMPLEMENTED }); }; - var pinHistoryButton = blocks.activeButton('primary', '', Messages.ui_fetch, getHistoryHandler); + var pinHistoryButton = blocks.activeButton('primary', 'export', Messages.ui_fetch, getHistoryHandler); disable($(pinHistoryButton)); // TODO pin history is not implemented @@ -705,7 +705,7 @@ define([ h('br'), h('small', Messages.admin_archiveAccountInfo) ]); - let archiveAccountButton = blocks.activeButton('danger', '', + let archiveAccountButton = blocks.activeButton('danger', 'archive', Messages.admin_archiveButton, archiveHandler, true); row(archiveAccountLabel, archiveAccountButton); @@ -730,7 +730,6 @@ define([ } row(reportContentLabel, copyToClipboard(data)); - return tableObj.table; }; @@ -818,7 +817,7 @@ define([ }); var $input = $(input); - var button = blocks.activeButton('primary', '', Messages.settings_save, function (done) { + var button = blocks.activeButton('primary', 'save', Messages.settings_save, function (done) { sFrameChan.query('Q_ADMIN_RPC', { cmd: 'ADMIN_DECREE', data: ['SET_ADMIN_EMAIL', [$input.val().trim()]] @@ -850,7 +849,7 @@ define([ const appsToDisable = ApiConfig.appsToDisable || []; const grid = Onboarding.createAppsGrid(appsToDisable); - var save = blocks.activeButton('primary', '', Messages.settings_save, function (done) { + var save = blocks.activeButton('primary', 'save', Messages.settings_save, function (done) { sFrameChan.query('Q_ADMIN_RPC', { cmd: 'ADMIN_DECREE', data: ['DISABLE_APPS', appsToDisable] @@ -894,7 +893,7 @@ define([ }); var $input = $(input); - var button = blocks.activeButton('primary', '', Messages.settings_save, function (done) { + var button = blocks.activeButton('primary', 'save', Messages.settings_save, function (done) { sFrameChan.query('Q_ADMIN_RPC', { cmd: 'ADMIN_DECREE', data: ['SET_INSTANCE_NAME', [$input.val().trim()]] @@ -929,7 +928,7 @@ define([ 'aria-labelledby': 'cp-admin-description' }, getInstanceString('instanceDescription')); var $input = $(textarea); - var button = blocks.activeButton('primary', '', Messages.settings_save, function (done) { + var button = blocks.activeButton('primary', 'save', Messages.settings_save, function (done) { sFrameChan.query('Q_ADMIN_RPC', { cmd: 'ADMIN_DECREE', data: ['SET_INSTANCE_DESCRIPTION', [$input.val().trim()]] @@ -967,7 +966,7 @@ define([ }); var $input = $(input); - var button = blocks.activeButton('primary', '', Messages.settings_save, function (done) { + var button = blocks.activeButton('primary', 'save', Messages.settings_save, function (done) { sFrameChan.query('Q_ADMIN_RPC', { cmd: 'ADMIN_DECREE', data: ['SET_INSTANCE_JURISDICTION', [$input.val().trim()]] @@ -1005,7 +1004,7 @@ define([ }); var $input = $(input); - var button = blocks.activeButton('primary', '', Messages.settings_save, function (done) { + var button = blocks.activeButton('primary', 'save', Messages.settings_save, function (done) { sFrameChan.query('Q_ADMIN_RPC', { cmd: 'ADMIN_DECREE', data: ['SET_INSTANCE_NOTICE', [$input.val().trim()]] @@ -1049,8 +1048,8 @@ define([ }; redraw(); - var upload = blocks.button('primary', '', Messages.admin_logoButton); - var remove = blocks.button('danger', '', Messages.admin_logoRemoveButton); + var upload = blocks.button('primary', 'upload', Messages.admin_logoButton); + var remove = blocks.button('danger', 'restore', Messages.admin_logoRemoveButton); let spinnerBlock = blocks.inline(); let spinner = UI.makeSpinner($(spinnerBlock)); @@ -1130,19 +1129,19 @@ define([ let preview = blocks.block([ blocks.block([ blocks.link('CryptPad', '/admin/#customize'), - blocks.button('primary', 'fa-floppy-o', Messages.settings_save), - blocks.button('secondary', 'fa-floppy-o', Messages.settings_save) + blocks.button('primary', 'save', Messages.settings_save), + blocks.button('secondary', 'save', Messages.settings_save) ], 'cp-admin-color-preview-dark cp-sidebar-flex-block'), blocks.block([ blocks.link('CryptPad', '/admin/#customize'), - blocks.button('primary', 'fa-floppy-o', Messages.settings_save), - blocks.button('secondary', 'fa-floppy-o', Messages.settings_save) + blocks.button('primary', 'save', Messages.settings_save), + blocks.button('secondary', 'save', Messages.settings_save) ], 'cp-admin-color-preview-light cp-sidebar-flex-block') ], 'cp-admin-color-preview'); let labelPreview = blocks.labelledInput(Messages.admin_colorPreview, preview); let $preview = $(preview); - let remove = blocks.button('danger', '', Messages.admin_logoRemoveButton); + let remove = blocks.button('danger', 'restore', Messages.admin_logoRemoveButton); let $remove = $(remove); let setColor = (color, done) => { @@ -1182,7 +1181,7 @@ define([ }; $input = $(input).on('change', onColorPicked).addClass('cp-admin-color-picker'); - let btn = blocks.activeButton('primary', '', + let btn = blocks.activeButton('primary', 'color-palette', Messages.admin_colorChange, (done) => { let color = $input.val(); setColor(color, done); @@ -1282,7 +1281,7 @@ define([ // Msg.admin_invitationHint, admin_invitationTitle sidebar.addItem('invitation', function(cb){ - var button = blocks.button('primary', '', Messages.admin_invitationCreate); + var button = blocks.button('primary', 'link', Messages.admin_invitationCreate); var $b = $(button); var inputAlias = blocks.input({ @@ -1296,7 +1295,7 @@ define([ var blockEmail = blocks.labelledInput(Messages.admin_invitationEmail, inputEmail); var refreshInvite = function () {}; - var refreshButton = blocks.button('secondary', '', Messages.oo_refresh); + var refreshButton = blocks.button('secondary', 'refresh', Messages.oo_refresh); Util.onClickEnter($(refreshButton), function () { refreshInvite(); }); @@ -1358,7 +1357,7 @@ define([ var data = all[key]; var url = privateData.origin + Hash.hashToHref(key, 'register'); - var del = blocks.button('danger', 'fa-trash', Messages.kanban_delete ); + var del = blocks.button('danger', 'trash-full', Messages.kanban_delete ); var $del = $(del); Util.onClickEnter($del, function () { $del.attr('disabled', 'disabled'); @@ -1368,7 +1367,7 @@ define([ deleteInvite(key); }); }); - var copy = blocks.button('secondary', 'fa-clipboard', Messages.admin_invitationCopy); + var copy = blocks.button('secondary', 'copy', Messages.admin_invitationCopy); Util.onClickEnter($(copy), function () { Clipboard.copy(url, () => { UI.log(Messages.genericCopySuccess); @@ -1595,7 +1594,7 @@ define([ }); var ssoEnabled = ApiConfig.sso && ApiConfig.sso.list && ApiConfig.sso.list.length; - var button = blocks.button('primary', '', Messages.admin_usersAdd); + var button = blocks.button('primary', 'add', Messages.admin_usersAdd); var $b = $(button); var userAlias = blocks.input({ type: 'text' }); @@ -1611,7 +1610,7 @@ define([ var blockUser = blocks.labelledInput(Messages.admin_usersBlock, userBlock); var refreshUsers = function () {}; - var refreshButton = blocks.button('secondary', '', Messages.oo_refresh); + var refreshButton = blocks.button('secondary', 'refresh', Messages.oo_refresh); Util.onClickEnter($(refreshButton), function () { refreshUsers(); }); @@ -1688,7 +1687,7 @@ define([ Object.keys(all).sort(sort(all)).forEach(function (key) { var data = all[key]; var editUser = () => {}; - var del = blocks.button('danger', 'fa fa-trash', Messages.admin_usersRemove); + var del = blocks.button('danger', 'trash-full', Messages.admin_usersRemove); var $del = $(del); Util.onClickEnter($del, function () { $del.attr('disabled', 'disabled'); @@ -1698,7 +1697,7 @@ define([ deleteUser(key); }); }); - var edit = blocks.activeButton('secondary', 'fa fa-pencil', + var edit = blocks.activeButton('secondary', 'edit', Messages.tag_edit, () => { editUser(); }, true); let aliasCell = blocks.inline(data.alias); @@ -1714,8 +1713,8 @@ define([ var emailInput = h('input'); $(aliasInput).val(data.alias); $(emailInput).val(data.email); - var save = blocks.button('primary', '', Messages.settings_save); - var cancel = blocks.button('secondary', '', Messages.cancel); + var save = blocks.button('primary', 'save', Messages.settings_save); + var cancel = blocks.button('secondary', 'close', Messages.cancel); Util.onClickEnter($(save), function () { var aliasVal = $(aliasInput).val().trim(); if (!aliasVal) { return void UI.warn(Messages.error); } @@ -1733,7 +1732,7 @@ define([ $actions.html('').append([save, cancel]); }; - let infoBtn = blocks.activeButton('primary', 'fa fa-database', + let infoBtn = blocks.activeButton('primary', 'database', Messages.admin_diskUsageButton, function (done) { getAccountData(key, (err, data) => { done(!err); @@ -1810,7 +1809,7 @@ define([ value: _limitMB, 'aria-labelledby': 'cp-admin-defaultlimit' }); - var button = blocks.button('primary', '', Messages.admin_setlimitButton); + var button = blocks.button('primary', 'limit', Messages.admin_setlimitButton); var nav = blocks.nav([button]); var text = blocks.inline(Messages._getKey('admin_limit', [limit])); @@ -1866,8 +1865,8 @@ define([ var noteBlock = blocks.labelledInput(Messages.admin_limitSetNote, note); var $note = $(note); - var remove = blocks.button('danger', '', Messages.fc_remove ); - var set = blocks.button('primary', '', Messages.admin_setlimitButton); + var remove = blocks.button('danger', 'restricted', Messages.fc_remove ); + var set = blocks.button('primary', 'limit', Messages.admin_setlimitButton); var nav = blocks.nav([set, remove]); var form = blocks.form([ @@ -1984,7 +1983,7 @@ define([ var content = list.map(function (key) { var user = obj[key]; var limit = getPrettySize(user.limit); - var infoButton = blocks.button('primary','', Messages.admin_diskUsageButton); + var infoButton = blocks.button('primary','report', Messages.admin_diskUsageButton); Util.onClickEnter($(infoButton), function () { getAccountData(key, (err, data) => { if (err) { return void console.error(err); } @@ -2030,7 +2029,7 @@ define([ }); var $input = $(input); - var btn = blocks.button('primary', '', Messages.ui_generateReport); + var btn = blocks.button('primary', 'report', Messages.ui_generateReport); var $btn = $(btn); var nav = blocks.nav([btn]); @@ -2209,7 +2208,7 @@ define([ // actions // get raw metadata history - var metadataHistoryButton = blocks.activeButton('primary', '', Messages.ui_fetch, done => { + var metadataHistoryButton = blocks.activeButton('primary', 'export', Messages.ui_fetch, done => { sframeCommand('GET_METADATA_HISTORY', data.id, (err, result) => { done(!err); if (err) { @@ -2279,7 +2278,7 @@ define([ if (data.live && data.archived) { let disableButtons; - let restoreButton = blocks.activeButton('danger', '', Messages.admin_unarchiveButton, function () { + let restoreButton = blocks.activeButton('danger', 'restore', Messages.admin_unarchiveButton, function () { justifyRestorationDialog('', reason => { nThen(function (w) { sframeCommand('REMOVE_DOCUMENT', { @@ -2307,7 +2306,7 @@ define([ }); }, true); - let archiveButton = blocks.activeButton('danger', '',Messages.admin_archiveButton, function () { + let archiveButton = blocks.activeButton('danger', 'archive',Messages.admin_archiveButton, function () { justifyArchivalDialog('', result => { sframeCommand('ARCHIVE_DOCUMENT', { id: data.id, @@ -2344,7 +2343,7 @@ define([ ])); } else if (data.live) { // archive - var archiveDocumentButton = blocks.activeButton('danger', '' ,Messages.admin_archiveButton, function () { + var archiveDocumentButton = blocks.activeButton('danger', 'archive' ,Messages.admin_archiveButton, function () { justifyArchivalDialog('', result => { sframeCommand('ARCHIVE_DOCUMENT', { id: data.id, @@ -2364,7 +2363,7 @@ define([ h('small', Messages.admin_archiveHint), ])); } else if (data.archived) { - var restoreDocumentButton = blocks.activeButton('primary', '',Messages.admin_unarchiveButton, function () { + var restoreDocumentButton = blocks.activeButton('primary', 'restore',Messages.admin_unarchiveButton, function () { justifyRestorationDialog('', reason => { sframeCommand("RESTORE_ARCHIVED_DOCUMENT", { id: data.id, @@ -2386,7 +2385,6 @@ define([ } row(reportContentLabel, copyToClipboard(data)); - return tableObj.table; }; @@ -2396,7 +2394,7 @@ define([ 'aria-labelledby': 'cp-admin-documents-deletion' }); const $textarea = $(textarea); - const archiveButton = blocks.activeButton('danger', '', + const archiveButton = blocks.activeButton('danger', 'archive', Messages.admin_archiveButton, () => { const $btn = $(archiveButton); justifyArchivalDialog('', result => { @@ -2521,7 +2519,7 @@ define([ var results = blocks.inline([]); - var btn = blocks.button('primary', '', Messages.ui_generateReport); + var btn = blocks.button('primary', 'report', Messages.ui_generateReport); var $btn = $(btn); var nav = blocks.nav([btn]); @@ -2626,7 +2624,7 @@ define([ row(Messages.admin_totpRecoveryMethod, data.totp.recovery); if (data.live) { - var archiveButton = blocks.activeButton('danger', '', Messages.ui_archive, function () { + var archiveButton = blocks.activeButton('danger', 'archive', Messages.ui_archive, function () { justifyArchivalDialog('', reason => { sframeCommand('ARCHIVE_BLOCK', { key: data.key, @@ -2649,7 +2647,7 @@ define([ row(Messages.admin_channelPlaceholder, UI.getDestroyedPlaceholderMessage(data.placeholder, true)); } if (data.archived && !data.live) { - var restoreButton = blocks.activeButton('danger', '', Messages.ui_restore, function () { + var restoreButton = blocks.activeButton('danger', 'restore', Messages.ui_restore, function () { justifyRestorationDialog('', reason => { sframeCommand('RESTORE_ARCHIVED_BLOCK', { key: data.key, @@ -2681,7 +2679,7 @@ define([ value: '' }); var $input = $(input); - var btn = blocks.button('primary', '', Messages.ui_generateReport); + var btn = blocks.button('primary', 'report', Messages.ui_generateReport); var $btn = $(btn); disable($btn); @@ -2772,7 +2770,7 @@ define([ if (!data.totpCheck || !data.totp.enabled) { return tableObj.table; } // TOTP is enabled and the signature is correct: display "disable TOTP" button - var disableButton = blocks.button('danger', '', Messages.admin_totpDisableButton); + var disableButton = blocks.button('danger', 'restricted', Messages.admin_totpDisableButton); UI.confirmButton(disableButton, { classes: 'btn-danger' }, () => { sframeCommand('DISABLE_MFA', data.key, (err, res) => { if (err) { @@ -2808,7 +2806,7 @@ define([ 'aria-labelledby': 'cp-admin-totp-recovery' }); var $input = $(textarea); - var btn = blocks.button('primary','', Messages.admin_totpDisable); + var btn = blocks.button('primary','restricted', Messages.admin_totpDisable); var $btn = $(btn); var results = blocks.inline([]); @@ -2878,7 +2876,7 @@ define([ var onRefreshStats = Util.mkEvent(); sidebar.addItem('refresh-stats', function(cb){ - var btn = blocks.button('primary', '', Messages.oo_refresh); + var btn = blocks.button('primary', 'refresh', Messages.oo_refresh); var $btn = $(btn); Util.onClickEnter($btn, function () { onRefreshStats.fire(); @@ -2986,7 +2984,7 @@ define([ // Msg.admin_diskUsageHint, .admin_diskUsageTitle, .admin_diskUsageButton sidebar.addItem('disk-usage', function(cb){ - var button = blocks.button('primary', '', Messages.admin_diskUsageButton); + var button = blocks.button('primary', 'report', Messages.admin_diskUsageButton); var $button = $(button); var called = false; var nav = blocks.nav([button]); @@ -3126,7 +3124,7 @@ define([ const state = blocks.block([], 'cp-admin-support-state'); const $state = $(state).appendTo($div); - const button = blocks.activeButton('primary', '', + const button = blocks.activeButton('primary', 'support', Messages.admin_supportInit, done => { generateSupportKey(moderatorsData, supportKey, (err) => { done(!err); @@ -3134,7 +3132,7 @@ define([ }); const $button = $(button).appendTo($div); - const delButton = blocks.activeButton('danger', '', + const delButton = blocks.activeButton('danger', 'restricted', Messages.admin_supportDelete, done => { UI.confirm(Messages.admin_supportConfirm, function (yes) { if (!yes) { return void done(false); } @@ -3153,7 +3151,7 @@ define([ }); const $delButton = $(delButton).hide(); - const openButton = blocks.button('primary', '', Messages.admin_supportOpen); + const openButton = blocks.button('primary', 'external-link', Messages.admin_supportOpen); const $openButton = $(openButton).hide(); Util.onClickEnter($(openButton), () => { common.openURL('/moderation/'); @@ -3170,12 +3168,12 @@ define([ $delButton.show(); $openButton.show(); return $state.append([ - blocks.icon('fa-check'), + Icons.get('check'), blocks.inline(Messages.admin_supportEnabled) ]); } $state.append([ - blocks.icon('fa-times'), + Icons.get('close'), blocks.inline(Messages.admin_supportDisabled) ]); }; @@ -3227,7 +3225,7 @@ define([ const drawModerators = () => { if (!supportKey) { const list = blocks.block([ - blocks.icon('fa-times'), + Icons.get('close'), blocks.inline(Messages.admin_supportDisabled) ], 'cp-admin-support-state'); $div.append(list); @@ -3266,7 +3264,7 @@ define([ data: friends }, function () {}); - let addBtn = blocks.button('primary', '', Messages.tag_add); + let addBtn = blocks.button('primary', 'add', Messages.tag_add); Util.onClickEnter($(addBtn), () => { var $sel = $(contactsGrid.div).find('.cp-usergrid-user.cp-selected'); nThen((waitFor) => { @@ -3399,7 +3397,7 @@ define([ }; // Msg.admin_maintenanceHint, admin_maintenanceTitle sidebar.addItem('maintenance', function(cb){ - var button = blocks.button('primary', '', Messages.admin_maintenanceButton); + var button = blocks.button('primary', 'maintenance', Messages.admin_maintenanceButton); var $button = $(button); var start = blocks.input({ type: 'date', @@ -3425,7 +3423,7 @@ define([ let send = function () {}; var refresh = getApi(function (Broadcast) { $active.empty(); - var removeButton = blocks.button('danger', '', Messages.admin_maintenanceCancel); + var removeButton = blocks.button('danger', 'close', Messages.admin_maintenanceCancel); if (Broadcast && Broadcast.maintenance) { var m = Broadcast.maintenance; @@ -3526,7 +3524,7 @@ define([ // Msg.admin_surveyHint, admin_surveyTitle sidebar.addItem('survey', function(cb){ - var button = blocks.button('primary', '', Messages.admin_surveyButton); + var button = blocks.button('primary', 'survey', Messages.admin_surveyButton); var $button = $(button); let nav = blocks.nav([button]); let active = blocks.block([], 'cp-sidebar-flex-block'); @@ -3541,7 +3539,7 @@ define([ let send = function () {}; var refresh = getApi(function (Broadcast) { - var removeButton = blocks.button('danger', '', Messages.admin_surveyCancel); + var removeButton = blocks.button('danger', 'restricted', Messages.admin_surveyCancel); UI.confirmButton(removeButton, { classes: 'btn-danger', }, function () { @@ -3610,9 +3608,9 @@ define([ var form = blocks.block([], 'cp-admin-broadcast-form'); var $form = $(form); var refresh = getApi(function(Broadcast) { - var button = blocks.button('primary', '', Messages.admin_broadcastButton); + var button = blocks.button('primary', 'send', Messages.admin_broadcastButton); var $button = $(button); - var removeButton = blocks.button('danger', '', Messages.admin_broadcastCancel); + var removeButton = blocks.button('danger', 'close', Messages.admin_broadcastCancel); var activeContent = Messages.admin_broadcastActive; var active = blocks.block(blocks.inline(activeContent), 'cp-broadcast-active'); var $active = $(active); @@ -3712,7 +3710,7 @@ define([ // Add a textarea var addLang = function (l) { if ($container.find('.cp-broadcast-lang[data-lang="'+l+'"]').length) { return; } - var preview = blocks.button('secondary', '', Messages.broadcast_preview); + var preview = blocks.button('secondary', 'broadcast', Messages.broadcast_preview); $(preview).click(function () { onPreview(l); }); @@ -3838,7 +3836,7 @@ define([ var onRefreshPerformance = Util.mkEvent(); sidebar.addItem('refresh-performance', function(cb){ - var btn = blocks.button('primary', '', Messages.oo_refresh); + var btn = blocks.button('primary', 'refresh', Messages.oo_refresh); Util.onClickEnter($(btn), function () { onRefreshPerformance.fire(); }); @@ -3932,7 +3930,7 @@ define([ min: 0, value: duration }); - var set = blocks.button('primary', '', Messages.admin_setDuration); + var set = blocks.button('primary', 'duration', Messages.admin_setDuration); var label = blocks.labelledInput( Messages.ui_ms, newDuration); var nav = blocks.nav([set]); var form = blocks.form([ @@ -3978,7 +3976,7 @@ define([ if (typeof(APP.instanceStatus.updateAvailable) === 'string') { updateURL = APP.instanceStatus.updateAvailable; } - var button = blocks.button('primary', '', Messages.admin_updateAvailableButton); + var button = blocks.button('primary', 'release-notes', Messages.admin_updateAvailableButton); Util.onClickEnter($(button), function () { common.openURL(updateURL); }); @@ -3988,7 +3986,7 @@ define([ // Messages.admin_checkupButton.admin_checkupHint.admin_checkupTitle sidebar.addItem('checkup', function(cb){ - var button = blocks.button('primary', '', Messages.admin_checkupButton); + var button = blocks.button('primary', 'checkup', Messages.admin_checkupButton); Util.onClickEnter($(button), function () { common.openURL('/checkup/'); }); diff --git a/www/calendar/app-calendar.less b/www/calendar/app-calendar.less index 50c129531..20979f855 100644 --- a/www/calendar/app-calendar.less +++ b/www/calendar/app-calendar.less @@ -38,12 +38,6 @@ .tui-full-calendar-confirm { - span, i { - padding: 0 0.5rem; - } - span { - padding-left: 0; - } width: unset; } @@ -67,6 +61,10 @@ } } } + + .tui-full-calendar-schedule-title { + font-size: @colortheme_app-font-size; + } .tui-full-calendar-weekday-filled { background-color: @cp_dropdown-bg-hover !important; } @@ -171,16 +169,20 @@ color: @cryptpad_text_col; border-radius: @variables_radius_L; font-weight: normal; - .tui-full-calendar-icon:not(.tui-full-calendar-calendar-dot):not(.tui-full-calendar-dropdown-arrow):not(.tui-full-calendar-ic-checkbox):not(.fa-map-marker):not(.fa-align-left) { + .tui-full-calendar-icon:not(.tui-full-calendar-calendar-dot):not(.tui-full-calendar-dropdown-arrow):not(.tui-full-calendar-ic-checkbox):not(.tui-full-calendar-dropdown-arrow-custom):not(svg) { display: none; } .tui-full-calendar-icon { text-align:center; flex-shrink: 0; } - .tui-full-calendar-calendar-dot { - margin-right: 10px; - top: 0; + .tui-full-calendar-dropdown-arrow-custom { + display: inline-flex; + align-items: center; + svg { + font-size: @variables_button-font-size; + margin: 0; + } } .tui-full-calendar-popup-detail-item { display: flex; @@ -190,13 +192,11 @@ display: flex; align-items: center; } - .fa-align-left { - margin-top: 4px; - } &.tui-full-calendar-popup-detail-item-separate { &>span { display: flex; width: 100%; + align-items: center; } .event-description { display: block; @@ -227,7 +227,8 @@ .tui-full-calendar-section-button-save { height: 40px; .btn-primary { // Update button - margin-right: 0px; + margin-right: 0; + display: flex; } } @@ -241,9 +242,10 @@ margin: 0; &:not(li):not(button) { padding: 0; - margin-top: 5px; + margin-top: 0.5rem; } #tui-full-calendar-schedule-calendar { + font-size: @variables_button-font-size; width: 179px; top: 0; } @@ -259,6 +261,7 @@ overflow: hidden; white-space: nowrap; font: @colortheme_app-font; + font-size: @colortheme_app-font-size; padding: 0 10px; &:focus{ outline: @cryptpad_color_brand solid 2px; @@ -278,6 +281,15 @@ width: 221px; // same as button background-color: @cp_dropdown-bg; color: @cp_dropdown-fg; + border-radius: 0 0 @variables_radius @variables_radius; + li:focus-visible { + outline: @cryptpad_color_brand solid 2px; + } + } + button.tui-full-calendar-popup-section-item.btn.btn-secondary { + &[aria-expanded="true"] { + border-radius: @variables_radius @variables_radius 0 0; + } } .tui-full-calendar-section-state, #tui-full-calendar-schedule-private { display: none !important; @@ -291,6 +303,7 @@ display: flex; align-items: center; flex-wrap: wrap; + min-height: 0; // override default tui 40px .tui-full-calendar-section-start-date, .tui-full-calendar-section-end-date { flex: 1; } @@ -302,12 +315,12 @@ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABbmlDQ1BpY2MAACiRdZHNK0RRGMZ/Zoh8NIqFNItZDFmMEiVLxsJmkgZlsLn3zpe6c93uvZNkq2wspizExtfCf8BW2VJKkZKs/AG+Npqu97hqJM7t3PfXc87zds5zIJQyjZJbPwAly3PSE8nYXGY+1vhEMy20EyaqGa49NjWV4t/xfkOdqtf9qtf/+/4cLdmca0Bdk/CwYTue8KhwasWzFW8KdxpFLSu8L5xw5IDCF0rXA35UXAj4VbEzkx6HkOoZK/xg/QcbRack3CccL5ll4/s86iatOWt2Wmq3zCguaSZIEkOnzBImHv1SLcnsb9/Al2+SZfEY8rdZxRFHgaJ4E6KWpWtOal70nHwmqyr333m6+aHBoHtrEhoefP+lBxq3oFrx/Y8D368eQvgezqyaf1lyGnkTvVLT4nsQWYeT85qmb8PpBnTd2ZqjfUlhmaF8Hp6PoS0DHVfQvBBk9b3O0S3MrMkTXcLOLvTK/sjiJ6CLZ94KREMsAAAACXBIWXMAAAsSAAALEgHS3X78AAABHUlEQVQoFWNkaP//n4EMwESGHrAW6mtkZvz3G2g03BsBagz/nRUQ7sNp49//TJ+Byv6BlMbrMjCsC2Jg3BbKwOAgB9GMolGAg4GBESIOIrmA+A9I03xvFHGwCrhGkDOe5TAw9LvAFbEn6jEwwTT9BtodvJ7h/4FHYH0MLBCKgaHTgYGBE8jLN2FgYAJae+4FA8NcLwZWkAtAmoLWMTBsuYNwECMsHrVEGBj2RzEwiIEciATANgE1bb6DJAgMNLhTr71hYHBcxsDw+htCAQ5NIAU/4RpBPKjmf2++MfwHaQpZD7cJyEMB3+BORRL+rybE8FOEk4Hj2FO4KMgdrFAMitun2DTCVSMxYAkBFFYg9j94qCIpwsZEil5wyDIDAAXIUsnSKmq7AAAAAElFTkSuQmCC); } .tui-full-calendar-ic-checkbox { - margin-left: 5px; + margin-left: 1px; border-radius: 2px; } } .CodeMirror { - margin-top: 5px; + margin-top: 0.5rem; background: @cp_forms-bg !important; color: @cryptpad_text_col; border: 1px solid @cp_forms-border; @@ -315,7 +328,6 @@ width: 100%; height: 80px; font: @colortheme_app-font; - font-size: 16px; line-height: initial; padding-left: 0.3rem; pre { @@ -341,7 +353,7 @@ padding-bottom: 17px; } .tui-full-calendar-popup-detail-date { - font-size: 14px; + font-size: @variables_button-font-size; } .tui-full-calendar-section-button { margin-top: 10px; @@ -351,6 +363,8 @@ button { flex: 1; margin: 0; + display: inline-flex; + justify-content: center; } } .tui-full-calendar-popup-top-line { @@ -365,48 +379,51 @@ .cp-recurrence-label, .cp-notif-label { color: @cryptpad_text_col; - margin-right: 1rem; - i { - margin-right: 0.5rem; - } + display: inline-flex; + align-items: center; } .cp-calendar-recurrence-container { - margin-top: 1rem; + margin-top: 0.5rem; + display: inline-flex; + gap: 0.5rem; .cp-calendar-rec-translated-str { margin-top: 0.5rem; } } + .cp-dropdown-container button { + font-size: @variables_button-font-size; + } + .cp-calendar-add-notif { flex-flow: column; align-items: baseline !important; - margin: 1rem 0; - * { - font-size: @colortheme_app-font-size; - font-weight: normal; - } + margin: 0.5rem 0; + font-size: @colortheme_app-font-size; & > div { display: flex; + align-items: center; + flex-direction: row; + flex-wrap: wrap; + gap: 0.5rem; } .cp-calendar-notif-list-container { width: 100%; - margin-bottom: 10px; - .cp-notif-label { - margin-top: 0.5em; - } + margin-bottom: 0.5rem; } .cp-calendar-notif-list { display: flex; flex-flow: column; flex: 1; min-width: 150px; + gap: 2px; &:empty { display: none; } .cp-notif-entry { display: flex; - margin-bottom: 2px; + margin-bottom: 0; border-radius: @variables_radius; background-color: fade(@cryptpad_text_col, 10%); padding: 0.25rem; @@ -429,8 +446,8 @@ margin-left: 0.3rem; } .btn-danger-outline { - display: block; - margin-right: 0px !important; + display: inline-flex; + align-items: center; background-color: transparent; color: @cryptpad_text_col; border-color: @cryptpad_text_col; @@ -439,6 +456,9 @@ background-color: @cp_buttons-red; border-color: @cp_buttons-red; } + svg { + margin-right: 0; + } } } } @@ -458,6 +478,8 @@ .cp-calendar-notif-form-buttons { display: inline-flex; align-items: center; + gap: 0.5rem; + font-size: @variables_button-font-size; & > input { height: 40px; } @@ -466,11 +488,15 @@ outline: @cryptpad_color_brand solid 2px; } } + .btn-primary-outline { + svg { + margin: 0; + } + } } // margin-bottom: 20px; input { width: 80px; - margin-right: 0.5rem; } } } @@ -485,110 +511,113 @@ &:not(:hover) { background: transparent; } + svg { + margin: 0; + } } } - .cp-calendar-rec-inline, .cp-calendar-rec-block { - &:not(:last-child) { - margin-bottom: 10px; + .cp-calendar-rec-inline, .cp-calendar-rec-block { + &:not(:last-child) { + margin-bottom: 10px; + } + } + .cp-calendar-rec-inline { + display: flex; + flex-flow: row; + align-items: center; + & > *:not(:first-child) { margin-left: 5px; } + .cp-dropdown-container { + position: unset; + } + input[type="number"] { + width: 80px !important; + margin-bottom: 0 !important; + } + .cp-checkmark { + margin-right: 0.5rem; + } + } + .cp-calendar-rec-block { + .cp-calendar-rec-block-title { + margin-bottom: 0.5rem !important; + } + .cp-radio { + margin-bottom: 0.5rem; + } + input[type="radio"]:not(:checked) ~ .cp-checkmark-label { + input { + filter: grayscale(1); } } - .cp-calendar-rec-inline { - display: flex; - flex-flow: row; - align-items: center; + .cp-checkmark-label { & > *:not(:first-child) { margin-left: 5px; } - .cp-dropdown-container { - position: unset; + width: 100%; + //height: 26px; + display: flex; + align-items: center; + & > input { + margin-bottom: 0 !important; + } + input { + display: inline; + height: 24px !important; + padding: 0 5px !important; + } + input[type="text"] { + width: 200px !important; } input[type="number"] { width: 80px !important; margin-bottom: 0 !important; } - .cp-checkmark { - margin-right: 0.5rem; - } } - .cp-calendar-rec-block { - .cp-calendar-rec-block-title { - margin-bottom: 0.5rem !important; - } - .cp-radio { - margin-bottom: 0.5rem; - } - input[type="radio"]:not(:checked) ~ .cp-checkmark-label { - input { - filter: grayscale(1); - } - } - .cp-checkmark-label { - & > *:not(:first-child) { margin-left: 5px; } - width: 100%; - //height: 26px; - display: flex; - align-items: center; - & > input { - margin-bottom: 0 !important; - } - input { - display: inline; - height: 24px !important; - padding: 0 5px !important; - } - input[type="text"] { - width: 200px !important; - } - input[type="number"] { - width: 80px !important; - margin-bottom: 0 !important; - } - } + } + #cp-calendar-rec-monthly-pick ~ .cp-checkmark-label { + display: flex; + align-items: center; + & > span { + margin-right: 20px; } - #cp-calendar-rec-monthly-pick ~ .cp-checkmark-label { + } + button.cp-calendar-pick-el { + display: flex; + align-items: center; + justify-content: center; + &:not(:last-child) { + margin-right: 5px; + } + } + div.cp-calendar-weekly-pick { + button { + width: 50px; + } + } + div.cp-calendar-monthly-pick { + display: flex; + flex-flow: column; + & > div { display: flex; - align-items: center; - & > span { - margin-right: 20px; - } - } - button.cp-calendar-pick-el { - display: flex; - align-items: center; - justify-content: center; &:not(:last-child) { - margin-right: 5px; + margin-bottom: 5px; } - } - div.cp-calendar-weekly-pick { button { - width: 50px; - } - } - div.cp-calendar-monthly-pick { - display: flex; - flex-flow: column; - & > div { - display: flex; - &:not(:last-child) { - margin-bottom: 5px; - } - button { - height: 25px; - width: 25px; - &.lastday { - width: 115px; - } + height: 25px; + width: 25px; + &.lastday { + width: 115px; } } } + } - .tui-full-calendar-ic-repeat-b { + .tui-full-calendar-ic-repeat-b { + display: none; + & ~ * { display: none; - & ~ * { - display: none; - } } + } #cp-toolbar .cp-calendar-browse { display: flex; @@ -600,6 +629,9 @@ background-color: fade(@cp_toolbar-fg, 50%); cursor: pointer; } + svg { + margin: 0; + } } } @@ -664,13 +696,24 @@ padding: 5px; border-radius: @variables_radius; background-color: @cp_sidebar-left-bg; + svg { + margin-right: 0.25rem; + flex-shrink: 0; + } + .cp-calendar-icon, .cp-calendar-actions { + svg { + margin: 0; + } + } &:not(.cp-unclickable) { cursor: pointer; } .cp-dropdown-container { position: initial; - .cp-dropdown-content{ + svg { + margin-right: @variables_icon_margin; + } @media screen and (max-width: 600px) { left: 50%; @@ -686,7 +729,7 @@ } &.cp-ghost { padding: 0; - margin-top: 1rem; + margin-top: 0.5rem; button { .tools_unselectable(); cursor: pointer; @@ -709,9 +752,6 @@ &:focus-visible { outline: @variables_focus_style; } - i { - margin-left: 5px; - } } } &:not(:last-child) { @@ -759,6 +799,8 @@ overflow: hidden; text-overflow: ellipsis; padding: 0 5px; + flex: 1; + text-align: center; } } } @@ -774,10 +816,11 @@ .cp-calendar-notif-list-container, .cp-calendar-notif-form { flex-direction: column; align-items: unset !important; + gap: 0.5rem; } .cp-calendar-newevent { - i { - margin: 0 !important; + svg { + margin: 0; } span { display: none; diff --git a/www/calendar/inner.js b/www/calendar/inner.js index 32ab46360..6926bd1df 100644 --- a/www/calendar/inner.js +++ b/www/calendar/inner.js @@ -33,6 +33,8 @@ define([ '/common/sframe-common-codemirror.js', 'cm/lib/codemirror', + '/common/common-icons.js', + 'cm/addon/display/autorefresh', 'cm/addon/display/placeholder', 'cm/mode/gfm/gfm', @@ -41,7 +43,6 @@ define([ 'css!/lib/calendar/tui-calendar.min.css', 'css!/components/codemirror/lib/codemirror.css', 'css!/components/codemirror/addon/dialog/dialog.css', - 'css!/components/components-font-awesome/css/font-awesome.min.css', 'css!/components/bootstrap/dist/css/bootstrap.min.css', 'less!/calendar/app-calendar.less', ], function ( @@ -69,7 +70,8 @@ define([ Share, Access, Properties, diffMk, SFCodeMirror, - CodeMirror + CodeMirror, + Icons ) { @@ -408,14 +410,14 @@ define([ str = `${str}`; APP.nextLocationUid = uid; } - let location_icon = h('i.fa.fa-map-marker.tui-full-calendar-icon', { 'aria-hidden': true }, []); + let location_icon = Icons.get('calendar-location', { class: 'tui-full-calendar-icon'}); return `
    ${location_icon.outerHTML} ${str}
    `; }, popupDetailBody: function(schedule) { - var str = schedule.body; + var str = schedule.body ? schedule.body.trim() : ""; //check also whitespace delete APP.eventBody; - - let description_icon = h('i.fa.fa-align-left.tui-full-calendar-icon', { 'aria-hidden': true }, []); + if (!str) { return "";} + let description_icon = Icons.get('calendar-description', { class: 'tui-full-calendar-icon'}); let description = diffMk.render(str, true); return `${description_icon.outerHTML}
    ${description}
    `; }, @@ -536,10 +538,7 @@ define([ if (!data.readOnly) { options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-pencil', - }, - content: h('span', Messages.tag_edit), + content: h('span',[Icons.get('rename'), Messages.tag_edit]), action: function (e) { e.stopPropagation(); editCalendar(id); @@ -550,10 +549,7 @@ define([ if (APP.loggedIn && (data.teams.indexOf(1) === -1 || teamId === 0)) { options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-clone', - }, - content: h('span', Messages.calendar_import), + content: h('span', [ Icons.get('copy'), Messages.calendar_import]), action: function (e) { e.stopPropagation(); importCalendar({ @@ -572,10 +568,7 @@ define([ if (!data.restricted) { options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-shhare-alt', - }, - content: h('span', Messages.shareButton), + content: h('span', [ Icons.get('share'), Messages.shareButton]), action: function (e) { e.stopPropagation(); var friends = common.getFriends(); @@ -602,10 +595,7 @@ define([ }); options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-lock', - }, - content: h('span', Messages.accessButton), + content: h('span',[ Icons.get('lock'), Messages.accessButton]), action: function (e) { e.stopPropagation(); var cal = APP.calendars[id]; @@ -634,10 +624,7 @@ define([ if (!data.readOnly) { options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-upload', - }, - content: h('span', Messages.importButton), + content: h('span', Icons.get('upload'), Messages.importButton), action: function () { UIElements.importContent('text/calendar', function (res) { Export.import(res, id, function (err, json) { @@ -660,10 +647,7 @@ define([ } options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-download', - }, - content: h('span', Messages.exportButton), + content: h('span', Icons.get('download'), Messages.exportButton), action: function (e) { e.stopPropagation(); var cal = APP.calendars[id]; @@ -705,10 +689,7 @@ define([ options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-info-circle', - }, - content: h('span', Messages.propertiesButton), + content: h('span', Icons.get('properties'), Messages.propertiesButton), action: function (e) { e.stopPropagation(); var cal = APP.calendars[id]; @@ -733,10 +714,7 @@ define([ if (!cantRemove) { options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-trash-o', - }, - content: h('span', Messages.poll_remove), + content: h('span', Icons.get('trash-full'), Messages.poll_remove), action: function (e) { e.stopPropagation(); var cal = APP.calendars[id]; @@ -768,7 +746,8 @@ define([ text: '', options: options, // Entries displayed in the menu common: common, - buttonCls: 'btn btn-default fa fa-gear small cp-calendar-actions', + buttonCls: 'btn btn-default small cp-calendar-actions', + iconCls: 'settings', buttonTitle: Messages.calendar_settings, }; return UIElements.createDropdown(dropdownConfig)[0]; @@ -777,7 +756,7 @@ define([ var data = APP.calendars[id]; var edit; if (data.loading) { - edit = h('i.fa.fa-spinner.fa-spin', {'aria-hidden': 'true'}); + edit = Icons.get('loading'); } else { edit = makeEditDropdown(id, teamId); } @@ -792,14 +771,17 @@ define([ h('span.cp-calendar-icon', { style: 'background-color: '+md.color+';' }, [ - h('i.cp-calendar-active.fa.fa-calendar', { + Icons.get('calendar', { + class: 'cp-calendar-active', style: 'color: '+getContrast(md.color)+';' }), - h('i.cp-calendar-inactive.fa.fa-calendar-o') + Icons.get('calendar-inactive',{ + class: 'cp-calendar-inactive' + }) ]), h('span.cp-calendar-title', md.title), - data.restricted ? h('i.fa.fa-ban', {title: Messages.fm_restricted, 'aria-hidden': 'true'}) : - (isReadOnly(id, teamId) ? h('i.fa.fa-eye', {title: Messages.readonly, 'aria-hidden': 'true'}) : undefined), + data.restricted ? Icons.get('restricted', {title: Messages.fm_restricte}) : + (isReadOnly(id, teamId) ? Icons.get('read-only', {title: Messages.readonly}) : undefined), edit ]); var $calendar = $(calendar).click(function () { @@ -858,7 +840,7 @@ define([ ])); makeCalendarEntry(tempCalendars[0], 0); var importTemp = h('button', [ - h('i.fa.fa-calendar-plus-o'), + Icons.get('calendar-add'), h('span', Messages.calendar_import_temp), h('span') ]); @@ -904,7 +886,7 @@ define([ // Add the new calendar button var $newContainer = $(h('div.cp-calendar-entry.cp-ghost')).appendTo($contentContainer); var newButton = h('button', [ - h('i.fa.fa-calendar-plus-o', {'aria-hidden': 'true'}), + Icons.get('calendar-add'), h('span', Messages.calendar_new), h('span') ]); @@ -934,10 +916,10 @@ define([ // hide the calendars list and display a "show" button if (APP.numberCalendars > 2 || totalCalendars > 2) { var $showContainer = $(h('div.cp-calendar-entry.cp-ghost')).appendTo($calendars); - var iconClass = visible ? 'fa-eye-slash' : 'fa-eye'; + var iconClass = visible ? 'password-hide' : 'password-reveal'; var buttonText = visible ? Messages.calendar_hide : Messages.calendar_show; var showCalendarsBtn = h('button', [ - h('i.fa.' + iconClass, {'aria-hidden': "true"}), + Icons.get(iconClass), h('span.cp-calendar-title', buttonText), h('span') ]); @@ -945,10 +927,12 @@ define([ $(showCalendarsBtn).click(() => { visible = !visible; $contentContainer.toggle(visible); - iconClass = visible ? 'fa-eye-slash' : 'fa-eye'; + iconClass = visible ? 'password-hide' : 'password-reveal'; buttonText = visible ? Messages.calendar_hide : Messages.calendar_show; - $(showCalendarsBtn).find('i').attr('class', 'fa ' + iconClass).attr('aria-hidden', "true"); - $(showCalendarsBtn).find('span').first().text(visible ? Messages.calendar_hide : Messages.calendar_show); + $(showCalendarsBtn).empty(); + $(showCalendarsBtn).append(Icons.get(iconClass)); + $(showCalendarsBtn).append(h('span.cp-calendar-title', visible ? Messages.calendar_hide : Messages.calendar_show)); + $(showCalendarsBtn).append(h('span')); }).appendTo($showContainer); } else {visible = true;} @@ -1332,7 +1316,7 @@ ICS ==> create a new event with the same UID and a RECURRENCE-ID field (with a v APP.toolbar.$bottomR.append($block); // New event button var newEventBtn = h('button.cp-calendar-newevent', [ - h('i.fa.fa-plus', {'aria-hidden': 'true'}), + Icons.get('add'), h('span', Messages.calendar_newEvent) ]); $(newEventBtn).click(function (e) { @@ -1340,10 +1324,10 @@ ICS ==> create a new event with the same UID and a RECURRENCE-ID field (with a v cal.openCreationPopup({isAllDay:false}); }).appendTo(APP.toolbar.$bottomL); // Change page - var goLeft = h('button.fa.fa-chevron-left',{'aria-label': Messages.goLeft}); - var goRight = h('button.fa.fa-chevron-right', {'aria-label': Messages.goRight}); + var goLeft = h('button',{'aria-label': Messages.goLeft}, [Icons.get('chevron-left')]); + var goRight = h('button', {'aria-label': Messages.goRight}, [Icons.get('chevron-right')]); var goToday = h('button', Messages.calendar_today); - var goDate = h('button.fa.fa-calendar',{'aria-label': Messages.date}); + var goDate = h('button',{'aria-label': Messages.date}, Icons.get('calendar')); $(goLeft).click(function () { cal.prev(); updateDateRange(); @@ -1378,7 +1362,6 @@ ICS ==> create a new event with the same UID and a RECURRENCE-ID field (with a v APP.toolbar.$bottomL.append(h('div.cp-calendar-browse', [ goLeft, goToday, goRight, goDate ])); - }; @@ -1951,7 +1934,7 @@ APP.recurrenceRule = { return h('div.cp-calendar-recurrence-container', [ h('span.cp-recurrence-label', [ - h('i.fa.fa-repeat', {'aria-hidden':'true'}), + Icons.get('calendar-repeat'), Messages.calendar_rec]), $block[0], translated @@ -2020,11 +2003,11 @@ APP.recurrenceRule = { $number.attr('max', max); if ($number.val() > max) { $number.val(max); } }); - var addNotif = h('button.btn.btn-primary-outline.fa.fa-plus'); + var addNotif = h('button.btn.btn-primary-outline', Icons.get('add')); var $list = $(h('div.cp-calendar-notif-list')); var listContainer = h('div.cp-calendar-notif-list-container', [ h('span.cp-notif-label', [ - h('i.fa.fa-bell', {'aria-hidden':'true'}), + Icons.get('calendar-reminder'), Messages.calendar_notifications ]), $list[0], @@ -2033,8 +2016,9 @@ APP.recurrenceRule = { var addNotification = function (unit, value) { var unitValue = (unit === "minutes") ? 1 : (unit === "hours" ? 60 : (60*24)); - var del = h('button.btn.btn-danger-outline.small.fa.fa-times', - {'title': Messages.calendar_removeNotification} + var del = h('button.btn.btn-danger-outline.small', + {'title': Messages.calendar_removeNotification}, + Icons.get('close') ); var minutes = value * unitValue; if ($list.find('[data-minutes="'+minutes+'"]').length) { return; } @@ -2070,7 +2054,7 @@ APP.recurrenceRule = { return h('div.tui-full-calendar-popup-section.cp-calendar-add-notif', [ listContainer, h('div.cp-calendar-notif-form', [ - h('span.cp-notif-label', Messages.calendar_addNotification), + h('span.cp-notif-label', [ Icons.get('calendar-add-reminder'), Messages.calendar_addNotification]), h('span.cp-calendar-notif-form-buttons', [ number, $block[0], @@ -2200,10 +2184,13 @@ APP.recurrenceRule = { // Customize creation/update popup var onCalendarPopup = function (el) { var $el = $(el); - $el.find('.tui-full-calendar-confirm').addClass('btn btn-primary').prepend(h('i.fa.fa-floppy-o', {'aria-hidden': 'true'})); + $el.find('.tui-full-calendar-confirm').addClass('btn btn-primary').prepend(Icons.get('save')); $el.find('input').attr('autocomplete', 'off'); $el.find('.tui-full-calendar-dropdown-button').addClass('btn btn-secondary'); - $el.find('.tui-full-calendar-popup-close').addClass('btn btn-cancel fa fa-times cp-calendar-close').empty(); + $el.find('.tui-full-calendar-dropdown-arrow').append(Icons.get('chevron-down')).removeClass('tui-full-calendar-dropdown-arrow').addClass('tui-full-calendar-dropdown-arrow-custom'); + $el.find('.tui-full-calendar-popup-close').addClass('btn btn-cancel cp-calendar-close').empty(); + $el.find('.tui-full-calendar-dropdown-arrow').append(Icons.get('chevron-down')).removeClass('tui-full-calendar-dropdown-arrow').removeClass('tui-full-calendar-icon').addClass('tui-full-calendar-dropdown-arrow-custom'); + $el.find('.tui-full-calendar-popup-close').append(Icons.get('close')); $el.find('.tui-full-calendar-section-allday').attr('tabindex', 0); $el.find('.cp-calendar-close').attr('tabindex',-1); $el.find('.tui-full-calendar-section-allday').keydown(function (e) { @@ -2237,9 +2224,19 @@ APP.recurrenceRule = { let $dropdownButton = $el.find('.tui-full-calendar-dropdown-button'); let $dropdownMenu = $el.find('.tui-full-calendar-dropdown-menu'); + let updateDropdownArrow = function(isOpen) { + const $icon = $dropdownButton.find('.tui-full-calendar-dropdown-arrow-custom'); + if (isOpen) { + $icon.empty().append(Icons.get('chevron-up')); + } else { + $icon.empty().append(Icons.get('chevron-down')); + } + }; + let toggleAriaExpanded = function (isOpen) { $dropdownButton.attr('aria-expanded', isOpen ? 'true' : 'false'); isOpen ? $dropdownMenu.show() : $dropdownMenu.hide(); + updateDropdownArrow(isOpen); }; let calendarDropdownNavigation = function (event) { @@ -2288,12 +2285,11 @@ APP.recurrenceRule = { break; } }; - $dropdownButton.on('click keydown', function (event) { if (event.type !== 'click' && event.key !== 'Enter' && event.key !== ' ' && event.key !== 'ArrowDown' && event.key !== 'ArrowUp') { return; } - let isOpen = $el.find('.tui-full-calendar-open').length > 0; + let isOpen = $el.find('.tui-full-calendar-dropdown-menu:visible').length > 0; toggleAriaExpanded(!isOpen); if (!isOpen && event.key !== 'ArrowUp') { $dropdownMenu.find('li').first().focus(); @@ -2301,6 +2297,10 @@ APP.recurrenceRule = { else if(!isOpen){ $dropdownMenu.find('li').last().focus(); } + // If the menu is close, don't propagate the event + // to make sure the "document" won't catch the click + // and close the menu (we want to open it) + if (!isOpen) { event.stopPropagation(); } }); // click outside the dropdown button => closes the dropdown => aria-expanded is false $(document).on('click', function (event) { @@ -2367,11 +2367,12 @@ APP.recurrenceRule = { $el.attr('aria-describedby', 'tui-full-calendar-section-detail'); $el.find('.tui-full-calendar-popup-edit').addClass('btn btn-primary'); - $el.find('.tui-full-calendar-popup-edit .tui-full-calendar-icon').addClass('fa fa-pencil').removeClass('tui-full-calendar-icon'); + $el.find('.tui-full-calendar-popup-edit .tui-full-calendar-icon').append(Icons.get('edit')); + $el.find('.tui-full-calendar-popup-edit .tui-full-calendar-icon').removeClass('tui-full-calendar-icon'); $el.find('.tui-full-calendar-content').removeClass('tui-full-calendar-content'); var delButton = h('button.btn.btn-danger', [ - h('i.fa.fa-trash', {'aria-hidden': 'true'}), + Icons.get('trash-full'), h('span', Messages.kanban_delete) ]); var $del = $el.find('.tui-full-calendar-popup-delete').hide(); @@ -2421,7 +2422,7 @@ APP.recurrenceRule = { // This is a recurring event, add button to stop recurrence now var $b = $(h('button.btn.btn-default', [ - h('i.fa.fa-times', {'aria-hidden': 'true'}), + Icons.get('close'), h('span', Messages.calendar_rec_stop) ])).insertBefore($section); UI.confirmButton($b[0], { classes: 'btn-default' }, function () { diff --git a/www/checkup/app-checkup.less b/www/checkup/app-checkup.less index 5024717dd..ca9bdea28 100644 --- a/www/checkup/app-checkup.less +++ b/www/checkup/app-checkup.less @@ -48,9 +48,6 @@ html, body { .pending { border: 1px solid @cryptpad_text_col; - .fa { - margin-right: 20px; - } } .hidden { display: none; diff --git a/www/checkup/checkup-tools.js b/www/checkup/checkup-tools.js index 2529b8906..ee281c4f8 100644 --- a/www/checkup/checkup-tools.js +++ b/www/checkup/checkup-tools.js @@ -22,7 +22,7 @@ define([ var OS_HINTS = { "Win": "Windows", - "Mac": "MacOS", + "Mac": "macOS", "X11": "UNIX", "Linux": "Linux", }; diff --git a/www/checkup/main.js b/www/checkup/main.js index 29b9f1fee..eedfd7bd5 100644 --- a/www/checkup/main.js +++ b/www/checkup/main.js @@ -21,14 +21,14 @@ define([ '/checkup/checkup-tools.js', '/customize/application_config.js', '/common/onlyoffice/current-version.js', + '/common/common-icons.js', '/components/tweetnacl/nacl-fast.min.js', - 'css!/components/components-font-awesome/css/font-awesome.min.css', 'less!/checkup/app-checkup.less', ], function ($, ApiConfig, Assertions, h, Messages, DomReady, nThen, SFCommonO, Login, Hash, Util, Pinpad, NetConfig, Block, Pages, Tools, AppConfig, - OOCurrentVersion) { + OOCurrentVersion, Icons) { window.CHECKUP_MAIN_LOADED = true; var Assert = Assertions(); @@ -1805,7 +1805,7 @@ define([ $progress.html('').append(h('div.report.pending.summary', [ versionStatement(), h('p', [ - h('i.fa.fa-spinner.fa-pulse'), + Icons.get('loading'), h('span', Messages._getKey('assert_numberOfTestsCompleted', [completed, total])) ]) ])); diff --git a/www/checkup/sandbox/main.js b/www/checkup/sandbox/main.js index dd2af4dbd..089914c61 100644 --- a/www/checkup/sandbox/main.js +++ b/www/checkup/sandbox/main.js @@ -8,7 +8,6 @@ define([ '/checkup/checkup-tools.js', '/components/tweetnacl/nacl-fast.min.js', - 'css!/components/components-font-awesome/css/font-awesome.min.css', 'less!/checkup/app-checkup.less', ], function ($, Util, Tools) { var postMessage = function (content) { diff --git a/www/code/app-code.less b/www/code/app-code.less index c6da5960b..d90b84ad4 100644 --- a/www/code/app-code.less +++ b/www/code/app-code.less @@ -75,14 +75,6 @@ .markdown_main(); .markdown_cryptpad(); - .todo-list-item { - .fa { - &.fa-check-square { - font-size: 15px; - margin-top: 5px; - } - } - } .cp-app-code-preview-empty { display: none; diff --git a/www/code/inner.js b/www/code/inner.js index 2248fef1f..ff4bd3148 100644 --- a/www/code/inner.js +++ b/www/code/inner.js @@ -88,7 +88,7 @@ define([ text: Messages.toolbar_theme, options: [], common: framework._.sfCommon, - iconCls: 'cptools cptools-palette' + iconCls: 'color-palette' }); framework._.toolbar.$theme = $drawer.find('ul.cp-dropdown-content'); framework._.toolbar.$bottomL.append($drawer); @@ -99,7 +99,7 @@ define([ var $showAuthorColorsButton = framework._.sfCommon.createButton('', true, { text: Messages.cba_hide, name: 'authormarks', - icon: 'fa-paint-brush', + icon: 'customize', }).hide(); var $showAuthorColors = UIElements.getEntryFromButton($showAuthorColorsButton).hide(); $showAuthorColors.find('span').addClass('cp-toolbar-name cp-toolbar-drawer-element'); @@ -421,7 +421,7 @@ define([ var mkColorByAuthor = function (framework, markers) { var common = framework._.sfCommon; var $cbaButton = framework._.sfCommon.createButton(null, true, { - icon: 'fa-paint-brush', + icon: 'customize', text: Messages.cba_title, name: 'cba' }, function () { diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index f12708536..9012ac5e1 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -194,32 +194,32 @@ const factory = () => { // Customize the icon used for each application. // You can update the colors by making a copy of /customize.dist/src/less2/include/colortheme.less AppConfig.applicationsIcon = { - file: 'cptools-file', - fileupload: 'cptools-file-upload', - folderupload: 'cptools-folder-upload', - link: 'fa-link', - pad: 'cptools-richtext', - code: 'cptools-code', - slide: 'cptools-slide', - poll: 'cptools-poll', - form: 'cptools-poll', - whiteboard: 'cptools-whiteboard', - diagram: 'cptools-diagram', - todo: 'cptools-todo', - contacts: 'fa-address-book', - calendar: 'fa-calendar', - kanban: 'cptools-kanban', - doc: 'fa-file-word-o', - presentation: 'fa-file-powerpoint-o', - sheet: 'fa-file-excel-o', - drive: 'fa-hdd-o', - teams: 'fa-users', - admin: 'fa-gears', - settings: 'fa-gear', - moderation: 'fa-ambulance', - profile: 'fa-user-circle', - support: 'fa-life-ring', - accounts: 'fa-ticket' + file: 'file', + fileupload: 'drive-upload-file', + folderupload: 'drive-upload-folder', + link: 'link', + pad: 'pad', + code: 'code-pad', + slide: 'slide', + poll: 'poll', + form: 'form', + whiteboard: 'whiteboard', + diagram: 'diagram', + todo: 'file', + contacts: 'contacts', + calendar: 'calendar', + kanban: 'kanban', + doc: 'doc', + presentation: 'presentation', + sheet: 'sheet', + drive: 'drive', + teams: 'teams', + admin: 'administration', + settings: 'settings', + moderation: 'moderation', + profile: 'user-profile', + support: 'support', + accounts: 'subscribe' }; // Ability to create owned pads and expiring pads through a new pad creation screen. diff --git a/www/common/common-icons.js b/www/common/common-icons.js new file mode 100644 index 000000000..84ad8c238 --- /dev/null +++ b/www/common/common-icons.js @@ -0,0 +1,302 @@ +// SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors +// +// SPDX-License-Identifier: AGPL-3.0-or-later + +define([ + '/common/hyperscript.js', + '/customize/lucide.js' +], function (h, Lucide) { + const Icons = {}; + + const map = { + // Drive + "homepage": "house", + "drive": "hard-drive", + "search": "search", + "drive-shared-folder": "folder-users", + "drive-upload-file": "file-up", + "drive-upload-folder": "folder-up", + "file": "file", + "drive-recent": "clock", + "drive-password-document": "file-lock", + "folder": "folder", + "folder-open": "folder-open", + "folder-nocolor": "folder-minus", + "folder-check": "folder-check", + "file-template": "file-cog", + "file-pad": "file-text", + "grid": "layout-grid", + "list": "list", + "document-owner": "id-card-lanyard", + "burn-drive": "ban", + // Teams + "teams": "users-round", + "promote": "chevrons-up", + "downgrade": "chevrons-down", + // CryptPad apps + // Pad + "pad": "file-text", + "pad-settings": "settings", + "expand-pad": "maximize-2", + "shrink-pad": "minimize-2", + "slide": "cp-file-slide", + "poll": "file-chart-column-increasing", + // Form + "form": "file-chart-column-increasing", + "form-responses": "chart-no-axes-combined", + "form-text": "minus", + "form-paragraph": "text", + "form-grid-radio": "cp-form-grid-radio", + "form-grid-check": "cp-form-grid-check", + "form-list-check": "list-checks", + "form-list-radio": "list", + "form-list-ordered": "list-ordered", + "form-poll": "cp-form-poll", + "form-page-break": "cp-form-page-break", + "form-conditional": "cp-form-conditional", + "form-poll-maybe": "cp-form-poll-maybe", + "form-poll-switch": "arrow-right-left", + // Whiteboard + "whiteboard": "cp-file-whiteboard", + // Diagram + "diagram": "cp-file-diagram", + // Code + "code-pad": "file-code", + "todo": "file", + // Kanban + "kanban": "cp-file-kanban", + "kanban-tags": "tags", + "kanban-minimize": "minus", + "kanban-maximize": "menu", + "touch-mode": "hand", + "kanban-add-top": "cp-kanban-add-top", + "kanban-add-bottom": "cp-kanban-add-bottom", + "delete-token": "x", + // Doc + "doc": "cp-file-oo-document", + // Sheet + "sheet": "cp-file-oo-sheet", + // Presentation + "presentation": "cp-file-oo-presentation", + // Actions + "add": "plus", + "check": "check", + "filter": "list-filter-plus", + "share": "share-2", + "download": "hard-drive-download", + "destroy": "shredder", + "donate": "hand-coins", + "send": "send", + "cloud-upload": "cloud-upload", + "print": "printer", + "play": "circle-play", + "grip-move": "grip-horizontal", + "grip-move-vertical": "grip-vertical", + "refresh": "refresh-ccw", + "select": "move", + // General + "trash-empty": "trash", + "trash-full": "trash-2", + "properties": "info", + "documentation": "book-open-text", + "language": "languages", + "link": "link", + "external-link": "external-link", + "chevron-left": "chevron-left", + "chevron-right": "chevron-right", + "chevron-down": "chevron-down", + "chevron-up": "chevron-up", + "copy": "copy", + "close": "x", + "square": "square", + "timer": "hourglass", + "map-pin": "map-pin", + "pin": "pin", + "checked-box": "square-check", + "unchecked-box": "square", + "table": "table", + "inbox": "inbox", + "server": "server", + "minus": "minus", + "alert": "triangle-alert", + "sort-amount-desc": "arrow-down-wide-narrow", + "announcement": "megaphone", + "reply": "reply", + "comment": "message-square-text", + "file-image": "file-image", + "snapshot": "camera", + "certificate": "shield-check", + "circle-question": "circle-question-mark", + "list-ol": "list-ordered", + "list-todo": "list-todo", + "ellipsis-vertical": "ellipsis-vertical", + "ellipsis-horizontal": 'ellipsis', + "toolbar-insert": "image-plus", + "features": "info", + "report": "clipboard-plus", + "limit": "settings-2", + "duration": "timer-reset", + "checkup": "square-activity", + // Login + Register + "login": "log-in", + "logout": "log-out", + "logout-everywhere": "unplug", + "register": "user-round-plus", + // User + "user-profile": "circle-user-round", + "users": "users-round", + "secret-user": "venetian-mask", + "user-account": "user", + // History + "history": "history", + "history-prev": 'arrow-left', + "history-next": "arrow-right", + "history-fast-next": "arrow-right-to-line", + "history-fast-prev": "arrow-left-to-line", + "history-timeline-position": "chevron-down", + "history-restore": "archive-restore", + "remove-history": "eraser", + "history-moderation": "archive", + "archive": "archive", + // Calendar + "calendar": "calendar-days", + "calendar-inactive": "calendar", + "calendar-add": "calendar-plus-2", + "calendar-repeat": "calendar-sync", + "calendar-reminder": "bell-ring", + "calendar-add-reminder": "bell-plus", + "calendar-location": "map-pin", + "calendar-description": "align-justify", + "closing-date": "calendar-x", + // Contacts + "contacts": "contact-round", + "contacts-book": "book-user", + "unfriend": "user-round-x", + "add-friend": "user-round-plus", + "sort-asc": "chevron-down", + "sort-desc": "chevron-up", + "access": "lock-open", + "rename": "pen-line", + "color-palette": "palette", + "customize": "brush", + "upload": "hard-drive-upload", + "read-only": "pen-off", + "preview": "eye", + "tag": "hash", + "password-reveal": "eye", + "password-hide": "eye-closed", + "password-change": "rotate-ccw-key", + "arrow-left": "arrow-left", + "arrow-up": "arrow-up", + "code": "code-xml", + "qr-code": "qr-code", + "lock": "lock", + "unlocked": "lock-open", + "help": "info", + "expand-menu": "chevron-right", + "location": "navigation", + "collapse": "square-minus", + "expand": "square-plus", + "expire": "clock-alert", + "restricted": "ban", + "renamed": "flag", + "restore": "rotate-cw", + "all": "menu", + "chat": "message-circle-more", + "comments": "message-square-more", + "mail": "mail", + "upload-avatar": "image-up", + "edit": "pencil", + "save": "save", + "loading": "loader", + "notification" : "bell", + "notifications" : "notebook-text", + "mute": "bell-off", + "cursor": "text-cursor", + "import": "upload", + "import-template": "file-up", + "export": "download", + // Settings + Admin + "settings": "settings", + "apps-settings": "wrench", + "administration": "monitor-cog", + "support": "life-buoy", + "moderation": "ambulance", + "broadcast": "radio", + "support-ticket": "mail", + "user-directory": "id-card", + "database": "database", + "stats": "chart-line", + "performance": "heart-pulse", + "network": "network", + "survey": "graduation-cap", + // Markdown toolbar + "undo": "undo", + "redo": "redo", + "type": "type", + "clear-canvas": "brush-cleaning", + "key": "key", + "bold": "bold", + "italic": "italic", + "heading": "heading", + "strikethrough": "strikethrough", + "quote": "quote", + "toc": "newspaper", + "embed": "image-plus", + // Badges + "badge-admin": "star", + "badge-moderator": "life-buoy", + "badge-premium": "ticket-check", + "badge-error": "circle-alert", + // Other + "maintenance": "construction", + "release-notes": "notepad-text" + }; + + Icons.add = (newIcons) => { + Object.keys(newIcons).forEach(k => { + map[k] = newIcons[k]; + }); + }; + + Icons.get = (name, attrs = {}) => { + if (!map[name]) { + console.error("Invalid icon", name); + //alert(`Invalid icon: ${name}`); + // throw new Error(`Invalid icon: ${name}`); + } + attrs['data-lucide'] = map[name]; + attrs['aria-hidden'] = "true"; + + return h('i', attrs); + }; + + if (!window.CP_Lucide_observer) { + window.CP_Lucide_observer = true; + Lucide.createIcons(); + const observer = new MutationObserver((mutations) => { + let found = mutations.some((mutation) => { + for (var i = 0; i < mutation.addedNodes.length; i++) { + let added = mutation.addedNodes[i]; + if (added.tagName === "svg") { continue; } + if (added?.hasAttribute?.('data-lucide')) { + return true; + } + if (added?.querySelector?.(':not(svg)[data-lucide]')) { + return true; + } + } + }); + if (found) { Lucide.createIcons(); } + }); + observer.observe(document.body, { + attributes: true, + childList: true, + characterData: false, + subtree: true + }); + } + + return Icons; +}); + diff --git a/www/common/common-interface.js b/www/common/common-interface.js index 653c659f2..12928d062 100644 --- a/www/common/common-interface.js +++ b/www/common/common-interface.js @@ -22,6 +22,7 @@ define([ '/lib/tippy/tippy.min.js', '/common/hyperscript.js', '/customize/loading.js', + '/common/common-icons.js', //'/common/test.js', '/lib/jquery-ui/jquery-ui.min.js', // autocomplete widget @@ -29,7 +30,7 @@ define([ 'css!/lib/tippy/tippy.css', 'css!/lib/jquery-ui/jquery-ui.min.css' ], function ($, Messages, Util, Hash, Notifier, AppConfig, - Alertify, Tippy, h, Loading/*, Test */) { + Alertify, Tippy, h, Loading, Icons /*, Test */) { var UI = {}; /* @@ -248,7 +249,7 @@ define([ var title = h('span.alertify-tabs-title'+ (tab.disabled ? '.disabled' : ''), h('span.tab-title-text',{id: 'cp-tab-' + tab.title.toLowerCase(), 'aria-hidden':"true"}, tab.title)); $(title).attr('tabindex', '0'); if (tab.icon) { - var icon = h('i', {class: tab.icon, 'aria-labelledby': 'cp-tab-' + tab.title.toLowerCase()}); + var icon = Icons.get(tab.icon, {'aria-labelledby': 'cp-tab-' + tab.title.toLowerCase()}); $(title).prepend(' ').prepend(icon); } @@ -313,7 +314,7 @@ define([ $input.attr('tabindex', 0); var $button = $(h('button.btn.btn-primary', [ - h('i.fa.fa-plus'), + Icons.get('add'), h('span', Messages.tag_add) ])); @@ -338,7 +339,7 @@ define([ if (!$tokens.length) { $container.prepend(h('span.tokenfield-empty', Messages.kanban_noTags)); } - $tokens.find('.close').attr('tabindex', 0).on('keydown', e => { + $tokens.find('.close').attr('tabindex', 0).empty().append(Icons.get('delete-token')).on('keydown', e => { e.stopPropagation(); }); $tokens.find('.token-label').attr('tabindex', 0).on('keydown', function (e) { @@ -520,7 +521,7 @@ define([ buttons.forEach(function (b) { if (!b.name || !b.onClick) { return; } var button = h('button', { 'class': b.className || '' }, [ - b.iconClass ? h('i' + b.iconClass) : undefined, + b.iconClass ? Icons.get(b.iconClass): undefined, b.name ]); button.classList.add('btn'); @@ -635,7 +636,6 @@ define([ }); addTabListener(frame); - return frame; }; @@ -661,9 +661,12 @@ define([ }; $blockContainer.html('').appendTo($body); var $block = $(h('div.cp-modal')).appendTo($blockContainer); - $(h('span.cp-modal-close.fa.fa-times', { - title: Messages.filePicker_close - })).click(hide).appendTo($block); + $(h('span',[ + Icons.get('close', { + 'class': 'cp-modal-close', + 'title': Messages.filePicker_close + }), + ])).click(hide).appendTo($block); $body.click(hide); $block.click(function (e) { e.stopPropagation(); @@ -673,6 +676,7 @@ define([ hide(); } }); + return { $modal: $blockContainer, show: function () { @@ -848,7 +852,6 @@ define([ document.body.appendChild(frame); addTabListener(frame); - listener = listenForKeys(function () { // Only trigger OK if cancel is not focused if (document.activeElement === $cancel[0]) { @@ -996,12 +999,16 @@ define([ }, opts); var input = h('input.cp-password-input', attributes); - var eye = h('span.fa.fa-eye.cp-password-reveal', { + let passwordReveal = Icons.get('password-reveal'); + let passwordHide = Icons.get('password-hide'); + var eye = h('span.cp-password-reveal', { tabindex: 0, role: 'button', 'aria-label': Messages.show_password, 'aria-pressed': 'false' - }); + },[ + passwordReveal + ]); var $eye = $(eye); var $input = $(input); @@ -1020,15 +1027,15 @@ define([ } else { Util.onClickEnter($eye, function (e) { e.stopPropagation(); - if ($eye.hasClass('fa-eye')) { - $input.prop('type', 'text'); - $input.focus(); - $eye.removeClass('fa-eye').addClass('fa-eye-slash').attr('aria-label', Messages.hide_password).attr('aria-pressed', 'true'); - return; + if ($input.prop('type') === 'password') { + $input.prop('type', 'text').focus(); + $eye.empty().append(passwordHide); + $eye.attr('aria-label', Messages.hide_password).attr('aria-pressed', 'true'); + } else { + $input.prop('type', 'password').focus(); + $eye.empty().append(passwordReveal); + $eye.attr('aria-label', Messages.show_password).attr('aria-pressed', 'false'); } - $input.prop('type', 'password'); - $input.focus(); - $eye.removeClass('fa-eye-slash').addClass('fa-eye').attr('aria-label', Messages.show_password).attr('aria-pressed', 'false'); }); } @@ -1039,7 +1046,7 @@ define([ }; UI.createHelper = function (href, text) { - var q = h('a.fa.fa-question-circle', { + var q = h('a', { 'data-cptippy-html': true, style: 'text-decoration: none !important;', title: text, @@ -1047,35 +1054,10 @@ define([ target: "_blank", 'data-tippy-placement': "right", 'aria-label': text - }); + }, Icons.get('circle-question')); return q; }; - /* - * spinner - */ - UI.spinner = function (parent) { - var $target = $('', { - 'class': 'fa fa-circle-o-notch fa-spin fa-4x fa-fw', - }).hide(); - - $(parent).append($target); - - return { - show: function () { - $target.css('display', 'inline'); - return this; - }, - hide: function () { - $target.hide(); - return this; - }, - get: function () { - return $target; - }, - }; - }; - var LOADING = 'cp-loading'; UI.addLoadingScreen = function (config) { @@ -1085,6 +1067,7 @@ define([ var $loading = $('#' + LOADING); // Show the loading screen $loading.css('display', ''); + $loading.toggleClass('cp-loading-empty', false); $loading.removeClass('cp-loading-hidden'); $loading.removeClass('cp-loading-transparent'); $loading.attr('aria-live','polite'); @@ -1100,10 +1083,12 @@ define([ $('.cp-loading-spinner-container').show(); } // Add loading text + const $message = $('#' + LOADING).find('#cp-loading-message'); + const $spinnerMessage = $('#' + LOADING).find('#cp-loading-spinner-message').hide(); + $message.removeClass('cp-error-message cp-error-message-alt'); + $message.hide().text(''); if (loadingText) { - $('#' + LOADING).find('#cp-loading-message').show().text(loadingText); - } else { - $('#' + LOADING).find('#cp-loading-message').hide().text(''); + $spinnerMessage.show().text(loadingText); } }; if ($('#' + LOADING).length) { @@ -1138,20 +1123,19 @@ define([ UI.emptyLoadingScreen = function (content) { UI.addLoadingScreen(); var $loading = $('#' + LOADING); + $loading.toggleClass('cp-loading-empty', true); $loading.find('.cp-loading-container').hide(); $loading.find('.cp-loading-logo').hide(); - $loading.append(content); + $loading.append(h('div.cp-loading-empty', [content])); }; - UI.errorLoadingScreen = function (error, transparent, exitable) { + UI.errorLoadingScreen = function (error, transparent, exitable, errorCls) { if (error === 'Error: XDR encoding failure') { console.warn(error); return; } var $loading = $('#' + LOADING); - if (!$loading.is(':visible') || $loading.hasClass('cp-loading-hidden')) { - UI.addLoadingScreen(); - } + UI.addLoadingScreen(); // Remove the progress list $loading.find('.cp-loading-progress').remove(); // Hide the spinner @@ -1164,8 +1148,15 @@ define([ if (error instanceof Element) { $error.html('').append(error); } else { + errorCls = true; $error.html(error || Messages.error); } + + if (errorCls) { + const cls = transparent ? 'cp-error-message-alt' + : 'cp-error-message'; + $error.addClass(cls); + } $error.find('a[href]').click(function (e) { e.preventDefault(); var href = $(this).prop('href'); @@ -1174,7 +1165,6 @@ define([ window.open('/bounce/#'+encodeURIComponent(href)); return; } - // XXX window.parent.location = href; }); if (exitable) { @@ -1195,35 +1185,32 @@ define([ }; UI.getNewIcon = function (type) { - var icon = h('i.fa.fa-file-text-o'); + var icon = Icons.get('file'); if (AppConfig.applicationsIcon && AppConfig.applicationsIcon[type]) { icon = AppConfig.applicationsIcon[type]; - var font = icon.indexOf('cptools') === 0 ? 'cptools' : 'fa'; if (type === 'fileupload') { type = 'file'; } if (type === 'folderupload') { type = 'file'; } if (type === 'link') { type = 'drive'; } var appClass = ' cp-icon cp-icon-color-'+type; - icon = h('i', {'class': font + ' ' + icon + appClass}); + icon = Icons.get(icon, {'class': appClass}); } return icon; }; - var $defaultIcon = $('', {"class": "fa fa-file-text-o"}); UI.getIcon = function (type) { - var $icon = $defaultIcon.clone(); + let icon = Icons.get('file'); if (AppConfig.applicationsIcon && AppConfig.applicationsIcon[type]) { - var icon = AppConfig.applicationsIcon[type]; - var font = icon.indexOf('cptools') === 0 ? 'cptools' : 'fa'; + let appIcon = AppConfig.applicationsIcon[type]; if (type === 'fileupload') { type = 'file'; } if (type === 'folderupload') { type = 'file'; } if (type === 'link') { type = 'drive'; } - var appClass = ' cp-icon cp-icon-color-'+type; - $icon = $('', {'class': font + ' ' + icon + appClass}); + const appClass = ' cp-icon cp-icon-color-'+type; + icon = Icons.get(appIcon, {'class': appClass}); } - return $icon; + return icon; }; UI.getFileIcon = function (data) { var $icon = UI.getIcon(); @@ -1403,18 +1390,26 @@ define([ $.extend(inputOpts, opts.input || {}); // Label properties - var labelOpts = {}; + var labelOpts = { + for: id + }; $.extend(labelOpts, opts.label || {}); if (labelOpts.class) { labelOpts.class += ' cp-checkmark'; } + var labelId = id + '-label'; // Mark properties - var markOpts = { tabindex: 0 }; + var markOpts = { + tabindex: 0, + role: 'radio', + 'aria-checked': checked ? 'true' : 'false', + 'aria-labelledby': labelId + }; $.extend(markOpts, opts.mark || {}); var input = h('input', inputOpts); var $input = $(input); var mark = h('span.cp-radio-mark', markOpts); - var label = h('span.cp-checkmark-label', labelTxt); + var label = h('span.cp-checkmark-label', {id: labelId}, labelTxt); $(mark).keydown(function (e) { if ($input.is(':disabled')) { return; } @@ -1427,7 +1422,14 @@ define([ } }); - $input.change(function () { $(mark).focus(); }); + $input.change(function () { + $(mark).attr('aria-checked', $input.is(':checked') ? 'true' : 'false'); + $('input[name="' + name + '"]').not($input).each(function() { + var otherRadio = $(this).closest('.cp-radio').find('.cp-radio-mark'); + otherRadio.attr('aria-checked', false); + }); + $(mark).focus(); + }); var radio = h('label', labelOpts, [ input, @@ -1448,7 +1450,7 @@ define([ opts = opts || {}; var dontShowAgain = h('div.cp-corner-dontshow', [ - h('span.fa.fa-times'), + Icons.get('close'), Messages.dontShowAgain ]); @@ -1516,10 +1518,9 @@ define([ delete: deletePopup }; }; - UI.makeSpinner = function ($container) { - var $ok = $('', {'class': 'fa fa-check', title: Messages.saved}).hide(); - var $spinner = $('', {'class': 'fa fa-spinner fa-pulse'}).hide(); + var $okWrap = $('', {class: "cp-ok"}).hide().append(Icons.get('check', { title: Messages.saved })); + var $spinWrap = $('', {class: "cp-spinner"}).hide().append(Icons.get('loading')); var state = false; var to; @@ -1527,34 +1528,34 @@ define([ var spin = function () { clearTimeout(to); state = true; - $ok.hide(); - $spinner.show(); + $okWrap.hide(); + $spinWrap.show(); }; var hide = function () { clearTimeout(to); state = false; - $ok.hide(); - $spinner.hide(); + $okWrap.hide(); + $spinWrap.hide(); }; var done = function () { clearTimeout(to); state = false; - $ok.show(); - $spinner.hide(); + $okWrap.show(); + $spinWrap.hide(); to = setTimeout(function () { - $ok.hide(); + $okWrap.hide(); }, 500); }; if ($container && $container.append) { - $container.append($ok); - $container.append($spinner); + $container.append($okWrap); + $container.append($spinWrap); } return { getState: function () { return state; }, - ok: $ok[0], - spinner: $spinner[0], + ok: $okWrap[0], + spinner: $spinWrap[0], spin: spin, hide: hide, done: done @@ -1710,7 +1711,7 @@ define([ var input = split[1]; // User/admin manual input var text = UI.getDestroyedPlaceholderMessage(code, isAccount); var reasonBlock = input ? h('p', Messages._getKey('dph_reason', [input])) : undefined; - return h('div', [ + return h('div.cp-loading-error', [ h('p', text), reasonBlock ]); diff --git a/www/common/common-login.js b/www/common/common-login.js index 37cd08aa0..66ce9c034 100644 --- a/www/common/common-login.js +++ b/www/common/common-login.js @@ -11,7 +11,6 @@ define([ '/components/chainpad/chainpad.dist.js', '/common/common-realtime.js', '/common/common-constants.js', - '/common/common-interface.js', '/common/common-feedback.js', '/common/outer/local-store.js', '/customize/messages.js', @@ -22,7 +21,7 @@ define([ '/components/tweetnacl/nacl-fast.min.js', '/components/scrypt-async/scrypt-async.min.js', // better load speed -], function (Listmap, Crypto, Util, NetConfig, Cred, ChainPad, Realtime, Constants, UI, +], function (Listmap, Crypto, Util, NetConfig, Cred, ChainPad, Realtime, Constants, Feedback, LocalStore, Messages, nThen, Block, Hash, ServerCommand) { var Nacl = window.nacl; diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index d47c44b56..781643ba9 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -21,10 +21,10 @@ define([ '/common/inner/invitation.js', '/common/visible.js', '/common/pad-types.js', + '/common/common-icons.js', - 'css!/customize/fonts/cptools/style.css', ], function ($, Config, Broadcast, Util, Hash, Language, UI, Constants, Feedback, h, Clipboard, - Messages, AppConfig, Pages, NThen, InviteInner, Visible, PadTypes) { + Messages, AppConfig, Pages, NThen, InviteInner, Visible, PadTypes, Icons) { var UIElements = {}; var urlArgs = Config.requireConf.urlArgs; @@ -172,8 +172,8 @@ define([ common.displayAvatar($(avatar), data.avatar, name, Util.noop, data.uid); var removeBtn, el; if (config.remove) { - removeBtn = h('span.fa.fa-times'); - $(removeBtn).attr('tabindex', '0'); + removeBtn = h('span',[Icons.get('close')]); + $(removeBtn).attr('tabindex', '0').attr('role', 'button'); $(removeBtn).on('click keydown', function(event) { if (event.type === 'click' || (event.type === 'keydown' && event.key === 'Enter')) { event.preventDefault(); @@ -317,6 +317,7 @@ define([ buttons: [{ className: 'secondary', name: Messages.share_copyProfileLink, + iconClass: 'copy', onClick: function () { var profile = data.profile ? (origin + '/profile/#' + data.profile) : ''; Clipboard.copy(profile, (err) => { @@ -383,6 +384,7 @@ define([ $div.append(list.div); var contactsButtons = [{ className: 'primary', + iconClass: 'send', name: Messages.team_inviteModalButton, onClick: function () { var $sel = $div.find('.cp-usergrid-user.cp-selected'); @@ -432,7 +434,7 @@ define([ var linkForm, linkSpin, linkResult, linkUses, linkRole; var linkWarning; // Invite from link - var dismissButton = h('span.fa.fa-times'); + var dismissButton = h('span', Icons.get('close')); var roleViewer = UI.createRadio('cp-team-role', 'cp-team-role-viewer', Messages.team_viewers, true, { @@ -459,11 +461,11 @@ define([ h('br'), h('div.cp-teams-invite-block', [ h('span', Messages.team_inviteLinkSetPassword), - h('a.cp-teams-help.fa.fa-question-circle', { + h('a.cp-teams-help', { href: Pages.localizeDocsLink('https://docs.cryptpad.org/en/user_guide/security.html#passwords-for-documents-and-folders'), target: "_blank", 'data-tippy-placement': "right" - }) + }, Icons.get('circle-question')) ]), linkPassword = UI.passwordInput({ id: 'cp-teams-invite-password', @@ -494,7 +496,7 @@ define([ linkSpin = h('div.cp-teams-invite-spinner', { style: 'display: none;' }, [ - h('i.fa.fa-spinner.fa-spin'), + Icons.get('loading'), h('span', Messages.team_inviteLinkLoading) ]), linkResult = h('div', { @@ -597,6 +599,7 @@ define([ }, { className: 'primary cp-teams-invite-create', name: Messages.team_inviteLinkCreate, + iconClass: 'link', onClick: function () { return process(); }, @@ -604,6 +607,7 @@ define([ }, { className: 'primary cp-teams-invite-copy', name: Messages.team_inviteLinkCopy, + iconClass: 'copy', onClick: function () { if (!href) { return; } Clipboard.copy(href, (err) => { @@ -621,12 +625,12 @@ define([ // Create modal var tabs = [{ title: Messages.share_contactCategory, - icon: "fa fa-address-book", + icon: "contacts-book", content: frameContacts, active: hasFriends }, { title: Messages.share_linkCategory, - icon: "fa fa-link", + icon: "link", content: frameLink, active: !hasFriends }]; @@ -646,7 +650,8 @@ define([ UIElements.getEntryFromButton = function ($button) { if (!$button || !$button.length) { return; } - let $icon = $button.find('> i'); + let $icon = $button.children('svg,i,[data-lucide]').first(); + if (!$icon.length) $icon = $button.find('svg,i,[data-lucide]').first(); let attributes = {}; let btnClass = $button.attr('class'); @@ -661,7 +666,7 @@ define([ tag: 'a', attributes: attributes, content: [ - h('i',{ 'class': $icon.attr('class') }), + $icon.length ? $icon.clone()[0] : null, h('span', $button.text()) ], action: function () { @@ -687,14 +692,14 @@ define([ title: title, 'aria-label': ariaLabel }, [ - iconClasses ? h('i', { class: iconClasses }) : null, + iconClasses ? Icons.get(iconClasses) : null, text ? h('span', { class: 'cp-toolbar-drawer-element' }, text) : null ])); }; switch (type) { case 'export': - button = makeButton('fa fa-download', 'cp-toolbar-icon-export', Messages.exportButtonTitle, Messages.exportButton); + button = makeButton('export', 'cp-toolbar-icon-export', Messages.exportButtonTitle, Messages.exportButton); button .click(common.prepareFeedback(type)) .click(UI.clearTooltipsDelay); @@ -703,7 +708,7 @@ define([ } break; case 'import': - button = makeButton('fa fa-upload', 'cp-toolbar-icon-import', Messages.importButtonTitle, Messages.importButton); + button = makeButton('import', 'cp-toolbar-icon-import', Messages.importButtonTitle, Messages.importButton); var importer = importContent((data && data.binary) ? 'application/octet-stream' : 'text/plain', callback, { accept: data ? data.accept : undefined, binary: data ? data.binary : undefined @@ -724,7 +729,7 @@ define([ //} break; case 'upload': - button = makeButton('fa fa-upload', 'btn btn-primary new', Messages.uploadButtonTitle, Messages.uploadButton); + button = makeButton('upload', 'btn btn-primary new', Messages.uploadButtonTitle, Messages.uploadButton); if (!data.FM) { return; } var $input = $('', { 'type': 'file', @@ -756,7 +761,7 @@ define([ }); break; case 'copy': - button = makeButton('fa fa-files-o', 'cp-toolbar-icon-import', '', Messages.makeACopy); + button = makeButton('copy', 'cp-toolbar-icon-copy', '', Messages.makeACopy); button .click(common.prepareFeedback(type)) .click(function () { @@ -767,7 +772,7 @@ define([ case 'importtemplate': if (!AppConfig.enableTemplates) { return; } if (!common.isLoggedIn()) { return; } - button = makeButton('fa fa-upload', 'cp-toolbar-icon-import', '', Messages.template_import); + button = makeButton('import-template', 'cp-toolbar-icon-import-template', '', Messages.template_import); button .click(common.prepareFeedback(type)) .click(function () { @@ -779,7 +784,7 @@ define([ case 'template': if (!AppConfig.enableTemplates) { return; } if (!common.isLoggedIn()) { return; } - button = makeButton('cptools cptools-new-template', 'cp-toolbar-icon-template', '', Messages.saveTemplateButton); + button = makeButton('file-template', 'cp-toolbar-icon-template', '', Messages.saveTemplateButton); if (data.rt || data.callback) { button .click(function () { @@ -827,7 +832,7 @@ define([ } break; case 'forget': - button = makeButton('fa fa-trash', 'cp-toolbar-icon-forget', '', Messages.fc_delete); + button = makeButton('trash-full', 'cp-toolbar-icon-forget', '', Messages.fc_delete); callback = typeof callback === "function" ? callback : function () {}; button .click(common.prepareFeedback(type)) @@ -875,7 +880,7 @@ define([ button = $(h('button', { //title: Messages.presentButtonTitle, // TODO display if the label text is collapsed }, [ - h('i.fa.fa-play-circle'), + Icons.get('play'), h('span.cp-toolbar-name', Messages.share_linkPresent) ])).click(common.prepareFeedback(type)); break; @@ -883,19 +888,19 @@ define([ button = $(h('button', { //title: Messages.previewButtonTitle, // TODO display if the label text is collapsed }, [ - h('i.fa.fa-eye'), + Icons.get('preview'), h('span.cp-toolbar-name', Messages.toolbar_preview) ])).click(common.prepareFeedback(type)); break; case 'print': - button = makeButton('fa fa-print', 'cp-toolbar-icon-print', Messages.printButtonTitle2, Messages.printText); + button = makeButton('print', 'cp-toolbar-icon-print', Messages.printButtonTitle2, Messages.printText); break; case 'history': if (!AppConfig.enableHistory) { button = $(''); break; } - button = makeButton('fa fa-history', 'cp-toolbar-icon-history', Messages.historyButton, Messages.historyText, Messages.historyButton); + button = makeButton('history', 'cp-toolbar-icon-history', Messages.historyButton, Messages.historyText, Messages.historyButton); if (data.histConfig) { button.click(common.prepareFeedback(type)).on('click', function () { common.getHistory(data.histConfig); @@ -907,7 +912,7 @@ define([ button = $(h('button.cp-toolbar-mediatag', { //title: Messages.filePickerButton, // TODO display if the label text is collapsed }, [ - h('i.fa.fa-picture-o'), + Icons.get('toolbar-insert'), h('span.cp-toolbar-name', Messages.toolbar_insert) ])).click(common.prepareFeedback(type)); break; @@ -915,7 +920,7 @@ define([ button = $(h('button.cp-toolbar-savetodrive', { title: Messages.canvas_saveToDrive, }, [ - h('i.fa.fa-file-image-o'), + Icons.get('file-image'), h('span.cp-toolbar-name.cp-toolbar-drawer-element', Messages.toolbar_savetodrive) ])).click(common.prepareFeedback(type)); if (callback) { button.click(callback); } @@ -924,7 +929,7 @@ define([ button = $(h('button.cp-toolbar-storeindrive', { style: 'display:none;' }, [ - h('i.fa.fa-hdd-o'), + Icons.get('drive'), h('span.cp-toolbar-name.cp-toolbar-drawer-element', Messages.toolbar_storeInDrive) ])).click(common.prepareFeedback(type)).click(function () { $('.cp-toolbar-storeindrive').hide(); @@ -945,7 +950,7 @@ define([ }); break; case 'hashtag': - button = makeButton('fa fa-hashtag', 'cp-toolbar-icon-hashtag', Messages.tags_title, Messages.fc_hashtag); + button = makeButton('tag', 'cp-toolbar-icon-hashtag', Messages.tags_title, Messages.fc_hashtag); button.click(common.prepareFeedback(type)) .click(function () { common.isPadStored(function (err, data) { @@ -963,7 +968,7 @@ define([ 'aria-label': data.text || Messages.toolbar_tools, // Fallback 'aria-pressed': false }, [ - h('i.fa.' + (data.icon || 'fa-wrench')), + Icons.get('apps-settings'), h('span.cp-toolbar-name', data.text || Messages.toolbar_tools) ])).click(common.prepareFeedback(type)); /* @@ -993,7 +998,7 @@ define([ //updateIcon(data.element.is(':visible')); break; case 'properties': - button = makeButton('fa fa-info-circle', 'cp-toolbar-icon-properties', Messages.propertiesButtonTitle, Messages.propertiesButton); + button = makeButton('properties', 'cp-toolbar-icon-properties', Messages.propertiesButtonTitle, Messages.propertiesButton); button .click(common.prepareFeedback(type)) .click(function () { @@ -1010,7 +1015,7 @@ define([ }); break; case 'save': // OnlyOffice save - button = makeButton('fa fa-save', '', Messages.settings_save, Messages.settings_save); + button = makeButton('save', '', Messages.settings_save, Messages.settings_save); button .click(function() { common.prepareFeedback(type); @@ -1019,7 +1024,7 @@ define([ if (callback) { button.click(callback); } break; case 'newpad': - button = makeButton('fa fa-plus', 'cp-toolbar-icon-newpad', Messages.newButtonTitle, Messages.newButton); + button = makeButton('add', 'cp-toolbar-icon-newpad', Messages.newButtonTitle, Messages.newButton); button .click(common.prepareFeedback(type)) .click(function () { @@ -1028,7 +1033,7 @@ define([ }); break; case 'snapshots': - button = makeButton('fa fa-camera', 'cp-toolbar-icon-snapshots', Messages.snapshots_button,Messages.snapshots_button); + button = makeButton('snapshot', 'cp-toolbar-icon-snapshots', Messages.snapshots_button,Messages.snapshots_button); button .click(common.prepareFeedback(type)) .click(function () { @@ -1041,12 +1046,12 @@ define([ break; default: var drawerCls = data.drawer === false ? '' : '.cp-toolbar-drawer-element'; - var icon = data.icon || "fa-question"; + var icon = data.icon || "circle-question"; button = $(h('button', { title: data.tippy || '' //title: data.title || '', }, [ - h('i.fa.' + icon), + Icons.get(icon), h('span.cp-toolbar-name'+drawerCls, data.text) ])); var feedbackHandler = common.prepareFeedback(data.name || 'DEFAULT'); @@ -1080,17 +1085,17 @@ define([ 'bold': { // Msg.mdToolbar_bold expr: '**{0}**', - icon: 'fa-bold' + icon: 'bold' }, 'italic': { // Msg.mdToolbar_italic expr: '_{0}_', - icon: 'fa-italic' + icon: 'italic' }, 'strikethrough': { // Msg.mdToolbar_strikethrough expr: '~~{0}~~', - icon: 'fa-strikethrough' + icon: 'strikethrough' }, 'heading': { // Msg.mdToolbar_heading @@ -1099,12 +1104,12 @@ define([ return '# '+line; }).join('\n')+'\n'; }, - icon: 'fa-header' + icon: 'heading' }, 'link': { // Msg.mdToolbar_link expr: '[{0}](http://)', - icon: 'fa-link' + icon: 'link' }, 'quote': { // Msg.mdToolbar_quote @@ -1113,7 +1118,7 @@ define([ return '> '+line; }).join('\n')+'\n\n'; }, - icon: 'fa-quote-right' + icon: 'quote' }, 'nlist': { // Msg.mdToolbar_nlist @@ -1122,7 +1127,7 @@ define([ return '1. '+line; }).join('\n')+'\n'; }, - icon: 'fa-list-ol' + icon: 'list-ol' }, 'list': { // Msg.mdToolbar_list @@ -1131,7 +1136,7 @@ define([ return '* '+line; }).join('\n')+'\n'; }, - icon: 'fa-list-ul' + icon: 'list' }, 'check': { // Msg.mdToolbar_check @@ -1140,7 +1145,7 @@ define([ return '* [ ] ' + line; }).join('\n') + '\n'; }, - icon: 'fa-check-square-o' + icon: 'list-todo' }, 'code': { // Msg.mdToolbar_code @@ -1150,18 +1155,18 @@ define([ } return '`' + str + '`'; }, - icon: 'fa-code' + icon: 'code' }, 'toc': { // Msg.mdToolbar_toc expr: '[TOC]', - icon: 'fa-newspaper-o' + icon: 'toc' } }; if (typeof(cfg.embed) === "function") { actions.embed = { // Messages.mdToolbar_embed - icon: 'fa-picture-o', + icon: 'embed', action: function () { var _cfg = { types: ['file', 'link'], @@ -1219,11 +1224,7 @@ define([ 'class': 'pure-button cp-markdown-' + k, 'title': Messages['mdToolbar_' + k] || k, 'aria-label': Messages['mdToolbar_' + k] || k - }).append( - $('', { - 'class': 'fa ' + actions[k].icon, - 'aria-hidden': 'true' - })).click(onClick); + }).append(Icons.get(actions[k].icon)).click(onClick); if (k === "embed") { $toolbar.prepend($b); } else { $toolbar.append($b); } } @@ -1233,10 +1234,7 @@ define([ 'title': Messages.mdToolbar_help, 'aria-label': Messages.mdToolbar_help }).append( - $('', { - 'class': 'fa fa-question', - 'aria-hidden': 'true' - })).click(function () { + Icons.get('help')).click(function () { var href = Messages.mdToolbar_tutorial; common.openUnsafeURL(href); }).appendTo($toolbar); @@ -1319,7 +1317,7 @@ define([ 'type': 'button', 'title': Messages.toolbar_show_text_tools })).append([ - h('i.fa.fa-pencil', { 'aria-hidden': 'true' }), + Icons.get('edit'), h('span.cp-toolbar-label', {}, Messages.toolbar_text_tools) ]).click(function () { var isExpanded = $toolbar.is(':visible'); @@ -1380,7 +1378,7 @@ define([ var apps = { pad: 'richtext', - code: 'code', + code: 'code-pad', slide: 'slides', sheet: 'sheets', poll: 'poll', @@ -1412,7 +1410,9 @@ define([ common.fixLinks(text); - var closeButton = h('button.cp-help-close.fa.fa-times', { + var closeButton = h('button.cp-help-close',[ + Icons.get('close') + ], { title: Messages.help_close_button }); var $toolbarButton = common.createButton('', true, { @@ -1693,7 +1693,7 @@ define([ // Button - let icon = config.iconCls ? h('i', {class:config.iconCls}) : undefined; + let icon = config.iconCls ? Icons.get(config.iconCls) : undefined; var $button = $(h('button', { class: config.buttonCls || '', 'aria-haspopup': 'menu', @@ -1706,10 +1706,10 @@ define([ ])); if (config.caretDown) { - $button.prepend(h('i.fa.fa-caret-down')); + $button.prepend(Icons.get('chevron-down')); } if (config.angleDown) { - $button.prepend(h('i.fa.fa-angle-down')); + $button.prepend(Icons.get('chevron-down')); } // Menu @@ -1793,7 +1793,8 @@ define([ var topPos = button.bottom; $button.attr('aria-expanded', 'true'); $innerblock.css('bottom', ''); - $innerblock.show(); + $innerblock.css('display', 'flex'); // for the css order rules to apply + $innerblock.css('flex-direction', 'column'); if ($parentMenu) { // keep parent open when recursive $parentMenu.show(); @@ -2155,8 +2156,8 @@ define([ if (accountName && !AppConfig.disableProfile) { options.push({ tag: 'a', - attributes: {'class': 'cp-toolbar-menu-profile fa fa-user-circle'}, - content: h('span', Messages.profileButton), + attributes: {'class': 'cp-toolbar-menu-profile'}, + content: h('span',[Icons.get('user-profile')], Messages.profileButton), action: function () { if (padType) { Common.openURL(origin+'/profile/'); @@ -2169,10 +2170,7 @@ define([ if (padType !== 'drive' || (!accountName && priv.newSharedFolder)) { options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-hdd-o', - }, - content: h('span', Messages.type.drive), + content: h('span', [Icons.get('drive')], Messages.type.drive), action: function () { Common.openURL(origin+'/drive/'); }, @@ -2181,10 +2179,7 @@ define([ if (padType !== 'teams' && accountName) { options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-users', - }, - content: h('span', Messages.type.teams), + content: h('span', [Icons.get('users')], Messages.type.teams), action: function () { Common.openURL('/teams/'); }, @@ -2193,10 +2188,7 @@ define([ if (padType !== 'calendar' && accountName) { options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-calendar', - }, - content: h('span', Messages.calendar), + content: h('span', [Icons.get('calendar')], Messages.calendar), action: function () { Common.openURL('/calendar/'); }, @@ -2205,10 +2197,7 @@ define([ if (padType !== 'contacts' && accountName) { options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-address-book', - }, - content: h('span', Messages.type.contacts), + content: h('span', [Icons.get('contacts')], Messages.type.contacts), action: function () { Common.openURL('/contacts/'); }, @@ -2217,8 +2206,8 @@ define([ if (padType !== 'settings') { options.push({ tag: 'a', - attributes: {'class': 'cp-toolbar-menu-settings fa fa-cog'}, - content: h('span', Messages.settingsButton), + attributes: {'class': 'cp-toolbar-menu-settings'}, + content: h('span', [Icons.get('settings')], Messages.settingsButton), action: function () { if (padType) { Common.openURL(origin+'/settings/'); @@ -2234,8 +2223,8 @@ define([ if (priv.edPublic && Array.isArray(Config.adminKeys) && Config.adminKeys.includes(priv.edPublic)) { options.push({ tag: 'a', - attributes: {'class': 'cp-toolbar-menu-admin fa fa-cogs'}, - content: h('span', Messages.adminPage || 'Admin'), + attributes: {'class': 'cp-toolbar-menu-admin'}, + content: h('span', [Icons.get('administration')], Messages.adminPage || 'Admin'), action: function () { if (padType) { Common.openURL(origin+'/admin/'); @@ -2249,8 +2238,8 @@ define([ if (priv.edPublic && Config.supportMailboxKey && Array.isArray(Config.moderatorKeys) && Config.moderatorKeys.includes(priv.edPublic)) { options.push({ tag: 'a', - attributes: {'class': 'cp-toolbar-menu-admin fa fa-ambulance'}, - content: h('span', Messages.moderationPage || 'Support mailbox'), + attributes: {'class': 'cp-toolbar-menu-admin'}, + content: h('span', [Icons.get('moderation')], Messages.moderationPage || 'Support mailbox'), action: function () { Common.openURL(origin+'/moderation/'); return true; @@ -2263,15 +2252,14 @@ define([ 'target': '_blank', 'rel': 'noopener', 'href': 'https://docs.cryptpad.org', - 'class': 'fa fa-book', }, - content: h('span', Messages.docs_link) + content: h('span', [Icons.get('documentation')], Messages.docs_link) }); if (padType !== 'support' && accountName && Config.supportMailboxKey) { options.push({ tag: 'a', - attributes: {'class': 'cp-toolbar-menu-support fa fa-life-ring'}, - content: h('span', Messages.supportPage || 'Support'), + attributes: {'class': 'cp-toolbar-menu-support'}, + content: h('span', [Icons.get('support')], Messages.supportPage || 'Support'), action: function () { if (padType) { Common.openURL(origin+'/support/'); @@ -2285,9 +2273,9 @@ define([ options.push({ tag: 'a', attributes: { - 'class': 'cp-toolbar-about fa fa-info', + 'class': 'cp-toolbar-about', }, - content: h('span', Messages.user_about), + content: h('span', [Icons.get('properties')], Messages.user_about), action: function () { UIElements.displayInfoMenu(Common, metadataMgr); }, @@ -2295,10 +2283,7 @@ define([ options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-home', - }, - content: h('span', Messages.homePage), + content: h('span',[Icons.get('homepage')], Messages.homePage), action: function () { Common.openURL('/index.html'); }, @@ -2333,10 +2318,7 @@ define([ surveyAlone = false; options.push({ tag: 'a', - attributes: { - 'class': 'fa fa-gift', - }, - content: h('span', Messages.crowdfunding_button2), + content: h('span',[Icons.get('donate')], Messages.crowdfunding_button2), action: function () { Common.openUnsafeURL(priv.accounts.donateURL); }, @@ -2349,9 +2331,9 @@ define([ options.push({ tag: 'a', attributes: { - 'class': 'cp-toolbar-survey fa fa-graduation-cap' + 'class': 'cp-toolbar-survey' }, - content: h('span', Messages.survey), + content: h('span', [Icons.get('survey'), Messages.survey]), action: function () { Common.openUnsafeURL(surveyURL); Feedback.send('SURVEY_CLICKED'); @@ -2364,9 +2346,9 @@ define([ options.push({ tag: 'a', attributes: { - 'class': 'cp-toolbar-menu-logout-everywhere fa fa-plug', + 'class': 'cp-toolbar-menu-logout-everywhere', }, - content: h('span', Messages.logoutEverywhere), + content: h('span',[Icons.get('logout-everywhere')], Messages.logoutEverywhere), action: function () { UI.confirm(Messages.settings_logoutEverywhereConfirm, function (yes) { if (!yes) { return; } @@ -2378,8 +2360,8 @@ define([ }); options.push({ tag: 'a', - attributes: {'class': 'cp-toolbar-menu-logout fa fa-sign-out'}, - content: h('span', Messages.logoutButton), + attributes: {'class': 'cp-toolbar-menu-logout'}, + content: h('span',[Icons.get('logout')], Messages.logoutButton), action: function () { Common.logout(function () { Common.gotoURL(origin+'/'); @@ -2389,8 +2371,8 @@ define([ } else { options.push({ tag: 'a', - attributes: {'class': 'cp-toolbar-menu-login fa fa-sign-in'}, - content: h('span', Messages.login_login), + attributes: {'class': 'cp-toolbar-menu-login'}, + content: h('span', [Icons.get('login')], Messages.login_login), action: function () { Common.setLoginRedirect('login'); }, @@ -2398,15 +2380,15 @@ define([ if (!Config.restrictRegistration) { options.push({ tag: 'a', - attributes: {'class': 'cp-toolbar-menu-register fa fa-user-plus'}, - content: h('span', Messages.login_register), + attributes: {'class': 'cp-toolbar-menu-register'}, + content: h('span',[Icons.get('register')], Messages.login_register), action: function () { Common.setLoginRedirect('register'); }, }); } } - var $icon = $('', {'class': 'fa fa-user-secret'}); + var $icon = Icons.get('secret-user'); var $userButton = $('
    ').append($icon); if (accountName) { $userButton = $('
    ').append(accountName); @@ -2568,7 +2550,7 @@ define([ $body: $('body') }); var $modal = modal.$modal; - var $title = $(h('h3', [ h('i.fa.fa-plus'), ' ', Messages.fm_newButton ])); + var $title = $(h('h3', [ Icons.get('add'), ' ', Messages.fm_newButton ])); var $description = $(Pages.setHTML(h('p'), Messages.creation_newPadModalDescription)); $modal.find('.cp-modal').append($title); @@ -2767,9 +2749,24 @@ define([ var $creationContainer = $('
    ', { id: 'cp-creation-container' }).appendTo($body); var urlArgs = (Config.requireConf && Config.requireConf.urlArgs) || ''; - var logo = h('img', { src: '/customize/CryptPad_logo.svg?' + urlArgs, alt:'', 'aria-hidden': 'true',role: 'presentation' }); - var fill1 = h('div.cp-creation-fill.cp-creation-logo', logo); - var fill2 = h('div.cp-creation-fill'); + var fill1 = h('div.cp-creation-fill'); + var fill2 = h('div.cp-creation-fill', [ + + h('div#cp-creation-footer', [ + h('div#cp-creation-logo', [ + h('img', { + src:`/customize/CryptPad_logo_grey.svg?${urlArgs}`, + alt: '', + 'aria-hidden': true + }), + h('span', 'CryptPad') + ]), + h('div#cp-creation-status', [ + Icons.get('lock'), + h('span', Messages.loading_encrypted) + ]) + ]) + ]); var $creation = $('
    ', { id: 'cp-creation' }); $creationContainer.append([fill1, $creation, fill2]); @@ -2788,7 +2785,7 @@ define([ if (/^http/.test(domain)) { domain = domain.replace(/^https?\:\/\//, ''); } var title = h('div.cp-creation-title', [ - UI.getFileIcon({type: type})[0], + UI.getFileIcon({type: type}), h('div.cp-creation-title-text', [ h('span', newPadH3Title), createHelper(Pages.localizeDocsLink('https://docs.cryptpad.org/en/user_guide/apps/general.html#new-document'), Messages.creation_helperText) @@ -2841,7 +2838,7 @@ define([ 'data-id': '-1', title: Messages.settings_cat_drive }, [ - h('span.cp-creation-team-avatar.fa.fa-hdd-o'), + h('span.cp-creation-team-avatar', Icons.get('drive')), h('span.cp-creation-team-name', Messages.settings_cat_drive) ])); team = h('div.cp-creation-teams', [ @@ -2917,20 +2914,20 @@ define([ var $w = $(window); var big = $w.width() > 800; - var right = h('button.fa.fa-chevron-right.cp-creation-template-more', { + var right = h('button.cp-creation-template-more', { 'aria-label': Messages.page_next - }); - var left = h('button.fa.fa-chevron-left.cp-creation-template-more', { + }, Icons.get('chevron-right')); + var left = h('button.cp-creation-template-more', { 'aria-label': Messages.page_previous - }); + }, Icons.get('chevron-left')); if (!big) { - $(left).removeClass('fa-chevron-left').addClass('fa-chevron-up'); - $(right).removeClass('fa-chevron-right').addClass('fa-chevron-down'); + $(left).empty().append(Icons.get('chevron-up')); + $(right).empty().append(Icons.get('chevron-down')); } var templates = h('div.cp-creation-template', [ left, h('div.cp-creation-template-container', [ - h('span.fa.fa-circle-o-notch.fa-spin.fa-4x.fa-fw') + Icons.get('loading') ]), right ]); @@ -2971,14 +2968,12 @@ define([ allData.unshift({ name: Messages.creation_newTemplate, id: -1, - //icon: h('span.fa.fa-bookmark') - icon: h('span.cptools.cptools-new-template') + icon: Icons.get('file-template') }); }*/ allData.unshift({ name: Messages.creation_noTemplate, id: 0, - //icon: h('span.fa.fa-file') icon: UI.getFileIcon({type: type}) }); var redraw = function (index) { @@ -3004,7 +2999,7 @@ define([ $span.attr('aria-checked', true); } if (!obj.thumbnail) { - $span.append(obj.icon || h('span.cptools.cptools-template')); + $span.append(obj.icon || Icons.get('file-template')); } $('', {'class': 'cp-creation-template-element-name'}).text(name) .appendTo($span); @@ -3040,7 +3035,7 @@ define([ name: fromFileData.title, id: 0, thumbnail: thumbnail, - icon: h('span.cptools.cptools-file'), + icon: Icons.get('file'), }]; redraw(0); }; @@ -3054,7 +3049,7 @@ define([ allData = [{ name: fromContent.title, id: 0, - icon: h('span.cptools.cptools-poll'), + icon: Icons.get('poll'), }]; redraw(0); } @@ -3067,11 +3062,11 @@ define([ if (big === _big) { return; } big = _big; if (!big) { - $(left).removeClass('fa-chevron-left').addClass('fa-chevron-up'); - $(right).removeClass('fa-chevron-right').addClass('fa-chevron-down'); + $(left).empty().append(Icons.get('chevron-up')); + $(right).empty().append(Icons.get('chevron-down')); } else { - $(left).removeClass('fa-chevron-up').addClass('fa-chevron-left'); - $(right).removeClass('fa-chevron-down').addClass('fa-chevron-right'); + $(left).empty().append(Icons.get('chevron-left')); + $(right).empty().append(Icons.get('chevron-right')); } TEMPLATES_DISPLAYED = big ? 6 : 3; redraw(0); @@ -3229,7 +3224,7 @@ define([ } if (err.message && err.drive) { - let msg = UI.getDestroyedPlaceholder(err.message, true); + let msg = UI.getDestroyedPlaceholder(err.message, true, false, true); return UI.errorLoadingScreen(msg, false, () => { // When closing error screen if (err.message === 'PASSWORD_CHANGE') { @@ -3241,7 +3236,7 @@ define([ if (err.message && (err.message !== "PASSWORD_CHANGE" || viewer)) { // If readonly, tell the viewer that their link won't work with the new password UI.errorLoadingScreen(UI.getDestroyedPlaceholder(err.message, false), - exitable, exitable); + exitable, exitable, true); return; } @@ -3394,14 +3389,14 @@ define([ UIElements.displayCrowdfunding = function (common, force) { if (crowdfundingState) { return; } var priv = common.getMetadataMgr().getPrivateData(); - + if (priv.app === 'form' && !priv.canEdit && !priv.form_auditorKey) { return; } var todo = function () { crowdfundingState = true; // Display the popup var text = Messages.crowdfunding_popup_text; var yes = h('button.cp-corner-primary', [ - h('span.fa.fa-external-link'), + Icons.get('external-link'), 'OpenCollective' ]); var no = h('button.cp-corner-cancel', Messages.crowdfunding_popup_no); @@ -3463,8 +3458,7 @@ define([ // This pad will be deleted automatically, it shouldn't be stored if (priv.burnAfterReading) { return; } - - + if (priv.app === 'form' && !priv.canEdit && !priv.form_auditorKey && !common.isLoggedIn()) { return; } var typeMsg = priv.pathname.indexOf('/file/') !== -1 ? Messages.autostore_file : priv.pathname.indexOf('/drive/') !== -1 ? Messages.autostore_sf : Messages.autostore_pad; @@ -3528,7 +3522,7 @@ define([ Messages._getKey('formattedMB', [mb]) ]); var yes = h('button.cp-corner-primary', [ - h('span.fa.fa-trash-o'), + Icons.get('trash-full'), Messages.trimHistory_button ]); var no = h('button.cp-corner-cancel', Messages.crowdfunding_popup_no); // Not now @@ -3901,7 +3895,7 @@ define([ if (priv.friends && priv.friends[curve]) { $verified.addClass('cp-notifications-requestedit-verified'); var f = priv.friends[curve]; - $verified.append(h('span.fa.fa-certificate')); + $verified.append(Icons.get('certificate')); var $avatar = $(h('span.cp-avatar')).appendTo($verified); name = UI.getDisplayName(f.displayName); $verified.append(h('p', Messages._getKey('isContact', [name]))); @@ -4305,7 +4299,7 @@ define([ var openButton = h('button.cp-snapshot-view.btn.btn-light', { tabindex: 1, }, [ - h('i.fa.fa-eye'), + Icons.get('preview'), h('span', Messages.snapshots_open) ]); $(openButton).click(function () { @@ -4318,7 +4312,7 @@ define([ var deleteButton = h('button.cp-snapshot-delete.btn.btn-light', { tabindex: 1, }, [ - h('i.fa.fa-trash'), + Icons.get('trash-full'), h('span', Messages.snapshots_delete) ]); UI.confirmButton(deleteButton, { @@ -4329,7 +4323,7 @@ define([ }); return h('span.cp-snapshot-element', {tabindex:1}, [ - h('i.fa.fa-camera'), + Icons.get('snapshot'), h('span.cp-snapshot-title', [ h('span', s.title), h('span.cp-snapshot-time', new Date(s.time).toLocaleString()) @@ -4358,14 +4352,15 @@ define([ if (!readOnly) { buttons.push({ className: 'primary', - iconClass: '.fa.fa-camera', + iconClass: 'snapshot', name: Messages.snapshots_new, onClick: function () { var val = $input.val(); if (!val) { return true; } $container.html('').append(h('div.cp-snapshot-spinner')); var to = setTimeout(function () { - UI.spinner($container.find('div')).get().show(); + var spinner = UI.makeSpinner($container.find('div')); + spinner.spin(); }); make(val, function (err) { clearTimeout(to); @@ -4410,9 +4405,12 @@ define([ var all = []; palette.forEach(function (color, i) { - var $color = $(h('button.cp-palette-color.fa')); + var $color = $(h('button.cp-palette-color')); all.push($color); $color.addClass('cp-palette-'+(color || 'nocolor')); + const checkIcon = Icons.get('check'); + $(checkIcon).addClass('cp-check-icon is-hidden'); // added hidden class to overcome Lucide rendering + $color.append(checkIcon); $color.keydown(function (e) { if (e.which === 13) { e.stopPropagation(); @@ -4423,9 +4421,9 @@ define([ $color.click(function () { if (offline) { return; } if (color === selectedColor) { return; } + $container.find('.cp-palette-color').find('.cp-check-icon').addClass('is-hidden'); + $(this).find('.cp-check-icon').removeClass('is-hidden'); selectedColor = color; - $container.find('.cp-palette-color').removeClass('fa-check'); - $color.addClass('fa-check'); onSelect(color, $color); }).appendTo($container); $color.keydown(e => { @@ -4462,9 +4460,11 @@ define([ return selectedColor; }; container.setValue = color => { - $container.find('.cp-palette-color').removeClass('fa-check'); + $container.find('.cp-palette-color').find('.cp-check-icon').addClass('is-hidden'); let $color = $container.find('.cp-palette-'+(color || 'nocolor')); - $color.addClass('fa-check'); + if ($color.length) { + $color.find('.cp-check-icon').removeClass('is-hidden'); + } selectedColor = color; }; return container; @@ -4482,9 +4482,8 @@ define([ let nodeWithOrder; if (isDrawer) { // HACK: the order is set on their inner "a" tag let $n = $(node); - if (!$n.attr('class') && - ($n.find('.fa').length || $n.find('.cptools').length)) { - nodeWithOrder = $n.find('.fa')[0] || $n.find('.cptools')[0]; + if (!$n.attr('class') && $n.find('.lucide').length) { + nodeWithOrder = $n.find('.lucide')[0]; } } var order = getComputedStyle(nodeWithOrder || node).getPropertyValue("order"); diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index af9b61f07..79285a4a7 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -17,7 +17,7 @@ define([ '/common/events-channel.js', '/common/outer/login-block.js', '/common/common-credential.js', - '/customize/login.js', + '/common/common-login.js', '/common/store-interface.js', '/common/pad-types.js', @@ -431,6 +431,14 @@ define([ cb(obj); }); }; + common.getAccountObject = function (teamId, cb) { + postMessage("GET", { + teamId: teamId, + key: [] + }, function (obj) { + cb(obj); + }); + }; common.getSharedFolder = function (data, cb) { postMessage("GET_SHARED_FOLDER", data, function (obj) { cb(obj); @@ -623,22 +631,22 @@ define([ }); }; - common.uploadStatus = function (teamId, size, cb) { - postMessage("UPLOAD_STATUS", {teamId: teamId, size: size}, function (obj) { + common.uploadStatus = function (teamId, id, size, cb) { + postMessage("UPLOAD_STATUS", {teamId, id, size}, function (obj) { if (obj && obj.error) { return void cb(obj.error); } cb(null, obj); }); }; - common.uploadCancel = function (teamId, size, cb) { - postMessage("UPLOAD_CANCEL", {teamId: teamId, size: size}, function (obj) { + common.uploadCancel = function (teamId, id, size, cb) { + postMessage("UPLOAD_CANCEL", {teamId, id, size}, function (obj) { if (obj && obj.error) { return void cb(obj.error); } cb(null, obj); }); }; - common.uploadChunk = function (teamId, data, cb) { - postMessage("UPLOAD_CHUNK", {teamId: teamId, chunk: data}, function (obj) { + common.uploadChunk = function (teamId, id, data, cb) { + postMessage("UPLOAD_CHUNK", {teamId, id, chunk: data}, function (obj) { if (obj && obj.error) { return void cb(obj.error); } cb(null, obj); }); diff --git a/www/common/diffMarked.js b/www/common/diffMarked.js index 6750f46c9..ff13b95e0 100644 --- a/www/common/diffMarked.js +++ b/www/common/diffMarked.js @@ -214,7 +214,6 @@ define([ r = r.replace(/
    <\/div>/g, getTOC()); } toc = []; - return r; }; @@ -276,16 +275,16 @@ define([ var isCheckbox = true; if (isCheckedTaskItem) { text = text.replace(checkedTaskItemPtn, - '') + '\n'; + '') + '\n'; } else if (isUncheckedTaskItem) { text = text.replace(uncheckedTaskItemPtn, - '') + '\n'; + '') + '\n'; } else if (hasBogusCheckedInput) { text = text.replace(bogusCheckPtn, - '') + '\n'; + '') + '\n'; } else if (hasBogusUncheckedInput) { text = text.replace(bogusUncheckPtn, - '') + '\n'; + '') + '\n'; } else { isCheckbox = false; } diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index b853944eb..0466f4e3b 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -26,6 +26,7 @@ define([ '/customize/pages.js', '/common/pad-types.js', '/common/onlyoffice/broken-formats.js', + '/common/common-icons.js' ], function ( $, ApiConfig, @@ -47,7 +48,8 @@ define([ Messages, Pages, PadTypes, - BrokenFormats) + BrokenFormats, + Icons) { var APP = window.APP = { @@ -89,65 +91,54 @@ define([ var FILTER = "filter"; // Icons - var faFolder = 'cptools-folder'; - var faFolderOpen = 'cptools-folder-open'; - var faSharedFolder = 'cptools-shared-folder'; - var faSharedFolderOpen = 'cptools-shared-folder-open'; - var faExpandAll = 'fa-plus-square-o'; - var faCollapseAll = 'fa-minus-square-o'; - var faShared = 'fa-shhare-alt'; - var faReadOnly = 'fa-eye'; - var faPreview = 'fa-eye'; - var faRename = 'fa-pencil'; - var faColor = 'cptools-palette'; - var faTrash = 'fa-trash'; - var faCopy = 'fa-files-o'; - var faDelete = 'cptools-destroy'; - var faAccess = 'fa-unlock-alt'; - var faProperties = 'fa-info-circle'; - var faTags = 'fa-hashtag'; - var faUploadFiles = 'cptools-file-upload'; - var faUploadFolder = 'cptools-folder-upload'; - var faEmpty = 'fa-trash-o'; - var faRestore = 'fa-repeat'; - var faShowParent = 'fa-location-arrow'; - var faDownload = 'fa-download'; - var $folderIcon = $('', { - "class": faFolder + " cptools cp-app-drive-icon-folder cp-app-drive-content-icon" - }); - var $fileMenuIcon = $('', {"class": "fa fa-ellipsis-h"}); - //var $folderIcon = $('', {src: "/customize/images/icons/folder.svg", "class": "folder icon"}); + var folder = 'folder'; + var folderOpen = 'folder-open'; + var sharedFolder = 'drive-shared-folder'; + var expandAll = 'expand'; + var collapseAll = 'collapse'; + var readOnly = 'read-only'; + var preview = 'preview'; + var rename = 'rename'; + var palette = 'color-palette'; + var trashFull = 'trash-full'; + var copy = 'copy'; + var destroy = 'destroy'; + var access = 'access'; + var properties = 'properties'; + var tags = 'tag'; + var uploadFile = 'drive-upload-file'; + var uploadFolder = 'drive-upload-folder'; + var trashEmpty = 'trash-empty'; + var restore = 'restore'; + var showParent = 'location'; + var download = 'download'; + var $folderIcon = $(Icons.get(folder,{"class": "cp-app-drive-icon-folder cp-app-drive-content-icon"})); + var $fileMenuIcon = $(Icons.get('ellipsis-horizontal')); var $folderEmptyIcon = $folderIcon.clone(); - var $folderOpenedIcon = $('', {"class": faFolderOpen + " cptools cp-app-drive-icon-folder"}); - //var $folderOpenedIcon = $('', {src: "/customize/images/icons/folderOpen.svg", "class": "folder icon"}); + var $folderOpenedIcon = $(Icons.get('folder-open')); var $folderOpenedEmptyIcon = $folderOpenedIcon.clone(); - var $sharedFolderIcon = $('', {"class": faSharedFolder + " cptools cp-app-drive-icon-folder"}); - var $sharedFolderOpenedIcon = $('', {"class": faSharedFolderOpen + " cptools cp-app-drive-icon-folder"}); - //var $upIcon = $('', {"class": "fa fa-arrow-circle-up"}); - var $unsortedIcon = $('', {"class": "fa fa-files-o"}); - var $templateIcon = $('', {"class": "cptools cptools-template"}); - var $recentIcon = $('', {"class": "fa fa-clock-o"}); - var $trashIcon = $('', {"class": "fa " + faTrash}); - var $trashEmptyIcon = $('', {"class": "fa fa-trash-o"}); - //var $collapseIcon = $('', {"class": "fa fa-minus-square-o cp-app-drive-icon-expcol"}); - var $expandIcon = $('', {"class": "fa fa-plus-square-o cp-app-drive-icon-expcol"}); - //var $listIcon = $(' +
    diff --git a/www/todo/inner.js b/www/todo/inner.js index 239d5607b..09b73ef1a 100644 --- a/www/todo/inner.js +++ b/www/todo/inner.js @@ -14,9 +14,9 @@ define([ '/todo/todo.js', '/customize/messages.js', '/components/sortablejs/Sortable.min.js', + '/common/common-icons.js', 'css!/components/bootstrap/dist/css/bootstrap.min.css', - 'css!/components/components-font-awesome/css/font-awesome.min.css', 'less!/todo/app-todo.less', ], function ( $, @@ -29,7 +29,8 @@ define([ Hash, Todo, Messages, - Sortable + Sortable, + Icons ) { var APP = window.APP = {}; @@ -92,8 +93,8 @@ define([ } var checked = entry.state === 1 ? - 'cp-app-todo-task-checkbox-checked fa-check-square-o': - 'cp-app-todo-task-checkbox-unchecked fa-square-o'; + 'cp-app-todo-task-checkbox-checked': + 'cp-app-todo-task-checkbox-unchecked'; var title = entry.state === 1? Messages.todo_markAsIncompleteTitle: @@ -102,9 +103,9 @@ define([ removeTips(); return $('', { - 'class': 'cp-app-todo-task-checkbox fa ' + checked, + 'class': 'cp-app-todo-task-checkbox ' + checked, //title: title, - }).on('click', function () { + }, checked ? Icons.get('checked-box'): Icons.get('unchecked-box')).on('click', function () { entry.state = (entry.state + 1) % 2; if (typeof(cb) === 'function') { cb(entry.state); @@ -165,9 +166,9 @@ define([ .text(new Date(entry.ctime).toLocaleString()) .appendTo($taskDiv);*/ $('