From 82bbe5cb543f4e8e5a05bd8de1a1638b63f00bd7 Mon Sep 17 00:00:00 2001 From: oib Date: Sun, 22 Feb 2026 21:55:44 +0100 Subject: [PATCH] docs: simplify README to focus on core value proposition and remove obsolete trade-exchange HTML - Rewrite README overview to emphasize decentralized GPU marketplace concept over technical implementation details - Condense architecture section from detailed component listing to high-level flow diagram - Remove directory structure table and consolidate documentation links - Streamline quick start section by removing redundant deployment/test instructions - Delete unused `apps/trade-exchange/index --- README.md | 181 +- apps/trade-exchange/index_working.html | 437 - assets/aitbc-wallet-firefox-v1.0.0.xpi | Bin 21523 -> 0 bytes assets/aitbc-wallet-firefox-v1.0.1.xpi | Bin 21857 -> 0 bytes assets/aitbc-wallet-firefox-v1.0.2.xpi | Bin 22965 -> 0 bytes assets/aitbc-wallet-firefox-v1.0.3.xpi | Bin 22632 -> 0 bytes assets/aitbc-wallet-firefox-v1.0.4.xpi | Bin 22736 -> 0 bytes assets/aitbc-wallet-firefox-v1.0.5.xpi | Bin 22784 -> 0 bytes assets/css/aitbc.css | 258 - assets/css/site-header.css | 217 - assets/css/tailwind.css | 784 - assets/js/axios.min.js | 2 - assets/js/fontawesome.js | 6 - assets/js/lucide.js | 18843 ---------------- assets/js/tailwind.js | 65 - assets/package.json | 17 - assets/tailwind.config.js | 13 - docs/1_project/1_files.md | 321 +- docs/1_project/5_done.md | 100 + docs/done.md | 97 - logs/api.log | 7 - logs/blockchain.log | 54 - logs/exchange.log | 13 - logs/marketplace.log | 13 - .../contracts/access/AccessControl.ts | 324 - .../contracts/access/IAccessControl.ts | 292 - .../@openzeppelin/contracts/access/index.ts | 5 - .../@openzeppelin/contracts/index.ts | 11 - .../draft-IERC6093.sol/IERC1155Errors.ts | 69 - .../draft-IERC6093.sol/IERC20Errors.ts | 69 - .../draft-IERC6093.sol/IERC721Errors.ts | 69 - .../interfaces/draft-IERC6093.sol/index.ts | 6 - .../contracts/interfaces/index.ts | 5 - .../contracts/token/ERC20/ERC20.ts | 286 - .../contracts/token/ERC20/IERC20.ts | 262 - .../token/ERC20/extensions/IERC20Metadata.ts | 286 - .../contracts/token/ERC20/extensions/index.ts | 4 - .../contracts/token/ERC20/index.ts | 7 - .../@openzeppelin/contracts/token/index.ts | 5 - .../@openzeppelin/contracts/utils/Strings.ts | 69 - .../contracts/utils/cryptography/ECDSA.ts | 69 - .../contracts/utils/cryptography/index.ts | 4 - .../@openzeppelin/contracts/utils/index.ts | 10 - .../contracts/utils/introspection/ERC165.ts | 94 - .../contracts/utils/introspection/IERC165.ts | 94 - .../contracts/utils/introspection/index.ts | 5 - .../contracts/utils/math/SafeCast.ts | 69 - .../contracts/utils/math/index.ts | 4 - .../typechain-types/@openzeppelin/index.ts | 5 - .../aitbc-token/typechain-types/common.ts | 131 - .../typechain-types/contracts/AIToken.ts | 667 - .../contracts/AITokenRegistry.ts | 512 - .../typechain-types/contracts/index.ts | 5 - .../access/AccessControl__factory.ts | 250 - .../access/IAccessControl__factory.ts | 218 - .../@openzeppelin/contracts/access/index.ts | 5 - .../@openzeppelin/contracts/index.ts | 7 - .../IERC1155Errors__factory.ts | 127 - .../IERC20Errors__factory.ts | 111 - .../IERC721Errors__factory.ts | 128 - .../interfaces/draft-IERC6093.sol/index.ts | 6 - .../contracts/interfaces/index.ts | 4 - .../contracts/token/ERC20/ERC20__factory.ts | 330 - .../contracts/token/ERC20/IERC20__factory.ts | 205 - .../extensions/IERC20Metadata__factory.ts | 247 - .../contracts/token/ERC20/extensions/index.ts | 4 - .../contracts/token/ERC20/index.ts | 6 - .../@openzeppelin/contracts/token/index.ts | 4 - .../contracts/utils/Strings__factory.ts | 90 - .../utils/cryptography/ECDSA__factory.ts | 91 - .../contracts/utils/cryptography/index.ts | 4 - .../@openzeppelin/contracts/utils/index.ts | 7 - .../utils/introspection/ERC165__factory.ts | 41 - .../utils/introspection/IERC165__factory.ts | 41 - .../contracts/utils/introspection/index.ts | 5 - .../contracts/utils/math/SafeCast__factory.ts | 118 - .../contracts/utils/math/index.ts | 4 - .../factories/@openzeppelin/index.ts | 4 - .../contracts/AITokenRegistry__factory.ts | 465 - .../factories/contracts/AIToken__factory.ts | 774 - .../factories/contracts/index.ts | 5 - .../typechain-types/factories/index.ts | 5 - .../aitbc-token/typechain-types/hardhat.d.ts | 315 - .../aitbc-token/typechain-types/index.ts | 38 - 84 files changed, 191 insertions(+), 28334 deletions(-) delete mode 100644 apps/trade-exchange/index_working.html delete mode 100644 assets/aitbc-wallet-firefox-v1.0.0.xpi delete mode 100644 assets/aitbc-wallet-firefox-v1.0.1.xpi delete mode 100644 assets/aitbc-wallet-firefox-v1.0.2.xpi delete mode 100644 assets/aitbc-wallet-firefox-v1.0.3.xpi delete mode 100644 assets/aitbc-wallet-firefox-v1.0.4.xpi delete mode 100644 assets/aitbc-wallet-firefox-v1.0.5.xpi delete mode 100644 assets/css/aitbc.css delete mode 100644 assets/css/site-header.css delete mode 100644 assets/css/tailwind.css delete mode 100644 assets/js/axios.min.js delete mode 100644 assets/js/fontawesome.js delete mode 100644 assets/js/lucide.js delete mode 100644 assets/js/tailwind.js delete mode 100644 assets/package.json delete mode 100644 assets/tailwind.config.js delete mode 100644 docs/done.md delete mode 100644 logs/api.log delete mode 100644 logs/blockchain.log delete mode 100644 logs/exchange.log delete mode 100644 logs/marketplace.log delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/AccessControl.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/IAccessControl.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/Strings.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/cryptography/ECDSA.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/cryptography/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/math/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/@openzeppelin/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/common.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/contracts/AIToken.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/contracts/AITokenRegistry.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/contracts/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/ECDSA__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/math/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/contracts/AITokenRegistry__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/contracts/AIToken__factory.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/contracts/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/factories/index.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/hardhat.d.ts delete mode 100644 packages/solidity/aitbc-token/typechain-types/index.ts diff --git a/README.md b/README.md index 5d01512f..6869b488 100644 --- a/README.md +++ b/README.md @@ -4,165 +4,50 @@ Decentralized GPU compute marketplace with blockchain-based job coordination, Ol [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) -## Overview +## The Idea -AITBC is a full-stack blockchain platform that connects GPU compute providers (miners) with AI workload consumers (clients) through a decentralized marketplace. The system handles job submission, miner matching, GPU inference execution, cryptographic receipt generation, and on-chain payment settlement. +AITBC creates a decentralized marketplace where GPU providers can earn tokens by running AI inference workloads, while clients pay for compute access through a transparent blockchain system. The platform eliminates centralized cloud providers by using cryptographic proofs and smart contracts to ensure fair payment and verifiable computation. -**Key capabilities:** -- **Blockchain nodes** — PoA consensus, gossip relay, WebSocket RPC -- **Coordinator API** — Job lifecycle, miner registry, GPU marketplace, payments, billing, governance -- **GPU mining** — Ollama-based LLM inference with host GPU passthrough -- **Wallet daemon** — Balance tracking, receipt verification, ledger management -- **Trade exchange** — Bitcoin/AITBC trading with order book and price ticker -- **ZK circuits** — Zero-knowledge receipt verification (Circom/snarkjs) -- **Browser wallet** — Firefox extension for AITBC transactions -- **Explorer** — Real-time blockchain explorer (blocks, transactions, addresses, receipts) +## Technical Overview -## Architecture +**Core Components:** +- **Blockchain Layer** — Proof-of-Authority consensus with transaction receipts +- **Coordinator API** — Job marketplace, miner registry, and payment processing +- **GPU Mining** — Ollama-based inference with zero-knowledge receipt generation +- **Wallet System** — Token management and receipt verification +- **Exchange Platform** — Bitcoin/AITBC trading with order matching + +**Key Innovations:** +- Zero-knowledge proofs for verifiable computation receipts +- GPU marketplace with capability-based matching +- Cryptographic payment settlement without trusted intermediaries +- Open-source alternative to centralized AI cloud services + +## Architecture Flow ``` -Client ──► Coordinator API ──► Pool Hub ──► Miner (GPU/Ollama) - │ │ - ▼ ▼ - Marketplace ZK Receipt - │ │ - ▼ ▼ - Wallet Daemon ◄──── Blockchain Nodes ◄─── Settlement - │ - ▼ - Trade Exchange +Clients submit jobs → Coordinator matches miners → GPU inference executes → +ZK receipts generated → Blockchain records payments → Tokens transferred ``` -## Directory Structure +## Technology Stack -``` -aitbc/ -├── apps/ # Core microservices -│ ├── blockchain-node/ # PoA blockchain node (FastAPI + gossip) -│ ├── coordinator-api/ # Job coordination API (FastAPI) -│ ├── explorer-web/ # Blockchain explorer (TypeScript + Vite) -│ ├── marketplace-web/ # GPU marketplace frontend (TypeScript + Vite) -│ ├── pool-hub/ # Mining pool management (FastAPI + Redis) -│ ├── trade-exchange/ # BTC/AITBC exchange (FastAPI + WebSocket) -│ ├── wallet-daemon/ # Wallet service (FastAPI) -│ └── zk-circuits/ # ZK proof circuits (Circom) -├── cli/ # CLI tools (12 command groups, 90+ subcommands) -├── contracts/ # Solidity smart contracts -├── docs/ # Documentation (10 numbered sections) -├── extensions/ # Browser extensions (Firefox wallet) -├── infra/ # Infrastructure (nginx, k8s, helm, terraform) -├── packages/ # Shared libraries -│ ├── py/aitbc-crypto/ # Cryptographic primitives -│ ├── py/aitbc-sdk/ # Python SDK -│ └── solidity/aitbc-token/# ERC-20 token contract -├── plugins/ollama/ # Ollama LLM integration -├── scripts/ # All scripts, organized by purpose -│ ├── blockchain/ # Genesis, proposer, mock chain -│ ├── ci/ # CI/CD pipeline -│ ├── dev/ # Dev tools, local services -│ ├── examples/ # Usage examples and simulations -│ ├── ops/ # Coordinator proxy, tunnels -│ └── test/ # Integration and verification -├── systemd/ # Systemd service units -├── tests/ # Test suites (unit, integration, e2e, security, CLI) -└── website/ # Public website and HTML documentation -``` - -See [docs/README.md](docs/README.md) for the full documentation index. - -## Quick Start - -### Prerequisites - -- Python 3.11+ -- Node.js 18+ (for web apps and ZK circuits) -- PostgreSQL (optional, SQLite for development) -- Ollama (for GPU inference) - -### Run Services Locally - -```bash -# Start all services -./scripts/dev_services.sh - -# Or start individually -cd apps/coordinator-api && uvicorn app.main:app --port 8000 -cd apps/blockchain-node && python -m aitbc_chain.main -cd apps/wallet-daemon && uvicorn app.main:app --port 8002 -``` - -### Run Tests - -```bash -# CLI tests (141 unit + 24 integration) -pytest tests/cli/ - -# Coordinator API tests (billing + GPU marketplace) -pytest apps/coordinator-api/tests/ - -# Blockchain node tests -pytest tests/test_blockchain_nodes.py - -# All tests together (208 passing) -pytest apps/coordinator-api/tests/ tests/cli/ -``` - -### CLI Usage - -```bash -pip install -e . - -# Submit a job -aitbc client submit --type inference --prompt "Hello world" - -# Register as a miner -aitbc miner register --gpu RTX4090 - -# GPU marketplace -aitbc marketplace gpu list -aitbc marketplace gpu book --hours 1 - -# Wallet and governance -aitbc wallet balance -aitbc governance propose --type parameter_change --title "Update fee" -``` - -## Deployment - -Services run in an Incus container with systemd units. See `systemd/` for service definitions and `scripts/deploy/` for deployment automation. - -```bash -# Deploy to container -./scripts/deploy/deploy-to-container.sh - -# Deploy blockchain nodes -./scripts/deploy/deploy-blockchain.sh -``` - -## Test Results - -| Suite | Tests | Source | -|-------|-------|--------| -| Blockchain node | 50 | `tests/test_blockchain_nodes.py` | -| ZK integration | 8 | `tests/test_zk_integration.py` | -| CLI unit tests | 141 | `tests/cli/test_*.py` (9 files) | -| CLI integration | 24 | `tests/cli/test_cli_integration.py` | -| Billing | 21 | `apps/coordinator-api/tests/test_billing.py` | -| GPU marketplace | 22 | `apps/coordinator-api/tests/test_gpu_marketplace.py` | +- **Backend**: FastAPI, PostgreSQL, Redis, systemd services +- **Blockchain**: Python-based nodes with PoA consensus +- **AI Inference**: Ollama with GPU passthrough +- **Cryptography**: Circom ZK circuits, Solidity smart contracts +- **Frontend**: TypeScript, Vite, React components +- **Infrastructure**: Incus containers, nginx reverse proxy ## Documentation -| Section | Path | Description | -|---------|------|-------------| -| Getting Started | [docs/0_getting_started/](docs/0_getting_started/) | Intro, installation, CLI usage | -| Clients | [docs/2_clients/](docs/2_clients/) | Job submission, wallet, pricing, API | -| Miners | [docs/3_miners/](docs/3_miners/) | GPU setup, registration, earnings | -| Blockchain | [docs/4_blockchain/](docs/4_blockchain/) | Node operation, configuration | -| Reference | [docs/5_reference/](docs/5_reference/) | CLI reference, architecture specs | -| Architecture | [docs/6_architecture/](docs/6_architecture/) | System flow, component details | -| Deployment | [docs/7_deployment/](docs/7_deployment/) | Remote deployment, backups | -| Development | [docs/8_development/](docs/8_development/) | Setup, contributing, examples | -| Security | [docs/9_security/](docs/9_security/) | Security architecture, audit | +| Section | Path | Focus | +|---------|------|-------| +| Getting Started | [docs/0_getting_started/](docs/0_getting_started/) | Installation & basic usage | +| Clients | [docs/2_clients/](docs/2_clients/) | Job submission & payments | +| Miners | [docs/3_miners/](docs/3_miners/) | GPU setup & earnings | +| Architecture | [docs/6_architecture/](docs/6_architecture/) | System design & flow | +| Development | [docs/8_development/](docs/8_development/) | Contributing & setup | ## License diff --git a/apps/trade-exchange/index_working.html b/apps/trade-exchange/index_working.html deleted file mode 100644 index eb4440fa..00000000 --- a/apps/trade-exchange/index_working.html +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - AITBC Trade Exchange - Buy & Sell AITBC - - - - - - -
-
-
-
-

Current Price

-

Loading...

-

--

-
-
-

24h Volume

-

Loading...

-

-- BTC

-
-
-

24h High / Low

-

Loading...

-

BTC

-
-
-
- -
-
-

Order Book

-
-
- Price (BTC) - Amount - Total -
-
-
-
-
- -
-
- - -
-
-
-
- - -
-
- - -
-
- - -
- -
-
-
- -
-

Recent Trades

-
-
- Price (BTC) - Amount - Time -
-
-
-
-
-
- - - - diff --git a/assets/aitbc-wallet-firefox-v1.0.0.xpi b/assets/aitbc-wallet-firefox-v1.0.0.xpi deleted file mode 100644 index aa7d6404e0e93d0cda5289dceb58e4d57411f5dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21523 zcmZ_0QAwB@yU#lp0C z4)gLFX4)FWpNV^(m__F!CO!Co@K#jGe)p_{r4_Ru%~1amPaJ)J!{ZRUy-qkz95@Mc zBYxEwnIA(mCu**%FkE{f?=VWNb|hUPiUFu76n<(aBpY0!?=8`kyg~F#HQtyC0QxuH zzu!4w2w?)-(#k54#!DjgwHSotC`plh1vGTi$DnK@l^iFWhapE&9Xhy35vLvZiUt(L z;`5c1bC^C`mqSgwdTUk~lq8g=g+cnyE+UI5kv%{b^3PYl9^P#KW=g(8DpV*X+wLpl zB}JWCvj!fhF~HG(RLG`Oe?~hvGX|#DEs2D;>WEe-R(flNwzzh4IehxW8J|wSx-3tZ z7_K-wfT$~~b(E~`chFsV>%=SDGDfwCwOoE61g0_KrTbF5b?$P%FX?f)m5H za2K5_r0FvRPCTgwBhV!(x|i-gO^J-g`j4buYl+r0_;sUzfvoBM%KYw`X`c2A&Mu zDz+aCpFUIfebrlIi+h52R z4UHSmCpqGBBJo((L|v0|_xJ_0(%vC31d#Lk>C7#s86=GZy0xjR;}01ddgCb`qk*2m zsITy$2yA+zxp-S*<~iB&SYTs#)P8c_(B=ORz(nihXzia*)@y9TjlD*3TC=&L` zYAm9CiQ(wTb`U9_=5xZ=SxBZGas7Th@I^?m+-4bqne*3F}eU0%A)$tE-h9D@YF4N2da{Zy~<(xrRj<{5za#iupXE z_?tI-?aoeu=tr7oVglrHC7x9VME@{l0Z1ZovYgv3LJ-}77pA#6h_yFdQ$=EXDJJT zBe4dZlA$V=EaWu)4PpOm3I-NfpMpTAE@23@ze_#c(vywi4}Sp-+$U@>v#SF45rsCQ zSxN%5rSlZT&XGeBB;Sw8fN~e6kQ)>{M?l%9vbnP`N?HekrL&c*N5D0s+hugKI)=1J z$*Ju!GReI9KB($#1p`0w2zL)&>)ULerS1$OjbP4zCOb?e1ItcI#Z-=O6!#`Dr23IT zZJ^`2>%xP>deQRRQIpvxF0q@$AWsH6scgvKudu+aAfz|hjTF512j#aix?E&9o$);U;%E! z4`FOs$7Wj0Sx{pcQL%}m4cx_zW7*{dPDX^&>|zVJ`?hT81Ok9pq~yE_F>b^U=}sf(R{#>&9wLO{(PQ~>?UI>QdA6No9GGvwLUpQ*Zj z&7Ri33GM4^LAy8OOqO@Gn6_(&pj@LiYmc7h?K(WA=$KU|YZ0&38e}ClF(4maEwT=l zQg0xAHagnPzP?Pa>O(*-5UWC?eIvl&2B{S;Q(k>lbT{0nU2#l1i+F#*9n6dxj``00H8BJ`V?<}|c6l$}fvLK6qeUndq{ulg5%`)V&U@!c)*T?uzxv2{QfpcDs z8m^SgH*zgHO#E%a?_p2-c1OJxaMPlCg74CImxz0HKBd7pBAyzk{+p`|hf0)3x$cdv zq@(GCP#d+y-d};?h^hB5tl0&>e5BCMOMH;p?rqE+PwmK`>*{z<@$f0bj>#LXBQ9jC zqNZEYsz<2EB}B{K`A7@1R*KBXcX;AxNZtN67wqPmoQf&Leu-L+=S?MN_Q+5S?9Cy81txfN0( zf|Fp?+ZsAFy$<(F;OB$WHL(=`Ldwu<GNU>6%`4_X21W1I~ad7nVV12+;5^bwO|;;A_d z^nidC)jx8@EmicokmD*M6enk$7gV62NgZqn$hJ4V$Rn+XdSe;EoerbBSU{^+E z>O{8hY-npuqJVn4!L55qaTgNQQo*^kSo!9Tvl}s*>Hno2j*o#EEg%+I2KE=2Ii8B+ zh|%(0=u`(rZbpA35d`+JmacEin)kZoOqV?~e9WG50FCC^f299cHl;Bbv%F1KS5qdF zG)V|+U;CdZTb%r?8#)qh{YT{2^3|E&^^^yYol^Bf4qMd6vHeX&7*JEfkPMcAX6j0`;JbE-B#X7(kA=~gg8A(~`L)(eFu`Jh{ER-II`DBqd+ ztmur4_p#!a5FF52xWwS14i5OOvRyITARJ8mi0F;gY$Tic3?A{_xXg5h92dokS#jmR zJ4a{PX5pCSA}$D|A~v$Nk4*gBy|#YtTlg@*u10XVd26#RL!;-o#REY(#sk7MTM6Bf zFHb*6R}QJ8i;0FgNi`jS*Njdsz{&POP#JYYQOkywJ*}nEM0Wu>>6pt6+5BxAPv)4~ zKHn^-;Pt)mzuDuM?Z?N-Xk8B-6xdUhF10YHIg}0JvGJQ%HqG@dg7!eUaFr!1%P#8& zN$t#;JMHe|#61UsN%adIswyx0SS;Knoev`UIyVVp9QQSFemE{<{%{-`B_mV$5DP)N zIYVGkq8eQp{LaL|4#kENotpMbAkg&=>cX1$0329DW(rD$J)Fjmtj{;Lv~1=onV2b% zkSk||TShvF4Dn>7taeBDw+q{G zbKHw1l@?ZK`&yLoC_T}&?I>bZ*M=;+OVb>ipF8rbp@@*1*NH=D@aK^d&!ZUANWILa;_uR*< z|6cMy<3kJeCzl$8Y*V9ACpkVe?%3qv!t*H8^<1&yA?CzIhjE3Hc}{4gikR#J%F?p# zsx&&oWHNPO=f9~6W00eDalzCR_X_|h{+F)*snBfB_kI7#{KJ$UZ{h&B%Z`u=S7@i4g&wBpB0NElaJW6~#-wA_Iwtd4`TA|C7HGV3h(N!+qu>ADM_(gA6+qivksK4$x9? zjO0_wX$I@pPbkH-^4n*#jdlb_+~pdYwnKw1s87~dOY0u^3!uAx%@#@Kw<($Bx^QUH zrE?18Jt430NyPLtMTt$nkRfDnSI}5%b09;3^B}<)jhHl6L~M;XE>Ret(|p8=ns)U; zcixw49aPPOVONkZ`2J}jBOxU}PuAlJjf{Vay6x8EG0m}f-2uD!46L7?frOVs4-PAH z8ldVmmM2sEmS!hI?kOMvCYg;&!-4|eewH0Lyh>RM5-ty%Eb>tBe7t;@Wn=AVn0c}Z z<&h-p#WM3!iV>2LbqJKJCB^Af9<+5bg#iu&bj|6fG2{s}w( zp>=yZdl&ov$~xZvdq`{4Z2mP}2;bX!{S_4P00o*2m$Zu50G5leLLsf{{!rgyQb|Lh z1R#mGlHu=<*kT+hlq(x`&|Y!wd)-{G>uKHZ$BWUAF#5dhLdg~DCu@&aB6d9oeZ)jz*p@U>69+A`nv1+hJcH87L@<|=i0-HbCM80N)0xiqXX4vo^T7R)A;G6c zz_!qLo3Eok@CbTZB^C{F%wyc)gIP4Rtvc>j{rCFs9me1en}#Fdv6S@Q>>mx2jxqG6 zQNyU5z9cIPlgOVrbfWy2!-VNjmefuIt}_u9D1Vzlk@u+!oIDv@5qS>A^!yZ&x> zT1a0Ij43sk`e1HpMEB6dd^@YZ3^U?mY-VoHOzO*J4{r4q;T{7N(=4c);D<1GeZmeJ49b}9a zk-Ko>B1bPUi*lVB_jOPvCD^LcklEJLOx4|txXZAU8LJm<4n?({v(J1AFoovMueS!X zK8`?^y*ew;&gC|=1%8^9yf&Gb7OaMHYnF6Ue-&bF{W(s1Pen11p9(*2Lv+>R+dw5G zHZ}sevSrOg{8_g$8HK?B8N}r7qD9T4LOYF4)@OmY$sQc(p9z!a^-5S57d9G;W=(I| zb#8tqkVj9@l+CV3e;ESBo0evyEaauZ^%t!JJ7Eu7AbHulq&(B?P;zuvCmoY}{WIhW zx-MtAA{a9dQyN326S`xLS95&@_0Hc~uB9ux8BhXYbf#L`Xv@qmT0 z_ZH+%qP=#Iw}<%Wx)a2J>#6V$&SZ5=IGSk{^(ydOc&5E!-c5d#p49TxF zhrpi=q_Rh6E^a&;+Ir)*?<#BK|B7f(vK#@$kekuR&WcG>DujEh1dk^+;eMsA2qKh@ zcuZTB&O$U~&X*k{w^|{g@%i|6G&S|c={jlWV^5a#K@m^On-t$g*5?GCJOQ)|ToV2hNW>O0kD!_*z)xMl`{8@~O9WBMs|Wl7vYl@i zy{o9>C8x>1w?2WoM??a`(Zb7yUV`FOLb2OU-HLX!mG=O*M}Wb?3dRv%|e zfchrBvpeFmXnsSM?kO?9fBnO2ROZ}C(8_eboVGfLK4_Z^qo|)DxP76(b4Tnetc}`3d zgy$Ch;BkHxJTL)u@8T~y19Xqy=oC^TIwBdldI+5t4R1Sz_6Y6i9fsFmrNriR`q$Wp zGKFG|hG$hM3_PflW|Gbjk~1?0$M3a1i7z(~(n)M2{~(^<3L99_e?oGRB-IPO+Xk5~ zZ|Le8F5QR7OCG(XnnIT~KPCnW)voc+!P%0n`I1FqJ9YthTTV@^;>t`A7Z;ySwa^}x z3E)ifAO^FHEUQHvt~!6{E1l;7YrWVs}swqUOi0 zy;f)o6udI~TuI#BRu&eMG%)d7(C5w9=lx!%`0HfbOxR#EUOL(Ea{{xkF?x{&jCh;U z^8%%>hmThkHD18jWBh-}o>gd1EUJpzI^BFND0=8yYxpHWn*Ebl+jTE=9%GSU#_RqR zkk*Ny@JaAv3Z`ky^P3nRe}u+mFa*)+EDDbX$Ucj*m-{P#O5zD!A@InA@>;kYUx6{k zH4c9&8m?sl^Su<)H`S?qOX$q-v!trVb6&8PFJO57+TIQi86|_fmah)_B$d5`EfjD<TvRy}5^R-Xy|Lj)n(-gMYm3$hy(tPWBK0-X1 zv0VUSiiAxMHhjBZM7UzRq*R4?QA%Vp9i%mULzh|jvaO5!y2_#uQ48;DsGlwKb6RQP zGQTuBdZ@RI4YpO*Hv~^gLXs}L86sk3?459jT=OXA9712hwO!m+j^-RrcPy#m*xn0o z;hSNW_GF?{8I9O-bG7DoZH-ssCTcGTABxo{hsef}jAq>5ujR~P{?%-m7$J8lxLa~{ za@u8l9@n5N?#J`UL7bYh@9FJhC+s_GR3<&eDrU$N^mj!1Mfbx6UWZQLw>jNAJ&LlL z3_c&GF)E!bYN$HSbw7754A>gFZX=6?>gxHsVq1mSvn$jBPfar}Vw>bvAViYULoAUe zVKxKKjHYEY_Bqr9w0t^p`rV%NuBGlVU;q=nB$Gan;%`GXTadpKN46p=sfNOI_@c-A-zX$bL=c6GV66)V|E%;-E3BG#>i1QC zL|!)`%gX+>y{XlLpFiGFwt94x^n;Sz=!+%D|PHmZ=@B9x8n$3bEiQ0TE?0pAJB!s59mvK+_W zWuv9%hH46BXt$5fUvVbkagJa-{kvh#d|2T|-7H&3R|2*)O3vashze;qI-1z{o+8uW zOut+V;dMvC?C0akcfbEq`hS!c;mJe`pnsH(hX?>b{-bn75dmQt5jq>=|7qp^e{`1| zwJFz)cGT?$O52=}BWY>5(yI{;9STV%8LsI=Vc8BELL?N#BmlI3YRiR?@mg6H`I*}< z`C=RoPgy5NW61WG!LKj-e=gsRonGB3exXfCSsT2rWm$CTy1Hjsb@h}`D(z@pbA#zg zF{uZ_W6bTMmQx+o8PYmk;ZhJCkFjvoCocijRSBy4qSiX)4!;&zjutf)B=CgjX$?sM zHPdQ~GVRCqk;d~SX19V1ZOtO7Y-P=v`O>b^Ji5hNDov+Na?!_Y)a}w!qjC$C!Ave| zkmc8A!+7v|bIn?V%98VtORCPiSy+>8uxg8QZqKK1l){?FQmgS%FBlE`w&AH~-+saY zI$vtC3z$>J;WKJ{H*Fhl|nXRyELz9_6 zzqYyZMLDw;o2AQCJiqH()=+;l_W%T%#R^0`oY-4Z-mcn>@bJcfxDdUd-k)U5Yb~?K zsQX|mjiW}hh*U6gRcj5qtgGSUvMk&8s)TnaC#h<6J~?9QQp|k zm_lWHPD9*6ky~g?ut!tF%dxyYrhY9CuCW(G_(9c`L2s3Zw(5NTlzV2Tk?*8Al~x<( zTqF%C)6WIxQL}{!O?ee{!fs+xeJIU^JJV=Ob$$fHySWrgunR9_7wuii?y_BwHSyhG zfof$eGUteRgkKoiB8Eajlg7@sdn^th6tPNZVj7J6BG_UGoCSOCEEp$qzZOvwoeJ}r z@&QN?yvm0a1y(#LR{aC_M+$t#lc`~#pHTKNOk*4C#>>se1r;dO4$L`yrsYx12-^wI z?%($|;eS4BZ-Pwh^DOEbYAa1TgK>VD6zsBhLQ_zso+fr2Y#fNp&w=PdwLKfNSymzK zxd872F~LRo>CbwU>if<87Sbx}-5#IE*ISyBa+#XSg=7+8dl#GD*q+G_W{yf0zFp~+ z+L`2q-nZNc;y6Y)i*a@!9Srh}bJAA0EKH;rCd=+-5QjV>FYO{8l%|C}kN;PakU#nx zT%n`DOvyn$|F1uU!4*;4tftLxZhiT0N#Av+U!_U0&|s{fY3n}z?zEcyCSc|FbZ34F z;q%)ttZRo;xa(fXq(XgZ_&W>a8Rd@-dK6!%bbInt{2eK4M+Jd~novyG+sBgw+^**+ zCT{a=rG_2H%QU9)%$0xP9D;4boz8<-k3CdThSgY9NycCzDTq;|6ZD&R=7_V*<$gQ^}d!wI5O@C;L#>K-;Mr2Aj46|Fg zY;sw=;C{|6kQJBFi_nuu=faXN?13S_K8~Xs<Pob zfcGHQM&8O~qp9OPLc@9`YrP<9q4gTDp&jAP^)wmLD8n^q=Z`P@%D{E~R*UF~+It^- zQx-rmk3ZpN!P@zo&=0ito#)+d?PiES!l81LVKYs;;~w!a2X}fr;S6++O|fxCHmgcszB8k$$ZN4?Y|7;Qfm0{nZ3L3 z<4Jt2uc&Xq))+HLxcM7{9cQPMFDvO`hK9sDqz71Her=8vgNEjS_6-s&f@(9X&HDpX zZodES`QXhI7Yy={9h!sd_o22)ug}Mf-OhK+k24FA!t0CmGcSL+RST|Rss&?KJiRHw zf;AKdmO@XSScb@aQU7Due1^R})=UL5#9;OQJ`OR$$K5Mez>t>MwDhkrPO3PsyZMNh zlVZ%{@UA-@E-v3lk=4?fo8E==j7co~ARJBI6sM+k(7NzgVe;F0*gHFk&xMVntgJQ< zwW;C3fBln-`KU5a+QlPKA^gbbomn;yJbl{RMQD&ag%LWwn>$T3qw3U6Z-Nb;RMw#?e@C9SIf}JyyGOHGsEd;qJ^(@wWT{5%u7P<5Y%6 z0fG!0x-FR|CiaVk2UT7y4%ur=@I;Ha?ENo^25aSLId2E{o?!z3!gv4x!aouu`mqXhmBrxaGP8g}H#OV;yb#LfP zKs8(;y+>v;GydApERuh{nhTi=&G(26Yv&5jG9OHVFBR(zgP*;Zh>&-b_w*k}_6tQX zfnk<%h(&%kT_AQ&AxT19@zy?Y3Ud(~)ImMRa_$!$t&m*Il(oEkg4E;fm`adG1w<7D zg3G#)Rnr9!aXG8>La&SjqgTPlVrwIb z#B_WB>8z+=_g)+pK2%g4@%6IIDlW`kk!L}LiH_)r2s2QKB1lsg4c<*#A{LWneFBd@ZXqP?un!QH~4@q2iOSN$=3{OLar$6IwsI9YmVuwVm%X%TTLOu-9(M@gBs z?T?Q6?pj^}qvcp4V-}rA&GbUNZ{FWa61FREyo%eL0>wg ze$Pi!CdLPC&kCPt2qg=_AE%q~0-jJ5cJw8x(oh<;~V;msS`I-!u98LEdXh?|+Y=VKK`f?sG z6e#j_aqA2}^8&8cfKi)wJyJ1GY_75mW5i z0_8CK>-b*nUaJ?JoFuFo$-H`i@sly|s?s#z?;Ur2m8UR9&}g2W{}1jUcVyg`Bm7Su^&`Hn| zw`U+M=h9ITiSMCk%7sre>c{Nu#~SevMMrR-{En&ZQUpUrIFnsvl8Xa>B-%kb{{UD; z?_ef{F#0op@2;pE4PToTNCVrNmI=n-4VF6oS&S!5x^j*X+CDb$4cSi#Hu_BHKZPc} z=ki5cVLNtaT{O9iM*NstI6P#|2=*Rp;Y8B@eb?Qtgrce8y8Q_QXv9=+r=xt>Q?dCw zOp)Uoq-eQna!^G;_bq)+P+}|Sy4l3=l$}3YcL<}iE;Zcl?gW*=RS<;bY{ZGDKXCh6K5yy!TG))e;Re-jx*D8)4Q_5qDhD?6i)Z7OS$o)VvLE27~M)zL$h zDgj~u{O$VCq`HmjOwSG4O<7nU`Z<=0rJjG*%xD}kxw?FJmJ9Eb7-n)oB6C~=_**#V zetf*RiZJuuS5|R*wPw$l*BvrrJROT5t_fa`-64D5MTb+Jgug8OQN)w$I?tJikG-C_ zwboF*CIRU|>~uJ6dRwTGnO6(c+IjiN`?wL^cX_*uJ-7K?aWD~WKNTds2;|_R#A7ZgL2<*yIkYwN%jOL_EEBb)}n&co7TPn4Sf59%> zk^1ns)mCM(L0qDcZqeJb9}k}cqfUxwGC?K=on|iR7-`hImQy3v9MdoKjhQ#DRqEAX z5D3703jmzoyjt&_?phx0zT*crWtp};0CCxFz$HaUy&{sefrCTdkI1=>OV_>%$QR(G zX41CU7LtHZOwwNn_!7U5 znvR<6Hq6=A{Bxcaj6mvB{qMcN| z+)#wx6&NOOC>JaZ7$uznJ0!iIQz=cj=ZzOh$q^xa5ZWJxb5uK&3ihULKYt;Zy#{G0 z(C1#|k@`|^UiRz_z?_NPA?7SQYEsCp5_34T}Fwii7wlPE+IpF8F7^5460Cz73+8mS$#oK zDp?boVN$A$gnc!ROP4A z!Bi=s`VTqd(e!IstRQU{+dXZW>H9)R$U$t`+7c$y?+Uo;wJ&sx0Z)+36fL$SiO!dG z>Ge<8RoE$QaW&BQ*_sLIW^m-yk9JPT-^7lPPF|@k*#B1{{yQTv{jb0X3(y79Yta$Hc zvAd)shGkNAPo582q|;>^#ziP26ge?LG+J5=jmRhDDCW#qFKA#E6J`9iq8v-f43BmTrRj{!+q zW7i0$4-ebu&QJs35|xJ16^jfDuGY@lcz}yARLB-3u>-)Q4AwxZJ# zLWE8Rdu?zSD_F{H={BJ>7{>gi<~*AE2_bdcMk^ELexK>FgI|ICCk>8aW1r@s#meGL zva-f8R5pygyKfvr^#Ls@U5ip4m-zb|5*!*k_xLCl#v?w*wz&THf{Yw0#BgJ%#AwWZ zHX1&UkGj4bb_k^W+~?$|NEOqKurYY(iO|Bk_%IO6=Eb)|9GgD*8C%AYbcL75`Hc2~ zS#7Hv{DnGUqre%#`zg=U?rYSg9 zG&b3C7T*+q!^1*~y|w&3h!{UNOSAsF4PHYCk!VSooQAjTUFOidXYInRl=5&6S;|Ol zUrE7tx$k*XvD<-2x!xg+c+gcVcR%2lzxlVA^EhHq&*W^Yl2sEfI(xqAYp^3J2iPd-$A7OR%*M=x4O=G zJN3SB9vmCaBaqO2<^3JmU@m`0VA5bX+3?*?;3j{kkk9_PvD)&ftuOe|4}VD<1d;13 z*0ajS!N+Q|adFsfN!jbEQ*cFWIxvOFG}*;TyR6GE^xbVW4o6M%)M{!dOt8WObMV5GC*$m3&3`}l zMM#mu!;LTTXv%ALp-|3VTMDvu;gIH@H03T-=*oQ|q!rbaB1KOFyk~erlr~1xrQcM_ z1j7IuKdX*mm``a4749Ki`d}E%Z2)z8cnp4LG5_svd@eoL=bUp%W`@88ut7v3U4${7 zLB)91BWIDmUyhIa}dUbU|YRx^*v-seoIUyIB&roSTW*})@|xvU4Nnb;|RVo<{OfhBo?FeWk?^3 z@j9kX7lcZj;r@x{;T9YRV=XX9I()WBM&Me!ROFbZ*$8GKw?&w^M9C{y@-p;9yRDg2 zT4ss4V8|G?*_jyWg>XwB#sS8V@nbyc$%Swlk*EwpQt@K5_6$cSe>UUEW^KNbx%xOm z@(ojx!*B=;f4;Mvlyz_BV{61qXMuate)XxR%jtD|>TH?Be(YwFfzCP66GO!YPwVN*Pf``x5S^#VW2`}#G zxW;HpwC3Z-eZO^AIzabT9O>{SiEK1-_i?p)>2pclRKeZ9Ho8KcsXh$u zz+i_to5qO)WA&NN&9gC}ZzLz=5o+Xp`!zKcy<+GjDlT#;+cQ_8tNur<`JU z2~*AdprbHuRf(?0yQv3&26=*^WRR8gO;;Z8i~wn(iT~5ncR(ezla!PqaJRAsLE-M> zDQz8@)bAw=FWzNV+fNfh9B8K7v2P(FgcOI7ZQ5usg~Io`f}i{_`q{H?-G>CFcmDbS zaEgb2up7#yMW-WV8WkP-eSsw4`y|6-3>7vvt$m(?<0w5nq}g(WidtD0oMZ!ndsTXS z>WQ8gp{M`zco}rPLFXr+I@@9OX7YC`RY*s~F)dDji zGL2<6Nq!W#Th$m*f@LZ_#F#|7=8}`eMBUu@yILElj^rx->H6t91F^oc$x^{9l5(;7 zNN5~g4FNrw*nlpjkZonOz!XEY-NX)-L>-fDc1LyO^o&HA+#{rQC>lY8tRf2a-tG33 zg;5tP3CNXJ{T5X1)qy7(P$vuBWDwpOJNR6+MFmf8{pSq_kMN(p`!y&$~0P~buH3-gn za!vJy@CF)Tk(;V|Sh?(LEVU_Y-i+y*+Nxjvwt6cObGE zr}(QZKAzD~)Ymi`yp@MZEP}KGeY+*h9}hDZ6veDaO)%-Qny~$HR9zKk4>?$MHe54F z^s6=$I%PZMVirH;h6F*;hv6N?{q!=J@?v6!a588QxCrUQy>*?vUhYOT*TtHCKs7@| zvLfa5ir#KtnR}j8P3HSvn&!$n>PVZU{b5j~D;Mg~wFzHB(|Je3u?RW>?m4hJr2M;n z&*^E2s9u#5_a^3rO#C?-!~>;ccQFF#$v2-zb+xf{@xaR4Xl4Ty82M-1&5C2wdFG9A zhSOlhjw;-nqJ_S1^UD0CBTmbogXHs8#RA;c+;iBg%E-XE1JQ6CjtKCmAxm%_ z%Mp2I+gdO1R))66R&#EZcnwfPPh!5MHAJOI#80 z)+c+Yb9ffmzpF^A9~NLp!j{KOq3udr!%}BDz=&nFR8?ST;C3c>zq-{$WEj5_m~Gv; zx`2wytavu{!vd+pxl_|19c)KVW9|Q{#ibxyy_Ty9{PIe(Si*djSR(2@@dKA) zcJ(GKLn!00qhR#>J^lJi=yuXOd{1gRv!&WV97_!MvUm@r(ce8;G$TN=cR0?e3MW;X zdaBXf`ugJQ^zu7K)xU65*HoYXIHaHT)!B}EX5)EdVbcyIjybU} zu#U^R(RNH5&3m)-{N_zmWrM9ODsmk+iJzWY*OQ8Xh@U(c*u%l$mlug78lH56Nv0+f zYC~FsYX|pDooV^i2}U?S`>Qa`cjm7s*Akx;0GN`>j=9>PC#tPye`W&OzB(XnZadg35SP# z`;ywo2_fcIq_nw2m%K1slqE3tS|Xz_ugWKXi*k!UZY$WL@V5FbnA_dP1oIoy5|R>m z-YLneF&pL!UkIP;wY|p=i#5WJx5V7SWm~Dn*#gnTa)dPqm$KA7UYU?$M0%1PZnWPJ zHp#*>ewIy72hY7T$G=cshG)A+b(Gc>q35jc$=UCA`IO&0b4g7EuKHKQD!=HF;3wzP zsWBv1K~O8$)a9eQ=&K#-+pU(!qv7gm_}(vnRA&I-3%?{gs_IYom!Da}_LM z47+P77JAYg(d_Sy16=ldr*2+a)%bWIl7QO+zzqXAbAgV zW0txIpKrWQ_E{6X4WbN6YShcjds%jQEd)mF#aMBLw|9^b1M3F6xIa8 z3YA%~;m3Hf)-_&q^%&HR34!w-a}SZguWz<*Cv)-0t;wG+gFWQ8&R^s{`&tXCe-xix zze8(>i5liJOjDV_@@sT&&6DG;eIc~7OzC=rt}!ZjJjmfrb-Vm}(D}>w;jJa9Y5jQA zaV$*7=qe`ogAT}R?GnF%mk1RXJjPn!OZb*5MB>4`7Cma}#e`US<&>zi4jLTD7AHEJ zEK_xqbgh)3dc1B38pD5`0Dl^9e{U`f=M2ukgm|GmF-;kVxzw;pD0n?{2Vi$xrdz|C zP*JAD&B@m0_dU`t%u#`QR)b{4hSG8YZond#*0KCw7!MV>5c zsmFOoAGF}`E5J6wiZ!433)YW~Y^Sbe9p?>8Z;;V z?U={BrWj&VV&mI$(GmfnIx(mygUZz01n{99_CQLjNKvFYMpeuw0;^3SxI=cy8d_BA+ANY&$ zk6eV9pIXq*=BIf0;s883QB9rYJ9CTP<7hkzLco_ot9Gq>p}=WT1UrLbY)^-*=GdS) za?whblnU$%CsW?+ZbitYYYt+ku~6-fe=bwga8P0ylq?y`o2=L6w2ZNNqNy~~>;6nD z)opq>s^K%ZG-znSMxe`smRa94FXn6OZEOU`Z5a+Ar(@9ju!vh2LhmZ1<=*b3FH~|* zw731sy-j-HAu#Q(G%1V;5%>e+DtmSsYWwG@2XUXhbiW+G82*Rp(9;;`4G@6^mNVm; zHsPrY^G5UZLmcW*hJ^>B_jfZ)9;;uCt*f(tDsD&V-LI5)Y)?zKHJ7j9A4W~YdiFBY z9ONc6kdfJ>JH^NlM#ryATN-dp)aqf(*$gYAcR+luqRV=tL%T(dIf;Zw!QDimBUy%| zA#RTy4Tc~tdW?5|Euk3b@AQ5Bfcb&=_r~r>@%!}Y$^9^a3BR6T-0Brh?GXO>oIkpa zW$d*1We5;{GUI;3$NRBL{=l8Zg1i>ly!Q@%G>JXCbs3=a<>5B{;O^$7eB$$k|9UN| z{n^?3(%}2Vm4n5;ZL{3xEBfk;{luk3g?L3*5qK@D{KO^#+Sluh_s#3-jc6zQwtCY0 zk7Wq;?@tQAyi*gMatv{$EDne=W!VoYx~5 zll1s^-s|5&{6FXa^A=i0RyzCttCRBpYO>kFa0`O!8!R&&l_l-P!kb zy7ng&hGN})VJ`NgwWa0M=WQ2K(0dSDM*{(jN4rA=tgoAX`XM`=d+fo`c}Jx5lo-Z< z&A9>C9|!%>=^2rn-jGW7mh*?!N6q&^MGx-3qrE15^3nQwrAz8MGX3Cy;SSShR&nYp zmLy-gFwa9~_UNA2QKXmnp2nbPQUL!OgEv-77=lTR_Qgs`hOv4=$e}TucK7-@06XkF z;M$S7@QKxNZWN&iTH7ZRxc;8ISR&^X?Epsuqz~pbYWJc9s~1N@h{|B0J@-&5qDJjqw>+QCfdUgg2Hqkt z_ZaEZ-WVBo_z@{i5F@iwGM7i&Ut>J!h9((;So9_oBc+Eo3uqz)jZ4=s3mq?RqOUEJ z^?{t0gtDXchC2ETo`{57L31VV?gM4AT+YVTq|P%ymF*{kl@T_{oZMuNUx>xslVc0@ zMR?PM=Xy&ZX$`>l?*>gC4=cDxe+3@S}v4#p9c?-4DFN09BVrx@1?0BiNBW{G+zx7IWAhGij;$yO>3>>RB7lChzrX4n)goY z`mF8L$-YuZUy74Ydb)U>-`fHJqVfl{GnqGNIn;YcU23&uSR%-Uk6oZ8R<_#ie*8R@RN*PKlswcq5#J*WJIe?5tOAPX;q;BB>Ol{KEoTrwz@DAiCKA! zumCHAZFv~TlE}_*r+m`_W5r@8TD;ELD)KY6fk#?<7njIISlX)i{5%XVIRdv&a|~K} zS-XA*-iRAprHUufWFfrHtSpdJEmQDuc)=;E&+{ZCG{VMpx-QQzVHtB%h30ZDfPl^a z0B{#52{VbhT;u*4JJSFSRb7=5CChtjk-IBSJg18O1o(OUx7L89i2v zJl?$|U=RNks~YNM5+m5FY|;x4Q{-_-_Dg)o(V(56NJXHU7&$!-c!+t<|U=!f@ijqQSvWl4aoscFoi@iqIo!n z#t1y+$7ebO&29(e1lU8~w9FH+X^E*xs4RlEsBIc^StZPEvluGUnkd9iEjn6>n$jYt z#U&K$x_S~o?yFKjq=2KVzq-Y1$ea$zr@Ou(rEx(O`9^p40iMOnOB|xgdOS>xrdl>K zx#gGiGB^tz2$Oxu^}Jc)LGFnL+&Z&d^QE^lHoi$?E&;ay@ z&6`NREr)db`U~YrKW?6+e3D>*{TvDIJ4)P<^Y#6R%E_VB%$x6s`&rQ08*_9oXlIy~ z0r`W*Af=42Pd2EV)exQ3_Q8Uq&U#C&ujq|AYuBuw&y}SaQ#{Mp2+CAA@5TaX&(gp*4nbSER=rSpo0A_fK{Iq-vB0>+h`8mafC$0{xPGQ6C7lrWPs*il|IJuCi~k> z2(jB;A!k~m5Vu=bGshOgG$OBGl#q;~GRCB+`$ES%^aYfX&N%b+-GA_C#Br{!#!St8 z_uKc0VE3-I-2)f-bY+G4C_*5mKeofOGm+A-AH^SJm%Li?jVaUySPG01&rrv=qe|Jn zC0IPzAq%a0r=dc&Aq{6W>-$_D;GOhY`Z*&cG`v4ws#}Vs@#Lw$QVQK%Za`{wr6%^~ z3qge$Bb%GAUxWFYBS?a26sOX@k?6~9X!#vnc>}ODsJ^wO{OR7}OpNIxc*h`RJQYzP zOTty8P<#H9{8JBac{Y%4ak)L@PcGG#$@$=Uii(v;(d5E5`|9YK9qfTYZ3b=EjhE2^ zK`k(5lbJMF^n`D4qC+L5YWuG$G^$$rThDg1o)9(nC7R^oiYA5v7mv_Lak+vqxuJ=s zFD%UB`wSP~xcGC#imGpQ&N?oM6m8!WV}W$vW|_36@@TUv)K3}8UYK*vGT7R*SNDLv zY)kfk;FV|LW#@ANieWNk3#;}7yLM46TFz1}wlEc*M4zypoX|3_i`EZJbB<#(Kh4Y> z%_qP1%DG|SVV$DpbLPqwOk=NaslaKshepjDE(#PU&Rmn>`y!uUnq#*y>@2uZ1ZTYZ zc;d6u{pV)gxdsOFFRGd-(_MGEjWOhFEkJd7h8L#l`lE3*4GVYs`?D8?l#4}bJS%7S3`l;r4iwk>S5O_5_dE2cez-1 z+%~>f7D8Mt2#+jozAzUfyKdXNsvbcsY1Pr%bE)p>E;WMj#){aqvLaQUL#LU3y;kR> z5xv9)ZLBaK$&59|@En8p;`1>oL+Du(qL_8kA(G~fJn{7WAN};DoMi@d6*uRN?8SJd zl2;zcv()ZDGp^CI_7M5#95gjzQqnR;OG8hcq@`9Uau^Xp@xuL(4+m6XdJV2l@w>`2 z@on_-?H{zojY~Va5Z6M_+68I&%G5vX>2SSp9V45u4e__}hzO=NRT`rF(AA0|=`&;k zbt&3?v4>c!C)hoGS0P*bf}i6t?1o@{r^jnnH|IHSH96*XFf6nonj+j2nKGo&Vk7&u zV&{FbSr6GGia6!5OavqH9k*3{}iuNlh_+v)*qF32G%~**5Az zO5aJgqvO|lIxRK7SvR#>j3G;?aIzF2-h?l54ph_=5nLOVWhH>ggHxSDt$0R_YbrPE zBE~UggBJ&&(j)96S%KeQ3yYJSUkO_xp-!uoxZfk(d;)r2QmMTmE>F8M54}0Zr`9(8 zmsX)2$d0sH!Nz#C*L{IduCXZJ=;XEc4y#uO$1~`s0|w=<9P^IIsEn&PV+SG?0kJYX9=~quA z|29>d0Bq&s-ako#n|f1|Az<)i<=*2DyE&?M>mxubKRS74k8>k)yp%CM)sMRqeNe{oI&<&LGiVVvMpn32y0c4V`6)Cg zu_sz{zbCf$`~F#0DRR%$mvy4_)PcJcwuB+Vb6NnsmqRkFvwjnD(IZYDQxqK)0Ittp zRlES5HH4{J_j#cak@NZjweS0(LIMpEHMg=R3T{=xr*sJ|Q%AZZ0;?fcIwWQ*3Hx-D zGJM=FoF~ogtE)oQuXl76S=G7fcRRW_maCObx4>%Fnh=JmV4)$IEfnW z9DSs5Sp&%%Hyi%SSo2K^n@0Nm<|zm|Gl#ZUlf>ZGnajafBQ+%N_>!*nG$*g>k&8sh z^4m$d=|=5E&7r5~AQ$OB2kT6npO`v8m*01)FEkfMZ5f_DAfK99in3Fg5kJ5>qyRxD z!GGtH$B4Tf0kFj}pfUjW>ab@X;ZM)JBV{o@@whD(KG6#6!*awV3yZ{=Wc>ko+{gtV z3Bp$6__i)s9?sU~54__R9{4;Htft(~3D3|23;d0l2mY9k8x7zC!Bl{wwgXrs&UWAr zeLSvm$43rhatcR=@xhf~L5X*hN4A85y=IQX>ptN?sr&OguJ z@k7Z!ak%`e3}D~_{N{)m=cl#EUWNz_Na`*u#(T@jZ-R zEL;!6{>wVFqw&w!V@wZv6@ScV#XW1A*Wv!(f@ZQDkrZQHhO+qRuqY1__9+qP{xYwDby>36Q~^I`8l5E1u^SP=@+ zAfTuK000tzXp*a)Z0WQu3-~S3KRfj&P>U2SXIf= z)dL0q1bPMn0Q~pYqOoar$cE^Vk4-4bf#j#0DUKYS^V#WwH;JvXsG+_UO~cy2Wi?sz@H)nTE=(cKyUQm z+uj&RlqrS@Up!^_Xak-aO)N7GTKiD86lW*ju1-&JzY%o?($pv)6KJJ(OxX!%vRJmy zk8M8d%&T#N@VXaCMGXED?U7fadrL)!yJtO|wYV`jbE8L+*xRkwcn>F$oh?D~K%Wj@ zW@7&F78WNF7PO7ke2tH9q+8Zl_RJ*i#1K$TAXUFoi-Eb9CIdEkLYzeV#iy=!7pc;^ z?ayOV!~_E_Uthl|>NK6o1fHX*Kld|fQ2Y>S$K=f+ukZJ611|kk8);4+JUfLsrUT+( z+IUHrslcv2du_RFwA-Jm-5&_H6%!ed<4+zP`H}-7=tJ(DweiIy(m`SX=6-@xsHUz2EfCpPlx6YdF!~=V7ZE*b9 z+itd_s8Ob9;UFSgWp!@0cH2~Z-`qtJzI=>aF*!HOchnj>|51$79={`|WV*kqg|%E< zOOXrPmYv-clUjB#^qWtAz4JPRmap6)$FBjJ;XT+B%`;fk&C zpMbl^)QjtrJ#nC6bDH=^(E#PwkbnY)o!$ge#e<-0hVpQst!&s%)Ek<2X%IWtvWWK z2HAodoMKO5ab~+g@TR$1)|8-m8|19%>eEp_h67fMrX5A$K{PQA!+hK#WWbzom7Ig< z-m6XJQoqH}b9?8gV+?+f6Y!P<9`xYCI+N_-xC^MIPja5K-Rlbu_0?;_OL_8s6OyJu z@uZ{1;%4U}fZ>pA0G+DUc3;!2ctLJR5xEK)pDlBNS-C-PK=I_TPFqZcSvMbWhXnjB zs9F*VHV+Nk#}*%ryA$Sq_<8^QWuLzdC+xf&(zUEkA?AMSiP`?f1wFOdH0(?=saOgR z6k2z2-g>d^XG|o!*)TmaKQ0o4 zDJf}m1RfGcK8!MqLPf^8^RMPWSph{9DVeTU={yeAu5CDf@jsD&c+jV;vz6W0;|=_g zbym`wK0NhnlJxm@4|F33llP#mmCHsA;VZh0dlmVrZcS>FlexVqMcSscAjtUj9HMjR z5VEkIa+cx6JqWpD9Zu3J=ObzxY{gMX&yF7|0E)XnP-tVe`hZBD7DjBN3iO4IitFZ|<1`xO+9u#TL}~v82G^E^{jXdh}X@Xm*3jmm@AoAF7eV z26h=w2wbB>ktN2^qrC!pT^7sE_SCkXz?%MUyu}+Ngce86SPpT{^*?zQ!KEg1Nz4*| zp#sU>dL?S32ZE{uE*XsFOzRs-uw6+-Nb)-*^2EG^Infx`sDACZoP+DCF6GchwB)$t z5@#T*}vQ57@mDRtIjp7c#@6Oe_O5m&^j6OQP2zBECCl;u zo5a%^+V-1lsD7_?dqIFCM)h%~YD{F0&}3HIdYCAk*6>yV%gEMsiDEIOCb-qVzTxbV zjmIo@ZjZvk(mba=r!TpO_;>}*IXm)TbsAwN)D{(UAuukIV3~Jd#4w^6#W~M$adXyF zjX4r3h*bBe@F@K-DNf+-DamP&^aa4o&W3T1Ie%zE(axWr7;8cTHtpLLEFv^gPtAF2 zKFz5GqZ{C$u_VzjubJj>VEEESNDGak&`I~N2B1kfCabZD4~!{RzQn7PBE0umw$T7(yRGp0S}EN;p51i}nHM#t@Y1H!itcQYY&m%V znpG^ohKtR3g55Rtgy0dU=dc4fv7$%6iiVgRL}x0b%qd$BwB?K>6^;&&b6a;)dgAhZ-ys}{xfJB8h7A$xcIwgPd=sGf?FxC1|7 zSnsG5NnWpD3|24lz;Og}4sn}Ou0Z)(Z-uwyNL$}mSz+sse&jrs*!g(I*(H=*|DM)7$*n%Zb-l`2}><+3s zMuC8I>#{1&xmgJn=IMp`aZ3(_^!dLOQ&dfrAIt zry|m8NE$&O?9t4$^yZ)jAY8(L{1Gvn-BX4Cj7A^PDkTNp)_o4<;LIfrR_MoKK)nxF z%nJ^gC#3qLy0yDFN>&Got-GD4Psly1*KK^eHio=J#iipqGReI5F{tKa4T~`H1pfe0 z>(^|Nt>FSHgJ{8kE;mdq3&%l5%~Vcc9RDsjr1qIfW2o!4=gN!AcG<$}q{ZwTpHxke z`)j1;{RDAUp3hgve)o6i&ZoL$;3Q^m{yxHoCW9n)_*cT5b!n}{>07I{AGIf$EVmwS zDRRN8p|&D((8%76FV|p-Cs?`xHwhSl2ZW0O;UfH|KjPSmuI-Gti;(6Dl2Q|A8-%Mn z=ZfnoysRjf`Q^hgcGsTa-v+fj-4T(;OY{pJ97yS#A|j) zOAjaGoQ;9sm5_!bxBv#oCet3c3z#XeEA+)KfT_BE-GMHk3H|$fQKv8ST#j$8n67)5 zuw1h?d;b^h`%Oe@(FvPu_7Z-r4d`lIQeZxUdQ=@8mHt4+Tuh9+Lw%Wk)u*6*5O#%T z`)0DW_6-<|#~GZA6X)d(#5efFt4D!)QX-;9=9w>{+;F3cPT38%R1`+vK5km5Mp0*x zjIVv|$Zp=#CkV^RG>05&pJGs><=6D1pVGmVm|?*|GLS|5$M+FQ8Essl-yDy^G+MKf ziV%ySLz8cQ{x`yB%?i|tP#?mN_viTEax+&#LYLn)>Uh$!KPa^runBjGtixUo?N0iu z5N1X7gg>Ppu8|KK{K|vz#Jn}o{kPYdj+LlS@;#f|$;UH^VYcc^eLz7GNNEqSY&iu$ zzS8IyCBDdQ54ILgXZ92?b#;7a_yknpClrk~k(Y8+(K9XS)g#mtl44~a{A7jMt3~D% zyS(wVWbRW9`GV|Riq^YbXs%`7VE+L$h-t1i2Mul!E-(N9{twd7{{U@lZ|7oa=kov2 zInCmKq_e9^ztbimYWFFPo^wQTT=ebC+nz@X)@-{hHbt^A_+XPPbs#jQ6#0E0Mj+{A zFq+4j9FaMS`}+aBz++YcO3nCagZr4qz=I8$qJH}lv%i?C=Xp1z6~YJa&iH87}kam z-(F=G9{2azm9ov(5?T(D4m!oB7X>Rm*v47SdTxsy5*4~6R~~vL<$K*qRcdEx{c+S- zPTMtm;Th9EsF+i3FA2KKj6Y~Uy`DgVKGZSuUBa1VMAX2bNc9HA^7bE(&#G?RUYxp6PhOi*LL7Uj&IFDxIeq{ZrPSw4_+2TxAT!bZPH7!mQM; zTv=zsUFkn}k5}74e)6Mk%Qtdz)wqJ+JChk=yx{HA6L&5|&Vi6#|w)9E2fT+mhC6Yth%FQBptL zhb^xp_ob47!U)e)*73ZzJ@+10xCDa|Uw?)Spt%%z*bVG519is1jO znOGRwaRU=Y{kg^-i#)h6BKMVs@Y=b7twu*3Y7?+%W3U>Ao$bNR=!=VzMufqM6S= z*N>swGQL3h=uVyCZ2CP$YMHCA+VN9-%MkY{vxS(|fn%}`C#?*&Yy9lmQ-u)4Cg(V7 z!BNFdi4BPVdpNdc}pKd2-~5Y_DMP@YYDSWKYd)Nijutk0~0o+z37Ka3y?#tq!4;DkU1{ zCReu$Uu7PC#6_|Qi$N8<4YhjY$D zA4w(e>RvlJEOa2p;Apnya4J6-3y$y9X3QYrTIkBW^F0 z>seyh2)Ur54wSHcc;DR+L#@*o6Ae&4GB2U?z0}#IBYw}i~?<^S^m_Ah2OL= z_92-PFKtyUVjKmuwfP#9W7F6TP1Lz*RPStno=Cd(J5&)YBSzf-9B0%rO$7VBVbx1V z9f2NzpSRq*Y_S>_R(uC z`&P&VDH9sVHvr;K3@bG0uonR?@a0D$6urTkxgyse>~rJ1So zf9Zt1-GBG-l!pJKQiLk?%MCKX_T17G;?AG7!V@*)I2`arf(WT*b?S;`sYG(aTl|en zc4^L@bE~lGJ2n3t=4T%9poyvMH+BS^rn34BK6nCRECPXlzFK`fO>c#)1@IFS$JN)F zv`cNk^thJy1Bx3l%=>uT3v!lM7+ngLN(~28VzQ#iK_g>dU}7jb@>c_`QxRf$&V3c4 zlJIL#;D+K*p(8H<+KNt5{K~n_;Qa=PrC8Sf2kdq+P7p|Y+(R?==r9HKDVpo)Jp)q! z`kS{L(G&sOk~!{6$0j{`=ODgQiW=V}EH5+ExQt6#A_fmd&Gj}%a#VOvQrywVNfRZc z*2t3*#qoKqC+z4MH(v~w1NqiLwcoHDiV6ike_O~&$tW&T^m)Ug5}u>)dh~hCaxLF> z!7smp>St!55acmJ!pocosQXM5$d!I%ILJ|Y3rImo=c3cGp&@o&*BxJA{u5P> ze^H&Lc|AY)7tw6k|0Vto_71KN|1rsY{^yX^sN4P<%@BWf^!qC)699^|o37~vNZn#NzMg1B`^5M1^JZB~JL{HM^h#uH zUj`QUd&+rc7OqREK-L}tucllpyHHS>sY@8v8i|t9g?X=Xc+-|xc;*p{arQIOlg&`= ze;9G;9~E~C%|`3{<;m+89D!}2bhk?~vB)N2qzkKN8VHqIXe-LbCH3Xq)WT7Ucp;sr zu)+oxfsyFpX3Qsz=GUlEP5dDt4#%;gm7X|knbTV0L*^ZnNg;;4nndzID=;k)PMXPb zc{rEY310x|j|vSrGX}APx!-yl{fmI8uU%r<5YIfu6ET=gOV_IFVcq{=@X=`k;kacq z5)nuB%ZKB$VbUq~ms#{M8kZmG>f$8IS1!Gnzz>L$-bOgI*G&+ZWXgjMo{BhKy8_&d z1b|w!4{46?aoWDW$Ab>a4-|7+9kxD%M+V6wEGggKdWvCIVvOC~{e?+mrR>qY-ZH{- zfO3WfZ42TE_I^q#M_KZ!f61Y^=G{R)5~mM4j(nBwDB?GfbiRTd(ma04k^~Y)PR_w% zJ43jS*E2!jv{proaBTiz;Q}%?jq4czF5ryW6+5CCIa?8;nHriXaN;G+P_|cRXwl65 ze6%52HPpF5Rxv1mpp-?YgG|Bb#+A1V_GG6L9wonuf-Y;0rQ)8Rk7Zbs2{}6en!J?} z5wcAyB=*+k^}|utcnPH&H$H0g600cBx$!_3byAYODjkJ=Bi&5H-I%8gCxx+k$@WN0 z$0g_7w*X6c{^DkPF#Gcubj7=?^87-6Q%CS`v$FRV6VsygP+rZlZW>S__IAff`bQe7 zp~7^;NgI-zHvc9X5s8U0=(QbN7Si7hYtvC!Owd6ro^Cp{-_+=5F)0Qt2(~$cBmJ}C z3Vhy)8xkVMV=-(QEqgA_AA|}RiCS_w^%$>1VE8jK>{Nw(w0Hqxb>OEQ;ftiN`&U%w zTAj*H9vWn0@^2kOZeSboR;xm>3$UfJxN!a$AA*;9BfL7rkNb zZeYGiF2*c96rYdSsQd519;7EgJy@bbKNc_9314u+R z4*mZi1K%4umha(?eXFgBcV=n-&iBCg;?5^N)fxDGg-%J~!y}8MxiFoieU&f8Ui#5EIGrVRe&TJcp_WoJS(@is+w>BEFb)4BadVapnfm zkI>s+B7|CAJ>Vah<8rs;Q$>>?HAC^U{RP}JA{rQh9#Ni5Ib9}JfTcK^ayE)FDVa## zLHK7(^INFFq+aMWC+!`L5*vwo+?q2zItr$R>@>my#avRuaiosWBYUkiCEEi!DfuDG zW|WP1XXw3?l-+*)el^NTaEN?`@tJ%FKC>(&Nyo7v>k+pJYksDkN|n#v*N0sr__$&Z zhBS~MFEJN0hnIt^`XomZ%rB93xx=`?o9Zo=l-RkNX~J2i1@4@pt^>3uiQ_qGcIJZc zn)a|-^ZjMoq%d)7T3dWmGaQet;5KHu>@7=#jiz_T2&$Ndws%$pid?I5F3#|=dDSPn z1=no{E)zak^<#^am+LoS#L?EG7jtn?Ja_DdZD@oL=oHj)GO@8EKs3fd1&l7n(wT=5Oxnp3lJO!u$p3y ztn_9HIv9!@cqD453liF3eD|0~&x`AjfeGjb*8s6u;0J<6=g=Cl5vi!PBbeVY2zJxx zPcU9S;rRVk%IwZ(QzpJtsg&!qylcYY5W!uvlk`SVTv@re{%`fk{CU5joW)1-4-*8e zaX^#;CZv`~)4VZyY*FZc4_)8DXZR9(D`1pVQ|hth$HqdV**A6^o-f;3EL$eE;}k%& z<<`V0tbMxy~3-4o_0?wrlW3kG}vs)zKtMi9Gr#!_6pBaLgX%0uj|)c zt@aSm3KPJn$iYWRR1As6K}o>^7|xN>e&J0jh|WJ8cBuW@-V=8yuPG;ua=0M1t7-XvC-d}JTUt)i!X|9PTr}TY^n0HXY>@9T;egM2 z>*gTL3(md8>PHnY;%~_;2$sGbJzZDSc!S`K33QOZsM4KURu#8(x%*jC_Wo+E5s(6H z4oGHe*SpkxibIASuj?ovs}n`#mlVJfO4nQvFf}^)42#cX2&U6r5*ZDYdlBO(4^RY? z!WX_q9uwjA{cz3_L%zlLFeqNW|NKgYARVYrnbJY zhU|XD;m9@3awota@>&w}b6y&|Zrn8TIYo?R2Bmq*`DP9so^Wip@Xt3|;iV%JazJu* zn=~89k4_PVyl`u}jb?BYP+u~i*Tb-x>61myRB1OatasA&)9xdo&%sm3+Qg*~Rq5Kd zXs-psauMFNTU@T#%BQfa_1ND#86Pz>%y7v*r>_rS>#%089<$Q*6fk}Zs9@`Vaj*7m z3Sa6@ISX5DzH_@6A(_nFDF8J?#`y(4e0NYpv}(7kT!nO5N^Cn5tUY{7pH=v}qlfag z#-bQmi{NKukR$u|tkTkTVR>})NPh(fe7o$=5CRz~X@vjJd8~hq~F$W=pFzi3_NbH;`=qCOB z+Af?H-_2G@k@8nUdnMPWXWb?j@eO(s{=83|Bx$J!UOv9|B7SqmWir!j;zqo|QzJ63 zdY`Tcy7Ypq7W5y#P*v1r3HY&0(CFpR!ZdJi`g!tT!PhbL8d)UO)-FDj+A73f+@KeE zYnt(p+N8FFAd`(B4u)nYv1(kjh1qRzr05Oux&P8!8%2nCGrn zaOzzQ{xVmYPaBueTVxiJ<)4Qsvf)IO^Kw%8;r|~=_twhQ7MV=41pX)K`2Y6fQ2!)d zNmNioR+Qe>LNTtVmz=Yc2~_**;PbIp2#>axp_YntwYd3cjuh+2zFUhkJk zwBowwa;wR4A2=k_`9+~lg^ zo(*UOLy%i`v%A&QE!a)EMgRG1*!uO~@Qr<#B9Cfr z4Ek%lbX6A%XFRjBjr^z0X>>ZU7ozFNS^loLPg*TZ=qhVy6ZR968bj%>JXyxuY6~Nn zKFy`rLf!bGd*~m^_E+sfY)K!6i`1)QQMtz?BLX5Yma&wQTD10lJ!A0z;m9>2Q?n41 zSD_XokZiaM7om9BhxN#sm^9e0)K5U7&~-kX7>Lqgv04Xwhcv{j7gNJPKat!~xaJP_ zt+%_cD;jW`J-AE8Y|E3nF^)67{l9#h2)LMYFhwEpeGzjDvy&m4#k{ym4sqQ-r7ft^ zNEbf|F$qEu;6!qz-kFQtDyxw3T14=LoZzPV3Sc`<^ZVg>4{a6mX;1jg-&dNNdX<*O zjcgiecORG0*q+4!Zh=M~u~Yfa=t=g*__NXo>NG|)hk1S|69W2zd)ijGB0{VbF2~_+ z7>_cdAmb_#oUVqnuW5+dLL;_`esHC`v0BMHtCs^WiC%4j@q9pC>Vm@)^wd zuJ|kZL3OhP!z@5Yg~naRBBPBW%wW-Z4#SeV(^&@l(=bsCzsiyI{xqaO*B6yPMploNc)7J4Fqhr63w_Xyr(0LEo(v9%td6|xA zmf;z;3nY|%XX3g2s7Llj?|%%ws|cc6B%JcFVDC;P_5<(#{PtAB5PkLQE)3Mi-E9cGX zOp&@ViusJ?CtwBEwbbbGD`)S(*Nf!FK*_+8y)kx>Xp0q-19!KSKRfwxmX_2fv=>Bj zVSSzqla}_7?i~s|l6ot<&F2$Lexd*V4N zpZ9OvfkWEjGcrJ9T-5R2_Y0A)r^Q$&5#9H?+}wUqqHCqIw|$ElnUmNA!MIv_sm@L9 zV0963A{2M^aQF6-UyGZ^+1YKL>eIu6|K=xGi%}Kc^vfsULWGggd-EJ#gkS0Jmtnyk zl*SkY?jE!;P!bJpj(-L+%aLOX-jd#e{@w%*3Ijp_3eyDKTacJdb7sRb4@<&i|JstV zV=;yaMZ3dCaj$NwcgA3S-3)&EQNtKRlA*USsVk+qTEz?zLtI4f{CgHWiT%4XQAB$~ z7&aYa8N$>*gUVJ8qKNK#N7-!~aEVqKWeXq4v#}V0+;B{)ko%R1XJ&d{xf&K|_K_KA z*7u&6^XS79n=j$6MOJ?YccY>$v@8D(@=Tdu#q>m@8{rH0W?O<@aEcY4yj5^~3ExrI zZ(Dq_e9D7IS#aRH-#ZqF|6<&dRtKah4;b$-MgtBojBm)@;XC7T<>F~AxsQd4i=L`I zxEml^vhj9jsrgzuK*c7^FR{?oUH&>kES;*oO+{_L8PF19ZrO~KmQaLOM2YuEo0+v@ zOqrUAK^blJjFNROnG0@ATXVTr5PS=BzVl?}kGIj~0&-F9e&3!F0Or|%>SyC)dkL!L zNUw%=NJ(KYW}Gq8)<`lSW$NBBmVs-yL;H@+WoH9)U|6K4yqgP|3oZ6ZjB4i#&$AxQ zK(3VPjY3|0mWfezRrU>@Mh*(au0UXyb4f&5n=X;Mrjex}ulZ^pxkR{04C|m@;54aTC&25Rn<+-RfBAM z8GLrT7g@75{+cdt5^m0Ehk0rd00HWU-zlo>r|GV$bMdxuY5gBR5Y+w}J^k&!h`?WS zOgvqFY_MbphHVjbElkCa_&`mavFneC{pns=1*hX&CTA9#NXzm@dT2h_PZqH+Z@iDQ z#DNJm^;|Q}cQseh5HJd_2S0Nz)YtN3DXb2+@B^all^%s!J;?K4l{(YCJ zW1Jfp!iFf(7iyQulNp6ujeZBk?JFE{qtdUlA-$#^87Xvy4-yd-sO$Knp$YA$m_HBV z>XNLS+MkAP>~&qxCz-OKq|}F(hajmKT71DQ`AjZ~T*z54w6iHAop*Am;Wk$Qvd=g` zs{1_|AvK!eKhTgG71RU^PyOvOUMN`P=jz@Sal|ikkBoU)CBm5;CTh%fm9bKi_<_eY zn-wQt`)A8Ha<*G%4u80nK{DV%w0aaXVjz`v-?@&nPgMTG`LL;h|N?%Mf)8| zekeJs77_U&#>Xxo8sN8;YZJ0uHAXv~qR9GrUixQesGC5W1$fV`iWbK6w-#u}IiQmV^#|=f2ny2hYGjM*0md)JpzBJrz^Qwl z`YJCG%;3@A_5pwK26>|5zopjNY`{KI7BydLhaiesO%>5aJbB&8Uy3`9q7@q|oc{bw*_58Qs}tL!H(Y)hv1F-V{Di$_PynIS%7EnLVttoJ?b z%BWhJZaZJFfJQ8hc6zGEeO243Vai;;U?rGCpZYEvF`t^-)LnXJUmGZNlICax~N!;1rd zfpnUrT^FX6rVkaxCDTwlXx@GYU|ncL1nBg5%WiIwOoI-YrauO^XWqWW_`xNto%OMccWV#_{sC(DW}ZVGJeQT>$0T`nbEZDSepM) z9>4LJ)JFCTMmpSDxH+LnJE((O;{F==lM}9Gi1aMoLp{!Y83`FJN=R}1qCtnX9SHK< zbY^&`O?6$$OY-Y|RV*U1I%cR+HBcNtuu~tFT(?=B<+Vw-B?ssGYo4WIx%b~{W;7m! zLPMb^+m-KG94n5PkFnm z1CPahaR@QCr`{~!*M@=YrzXgTr|CgK7InMuT6y))v1m7e<~_*40pwC&F!;5V5b3}j zIPGb-cFZFK4C!GMj&xeLz@mMQ6V1^{tDWjngM?%u{gRJYKRy8`W}P(gWTI>=2JL+C z3G%2rIj(& z-I9<6C9=_3gS3U)lQTd#_?mElmVuVyKFsx}$*HEqak07<50nz9)H6~th%kg>Ekoyc zEsMu=p>AU8MyZAiY-?41W_U#;_Y(JMk!LxGyAlyG&!Q|!i(RxhXcOomirQF0vXh1W z=|z%2qFrPxnHg*})k58$csETyFATA76_&{d+7(+9R#|tz9$EkInY0%C%jT<;)QGSF zDBWL%3p9Jw3XY~7{{Ugw{RSCmu$MlSk@`{}K8~DCz`Uva5$c|OdF8seqHj}<1wYv( zpIS~=|90k_2Mw?(qe961A`Sv#7SX)4d9gK5&j^`G)4qZv1H*ugrkcKbTAGY^GOP=h#fwIxhu zKNaxR>)#ld174t6soLzxl3lMGG82&FF>;qSt1E zfps@>1ol_R#lhu#hv*jpN-Mm{9${%)fD>!b{%^MA?Kb!ACI%&%%qH^3n#$wucnyE- zROdgut6jThNnv1s{BO3(SNK*n^jfvQk`M7NXsVHdbzJlrt=@PO=i|A1QLGP`#V{Hc z6K~CT99oWqHTv1u$!ChUauR)8#U4^pm{!R-y}y0YqnxkWFfYRxp(#iRW6;xMX+^)F zMzLnc`oJ1{(zjT})bW@vtIe)I41YQ4bej*PBmIC3%mvT-T<`9}B@Y`!j#Yrq z*i=pKDHOu*pMR|29t$L;dk#p^nYcwde|p-*bcGp$l&Ch8u3BbVa<_KXCIDPTphLIW z66~tVR@Ul1oTEg1reaLa*^ACfh!DFN9CRRHt>LJ4WZHz&VHxw6n}5^RPY7$+HCmgh z^!v_?9RdXjoHjUxk9}E$6{|=v$;p|-Qrj~2?Y(mj)d#kub}vbLUJ)E@N^)xMJ`kW< znvD3K*x>~{2r+W1lE9Clk)SjC+iLngJ?Z&z+9Q$)@LW)!Ay>>a!o}iaB*BR65x_z+ zTNK|7ac=qMXKtHB(HCB!8>zwsMvh;Yr`t^JK-3UHCRtIX zq~ovnlsPu<+qm*5r#@all`_&eR8sO^9eCYV>~$hhZFGtt9d_5sKMeTiZ%y@CCdLe& zNs~n$>_^EA1(-XU%;X9R;Y!6&Gc$cK25t>el*d{efEWzolL-qkUKz3X`WqIu78p{A zFHUIXX31SDx7!vcyVN;|#q9?LP7WK{^RZWe$s3AFuxhsK;X%Tc=ML=c;$b1-Xq-bm zxx;GTJLpB1C?+i&`erHpC^Q-$%qfi(nTIHus1-gvS4osNa~Qf|owq4MybZWeGMhKd zoA7!cw>l`r@ZvTU3EJ z6LGt*qj!WHWA#vZX`|dIE=~{V3dPtUa_#=YMa^8DqJ9*D;@4i5@k(N=30cbp0gK~? zf(xeU(&F>_0G0M%t?jYc?!Msb(*MSNbZWSWM8@z_2ykMDy<&~TqQ!K!<-eQ2OZiEq znCrN;-uA7nFZgQ^@tQOUD&JMCZ=HinfZb;6>bTdEy5C!;=!VpEXa<{Qx`&&7RhM7r zE6~#N?WBVIJ#NL}>U1ox4hGbvs^tHv$GE|N$UlU10B+dg2)6lGK2NKp=tte@#{I!G z6^5NBfN#HEG|^jt_L-ab@ zStGe@GJGYxz8z(8AkXACg?HPg51+B(_@We;wwn}aZcNND55BKFuDaHpt6KDEaF1#9 zRW!l5P=zPf;H4LD=K0}zz(L-tuo9=IJAcygwD;U%p}d2RG*s*25$yw6>V25-wZ~#; zE1DT)s=g*f@9?G=U96aEznQctrXdbNb{)eozw!_o{9}a7;V`=U0NTv(7{cyS{`*uy z-Y@R2d6$x`OuC-{q7DNaXY+9G@fN~>)S&1L8kS6tGEY#NpP1Ys$h4FlXH z+!X=?-TBNs4I78}sN(`WCc1ROx*2zIVhr*@?DTUq_EDq+tgx8ieS~`9#7Rb4cW8jR zr(pWy3BNNJ8j_bKm!b`1$)1YwJEzYUg-cxE|C#0ymYj!UEwISC{C3F35ZZjy6j)|C zh~}YpMOb*mDXZ8DvcHJ;TC=FN&6D!LQ7~(BvM@6W;g>&60!^S2#&|PQ3gI=Q&=`cJ z6U65n7>-Xnwi3waY`;^u|8Rxo8>Oa%;}RPE{mFJ#(YsxUtC1+31L;i%`lFGdpzoQP zcA_q!0i~Za)g{y7N0TGq59!hLGvLwi-O&Wv9RCo_K<~5{P|q-0;uAF<@haydKGl{MkkSxTJIVE zdA)Y!dqvY!!PCD!x=NF!F%03zV2?GI&V>tW{guJc46RqO?F=<2>)=etiK3!po91UQ zttRQaV0B(5pb?G!5eg}C z=;-}(NG-jaoSZ6nzq$@d>EY`oV-uC!?=6QQ(QRJaPa8@SWUkkFU@0n$9FLh})@V45 z%Kx@Xkn%YC)w^Ny2N_!b;_VUOoPh9XKa@v@K~KaqDmKJ=i7e>%EX!*G9X>y!bCHVc zBr`Ll)pCr6R#_L4YzvBaU3z!sh4DL5-{9}lRq)Lwy@v>3@AR^7=Zj$W=Qmor{Onzu z{^7^A598x63DAnlW;LWWZE#a!vp8nclqbRaHO&!aIHuAg%t_=MZh1K@w5`plwb~#J zWH*T~w=cI@$c@!4mI^-6)XTLeB9oYENSMi_1`KJ%9Bbo6rdZ;gCJyjqn%Erkd+KB7 z7i6lGUSaJcu}ESRRWay~9{1;L%(^%!K%R`+kC0lQE&}m@26@;PgUI&S+2<=|D86$= zVSlG)E2E$6FW5;BDIw?+azNWTS9m^(gB-iamw#k!4_E<#ShB zz01>=Lk}7NfDKN89q=w&aOhJE+=M*CWH4u zijYq|S~ocA|FS<&;aMP4m;HH=p}n?=KGq>^e;gF;&Vzn( zYa)=;a@o~%DuRiGe+jA%E&r+CcYaR_E!_j`n@VYeP^EUPiTmN)8~l%gm&^4-tLQ2Pe@zs>Jab8 z5B<&N`vP~X$94ZMrDPGK%Bhw7-9eB~T0GlRt{VKilBI!P^XkHt6K+e#Vai3TQUP9T z-UZxsWmM4op;!biXCy@QkQIck)rbPKU9C4nD?{5;s|Am0f+m=e7YYCJI+g0b1FN!` zc%Z%4=vCQiB@Bcct6DLH;0n$OLQ$Yc`Vqgd8Wm7d8B5(%5^HED58bXxO|2Tg4Wez) ziB5?xrApau97c=oO5z*~$!lW1`V>zMPOk!o4^#S1<|LRj;OgIA9HU4;otJ!=0!Z>;s@$JWBGl8~K`` zZ|`)=Wvn;JW#YawzLl0)e+X%2Hy@%h#4=8MN=7f%nKvNeyGfsjed(F3mTE%@Y;nA+ z;(gS{0FM;0%s{EW;dtjN+%y@Q=|&5io6GOBtDjgkQ=6C(N6vOfS#@D#u;vX`=2G+p zF+8AJAazpXs6{My40YSN$QZ%OG*&ZG!%mbf$dQQI5* z{)(`l2-SsO$X|AF>4%ahTsW85CuKe8yJn3RecAf{3#MvvA=Z`^c}`m-&(EzJ$wj~< z&t8ih5fBI~OT>~5&w3%G)02s{p{*gcg9m0VbOIWLBV1qoRah3g3)fWZNzY30f97CG z@I@^>@#wgv*xw=2FJs{rbLb6QR(uzJ8w;G|B2JZ^Jt_4hT6L{*{5aPAB14FF4(kx6 zdK2S8;Etm>i?$4rcyv|`)`Ry=$3IuYGr-}@+Z%ytsxNwq4F?GuH&~MGTCZO348K81 zL~6*oDa$cR{j>r&@fwn_4XBzFwdJ-ez2qQnv<>k(9_ePOEMxSL~u){py%+ZQY9Q zgUOE^wtT#CY}Ik~Q5@oE8^dPUTTivrm*I@z_-Gv9cGy32_wHzA&!!n|?<18|do{25UOG0vVVt1>4stME5E;LCc-wdLx$)W^mM_GC7bd74K z(iogKwAjPhjr{3;gu@QSceoe3+)eay>wS8_mgHj?ZCFyHQD)J{vd3pBIN~7Ah9|PK zi;NUhH`v|t$&uEV96PLwAQ)Jv!h(Y^#)rM3`KqVSpkYD;^7|?82pQt$cIR#~51+z@ z;^ivDQ(^n!RsQQwYeDs2r5CrKu-akbhJ{SCG$!!;8ofJLyB7aq#uxFBBe#ou@;09{^bhM1aR*q z&zgF1VKzQ_Wt!~621oLxiLNHAG+kvqYZd5T?_0vg2%uAtFO!|0t;ONo!CBZ)Z`5a| zX_Ii*8g@xV?-!mxoX)EZ8w68os?_*-x!U|cPrnuy_G3qwOtFvo!V2JSu7l*_dmYod zirVa$i-zsZb#wQgSzNTEPFJ)w;(cNcTW|#w;Tqw@n@c>WQ($=$2eh*9LGAmCQ z8zzOO!%mKC)c#Jwmd8-iQ^Tj;wTOL7HNv67A#mWPBL+ruW>8fDldZW8)aJFQjvM9>xfhOC0j~)a zRz>t?>QkA3qG6!KPz;-(aUFThp<9Hoo-J>vCb4BOB;5q)qu-S2I&4rvEK_;3yiHab zuLuOf9cyq}2<6>|xVwu_ekgsqXS%gRd(+&PR<$wk3p4T6T&u-T%-q1tLic9$^(Vc< z$0RDo!#iVk^$@=LdHP5_3KSC@y9zTuw_uzvO!M-`19)?zo4U$(=a+oO(RmexL9T?? z>|6K4K+>ZLcL&AUpO4rqaKLiqW0b9^6gd`8r+qlwi%?3}9mUV$pxd1~uF}$RQR5ht ztr*LjY&PVzO>lT)sI@ZcI%bsXwmhBG2^d@(G_~O(F%-bcY;K#E@^$n#H$&pLjRsIM zFn{^7NLU)d>?x+_-R)*9R`N`=xBaWV|EH6)fQo8++xRdbjKt6(At4=-5|Tp>jWDDl zr63@k%B2iokdly*QW`0d5D*ZMMnDj0DUoudLzI~B%=LN&^!i`xW7cMdwKzZa-tW6O zd++l;&wD}KX8cRFiJEksDx@=43S1@m`CPZVH{kx$sKC^~NQI4_kcCL1F+5nm*y5F< zO66|!wbE;-kBodFLj4eLmb<{baRG(02(j>Aa9LVK%r-y3ux3?d5b* zqML4~DJ7+ZR*f1bSzE`FZN)RDtHve7*Ced-BPQ|umm+fOBSPv_ubgL7;vn!*B?=d7 z)`G0gxmz_u&@Zn{;tWt(Sxz?WWAFp9ar*HL5yJc$IKDAa<4Ud@0FicaA684zo!*F&o zi!qba`=;`HOu8fttCbEPUn1DyM^~fsL1IH~3 zY~2kZ;7b9hpMX-@zd!u*4Ig-9Xb;HkJOuxKP{;uk(pmvp=wlBGf7b0_ueV@n*SG;( z?*}yUf3L?<1cb%Ux;oqa356zJ^_ZWH{a|frIkmOvdJ_B=%+l3}$IhkIC4{T5lXfCTsnZWvSIb?K zR}pC#4DC(&EhbU&E0&O*9`y6DnXlB3?TOQh1J0sTD3U-w$KVG@!o$!HVgdju$q1l2 zgdQ2gSr6~;1F#3?0o#tvg@3HJ%PS$`kd-|`zH4tei^Q^-sRr2^q5bUMWA>HB+GFr^ zn7XP}eSpr%B$OqWv`b3c7TWgaq{17%{yBD34xU+S@?cd{T3LVqsZ_cG4mI7oCL_=D zTt&h)cUQjn%P%$|5s~uQ@!ufqugMjRo|%o|88k{8<`Do*kRp6QS>TsVr7zIxB^%A-PtRV>r{NrRFDNLG$^DZj zbsRg)l_>6O;s$a5w|O_w77dRv{kzUOJi$ps_u~XPmfHry2}Bx1o1pk5?8x3*Dayh| zojtx@&t}1Q6F%Ja#WVLD?blix9d|s46vewQyjTc9t*ohmrnR}4*U#CiLA$mG$8ysOl=zjb{-GkNhL1u6!JBDNjN zL{X6=nTSp7V}V5K>8Ozq(qm~P>TqR!;GG5AAV5lh_UM)}K_DDsb!8aBH)Ux+8m?$X z*SdyTa~FC6$AhtI(B7q|XJY`{bCYF7Tt_;zdnY?W?7ane=p9HxaYpiT7YHuyzfYO|$X z#LI!bzd%KxWVJa^FFerJe`=Y#!7l_6Q4;!@sOa?PfCwWIb?;pD{6PBh2$rGs2d(0U zB^Cu%DuBX+h5Noq=Mpu+C;l9qPtx|~GsJF`wwWgfLN8q`40Z}fM6}ryQZjZWF3abG zWgf-JrTalymgi?8(MylumvNPFZMkR(6A908ChcnChTqmBZS_8HtH4X&fjipPx3EYg z#Mn{66Xrh;_N2T7S$dvftd!WtLP{fD_Y(<`cKM$td%1Khy=DB z3$2*s|0A?Qz+V#jJG8@=&b=TISo@#Q4(q}V+&~R$D`Orm_bRICRHR%r4p?znU5LyO z_ z|2$v&ar(<_YQSE=ivPq)Ta66ISVw;6W<3su6PCdakHaZ-f&-S( zNl3!GkU1<1BBc+Dq-)|jGyERUOKyCoi{I=lP}kF&0QOjx#6j>mxdo|RehHn`hJ5-fAna*eNLilI z%{`D;(dR`rVI@5-`d6l!Hqtqzm-N!l6gZwh1rX`^F~);E9vEw32{%QvtRhk?+-C@9@H)suD<+BW#OCgr&6{>xI)7q452^uu z5$-&Xi`gq=oFst~Mzm|{pn>o?6Y=&^=$n8bfn2FaEt4dV6AXaggJ7>w(`bFIy%$ z^C>2tbK&W~edpn*(`;R}nX37h-TjGBkDiq;7+1M8CHcAN6F4M6K!-ohL`uDU7>~&+ zu3ZecU!VoD7&dCIbzaQV(QA+qkZx-#LK6pYENf2%auFL6uiIUN*vZy-uCKp*iObUx0STp0m`dG+=*zBY24b$%gKQ0| zd^eOn-CCHrZ~73{HAE6mhF`##a1|lYnfEx4Im*|o@#F@FdlWC~sg`v1J1=H3CVT~x z3!ALVW9PPkfEw{B7F?=Dd>yl}(vF@PeN%^7!6?Dft_p-OW{{>1ky(vq0l^3pC57~m{N3w-h`hwF< zq}G!Yn&x#e`gc=Z;#kbjGBCvO$gR}6G!919DQG-rC|^Rq>I-wIHBGv#L_E)<3t4?8r5*D2`ZoLscZXuiZ0uGlMUUd1&%ktZGZN1)QTX zU-Qza;8N9y+ZD0DGH&;{T6f(rzEu)NP{j|6ENZzhdtYYNwr^Q2fs<7)dx;e*xQKE?Nppol*rzL9qw5tbhhm^1nQ4f%Ai0bWfyKoIHlfDTJ zvhj=vr7~3hKBST(t~>x>~|cXmsb<)pS&)Usj1{;d&GX7zoFanC6l|$ET^h0 zLnkgfvN4AEo);o%SiRLoroC+YEy}EyaJDYJg7dNVOzD_u()#pj>Nx+5cLKiM6Hh~B z^IFL%x?StNwy=;k0>(|F9)#3Qlsz@C=96j3x%IlK(o^Iy9b6GaWo6 zcO^UMjuY8X$Ba<&3pr~Hut*`_$T}xJv~CjPeP+DL=G?)SbukkITE0lEQBL~7tUJqR zzsvfv6V2ywIRd|EJ8HXi?>%5>R^)70EER?+X6H~O^Su*s60HsieWjKb(Cue?^}NHj zbvM7q2T$D_ESrgH@ls>AY*VPt<9{55S@FQty>B7p+gz?*Q5e}T%C?}oQ^#1CE)Q3s z=CUoO^AT?DZyJx)sqr6BdqA{1Rg(m^j<@L;8f3DV_n`5f4$WhziO9%gO_1J; zVQHq1ffKSZqs||a6rAKiZqIAWD!~$l>?+p%-c9hxIeosGw*!;{e2rq&zL^vGzU8nf zofDSHqi-VaRza_HiG3_T(XW%3?(cp<_he3gT}4X6YFAI8Rh^su8z+xfrK%;8~l6^%S$Y$i5DEFqtyaJ@!!DLLI>!_win>u||Coi+bAamMLgcMmANS2E@Sk zoJHu>NOkd>0VkJxTTsh-L_*Ory!MjrI?-RFXPc&Hp%-bkLbWG!C#En>rMI0M3d{vl zHVh>&L{l@1(e}zSq8PwO1qXZ@_rE*`>9DsW5U@A~l?P)#9d#f)@!f&&*s}OA@mKS# z!$c(D)^f~B3qWG6wElqn)$Zjml9vc{#QX)|Va;Fu!28wS<1jCr1Uu+MW*-0$YxeO6 z;IBplhk+LWt;#Xm0RV}$9ry$CSC#u=Bp2XHc3ATc@UWWqKk$Cl!ye{o1J$@c)v*8# ztB(Bx?N=$zVHyiF=&&#c!2L#)b2w*yElU25!{%Rk@KsLGZ%UK_>Tk-Ezf*ti_OOH> zU-+OOR5H*$45bK!`JYn^fc2Zr-r*kpdWP|Xh3(<+zpNuC8vh&n>#@S&c}!9I(M2rw z`ym6s{LKNw@nIj`h8OpSt>UHji$w4r682j$nUmxBi6vuVwCGEL7tN b_TNSCe{oL$3uO?96nKr`fk5th*q{CnNt5PI diff --git a/assets/aitbc-wallet-firefox-v1.0.2.xpi b/assets/aitbc-wallet-firefox-v1.0.2.xpi deleted file mode 100644 index 4b31939ac679f483e65ea0425405a2728cc95d08..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22965 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 diff --git a/assets/aitbc-wallet-firefox-v1.0.3.xpi b/assets/aitbc-wallet-firefox-v1.0.3.xpi deleted file mode 100644 index c4ff1bb1fbf6e1e30e6213e864cb58231ce44f2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22632 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�$Dh*-WqWi67tGwxMjE13L!BFB6@vl@OIdZ= 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 diff --git a/assets/aitbc-wallet-firefox-v1.0.5.xpi b/assets/aitbc-wallet-firefox-v1.0.5.xpi deleted file mode 100644 index d08590ff071f1dd22d0857ced8e964628d87a489..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22784 zcmZs>Q+TG~(zf}=wr$%sI<{@wwrwXJr(;_k+qP{xnO@&NGwV2JzK!SJc{Z!+tgEgn z1!)jaQ~&?~2@p2R)s9b#yA%Zj01A)*09XJnz|zjy#n8rv-onM!MpXq00CHiaWI3d& zWa;Vw0{{X&1pxs5=V{j1usdK!^xdg7P^D!DqFswx5vmvmZ{Q#ljHbnASm&Rg*D#Vz z29~67jP?`L|8V_Ef~OiwbY0^FqXw;)ak^$P4~y%4bNKLkyEus_<p4r$(oJ@IgCm5h43k8nf`j7w8kCQnP;EAX z`n;HmW*CGiUSEVbWrX(?o0(?p)wLn5D@>0)P2F#K-?Q`t5m}dyQj{9d5ga&r))dc~ z>Gy7!lP&PQ9o#PQTQ3gjFVG!)M7%apa=v=i!rA;f#4|T~Ad$V^e3AEX65ZYuA`kRw z_hca!7)xb!5@khOU&&v6{~+0>$+BT4b0?04YyhtKl$lE@xH8{!NfTx#-lHaUNglg+Fjk8^R1!NRG6#=yZ;^TBs-xvdBb3l@<{!pILXiSKB7T&H%l!0xLk;0cR%P(kje< zfotJG*yUv?szX(hARz{qeCkIeChcB?sHWL&jpUCk!v<8b@v1&Fvov)GO7W|`3u4Ks z870gX)c6Q{28%sU6M{R-)vCS()ypV%S<8Td>MyTJ5czE76ZW4qDhrBRhh^3xCcK)ts2fD! z@9-KW7`WeP*kUxecs%_GSEC;%H@#hfZXB>vswmfL`ni}}xhICZ`xlgq)-&icv9!N3 zxj|8TDn=&c_6;-;QP8Hx<^tkFS#3wyaeh%?kd@-IoUTbaELFycr1s3mjx4ni#7|5} z+MIlylP5HICplC+ZCbAZ(L{TV7Id%0-b~9N4#N(-0DhC-ncQr2TIKKIwOLlEuZxTyFF9m5`*hBw)>Qb3WFXP*GfLkEbUOX$_J38b#$2=B zl|Y4d;gq+5!Us8#TxE#(JpM>y#Anmn9ogC&STov>G%awM>t-a0*pf?3IzKOX z+b)ec!xQvRBEpd;@41zH*aa*(o6}$nno%ai76r30FfKx1nRh&**Qka`PVAVmv(l6E zF%l^#RCl=WEPc)?4&bcgj?$o_lp~Xfw2o;=ZAu!6eS!qZN|5<}Q=!5rgX6S3SQcx& z3Q$Thc8H@Ag@Ts9gZfl%OGt^)$&^_sn9NVoh=wh#h7ggarOZS_z$~x}p8$Q~(+Qq& zSkq8hGUTTKWj5Kks$7UXIsf%AtD5BV8g5L(oG&Y&GY-K70cm1Y<(6++*bINnq4c!D zWO4E9y5&}^>*X(!)G^<0_orvD{7Q3{*)r}!{&e@Appb# zxL;ZV)Vxc&jM{-h`x5*;Ncsqvpr-FqVuFT+t>(zi%cCr4cjIb>@A!Z;utCMC>?<$7 z!C!8%+#BQC-i_?q(JUCroO6JdhzIWX`bX(j99ffPzB1Ni(g)9;n7}lIq=pwAWAduW zliaVxt&%xy&v`?a>&qK)ve!hv*>-z59^YA3jnqQ;U%?Y21I?dbc;zKOy7EfQ16qqB zY$!x+m_@sAou)oxI>CV$r`GOvnGN-L2mqF^K?jbFu`jJjfq1z_fA&suZy_1h_s-7%p;HUiT&!soOw7p-Q2+@#4B% zK<|%G%~(d`NmVkDu)%cadv%dt}Xkgs;S#hgL$ME*N44<{J0R!B4J0e*0$4 zC8*{;{HM~(*$-JUj;4yl<(h)kH^we)c188=fwax3)f0#s6`5;v2g{^(w!Gdc7R`Xy z{Y~r-_`!3y!;6iVv}Lei{UI)TVGqG%g2&F`fNH$^MrGrCn#Ccb4K{(Q?t~7$ZeVtW zSQgzgtTCb{4QDY#0JUyDKza3uFu(%(dYc?ZMw2Jh8Q&9vl@SrceB%dT60KJG5HU?D z?M=wWSJK_f3ZkSgr3!tmfDz@~qBS<_>>uSD^Y?F=MNHnZj8m$-C%E(VZbC!@oW z@qjm&HKzQ#Vw}D7o3J%})b*_j@F@Q9_A(X-E9iZ2%ySSj zd#U@`CpW7+Za^YR?kt;j4W+rNeku(&PsNEOfSGV_-u9-mJdr?-?m)0#^zRo!JA&{0 z-3!_4<%k|=7kBvNMyixGBJNOBLk~NS;IdqcYTX4gzV;FW_VM8Zkg~2!a>hfoDFIlR zeh)U77@XZo8h>s%fzKFw_7QR#7$L)A_XBO{3s8fBXF-SU-UNj|e)F|RmDSUIu)Xze ztn}pPEC~W!eov{#me_r>)R@ydc$mmG;N#Y89UKb^@L+rwe7XkSxA>8V6DWYo&TT@{SWxY_I56&b}s)9?YI7S+PkXsIju7ycAwC+a1FYJNAbWy z^e14MSxACl#bFWA)>m(py}0dY4G>MHG*QxFmWo*!*0RcA zWPf1USmG9iLKHaGZUgP;W+6#!hkVE|Uu^e7^4tHd-a|ycN6Q5B79Hhtcy9v`Ra3tx zdHrQhrLx3sfN~gW7@R{XP1MR6(eMckl!q*Igu2%sv^XZ@sdfs^I+f8%B;?BX_0tLq zq(md6s4WdwW>!n#ISsuvS}S4{H7?v{ta70Efy8nBov+qn5&f{crlRZ97GNoj=d zwSHdJA=KC)n4ds>^4fXbrFfq*eeL7 z@oCo;bA?RsxarWW!65#p&|n*E*sU#dxfAiM1q^&N4SsL<3BJt*ykiYf*H1xQp z-TgA75u(ma3n}wI8`7;G-;h0=o{#(_BvVdS~OeZG`*d9zjZMMZ@YWupjqS;9p%43 z{+p2l|1y%YP?oXb--OrmZy1F6pJC9-)Y!%J{}mux*8i&jxzgDACqNMWX7nB9Q+Y9^ z0(#nS0j*EmAePxf`0om+U?h2XcFg5TO>iVnKikO?Uv*RzavMNc?EI34ch@~PE?p=y zGls-J{fop9$ySNlb*+=aHA`9!tdC)gS(AD_L2whyO^h8`0jfv51V?Y0y!vB{&}0Yr zo4G)-56&JXiJG*bS{sY9hUF=esjTQ3bsT396pW9ZG;pmM-*85HR~X={S&=bYCK?k^ zEEUJ#h_8xpv2G<~8r}UEPyIFe0@s!xwe?S*zSJ zws4m4a)f)64aK{lVFQMO6OZR#ooAdu<}>+Z^d3|?&Q6n3Og=iS^h?+yq3{s!uDG5j zMc+U%@M-IRRKp}o(H##_Y6~Oql~An@LFQN6yyIIyu&u;C94gO1o7LX=>xLY#kTK3! z=np$#J!D@zT0ka86Mu0_AXHvj%;F$Sm|VL|TEFUz`2BqxU?&*!W=*tCgWC2XaOR%= zEXUlE_B)Z{?BpTJ{(70={P~XWy@<$&B&$GE&2KO1^7jJ*r{ZXXGJ(@#z!~{9eU#3j_bun4gAL~XCS$G5`k zVz}H=8xgd;4uB!D|N4;ol%YP9xHmmF^ftwj2BXhm)nPWVLY__f%Gy-Sq6Klb2pYjz4h!E&CMH zTHlZ)ur;)^G&6PnPbads`=809%<_LN{7|JnxdBGl?i-py+_}>h zc%mj8hkgD?5MkA<4qfpql}H|Vi=Vh;m!|Alw{olA6Z4ND0hVD8nwW|{V@JSADx1&1 zy(b{XA`tldv&Glb^hVfP5I-?-Onr@6yVM3uk9%n^ptu3UyqB-7AZKZr$)!-K)UaPA zCM%j8G&1%XCWfLte_dbpq$$T-e-_lie>G; z&tVti1c9{6GdOLJ4pUH z%easwV)RhdTx)eCM}_w!#T|*9Fi}Eki99Y*9Gla6#EzbJ^Tlx4mv0$R`wh#fs8I0z z(@aiEMsc2^&leVz@DzR9t(TL{`o* zNWO*)w^N;e6EV@MfDd$N&G8xLzft8h%+;Qvc{$tv7tw6k|06FP>>XSk{_E@c82+yz ztyZ`F56i!|_4~>x699^|8?Nc)ae=HC;e{gFRefQ8#bi=OB8k9~ZzV(DA92OF(x_Lq z8eqK=y!U!}-q+K5-;Wm~AK?tYw+p3KY@Td9Ux_*O`9vJ(tP7dOscF&XS`{m!U&+r! zrEahsUyik+ed2or__C~}opnnrdL**8E&_}DJmowy3)du6AZreQS5mH&T_~u`)FljS zjKoOk!n{{Fy=hA6H-i^5R4~x5mXQK7}^5pdk4#752y4oa}S!I(j z(nVA=4TMWAv=wFJl6v#5Yv3qFy^xMo*kFT;z)19PGv<;;@~hRT#{ZHKhvQh$N{=5j z&uT65Bl8W&q!7biP9S-p6_}QYBu!_z+@DEohtGrbMTLf(8iUxu+-<&&{2(CeYnNEo z$Fq#`Mhs-r(zWP%Sohr&PcqI(jB=Q}KQn7Amp!=GSw?vFQ%1`jbYDd-gRkuCse>l)RN1o!+044 z!=IMnpep32#S0Lx1wY{oUm$(iyQDhP>QHv_&>$O?e{COh16!B3S`m(&hb@gI*A3gT zz^}f(f_@il`J=5Tw;5OmuEimI-V^5T2IiaOV$9l2@$rC-y7w0BL8`NM@Ouxb{p8`q zAPljCsJp1QGu7YKOJwYs#J|%zfJAit!2d5Y@SUOKpIzM1FSXTQ9a-AH^F8prc=Cx) z^!j6e@saf^miRh7PqiPLLvf$>dn;dyaOWCEj+5H5DlvD)V$U^AJ*nT~d)ThXnmf@! zeK!9HeS`m(62kx34}&R&Y|+>`%jBY+F|Ka}{t4JX+D9s5hzmd+dO&z=5YIc8E; zR*F&1HsZ~jj<_?!3p&X~xw$sxu!#wy8N}@X3vJh@otHggpakxQui2W7NV46%y)6u0 z?1C3lRrQD=)=JK-bktm3KQG5PzadXKPGa{QR9c#7kUP2>Dl#yE=z|7&&aA@1=?8)% zbTw;O^xn_sgT6kC5WRFxp;l=5ATDv!Kx$8I&BT2|ssk^mRpJ~{43679*Wq1e;ep+w zPL31Pz9H;gLP>`ZMr|~vtQE1zz$}M=YXrp4UF{sl6p$3+SF%kMc)t{HSFqNkne^k% zPl!`)c}X8SO)%!9DvkU$T4-V<5~*)xlwmSjT9$2q?2{>r);6;+$*^=32I=?&=E+>p z?X7ga;S7#XpZ)v2O`LEyj%z+F$9{Opk!|M#^MGgjs*{qTJ`Zdj85FT_A>|6OsZ(Vl zC!%*E%H7@2IWtsn2694*+69arXfS@speMS1FgdP)?~nN8S_3uJ4oV|P7YqxCq7QX# zAGdpfEs^_PF)8^P+!{jlzaI~>;&wY|81AZiO2Y01ZUydp%QY{FhXyEQS0g$5MnWNs zb}aa1)iEo{R;~+N4i{z|;G#EbzzYO- zl4rIp@!s0XYQpJjhGkU=R<>)!5XBOed_P~vUU5)GY;s(+ARL#h2VlvSDYLd1*AX{Y z6~odotDY{TgaraK4n`6*BX8|?kuR4lqld>-IA;SqwAr5x`m}g=r3ODASSOMd3K)q9 z5_6Cio9iH%H^AZ+W^bVanXy^4`NXxNDfMN%hntmBSXgr8fOI_RpkS3}If zdbSPyaDxFQ&dTOOLao_R237RXF_SKnVfUjoE6AFJ%}DmzZ;NzoDIk=%+PH*cb}>&h ztCZ7B#`bqgUY^p^3bqjNRd``F*gf(9sw9h21k_zdwMhX^*QyIrU!QfQIQ~DtPbQ!f z^g6EZw><-vD)TmpXx0*l#OA_b3yV?ll?`qeU&)F`By6l!L;RdeP=-P8b_)s@^o8`D zjakkKy(2ZCYTA_2yW16oM{t%m9(A%s5@ zUnW5hHj1z;a%l!$OpJ1WU~Zeuc(ZF`FrGlZ_){d!gYaWV&~t5h<8|~O2hAUxvVocC zpW8x$e1pum0@``dIKe%}LGLwOPoiVVL*S|88n89IuWuOcwr<&_J-CJ9M{*bXk;9bO zb;CHEQ~94UwT++^jZU@yn!(Ddx!z40dUK9U&_a;WPZXM<#qm)|Vy1n`3Bru<3$zl( z?!n^jVjoia0Xe^!1;5+zqyN|&So!fQdy4>Ec?ilsL=umb21TU?x zJHm|;PeO-lS3P$goV*gq=RL36#*5Je$|@+Ln*=BH8O#-#?@(L*Va#Z2q;8BA-w;2r zg(bT?DD(FZyX=|;eNWjPq{1?FdHML#%&fwtG!4>|e}u+>Dn`mZIwUn5Su9J|Y@H@m z5yAD+9sGu?Q;Kds2QfrzLkJ151Ii0j>r53(!*wNOg8(o{J;I^Aua7frjFy-{wY9+C z6?3X8mK9XPrDkqDJ>|<^ZPh1h$9)o97{(Rgy=GGjb09ha$Sd?=DUY3v+;wy7wm%21 z$*A_&=(ugI%zMlfd>j)lEOV4<1eh=2k5YxFO`BoXDMzo!`8Zil#1R}`fA@2(AD~Uy z4Ypc02qPlMa#%&`h?)mpSbCBj4S-sOctTSxaH~NjljC(+dn!QaVJ>XHOWV{L|QrRsnEo35ykG|Vc>-u zY&~n~W~4yP%4n^2f?End^_62JLC!uGv;ATM9!&5-1B)%!8HWf0kH=Ni{^e8YxQ)Vl z<9Z1wTxkF%W)MBTR$yk5qv5@ooo_#&yC;xS&t=-@z)=jA-DvZw4Vr-4;e-GprxCp- zZ*339$i3q9x)VN zniTMs3ZS}38FiB?%3r6QGvA};xCDB2m2wg3$-M*f&oIZwB@F(*4DGr(v#|RMLCr_1D zW(jKT76HBttjCnw^9=z~$=Dm}y4S{=$&N(=OZnq_ZZEYKO^C^j6-E%l!IT-kEu@N? zT|i9HEeNFBkL?Bg72h_&3QrqN%4qbe~ck@4;&Owmpj;rRlOy>a^+4s0CyByw)9+WuHc{ zTgU6I(|gWs^_5Icc1pz3NKsIIz?VqaP60qoQIPD)2jK>`hxcr1e;&<+sn3F?O@B#z zCQ1uAy`7lO6RWo6XL-G~(*J<{SH5~{NMpNK{sg-qz%Q zY>WRaOaGUJX|DQ|+eRDO_5+n&Zs?JWjC|?UFqbZ+6tgVP^r5I+2Q3jYDpE24CLpc( zLd0aPESuuY9Y~=V*V9YR+36n-Uk1Lu9PVP$ZtV4IPYDWbOUhai^sLHaO4l{K%BrfS zMAGO+YMbiKPKwDq5g%i37qy*hsn3wt=?j;F>G@1VD?j-Osjo`VG#0hjsdfal$#b=7 zsG&f{#ZRkA3uu^En^ovOwvRNQFR{86UFoV9$>b`k&n%X9mFF=m*V1S^ZBvRqUZZc9 zo*Gn|sSRiH*n_RUHtWYi)|;x=>Q$Fq23^y1=gq?#?LyR=UGjQ9MWYqhJeOKbj(Wjq zIk$~Yz5ebe9$=72B?i67BeBDX4tP@Sn#&HgwE*HatQqjhyO}*QH-x-HdrRiD()=71 zLr^#hyEe2~2n}kQDqd8wYH(P)%p~%=zU7PzHuDZZVOXs}B_c?Cq!jF{+=&iv3`q(x z3hDw#N4?jwdW^ddw$iz(wTj4uqgJ)oaLT&sKQ7C1{H{v)2Xm7vhq~9H5ez|YILvNW zQa52Y=o%DE{7ooTx92n^ER}dgMumH{G`*evw8hq~{f2Mo#T0!|b7RzB<)f=SpFicD znQ0I>X-cEhfjt*XN6zwh#eLLjW=2<8MH{ytpU@agcje78-cp+%#`I|_#TM?u58Xw7 zSGK=w6J}3(H(a1z8I8(4A{iDGg|UpKl+>cN_v;>w2Z%(j5}BHXpu7k-8-ZlQox2Ff z%iga=R>!2lex`l^5{0kw;lx3d4vN*<;oGGlX1ti|`}>IG4#PFKv2VQHeO=Lj)9k@r zGG>||)s1nS@$LWR+jzkFtb-{EiSM(xTbP{;*$n3SWpaq?-U)3%rAGR%;}DY|6hST| zSL*HA*v+zX8LtHdU&wJDs?PxSqcp#7-nY;eai6w?-vYg*si~J~X*|fLk#=`+84Yb& zoZuE{PhB~Cqszy2r8%0TiDihC; z^et=zp~D^dMJJ9&MZi%9_j8TMo9MCYWgBZqoa|F)+*^1uKOevI z@hXhh+d+JM*8_qli4MwE76)xD{}DR&D|yQWaWkEFzb)M`f1a1=ux1&aVVht=*;gi> z+qZgTPxRjVz?+H?szt&HFDv%WWMUui-uG{xHXC;%f?+Pzn@rnjx*dDHX_0ewd*p^$G0(k(^(fBg3SnJ)nDo z0*|EL%x?Ah0F$5ZyL&!(Gs6RiI^=}m;$b_~G41vJn6cmaj{R|AC02ZWv3cef{A1mW zXOw2il%2p}Mz~-Djft(;^ZQq(*nCmnWB7cgg9G+VISS-J)&4#%3F61yD^K8{_OEFf zpiyq>c<;OU$d{91tmBBTJ6#?gzbLWQ(wUpyg^bJzY=U51ExlCd#x}6ph&WM-+d8;A zd&$p*jic=BR!{Y*p@D=+F;|Nb6~6R~N8mz);gLJ@96khw^tX$!U=K=T3<7r#+88K_ zdN;?v{h5D|V+&rBUW0zF0|!I^ApnIb0-jAs%*I)>A({I{5wg>;mC++{#&JcvgNI*U zT~u#O!TP!x0`wz>F@_|AuVGS`O0zYJ8KQ=`h~D{ktauW8x2Ix=_J%O*I>s`DsecEQ ztsKM<-SrN$Ti4+dtuo5y-;-xzF@$*Fm{lS7DiTl4^t^I4EYR#DGtjK>JTd3chsHOa z!(EH4eg<};qAj#5eg=3a%`aoRqtT7SLx&J!@HFcr)aIpNJUfQazWci=(|8oZ#>j|cSd)0Ea3r{qf-=_=V z?(V(<2n2uxqtLc>LbwNo<@b?E1OS4)9o*g9-e$^Qu75jkcb>SZyS}U}?NrogdEYdP z$s)nyV*mhzAi!{qa0u|6-1`QA0Afx607MWNkj>NOZ+^5tZgsJLnqM6X98kHkMPylwc$c(^MJvXXxrrE*$yU!O zS?7YK;M%k$muDHlw=m}`PiF3D3tcWC7uD|f%?SZujvc6OCO)=@ph}MPa&ViJ6!v`D z88dB_Bm+{W_6=hRxSA)l_sCp!CO`*%k1KxM2xNR0;zKfSqk!szvh8kl!wHy7Wz4kd%x&th4f;ktoh{= zv<`pAOp+oxFuEWJLe7=EiawB-$3?X#GDPpj!FT~7g=&>=>FFdp$HI|GKp`1c6js~H zfJ58{qY@zwM+aFfw&Md>cSRMa_u{bdp}g`)pqF)4X<_z?A{#nfd{|#BwQ-g&&ET{w;7M{lS%3MI*2kXQyj{Eo=S9 zbZLWdV^%xNQ;PryP&f2OQE5L#cUhH-w}ngV|L~5W_G9$;({~<$zv`HHvh+}I$pH-8 zEaqC6iXZWgnmTRQ7Zdy4wY&mO$F)SxB0ip$<&AXTw7-`uYX7I&YvBhr9(2lb}$M@>@+Px4Iq~TS_7FGRBpG-kl6=s2xcf56#UZR-6Bfsqf ze((l(qvF4$R$FbrK2R1kpKAsoirGvR(M3J^+{vGd+Yh4^>&u@)H>fK-*;blGn6Ykc zLr|I~J2-JnL^Q@Y?MSm*UGH_j&bR`sOOt7sw93Oyr0iv&GgZa5Tz4}V)13p}Pa=&6Y%_E5FtBc_=QV)yprjQNOTB6&~PVr#mTz)=v-9B*X9K>Aa-VD!m;=RrB3aO31rDvE|DVJ$A*5P z`>7$upNV~^Fl6^Ue&{P4$1d!Prgt$&A9D+bhb);PKBLXt$U1Cy-EGRKTAFU#|ICF3 zER8mLs)s#Q+sPryT)$u?t5ws3N<#W?nRCJtJ7KrYM#iU{{Mp(=SlxB$0dJhhjyk3# zcw?Kp;$@rO9nV`7FVZm;&zX@zNW~RF2K=h1)tUUKCxB$iADIDgUGF!{|K|8IB<}zd^)3PIJfd_f~h9goN*-seh zaBGpKgd**rb{>hlE8q_3Bq3u@HH7PI2 z&$kuvh{&p#!3x#DUjTyby0GNhjjAlK4Z2M^IA4Z2*7BvEe{0B*coYf^h3;%u{-)bpwYVz|A;$L9 zn*lJa8_0fWf~mty+1KHn)TPg zJ&3}QPU{j}u+MR#IXrH$Q(df=kSwHM^zrJ$C*Z=Yl_s7@l#RupoeMrj9`UK+){L{j z@(+7s;g4^Tel;8b2C&=$0OvQaHhZVLR!6(<1VN42W~~pvJa!xK$&u2pNaU>$5K#BS z@@``?HLpSn1-NNhbj@~!q!8m13>QLqer(3xZ_A-LFZ<2vWZ<7#8IxVj30Y90>mAid zo4DOM{e%NA3HxXnXesVP+`}`( z8@K%fL}2&oWuU>HdsT+(N`3e_b2b2Trt*iVyY_!7)_y7aHs)9ekX`Vr<#hIKWzKrg z0Gl!?gv>4AARtCw)K>JU8BV?!{4IE-rwt@iCeQ3?3KZ01lAIdvvRmj9F(QzaKwZwH z4zpabNx+md5EiGF^A&4oIkhyo%kot(s9V2HVO*kZd2Lg;)Rx|T5Pi2eENb|zKRlEB z_P`SrUgnaf@>DvICM{C;A#XC0aV>`(tmA68rz1OkUkC*?fFoB^!ff_k4qvtQg@M`c z1)7zr&5D$?4)#7b}*;s6><5Nd8b=anu#B;g6l_{FiT~bH^+x z3=EL}#a{6O-=cQamb)9pc8^&MqhT@r+H}jQ=SAPYi6_;tf4!7 zlTBP5kL5x>WTdUi?CRZ+!AYmfygwc38>D|Wc*f^yX9q5M$RKjG9DLfQa$;AZ5Pt9M zeHr&iFe%-$Uy9DeEzyC`j<6 z-YIHoB|EGe7XTH79S%CMs$||7LvuH_;!$M(>FhJ z%Or}v@De4T$ss7ab(Kr7P&a%8Br{|`^?BN3jiz+03bYo!H$wsHQhKT*f?|enP zUe$&tJGro@H-2leZ%dGa7~?A$!vW^x;%ng}wLVQs8pm>!y6S1Bq(ALlo(tt4995-#>qIvez;(X5dtsEOLJ@N@g&? z+|gt@S4bFFDu$Yc`JE|nbCBXsti?Wv!2mv)h%nQo5l4@|VPQ*wA=R&iajo1exeMhs z+u~%GS_kpCy`aE}AtQT!j&d-0Loo?9&E{P^NVq?_{kuDOSV%Y;XHbvsu-bPHdeJ3{ zN%IH3SxVmu4aWPkN~1;QAxb7{g^y2_5`UUF4c)NLS`{H)`&}qm%OgEVoEuu!UfY{|1EZ5t$1v8DnNzSJ_GURJm=-5mUE5{0bXsU_Wsc-+^}+e419 zx~aUhQLYsiruub-V{8z)cNlO{Ggl_5AB3RdzyQG5iz)oH$@F*&?xMF`aD%ZpZObzEde?+i$G5d~50o zeheaBk_JHKJB#(Lb8rc;TWwt(cbil9dTJHjkQxunV6#kjanmnr^9y|io14F!RFJ>M ztT0?@d!-ICum2_v*wF zy#;BXsQuxi>~)d}M#$*wG``^w|0Yu&o4MUMn`n?_$o6PyW`dtwb- zc=2VP9jpcH=e>w1ae2B6Bppq8&n^_oJLpJ5wJaRc-jk)?g^65wEQGe8nNg@4QLO(x_q@O;j>lw@TJ zU4R%yCecTl;2V~YWj}Hk8TjY=dR*S#-Z%eULDNJ+tjGx2XDVk>&~iqW-a2pRZyA(Iz}!tTz~(9E<~z zu^kB#K~Fs{P~1XsG7{4o;VW2LWpiLILzlShl0InDpyVe6OW|x7;3na&5E$srZ{}&( zFvw3G7vM48sT0=4w1X34kPl*~pQEvdA|+^r#SHHw+ynQEWVmIU2B>QirZ1lGD|5a+ zc}a3H+CY}U2S*#0CCrC?mp>>tM7Q7Fk!o4%rw&o1dBj%Pa@cJoL5*3y(Nu z1zSOufq1tii(1<}DGwY4vnD4CGouiG>BA(@1S(;aFC(Q8UNZ`fQA9f7*Q^8M(MkJe z0{N`%R|?Nx?$CUr)Rb^sLZhGWY-bg{oB6nEiPBk+o^+tU8W{@uo|$RK>Jl1I`Z<%G zGR=N8IfDL>9*y7q9`#@Cji62O_tA{>PP+khj3Xs(TbRB3yKU=(ZO#2FQCGVe60Z0J zJS_zv#!v_nPEKn~cEoGG{=D~FccuOGU&T?5Us9--LAS4T5*ev=p79@7tCzl)G>zrF zeQP5tG+7!$5RQ!YShMNexUklr8H`QPdgWWrPy@0K&V*bjDoVC#eg;!&lD_j+XJvvK z(dh4?kn$?2_Ls0#EDyShW7ZWI`uv;v02t6GSSm(2DZdPrvCc@)M%sk-p1%jw(mTn? zsX})vYmk&4zFsmmQOSMYatIP#<~4n^p(H`(dL8?gVj{@#m^o$*hEu2luPX#84o$Lpq4m#S9{|n?2oLsyd2|@`M9d@NgKQVbLVi!Od?wK0bJIHKsklxu(}P;gM`&mj zwIRv2pm&a-nV?19vCD* z%PX4HkXE(9O^MCoSWHtMh3-~0hn3-&OAj$8kgs{<<*?8;HzrqWf;5obBtG3f-DV)y zS2kJ8`NdK%Rv(E>VyYlvCX(tgq!n|ljTe|>iMJa$!INoXbIk9kkDQ;8sZx4Gv=7B2 ziBVL=q2IgRpRzG)w2GHTz#YQ4G$#QhrNVVjJiTcf8RFO;G9&gF%D9hxmnezFX( z6CP5+(8uIvYf-awDi(>wmHDfd95)=X4y&jkzaACe7^gbcs347=JEwRvGr3PX zvL1?LX3f9tx=$2j)ZLe#v&0zUV*vY5*18z z5zlkAVdz)O6q71XJ-uSE-&f(CCsUXGzL%lBvWY&@A#HmY5bMf=espUjkkoS7(R3<; ziG+U+stWz{UAO1_v_xE|#*KFq`$8`990Tf!+OfMBiTvc3&!@K9P`Y?v?PEN%fd+!| zGv;p1wdpeR#x%q2yr^eiBMv$!z4QU4<>&|<`ltM8fWKNFcBYidV$IxG4NX}{6y8c3 zxe6Uv(yu%kTeL@h+t;XyNmVbz_^+7?yCr7#dlfX9n!(MK1e~qS0J(2sIGc!`AH~nX zb&W}O(nYf&w`#>sikbxu7RS67ej#V8e|9f+UMp^OMD&JeT#Cf17ndSOiRyTc%!qRh zr=228AZ7MvBkS6ossMdQp6_>Ph=J3`u>81o@+RKSvr~6SYt70a-}^WH^~T#gPm9M@ z-wvf@5tGV^mHh2~kWX4X`(v&e{F{=cfnU?g{G}6abNfNcd5cm3UQ6CN+*L(X(Atl-ruWEuOn2{HWz|tC(>c3;cvgvrB-IwSU*(oIq zglnrBafIM?ad91F=SV*a`mPYo`w0*7~18I8jNOewfOu~X=~GB$8DS&p#3vYRW*F*Wfz6MbIY zYa=sF-U-dO?%Z6#BxF~-8vEdYHQ+sHXps-Lqo%Rg2h{_Plxa=vJyx68+fkbX6d?NOwr?Z-?3?;CC;awK*p*93~q=;t* zO7#xKJ6GbS$YFiy(tFt+TO|qR)%t0o4GhlNv`Y zV7X(c+s-ZpB5No9xn(0#H6G|lZ>-g=lHc@}l-}Sqg%(Yq03e*7u(`Rg(*`wk*$c+9Y{;YFSS%0w#I#THuU;Kv-TR zmaKo$3n87FNURBM38@*_H*=vA)F2$@{_Ly7ve=owqFPIOQi}gO3rm78X6cDX$0Nn@ z29bUd3%8I%Z`i!-JOA5Q@HiK7vh4IxsXNiCbA|KUv6g`hA=){tU4-gYoEL#7j^Z@h zGDPCRSv6P>-ZvfpObyQfhbwP)7^bnV=rJ}NBy7xJQMPlfYON#u8YK~_KI^(H$0+sh zBHs)iYjXqw)Z3TzMs6qxuM(B*C5F_6(V`roh4&IU!=K80innO@gyYtNElMA2HsQSP zR%Tc>EGsA~lzHc5?}i-MF9Hz)p4YY>e{A+hfBq5+OV@4XY8Oi+Q>$V2U_7c)j|3GW z%3+xaPWX{NBe-NsuY_3+eO-Ky&fI`P1zEoB9<>oVH^iQ^zfUgyx67x37FkQ`V(?W! z^{ay7N5Y@nPp2kOJO#lm;8T~69^(I3Cuac_)zgMji6LLY`(^;BWb(VSYDvC2-nG zV#&)wtwx^7lZLU{+PUynyyu}^w)@+zwYNMUXmyI#_0sS!OeffysftC2eyMyd?y|V< z4Q;3uN#$lXFB@I#m}Z@!*aIG8@%8B6YU#orc9$Qcd`1J3WMNreb=uKiGsLT@mmT2L zs0Qj73Tb0FaTKk%ZIL@cDj#KZ!kWdJNWXe7(~4Y@T3U!4Z(=&yfv&w5j(uPrZk|_a zP+-$4v>;^*>UL2Srk9_Glaf3v?`UfNDw^0D7ujV(1PaWC2+` z<4oExpWYgxJn8Wl3NcvFw?3s6igLnI8amvmOD|p7-u5?E*(I9jnA$^dTcA6Pl_6+r zz!R(avpHB-ddCR<6Dawiz>rn2XQ_yi7W7CWkoMJPvIEf_F3yDLG4-twznRtN4K~pHs;hh3FdS;-!(~JI27_Q4qKZrHi&)@u~b7RqeW0jpjf>Y zAY0MfJ)bz8x|-RglrE^#Z)qO;Bnf|@&!8+bmPUh0+f?r|7u+WDIKhIJla|3noR=A$ z!ku3if~i)z6DUo&+;T}(Pi4P7t}{eEL!m&K=J<$NivW=wUf0)Kk_U|vSXc;`$R{#3 zwKbNsDT(S5mEV(#hG3OGk<%rH3baD{FLCp8P-zAAb9;7wO5=rL+m95!EMalvH)ov% zm{D#Qn7GVvV2^X&t2rJhvYe0!Bv>&Jvysi%dF<`2IPgXLtM@andR!>?UVd>MzqFiy zROyypbpP-+-Ux0>a%+3+XTpf5TG52=)Q!!IpZt6tDDTVUGOT#Y2_Du^ZM+$hl#T{S zriWKG7Q)BgKIo&A)RF^k%1t@fE(QUU!WrQmiXw;0!Zx&+=^7C_cAQ$Gu(hEFqTV@V z`O~h7>ruG%ZVj7>Np$2<{5p2m3acDuG>oliB_p_ulFJ*0b;{>_-1HgvJzp9c6NFM} zViq{;RKI7WY8rlc@E++e@`$x*`4+pJB;>}`!U_u*KrFHT{2%AcqTlH{tf4 zWnJ@<{*HbHzKw`QQ3M>rcPpZxH6p0_rqvB*xhvS-H}S%RI#qFYSKZ7zaS$z5aI|r9 z^V{&Y({n6;jDXfCxQdK#o0-PB0G9mm8uhMO_7I%u-1ozQckeTJo&Pfs(}^Jc8BvVC zu<|+KMijdyD~Lg5vpu*BT>mxaRbOOB}P%@})?eUR5fk%ip4VN--pYLaKlzvlk+i*x>G0WJ2I;Lc!|WaWY8$6-*)JE++Z)g*7#)SldtqfM<^sx zIxqeU4(kAkjNVJ5SqzslpW_sy+ zUrh|Ah1H1RCXy9H^T@S%yFDeNIelqZ8@QF7qQV0L{OR33cu>T#f?V+8J}2$t!@jJ! z3U(>G&uTw$Qs)dz!Fw9VcV)Y0A`DxgO|XLytAaIj^kJI(HNF1fd!8>>(4Qo{e{v7Q z#A61gx;OLA{wz`u%P$3-NrA$66COwJA-EC;qsW?{p1JjNDuPmV3t z=I2P~TNx`OOm9bfGcak8IW6rX_T_IC_V-NQct)BWgN!1o{FI4;0zYITDzSeGWT>XP zA^|Q9ibkLWme)r9WkeMmWJ&-|sJC(e05p9ic@X4Y+Sa%@Sk|1nd+&VDjsF!G1H`0E z^@N6onHJragE%+BA=IwdE7cyy){B>u#*QEuNWf$yl-5?k)Snf!eltsflmZOalG9dx zcvanZ=crktNjhUAPAciex(yf96o5_~0O+SNX;-mtgGS%#v8LL<$Op}7kz>o5AB?wN z8}EVrwaw864T3~e1aIP%Uf%SJ&=XMdDo`r&r>Tx$ocx&BEv#E%R&1_-R5LMhJT>Uw zqQL&ZlaKa6+_riN-<8Zd=hAraE#s0v$1q4lk7WrN-C)wTbP>8lW}H+Ol#p?IZ7CA5 zl?gTl$^os}sc@5Uud}6mRRM-Q(j@Bkx?wHDMbihI=^0z!z~iUutKszb(7ok|c5sz> z(%j3!^%Tt^Zf=`69!HrD(}q@#JE>m0=>7DXQ#8!;GGSHds{9mMA<_RwX!()+T$0(?G2t=AwMY1Y~l?GlF1olX4ZwedgeZWtJeP z_Sn+%7)fkYha@ZOB|BAU_C=%ZsK!;;6be`^xhopg~$Ed+3qi1khi& zwb5^cf(V4xb4!i{;<#8dH+j{_eoUS8xZ-t_c ze2HcgP&lcNE}Qk``5sBvP4EzjT`&qq`F9CCG3AUBU7& z>dH<#pH8rV&v3}~?r5-2&vy3QdYDqAjj@n$G_gJ+MbVG!-JmwNY|?dSPS~Tz&t@D~ znj4I6njp0W^TF=JJD<*7q%!2BSEDh}2m+AxTV9G3Yk3xbo?F(m;rFyy6>yt-7JG># zzCW#;@oR$V<0IVA<^d&n+&wW6y%FrNG7y?{C{{~N7#coaC^{la_xdu!Un#|IE)IkZ zpG4hXU%;4*wO;z?25n%CY4!8|B9n6xu@cPZq*8~)~Ua@FZbc$`qERwXQ07J zf_P%AV!DJo5Z?a6=Yr`H63a7s$WMBVl;V4*lv*~msWLB6}fnXMhZ$6 z%}GwpcOKKx3Z76Ix4Hx{$6iz1A6j>@u7oT5PS5Q7i*_X<*uzb=jiNz zv{UpTd)1d5@Yt)s)XUaaiwr?y$QV}d33MGMUcbFeyxvVye7S?j0zR)|(j24xB;7fV z(c~&EZ49T>PLp%{L{zhkaxHE37UK1oUpe3H*41SE-(q5!;Yld&De%jSa=t1_Q zVHb-*AN_|FA=vdipvclLt(B(|yVhgdiV@ht=7T+>x0+vkA^}r7YzZvN$q*OV4;g8< zsSLsOD24XOWBE97mMjpuH>jZNwR6O}WFiJwPj@d(;dBia2xb(XjZ>DhROnDtd9Ui( z39v6DZ#|ZxYdj*$x=Tqvish?z-uW7llAbkN9?Ec;oJ6|Beug)V1LO~hnowZXYU&{fL@A(3@J7+~oU5ln6$|AUKgJHXb|JY@~*@3`q`mH89gmRx>TrLN<4AJjd2rdsx3L+c>{RG|C5@% zn(NR>B5kKETiZtEHIQsxK4~iVTLDMGhM?friWz=GQ0qH4?2askc--H6X!tN5Bq_#= z%|5hFBfo*QJOeW41S@$xgh=-|-?5UJJ}u2NBY)gXSCSGXvvTt&N-fYdC(rYoekhU=*H^-BC4mkI2TU*!k0Nw4haV&+oux(zg z@>FVoqZ=Je*BgqFr|$fyFeZ8FGs|A~yK?IIRDZUij`Iq-mh8{hUy_xuAtd<5#D<3D zH(!tiC62}@pNz(iot}u$i{g2vzG}WkN%G_qzBOhD---%A^VO6%{j&eOWXz1y`xF^R zX@F~OQ&k}jroQ1j><<)ZN(;hY5Te&=XeWC8_~A%OM)mx z1seKg;J2sDua=VW z?hnXc&66%7p?H8Ftdx*El$FvSc)wcTT;vfDq8fd{2nPj38sYo__^YYLMIZ(#;Ae{s zBobw@@dxCujt&=*Gh~2&l-u8YTai4Jzr!DRziPiP@&L#e-<9A<8cGTN2imVvoQt$p zX23;Z4ifhpQO?Dj`E^tBHykSessk~&0KeIyjHLc%d-6Bx_t74T@b7_zYUSStG2j#= zauXTme`Ya|tltdwF4pkZIgEc;TSXN1+av>$`I`xb zpPT*TAopTb(UdMSdH)^q{;8_p@8*vKtc%z= :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); -} -.space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); -} -.space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); -} -.space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); -} - -/* Typography */ -.text-left { text-align: left; } -.text-center { text-align: center; } -.text-sm { font-size: 0.875rem; line-height: 1.25rem; } -.text-xl { font-size: 1.25rem; line-height: 1.75rem; } -.text-2xl { font-size: 1.5rem; line-height: 2rem; } -.font-bold { font-weight: 700; } -.font-semibold { font-weight: 600; } -.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; } - -/* Colors - Light Mode */ -.text-gray-500 { color: rgb(107 114 128); } -.text-gray-600 { color: rgb(75 85 99); } -.text-gray-700 { color: rgb(55 65 81); } -.text-gray-800 { color: rgb(31 41 55); } -.text-gray-900 { color: rgb(17 24 39); } -.text-orange-600 { color: rgb(251 146 60); } -.text-orange-800 { color: rgb(154 52 18); } -.text-blue-600 { color: rgb(37 99 235); } -.text-blue-800 { color: rgb(30 64 175); } -.text-green-500 { color: rgb(34 197 94); } -.text-green-600 { color: rgb(22 163 74); } -.text-purple-600 { color: rgb(147 51 234); } -.text-white { color: rgb(255 255 255); } - -/* Background Colors - Light Mode */ -.bg-white { background-color: rgb(255 255 255); } -.bg-gray-50 { background-color: rgb(249 250 251); } -.bg-gray-100 { background-color: rgb(243 244 246); } -.bg-gray-200 { background-color: rgb(229 231 235); } -.bg-orange-50 { background-color: rgb(255 251 235); } -.bg-orange-600 { background-color: rgb(251 146 60); } -.bg-orange-700 { background-color: rgb(194 65 12); } -.bg-blue-50 { background-color: rgb(239 246 255); } -.bg-blue-600 { background-color: rgb(37 99 235); } -.bg-blue-700 { background-color: rgb(29 78 216); } -.bg-green-600 { background-color: rgb(22 163 74); } -.bg-green-700 { background-color: rgb(21 128 61); } -.bg-purple-100 { background-color: rgb(243 232 255); } -.bg-purple-600 { background-color: rgb(147 51 234); } -.bg-black { background-color: rgb(0 0 0); } - -/* Borders */ -.border { border-width: 1px; } -.border-b { border-bottom-width: 1px; } -.rounded { border-radius: 0.25rem; } -.rounded-lg { border-radius: 0.5rem; } -.rounded-full { border-radius: 9999px; } - -/* Shadow */ -.shadow { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); } -.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); } - -/* Transitions */ -.transition { transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); } -.transition-colors { transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), background-color 150ms cubic-bezier(0.4, 0, 0.2, 1); } -.duration-300 { transition-duration: 300ms; } - -/* Hover Effects */ -.hover\:bg-gray-200:hover { background-color: rgb(229 231 235); } -.hover\:bg-gray-300:hover { background-color: rgb(209 213 219); } -.hover\:bg-orange-100:hover { background-color: rgb(255 237 213); } -.hover\:bg-orange-200:hover { background-color: rgb(254 215 170); } -.hover\:bg-orange-700:hover { background-color: rgb(194 65 12); } -.hover\:bg-blue-700:hover { background-color: rgb(29 78 216); } -.hover\:bg-green-700:hover { background-color: rgb(21 128 61); } -.hover\:bg-purple-100:hover { background-color: rgb(243 232 255); } -.hover\:text-orange-200:hover { color: rgb(254 215 170); } -.hover\:text-purple-200:hover { color: rgb(233 213 255); } - -/* Dark Mode */ -.dark .dark\:bg-gray-900 { background-color: rgb(17 24 39); } -.dark .dark\:bg-gray-800 { background-color: rgb(31 41 55); } -.dark .dark\:bg-gray-700 { background-color: rgb(55 65 81); } -.dark .dark\:border-gray-700 { border-color: rgb(55 65 81); } -.dark .dark\:border-gray-600 { border-color: rgb(75 85 99); } -.dark .dark\:text-white { color: rgb(255 255 255); } -.dark .dark\:text-gray-300 { color: rgb(209 213 219); } -.dark .dark\:text-gray-400 { color: rgb(156 163 175); } -.dark .dark\:text-green-400 { color: rgb(74 222 128); } -.dark .dark\:text-blue-400 { color: rgb(96 165 250); } -.dark .dark\:text-orange-200 { color: rgb(254 215 170); } -.dark .dark\:text-blue-200 { color: rgb(191 219 254); } -.dark .dark\:hover\:bg-gray-600:hover { background-color: rgb(75 85 99); } -.dark .dark\:hover\:bg-gray-700:hover { background-color: rgb(55 65 81); } - -/* Custom Components */ -.gradient-bg { - background: linear-gradient(135deg, #f97316 0%, #ea580c 100%); -} - -.card-hover { - transition: all 0.3s ease; -} -.card-hover:hover { - transform: translateY(-4px); - box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); -} - -.pulse-animation { - animation: pulse 2s infinite; -} -@keyframes pulse { - 0% { opacity: 1; } - 50% { opacity: 0.5; } - 100% { opacity: 1; } -} - -/* Form Elements */ -input, button, select, textarea { - font-family: inherit; - font-size: 100%; - line-height: inherit; - color: inherit; - margin: 0; - padding: 0; -} - -button { - cursor: pointer; -} - -input[type="number"] { - -moz-appearance: textfield; - appearance: textfield; -} -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - -webkit-appearance: none; - appearance: none; - margin: 0; -} diff --git a/assets/css/site-header.css b/assets/css/site-header.css deleted file mode 100644 index acdc6d63..00000000 --- a/assets/css/site-header.css +++ /dev/null @@ -1,217 +0,0 @@ -:root { - --global-header-bg: rgba(255, 255, 255, 0.95); - --global-header-border: rgba(15, 23, 42, 0.08); - --global-header-text: #111827; - --global-header-muted: #6b7280; - --global-header-pill: rgba(37, 99, 235, 0.07); - --global-header-pill-hover: rgba(37, 99, 235, 0.15); - --global-header-accent: #2563eb; - --global-header-cta-text: #fff; -} - -[data-theme='dark'], -body.dark { - --global-header-bg: rgba(15, 23, 42, 0.92); - --global-header-border: rgba(148, 163, 184, 0.2); - --global-header-text: #f3f4f6; - --global-header-muted: #94a3b8; - --global-header-pill: rgba(59, 130, 246, 0.15); - --global-header-pill-hover: rgba(59, 130, 246, 0.25); - --global-header-accent: #60a5fa; - --global-header-cta-text: #0f172a; -} - -body.light { - --global-header-bg: rgba(255, 255, 255, 0.97); - --global-header-border: rgba(15, 23, 42, 0.08); - --global-header-text: #111827; - --global-header-muted: #6b7280; - --global-header-pill: rgba(37, 99, 235, 0.07); - --global-header-pill-hover: rgba(37, 99, 235, 0.15); - --global-header-accent: #2563eb; - --global-header-cta-text: #fff; -} - -.global-header { - position: sticky; - top: 0; - width: 100%; - background: var(--global-header-bg); - border-bottom: 1px solid var(--global-header-border); - backdrop-filter: blur(12px); - z-index: 50; -} - -.global-header__inner { - max-width: 1200px; - margin: 0 auto; - padding: 0.85rem 1.25rem; - display: flex; - align-items: center; - gap: 1.25rem; - flex-wrap: wrap; - justify-content: space-between; -} - -.global-brand { - display: flex; - align-items: center; - gap: 0.85rem; - text-decoration: none; -} - -.global-brand__icon { - width: 44px; - height: 44px; - border-radius: 12px; - background: linear-gradient(135deg, #2563eb, #7c3aed); - display: flex; - align-items: center; - justify-content: center; - color: #fff; - font-size: 1.2rem; - box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3); -} - -.global-brand__text { - display: flex; - flex-direction: column; - color: var(--global-header-text); - font-weight: 600; - line-height: 1.2; -} - -.global-brand__text small { - font-weight: 400; - font-size: 0.8rem; - color: var(--global-header-muted); -} - -.global-nav { - display: flex; - align-items: center; - gap: 0.75rem; - flex-wrap: wrap; -} - -.global-nav__link { - text-decoration: none; - color: var(--global-header-text); - font-size: 0.92rem; - font-weight: 500; - padding: 0.35rem 0.9rem; - border-radius: 999px; - background: transparent; - transition: all 0.2s ease; -} - -.global-nav__link:hover, -.global-nav__link:focus-visible, -.global-nav__link.active { - background: var(--global-header-pill); - color: var(--global-header-accent); -} - -.global-nav__cta { - text-decoration: none; - background: linear-gradient(135deg, #2563eb, #7c3aed); - color: var(--global-header-cta-text); - font-weight: 600; - padding: 0.45rem 1.4rem; - border-radius: 999px; - box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25); - transition: transform 0.2s ease, box-shadow 0.2s ease; -} - -.global-nav__cta:hover { - transform: translateY(-1px); - box-shadow: 0 15px 30px rgba(37, 99, 235, 0.3); -} - -.global-header__actions { - display: flex; - align-items: center; - gap: 0.75rem; - flex-wrap: wrap; -} - -.global-dark-toggle { - border: 1px solid var(--global-header-border); - background: transparent; - color: var(--global-header-text); - padding: 0.35rem 0.9rem; - border-radius: 999px; - font-size: 0.9rem; - display: inline-flex; - align-items: center; - gap: 0.35rem; - cursor: pointer; - transition: all 0.2s ease; -} - -.global-dark-toggle:hover { - border-color: var(--global-header-accent); - color: var(--global-header-accent); -} - -.global-subnav { - max-width: 1200px; - margin: 0 auto; - padding: 0 1.25rem 0.75rem; - display: flex; - flex-wrap: wrap; - gap: 0.5rem; -} - -.global-subnav button, -.global-subnav a { - border: 1px solid var(--global-header-border); - background: var(--global-header-pill); - color: var(--global-header-text); - padding: 0.4rem 0.95rem; - border-radius: 999px; - font-weight: 500; - cursor: pointer; - text-decoration: none; - transition: all 0.2s ease; -} - -.global-subnav button:hover, -.global-subnav a:hover, -.global-subnav button.active, -.global-subnav a.active { - background: var(--global-header-pill-hover); - color: var(--global-header-accent); -} - -@media (max-width: 960px) { - .global-header__inner { - flex-direction: column; - align-items: flex-start; - } - - .global-header__actions { - width: 100%; - justify-content: flex-start; - } - - .global-nav { - width: 100%; - } -} - -@media (max-width: 640px) { - .global-brand__text span { - font-size: 1rem; - } - - .global-nav__cta { - width: 100%; - text-align: center; - } - - .global-header__actions { - flex-direction: column; - align-items: stretch; - } -} diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css deleted file mode 100644 index e07fe860..00000000 --- a/assets/css/tailwind.css +++ /dev/null @@ -1,784 +0,0 @@ -/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com */ -*, -::before, -::after { - box-sizing: border-box; - border-width: 0; - border-style: solid; - border-color: #e5e7eb; -} -::before, -::after { - --tw-content: ''; -} -html { - line-height: 1.5; - -webkit-text-size-adjust: 100%; - -moz-tab-size: 4; - tab-size: 4; - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-feature-settings: normal; - font-variation-settings: normal; -} -body { - margin: 0; - line-height: inherit; -} -hr { - height: 0; - color: inherit; - border-top-width: 1px; -} -abbr:where([title]) { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: inherit; - font-weight: inherit; -} -a { - color: inherit; - text-decoration: inherit; -} -b, -strong { - font-weight: bolder; -} -code, -kbd, -samp, -pre { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - font-size: 1em; -} -small { - font-size: 80%; -} -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} -sub { - bottom: -0.25em; -} -sup { - top: -0.5em; -} -table { - text-indent: 0; - border-color: inherit; - border-collapse: collapse; -} -button, -input, -optgroup, -select, -textarea { - font-family: inherit; - font-feature-settings: inherit; - font-variation-settings: inherit; - font-size: 100%; - font-weight: inherit; - line-height: inherit; - color: inherit; - margin: 0; - padding: 0; -} -button, -select { - text-transform: none; -} -button, -[type='button'], -[type='reset'], -[type='submit'] { - -webkit-appearance: button; - appearance: button; - background-color: transparent; - background-image: none; -} -:-moz-focusring { - outline: auto; -} -:-moz-ui-invalid { - box-shadow: none; -} -progress { - vertical-align: baseline; -} -::-webkit-inner-spin-button, -::-webkit-outer-spin-button { - height: auto; -} -[type='search'] { - -webkit-appearance: textfield; - appearance: textfield; - outline-offset: -2px; -} -::-webkit-search-decoration { - -webkit-appearance: none; -} -::-webkit-file-upload-button { - -webkit-appearance: button; - font: inherit; -} -summary { - display: list-item; -} -blockquote, -dl, -dd, -h1, -h2, -h3, -h4, -h5, -h6, -hr, -figure, -p, -pre { - margin: 0; -} -fieldset { - margin: 0; - padding: 0; -} -legend { - padding: 0; -} -ol, -ul, -menu { - list-style: none; - margin: 0; - padding: 0; -} -dialog { - padding: 0; -} -textarea { - resize: vertical; -} -input::placeholder, -textarea::placeholder { - opacity: 1; - color: #9ca3af; -} -button, -[role="button"] { - cursor: pointer; -} -:disabled { - cursor: default; -} -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; -} -img, -video { - max-width: 100%; - height: auto; -} -[hidden] { - display: none; -} -*, ::before, ::after { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; -} -::backdrop { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; -} -.container { - width: 100%; -} -@media (min-width: 640px) { - .container { - max-width: 640px; - } -} -@media (min-width: 768px) { - .container { - max-width: 768px; - } -} -@media (min-width: 1024px) { - .container { - max-width: 1024px; - } -} -@media (min-width: 1280px) { - .container { - max-width: 1280px; - } -} -@media (min-width: 1536px) { - .container { - max-width: 1536px; - } -} -.mx-auto { - margin-left: auto; - margin-right: auto; -} -.flex { - display: flex; -} -.grid { - display: grid; -} -.hidden { - display: none; -} -.h-4 { - height: 1rem; -} -.h-5 { - height: 1.25rem; -} -.h-6 { - height: 1.5rem; -} -.h-8 { - height: 2rem; -} -.w-4 { - width: 1rem; -} -.w-5 { - width: 1.25rem; -} -.w-6 { - width: 1.5rem; -} -.w-8 { - width: 2rem; -} -.w-full { - width: 100%; -} -.max-w-md { - max-width: 28rem; -} -.transform { - transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); -} -.cursor-pointer { - cursor: pointer; -} -.grid-cols-1 { - grid-template-columns: repeat(1, minmax(0, 1fr)); -} -.grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); -} -.grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); -} -.grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); -} -.flex-col { - flex-direction: column; -} -.items-center { - align-items: center; -} -.items-start { - align-items: flex-start; -} -.justify-center { - justify-content: center; -} -.justify-between { - justify-content: space-between; -} -.gap-2 { - gap: 0.5rem; -} -.gap-3 { - gap: 0.75rem; -} -.gap-4 { - gap: 1rem; -} -.gap-6 { - gap: 1.5rem; -} -.gap-8 { - gap: 2rem; -} -.space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.75rem * var(--tw-space-x-reverse)); - margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); -} -.space-x-6 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.5rem * var(--tw-space-x-reverse)); - margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); -} -.space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); -} -.space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); -} -.rounded { - border-radius: 0.25rem; -} -.rounded-lg { - border-radius: 0.5rem; -} -.rounded-full { - border-radius: 9999px; -} -.border { - border-width: 1px; -} -.border-b { - border-bottom-width: 1px; -} -.bg-white { - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); -} -.bg-gray-50 { - --tw-bg-opacity: 1; - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); -} -.bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgb(243 244 246 / var(--tw-bg-opacity)); -} -.bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); -} -.bg-orange-50 { - --tw-bg-opacity: 1; - background-color: rgb(255 251 235 / var(--tw-bg-opacity)); -} -.bg-orange-600 { - --tw-bg-opacity: 1; - background-color: rgb(251 146 60 / var(--tw-bg-opacity)); -} -.bg-orange-700 { - --tw-bg-opacity: 1; - background-color: rgb(194 65 12 / var(--tw-bg-opacity)); -} -.bg-blue-50 { - --tw-bg-opacity: 1; - background-color: rgb(239 246 255 / var(--tw-bg-opacity)); -} -.bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgb(37 99 235 / var(--tw-bg-opacity)); -} -.bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgb(29 78 216 / var(--tw-bg-opacity)); -} -.bg-green-600 { - --tw-bg-opacity: 1; - background-color: rgb(22 163 74 / var(--tw-bg-opacity)); -} -.bg-green-700 { - --tw-bg-opacity: 1; - background-color: rgb(21 128 61 / var(--tw-bg-opacity)); -} -.bg-purple-100 { - --tw-bg-opacity: 1; - background-color: rgb(243 232 255 / var(--tw-bg-opacity)); -} -.bg-purple-600 { - --tw-bg-opacity: 1; - background-color: rgb(147 51 234 / var(--tw-bg-opacity)); -} -.bg-black { - --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity)); -} -.bg-opacity-50 { - --tw-bg-opacity: 0.5; -} -.p-2 { - padding: 0.5rem; -} -.p-3 { - padding: 0.75rem; -} -.p-4 { - padding: 1rem; -} -.p-6 { - padding: 1.5rem; -} -.px-4 { - padding-left: 1rem; - padding-right: 1rem; -} -.px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; -} -.py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} -.py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; -} -.py-4 { - padding-top: 1rem; - padding-bottom: 1rem; -} -.py-6 { - padding-top: 1.5rem; - padding-bottom: 1.5rem; -} -.py-8 { - padding-top: 2rem; - padding-bottom: 2rem; -} -.pr-12 { - padding-right: 3rem; -} -.pr-16 { - padding-right: 4rem; -} -.text-left { - text-align: left; -} -.text-center { - text-align: center; -} -.text-sm { - font-size: 0.875rem; - line-height: 1.25rem; -} -.text-xl { - font-size: 1.25rem; - line-height: 1.75rem; -} -.text-2xl { - font-size: 1.5rem; - line-height: 2rem; -} -.font-bold { - font-weight: 700; -} -.font-semibold { - font-weight: 600; -} -.font-mono { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} -.text-gray-500 { - --tw-text-opacity: 1; - color: rgb(107 114 128 / var(--tw-text-opacity)); -} -.text-gray-600 { - --tw-text-opacity: 1; - color: rgb(75 85 99 / var(--tw-text-opacity)); -} -.text-gray-700 { - --tw-text-opacity: 1; - color: rgb(55 65 81 / var(--tw-text-opacity)); -} -.text-gray-800 { - --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); -} -.text-gray-900 { - --tw-text-opacity: 1; - color: rgb(17 24 39 / var(--tw-text-opacity)); -} -.text-orange-600 { - --tw-text-opacity: 1; - color: rgb(251 146 60 / var(--tw-text-opacity)); -} -.text-orange-800 { - --tw-text-opacity: 1; - color: rgb(154 52 18 / var(--tw-text-opacity)); -} -.text-blue-600 { - --tw-text-opacity: 1; - color: rgb(37 99 235 / var(--tw-text-opacity)); -} -.text-blue-800 { - --tw-text-opacity: 1; - color: rgb(30 64 175 / var(--tw-text-opacity)); -} -.text-green-500 { - --tw-text-opacity: 1; - color: rgb(34 197 94 / var(--tw-text-opacity)); -} -.text-green-600 { - --tw-text-opacity: 1; - color: rgb(22 163 74 / var(--tw-text-opacity)); -} -.text-purple-600 { - --tw-text-opacity: 1; - color: rgb(147 51 234 / var(--tw-text-opacity)); -} -.text-white { - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} -.shadow { - --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.shadow-lg { - --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.transition { - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} -.transition-colors { - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} -.duration-300 { - transition-duration: 300ms; -} -.hover\:bg-gray-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); -} -.hover\:bg-gray-300:hover { - --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); -} -.hover\:bg-orange-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(255 237 213 / var(--tw-bg-opacity)); -} -.hover\:bg-orange-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(254 215 170 / var(--tw-bg-opacity)); -} -.hover\:bg-orange-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(194 65 12 / var(--tw-bg-opacity)); -} -.hover\:bg-blue-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(29 78 216 / var(--tw-bg-opacity)); -} -.hover\:bg-green-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(21 128 61 / var(--tw-bg-opacity)); -} -.hover\:bg-purple-100:hover { - --tw-bg-opacity: 1; - background-color: rgb(243 232 255 / var(--tw-bg-opacity)); -} -.hover\:text-orange-200:hover { - --tw-text-opacity: 1; - color: rgb(254 215 170 / var(--tw-text-opacity)); -} -.hover\:text-purple-200:hover { - --tw-text-opacity: 1; - color: rgb(233 213 255 / var(--tw-text-opacity)); -} -.focus\:outline-none:focus { - outline: 2px solid transparent; - outline-offset: 2px; -} -@media (min-width: 640px) { - .sm\:text-sm { - font-size: 0.875rem; - line-height: 1.25rem; - } -} -@media (min-width: 768px) { - .md\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - .md\:grid-cols-4 { - grid-template-columns: repeat(4, minmax(0, 1fr)); - } -} -@media (min-width: 1024px) { - .lg\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - .lg\:grid-cols-3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } -} -.dark .dark\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); -} -.dark .dark\:bg-gray-800 { - --tw-bg-opacity: 1; - background-color: rgb(31 41 55 / var(--tw-bg-opacity)); -} -.dark .dark\:bg-gray-700 { - --tw-bg-opacity: 1; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)); -} -.dark .dark\:border-gray-700 { - --tw-border-opacity: 1; - border-color: rgb(55 65 81 / var(--tw-border-opacity)); -} -.dark .dark\:border-gray-600 { - --tw-border-opacity: 1; - border-color: rgb(75 85 99 / var(--tw-border-opacity)); -} -.dark .dark\:text-white { - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} -.dark .dark\:text-gray-300 { - --tw-text-opacity: 1; - color: rgb(209 213 219 / var(--tw-text-opacity)); -} -.dark .dark\:text-gray-400 { - --tw-text-opacity: 1; - color: rgb(156 163 175 / var(--tw-text-opacity)); -} -.dark .dark\:text-green-400 { - --tw-text-opacity: 1; - color: rgb(74 222 128 / var(--tw-text-opacity)); -} -.dark .dark\:text-blue-400 { - --tw-text-opacity: 1; - color: rgb(96 165 250 / var(--tw-text-opacity)); -} -.dark .dark\:text-orange-200 { - --tw-text-opacity: 1; - color: rgb(254 215 170 / var(--tw-text-opacity)); -} -.dark .dark\:text-blue-200 { - --tw-text-opacity: 1; - color: rgb(191 219 254 / var(--tw-text-opacity)); -} -.dark .dark\:hover\:bg-gray-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(75 85 99 / var(--tw-bg-opacity)); -} -.dark .dark\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)); -} diff --git a/assets/js/axios.min.js b/assets/js/axios.min.js deleted file mode 100644 index 0c8fa51a..00000000 --- a/assets/js/axios.min.js +++ /dev/null @@ -1,2 +0,0 @@ -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).axios=t()}(this,(function(){"use strict";function e(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function t(t){for(var n=1;ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n2&&void 0!==arguments[2]?arguments[2]:{},a=i.allOwnKeys,s=void 0!==a&&a;if(null!=e)if("object"!==n(e)&&(e=[e]),O(e))for(r=0,o=e.length;r0;)if(t===(n=r[o]).toLowerCase())return n;return null}var D="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,B=function(e){return!E(e)&&e!==D};var L,I=(L="undefined"!=typeof Uint8Array&&v(Uint8Array),function(e){return L&&e instanceof L}),q=g("HTMLFormElement"),z=function(e){var t=Object.prototype.hasOwnProperty;return function(e,n){return t.call(e,n)}}(),M=g("RegExp"),H=function(e,t){var n=Object.getOwnPropertyDescriptors(e),r={};F(n,(function(n,o){var i;!1!==(i=t(n,o,e))&&(r[o]=i||n)})),Object.defineProperties(e,r)},J="abcdefghijklmnopqrstuvwxyz",W="0123456789",K={DIGIT:W,ALPHA:J,ALPHA_DIGIT:J+J.toUpperCase()+W};var V=g("AsyncFunction"),G={isArray:O,isArrayBuffer:S,isBuffer:function(e){return null!==e&&!E(e)&&null!==e.constructor&&!E(e.constructor)&&A(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:function(e){var t;return e&&("function"==typeof FormData&&e instanceof FormData||A(e.append)&&("formdata"===(t=b(e))||"object"===t&&A(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&S(e.buffer)},isString:R,isNumber:j,isBoolean:function(e){return!0===e||!1===e},isObject:T,isPlainObject:P,isUndefined:E,isDate:N,isFile:x,isBlob:C,isRegExp:M,isFunction:A,isStream:function(e){return T(e)&&A(e.pipe)},isURLSearchParams:_,isTypedArray:I,isFileList:k,forEach:F,merge:function e(){for(var t=B(this)&&this||{},n=t.caseless,r={},o=function(t,o){var i=n&&U(r,o)||o;P(r[i])&&P(t)?r[i]=e(r[i],t):P(t)?r[i]=e({},t):O(t)?r[i]=t.slice():r[i]=t},i=0,a=arguments.length;i3&&void 0!==arguments[3]?arguments[3]:{},o=r.allOwnKeys;return F(t,(function(t,r){n&&A(t)?e[r]=h(t,n):e[r]=t}),{allOwnKeys:o}),e},trim:function(e){return e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,n,r){e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:function(e,t,n,r){var o,i,a,s={};if(t=t||{},null==e)return t;do{for(i=(o=Object.getOwnPropertyNames(e)).length;i-- >0;)a=o[i],r&&!r(a,e,t)||s[a]||(t[a]=e[a],s[a]=!0);e=!1!==n&&v(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:b,kindOfTest:g,endsWith:function(e,t,n){e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;var r=e.indexOf(t,n);return-1!==r&&r===n},toArray:function(e){if(!e)return null;if(O(e))return e;var t=e.length;if(!j(t))return null;for(var n=new Array(t);t-- >0;)n[t]=e[t];return n},forEachEntry:function(e,t){for(var n,r=(e&&e[Symbol.iterator]).call(e);(n=r.next())&&!n.done;){var o=n.value;t.call(e,o[0],o[1])}},matchAll:function(e,t){for(var n,r=[];null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:q,hasOwnProperty:z,hasOwnProp:z,reduceDescriptors:H,freezeMethods:function(e){H(e,(function(t,n){if(A(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;var r=e[n];A(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=function(){throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:function(e,t){var n={},r=function(e){e.forEach((function(e){n[e]=!0}))};return O(e)?r(e):r(String(e).split(t)),n},toCamelCase:function(e){return e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n}))},noop:function(){},toFiniteNumber:function(e,t){return e=+e,Number.isFinite(e)?e:t},findKey:U,global:D,isContextDefined:B,ALPHABET:K,generateString:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:16,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:K.ALPHA_DIGIT,n="",r=t.length;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&A(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:function(e){var t=new Array(10);return function e(n,r){if(T(n)){if(t.indexOf(n)>=0)return;if(!("toJSON"in n)){t[r]=n;var o=O(n)?[]:{};return F(n,(function(t,n){var i=e(t,r+1);!E(i)&&(o[n]=i)})),t[r]=void 0,o}}return n}(e,0)},isAsyncFn:V,isThenable:function(e){return e&&(T(e)||A(e))&&A(e.then)&&A(e.catch)}};function X(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}G.inherits(X,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:G.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var $=X.prototype,Q={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((function(e){Q[e]={value:e}})),Object.defineProperties(X,Q),Object.defineProperty($,"isAxiosError",{value:!0}),X.from=function(e,t,n,r,o,i){var a=Object.create($);return G.toFlatObject(e,a,(function(e){return e!==Error.prototype}),(function(e){return"isAxiosError"!==e})),X.call(a,e.message,t,n,r,o),a.cause=e,a.name=e.name,i&&Object.assign(a,i),a};function Z(e){return G.isPlainObject(e)||G.isArray(e)}function Y(e){return G.endsWith(e,"[]")?e.slice(0,-2):e}function ee(e,t,n){return e?e.concat(t).map((function(e,t){return e=Y(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}var te=G.toFlatObject(G,{},null,(function(e){return/^is[A-Z]/.test(e)}));function ne(e,t,r){if(!G.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;var o=(r=G.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!G.isUndefined(t[e])}))).metaTokens,i=r.visitor||f,a=r.dots,s=r.indexes,u=(r.Blob||"undefined"!=typeof Blob&&Blob)&&G.isSpecCompliantForm(t);if(!G.isFunction(i))throw new TypeError("visitor must be a function");function c(e){if(null===e)return"";if(G.isDate(e))return e.toISOString();if(!u&&G.isBlob(e))throw new X("Blob is not supported. Use a Buffer instead.");return G.isArrayBuffer(e)||G.isTypedArray(e)?u&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function f(e,r,i){var u=e;if(e&&!i&&"object"===n(e))if(G.endsWith(r,"{}"))r=o?r:r.slice(0,-2),e=JSON.stringify(e);else if(G.isArray(e)&&function(e){return G.isArray(e)&&!e.some(Z)}(e)||(G.isFileList(e)||G.endsWith(r,"[]"))&&(u=G.toArray(e)))return r=Y(r),u.forEach((function(e,n){!G.isUndefined(e)&&null!==e&&t.append(!0===s?ee([r],n,a):null===s?r:r+"[]",c(e))})),!1;return!!Z(e)||(t.append(ee(i,r,a),c(e)),!1)}var l=[],d=Object.assign(te,{defaultVisitor:f,convertValue:c,isVisitable:Z});if(!G.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!G.isUndefined(n)){if(-1!==l.indexOf(n))throw Error("Circular reference detected in "+r.join("."));l.push(n),G.forEach(n,(function(n,o){!0===(!(G.isUndefined(n)||null===n)&&i.call(t,n,G.isString(o)?o.trim():o,r,d))&&e(n,r?r.concat(o):[o])})),l.pop()}}(e),t}function re(e){var t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function oe(e,t){this._pairs=[],e&&ne(e,this,t)}var ie=oe.prototype;function ae(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function se(e,t,n){if(!t)return e;var r,o=n&&n.encode||ae,i=n&&n.serialize;if(r=i?i(t,n):G.isURLSearchParams(t)?t.toString():new oe(t,n).toString(o)){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+r}return e}ie.append=function(e,t){this._pairs.push([e,t])},ie.toString=function(e){var t=e?function(t){return e.call(this,t,re)}:re;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var ue,ce=function(){function e(){r(this,e),this.handlers=[]}return i(e,[{key:"use",value:function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}},{key:"eject",value:function(e){this.handlers[e]&&(this.handlers[e]=null)}},{key:"clear",value:function(){this.handlers&&(this.handlers=[])}},{key:"forEach",value:function(e){G.forEach(this.handlers,(function(t){null!==t&&e(t)}))}}]),e}(),fe={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},le={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:oe,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]},de="undefined"!=typeof window&&"undefined"!=typeof document,pe=(ue="undefined"!=typeof navigator&&navigator.product,de&&["ReactNative","NativeScript","NS"].indexOf(ue)<0),he="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,me=t(t({},Object.freeze({__proto__:null,hasBrowserEnv:de,hasStandardBrowserWebWorkerEnv:he,hasStandardBrowserEnv:pe})),le);function ye(e){function t(e,n,r,o){var i=e[o++],a=Number.isFinite(+i),s=o>=e.length;return i=!i&&G.isArray(r)?r.length:i,s?(G.hasOwnProp(r,i)?r[i]=[r[i],n]:r[i]=n,!a):(r[i]&&G.isObject(r[i])||(r[i]=[]),t(e,n,r[i],o)&&G.isArray(r[i])&&(r[i]=function(e){var t,n,r={},o=Object.keys(e),i=o.length;for(t=0;t-1,i=G.isObject(e);if(i&&G.isHTMLForm(e)&&(e=new FormData(e)),G.isFormData(e))return o&&o?JSON.stringify(ye(e)):e;if(G.isArrayBuffer(e)||G.isBuffer(e)||G.isStream(e)||G.isFile(e)||G.isBlob(e))return e;if(G.isArrayBufferView(e))return e.buffer;if(G.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return ne(e,new me.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return me.isNode&&G.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((n=G.isFileList(e))||r.indexOf("multipart/form-data")>-1){var a=this.env&&this.env.FormData;return ne(n?{"files[]":e}:e,a&&new a,this.formSerializer)}}return i||o?(t.setContentType("application/json",!1),function(e,t,n){if(G.isString(e))try{return(t||JSON.parse)(e),G.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||ve.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(e&&G.isString(e)&&(n&&!this.responseType||r)){var o=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(o){if("SyntaxError"===e.name)throw X.from(e,X.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:me.classes.FormData,Blob:me.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};G.forEach(["delete","get","head","post","put","patch"],(function(e){ve.headers[e]={}}));var be=ve,ge=G.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),we=Symbol("internals");function Oe(e){return e&&String(e).trim().toLowerCase()}function Ee(e){return!1===e||null==e?e:G.isArray(e)?e.map(Ee):String(e)}function Se(e,t,n,r,o){return G.isFunction(r)?r.call(this,t,n):(o&&(t=n),G.isString(t)?G.isString(r)?-1!==t.indexOf(r):G.isRegExp(r)?r.test(t):void 0:void 0)}var Re=function(e,t){function n(e){r(this,n),e&&this.set(e)}return i(n,[{key:"set",value:function(e,t,n){var r=this;function o(e,t,n){var o=Oe(t);if(!o)throw new Error("header name must be a non-empty string");var i=G.findKey(r,o);(!i||void 0===r[i]||!0===n||void 0===n&&!1!==r[i])&&(r[i||t]=Ee(e))}var i,a,s,u,c,f=function(e,t){return G.forEach(e,(function(e,n){return o(e,n,t)}))};return G.isPlainObject(e)||e instanceof this.constructor?f(e,t):G.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim())?f((c={},(i=e)&&i.split("\n").forEach((function(e){u=e.indexOf(":"),a=e.substring(0,u).trim().toLowerCase(),s=e.substring(u+1).trim(),!a||c[a]&&ge[a]||("set-cookie"===a?c[a]?c[a].push(s):c[a]=[s]:c[a]=c[a]?c[a]+", "+s:s)})),c),t):null!=e&&o(t,e,n),this}},{key:"get",value:function(e,t){if(e=Oe(e)){var n=G.findKey(this,e);if(n){var r=this[n];if(!t)return r;if(!0===t)return function(e){for(var t,n=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;t=r.exec(e);)n[t[1]]=t[2];return n}(r);if(G.isFunction(t))return t.call(this,r,n);if(G.isRegExp(t))return t.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}},{key:"has",value:function(e,t){if(e=Oe(e)){var n=G.findKey(this,e);return!(!n||void 0===this[n]||t&&!Se(0,this[n],n,t))}return!1}},{key:"delete",value:function(e,t){var n=this,r=!1;function o(e){if(e=Oe(e)){var o=G.findKey(n,e);!o||t&&!Se(0,n[o],o,t)||(delete n[o],r=!0)}}return G.isArray(e)?e.forEach(o):o(e),r}},{key:"clear",value:function(e){for(var t=Object.keys(this),n=t.length,r=!1;n--;){var o=t[n];e&&!Se(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}},{key:"normalize",value:function(e){var t=this,n={};return G.forEach(this,(function(r,o){var i=G.findKey(n,o);if(i)return t[i]=Ee(r),void delete t[o];var a=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n}))}(o):String(o).trim();a!==o&&delete t[o],t[a]=Ee(r),n[a]=!0})),this}},{key:"concat",value:function(){for(var e,t=arguments.length,n=new Array(t),r=0;r1?n-1:0),o=1;o1?"since :\n"+u.map(Fe).join("\n"):" "+Fe(u[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return n};function Be(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Pe(null,e)}function Le(e){return Be(e),e.headers=Ae.from(e.headers),e.data=je.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),De(e.adapter||be.adapter)(e).then((function(t){return Be(e),t.data=je.call(e,e.transformResponse,t),t.headers=Ae.from(t.headers),t}),(function(t){return Te(t)||(Be(e),t&&t.response&&(t.response.data=je.call(e,e.transformResponse,t.response),t.response.headers=Ae.from(t.response.headers))),Promise.reject(t)}))}var Ie=function(e){return e instanceof Ae?e.toJSON():e};function qe(e,t){t=t||{};var n={};function r(e,t,n){return G.isPlainObject(e)&&G.isPlainObject(t)?G.merge.call({caseless:n},e,t):G.isPlainObject(t)?G.merge({},t):G.isArray(t)?t.slice():t}function o(e,t,n){return G.isUndefined(t)?G.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function i(e,t){if(!G.isUndefined(t))return r(void 0,t)}function a(e,t){return G.isUndefined(t)?G.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function s(n,o,i){return i in t?r(n,o):i in e?r(void 0,n):void 0}var u={url:i,method:i,data:i,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:s,headers:function(e,t){return o(Ie(e),Ie(t),!0)}};return G.forEach(Object.keys(Object.assign({},e,t)),(function(r){var i=u[r]||o,a=i(e[r],t[r],r);G.isUndefined(a)&&i!==s||(n[r]=a)})),n}var ze="1.6.2",Me={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){Me[e]=function(r){return n(r)===e||"a"+(t<1?"n ":" ")+e}}));var He={};Me.transitional=function(e,t,n){function r(e,t){return"[Axios v1.6.2] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,o,i){if(!1===e)throw new X(r(o," has been removed"+(t?" in "+t:"")),X.ERR_DEPRECATED);return t&&!He[o]&&(He[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,i)}};var Je={assertOptions:function(e,t,r){if("object"!==n(e))throw new X("options must be an object",X.ERR_BAD_OPTION_VALUE);for(var o=Object.keys(e),i=o.length;i-- >0;){var a=o[i],s=t[a];if(s){var u=e[a],c=void 0===u||s(u,a,e);if(!0!==c)throw new X("option "+a+" must be "+c,X.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new X("Unknown option "+a,X.ERR_BAD_OPTION)}},validators:Me},We=Je.validators,Ke=function(){function e(t){r(this,e),this.defaults=t,this.interceptors={request:new ce,response:new ce}}return i(e,[{key:"request",value:function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{};var n=t=qe(this.defaults,t),r=n.transitional,o=n.paramsSerializer,i=n.headers;void 0!==r&&Je.assertOptions(r,{silentJSONParsing:We.transitional(We.boolean),forcedJSONParsing:We.transitional(We.boolean),clarifyTimeoutError:We.transitional(We.boolean)},!1),null!=o&&(G.isFunction(o)?t.paramsSerializer={serialize:o}:Je.assertOptions(o,{encode:We.function,serialize:We.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();var a=i&&G.merge(i.common,i[t.method]);i&&G.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete i[e]})),t.headers=Ae.concat(a,i);var s=[],u=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(u=u&&e.synchronous,s.unshift(e.fulfilled,e.rejected))}));var c,f=[];this.interceptors.response.forEach((function(e){f.push(e.fulfilled,e.rejected)}));var l,d=0;if(!u){var p=[Le.bind(this),void 0];for(p.unshift.apply(p,s),p.push.apply(p,f),l=p.length,c=Promise.resolve(t);d0;)o._listeners[t](e);o._listeners=null}})),this.promise.then=function(e){var t,n=new Promise((function(e){o.subscribe(e),t=e})).then(e);return n.cancel=function(){o.unsubscribe(t)},n},t((function(e,t,r){o.reason||(o.reason=new Pe(e,t,r),n(o.reason))}))}return i(e,[{key:"throwIfRequested",value:function(){if(this.reason)throw this.reason}},{key:"subscribe",value:function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}},{key:"unsubscribe",value:function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}}}],[{key:"source",value:function(){var t;return{token:new e((function(e){t=e})),cancel:t}}}]),e}();var Xe={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Xe).forEach((function(e){var t=s(e,2),n=t[0],r=t[1];Xe[r]=n}));var $e=Xe;var Qe=function e(t){var n=new Ve(t),r=h(Ve.prototype.request,n);return G.extend(r,Ve.prototype,n,{allOwnKeys:!0}),G.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(qe(t,n))},r}(be);return Qe.Axios=Ve,Qe.CanceledError=Pe,Qe.CancelToken=Ge,Qe.isCancel=Te,Qe.VERSION=ze,Qe.toFormData=ne,Qe.AxiosError=X,Qe.Cancel=Qe.CanceledError,Qe.all=function(e){return Promise.all(e)},Qe.spread=function(e){return function(t){return e.apply(null,t)}},Qe.isAxiosError=function(e){return G.isObject(e)&&!0===e.isAxiosError},Qe.mergeConfig=qe,Qe.AxiosHeaders=Ae,Qe.formToJSON=function(e){return ye(G.isHTMLForm(e)?new FormData(e):e)},Qe.getAdapter=De,Qe.HttpStatusCode=$e,Qe.default=Qe,Qe})); -//# sourceMappingURL=axios.min.js.map diff --git a/assets/js/fontawesome.js b/assets/js/fontawesome.js deleted file mode 100644 index 4cf4ba95..00000000 --- a/assets/js/fontawesome.js +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2022 Fonticons, Inc. - */ -!function(){"use strict";var C={},c={};try{"undefined"!=typeof window&&(C=window),"undefined"!=typeof document&&(c=document)}catch(C){}var l=(C.navigator||{}).userAgent,z=void 0===l?"":l,a=C,e=c;a.document,e.documentElement&&e.head&&"function"==typeof e.addEventListener&&e.createElement,~z.indexOf("MSIE")||z.indexOf("Trident/");function M(c,C){var l,z=Object.keys(c);return Object.getOwnPropertySymbols&&(l=Object.getOwnPropertySymbols(c),C&&(l=l.filter(function(C){return Object.getOwnPropertyDescriptor(c,C).enumerable})),z.push.apply(z,l)),z}function t(z){for(var C=1;CC.length)&&(c=C.length);for(var l=0,z=new Array(c);lC.length)&&(c=C.length);for(var l=0,z=new Array(c);lC.length)&&(c=C.length);for(var l=0,z=new Array(c);lC.length)&&(c=C.length);for(var l=0,z=new Array(c);l>>0;l--;)c[l]=C[l];return c}function J(C){return C.classList?$(C.classList):(C.getAttribute("class")||"").split(" ").filter(function(C){return C})}function Z(C){return"".concat(C).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function C1(l){return Object.keys(l||{}).reduce(function(C,c){return C+"".concat(c,": ").concat(l[c].trim(),";")},"")}function c1(C){return C.size!==Q.size||C.x!==Q.x||C.y!==Q.y||C.rotate!==Q.rotate||C.flipX||C.flipY}function l1(){var C,c,l=p,z=U.familyPrefix,a=U.replacementClass,e=':host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Solid";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Regular";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Light";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Thin";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.0714285705em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-counter-scale,.25));transform:scale(var(--fa-counter-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top left;transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-sr-only-focusable:not(:focus),.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}';return"fa"===z&&a===l||(C=new RegExp("\\.".concat("fa","\\-"),"g"),c=new RegExp("\\--".concat("fa","\\-"),"g"),l=new RegExp("\\.".concat(l),"g"),e=e.replace(C,".".concat(z,"-")).replace(c,"--".concat(z,"-")).replace(l,".".concat(a))),e}var z1=!1;function a1(){U.autoAddCss&&!z1&&(function(C){if(C&&o){var c=v.createElement("style");c.setAttribute("type","text/css"),c.innerHTML=C;for(var l=v.head.childNodes,z=null,a=l.length-1;-1").concat(z.map(r1).join(""),"")}function L1(C,c,l){if(C&&C[c]&&C[c][l])return{prefix:c,iconName:l,icon:C[c][l]}}o&&((s1=(v.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(v.readyState))||v.addEventListener("DOMContentLoaded",e1));function n1(C,c,l,z){for(var a,e,M=Object.keys(C),t=M.length,s=void 0!==z?H1(c,z):c,h=void 0===l?(a=1,C[M[0]]):(a=0,l);a { - 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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: "M16 12h3" }], - [ - "path", - { - d: "M17.5 12a8 8 0 0 1-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" - } - ] - ]; - - 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 6v16" }], - ["path", { d: "m19 13 2-1a9 9 0 0 1-18 0l2 1" }], - ["path", { d: "M9 11h6" }], - ["circle", { cx: "12", cy: "4", r: "2" }] - ]; - - 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 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 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 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 6.528V3a1 1 0 0 1 1-1h0" }], - [ - "path", - { - d: "M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21" - } - ] - ]; - - 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 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 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 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 ArrowRight = [ - ["path", { d: "M5 12h14" }], - ["path", { d: "m12 5 7 7-7 7" }] - ]; - - 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 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 ArrowUpFromDot = [ - ["path", { d: "m5 9 7-7 7 7" }], - ["path", { d: "M12 16V2" }], - ["circle", { cx: "12", cy: "21", r: "1" }] - ]; - - const ArrowUpFromLine = [ - ["path", { d: "m18 9-6-6-6 6" }], - ["path", { d: "M12 3v14" }], - ["path", { d: "M5 21h14" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 Balloon = [ - ["path", { d: "M12 16v1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v1" }], - ["path", { d: "M12 6a2 2 0 0 1 2 2" }], - ["path", { d: "M18 8c0 4-3.5 8-6 8s-6-4-6-8a6 6 0 0 1 12 0" }] - ]; - - const Ban = [ - ["path", { d: "M4.929 4.929 19.07 19.071" }], - ["circle", { cx: "12", cy: "12", r: "10" }] - ]; - - 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 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 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 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 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 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 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 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 Battery = [ - ["path", { d: "M 22 14 L 22 10" }], - ["rect", { x: "2", y: "6", width: "16", height: "12", rx: "2" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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 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 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 Birdhouse = [ - ["path", { d: "M12 18v4" }], - ["path", { d: "m17 18 1.956-11.468" }], - ["path", { d: "m3 8 7.82-5.615a2 2 0 0 1 2.36 0L21 8" }], - ["path", { d: "M4 18h16" }], - ["path", { d: "M7 18 5.044 6.532" }], - ["circle", { cx: "12", cy: "10", r: "2" }] - ]; - - 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 Bluetooth = [["path", { d: "m7 7 10 10-5 5V2l5 5L7 17" }]]; - - 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 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 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 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 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 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 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 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 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 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 BookSearch = [ - ["path", { d: "M11 22H5.5a1 1 0 0 1 0-5h4.501" }], - ["path", { d: "m21 22-1.879-1.878" }], - ["path", { d: "M3 19.5v-15A2.5 2.5 0 0 1 5.5 2H18a1 1 0 0 1 1 1v8" }], - ["circle", { cx: "17", cy: "18", r: "3" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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 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 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 BrickWallShield = [ - ["path", { d: "M12 9v1.258" }], - ["path", { d: "M16 3v5.46" }], - ["path", { d: "M21 9.118V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h5.75" }], - [ - "path", - { - d: "M22 17.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5z" - } - ], - ["path", { d: "M3 15h7" }], - ["path", { d: "M3 9h12.142" }], - ["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 14a1 1 0 0 0 1-1v-1a2 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 2v1a1 1 0 0 0 1 1" - } - ], - ["path", { d: "M19 14H5l-1.973 6.767A1 1 0 0 0 4 22h16a1 1 0 0 0 .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.001 15.085A1.5 1.5 0 0 1 9 16.5" }], - ["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: "M12 20v-8" }], - ["path", { d: "M14.12 3.88 16 2" }], - ["path", { d: "M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2" }], - ["path", { d: "M18 12.34V11a4 4 0 0 0-4-4h-1.3" }], - ["path", { d: "m2 2 20 20" }], - ["path", { d: "M21 5a4 4 0 0 1-3.55 3.97" }], - ["path", { d: "M22 13h-3.34" }], - ["path", { d: "M3 21a4 4 0 0 1 3.81-4" }], - ["path", { d: "M6 13H2" }], - ["path", { d: "M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13" }] - ]; - - 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: "M21 5a4 4 0 0 1-3.55 3.97" }], - ["path", { d: "M3 21a4 4 0 0 1 3.81-4" }], - ["path", { d: "M3 5a4 4 0 0 0 3.55 3.97" }], - ["path", { d: "M6 13H2" }], - ["path", { d: "m8 2 1.88 1.88" }], - ["path", { d: "M9 7.13V6a3 3 0 1 1 6 0v1.13" }] - ]; - - const Bug = [ - ["path", { d: "M12 20v-9" }], - ["path", { d: "M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z" }], - ["path", { d: "M14.12 3.88 16 2" }], - ["path", { d: "M21 21a4 4 0 0 0-3.81-4" }], - ["path", { d: "M21 5a4 4 0 0 1-3.55 3.97" }], - ["path", { d: "M22 13h-4" }], - ["path", { d: "M3 21a4 4 0 0 1 3.81-4" }], - ["path", { d: "M3 5a4 4 0 0 0 3.55 3.97" }], - ["path", { d: "M6 13H2" }], - ["path", { d: "m8 2 1.88 1.88" }], - ["path", { d: "M9 7.13V6a3 3 0 1 1 6 0v1.13" }] - ]; - - const Building2 = [ - ["path", { d: "M10 12h4" }], - ["path", { d: "M10 8h4" }], - ["path", { d: "M14 21v-3a2 2 0 0 0-4 0v3" }], - ["path", { d: "M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2" }], - ["path", { d: "M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16" }] - ]; - - const Building = [ - ["path", { d: "M12 10h.01" }], - ["path", { d: "M12 14h.01" }], - ["path", { d: "M12 6h.01" }], - ["path", { d: "M16 10h.01" }], - ["path", { d: "M16 14h.01" }], - ["path", { d: "M16 6h.01" }], - ["path", { d: "M8 10h.01" }], - ["path", { d: "M8 14h.01" }], - ["path", { d: "M8 6h.01" }], - ["path", { d: "M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3" }], - ["rect", { x: "4", y: "2", width: "16", height: "20", rx: "2" }] - ]; - - 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 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 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 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 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 10.592V6a2 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 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 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: "M3 20a2 2 0 0 0 2 2h10a2.4 2.4 0 0 0 1.706-.706l3.588-3.588A2.4 2.4 0 0 0 21 16V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z" - } - ], - ["path", { d: "M15 22v-5a1 1 0 0 1 1-1h5" }], - ["path", { d: "M8 2v4" }], - ["path", { d: "M16 2v4" }], - ["path", { d: "M3 10h18" }] - ]; - - 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 Calendars = [ - ["path", { d: "M12 2v2" }], - ["path", { d: "M15.726 21.01A2 2 0 0 1 14 22H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2" }], - ["path", { d: "M18 2v2" }], - ["path", { d: "M2 13h2" }], - ["path", { d: "M8 8h14" }], - ["rect", { x: "8", y: "3", width: "14", height: "14", rx: "2" }] - ]; - - const CameraOff = [ - ["path", { d: "M14.564 14.558a3 3 0 1 1-4.122-4.121" }], - ["path", { d: "m2 2 20 20" }], - ["path", { d: "M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175" }], - [ - "path", - { - d: "M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344" - } - ] - ]; - - const Camera = [ - [ - "path", - { - d: "M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z" - } - ], - ["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 CannabisOff = [ - ["path", { d: "M12 22v-4c1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5" }], - ["path", { d: "M13.988 8.327C13.902 6.054 13.365 3.82 12 2a9.3 9.3 0 0 0-1.445 2.9" }], - ["path", { d: "M17.375 11.725C18.882 10.53 21 7.841 21 6c-2.324 0-5.08 1.296-6.662 2.684" }], - ["path", { d: "m2 2 20 20" }], - ["path", { d: "M21.024 15.378A15 15 0 0 0 22 15c-.426-1.279-2.67-2.557-4.25-2.907" }], - [ - "path", - { - d: "M6.995 6.992C5.714 6.4 4.29 6 3 6c0 2 2.5 5 4 6-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" - } - ] - ]; - - 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 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 ChartGantt = [ - ["path", { d: "M10 6h8" }], - ["path", { d: "M12 16h6" }], - ["path", { d: "M3 3v16a2 2 0 0 0 2 2h16" }], - ["path", { d: "M8 11h7" }] - ]; - - 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: "M5 21V3" }], - ["path", { d: "M12 21V9" }], - ["path", { d: "M19 21v-6" }] - ]; - - const ChartNoAxesColumnIncreasing = [ - ["path", { d: "M5 21v-6" }], - ["path", { d: "M12 21V9" }], - ["path", { d: "M19 21V3" }] - ]; - - const ChartNoAxesColumn = [ - ["path", { d: "M5 21v-6" }], - ["path", { d: "M12 21V3" }], - ["path", { d: "M19 21V9" }] - ]; - - 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: "M6 5h12" }], - ["path", { d: "M4 12h10" }], - ["path", { d: "M12 19h8" }] - ]; - - 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 ChessBishop = [ - ["path", { d: "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" }], - [ - "path", - { - d: "M15 18c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2 9.5 4.462 6 8.77 6 13.077 6 15.539 7.5 17.385 9 18" - } - ], - ["path", { d: "m16 7-2.5 2.5" }], - ["path", { d: "M9 2h6" }] - ]; - - const ChessKing = [ - ["path", { d: "M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" }], - [ - "path", - { - d: "m6.7 18-1-1C4.35 15.682 3 14.09 3 12a5 5 0 0 1 4.95-5c1.584 0 2.7.455 4.05 1.818C13.35 7.455 14.466 7 16.05 7A5 5 0 0 1 21 12c0 2.082-1.359 3.673-2.7 5l-1 1" - } - ], - ["path", { d: "M10 4h4" }], - ["path", { d: "M12 2v6.818" }] - ]; - - const ChessKnight = [ - ["path", { d: "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" }], - [ - "path", - { - d: "M16.5 18c1-2 2.5-5 2.5-9a7 7 0 0 0-7-7H6.635a1 1 0 0 0-.768 1.64L7 5l-2.32 5.802a2 2 0 0 0 .95 2.526l2.87 1.456" - } - ], - ["path", { d: "m15 5 1.425-1.425" }], - ["path", { d: "m17 8 1.53-1.53" }], - ["path", { d: "M9.713 12.185 7 18" }] - ]; - - const ChessPawn = [ - ["path", { d: "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" }], - ["path", { d: "m14.5 10 1.5 8" }], - ["path", { d: "M7 10h10" }], - ["path", { d: "m8 18 1.5-8" }], - ["circle", { cx: "12", cy: "6", r: "4" }] - ]; - - const ChessQueen = [ - ["path", { d: "M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z" }], - ["path", { d: "m12.474 5.943 1.567 5.34a1 1 0 0 0 1.75.328l2.616-3.402" }], - ["path", { d: "m20 9-3 9" }], - ["path", { d: "m5.594 8.209 2.615 3.403a1 1 0 0 0 1.75-.329l1.567-5.34" }], - ["path", { d: "M7 18 4 9" }], - ["circle", { cx: "12", cy: "4", r: "2" }], - ["circle", { cx: "20", cy: "7", r: "2" }], - ["circle", { cx: "4", cy: "7", r: "2" }] - ]; - - 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 ChessRook = [ - ["path", { d: "M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z" }], - ["path", { d: "M10 2v2" }], - ["path", { d: "M14 2v2" }], - ["path", { d: "m17 18-1-9" }], - ["path", { d: "M6 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2" }], - ["path", { d: "M6 4h12" }], - ["path", { d: "m7 18 1-9" }] - ]; - - 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 ChevronUp = [["path", { d: "m18 15-6-6-6 6" }]]; - - const ChevronsDownUp = [ - ["path", { d: "m7 20 5-5 5 5" }], - ["path", { d: "m7 4 5 5 5-5" }] - ]; - - 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 Church = [ - ["path", { d: "M10 9h4" }], - ["path", { d: "M12 7v5" }], - ["path", { d: "M14 21v-3a2 2 0 0 0-4 0v3" }], - [ - "path", - { - d: "m18 9 3.52 2.147a1 1 0 0 1 .48.854V19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-6.999a1 1 0 0 1 .48-.854L6 9" - } - ], - ["path", { d: "M6 21V7a1 1 0 0 1 .376-.782l5-3.999a1 1 0 0 1 1.249.001l5 4A1 1 0 0 1 18 7v14" }] - ]; - - 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 Chromium = [ - ["path", { d: "M10.88 21.94 15.46 14" }], - ["path", { d: "M21.17 8H12" }], - ["path", { d: "M3.95 6.06 8.54 14" }], - ["circle", { cx: "12", cy: "12", r: "10" }], - ["circle", { cx: "12", cy: "12", r: "4" }] - ]; - - 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 CircleArrowDown = [ - ["circle", { cx: "12", cy: "12", r: "10" }], - ["path", { d: "M12 8v8" }], - ["path", { d: "m8 12 4 4 4-4" }] - ]; - - const CircleArrowLeft = [ - ["circle", { cx: "12", cy: "12", r: "10" }], - ["path", { d: "m12 8-4 4 4 4" }], - ["path", { d: "M16 12H8" }] - ]; - - const CircleArrowOutDownLeft = [ - ["path", { d: "M2 12a10 10 0 1 1 10 10" }], - ["path", { d: "m2 22 10-10" }], - ["path", { d: "M8 22H2v-6" }] - ]; - - 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 CircleCheck = [ - ["circle", { cx: "12", cy: "12", r: "10" }], - ["path", { d: "m9 12 2 2 4-4" }] - ]; - - const CircleCheckBig = [ - ["path", { d: "M21.801 10A10 10 0 1 1 17 3.335" }], - ["path", { d: "m9 11 3 3L22 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 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 CircleParking = [ - ["circle", { cx: "12", cy: "12", r: "10" }], - ["path", { d: "M9 17V7h4a3 3 0 0 1 0 6H9" }] - ]; - - 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 CirclePile = [ - ["circle", { cx: "12", cy: "19", r: "2" }], - ["circle", { cx: "12", cy: "5", r: "2" }], - ["circle", { cx: "16", cy: "12", r: "2" }], - ["circle", { cx: "20", cy: "19", r: "2" }], - ["circle", { cx: "4", cy: "19", r: "2" }], - ["circle", { cx: "8", cy: "12", r: "2" }] - ]; - - 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 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 CirclePlus = [ - ["circle", { cx: "12", cy: "12", r: "10" }], - ["path", { d: "M8 12h8" }], - ["path", { d: "M12 8v8" }] - ]; - - 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 CircleSlash2 = [ - ["path", { d: "M22 2 2 22" }], - ["circle", { cx: "12", cy: "12", r: "10" }] - ]; - - const CircleSlash = [ - ["circle", { cx: "12", cy: "12", r: "10" }], - ["line", { x1: "9", x2: "15", y1: "15", y2: "9" }] - ]; - - const CircleSmall = [["circle", { cx: "12", cy: "12", r: "6" }]]; - - 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 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 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 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 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 Clock12 = [ - ["path", { d: "M12 6v6" }], - ["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 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 Clock6 = [ - ["path", { d: "M12 6v10" }], - ["circle", { cx: "12", cy: "12", r: "10" }] - ]; - - const Clock7 = [ - ["path", { d: "M12 6v6l-2 4" }], - ["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 ClockCheck = [ - ["path", { d: "M12 6v6l4 2" }], - ["path", { d: "M22 12a10 10 0 1 0-11 9.95" }], - ["path", { d: "m22 16-5.5 5.5L14 19" }] - ]; - - 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 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 Clock = [ - ["path", { d: "M12 6v6l4 2" }], - ["circle", { cx: "12", cy: "12", r: "10" }] - ]; - - 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 CloudBackup = [ - ["path", { d: "M21 15.251A4.5 4.5 0 0 0 17.5 8h-1.79A7 7 0 1 0 3 13.607" }], - ["path", { d: "M7 11v4h4" }], - ["path", { d: "M8 19a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5 4.82 4.82 0 0 0-3.41 1.41L7 15" }] - ]; - - 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 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 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 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 CloudSync = [ - ["path", { d: "m17 18-1.535 1.605a5 5 0 0 1-8-1.5" }], - ["path", { d: "M17 22v-4h-4" }], - ["path", { d: "M20.996 15.251A4.5 4.5 0 0 0 17.495 8h-1.79a7 7 0 1 0-12.709 5.607" }], - ["path", { d: "M7 10v4h4" }], - ["path", { d: "m7 14 1.535-1.605a5 5 0 0 1 8 1.5" }] - ]; - - 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 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 Cog = [ - ["path", { d: "M11 10.27 7 3.34" }], - ["path", { d: "m11 13.73-4 6.93" }], - ["path", { d: "M12 22v-2" }], - ["path", { d: "M12 2v2" }], - ["path", { d: "M14 12h8" }], - ["path", { d: "m17 20.66-1-1.73" }], - ["path", { d: "m17 3.34-1 1.73" }], - ["path", { d: "M2 12h2" }], - ["path", { d: "m20.66 17-1.73-1" }], - ["path", { d: "m20.66 7-1.73 1" }], - ["path", { d: "m3.34 17 1.73-1" }], - ["path", { d: "m3.34 7 1.73 1" }], - ["circle", { cx: "12", cy: "12", r: "2" }], - ["circle", { cx: "12", cy: "12", r: "8" }] - ]; - - 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 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 Combine = [ - ["path", { d: "M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1" }], - ["path", { d: "M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1" }], - ["path", { d: "m7 15 3 3" }], - ["path", { d: "m7 21 3-3H5a2 2 0 0 1-2-2v-2" }], - ["rect", { x: "14", y: "14", width: "7", height: "7", rx: "1" }], - ["rect", { x: "3", y: "3", width: "7", height: "7", rx: "1" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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 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 CornerDownRight = [ - ["path", { d: "m15 10 5 5-5 5" }], - ["path", { d: "M4 4v7a4 4 0 0 0 4 4h12" }] - ]; - - const CornerDownLeft = [ - ["path", { d: "M20 4v7a4 4 0 0 1-4 4H4" }], - ["path", { d: "m9 10-5 5 5 5" }] - ]; - - 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 CornerRightDown = [ - ["path", { d: "m10 15 5 5 5-5" }], - ["path", { d: "M4 4h7a4 4 0 0 1 4 4v12" }] - ]; - - const CornerRightUp = [ - ["path", { d: "m10 9 5-5 5 5" }], - ["path", { d: "M4 20h7a4 4 0 0 0 4-4V4" }] - ]; - - 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 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 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 Crop = [ - ["path", { d: "M6 2v14a2 2 0 0 0 2 2h14" }], - ["path", { d: "M18 22V8a2 2 0 0 0-2-2H2" }] - ]; - - 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 Dice1 = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }], - ["path", { d: "M12 12h.01" }] - ]; - - 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 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 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 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 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 Dock = [ - ["path", { d: "M2 8h20" }], - ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }], - ["path", { d: "M6 16h12" }] - ]; - - 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 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 Dot = [["circle", { cx: "12.1", cy: "12.1", r: "1" }]]; - - 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 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 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 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 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 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 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 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 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 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 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 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 Equal = [ - ["line", { x1: "5", x2: "19", y1: "9", y2: "9" }], - ["line", { x1: "5", x2: "19", y1: "15", y2: "15" }] - ]; - - 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 EvCharger = [ - ["path", { d: "M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5" }], - ["path", { d: "M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16" }], - ["path", { d: "M2 21h13" }], - ["path", { d: "M3 7h11" }], - ["path", { d: "m9 11-2 3h3l-2 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 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 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 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 Facebook = [ - ["path", { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" }] - ]; - - 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 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 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 FileArchive = [ - [ - "path", - { - d: "M13.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v11.5" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M8 12v-1" }], - ["path", { d: "M8 18v-2" }], - ["path", { d: "M8 7V6" }], - ["circle", { cx: "8", cy: "20", r: "2" }] - ]; - - const FileAxis3d = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m8 18 4-4" }], - ["path", { d: "M8 10v8h8" }] - ]; - - const FileBadge = [ - [ - "path", - { - d: "M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.3" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - [ - "path", - { - d: "m7.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.879.001l-1.846.85a.5.5 0 0 1-.692-.593l1.29-4.88" - } - ], - ["circle", { cx: "6", cy: "14", r: "3" }] - ]; - - const FileBracesCorner = [ - [ - "path", - { - d: "M14 22h4a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M5 14a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1 1 1 0 0 1 1 1v2a1 1 0 0 0 1 1" }], - ["path", { d: "M9 22a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1" }] - ]; - - const FileBox = [ - [ - "path", - { - d: "M14.5 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.8" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M11.7 14.2 7 17l-4.7-2.8" }], - [ - "path", - { - d: "M3 13.1a2 2 0 0 0-.999 1.76v3.24a2 2 0 0 0 .969 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" }] - ]; - - const FileBraces = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["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 FileChartColumnIncreasing = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M8 18v-2" }], - ["path", { d: "M12 18v-4" }], - ["path", { d: "M16 18v-6" }] - ]; - - const FileChartColumn = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M8 18v-1" }], - ["path", { d: "M12 18v-6" }], - ["path", { d: "M16 18v-3" }] - ]; - - const FileChartLine = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m16 13-3.5 3.5-2-2L8 17" }] - ]; - - const FileChartPie = [ - [ - "path", - { - d: "M15.941 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.512" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["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 FileCheckCorner = [ - [ - "path", - { - d: "M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m14 20 2 2 4-4" }] - ]; - - const FileCheck = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m9 15 2 2 4-4" }] - ]; - - const FileClock = [ - [ - "path", - { - d: "M16 22h2a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v2.85" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M8 14v2.2l1.6 1" }], - ["circle", { cx: "8", cy: "16", r: "6" }] - ]; - - const FileCodeCorner = [ - [ - "path", - { - d: "M4 12.15V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3.35" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m5 16-3 3 3 3" }], - ["path", { d: "m9 22 3-3-3-3" }] - ]; - - const FileCode = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M10 12.5 8 15l2 2.5" }], - ["path", { d: "m14 12.5 2 2.5-2 2.5" }] - ]; - - const FileCog = [ - [ - "path", - { - d: "M13.85 22H18a2 2 0 0 0 2-2V8a2 2 0 0 0-.586-1.414l-4-4A2 2 0 0 0 14 2H6a2 2 0 0 0-2 2v6.6" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m3.305 19.53.923-.382" }], - ["path", { d: "m4.228 16.852-.924-.383" }], - ["path", { d: "m5.852 15.228-.383-.923" }], - ["path", { d: "m5.852 20.772-.383.924" }], - ["path", { d: "m8.148 15.228.383-.923" }], - ["path", { d: "m8.53 21.696-.382-.924" }], - ["path", { d: "m9.773 16.852.922-.383" }], - ["path", { d: "m9.773 19.148.922.383" }], - ["circle", { cx: "7", cy: "18", r: "3" }] - ]; - - const FileDiff = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M9 10h6" }], - ["path", { d: "M12 13V7" }], - ["path", { d: "M9 17h6" }] - ]; - - const FileDigit = [ - [ - "path", - { - d: "M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M10 16h2v6" }], - ["path", { d: "M10 22h4" }], - ["rect", { x: "2", y: "16", width: "4", height: "6", rx: "2" }] - ]; - - const FileDown = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M12 18v-6" }], - ["path", { d: "m9 15 3 3 3-3" }] - ]; - - const FileExclamationPoint = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M12 9v4" }], - ["path", { d: "M12 17h.01" }] - ]; - - const FileHeadphone = [ - [ - "path", - { - d: "M4 6.835V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-.343" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - [ - "path", - { d: "M2 19a2 2 0 0 1 4 0v1a2 2 0 0 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 0 1-4 0v-1a2 2 0 0 1 4 0" } - ] - ]; - - const FileHeart = [ - [ - "path", - { - d: "M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v7" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - [ - "path", - { - d: "M3.62 18.8A2.25 2.25 0 1 1 7 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a1 1 0 0 1-1.507 0z" - } - ] - ]; - - const FileImage = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["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 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M2 15h10" }], - ["path", { d: "m9 18 3-3-3-3" }] - ]; - - const FileKey = [ - [ - "path", - { - d: "M10.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.1" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m10 15 1 1" }], - ["path", { d: "m11 14-4.586 4.586" }], - ["circle", { cx: "5", cy: "20", r: "2" }] - ]; - - const FileLock = [ - [ - "path", - { - d: "M4 9.8V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M9 17v-2a2 2 0 0 0-4 0v2" }], - ["rect", { width: "8", height: "5", x: "3", y: "17", rx: "1" }] - ]; - - const FileMinusCorner = [ - [ - "path", - { - d: "M20 14V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M14 18h6" }] - ]; - - const FileMusic = [ - [ - "path", - { - d: "M11.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.35" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M8 20v-7l3 1.474" }], - ["circle", { cx: "6", cy: "20", r: "2" }] - ]; - - const FileMinus = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M9 15h6" }] - ]; - - const FileOutput = [ - [ - "path", - { - d: "M4.226 20.925A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.127" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m5 11-3 3" }], - ["path", { d: "m5 17-3-3h10" }] - ]; - - const FilePenLine = [ - [ - "path", - { - d: "m18.226 5.226-2.52-2.52A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.351" - } - ], - [ - "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.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v9.34" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - [ - "path", - { - d: "M10.378 12.622a1 1 0 0 1 3 3.003L8.36 20.637a2 2 0 0 1-.854.506l-2.867.837a.5.5 0 0 1-.62-.62l.836-2.869a2 2 0 0 1 .506-.853z" - } - ] - ]; - - const FilePlay = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - [ - "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 FilePlus = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M9 15h6" }], - ["path", { d: "M12 18v-6" }] - ]; - - const FileQuestionMark = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M12 17h.01" }], - ["path", { d: "M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3" }] - ]; - - const FilePlusCorner = [ - [ - "path", - { - d: "M11.35 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5.35" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M14 19h6" }], - ["path", { d: "M17 16v6" }] - ]; - - const FileScan = [ - [ - "path", - { - d: "M20 10V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4.35" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M16 14a2 2 0 0 0-2 2" }], - ["path", { d: "M16 22a2 2 0 0 1-2-2" }], - ["path", { d: "M20 14a2 2 0 0 1 2 2" }], - ["path", { d: "M20 22a2 2 0 0 0 2-2" }] - ]; - - const FileSearchCorner = [ - [ - "path", - { - d: "M11.1 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.589 3.588A2.4 2.4 0 0 1 20 8v3.25" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m21 22-2.88-2.88" }], - ["circle", { cx: "16", cy: "17", r: "3" }] - ]; - - const FileSearch = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["circle", { cx: "11.5", cy: "14.5", r: "2.5" }], - ["path", { d: "M13.3 16.3 15 18" }] - ]; - - const FileSignal = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["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 FileSpreadsheet = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M8 13h2" }], - ["path", { d: "M14 13h2" }], - ["path", { d: "M8 17h2" }], - ["path", { d: "M14 17h2" }] - ]; - - const FileSliders = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M8 12h8" }], - ["path", { d: "M10 11v2" }], - ["path", { d: "M8 17h8" }], - ["path", { d: "M14 16v2" }] - ]; - - 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 FileSymlink = [ - [ - "path", - { - d: "M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m10 18 3-3-3-3" }] - ]; - - const FileTerminal = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m8 16 2-2-2-2" }], - ["path", { d: "M12 18h4" }] - ]; - - const FileText = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M10 9H8" }], - ["path", { d: "M16 13H8" }], - ["path", { d: "M16 17H8" }] - ]; - - const FileTypeCorner = [ - [ - "path", - { - d: "M12 22h6a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M3 16v-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V16" }], - ["path", { d: "M6 22h2" }], - ["path", { d: "M7 14v8" }] - ]; - - const FileType = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M11 18h2" }], - ["path", { d: "M12 12v6" }], - ["path", { d: "M9 13v-.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v.5" }] - ]; - - const FileUp = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M12 12v6" }], - ["path", { d: "m15 15-3-3-3 3" }] - ]; - - const FileUser = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M16 22a4 4 0 0 0-8 0" }], - ["circle", { cx: "12", cy: "15", r: "3" }] - ]; - - const FileVolume = [ - [ - "path", - { - d: "M4 11.55V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-1.95" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M12 15a5 5 0 0 1 0 6" }], - [ - "path", - { - d: "M8 14.502a.5.5 0 0 0-.826-.381l-1.893 1.631a1 1 0 0 1-.651.243H3.5a.5.5 0 0 0-.5.501v3.006a.5.5 0 0 0 .5.501h1.129a1 1 0 0 1 .652.243l1.893 1.633a.5.5 0 0 0 .826-.38z" - } - ] - ]; - - const FileVideoCamera = [ - [ - "path", - { - d: "M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - [ - "path", - { d: "m10 17.843 3.033-1.755a.64.64 0 0 1 .967.56v4.704a.65.65 0 0 1-.967.56L10 20.157" } - ], - ["rect", { width: "7", height: "6", x: "3", y: "16", rx: "1" }] - ]; - - const FileXCorner = [ - [ - "path", - { - d: "M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m15 17 5 5" }], - ["path", { d: "m20 17-5 5" }] - ]; - - const FileX = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "m14.5 12.5-5 5" }], - ["path", { d: "m9.5 12.5 5 5" }] - ]; - - const File = [ - [ - "path", - { - d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z" - } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }] - ]; - - const Files = [ - ["path", { d: "M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8" }], - ["path", { d: "M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z" }], - ["path", { d: "M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1" }] - ]; - - 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 FingerprintPattern = [ - ["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 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 FishSymbol = [["path", { d: "M2 16s9-15 20-4C11 23 2 8 2 8" }]]; - - 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 FishingHook = [ - ["path", { d: "m17.586 11.414-5.93 5.93a1 1 0 0 1-8-8l3.137-3.137a.707.707 0 0 1 1.207.5V10" }], - ["path", { d: "M20.414 8.586 22 7" }], - ["circle", { cx: "19", cy: "10", r: "2" }] - ]; - - 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 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 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 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 Flame = [ - [ - "path", - { - d: "M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4" - } - ] - ]; - - const FlashlightOff = [ - ["path", { d: "M11.652 6H18" }], - ["path", { d: "M12 13v1" }], - [ - "path", - { d: "M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V6" } - ], - ["path", { d: "m2 2 20 20" }], - ["path", { d: "M7.649 2H17a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8a4 4 0 0 0-.55 1.007" }] - ]; - - const Flashlight = [ - ["path", { d: "M12 13v1" }], - [ - "path", - { - d: "M17 2a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8A4 4 0 0 0 16 12v8a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V3a1 1 0 0 1 1-1z" - } - ], - ["path", { d: "M6 6h12" }] - ]; - - 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 FlaskRound = [ - ["path", { d: "M10 2v6.292a7 7 0 1 0 4 0V2" }], - ["path", { d: "M5 15h14" }], - ["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 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 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 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 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 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 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: "M18 19a5 5 0 0 1-5-5v8" }], - [ - "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" }], - ["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 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 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 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 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 Form = [ - ["path", { d: "M4 14h6" }], - ["path", { d: "M4 2h10" }], - ["rect", { x: "4", y: "18", width: "16", height: "4", rx: "1" }], - ["rect", { x: "4", y: "6", width: "16", height: "4", rx: "1" }] - ]; - - 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 = [ - ["path", { d: "M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5" }], - ["path", { d: "M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16" }], - ["path", { d: "M2 21h13" }], - ["path", { d: "M3 9h11" }] - ]; - - 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 GamepadDirectional = [ - [ - "path", - { - d: "M11.146 15.854a1.207 1.207 0 0 1 1.708 0l1.56 1.56A2 2 0 0 1 15 18.828V21a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2.172a2 2 0 0 1 .586-1.414z" - } - ], - [ - "path", - { - d: "M18.828 15a2 2 0 0 1-1.414-.586l-1.56-1.56a1.207 1.207 0 0 1 0-1.708l1.56-1.56A2 2 0 0 1 18.828 9H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z" - } - ], - [ - "path", - { - d: "M6.586 14.414A2 2 0 0 1 5.172 15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.172a2 2 0 0 1 1.414.586l1.56 1.56a1.207 1.207 0 0 1 0 1.708z" - } - ], - [ - "path", - { - d: "M9 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2.172a2 2 0 0 1-.586 1.414l-1.56 1.56a1.207 1.207 0 0 1-1.708 0l-1.56-1.56A2 2 0 0 1 9 5.172z" - } - ] - ]; - - 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 GitBranchMinus = [ - ["path", { d: "M15 6a9 9 0 0 0-9 9V3" }], - ["path", { d: "M21 18h-6" }], - ["circle", { cx: "18", cy: "6", r: "3" }], - ["circle", { cx: "6", cy: "18", r: "3" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Hd = [ - ["path", { d: "M10 12H6" }], - ["path", { d: "M10 15V9" }], - [ - "path", - { - d: "M14 14.5a.5.5 0 0 0 .5.5h1a2.5 2.5 0 0 0 2.5-2.5v-1A2.5 2.5 0 0 0 15.5 9h-1a.5.5 0 0 0-.5.5z" - } - ], - ["path", { d: "M6 15V9" }], - ["rect", { x: "2", y: "5", width: "20", height: "14", rx: "2" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Helicopter = [ - ["path", { d: "M11 17v4" }], - ["path", { d: "M14 3v8a2 2 0 0 0 2 2h5.865" }], - ["path", { d: "M17 17v4" }], - ["path", { d: "M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z" }], - ["path", { d: "M2 10v5" }], - ["path", { d: "M6 3h16" }], - ["path", { d: "M7 21h14" }], - ["path", { d: "M8 13H2" }] - ]; - - 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 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 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 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 HouseHeart = [ - [ - "path", - { - d: "M8.62 13.8A2.25 2.25 0 1 1 12 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: "M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" - } - ] - ]; - - 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-6a2 2 0 0 1 2.582 0l7 6A2 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.35 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .71-1.53l7-6a2 2 0 0 1 2.58 0l7 6A2 2 0 0 1 21 10v2.35" - } - ], - ["path", { d: "M14.8 12.4A1 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-6a2 2 0 0 1 2.582 0l7 6A2 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-6a2 2 0 0 1 2.582 0l7 6A2 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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: "M5 3v14" }], - ["path", { d: "M12 3v8" }], - ["path", { d: "M19 3v18" }] - ]; - - const Kayak = [ - ["path", { d: "M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2z" }], - [ - "path", - { - d: "M20.97 3.61a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61" - } - ], - ["path", { d: "m6.707 6.707 10.586 10.586" }], - ["path", { d: "M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 LayersPlus = [ - [ - "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 .83.18 2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.831z" - } - ], - ["path", { d: "M16 17h6" }], - ["path", { d: "M19 14v6" }], - ["path", { d: "M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 .825.178" }], - ["path", { d: "M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l2.116-.962" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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 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: "M16 5H3" }], - ["path", { d: "M16 12H3" }], - ["path", { d: "M11 19H3" }], - ["path", { d: "m15 18 2 2 4-4" }] - ]; - - const ListChecks = [ - ["path", { d: "M13 5h8" }], - ["path", { d: "M13 12h8" }], - ["path", { d: "M13 19h8" }], - ["path", { d: "m3 17 2 2 4-4" }], - ["path", { d: "m3 7 2 2 4-4" }] - ]; - - const ListChevronsDownUp = [ - ["path", { d: "M3 5h8" }], - ["path", { d: "M3 12h8" }], - ["path", { d: "M3 19h8" }], - ["path", { d: "m15 5 3 3 3-3" }], - ["path", { d: "m15 19 3-3 3 3" }] - ]; - - const ListChevronsUpDown = [ - ["path", { d: "M3 5h8" }], - ["path", { d: "M3 12h8" }], - ["path", { d: "M3 19h8" }], - ["path", { d: "m15 8 3-3 3 3" }], - ["path", { d: "m15 16 3 3 3-3" }] - ]; - - const ListCollapse = [ - ["path", { d: "M10 5h11" }], - ["path", { d: "M10 12h11" }], - ["path", { d: "M10 19h11" }], - ["path", { d: "m3 10 3-3-3-3" }], - ["path", { d: "m3 20 3-3-3-3" }] - ]; - - const ListEnd = [ - ["path", { d: "M16 5H3" }], - ["path", { d: "M16 12H3" }], - ["path", { d: "M9 19H3" }], - ["path", { d: "m16 16-3 3 3 3" }], - ["path", { d: "M21 5v12a2 2 0 0 1-2 2h-6" }] - ]; - - const ListFilterPlus = [ - ["path", { d: "M12 5H2" }], - ["path", { d: "M6 12h12" }], - ["path", { d: "M9 19h6" }], - ["path", { d: "M16 5h6" }], - ["path", { d: "M19 8V2" }] - ]; - - const ListFilter = [ - ["path", { d: "M2 5h20" }], - ["path", { d: "M6 12h12" }], - ["path", { d: "M9 19h6" }] - ]; - - const ListIndentDecrease = [ - ["path", { d: "M21 5H11" }], - ["path", { d: "M21 12H11" }], - ["path", { d: "M21 19H11" }], - ["path", { d: "m7 8-4 4 4 4" }] - ]; - - const ListIndentIncrease = [ - ["path", { d: "M21 5H11" }], - ["path", { d: "M21 12H11" }], - ["path", { d: "M21 19H11" }], - ["path", { d: "m3 8 4 4-4 4" }] - ]; - - const ListMinus = [ - ["path", { d: "M16 5H3" }], - ["path", { d: "M11 12H3" }], - ["path", { d: "M16 19H3" }], - ["path", { d: "M21 12h-6" }] - ]; - - const ListMusic = [ - ["path", { d: "M16 5H3" }], - ["path", { d: "M11 12H3" }], - ["path", { d: "M11 19H3" }], - ["path", { d: "M21 16V5" }], - ["circle", { cx: "18", cy: "16", r: "3" }] - ]; - - const ListOrdered = [ - ["path", { d: "M11 5h10" }], - ["path", { d: "M11 12h10" }], - ["path", { d: "M11 19h10" }], - ["path", { d: "M4 4h1v5" }], - ["path", { d: "M4 9h2" }], - ["path", { d: "M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02" }] - ]; - - const ListPlus = [ - ["path", { d: "M16 5H3" }], - ["path", { d: "M11 12H3" }], - ["path", { d: "M16 19H3" }], - ["path", { d: "M18 9v6" }], - ["path", { d: "M21 12h-6" }] - ]; - - const ListRestart = [ - ["path", { d: "M21 5H3" }], - ["path", { d: "M7 12H3" }], - ["path", { d: "M7 19H3" }], - ["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: "M3 5h6" }], - ["path", { d: "M3 12h13" }], - ["path", { d: "M3 19h13" }], - ["path", { d: "m16 8-3-3 3-3" }], - ["path", { d: "M21 19V7a2 2 0 0 0-2-2h-6" }] - ]; - - const ListTodo = [ - ["path", { d: "M13 5h8" }], - ["path", { d: "M13 12h8" }], - ["path", { d: "M13 19h8" }], - ["path", { d: "m3 17 2 2 4-4" }], - ["rect", { x: "3", y: "4", width: "6", height: "6", rx: "1" }] - ]; - - const ListTree = [ - ["path", { d: "M8 5h13" }], - ["path", { d: "M13 12h8" }], - ["path", { d: "M13 19h8" }], - ["path", { d: "M3 10a2 2 0 0 0 2 2h3" }], - ["path", { d: "M3 5v12a2 2 0 0 0 2 2h3" }] - ]; - - const ListVideo = [ - ["path", { d: "M21 5H3" }], - ["path", { d: "M10 12H3" }], - ["path", { d: "M10 19H3" }], - [ - "path", - { - d: "M15 12.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" - } - ] - ]; - - const ListX = [ - ["path", { d: "M16 5H3" }], - ["path", { d: "M11 12H3" }], - ["path", { d: "M16 19H3" }], - ["path", { d: "m15.5 9.5 5 5" }], - ["path", { d: "m20.5 9.5-5 5" }] - ]; - - const LoaderCircle = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56" }]]; - - const List = [ - ["path", { d: "M3 5h.01" }], - ["path", { d: "M3 12h.01" }], - ["path", { d: "M3 19h.01" }], - ["path", { d: "M8 5h13" }], - ["path", { d: "M8 12h13" }], - ["path", { d: "M8 19h13" }] - ]; - - 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 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 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 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 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 Logs = [ - ["path", { d: "M3 5h1" }], - ["path", { d: "M3 12h1" }], - ["path", { d: "M3 19h1" }], - ["path", { d: "M8 5h1" }], - ["path", { d: "M8 12h1" }], - ["path", { d: "M8 19h1" }], - ["path", { d: "M13 5h8" }], - ["path", { d: "M13 12h8" }], - ["path", { d: "M13 19h8" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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: "M12 12v-2" }], - ["path", { d: "M12 18v-2" }], - ["path", { d: "M16 12v-2" }], - ["path", { d: "M16 18v-2" }], - ["path", { d: "M2 11h1.5" }], - ["path", { d: "M20 18v-2" }], - ["path", { d: "M20.5 11H22" }], - ["path", { d: "M4 18v-2" }], - ["path", { d: "M8 12v-2" }], - ["path", { d: "M8 18v-2" }], - ["rect", { x: "2", y: "6", width: "20", height: "10", rx: "2" }] - ]; - - 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 5h16" }], - ["path", { d: "M4 12h16" }], - ["path", { d: "M4 19h16" }] - ]; - - 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 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 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 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 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 MessageSquareQuote = [ - ["path", { d: "M14 14a2 2 0 0 0 2-2V8h-2" }], - [ - "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: "M8 14a2 2 0 0 0 2-2V8H8" }] - ]; - - 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 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 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 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 = [ - ["path", { d: "M12 19v3" }], - ["path", { d: "M15 9.34V5a3 3 0 0 0-5.68-1.33" }], - ["path", { d: "M16.95 16.95A7 7 0 0 1 5 12v-2" }], - ["path", { d: "M18.89 13.23A7 7 0 0 0 19 12v-2" }], - ["path", { d: "m2 2 20 20" }], - ["path", { d: "M9 9v3a3 3 0 0 0 5.12 2.12" }] - ]; - - 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: "M10 12h4" }], - ["path", { d: "M10 17h4" }], - ["path", { d: "M10 7h4" }], - ["path", { d: "M18 12h2" }], - ["path", { d: "M18 18h2" }], - ["path", { d: "M18 6h2" }], - ["path", { d: "M4 12h2" }], - ["path", { d: "M4 18h2" }], - ["path", { d: "M4 6h2" }], - ["rect", { x: "6", y: "2", width: "12", height: "20", rx: "2" }] - ]; - - 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 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 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 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 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 Minus = [["path", { d: "M5 12h14" }]]; - - 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 MonitorCloud = [ - ["path", { d: "M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4z" }], - ["path", { d: "M12 17v4" }], - ["path", { d: "M8 21h8" }], - ["rect", { x: "2", y: "3", width: "20", height: "14", rx: "2" }] - ]; - - 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 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 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 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 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 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 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 Motorbike = [ - ["path", { d: "m18 14-1-3" }], - ["path", { d: "m3 9 6 2a2 2 0 0 1 2-2h2a2 2 0 0 1 1.99 1.81" }], - ["path", { d: "M8 17h3a1 1 0 0 0 1-1 6 6 0 0 1 6-6 1 1 0 0 0 1-1v-.75A5 5 0 0 0 17 5" }], - ["circle", { cx: "19", cy: "17", r: "3" }], - ["circle", { cx: "5", cy: "17", r: "3" }] - ]; - - 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 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 Mountain = [["path", { d: "m8 3 4 8 5-5 5 15H2L8 3z" }]]; - - 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 MousePointer2Off = [ - [ - "path", - { - d: "m15.55 8.45 5.138 2.087a.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.063L8.45 15.551" - } - ], - ["path", { d: "M22 2 2 22" }], - ["path", { d: "m6.816 11.528-2.779-6.84a.495.495 0 0 1 .651-.651l6.84 2.779" }] - ]; - - 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 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 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 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 MoveDiagonal = [ - ["path", { d: "M11 19H5v-6" }], - ["path", { d: "M13 5h6v6" }], - ["path", { d: "M19 5 5 19" }] - ]; - - const MoveDownLeft = [ - ["path", { d: "M11 19H5V13" }], - ["path", { d: "M19 5L5 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 MoveLeft = [ - ["path", { d: "M6 8L2 12L6 16" }], - ["path", { d: "M2 12H22" }] - ]; - - const MoveHorizontal = [ - ["path", { d: "m18 8 4 4-4 4" }], - ["path", { d: "M2 12h20" }], - ["path", { d: "m6 8-4 4 4 4" }] - ]; - - 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 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 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 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 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 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 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 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 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 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: "M11 7 6 2" }], - ["path", { d: "M18.992 12H2.041" }], - [ - "path", - { - d: "M21.145 18.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595" - } - ], - [ - "path", - { - d: "m8.5 4.5 2.148-2.148a1.205 1.205 0 0 1 1.704 0l7.296 7.296a1.205 1.205 0 0 1 0 1.704l-7.592 7.592a3.615 3.615 0 0 1-5.112 0l-3.888-3.888a3.615 3.615 0 0 1 0-5.112L5.67 7.33" - } - ] - ]; - - 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 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 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 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 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 PanelBottom = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], - ["path", { d: "M3 15h18" }] - ]; - - 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 PanelLeftRightDashed = [ - ["path", { d: "M15 10V9" }], - ["path", { d: "M15 15v-1" }], - ["path", { d: "M15 21v-2" }], - ["path", { d: "M15 5V3" }], - ["path", { d: "M9 10V9" }], - ["path", { d: "M9 15v-1" }], - ["path", { d: "M9 21v-2" }], - ["path", { d: "M9 5V3" }], - ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }] - ]; - - 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 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 PanelTopBottomDashed = [ - ["path", { d: "M14 15h1" }], - ["path", { d: "M14 9h1" }], - ["path", { d: "M19 15h2" }], - ["path", { d: "M19 9h2" }], - ["path", { d: "M3 15h2" }], - ["path", { d: "M3 9h2" }], - ["path", { d: "M9 15h1" }], - ["path", { d: "M9 9h1" }], - ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }] - ]; - - 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 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 PanelsLeftBottom = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], - ["path", { d: "M9 3v18" }], - ["path", { d: "M9 15h12" }] - ]; - - const PanelTop = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], - ["path", { d: "M3 9h18" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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 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 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: "M15 8V2" }], - ["path", { d: "M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z" }], - ["path", { d: "M9 8V2" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ReceiptText = [ - ["path", { d: "M13 16H8" }], - ["path", { d: "M14 8H8" }], - ["path", { d: "M16 12H8" }], - [ - "path", - { - d: "M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z" - } - ] - ]; - - 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 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 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 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 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 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1" }], - ["path", { d: "M14 4a1 1 0 0 1 1-1" }], - ["path", { d: "M15 10a1 1 0 0 1-1-1" }], - ["path", { d: "M19 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1" }], - ["path", { d: "M21 4a1 1 0 0 0-1-1" }], - ["path", { d: "M21 9a1 1 0 0 1-1 1" }], - ["path", { d: "m3 7 3 3 3-3" }], - ["path", { d: "M6 10V5a2 2 0 0 1 2-2h2" }], - ["rect", { x: "3", y: "14", width: "7", height: "7", rx: "1" }] - ]; - - const Replace = [ - ["path", { d: "M14 4a1 1 0 0 1 1-1" }], - ["path", { d: "M15 10a1 1 0 0 1-1-1" }], - ["path", { d: "M21 4a1 1 0 0 0-1-1" }], - ["path", { d: "M21 9a1 1 0 0 1-1 1" }], - ["path", { d: "m3 7 3 3 3-3" }], - ["path", { d: "M6 10V5a2 2 0 0 1 2-2h2" }], - ["rect", { x: "3", y: "14", width: "7", height: "7", rx: "1" }] - ]; - - 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 Rose = [ - ["path", { d: "M17 10h-1a4 4 0 1 1 4-4v.534" }], - ["path", { d: "M17 6h1a4 4 0 0 1 1.42 7.74l-2.29.87a6 6 0 0 1-5.339-10.68l2.069-1.31" }], - [ - "path", - { d: "M4.5 17c2.8-.5 4.4 0 5.5.8s1.8 2.2 2.3 3.7c-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2" } - ], - ["path", { d: "M9.77 12C4 15 2 22 2 22" }], - ["circle", { cx: "17", cy: "8", r: "2" }] - ]; - - 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 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 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 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 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 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 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: "M10 15v-3" }], - ["path", { d: "M14 15v-3" }], - ["path", { d: "M18 15v-3" }], - ["path", { d: "M2 8V4" }], - ["path", { d: "M22 6H2" }], - ["path", { d: "M22 8V4" }], - ["path", { d: "M6 15v-3" }], - ["rect", { x: "2", y: "12", width: "20", height: "8", rx: "2" }] - ]; - - 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 RussianRuble = [ - ["path", { d: "M6 11h8a4 4 0 0 0 0-8H9v18" }], - ["path", { d: "M6 15h8" }] - ]; - - 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 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: "M12 3v18" }], - ["path", { d: "m19 8 3 8a5 5 0 0 1-6 0zV7" }], - ["path", { d: "M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1" }], - ["path", { d: "m5 8 3 8a5 5 0 0 1-6 0zV7" }], - ["path", { d: "M7 21h10" }] - ]; - - 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 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 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 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 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 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 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 Scooter = [ - ["path", { d: "M21 4h-3.5l2 11.05" }], - ["path", { d: "M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009" }], - ["circle", { cx: "19.5", cy: "17.5", r: "2.5" }], - ["circle", { cx: "4.5", cy: "17.5", r: "2.5" }] - ]; - - 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 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 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 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 SearchAlert = [ - ["circle", { cx: "11", cy: "11", r: "8" }], - ["path", { d: "m21 21-4.3-4.3" }], - ["path", { d: "M11 7v4" }], - ["path", { d: "M11 15h.01" }] - ]; - - 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 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 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 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 Search = [ - ["path", { d: "m21 21-4.34-4.34" }], - ["circle", { cx: "11", cy: "11", r: "8" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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 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 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 Shredder = [ - [ - "path", - { d: "M4 13V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5" } - ], - ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5" }], - ["path", { d: "M10 22v-5" }], - ["path", { d: "M14 19v-2" }], - ["path", { d: "M18 20v-3" }], - ["path", { d: "M2 13h20" }], - ["path", { d: "M6 20v-3" }] - ]; - - 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 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 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 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 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 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 = [ - ["path", { d: "M10 5H3" }], - ["path", { d: "M12 19H3" }], - ["path", { d: "M14 3v4" }], - ["path", { d: "M16 17v4" }], - ["path", { d: "M21 12h-9" }], - ["path", { d: "M21 19h-5" }], - ["path", { d: "M21 5h-7" }], - ["path", { d: "M8 10v4" }], - ["path", { d: "M8 12H3" }] - ]; - - const SlidersVertical = [ - ["path", { d: "M10 8h4" }], - ["path", { d: "M12 21v-9" }], - ["path", { d: "M12 8V3" }], - ["path", { d: "M17 16h4" }], - ["path", { d: "M19 12V3" }], - ["path", { d: "M19 21v-5" }], - ["path", { d: "M3 14h4" }], - ["path", { d: "M5 10V3" }], - ["path", { d: "M5 21v-7" }] - ]; - - 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 SolarPanel = [ - ["path", { d: "M11 2h2" }], - ["path", { d: "m14.28 14-4.56 8" }], - ["path", { d: "m21 22-1.558-4H4.558" }], - ["path", { d: "M3 10v2" }], - [ - "path", - { - d: "M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506z" - } - ], - ["path", { d: "M7 2a4 4 0 0 1-4 4" }], - ["path", { d: "m8.66 7.66 1.41 1.41" }] - ]; - - 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 SquareArrowDownRight = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], - ["path", { d: "m8 8 8 8" }], - ["path", { d: "M16 8v8H8" }] - ]; - - 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 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 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 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 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 = [ - ["line", { x1: "5", y1: "3", x2: "19", y2: "3" }], - ["line", { x1: "3", y1: "5", x2: "3", y2: "19" }], - ["line", { x1: "21", y1: "5", x2: "21", y2: "19" }], - ["line", { x1: "9", y1: "21", x2: "10", y2: "21" }], - ["line", { x1: "14", y1: "21", x2: "15", y2: "21" }], - ["path", { d: "M 3 5 A2 2 0 0 1 5 3" }], - ["path", { d: "M 19 3 A2 2 0 0 1 21 5" }], - ["path", { d: "M 5 21 A2 2 0 0 1 3 19" }], - ["path", { d: "M 21 19 A2 2 0 0 1 19 21" }], - ["circle", { cx: "8.5", cy: "8.5", r: "1.5" }], - ["line", { x1: "9.56066", y1: "9.56066", x2: "12", y2: "12" }], - ["line", { x1: "17", y1: "17", x2: "14.82", y2: "14.82" }], - ["circle", { cx: "8.5", cy: "15.5", r: "1.5" }], - ["line", { x1: "9.56066", y1: "14.43934", x2: "17", y2: "7" }] - ]; - - 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 SquareCheck = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], - ["path", { d: "m9 12 2 2 4-4" }] - ]; - - 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 SquareChevronDown = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], - ["path", { d: "m16 10-4 4-4-4" }] - ]; - - const SquareChevronLeft = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], - ["path", { d: "m14 16-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 SquareChevronUp = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], - ["path", { d: "m8 14 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 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 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 SquareDot = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], - ["circle", { cx: "12", cy: "12", r: "1" }] - ]; - - 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 = [ - [ - "path", - { d: "M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16" } - ], - ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }] - ]; - - 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 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 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 SquareParking = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], - ["path", { d: "M9 17V7h4a3 3 0 0 1 0 6H9" }] - ]; - - 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 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 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 SquareScissors = [ - ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], - ["circle", { cx: "8.5", cy: "8.5", r: "1.5" }], - ["line", { x1: "9.56066", y1: "9.56066", x2: "12", y2: "12" }], - ["line", { x1: "17", y1: "17", x2: "14.82", y2: "14.82" }], - ["circle", { cx: "8.5", cy: "15.5", r: "1.5" }], - ["line", { x1: "9.56066", y1: "14.43934", x2: "17", y2: "7" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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: "M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z" - } - ], - ["path", { d: "M15 3v5a1 1 0 0 0 1 1h5" }], - ["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 Stone = [ - [ - "path", - { - d: "M11.264 2.205A4 4 0 0 0 6.42 4.211l-4 8a4 4 0 0 0 1.359 5.117l6 4a4 4 0 0 0 4.438 0l6-4a4 4 0 0 0 1.576-4.592l-2-6a4 4 0 0 0-2.53-2.53z" - } - ], - ["path", { d: "M11.99 22 14 12l7.822 3.184" }], - ["path", { d: "M14 12 8.47 2.302" }] - ]; - - const StickyNote = [ - [ - "path", - { - d: "M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z" - } - ], - ["path", { d: "M15 3v5a1 1 0 0 0 1 1h5" }] - ]; - - const Store = [ - ["path", { d: "M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5" }], - [ - "path", - { - d: "M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244" - } - ], - ["path", { d: "M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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 = [ - ["path", { d: "m11 19-6-6" }], - ["path", { d: "m5 21-2-2" }], - ["path", { d: "m8 16-4 4" }], - ["path", { d: "M9.5 17.5 21 6V3h-3L6.5 14.5" }] - ]; - - 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 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 5H3" }], - ["path", { d: "M16 12H3" }], - ["path", { d: "M16 19H3" }], - ["path", { d: "M21 5h.01" }], - ["path", { d: "M21 12h.01" }], - ["path", { d: "M21 19h.01" }] - ]; - - 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 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 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 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 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 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 Target = [ - ["circle", { cx: "12", cy: "12", r: "10" }], - ["circle", { cx: "12", cy: "12", r: "6" }], - ["circle", { cx: "12", cy: "12", r: "2" }] - ]; - - 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 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 Terminal = [ - ["path", { d: "M12 19h8" }], - ["path", { d: "m4 17 6-6-6-6" }] - ]; - - 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 TextAlignCenter = [ - ["path", { d: "M21 5H3" }], - ["path", { d: "M17 12H7" }], - ["path", { d: "M19 19H5" }] - ]; - - const TextAlignEnd = [ - ["path", { d: "M21 5H3" }], - ["path", { d: "M21 12H9" }], - ["path", { d: "M21 19H7" }] - ]; - - const TextAlignJustify = [ - ["path", { d: "M3 5h18" }], - ["path", { d: "M3 12h18" }], - ["path", { d: "M3 19h18" }] - ]; - - const TextAlignStart = [ - ["path", { d: "M21 5H3" }], - ["path", { d: "M15 12H3" }], - ["path", { d: "M17 19H3" }] - ]; - - 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 5H3" }], - ["path", { d: "M21 12H8" }], - ["path", { d: "M21 19H8" }], - ["path", { d: "M3 12v7" }] - ]; - - const TextInitial = [ - ["path", { d: "M15 5h6" }], - ["path", { d: "M15 12h6" }], - ["path", { d: "M3 19h18" }], - ["path", { d: "m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12" }], - ["path", { d: "M3.92 10h6.16" }] - ]; - - const TextSearch = [ - ["path", { d: "M21 5H3" }], - ["path", { d: "M10 12H3" }], - ["path", { d: "M10 19H3" }], - ["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 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 TextWrap = [ - ["path", { d: "m16 16-3 3 3 3" }], - ["path", { d: "M3 12h14.5a1 1 0 0 1 0 7H13" }], - ["path", { d: "M3 19h6" }], - ["path", { d: "M3 5h18" }] - ]; - - 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 2v2" }], - ["path", { d: "M12 8a4 4 0 0 0-1.645 7.647" }], - ["path", { d: "M2 12h2" }], - ["path", { d: "M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z" }], - ["path", { d: "m4.93 4.93 1.41 1.41" }], - ["path", { d: "m6.34 17.66-1.41 1.41" }] - ]; - - const Thermometer = [["path", { d: "M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z" }]]; - - const ThumbsDown = [ - [ - "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" - } - ], - ["path", { d: "M17 14V2" }] - ]; - - const ThumbsUp = [ - [ - "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" - } - ], - ["path", { d: "M7 10v12" }] - ]; - - 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: "m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 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: "m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 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 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 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 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 ToggleLeft = [ - ["circle", { cx: "9", cy: "12", r: "3" }], - ["rect", { width: "20", height: "14", x: "2", y: "5", rx: "7" }] - ]; - - const ToggleRight = [ - ["circle", { cx: "15", cy: "12", r: "3" }], - ["rect", { width: "20", height: "14", x: "2", y: "5", rx: "7" }] - ]; - - 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 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 Toolbox = [ - ["path", { d: "M16 12v4" }], - [ - "path", - { - d: "M16 6a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 22 12v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 .586-1.414l4-4A2 2 0 0 1 8 6z" - } - ], - ["path", { d: "M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2" }], - ["path", { d: "M2 14h20" }], - ["path", { d: "M8 12v4" }] - ]; - - 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 Touchpad = [ - ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }], - ["path", { d: "M2 14h20" }], - ["path", { d: "M12 20v-6" }] - ]; - - 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 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 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 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 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 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 TvMinimal = [ - ["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 13v7a2 2 0 0 0 4 0" }], - ["path", { d: "M12 2v2" }], - ["path", { d: "M18.656 13h2.336a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-12.07-7.51" }], - ["path", { d: "m2 2 20 20" }], - ["path", { d: "M5.961 5.957a10.28 10.28 0 0 0-3.922 5.769A1 1 0 0 0 3 13h10" }] - ]; - - const Umbrella = [ - ["path", { d: "M12 13v7a2 2 0 0 0 4 0" }], - ["path", { d: "M12 2v2" }], - ["path", { d: "M20.992 13a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-19.923 0A1 1 0 0 0 3 13z" }] - ]; - - 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 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 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 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 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 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 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 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 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 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 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 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 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 UserRound = [ - ["circle", { cx: "12", cy: "8", r: "5" }], - ["path", { d: "M20 21a8 8 0 0 0-16 0" }] - ]; - - 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 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 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 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 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 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 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 Van = [ - [ - "path", - { - d: "M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3" - } - ], - ["path", { d: "M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2" }], - ["path", { d: "M9 18h5" }], - ["circle", { cx: "16", cy: "18", r: "2" }], - ["circle", { cx: "7", cy: "18", r: "2" }] - ]; - - 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 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 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 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 Venus = [ - ["path", { d: "M12 15v7" }], - ["path", { d: "M9 19h6" }], - ["circle", { cx: "12", cy: "9", r: "6" }] - ]; - - 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 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 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 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 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 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 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 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 = [ - ["path", { d: "M12 17v4" }], - ["path", { d: "M8 21h8" }], - ["path", { d: "m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15" }], - ["circle", { cx: "8", cy: "9", r: "2" }], - ["rect", { x: "2", y: "3", width: "20", height: "14", rx: "2" }] - ]; - - 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 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 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 WavesArrowDown = [ - ["path", { d: "M12 10L12 2" }], - ["path", { d: "M16 6L12 10L8 6" }], - [ - "path", - { - d: "M2 15C2.6 15.5 3.2 16 4.5 16C7 16 7 14 9.5 14C12.1 14 11.9 16 14.5 16C17 16 17 14 19.5 14C20.8 14 21.4 14.5 22 15" - } - ], - [ - "path", - { - d: "M2 21C2.6 21.5 3.2 22 4.5 22C7 22 7 20 9.5 20C12.1 20 11.9 22 14.5 22C17 22 17 20 19.5 20C20.8 20 21.4 20.5 22 21" - } - ] - ]; - - const WavesArrowUp = [ - ["path", { d: "M12 2v8" }], - [ - "path", - { - d: "M2 15c.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 21c.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: "m8 6 4-4 4 4" }] - ]; - - 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 WeightTilde = [ - [ - "path", - { - d: "M6.5 8a2 2 0 0 0-1.906 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" - } - ], - ["path", { d: "M7.999 15a2.5 2.5 0 0 1 4 0 2.5 2.5 0 0 0 4 0" }], - ["circle", { cx: "12", cy: "5", r: "3" }] - ]; - - 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 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 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 WifiLow = [ - ["path", { d: "M12 20h.01" }], - ["path", { d: "M8.5 16.429a5 5 0 0 1 7 0" }] - ]; - - 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 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 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 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 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 X = [ - ["path", { d: "M18 6 6 18" }], - ["path", { d: "m6 6 12 12" }] - ]; - - 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 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" - } - ] - ]; - - 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" }] - ]; - - 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: TextAlignCenter, - 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: TextAlignJustify, - AlignLeft: TextAlignStart, - AlignRight: TextAlignEnd, - 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, - Balloon: Balloon, - 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, - Birdhouse: Birdhouse, - 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, - BookSearch: BookSearch, - 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, - BrickWallShield: BrickWallShield, - 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, - Calendars: Calendars, - Camera: Camera, - CameraOff: CameraOff, - CandlestickChart: ChartCandlestick, - Candy: Candy, - CandyCane: CandyCane, - CandyOff: CandyOff, - Cannabis: Cannabis, - CannabisOff: CannabisOff, - 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, - ChessBishop: ChessBishop, - ChessKing: ChessKing, - ChessKnight: ChessKnight, - ChessPawn: ChessPawn, - ChessQueen: ChessQueen, - ChessRook: ChessRook, - 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: Chromium, - Chromium: Chromium, - 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, - CirclePile: CirclePile, - 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, - ClockCheck: ClockCheck, - ClockFading: ClockFading, - ClockPlus: ClockPlus, - ClosedCaption: ClosedCaption, - Cloud: Cloud, - CloudAlert: CloudAlert, - CloudBackup: CloudBackup, - 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, - CloudSync: CloudSync, - 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, - 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, - EvCharger: EvCharger, - 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: FileHeadphone, - FileAudio2: FileHeadphone, - FileAxis3D: FileAxis3d, - FileAxis3d: FileAxis3d, - FileBadge: FileBadge, - FileBadge2: FileBadge, - FileBarChart: FileChartColumnIncreasing, - FileBarChart2: FileChartColumn, - FileBox: FileBox, - FileBraces: FileBraces, - FileBracesCorner: FileBracesCorner, - FileChartColumn: FileChartColumn, - FileChartColumnIncreasing: FileChartColumnIncreasing, - FileChartLine: FileChartLine, - FileChartPie: FileChartPie, - FileCheck: FileCheck, - FileCheck2: FileCheckCorner, - FileCheckCorner: FileCheckCorner, - FileClock: FileClock, - FileCode: FileCode, - FileCode2: FileCodeCorner, - FileCodeCorner: FileCodeCorner, - FileCog: FileCog, - FileCog2: FileCog, - FileDiff: FileDiff, - FileDigit: FileDigit, - FileDown: FileDown, - FileEdit: FilePen, - FileExclamationPoint: FileExclamationPoint, - FileHeadphone: FileHeadphone, - FileHeart: FileHeart, - FileImage: FileImage, - FileInput: FileInput, - FileJson: FileBraces, - FileJson2: FileBracesCorner, - FileKey: FileKey, - FileKey2: FileKey, - FileLineChart: FileChartLine, - FileLock: FileLock, - FileLock2: FileLock, - FileMinus: FileMinus, - FileMinus2: FileMinusCorner, - FileMinusCorner: FileMinusCorner, - FileMusic: FileMusic, - FileOutput: FileOutput, - FilePen: FilePen, - FilePenLine: FilePenLine, - FilePieChart: FileChartPie, - FilePlay: FilePlay, - FilePlus: FilePlus, - FilePlus2: FilePlusCorner, - FilePlusCorner: FilePlusCorner, - FileQuestion: FileQuestionMark, - FileQuestionMark: FileQuestionMark, - FileScan: FileScan, - FileSearch: FileSearch, - FileSearch2: FileSearchCorner, - FileSearchCorner: FileSearchCorner, - FileSignal: FileSignal, - FileSignature: FilePenLine, - FileSliders: FileSliders, - FileSpreadsheet: FileSpreadsheet, - FileStack: FileStack, - FileSymlink: FileSymlink, - FileTerminal: FileTerminal, - FileText: FileText, - FileType: FileType, - FileType2: FileTypeCorner, - FileTypeCorner: FileTypeCorner, - FileUp: FileUp, - FileUser: FileUser, - FileVideo: FilePlay, - FileVideo2: FileVideoCamera, - FileVideoCamera: FileVideoCamera, - FileVolume: FileVolume, - FileVolume2: FileSignal, - FileWarning: FileExclamationPoint, - FileX: FileX, - FileX2: FileXCorner, - FileXCorner: FileXCorner, - Files: Files, - Film: Film, - Filter: Funnel, - FilterX: FunnelX, - Fingerprint: FingerprintPattern, - FingerprintPattern: FingerprintPattern, - FireExtinguisher: FireExtinguisher, - Fish: Fish, - FishOff: FishOff, - FishSymbol: FishSymbol, - FishingHook: FishingHook, - 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, - FolderX: FolderX, - Folders: Folders, - Footprints: Footprints, - ForkKnife: Utensils, - ForkKnifeCrossed: UtensilsCrossed, - Forklift: Forklift, - Form: Form, - 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, - GamepadDirectional: GamepadDirectional, - GanttChart: ChartNoAxesGantt, - GanttChartSquare: SquareChartGantt, - Gauge: Gauge, - GaugeCircle: CircleGauge, - Gavel: Gavel, - Gem: Gem, - GeorgianLari: GeorgianLari, - Ghost: Ghost, - Gift: Gift, - GitBranch: GitBranch, - GitBranchMinus: GitBranchMinus, - 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, - Hd: Hd, - 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, - Helicopter: Helicopter, - HelpCircle: CircleQuestionMark, - HelpingHand: HandHelping, - Hexagon: Hexagon, - Highlighter: Highlighter, - History: History, - Home: House, - Hop: Hop, - HopOff: HopOff, - Hospital: Hospital, - Hotel: Hotel, - Hourglass: Hourglass, - House: House, - HouseHeart: HouseHeart, - 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: ListIndentIncrease, - IndentDecrease: ListIndentDecrease, - IndentIncrease: ListIndentIncrease, - 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, - Kayak: Kayak, - 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, - LayersPlus: LayersPlus, - Layout: PanelsTopLeft, - LayoutDashboard: LayoutDashboard, - LayoutGrid: LayoutGrid, - LayoutList: LayoutList, - LayoutPanelLeft: LayoutPanelLeft, - LayoutPanelTop: LayoutPanelTop, - LayoutTemplate: LayoutTemplate, - Leaf: Leaf, - LeafyGreen: LeafyGreen, - Lectern: Lectern, - LetterText: TextInitial, - 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, - ListChevronsDownUp: ListChevronsDownUp, - ListChevronsUpDown: ListChevronsUpDown, - ListCollapse: ListCollapse, - ListEnd: ListEnd, - ListFilter: ListFilter, - ListFilterPlus: ListFilterPlus, - ListIndentDecrease: ListIndentDecrease, - ListIndentIncrease: ListIndentIncrease, - 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, - MonitorCloud: MonitorCloud, - 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, - Motorbike: Motorbike, - Mountain: Mountain, - MountainSnow: MountainSnow, - Mouse: Mouse, - MouseOff: MouseOff, - MousePointer: MousePointer, - MousePointer2: MousePointer2, - MousePointer2Off: MousePointer2Off, - 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: ListIndentDecrease, - 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, - PanelLeftRightDashed: PanelLeftRightDashed, - PanelRight: PanelRight, - PanelRightClose: PanelRightClose, - PanelRightDashed: PanelRightDashed, - PanelRightInactive: PanelRightDashed, - PanelRightOpen: PanelRightOpen, - PanelTop: PanelTop, - PanelTopBottomDashed: PanelTopBottomDashed, - 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, - Rose: Rose, - 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, - Scooter: Scooter, - ScreenShare: ScreenShare, - ScreenShareOff: ScreenShareOff, - Scroll: Scroll, - ScrollText: ScrollText, - Search: Search, - SearchAlert: SearchAlert, - 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, - SolarPanel: SolarPanel, - 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, - Stone: Stone, - 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: TextAlignStart, - TextAlignCenter: TextAlignCenter, - TextAlignEnd: TextAlignEnd, - TextAlignJustify: TextAlignJustify, - TextAlignStart: TextAlignStart, - TextCursor: TextCursor, - TextCursorInput: TextCursorInput, - TextInitial: TextInitial, - TextQuote: TextQuote, - TextSearch: TextSearch, - TextSelect: TextSelect, - TextSelection: TextSelect, - TextWrap: TextWrap, - 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, - Toolbox: Toolbox, - 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, - Van: Van, - 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, - WavesArrowDown: WavesArrowDown, - WavesArrowUp: WavesArrowUp, - WavesLadder: WavesLadder, - Waypoints: Waypoints, - Webcam: Webcam, - Webhook: Webhook, - WebhookOff: WebhookOff, - Weight: Weight, - WeightTilde: WeightTilde, - 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: TextWrap, - 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 = {}, - root = document, - inTemplates - } = {}) => { - 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 root === "undefined") { - throw new Error("`createIcons()` only works in a browser environment."); - } - const elementsToReplace = Array.from(root.querySelectorAll(`[${nameAttr}]`)); - elementsToReplace.forEach((element) => replaceElement(element, { nameAttr, icons, attrs })); - if (inTemplates) { - const templates = Array.from(root.querySelectorAll("template")); - templates.forEach( - (template) => createIcons({ - icons, - nameAttr, - attrs, - root: template.content, - inTemplates - }) - ); - } - if (nameAttr === "data-lucide") { - const deprecatedElements = root.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 = TextAlignCenter; - 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 = TextAlignJustify; - exports.AlignLeft = TextAlignStart; - exports.AlignRight = TextAlignEnd; - 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.Balloon = Balloon; - 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.Birdhouse = Birdhouse; - 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.BookSearch = BookSearch; - 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.BrickWallShield = BrickWallShield; - 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.Calendars = Calendars; - exports.Camera = Camera; - exports.CameraOff = CameraOff; - exports.CandlestickChart = ChartCandlestick; - exports.Candy = Candy; - exports.CandyCane = CandyCane; - exports.CandyOff = CandyOff; - exports.Cannabis = Cannabis; - exports.CannabisOff = CannabisOff; - 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.ChessBishop = ChessBishop; - exports.ChessKing = ChessKing; - exports.ChessKnight = ChessKnight; - exports.ChessPawn = ChessPawn; - exports.ChessQueen = ChessQueen; - exports.ChessRook = ChessRook; - 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 = Chromium; - exports.Chromium = Chromium; - 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.CirclePile = CirclePile; - 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.ClockCheck = ClockCheck; - exports.ClockFading = ClockFading; - exports.ClockPlus = ClockPlus; - exports.ClosedCaption = ClosedCaption; - exports.Cloud = Cloud; - exports.CloudAlert = CloudAlert; - exports.CloudBackup = CloudBackup; - 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.CloudSync = CloudSync; - 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.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.EvCharger = EvCharger; - 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 = FileHeadphone; - exports.FileAudio2 = FileHeadphone; - exports.FileAxis3D = FileAxis3d; - exports.FileAxis3d = FileAxis3d; - exports.FileBadge = FileBadge; - exports.FileBadge2 = FileBadge; - exports.FileBarChart = FileChartColumnIncreasing; - exports.FileBarChart2 = FileChartColumn; - exports.FileBox = FileBox; - exports.FileBraces = FileBraces; - exports.FileBracesCorner = FileBracesCorner; - exports.FileChartColumn = FileChartColumn; - exports.FileChartColumnIncreasing = FileChartColumnIncreasing; - exports.FileChartLine = FileChartLine; - exports.FileChartPie = FileChartPie; - exports.FileCheck = FileCheck; - exports.FileCheck2 = FileCheckCorner; - exports.FileCheckCorner = FileCheckCorner; - exports.FileClock = FileClock; - exports.FileCode = FileCode; - exports.FileCode2 = FileCodeCorner; - exports.FileCodeCorner = FileCodeCorner; - exports.FileCog = FileCog; - exports.FileCog2 = FileCog; - exports.FileDiff = FileDiff; - exports.FileDigit = FileDigit; - exports.FileDown = FileDown; - exports.FileEdit = FilePen; - exports.FileExclamationPoint = FileExclamationPoint; - exports.FileHeadphone = FileHeadphone; - exports.FileHeart = FileHeart; - exports.FileImage = FileImage; - exports.FileInput = FileInput; - exports.FileJson = FileBraces; - exports.FileJson2 = FileBracesCorner; - exports.FileKey = FileKey; - exports.FileKey2 = FileKey; - exports.FileLineChart = FileChartLine; - exports.FileLock = FileLock; - exports.FileLock2 = FileLock; - exports.FileMinus = FileMinus; - exports.FileMinus2 = FileMinusCorner; - exports.FileMinusCorner = FileMinusCorner; - exports.FileMusic = FileMusic; - exports.FileOutput = FileOutput; - exports.FilePen = FilePen; - exports.FilePenLine = FilePenLine; - exports.FilePieChart = FileChartPie; - exports.FilePlay = FilePlay; - exports.FilePlus = FilePlus; - exports.FilePlus2 = FilePlusCorner; - exports.FilePlusCorner = FilePlusCorner; - exports.FileQuestion = FileQuestionMark; - exports.FileQuestionMark = FileQuestionMark; - exports.FileScan = FileScan; - exports.FileSearch = FileSearch; - exports.FileSearch2 = FileSearchCorner; - exports.FileSearchCorner = FileSearchCorner; - exports.FileSignal = FileSignal; - 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 = FileTypeCorner; - exports.FileTypeCorner = FileTypeCorner; - exports.FileUp = FileUp; - exports.FileUser = FileUser; - exports.FileVideo = FilePlay; - exports.FileVideo2 = FileVideoCamera; - exports.FileVideoCamera = FileVideoCamera; - exports.FileVolume = FileVolume; - exports.FileVolume2 = FileSignal; - exports.FileWarning = FileExclamationPoint; - exports.FileX = FileX; - exports.FileX2 = FileXCorner; - exports.FileXCorner = FileXCorner; - exports.Files = Files; - exports.Film = Film; - exports.Filter = Funnel; - exports.FilterX = FunnelX; - exports.Fingerprint = FingerprintPattern; - exports.FingerprintPattern = FingerprintPattern; - exports.FireExtinguisher = FireExtinguisher; - exports.Fish = Fish; - exports.FishOff = FishOff; - exports.FishSymbol = FishSymbol; - exports.FishingHook = FishingHook; - 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.FolderX = FolderX; - exports.Folders = Folders; - exports.Footprints = Footprints; - exports.ForkKnife = Utensils; - exports.ForkKnifeCrossed = UtensilsCrossed; - exports.Forklift = Forklift; - exports.Form = Form; - 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.GamepadDirectional = GamepadDirectional; - 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.GitBranchMinus = GitBranchMinus; - 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.Hd = Hd; - 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.Helicopter = Helicopter; - 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.HouseHeart = HouseHeart; - 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 = ListIndentIncrease; - exports.IndentDecrease = ListIndentDecrease; - exports.IndentIncrease = ListIndentIncrease; - 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.Kayak = Kayak; - 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.LayersPlus = LayersPlus; - 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 = TextInitial; - 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.ListChevronsDownUp = ListChevronsDownUp; - exports.ListChevronsUpDown = ListChevronsUpDown; - exports.ListCollapse = ListCollapse; - exports.ListEnd = ListEnd; - exports.ListFilter = ListFilter; - exports.ListFilterPlus = ListFilterPlus; - exports.ListIndentDecrease = ListIndentDecrease; - exports.ListIndentIncrease = ListIndentIncrease; - 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.MonitorCloud = MonitorCloud; - 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.Motorbike = Motorbike; - exports.Mountain = Mountain; - exports.MountainSnow = MountainSnow; - exports.Mouse = Mouse; - exports.MouseOff = MouseOff; - exports.MousePointer = MousePointer; - exports.MousePointer2 = MousePointer2; - exports.MousePointer2Off = MousePointer2Off; - 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 = ListIndentDecrease; - 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.PanelLeftRightDashed = PanelLeftRightDashed; - exports.PanelRight = PanelRight; - exports.PanelRightClose = PanelRightClose; - exports.PanelRightDashed = PanelRightDashed; - exports.PanelRightInactive = PanelRightDashed; - exports.PanelRightOpen = PanelRightOpen; - exports.PanelTop = PanelTop; - exports.PanelTopBottomDashed = PanelTopBottomDashed; - 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.Rose = Rose; - 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.Scooter = Scooter; - exports.ScreenShare = ScreenShare; - exports.ScreenShareOff = ScreenShareOff; - exports.Scroll = Scroll; - exports.ScrollText = ScrollText; - exports.Search = Search; - exports.SearchAlert = SearchAlert; - 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.SolarPanel = SolarPanel; - 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.Stone = Stone; - 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 = TextAlignStart; - exports.TextAlignCenter = TextAlignCenter; - exports.TextAlignEnd = TextAlignEnd; - exports.TextAlignJustify = TextAlignJustify; - exports.TextAlignStart = TextAlignStart; - exports.TextCursor = TextCursor; - exports.TextCursorInput = TextCursorInput; - exports.TextInitial = TextInitial; - exports.TextQuote = TextQuote; - exports.TextSearch = TextSearch; - exports.TextSelect = TextSelect; - exports.TextSelection = TextSelect; - exports.TextWrap = TextWrap; - 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.Toolbox = Toolbox; - 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.Van = Van; - 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.WavesArrowDown = WavesArrowDown; - exports.WavesArrowUp = WavesArrowUp; - exports.WavesLadder = WavesLadder; - exports.Waypoints = Waypoints; - exports.Webcam = Webcam; - exports.Webhook = Webhook; - exports.WebhookOff = WebhookOff; - exports.Weight = Weight; - exports.WeightTilde = WeightTilde; - 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 = TextWrap; - 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/assets/js/tailwind.js b/assets/js/tailwind.js deleted file mode 100644 index 0df58a93..00000000 --- a/assets/js/tailwind.js +++ /dev/null @@ -1,65 +0,0 @@ -(()=>{var Zb=Object.create;var Oi=Object.defineProperty;var ew=Object.getOwnPropertyDescriptor;var tw=Object.getOwnPropertyNames;var rw=Object.getPrototypeOf,iw=Object.prototype.hasOwnProperty;var Qu=r=>Oi(r,"__esModule",{value:!0});var Ju=r=>{if(typeof require!="undefined")return require(r);throw new Error('Dynamic require of "'+r+'" is not supported')};var S=(r,e)=>()=>(r&&(e=r(r=0)),e);var x=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),_e=(r,e)=>{Qu(r);for(var t in e)Oi(r,t,{get:e[t],enumerable:!0})},nw=(r,e,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of tw(e))!iw.call(r,i)&&i!=="default"&&Oi(r,i,{get:()=>e[i],enumerable:!(t=ew(e,i))||t.enumerable});return r},J=r=>nw(Qu(Oi(r!=null?Zb(rw(r)):{},"default",r&&r.__esModule&&"default"in r?{get:()=>r.default,enumerable:!0}:{value:r,enumerable:!0})),r);var h,l=S(()=>{h={platform:"",env:{},versions:{node:"14.17.6"}}});var sw,re,Ve=S(()=>{l();sw=0,re={readFileSync:r=>self[r]||"",statSync:()=>({mtimeMs:sw++}),promises:{readFile:r=>Promise.resolve(self[r]||"")}}});var xs=x((oE,Ku)=>{l();"use strict";var Xu=class{constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");if(typeof e.maxAge=="number"&&e.maxAge===0)throw new TypeError("`maxAge` must be a number greater than 0");this.maxSize=e.maxSize,this.maxAge=e.maxAge||1/0,this.onEviction=e.onEviction,this.cache=new Map,this.oldCache=new Map,this._size=0}_emitEvictions(e){if(typeof this.onEviction=="function")for(let[t,i]of e)this.onEviction(t,i.value)}_deleteIfExpired(e,t){return typeof t.expiry=="number"&&t.expiry<=Date.now()?(typeof this.onEviction=="function"&&this.onEviction(e,t.value),this.delete(e)):!1}_getOrDeleteIfExpired(e,t){if(this._deleteIfExpired(e,t)===!1)return t.value}_getItemValue(e,t){return t.expiry?this._getOrDeleteIfExpired(e,t):t.value}_peek(e,t){let i=t.get(e);return this._getItemValue(e,i)}_set(e,t){this.cache.set(e,t),this._size++,this._size>=this.maxSize&&(this._size=0,this._emitEvictions(this.oldCache),this.oldCache=this.cache,this.cache=new Map)}_moveToRecent(e,t){this.oldCache.delete(e),this._set(e,t)}*_entriesAscending(){for(let e of this.oldCache){let[t,i]=e;this.cache.has(t)||this._deleteIfExpired(t,i)===!1&&(yield e)}for(let e of this.cache){let[t,i]=e;this._deleteIfExpired(t,i)===!1&&(yield e)}}get(e){if(this.cache.has(e)){let t=this.cache.get(e);return this._getItemValue(e,t)}if(this.oldCache.has(e)){let t=this.oldCache.get(e);if(this._deleteIfExpired(e,t)===!1)return this._moveToRecent(e,t),t.value}}set(e,t,{maxAge:i=this.maxAge===1/0?void 0:Date.now()+this.maxAge}={}){this.cache.has(e)?this.cache.set(e,{value:t,maxAge:i}):this._set(e,{value:t,expiry:i})}has(e){return this.cache.has(e)?!this._deleteIfExpired(e,this.cache.get(e)):this.oldCache.has(e)?!this._deleteIfExpired(e,this.oldCache.get(e)):!1}peek(e){if(this.cache.has(e))return this._peek(e,this.cache);if(this.oldCache.has(e))return this._peek(e,this.oldCache)}delete(e){let t=this.cache.delete(e);return t&&this._size--,this.oldCache.delete(e)||t}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}resize(e){if(!(e&&e>0))throw new TypeError("`maxSize` must be a number greater than 0");let t=[...this._entriesAscending()],i=t.length-e;i<0?(this.cache=new Map(t),this.oldCache=new Map,this._size=t.length):(i>0&&this._emitEvictions(t.slice(0,i)),this.oldCache=new Map(t.slice(i)),this.cache=new Map,this._size=0),this.maxSize=e}*keys(){for(let[e]of this)yield e}*values(){for(let[,e]of this)yield e}*[Symbol.iterator](){for(let e of this.cache){let[t,i]=e;this._deleteIfExpired(t,i)===!1&&(yield[t,i.value])}for(let e of this.oldCache){let[t,i]=e;this.cache.has(t)||this._deleteIfExpired(t,i)===!1&&(yield[t,i.value])}}*entriesDescending(){let e=[...this.cache];for(let t=e.length-1;t>=0;--t){let i=e[t],[n,s]=i;this._deleteIfExpired(n,s)===!1&&(yield[n,s.value])}e=[...this.oldCache];for(let t=e.length-1;t>=0;--t){let i=e[t],[n,s]=i;this.cache.has(n)||this._deleteIfExpired(n,s)===!1&&(yield[n,s.value])}}*entriesAscending(){for(let[e,t]of this._entriesAscending())yield[e,t.value]}get size(){if(!this._size)return this.oldCache.size;let e=0;for(let t of this.oldCache.keys())this.cache.has(t)||e++;return Math.min(this._size+e,this.maxSize)}};Ku.exports=Xu});var Zu,ef=S(()=>{l();Zu=r=>r&&r._hash});function _i(r){return Zu(r,{ignoreUnknown:!0})}var tf=S(()=>{l();ef()});function et(r){if(r=`${r}`,r==="0")return"0";if(/^[+-]?(\d+|\d*\.\d+)(e[+-]?\d+)?(%|\w+)?$/.test(r))return r.replace(/^[+-]?/,t=>t==="-"?"":"-");let e=["var","calc","min","max","clamp"];for(let t of e)if(r.includes(`${t}(`))return`calc(${r} * -1)`}var Ei=S(()=>{l()});var rf,nf=S(()=>{l();rf=["preflight","container","accessibility","pointerEvents","visibility","position","inset","isolation","zIndex","order","gridColumn","gridColumnStart","gridColumnEnd","gridRow","gridRowStart","gridRowEnd","float","clear","margin","boxSizing","lineClamp","display","aspectRatio","size","height","maxHeight","minHeight","width","minWidth","maxWidth","flex","flexShrink","flexGrow","flexBasis","tableLayout","captionSide","borderCollapse","borderSpacing","transformOrigin","translate","rotate","skew","scale","transform","animation","cursor","touchAction","userSelect","resize","scrollSnapType","scrollSnapAlign","scrollSnapStop","scrollMargin","scrollPadding","listStylePosition","listStyleType","listStyleImage","appearance","columns","breakBefore","breakInside","breakAfter","gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateColumns","gridTemplateRows","flexDirection","flexWrap","placeContent","placeItems","alignContent","alignItems","justifyContent","justifyItems","gap","space","divideWidth","divideStyle","divideColor","divideOpacity","placeSelf","alignSelf","justifySelf","overflow","overscrollBehavior","scrollBehavior","textOverflow","hyphens","whitespace","textWrap","wordBreak","borderRadius","borderWidth","borderStyle","borderColor","borderOpacity","backgroundColor","backgroundOpacity","backgroundImage","gradientColorStops","boxDecorationBreak","backgroundSize","backgroundAttachment","backgroundClip","backgroundPosition","backgroundRepeat","backgroundOrigin","fill","stroke","strokeWidth","objectFit","objectPosition","padding","textAlign","textIndent","verticalAlign","fontFamily","fontSize","fontWeight","textTransform","fontStyle","fontVariantNumeric","lineHeight","letterSpacing","textColor","textOpacity","textDecoration","textDecorationColor","textDecorationStyle","textDecorationThickness","textUnderlineOffset","fontSmoothing","placeholderColor","placeholderOpacity","caretColor","accentColor","opacity","backgroundBlendMode","mixBlendMode","boxShadow","boxShadowColor","outlineStyle","outlineWidth","outlineOffset","outlineColor","ringWidth","ringColor","ringOpacity","ringOffsetWidth","ringOffsetColor","blur","brightness","contrast","dropShadow","grayscale","hueRotate","invert","saturate","sepia","filter","backdropBlur","backdropBrightness","backdropContrast","backdropGrayscale","backdropHueRotate","backdropInvert","backdropOpacity","backdropSaturate","backdropSepia","backdropFilter","transitionProperty","transitionDelay","transitionDuration","transitionTimingFunction","willChange","content","forcedColorAdjust"]});function sf(r,e){return r===void 0?e:Array.isArray(r)?r:[...new Set(e.filter(i=>r!==!1&&r[i]!==!1).concat(Object.keys(r).filter(i=>r[i]!==!1)))]}var af=S(()=>{l()});var of={};_e(of,{default:()=>K});var K,Tt=S(()=>{l();K=new Proxy({},{get:()=>String})});function vs(r,e,t){typeof h!="undefined"&&h.env.JEST_WORKER_ID||t&&lf.has(t)||(t&&lf.add(t),console.warn(""),e.forEach(i=>console.warn(r,"-",i)))}function ks(r){return K.dim(r)}var lf,M,Ee=S(()=>{l();Tt();lf=new Set;M={info(r,e){vs(K.bold(K.cyan("info")),...Array.isArray(r)?[r]:[e,r])},warn(r,e){["content-problems"].includes(r)||vs(K.bold(K.yellow("warn")),...Array.isArray(r)?[r]:[e,r])},risk(r,e){vs(K.bold(K.magenta("risk")),...Array.isArray(r)?[r]:[e,r])}}});function mr({version:r,from:e,to:t}){M.warn(`${e}-color-renamed`,[`As of Tailwind CSS ${r}, \`${e}\` has been renamed to \`${t}\`.`,"Update your configuration file to silence this warning."])}var uf,ff=S(()=>{l();Ee();uf={inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b",950:"#09090b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717",950:"#0a0a0a"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917",950:"#0c0a09"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12",950:"#431407"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12",950:"#422006"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314",950:"#1a2e05"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a",950:"#042f2e"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e",950:"#082f49"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81",950:"#1e1b4b"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87",950:"#3b0764"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75",950:"#4a044e"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843",950:"#500724"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337",950:"#4c0519"},get lightBlue(){return mr({version:"v2.2",from:"lightBlue",to:"sky"}),this.sky},get warmGray(){return mr({version:"v3.0",from:"warmGray",to:"stone"}),this.stone},get trueGray(){return mr({version:"v3.0",from:"trueGray",to:"neutral"}),this.neutral},get coolGray(){return mr({version:"v3.0",from:"coolGray",to:"gray"}),this.gray},get blueGray(){return mr({version:"v3.0",from:"blueGray",to:"slate"}),this.slate}}});function Ss(r,...e){for(let t of e){for(let i in t)r?.hasOwnProperty?.(i)||(r[i]=t[i]);for(let i of Object.getOwnPropertySymbols(t))r?.hasOwnProperty?.(i)||(r[i]=t[i])}return r}var cf=S(()=>{l()});function tt(r){if(Array.isArray(r))return r;let e=r.split("[").length-1,t=r.split("]").length-1;if(e!==t)throw new Error(`Path is invalid. Has unbalanced brackets: ${r}`);return r.split(/\.(?![^\[]*\])|[\[\]]/g).filter(Boolean)}var Ti=S(()=>{l()});function Z(r,e){return Pi.future.includes(e)?r.future==="all"||(r?.future?.[e]??pf[e]??!1):Pi.experimental.includes(e)?r.experimental==="all"||(r?.experimental?.[e]??pf[e]??!1):!1}function df(r){return r.experimental==="all"?Pi.experimental:Object.keys(r?.experimental??{}).filter(e=>Pi.experimental.includes(e)&&r.experimental[e])}function hf(r){if(h.env.JEST_WORKER_ID===void 0&&df(r).length>0){let e=df(r).map(t=>K.yellow(t)).join(", ");M.warn("experimental-flags-enabled",[`You have enabled experimental features: ${e}`,"Experimental features in Tailwind CSS are not covered by semver, may introduce breaking changes, and can change at any time."])}}var pf,Pi,We=S(()=>{l();Tt();Ee();pf={optimizeUniversalDefaults:!1,generalizedModifiers:!0,get disableColorOpacityUtilitiesByDefault(){return!1},get relativeContentPathsByDefault(){return!1}},Pi={future:["hoverOnlyWhenSupported","respectDefaultRingColorOpacity","disableColorOpacityUtilitiesByDefault","relativeContentPathsByDefault"],experimental:["optimizeUniversalDefaults","generalizedModifiers"]}});function mf(r){(()=>{if(r.purge||!r.content||!Array.isArray(r.content)&&!(typeof r.content=="object"&&r.content!==null))return!1;if(Array.isArray(r.content))return r.content.every(t=>typeof t=="string"?!0:!(typeof t?.raw!="string"||t?.extension&&typeof t?.extension!="string"));if(typeof r.content=="object"&&r.content!==null){if(Object.keys(r.content).some(t=>!["files","relative","extract","transform"].includes(t)))return!1;if(Array.isArray(r.content.files)){if(!r.content.files.every(t=>typeof t=="string"?!0:!(typeof t?.raw!="string"||t?.extension&&typeof t?.extension!="string")))return!1;if(typeof r.content.extract=="object"){for(let t of Object.values(r.content.extract))if(typeof t!="function")return!1}else if(!(r.content.extract===void 0||typeof r.content.extract=="function"))return!1;if(typeof r.content.transform=="object"){for(let t of Object.values(r.content.transform))if(typeof t!="function")return!1}else if(!(r.content.transform===void 0||typeof r.content.transform=="function"))return!1;if(typeof r.content.relative!="boolean"&&typeof r.content.relative!="undefined")return!1}return!0}return!1})()||M.warn("purge-deprecation",["The `purge`/`content` options have changed in Tailwind CSS v3.0.","Update your configuration file to eliminate this warning.","https://tailwindcss.com/docs/upgrade-guide#configure-content-sources"]),r.safelist=(()=>{let{content:t,purge:i,safelist:n}=r;return Array.isArray(n)?n:Array.isArray(t?.safelist)?t.safelist:Array.isArray(i?.safelist)?i.safelist:Array.isArray(i?.options?.safelist)?i.options.safelist:[]})(),r.blocklist=(()=>{let{blocklist:t}=r;if(Array.isArray(t)){if(t.every(i=>typeof i=="string"))return t;M.warn("blocklist-invalid",["The `blocklist` option must be an array of strings.","https://tailwindcss.com/docs/content-configuration#discarding-classes"])}return[]})(),typeof r.prefix=="function"?(M.warn("prefix-function",["As of Tailwind CSS v3.0, `prefix` cannot be a function.","Update `prefix` in your configuration to be a string to eliminate this warning.","https://tailwindcss.com/docs/upgrade-guide#prefix-cannot-be-a-function"]),r.prefix=""):r.prefix=r.prefix??"",r.content={relative:(()=>{let{content:t}=r;return t?.relative?t.relative:Z(r,"relativeContentPathsByDefault")})(),files:(()=>{let{content:t,purge:i}=r;return Array.isArray(i)?i:Array.isArray(i?.content)?i.content:Array.isArray(t)?t:Array.isArray(t?.content)?t.content:Array.isArray(t?.files)?t.files:[]})(),extract:(()=>{let t=(()=>r.purge?.extract?r.purge.extract:r.content?.extract?r.content.extract:r.purge?.extract?.DEFAULT?r.purge.extract.DEFAULT:r.content?.extract?.DEFAULT?r.content.extract.DEFAULT:r.purge?.options?.extractors?r.purge.options.extractors:r.content?.options?.extractors?r.content.options.extractors:{})(),i={},n=(()=>{if(r.purge?.options?.defaultExtractor)return r.purge.options.defaultExtractor;if(r.content?.options?.defaultExtractor)return r.content.options.defaultExtractor})();if(n!==void 0&&(i.DEFAULT=n),typeof t=="function")i.DEFAULT=t;else if(Array.isArray(t))for(let{extensions:s,extractor:a}of t??[])for(let o of s)i[o]=a;else typeof t=="object"&&t!==null&&Object.assign(i,t);return i})(),transform:(()=>{let t=(()=>r.purge?.transform?r.purge.transform:r.content?.transform?r.content.transform:r.purge?.transform?.DEFAULT?r.purge.transform.DEFAULT:r.content?.transform?.DEFAULT?r.content.transform.DEFAULT:{})(),i={};return typeof t=="function"&&(i.DEFAULT=t),typeof t=="object"&&t!==null&&Object.assign(i,t),i})()};for(let t of r.content.files)if(typeof t=="string"&&/{([^,]*?)}/g.test(t)){M.warn("invalid-glob-braces",[`The glob pattern ${ks(t)} in your Tailwind CSS configuration is invalid.`,`Update it to ${ks(t.replace(/{([^,]*?)}/g,"$1"))} to silence this warning.`]);break}return r}var gf=S(()=>{l();We();Ee()});function ne(r){if(Object.prototype.toString.call(r)!=="[object Object]")return!1;let e=Object.getPrototypeOf(r);return e===null||Object.getPrototypeOf(e)===null}var Pt=S(()=>{l()});function Di(r){return Array.isArray(r)?r.map(e=>Di(e)):typeof r=="object"&&r!==null?Object.fromEntries(Object.entries(r).map(([e,t])=>[e,Di(t)])):r}var yf=S(()=>{l()});function kt(r){return r.replace(/\\,/g,"\\2c ")}var Ii=S(()=>{l()});var Cs,bf=S(()=>{l();Cs={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});function gr(r,{loose:e=!1}={}){if(typeof r!="string")return null;if(r=r.trim(),r==="transparent")return{mode:"rgb",color:["0","0","0"],alpha:"0"};if(r in Cs)return{mode:"rgb",color:Cs[r].map(s=>s.toString())};let t=r.replace(ow,(s,a,o,u,c)=>["#",a,a,o,o,u,u,c?c+c:""].join("")).match(aw);if(t!==null)return{mode:"rgb",color:[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)].map(s=>s.toString()),alpha:t[4]?(parseInt(t[4],16)/255).toString():void 0};let i=r.match(lw)??r.match(uw);if(i===null)return null;let n=[i[2],i[3],i[4]].filter(Boolean).map(s=>s.toString());return n.length===2&&n[0].startsWith("var(")?{mode:i[1],color:[n[0]],alpha:n[1]}:!e&&n.length!==3||n.length<3&&!n.some(s=>/^var\(.*?\)$/.test(s))?null:{mode:i[1],color:n,alpha:i[5]?.toString?.()}}function As({mode:r,color:e,alpha:t}){let i=t!==void 0;return r==="rgba"||r==="hsla"?`${r}(${e.join(", ")}${i?`, ${t}`:""})`:`${r}(${e.join(" ")}${i?` / ${t}`:""})`}var aw,ow,rt,Ri,wf,it,lw,uw,Os=S(()=>{l();bf();aw=/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i,ow=/^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i,rt=/(?:\d+|\d*\.\d+)%?/,Ri=/(?:\s*,\s*|\s+)/,wf=/\s*[,/]\s*/,it=/var\(--(?:[^ )]*?)(?:,(?:[^ )]*?|var\(--[^ )]*?\)))?\)/,lw=new RegExp(`^(rgba?)\\(\\s*(${rt.source}|${it.source})(?:${Ri.source}(${rt.source}|${it.source}))?(?:${Ri.source}(${rt.source}|${it.source}))?(?:${wf.source}(${rt.source}|${it.source}))?\\s*\\)$`),uw=new RegExp(`^(hsla?)\\(\\s*((?:${rt.source})(?:deg|rad|grad|turn)?|${it.source})(?:${Ri.source}(${rt.source}|${it.source}))?(?:${Ri.source}(${rt.source}|${it.source}))?(?:${wf.source}(${rt.source}|${it.source}))?\\s*\\)$`)});function Ie(r,e,t){if(typeof r=="function")return r({opacityValue:e});let i=gr(r,{loose:!0});return i===null?t:As({...i,alpha:e})}function oe({color:r,property:e,variable:t}){let i=[].concat(e);if(typeof r=="function")return{[t]:"1",...Object.fromEntries(i.map(s=>[s,r({opacityVariable:t,opacityValue:`var(${t})`})]))};let n=gr(r);return n===null?Object.fromEntries(i.map(s=>[s,r])):n.alpha!==void 0?Object.fromEntries(i.map(s=>[s,r])):{[t]:"1",...Object.fromEntries(i.map(s=>[s,As({...n,alpha:`var(${t})`})]))}}var yr=S(()=>{l();Os()});function le(r,e){let t=[],i=[],n=0,s=!1;for(let a=0;a{l()});function qi(r){return le(r,",").map(t=>{let i=t.trim(),n={raw:i},s=i.split(cw),a=new Set;for(let o of s)xf.lastIndex=0,!a.has("KEYWORD")&&fw.has(o)?(n.keyword=o,a.add("KEYWORD")):xf.test(o)?a.has("X")?a.has("Y")?a.has("BLUR")?a.has("SPREAD")||(n.spread=o,a.add("SPREAD")):(n.blur=o,a.add("BLUR")):(n.y=o,a.add("Y")):(n.x=o,a.add("X")):n.color?(n.unknown||(n.unknown=[]),n.unknown.push(o)):n.color=o;return n.valid=n.x!==void 0&&n.y!==void 0,n})}function vf(r){return r.map(e=>e.valid?[e.keyword,e.x,e.y,e.blur,e.spread,e.color].filter(Boolean).join(" "):e.raw).join(", ")}var fw,cw,xf,_s=S(()=>{l();Dt();fw=new Set(["inset","inherit","initial","revert","unset"]),cw=/\ +(?![^(]*\))/g,xf=/^-?(\d+|\.\d+)(.*?)$/g});function Es(r){return pw.some(e=>new RegExp(`^${e}\\(.*\\)`).test(r))}function L(r,e=null,t=!0){let i=e&&dw.has(e.property);return r.startsWith("--")&&!i?`var(${r})`:r.includes("url(")?r.split(/(url\(.*?\))/g).filter(Boolean).map(n=>/^url\(.*?\)$/.test(n)?n:L(n,e,!1)).join(""):(r=r.replace(/([^\\])_+/g,(n,s)=>s+" ".repeat(n.length-1)).replace(/^_/g," ").replace(/\\_/g,"_"),t&&(r=r.trim()),r=hw(r),r)}function hw(r){let e=["theme"],t=["min-content","max-content","fit-content","safe-area-inset-top","safe-area-inset-right","safe-area-inset-bottom","safe-area-inset-left","titlebar-area-x","titlebar-area-y","titlebar-area-width","titlebar-area-height","keyboard-inset-top","keyboard-inset-right","keyboard-inset-bottom","keyboard-inset-left","keyboard-inset-width","keyboard-inset-height"];return r.replace(/(calc|min|max|clamp)\(.+\)/g,i=>{let n="";function s(){let a=n.trimEnd();return a[a.length-1]}for(let a=0;ai[a+p]===d)},u=function(f){let d=1/0;for(let g of f){let b=i.indexOf(g,a);b!==-1&&bo(f))){let f=t.find(d=>o(d));n+=f,a+=f.length-1}else e.some(f=>o(f))?n+=u([")"]):["+","-","*","/"].includes(c)&&!["(","+","-","*","/",","].includes(s())?n+=` ${c} `:n+=c}return n.replace(/\s+/g," ")})}function Ts(r){return r.startsWith("url(")}function Ps(r){return!isNaN(Number(r))||Es(r)}function br(r){return r.endsWith("%")&&Ps(r.slice(0,-1))||Es(r)}function wr(r){return r==="0"||new RegExp(`^[+-]?[0-9]*.?[0-9]+(?:[eE][+-]?[0-9]+)?${gw}$`).test(r)||Es(r)}function kf(r){return yw.has(r)}function Sf(r){let e=qi(L(r));for(let t of e)if(!t.valid)return!1;return!0}function Cf(r){let e=0;return le(r,"_").every(i=>(i=L(i),i.startsWith("var(")?!0:gr(i,{loose:!0})!==null?(e++,!0):!1))?e>0:!1}function Af(r){let e=0;return le(r,",").every(i=>(i=L(i),i.startsWith("var(")?!0:Ts(i)||ww(i)||["element(","image(","cross-fade(","image-set("].some(n=>i.startsWith(n))?(e++,!0):!1))?e>0:!1}function ww(r){r=L(r);for(let e of bw)if(r.startsWith(`${e}(`))return!0;return!1}function Of(r){let e=0;return le(r,"_").every(i=>(i=L(i),i.startsWith("var(")?!0:xw.has(i)||wr(i)||br(i)?(e++,!0):!1))?e>0:!1}function _f(r){let e=0;return le(r,",").every(i=>(i=L(i),i.startsWith("var(")?!0:i.includes(" ")&&!/(['"])([^"']+)\1/g.test(i)||/^\d/g.test(i)?!1:(e++,!0)))?e>0:!1}function Ef(r){return vw.has(r)}function Tf(r){return kw.has(r)}function Pf(r){return Sw.has(r)}var pw,dw,mw,gw,yw,bw,xw,vw,kw,Sw,xr=S(()=>{l();Os();_s();Dt();pw=["min","max","clamp","calc"];dw=new Set(["scroll-timeline-name","timeline-scope","view-timeline-name","font-palette","scroll-timeline","animation-timeline","view-timeline"]);mw=["cm","mm","Q","in","pc","pt","px","em","ex","ch","rem","lh","rlh","vw","vh","vmin","vmax","vb","vi","svw","svh","lvw","lvh","dvw","dvh","cqw","cqh","cqi","cqb","cqmin","cqmax"],gw=`(?:${mw.join("|")})`;yw=new Set(["thin","medium","thick"]);bw=new Set(["conic-gradient","linear-gradient","radial-gradient","repeating-conic-gradient","repeating-linear-gradient","repeating-radial-gradient"]);xw=new Set(["center","top","right","bottom","left"]);vw=new Set(["serif","sans-serif","monospace","cursive","fantasy","system-ui","ui-serif","ui-sans-serif","ui-monospace","ui-rounded","math","emoji","fangsong"]);kw=new Set(["xx-small","x-small","small","medium","large","x-large","x-large","xxx-large"]);Sw=new Set(["larger","smaller"])});function Df(r){let e=["cover","contain"];return le(r,",").every(t=>{let i=le(t,"_").filter(Boolean);return i.length===1&&e.includes(i[0])?!0:i.length!==1&&i.length!==2?!1:i.every(n=>wr(n)||br(n)||n==="auto")})}var If=S(()=>{l();xr();Dt()});function Rf(r,e){r.walkClasses(t=>{t.value=e(t.value),t.raws&&t.raws.value&&(t.raws.value=kt(t.raws.value))})}function qf(r,e){if(!nt(r))return;let t=r.slice(1,-1);if(!!e(t))return L(t)}function Cw(r,e={},t){let i=e[r];if(i!==void 0)return et(i);if(nt(r)){let n=qf(r,t);return n===void 0?void 0:et(n)}}function Fi(r,e={},{validate:t=()=>!0}={}){let i=e.values?.[r];return i!==void 0?i:e.supportsNegativeValues&&r.startsWith("-")?Cw(r.slice(1),e.values,t):qf(r,t)}function nt(r){return r.startsWith("[")&&r.endsWith("]")}function Ff(r){let e=r.lastIndexOf("/"),t=r.lastIndexOf("[",e),i=r.indexOf("]",e);return r[e-1]==="]"||r[e+1]==="["||t!==-1&&i!==-1&&t")){let e=r;return({opacityValue:t=1})=>e.replace("",t)}return r}function Bf(r){return L(r.slice(1,-1))}function Aw(r,e={},{tailwindConfig:t={}}={}){if(e.values?.[r]!==void 0)return It(e.values?.[r]);let[i,n]=Ff(r);if(n!==void 0){let s=e.values?.[i]??(nt(i)?i.slice(1,-1):void 0);return s===void 0?void 0:(s=It(s),nt(n)?Ie(s,Bf(n)):t.theme?.opacity?.[n]===void 0?void 0:Ie(s,t.theme.opacity[n]))}return Fi(r,e,{validate:Cf})}function Ow(r,e={}){return e.values?.[r]}function ge(r){return(e,t)=>Fi(e,t,{validate:r})}function _w(r,e){let t=r.indexOf(e);return t===-1?[void 0,r]:[r.slice(0,t),r.slice(t+1)]}function Is(r,e,t,i){if(t.values&&e in t.values)for(let{type:s}of r??[]){let a=Ds[s](e,t,{tailwindConfig:i});if(a!==void 0)return[a,s,null]}if(nt(e)){let s=e.slice(1,-1),[a,o]=_w(s,":");if(!/^[\w-_]+$/g.test(a))o=s;else if(a!==void 0&&!Mf.includes(a))return[];if(o.length>0&&Mf.includes(a))return[Fi(`[${o}]`,t),a,null]}let n=Rs(r,e,t,i);for(let s of n)return s;return[]}function*Rs(r,e,t,i){let n=Z(i,"generalizedModifiers"),[s,a]=Ff(e);if(n&&t.modifiers!=null&&(t.modifiers==="any"||typeof t.modifiers=="object"&&(a&&nt(a)||a in t.modifiers))||(s=e,a=void 0),a!==void 0&&s===""&&(s="DEFAULT"),a!==void 0&&typeof t.modifiers=="object"){let u=t.modifiers?.[a]??null;u!==null?a=u:nt(a)&&(a=Bf(a))}for(let{type:u}of r??[]){let c=Ds[u](s,t,{tailwindConfig:i});c!==void 0&&(yield[c,u,a??null])}}var Ds,Mf,vr=S(()=>{l();Ii();yr();xr();Ei();If();We();Ds={any:Fi,color:Aw,url:ge(Ts),image:ge(Af),length:ge(wr),percentage:ge(br),position:ge(Of),lookup:Ow,"generic-name":ge(Ef),"family-name":ge(_f),number:ge(Ps),"line-width":ge(kf),"absolute-size":ge(Tf),"relative-size":ge(Pf),shadow:ge(Sf),size:ge(Df)},Mf=Object.keys(Ds)});function $(r){return typeof r=="function"?r({}):r}var qs=S(()=>{l()});function Rt(r){return typeof r=="function"}function kr(r,...e){let t=e.pop();for(let i of e)for(let n in i){let s=t(r[n],i[n]);s===void 0?ne(r[n])&&ne(i[n])?r[n]=kr({},r[n],i[n],t):r[n]=i[n]:r[n]=s}return r}function Ew(r,...e){return Rt(r)?r(...e):r}function Tw(r){return r.reduce((e,{extend:t})=>kr(e,t,(i,n)=>i===void 0?[n]:Array.isArray(i)?[n,...i]:[n,i]),{})}function Pw(r){return{...r.reduce((e,t)=>Ss(e,t),{}),extend:Tw(r)}}function Lf(r,e){if(Array.isArray(r)&&ne(r[0]))return r.concat(e);if(Array.isArray(e)&&ne(e[0])&&ne(r))return[r,...e];if(Array.isArray(e))return e}function Dw({extend:r,...e}){return kr(e,r,(t,i)=>!Rt(t)&&!i.some(Rt)?kr({},t,...i,Lf):(n,s)=>kr({},...[t,...i].map(a=>Ew(a,n,s)),Lf))}function*Iw(r){let e=tt(r);if(e.length===0||(yield e,Array.isArray(r)))return;let t=/^(.*?)\s*\/\s*([^/]+)$/,i=r.match(t);if(i!==null){let[,n,s]=i,a=tt(n);a.alpha=s,yield a}}function Rw(r){let e=(t,i)=>{for(let n of Iw(t)){let s=0,a=r;for(;a!=null&&s(t[i]=Rt(r[i])?r[i](e,Fs):r[i],t),{})}function $f(r){let e=[];return r.forEach(t=>{e=[...e,t];let i=t?.plugins??[];i.length!==0&&i.forEach(n=>{n.__isOptionsFunction&&(n=n()),e=[...e,...$f([n?.config??{}])]})}),e}function qw(r){return[...r].reduceRight((t,i)=>Rt(i)?i({corePlugins:t}):sf(i,t),rf)}function Fw(r){return[...r].reduceRight((t,i)=>[...t,...i],[])}function Bs(r){let e=[...$f(r),{prefix:"",important:!1,separator:":"}];return mf(Ss({theme:Rw(Dw(Pw(e.map(t=>t?.theme??{})))),corePlugins:qw(e.map(t=>t.corePlugins)),plugins:Fw(r.map(t=>t?.plugins??[]))},...e))}var Fs,Nf=S(()=>{l();Ei();nf();af();ff();cf();Ti();gf();Pt();yf();vr();yr();qs();Fs={colors:uf,negative(r){return Object.keys(r).filter(e=>r[e]!=="0").reduce((e,t)=>{let i=et(r[t]);return i!==void 0&&(e[`-${t}`]=i),e},{})},breakpoints(r){return Object.keys(r).filter(e=>typeof r[e]=="string").reduce((e,t)=>({...e,[`screen-${t}`]:r[t]}),{})}}});var jf=x((c4,zf)=>{l();zf.exports={content:[],presets:[],darkMode:"media",theme:{accentColor:({theme:r})=>({...r("colors"),auto:"auto"}),animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",pulse:"pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",bounce:"bounce 1s infinite"},aria:{busy:'busy="true"',checked:'checked="true"',disabled:'disabled="true"',expanded:'expanded="true"',hidden:'hidden="true"',pressed:'pressed="true"',readonly:'readonly="true"',required:'required="true"',selected:'selected="true"'},aspectRatio:{auto:"auto",square:"1 / 1",video:"16 / 9"},backdropBlur:({theme:r})=>r("blur"),backdropBrightness:({theme:r})=>r("brightness"),backdropContrast:({theme:r})=>r("contrast"),backdropGrayscale:({theme:r})=>r("grayscale"),backdropHueRotate:({theme:r})=>r("hueRotate"),backdropInvert:({theme:r})=>r("invert"),backdropOpacity:({theme:r})=>r("opacity"),backdropSaturate:({theme:r})=>r("saturate"),backdropSepia:({theme:r})=>r("sepia"),backgroundColor:({theme:r})=>r("colors"),backgroundImage:{none:"none","gradient-to-t":"linear-gradient(to top, var(--tw-gradient-stops))","gradient-to-tr":"linear-gradient(to top right, var(--tw-gradient-stops))","gradient-to-r":"linear-gradient(to right, var(--tw-gradient-stops))","gradient-to-br":"linear-gradient(to bottom right, var(--tw-gradient-stops))","gradient-to-b":"linear-gradient(to bottom, var(--tw-gradient-stops))","gradient-to-bl":"linear-gradient(to bottom left, var(--tw-gradient-stops))","gradient-to-l":"linear-gradient(to left, var(--tw-gradient-stops))","gradient-to-tl":"linear-gradient(to top left, var(--tw-gradient-stops))"},backgroundOpacity:({theme:r})=>r("opacity"),backgroundPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{0:"0",none:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},borderColor:({theme:r})=>({...r("colors"),DEFAULT:r("colors.gray.200","currentColor")}),borderOpacity:({theme:r})=>r("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},borderSpacing:({theme:r})=>({...r("spacing")}),borderWidth:{DEFAULT:"1px",0:"0px",2:"2px",4:"4px",8:"8px"},boxShadow:{sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",DEFAULT:"0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)",inner:"inset 0 2px 4px 0 rgb(0 0 0 / 0.05)",none:"none"},boxShadowColor:({theme:r})=>r("colors"),brightness:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5",200:"2"},caretColor:({theme:r})=>r("colors"),colors:({colors:r})=>({inherit:r.inherit,current:r.current,transparent:r.transparent,black:r.black,white:r.white,slate:r.slate,gray:r.gray,zinc:r.zinc,neutral:r.neutral,stone:r.stone,red:r.red,orange:r.orange,amber:r.amber,yellow:r.yellow,lime:r.lime,green:r.green,emerald:r.emerald,teal:r.teal,cyan:r.cyan,sky:r.sky,blue:r.blue,indigo:r.indigo,violet:r.violet,purple:r.purple,fuchsia:r.fuchsia,pink:r.pink,rose:r.rose}),columns:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},container:{},content:{none:"none"},contrast:{0:"0",50:".5",75:".75",100:"1",125:"1.25",150:"1.5",200:"2"},cursor:{auto:"auto",default:"default",pointer:"pointer",wait:"wait",text:"text",move:"move",help:"help","not-allowed":"not-allowed",none:"none","context-menu":"context-menu",progress:"progress",cell:"cell",crosshair:"crosshair","vertical-text":"vertical-text",alias:"alias",copy:"copy","no-drop":"no-drop",grab:"grab",grabbing:"grabbing","all-scroll":"all-scroll","col-resize":"col-resize","row-resize":"row-resize","n-resize":"n-resize","e-resize":"e-resize","s-resize":"s-resize","w-resize":"w-resize","ne-resize":"ne-resize","nw-resize":"nw-resize","se-resize":"se-resize","sw-resize":"sw-resize","ew-resize":"ew-resize","ns-resize":"ns-resize","nesw-resize":"nesw-resize","nwse-resize":"nwse-resize","zoom-in":"zoom-in","zoom-out":"zoom-out"},divideColor:({theme:r})=>r("borderColor"),divideOpacity:({theme:r})=>r("borderOpacity"),divideWidth:({theme:r})=>r("borderWidth"),dropShadow:{sm:"0 1px 1px rgb(0 0 0 / 0.05)",DEFAULT:["0 1px 2px rgb(0 0 0 / 0.1)","0 1px 1px rgb(0 0 0 / 0.06)"],md:["0 4px 3px rgb(0 0 0 / 0.07)","0 2px 2px rgb(0 0 0 / 0.06)"],lg:["0 10px 8px rgb(0 0 0 / 0.04)","0 4px 3px rgb(0 0 0 / 0.1)"],xl:["0 20px 13px rgb(0 0 0 / 0.03)","0 8px 5px rgb(0 0 0 / 0.08)"],"2xl":"0 25px 25px rgb(0 0 0 / 0.15)",none:"0 0 #0000"},fill:({theme:r})=>({none:"none",...r("colors")}),flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%"}),flexGrow:{0:"0",DEFAULT:"1"},flexShrink:{0:"0",DEFAULT:"1"},fontFamily:{sans:["ui-sans-serif","system-ui","sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"'],serif:["ui-serif","Georgia","Cambria",'"Times New Roman"',"Times","serif"],mono:["ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas",'"Liberation Mono"','"Courier New"',"monospace"]},fontSize:{xs:["0.75rem",{lineHeight:"1rem"}],sm:["0.875rem",{lineHeight:"1.25rem"}],base:["1rem",{lineHeight:"1.5rem"}],lg:["1.125rem",{lineHeight:"1.75rem"}],xl:["1.25rem",{lineHeight:"1.75rem"}],"2xl":["1.5rem",{lineHeight:"2rem"}],"3xl":["1.875rem",{lineHeight:"2.25rem"}],"4xl":["2.25rem",{lineHeight:"2.5rem"}],"5xl":["3rem",{lineHeight:"1"}],"6xl":["3.75rem",{lineHeight:"1"}],"7xl":["4.5rem",{lineHeight:"1"}],"8xl":["6rem",{lineHeight:"1"}],"9xl":["8rem",{lineHeight:"1"}]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:({theme:r})=>r("spacing"),gradientColorStops:({theme:r})=>r("colors"),gradientColorStopPositions:{"0%":"0%","5%":"5%","10%":"10%","15%":"15%","20%":"20%","25%":"25%","30%":"30%","35%":"35%","40%":"40%","45%":"45%","50%":"50%","55%":"55%","60%":"60%","65%":"65%","70%":"70%","75%":"75%","80%":"80%","85%":"85%","90%":"90%","95%":"95%","100%":"100%"},grayscale:{0:"0",DEFAULT:"100%"},gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridColumn:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-7":"span 7 / span 7","span-8":"span 8 / span 8","span-9":"span 9 / span 9","span-10":"span 10 / span 10","span-11":"span 11 / span 11","span-12":"span 12 / span 12","span-full":"1 / -1"},gridColumnEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridColumnStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridRow:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-7":"span 7 / span 7","span-8":"span 8 / span 8","span-9":"span 9 / span 9","span-10":"span 10 / span 10","span-11":"span 11 / span 11","span-12":"span 12 / span 12","span-full":"1 / -1"},gridRowEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridRowStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridTemplateColumns:{none:"none",subgrid:"subgrid",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))",7:"repeat(7, minmax(0, 1fr))",8:"repeat(8, minmax(0, 1fr))",9:"repeat(9, minmax(0, 1fr))",10:"repeat(10, minmax(0, 1fr))",11:"repeat(11, minmax(0, 1fr))",12:"repeat(12, minmax(0, 1fr))"},gridTemplateRows:{none:"none",subgrid:"subgrid",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))",7:"repeat(7, minmax(0, 1fr))",8:"repeat(8, minmax(0, 1fr))",9:"repeat(9, minmax(0, 1fr))",10:"repeat(10, minmax(0, 1fr))",11:"repeat(11, minmax(0, 1fr))",12:"repeat(12, minmax(0, 1fr))"},height:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%",full:"100%",screen:"100vh",svh:"100svh",lvh:"100lvh",dvh:"100dvh",min:"min-content",max:"max-content",fit:"fit-content"}),hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},inset:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),invert:{0:"0",DEFAULT:"100%"},keyframes:{spin:{to:{transform:"rotate(360deg)"}},ping:{"75%, 100%":{transform:"scale(2)",opacity:"0"}},pulse:{"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2",3:".75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem"},listStyleType:{none:"none",disc:"disc",decimal:"decimal"},listStyleImage:{none:"none"},margin:({theme:r})=>({auto:"auto",...r("spacing")}),lineClamp:{1:"1",2:"2",3:"3",4:"4",5:"5",6:"6"},maxHeight:({theme:r})=>({...r("spacing"),none:"none",full:"100%",screen:"100vh",svh:"100svh",lvh:"100lvh",dvh:"100dvh",min:"min-content",max:"max-content",fit:"fit-content"}),maxWidth:({theme:r,breakpoints:e})=>({...r("spacing"),none:"none",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch",...e(r("screens"))}),minHeight:({theme:r})=>({...r("spacing"),full:"100%",screen:"100vh",svh:"100svh",lvh:"100lvh",dvh:"100dvh",min:"min-content",max:"max-content",fit:"fit-content"}),minWidth:({theme:r})=>({...r("spacing"),full:"100%",min:"min-content",max:"max-content",fit:"fit-content"}),objectPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},opacity:{0:"0",5:"0.05",10:"0.1",15:"0.15",20:"0.2",25:"0.25",30:"0.3",35:"0.35",40:"0.4",45:"0.45",50:"0.5",55:"0.55",60:"0.6",65:"0.65",70:"0.7",75:"0.75",80:"0.8",85:"0.85",90:"0.9",95:"0.95",100:"1"},order:{first:"-9999",last:"9999",none:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12"},outlineColor:({theme:r})=>r("colors"),outlineOffset:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},outlineWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},padding:({theme:r})=>r("spacing"),placeholderColor:({theme:r})=>r("colors"),placeholderOpacity:({theme:r})=>r("opacity"),ringColor:({theme:r})=>({DEFAULT:r("colors.blue.500","#3b82f6"),...r("colors")}),ringOffsetColor:({theme:r})=>r("colors"),ringOffsetWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},ringOpacity:({theme:r})=>({DEFAULT:"0.5",...r("opacity")}),ringWidth:{DEFAULT:"3px",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},rotate:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg",45:"45deg",90:"90deg",180:"180deg"},saturate:{0:"0",50:".5",100:"1",150:"1.5",200:"2"},scale:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5"},screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},scrollMargin:({theme:r})=>({...r("spacing")}),scrollPadding:({theme:r})=>r("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg"},space:({theme:r})=>({...r("spacing")}),spacing:{px:"1px",0:"0px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},stroke:({theme:r})=>({none:"none",...r("colors")}),strokeWidth:{0:"0",1:"1",2:"2"},supports:{},data:{},textColor:({theme:r})=>r("colors"),textDecorationColor:({theme:r})=>r("colors"),textDecorationThickness:{auto:"auto","from-font":"from-font",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},textIndent:({theme:r})=>({...r("spacing")}),textOpacity:({theme:r})=>r("opacity"),textUnderlineOffset:{auto:"auto",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},transformOrigin:{center:"center",top:"top","top-right":"top right",right:"right","bottom-right":"bottom right",bottom:"bottom","bottom-left":"bottom left",left:"left","top-left":"top left"},transitionDelay:{0:"0s",75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionDuration:{DEFAULT:"150ms",0:"0s",75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionProperty:{none:"none",all:"all",DEFAULT:"color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",colors:"color, background-color, border-color, text-decoration-color, fill, stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4, 0, 0.2, 1)",linear:"linear",in:"cubic-bezier(0.4, 0, 1, 1)",out:"cubic-bezier(0, 0, 0.2, 1)","in-out":"cubic-bezier(0.4, 0, 0.2, 1)"},translate:({theme:r})=>({...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),size:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"}),width:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%",screen:"100vw",svw:"100svw",lvw:"100lvw",dvw:"100dvw",min:"min-content",max:"max-content",fit:"fit-content"}),willChange:{auto:"auto",scroll:"scroll-position",contents:"contents",transform:"transform"},zIndex:{auto:"auto",0:"0",10:"10",20:"20",30:"30",40:"40",50:"50"}},plugins:[]}});function Bi(r){let e=(r?.presets??[Uf.default]).slice().reverse().flatMap(n=>Bi(n instanceof Function?n():n)),t={respectDefaultRingColorOpacity:{theme:{ringColor:({theme:n})=>({DEFAULT:"#3b82f67f",...n("colors")})}},disableColorOpacityUtilitiesByDefault:{corePlugins:{backgroundOpacity:!1,borderOpacity:!1,divideOpacity:!1,placeholderOpacity:!1,ringOpacity:!1,textOpacity:!1}}},i=Object.keys(t).filter(n=>Z(r,n)).map(n=>t[n]);return[r,...i,...e]}var Uf,Vf=S(()=>{l();Uf=J(jf());We()});function Mi(...r){let[,...e]=Bi(r[0]);return Bs([...r,...e])}var Wf=S(()=>{l();Nf();Vf()});var Gf={};_e(Gf,{default:()=>ee});var ee,St=S(()=>{l();ee={resolve:r=>r,extname:r=>"."+r.split(".").pop()}});function Li(r){return typeof r=="object"&&r!==null}function Mw(r){return Object.keys(r).length===0}function Hf(r){return typeof r=="string"||r instanceof String}function Ms(r){return Li(r)&&r.config===void 0&&!Mw(r)?null:Li(r)&&r.config!==void 0&&Hf(r.config)?ee.resolve(r.config):Li(r)&&r.config!==void 0&&Li(r.config)?null:Hf(r)?ee.resolve(r):Lw()}function Lw(){for(let r of Bw)try{let e=ee.resolve(r);return re.accessSync(e),e}catch(e){}return null}var Bw,Yf=S(()=>{l();Ve();St();Bw=["./tailwind.config.js","./tailwind.config.cjs","./tailwind.config.mjs","./tailwind.config.ts"]});var Qf={};_e(Qf,{default:()=>Ls});var Ls,$s=S(()=>{l();Ls={parse:r=>({href:r})}});var Ns=x(()=>{l()});var $i=x((k4,Kf)=>{l();"use strict";var Jf=(Tt(),of),Xf=Ns(),qt=class extends Error{constructor(e,t,i,n,s,a){super(e);this.name="CssSyntaxError",this.reason=e,s&&(this.file=s),n&&(this.source=n),a&&(this.plugin=a),typeof t!="undefined"&&typeof i!="undefined"&&(typeof t=="number"?(this.line=t,this.column=i):(this.line=t.line,this.column=t.column,this.endLine=i.line,this.endColumn=i.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,qt)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"",typeof this.line!="undefined"&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(e){if(!this.source)return"";let t=this.source;e==null&&(e=Jf.isColorSupported);let i=f=>f,n=f=>f,s=f=>f;if(e){let{bold:f,gray:d,red:p}=Jf.createColors(!0);n=g=>f(p(g)),i=g=>d(g),Xf&&(s=g=>Xf(g))}let a=t.split(/\r?\n/),o=Math.max(this.line-3,0),u=Math.min(this.line+2,a.length),c=String(u).length;return a.slice(o,u).map((f,d)=>{let p=o+1+d,g=" "+(" "+p).slice(-c)+" | ";if(p===this.line){if(f.length>160){let v=20,y=Math.max(0,this.column-v),w=Math.max(this.column+v,this.endColumn+v),k=f.slice(y,w),C=i(g.replace(/\d/g," "))+f.slice(0,Math.min(this.column-1,v-1)).replace(/[^\t]/g," ");return n(">")+i(g)+s(k)+` - `+C+n("^")}let b=i(g.replace(/\d/g," "))+f.slice(0,this.column-1).replace(/[^\t]/g," ");return n(">")+i(g)+s(f)+` - `+b+n("^")}return" "+i(g)+s(f)}).join(` -`)}toString(){let e=this.showSourceCode();return e&&(e=` - -`+e+` -`),this.name+": "+this.message+e}};Kf.exports=qt;qt.default=qt});var zs=x((S4,ec)=>{l();"use strict";var Zf={after:` -`,beforeClose:` -`,beforeComment:` -`,beforeDecl:` -`,beforeOpen:" ",beforeRule:` -`,colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};function $w(r){return r[0].toUpperCase()+r.slice(1)}var Ni=class{constructor(e){this.builder=e}atrule(e,t){let i="@"+e.name,n=e.params?this.rawValue(e,"params"):"";if(typeof e.raws.afterName!="undefined"?i+=e.raws.afterName:n&&(i+=" "),e.nodes)this.block(e,i+n);else{let s=(e.raws.between||"")+(t?";":"");this.builder(i+n+s,e)}}beforeAfter(e,t){let i;e.type==="decl"?i=this.raw(e,null,"beforeDecl"):e.type==="comment"?i=this.raw(e,null,"beforeComment"):t==="before"?i=this.raw(e,null,"beforeRule"):i=this.raw(e,null,"beforeClose");let n=e.parent,s=0;for(;n&&n.type!=="root";)s+=1,n=n.parent;if(i.includes(` -`)){let a=this.raw(e,null,"indent");if(a.length)for(let o=0;o0&&e.nodes[t].type==="comment";)t-=1;let i=this.raw(e,"semicolon");for(let n=0;n{if(n=u.raws[t],typeof n!="undefined")return!1})}return typeof n=="undefined"&&(n=Zf[i]),a.rawCache[i]=n,n}rawBeforeClose(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length>0&&typeof i.raws.after!="undefined")return t=i.raws.after,t.includes(` -`)&&(t=t.replace(/[^\n]+$/,"")),!1}),t&&(t=t.replace(/\S/g,"")),t}rawBeforeComment(e,t){let i;return e.walkComments(n=>{if(typeof n.raws.before!="undefined")return i=n.raws.before,i.includes(` -`)&&(i=i.replace(/[^\n]+$/,"")),!1}),typeof i=="undefined"?i=this.raw(t,null,"beforeDecl"):i&&(i=i.replace(/\S/g,"")),i}rawBeforeDecl(e,t){let i;return e.walkDecls(n=>{if(typeof n.raws.before!="undefined")return i=n.raws.before,i.includes(` -`)&&(i=i.replace(/[^\n]+$/,"")),!1}),typeof i=="undefined"?i=this.raw(t,null,"beforeRule"):i&&(i=i.replace(/\S/g,"")),i}rawBeforeOpen(e){let t;return e.walk(i=>{if(i.type!=="decl"&&(t=i.raws.between,typeof t!="undefined"))return!1}),t}rawBeforeRule(e){let t;return e.walk(i=>{if(i.nodes&&(i.parent!==e||e.first!==i)&&typeof i.raws.before!="undefined")return t=i.raws.before,t.includes(` -`)&&(t=t.replace(/[^\n]+$/,"")),!1}),t&&(t=t.replace(/\S/g,"")),t}rawColon(e){let t;return e.walkDecls(i=>{if(typeof i.raws.between!="undefined")return t=i.raws.between.replace(/[^\s:]/g,""),!1}),t}rawEmptyBody(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length===0&&(t=i.raws.after,typeof t!="undefined"))return!1}),t}rawIndent(e){if(e.raws.indent)return e.raws.indent;let t;return e.walk(i=>{let n=i.parent;if(n&&n!==e&&n.parent&&n.parent===e&&typeof i.raws.before!="undefined"){let s=i.raws.before.split(` -`);return t=s[s.length-1],t=t.replace(/\S/g,""),!1}}),t}rawSemicolon(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length&&i.last.type==="decl"&&(t=i.raws.semicolon,typeof t!="undefined"))return!1}),t}rawValue(e,t){let i=e[t],n=e.raws[t];return n&&n.value===i?n.raw:i}root(e){this.body(e),e.raws.after&&this.builder(e.raws.after)}rule(e){this.block(e,this.rawValue(e,"selector")),e.raws.ownSemicolon&&this.builder(e.raws.ownSemicolon,e,"end")}stringify(e,t){if(!this[e.type])throw new Error("Unknown AST node type "+e.type+". Maybe you need to change PostCSS stringifier.");this[e.type](e,t)}};ec.exports=Ni;Ni.default=Ni});var Sr=x((C4,tc)=>{l();"use strict";var Nw=zs();function js(r,e){new Nw(e).stringify(r)}tc.exports=js;js.default=js});var zi=x((A4,Us)=>{l();"use strict";Us.exports.isClean=Symbol("isClean");Us.exports.my=Symbol("my")});var Or=x((O4,rc)=>{l();"use strict";var zw=$i(),jw=zs(),Uw=Sr(),{isClean:Cr,my:Vw}=zi();function Vs(r,e){let t=new r.constructor;for(let i in r){if(!Object.prototype.hasOwnProperty.call(r,i)||i==="proxyCache")continue;let n=r[i],s=typeof n;i==="parent"&&s==="object"?e&&(t[i]=e):i==="source"?t[i]=n:Array.isArray(n)?t[i]=n.map(a=>Vs(a,t)):(s==="object"&&n!==null&&(n=Vs(n)),t[i]=n)}return t}function Ar(r,e){if(e&&typeof e.offset!="undefined")return e.offset;let t=1,i=1,n=0;for(let s=0;se.root().toProxy():e[t]},set(e,t,i){return e[t]===i||(e[t]=i,(t==="prop"||t==="value"||t==="name"||t==="params"||t==="important"||t==="text")&&e.markDirty()),!0}}}markClean(){this[Cr]=!0}markDirty(){if(this[Cr]){this[Cr]=!1;let e=this;for(;e=e.parent;)e[Cr]=!1}}next(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e+1]}positionBy(e){let t=this.source.start;if(e.index)t=this.positionInside(e.index);else if(e.word){let n=this.source.input.css.slice(Ar(this.source.input.css,this.source.start),Ar(this.source.input.css,this.source.end)).indexOf(e.word);n!==-1&&(t=this.positionInside(n))}return t}positionInside(e){let t=this.source.start.column,i=this.source.start.line,n=Ar(this.source.input.css,this.source.start),s=n+e;for(let a=n;atypeof u=="object"&&u.toJSON?u.toJSON(null,t):u);else if(typeof o=="object"&&o.toJSON)i[a]=o.toJSON(null,t);else if(a==="source"){let u=t.get(o.input);u==null&&(u=s,t.set(o.input,s),s++),i[a]={end:o.end,inputId:u,start:o.start}}else i[a]=o}return n&&(i.inputs=[...t.keys()].map(a=>a.toJSON())),i}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(e=Uw){e.stringify&&(e=e.stringify);let t="";return e(this,i=>{t+=i}),t}warn(e,t,i){let n={node:this};for(let s in i)n[s]=i[s];return e.warn(t,n)}get proxyOf(){return this}};rc.exports=ji;ji.default=ji});var _r=x((_4,ic)=>{l();"use strict";var Ww=Or(),Ui=class extends Ww{constructor(e){super(e);this.type="comment"}};ic.exports=Ui;Ui.default=Ui});var Er=x((E4,nc)=>{l();"use strict";var Gw=Or(),Vi=class extends Gw{constructor(e){e&&typeof e.value!="undefined"&&typeof e.value!="string"&&(e={...e,value:String(e.value)});super(e);this.type="decl"}get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}};nc.exports=Vi;Vi.default=Vi});var st=x((T4,dc)=>{l();"use strict";var sc=_r(),ac=Er(),Hw=Or(),{isClean:oc,my:lc}=zi(),Ws,uc,fc,Gs;function cc(r){return r.map(e=>(e.nodes&&(e.nodes=cc(e.nodes)),delete e.source,e))}function pc(r){if(r[oc]=!1,r.proxyOf.nodes)for(let e of r.proxyOf.nodes)pc(e)}var xe=class extends Hw{append(...e){for(let t of e){let i=this.normalize(t,this.last);for(let n of i)this.proxyOf.nodes.push(n)}return this.markDirty(),this}cleanRaws(e){if(super.cleanRaws(e),this.nodes)for(let t of this.nodes)t.cleanRaws(e)}each(e){if(!this.proxyOf.nodes)return;let t=this.getIterator(),i,n;for(;this.indexes[t]e[t](...i.map(n=>typeof n=="function"?(s,a)=>n(s.toProxy(),a):n)):t==="every"||t==="some"?i=>e[t]((n,...s)=>i(n.toProxy(),...s)):t==="root"?()=>e.root().toProxy():t==="nodes"?e.nodes.map(i=>i.toProxy()):t==="first"||t==="last"?e[t].toProxy():e[t]:e[t]},set(e,t,i){return e[t]===i||(e[t]=i,(t==="name"||t==="params"||t==="selector")&&e.markDirty()),!0}}}index(e){return typeof e=="number"?e:(e.proxyOf&&(e=e.proxyOf),this.proxyOf.nodes.indexOf(e))}insertAfter(e,t){let i=this.index(e),n=this.normalize(t,this.proxyOf.nodes[i]).reverse();i=this.index(e);for(let a of n)this.proxyOf.nodes.splice(i+1,0,a);let s;for(let a in this.indexes)s=this.indexes[a],i(n[lc]||xe.rebuild(n),n=n.proxyOf,n.parent&&n.parent.removeChild(n),n[oc]&&pc(n),n.raws||(n.raws={}),typeof n.raws.before=="undefined"&&t&&typeof t.raws.before!="undefined"&&(n.raws.before=t.raws.before.replace(/\S/g,"")),n.parent=this.proxyOf,n))}prepend(...e){e=e.reverse();for(let t of e){let i=this.normalize(t,this.first,"prepend").reverse();for(let n of i)this.proxyOf.nodes.unshift(n);for(let n in this.indexes)this.indexes[n]=this.indexes[n]+i.length}return this.markDirty(),this}push(e){return e.parent=this,this.proxyOf.nodes.push(e),this}removeAll(){for(let e of this.proxyOf.nodes)e.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(e){e=this.index(e),this.proxyOf.nodes[e].parent=void 0,this.proxyOf.nodes.splice(e,1);let t;for(let i in this.indexes)t=this.indexes[i],t>=e&&(this.indexes[i]=t-1);return this.markDirty(),this}replaceValues(e,t,i){return i||(i=t,t={}),this.walkDecls(n=>{t.props&&!t.props.includes(n.prop)||t.fast&&!n.value.includes(t.fast)||(n.value=n.value.replace(e,i))}),this.markDirty(),this}some(e){return this.nodes.some(e)}walk(e){return this.each((t,i)=>{let n;try{n=e(t,i)}catch(s){throw t.addToError(s)}return n!==!1&&t.walk&&(n=t.walk(e)),n})}walkAtRules(e,t){return t?e instanceof RegExp?this.walk((i,n)=>{if(i.type==="atrule"&&e.test(i.name))return t(i,n)}):this.walk((i,n)=>{if(i.type==="atrule"&&i.name===e)return t(i,n)}):(t=e,this.walk((i,n)=>{if(i.type==="atrule")return t(i,n)}))}walkComments(e){return this.walk((t,i)=>{if(t.type==="comment")return e(t,i)})}walkDecls(e,t){return t?e instanceof RegExp?this.walk((i,n)=>{if(i.type==="decl"&&e.test(i.prop))return t(i,n)}):this.walk((i,n)=>{if(i.type==="decl"&&i.prop===e)return t(i,n)}):(t=e,this.walk((i,n)=>{if(i.type==="decl")return t(i,n)}))}walkRules(e,t){return t?e instanceof RegExp?this.walk((i,n)=>{if(i.type==="rule"&&e.test(i.selector))return t(i,n)}):this.walk((i,n)=>{if(i.type==="rule"&&i.selector===e)return t(i,n)}):(t=e,this.walk((i,n)=>{if(i.type==="rule")return t(i,n)}))}get first(){if(!!this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(!!this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}};xe.registerParse=r=>{uc=r};xe.registerRule=r=>{Gs=r};xe.registerAtRule=r=>{Ws=r};xe.registerRoot=r=>{fc=r};dc.exports=xe;xe.default=xe;xe.rebuild=r=>{r.type==="atrule"?Object.setPrototypeOf(r,Ws.prototype):r.type==="rule"?Object.setPrototypeOf(r,Gs.prototype):r.type==="decl"?Object.setPrototypeOf(r,ac.prototype):r.type==="comment"?Object.setPrototypeOf(r,sc.prototype):r.type==="root"&&Object.setPrototypeOf(r,fc.prototype),r[lc]=!0,r.nodes&&r.nodes.forEach(e=>{xe.rebuild(e)})}});var Wi=x((P4,mc)=>{l();"use strict";var hc=st(),Tr=class extends hc{constructor(e){super(e);this.type="atrule"}append(...e){return this.proxyOf.nodes||(this.nodes=[]),super.append(...e)}prepend(...e){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...e)}};mc.exports=Tr;Tr.default=Tr;hc.registerAtRule(Tr)});var Gi=x((D4,bc)=>{l();"use strict";var Yw=st(),gc,yc,Ft=class extends Yw{constructor(e){super({type:"document",...e});this.nodes||(this.nodes=[])}toResult(e={}){return new gc(new yc,this,e).stringify()}};Ft.registerLazyResult=r=>{gc=r};Ft.registerProcessor=r=>{yc=r};bc.exports=Ft;Ft.default=Ft});var xc=x((I4,wc)=>{l();var Qw="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",Jw=(r,e=21)=>(t=e)=>{let i="",n=t;for(;n--;)i+=r[Math.random()*r.length|0];return i},Xw=(r=21)=>{let e="",t=r;for(;t--;)e+=Qw[Math.random()*64|0];return e};wc.exports={nanoid:Xw,customAlphabet:Jw}});var vc=x(()=>{l()});var Hs=x((F4,kc)=>{l();kc.exports={}});var Yi=x((B4,Oc)=>{l();"use strict";var{nanoid:Kw}=xc(),{isAbsolute:Ys,resolve:Qs}=(St(),Gf),{SourceMapConsumer:Zw,SourceMapGenerator:ex}=vc(),{fileURLToPath:Sc,pathToFileURL:Hi}=($s(),Qf),Cc=$i(),tx=Hs(),Js=Ns(),Xs=Symbol("fromOffsetCache"),rx=Boolean(Zw&&ex),Ac=Boolean(Qs&&Ys),Pr=class{constructor(e,t={}){if(e===null||typeof e=="undefined"||typeof e=="object"&&!e.toString)throw new Error(`PostCSS received ${e} instead of CSS string`);if(this.css=e.toString(),this.css[0]==="\uFEFF"||this.css[0]==="\uFFFE"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,t.from&&(!Ac||/^\w+:\/\//.test(t.from)||Ys(t.from)?this.file=t.from:this.file=Qs(t.from)),Ac&&rx){let i=new tx(this.css,t);if(i.text){this.map=i;let n=i.consumer().file;!this.file&&n&&(this.file=this.mapResolve(n))}}this.file||(this.id=""),this.map&&(this.map.file=this.from)}error(e,t,i,n={}){let s,a,o;if(t&&typeof t=="object"){let c=t,f=i;if(typeof c.offset=="number"){let d=this.fromOffset(c.offset);t=d.line,i=d.col}else t=c.line,i=c.column;if(typeof f.offset=="number"){let d=this.fromOffset(f.offset);a=d.line,s=d.col}else a=f.line,s=f.column}else if(!i){let c=this.fromOffset(t);t=c.line,i=c.col}let u=this.origin(t,i,a,s);return u?o=new Cc(e,u.endLine===void 0?u.line:{column:u.column,line:u.line},u.endLine===void 0?u.column:{column:u.endColumn,line:u.endLine},u.source,u.file,n.plugin):o=new Cc(e,a===void 0?t:{column:i,line:t},a===void 0?i:{column:s,line:a},this.css,this.file,n.plugin),o.input={column:i,endColumn:s,endLine:a,line:t,source:this.css},this.file&&(Hi&&(o.input.url=Hi(this.file).toString()),o.input.file=this.file),o}fromOffset(e){let t,i;if(this[Xs])i=this[Xs];else{let s=this.css.split(` -`);i=new Array(s.length);let a=0;for(let o=0,u=s.length;o=t)n=i.length-1;else{let s=i.length-2,a;for(;n>1),e=i[a+1])n=a+1;else{n=a;break}}return{col:e-i[n]+1,line:n+1}}mapResolve(e){return/^\w+:\/\//.test(e)?e:Qs(this.map.consumer().sourceRoot||this.map.root||".",e)}origin(e,t,i,n){if(!this.map)return!1;let s=this.map.consumer(),a=s.originalPositionFor({column:t,line:e});if(!a.source)return!1;let o;typeof i=="number"&&(o=s.originalPositionFor({column:n,line:i}));let u;Ys(a.source)?u=Hi(a.source):u=new URL(a.source,this.map.consumer().sourceRoot||Hi(this.map.mapFile));let c={column:a.column,endColumn:o&&o.column,endLine:o&&o.line,line:a.line,url:u.toString()};if(u.protocol==="file:")if(Sc)c.file=Sc(u);else throw new Error("file: protocol is not available in this PostCSS build");let f=s.sourceContentFor(a.source);return f&&(c.source=f),c}toJSON(){let e={};for(let t of["hasBOM","css","file","id"])this[t]!=null&&(e[t]=this[t]);return this.map&&(e.map={...this.map},e.map.consumerCache&&(e.map.consumerCache=void 0)),e}get from(){return this.file||this.id}};Oc.exports=Pr;Pr.default=Pr;Js&&Js.registerInput&&Js.registerInput(Pr)});var Bt=x((M4,Pc)=>{l();"use strict";var _c=st(),Ec,Tc,Ct=class extends _c{constructor(e){super(e);this.type="root",this.nodes||(this.nodes=[])}normalize(e,t,i){let n=super.normalize(e);if(t){if(i==="prepend")this.nodes.length>1?t.raws.before=this.nodes[1].raws.before:delete t.raws.before;else if(this.first!==t)for(let s of n)s.raws.before=t.raws.before}return n}removeChild(e,t){let i=this.index(e);return!t&&i===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[i].raws.before),super.removeChild(e)}toResult(e={}){return new Ec(new Tc,this,e).stringify()}};Ct.registerLazyResult=r=>{Ec=r};Ct.registerProcessor=r=>{Tc=r};Pc.exports=Ct;Ct.default=Ct;_c.registerRoot(Ct)});var Ks=x((L4,Dc)=>{l();"use strict";var Dr={comma(r){return Dr.split(r,[","],!0)},space(r){let e=[" ",` -`," "];return Dr.split(r,e)},split(r,e,t){let i=[],n="",s=!1,a=0,o=!1,u="",c=!1;for(let f of r)c?c=!1:f==="\\"?c=!0:o?f===u&&(o=!1):f==='"'||f==="'"?(o=!0,u=f):f==="("?a+=1:f===")"?a>0&&(a-=1):a===0&&e.includes(f)&&(s=!0),s?(n!==""&&i.push(n.trim()),n="",s=!1):n+=f;return(t||n!=="")&&i.push(n.trim()),i}};Dc.exports=Dr;Dr.default=Dr});var Qi=x(($4,Rc)=>{l();"use strict";var Ic=st(),ix=Ks(),Ir=class extends Ic{constructor(e){super(e);this.type="rule",this.nodes||(this.nodes=[])}get selectors(){return ix.comma(this.selector)}set selectors(e){let t=this.selector?this.selector.match(/,\s*/):null,i=t?t[0]:","+this.raw("between","beforeOpen");this.selector=e.join(i)}};Rc.exports=Ir;Ir.default=Ir;Ic.registerRule(Ir)});var Fc=x((N4,qc)=>{l();"use strict";var nx=Wi(),sx=_r(),ax=Er(),ox=Yi(),lx=Hs(),ux=Bt(),fx=Qi();function Rr(r,e){if(Array.isArray(r))return r.map(n=>Rr(n));let{inputs:t,...i}=r;if(t){e=[];for(let n of t){let s={...n,__proto__:ox.prototype};s.map&&(s.map={...s.map,__proto__:lx.prototype}),e.push(s)}}if(i.nodes&&(i.nodes=r.nodes.map(n=>Rr(n,e))),i.source){let{inputId:n,...s}=i.source;i.source=s,n!=null&&(i.source.input=e[n])}if(i.type==="root")return new ux(i);if(i.type==="decl")return new ax(i);if(i.type==="rule")return new fx(i);if(i.type==="comment")return new sx(i);if(i.type==="atrule")return new nx(i);throw new Error("Unknown node type: "+r.type)}qc.exports=Rr;Rr.default=Rr});var Zs=x((z4,Bc)=>{l();Bc.exports=function(r,e){return{generate:()=>{let t="";return r(e,i=>{t+=i}),[t]}}}});var zc=x((j4,Nc)=>{l();"use strict";var ea="'".charCodeAt(0),Mc='"'.charCodeAt(0),Ji="\\".charCodeAt(0),Lc="/".charCodeAt(0),Xi=` -`.charCodeAt(0),qr=" ".charCodeAt(0),Ki="\f".charCodeAt(0),Zi=" ".charCodeAt(0),en="\r".charCodeAt(0),cx="[".charCodeAt(0),px="]".charCodeAt(0),dx="(".charCodeAt(0),hx=")".charCodeAt(0),mx="{".charCodeAt(0),gx="}".charCodeAt(0),yx=";".charCodeAt(0),bx="*".charCodeAt(0),wx=":".charCodeAt(0),xx="@".charCodeAt(0),tn=/[\t\n\f\r "#'()/;[\\\]{}]/g,rn=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,vx=/.[\r\n"'(/\\]/,$c=/[\da-f]/i;Nc.exports=function(e,t={}){let i=e.css.valueOf(),n=t.ignoreErrors,s,a,o,u,c,f,d,p,g,b,v=i.length,y=0,w=[],k=[];function C(){return y}function O(R){throw e.error("Unclosed "+R,y)}function _(){return k.length===0&&y>=v}function I(R){if(k.length)return k.pop();if(y>=v)return;let X=R?R.ignoreUnclosed:!1;switch(s=i.charCodeAt(y),s){case Xi:case qr:case Zi:case en:case Ki:{u=y;do u+=1,s=i.charCodeAt(u);while(s===qr||s===Xi||s===Zi||s===en||s===Ki);f=["space",i.slice(y,u)],y=u-1;break}case cx:case px:case mx:case gx:case wx:case yx:case hx:{let ue=String.fromCharCode(s);f=[ue,ue,y];break}case dx:{if(b=w.length?w.pop()[1]:"",g=i.charCodeAt(y+1),b==="url"&&g!==ea&&g!==Mc&&g!==qr&&g!==Xi&&g!==Zi&&g!==Ki&&g!==en){u=y;do{if(d=!1,u=i.indexOf(")",u+1),u===-1)if(n||X){u=y;break}else O("bracket");for(p=u;i.charCodeAt(p-1)===Ji;)p-=1,d=!d}while(d);f=["brackets",i.slice(y,u+1),y,u],y=u}else u=i.indexOf(")",y+1),a=i.slice(y,u+1),u===-1||vx.test(a)?f=["(","(",y]:(f=["brackets",a,y,u],y=u);break}case ea:case Mc:{c=s===ea?"'":'"',u=y;do{if(d=!1,u=i.indexOf(c,u+1),u===-1)if(n||X){u=y+1;break}else O("string");for(p=u;i.charCodeAt(p-1)===Ji;)p-=1,d=!d}while(d);f=["string",i.slice(y,u+1),y,u],y=u;break}case xx:{tn.lastIndex=y+1,tn.test(i),tn.lastIndex===0?u=i.length-1:u=tn.lastIndex-2,f=["at-word",i.slice(y,u+1),y,u],y=u;break}case Ji:{for(u=y,o=!0;i.charCodeAt(u+1)===Ji;)u+=1,o=!o;if(s=i.charCodeAt(u+1),o&&s!==Lc&&s!==qr&&s!==Xi&&s!==Zi&&s!==en&&s!==Ki&&(u+=1,$c.test(i.charAt(u)))){for(;$c.test(i.charAt(u+1));)u+=1;i.charCodeAt(u+1)===qr&&(u+=1)}f=["word",i.slice(y,u+1),y,u],y=u;break}default:{s===Lc&&i.charCodeAt(y+1)===bx?(u=i.indexOf("*/",y+2)+1,u===0&&(n||X?u=i.length:O("comment")),f=["comment",i.slice(y,u+1),y,u],y=u):(rn.lastIndex=y+1,rn.test(i),rn.lastIndex===0?u=i.length-1:u=rn.lastIndex-2,f=["word",i.slice(y,u+1),y,u],w.push(f),y=u);break}}return y++,f}function B(R){k.push(R)}return{back:B,endOfFile:_,nextToken:I,position:C}}});var Gc=x((U4,Wc)=>{l();"use strict";var kx=Wi(),Sx=_r(),Cx=Er(),Ax=Bt(),jc=Qi(),Ox=zc(),Uc={empty:!0,space:!0};function _x(r){for(let e=r.length-1;e>=0;e--){let t=r[e],i=t[3]||t[2];if(i)return i}}var Vc=class{constructor(e){this.input=e,this.root=new Ax,this.current=this.root,this.spaces="",this.semicolon=!1,this.createTokenizer(),this.root.source={input:e,start:{column:1,line:1,offset:0}}}atrule(e){let t=new kx;t.name=e[1].slice(1),t.name===""&&this.unnamedAtrule(t,e),this.init(t,e[2]);let i,n,s,a=!1,o=!1,u=[],c=[];for(;!this.tokenizer.endOfFile();){if(e=this.tokenizer.nextToken(),i=e[0],i==="("||i==="["?c.push(i==="("?")":"]"):i==="{"&&c.length>0?c.push("}"):i===c[c.length-1]&&c.pop(),c.length===0)if(i===";"){t.source.end=this.getPosition(e[2]),t.source.end.offset++,this.semicolon=!0;break}else if(i==="{"){o=!0;break}else if(i==="}"){if(u.length>0){for(s=u.length-1,n=u[s];n&&n[0]==="space";)n=u[--s];n&&(t.source.end=this.getPosition(n[3]||n[2]),t.source.end.offset++)}this.end(e);break}else u.push(e);else u.push(e);if(this.tokenizer.endOfFile()){a=!0;break}}t.raws.between=this.spacesAndCommentsFromEnd(u),u.length?(t.raws.afterName=this.spacesAndCommentsFromStart(u),this.raw(t,"params",u),a&&(e=u[u.length-1],t.source.end=this.getPosition(e[3]||e[2]),t.source.end.offset++,this.spaces=t.raws.between,t.raws.between="")):(t.raws.afterName="",t.params=""),o&&(t.nodes=[],this.current=t)}checkMissedSemicolon(e){let t=this.colon(e);if(t===!1)return;let i=0,n;for(let s=t-1;s>=0&&(n=e[s],!(n[0]!=="space"&&(i+=1,i===2)));s--);throw this.input.error("Missed semicolon",n[0]==="word"?n[3]+1:n[2])}colon(e){let t=0,i,n,s;for(let[a,o]of e.entries()){if(n=o,s=n[0],s==="("&&(t+=1),s===")"&&(t-=1),t===0&&s===":")if(!i)this.doubleColon(n);else{if(i[0]==="word"&&i[1]==="progid")continue;return a}i=n}return!1}comment(e){let t=new Sx;this.init(t,e[2]),t.source.end=this.getPosition(e[3]||e[2]),t.source.end.offset++;let i=e[1].slice(2,-2);if(/^\s*$/.test(i))t.text="",t.raws.left=i,t.raws.right="";else{let n=i.match(/^(\s*)([^]*\S)(\s*)$/);t.text=n[2],t.raws.left=n[1],t.raws.right=n[3]}}createTokenizer(){this.tokenizer=Ox(this.input)}decl(e,t){let i=new Cx;this.init(i,e[0][2]);let n=e[e.length-1];for(n[0]===";"&&(this.semicolon=!0,e.pop()),i.source.end=this.getPosition(n[3]||n[2]||_x(e)),i.source.end.offset++;e[0][0]!=="word";)e.length===1&&this.unknownWord(e),i.raws.before+=e.shift()[1];for(i.source.start=this.getPosition(e[0][2]),i.prop="";e.length;){let c=e[0][0];if(c===":"||c==="space"||c==="comment")break;i.prop+=e.shift()[1]}i.raws.between="";let s;for(;e.length;)if(s=e.shift(),s[0]===":"){i.raws.between+=s[1];break}else s[0]==="word"&&/\w/.test(s[1])&&this.unknownWord([s]),i.raws.between+=s[1];(i.prop[0]==="_"||i.prop[0]==="*")&&(i.raws.before+=i.prop[0],i.prop=i.prop.slice(1));let a=[],o;for(;e.length&&(o=e[0][0],!(o!=="space"&&o!=="comment"));)a.push(e.shift());this.precheckMissedSemicolon(e);for(let c=e.length-1;c>=0;c--){if(s=e[c],s[1].toLowerCase()==="!important"){i.important=!0;let f=this.stringFrom(e,c);f=this.spacesFromEnd(e)+f,f!==" !important"&&(i.raws.important=f);break}else if(s[1].toLowerCase()==="important"){let f=e.slice(0),d="";for(let p=c;p>0;p--){let g=f[p][0];if(d.trim().startsWith("!")&&g!=="space")break;d=f.pop()[1]+d}d.trim().startsWith("!")&&(i.important=!0,i.raws.important=d,e=f)}if(s[0]!=="space"&&s[0]!=="comment")break}e.some(c=>c[0]!=="space"&&c[0]!=="comment")&&(i.raws.between+=a.map(c=>c[1]).join(""),a=[]),this.raw(i,"value",a.concat(e),t),i.value.includes(":")&&!t&&this.checkMissedSemicolon(e)}doubleColon(e){throw this.input.error("Double colon",{offset:e[2]},{offset:e[2]+e[1].length})}emptyRule(e){let t=new jc;this.init(t,e[2]),t.selector="",t.raws.between="",this.current=t}end(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(e[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(e)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(e){if(this.spaces+=e[1],this.current.nodes){let t=this.current.nodes[this.current.nodes.length-1];t&&t.type==="rule"&&!t.raws.ownSemicolon&&(t.raws.ownSemicolon=this.spaces,this.spaces="")}}getPosition(e){let t=this.input.fromOffset(e);return{column:t.col,line:t.line,offset:e}}init(e,t){this.current.push(e),e.source={input:this.input,start:this.getPosition(t)},e.raws.before=this.spaces,this.spaces="",e.type!=="comment"&&(this.semicolon=!1)}other(e){let t=!1,i=null,n=!1,s=null,a=[],o=e[1].startsWith("--"),u=[],c=e;for(;c;){if(i=c[0],u.push(c),i==="("||i==="[")s||(s=c),a.push(i==="("?")":"]");else if(o&&n&&i==="{")s||(s=c),a.push("}");else if(a.length===0)if(i===";")if(n){this.decl(u,o);return}else break;else if(i==="{"){this.rule(u);return}else if(i==="}"){this.tokenizer.back(u.pop()),t=!0;break}else i===":"&&(n=!0);else i===a[a.length-1]&&(a.pop(),a.length===0&&(s=null));c=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(t=!0),a.length>0&&this.unclosedBracket(s),t&&n){if(!o)for(;u.length&&(c=u[u.length-1][0],!(c!=="space"&&c!=="comment"));)this.tokenizer.back(u.pop());this.decl(u,o)}else this.unknownWord(u)}parse(){let e;for(;!this.tokenizer.endOfFile();)switch(e=this.tokenizer.nextToken(),e[0]){case"space":this.spaces+=e[1];break;case";":this.freeSemicolon(e);break;case"}":this.end(e);break;case"comment":this.comment(e);break;case"at-word":this.atrule(e);break;case"{":this.emptyRule(e);break;default:this.other(e);break}this.endFile()}precheckMissedSemicolon(){}raw(e,t,i,n){let s,a,o=i.length,u="",c=!0,f,d;for(let p=0;pg+b[1],"");e.raws[t]={raw:p,value:u}}e[t]=u}rule(e){e.pop();let t=new jc;this.init(t,e[0][2]),t.raws.between=this.spacesAndCommentsFromEnd(e),this.raw(t,"selector",e),this.current=t}spacesAndCommentsFromEnd(e){let t,i="";for(;e.length&&(t=e[e.length-1][0],!(t!=="space"&&t!=="comment"));)i=e.pop()[1]+i;return i}spacesAndCommentsFromStart(e){let t,i="";for(;e.length&&(t=e[0][0],!(t!=="space"&&t!=="comment"));)i+=e.shift()[1];return i}spacesFromEnd(e){let t,i="";for(;e.length&&(t=e[e.length-1][0],t==="space");)i=e.pop()[1]+i;return i}stringFrom(e,t){let i="";for(let n=t;n{l();"use strict";var Ex=st(),Tx=Yi(),Px=Gc();function nn(r,e){let t=new Tx(r,e),i=new Px(t);try{i.parse()}catch(n){throw n}return i.root}Hc.exports=nn;nn.default=nn;Ex.registerParse(nn)});var ta=x((W4,Yc)=>{l();"use strict";var an=class{constructor(e,t={}){if(this.type="warning",this.text=e,t.node&&t.node.source){let i=t.node.rangeBy(t);this.line=i.start.line,this.column=i.start.column,this.endLine=i.end.line,this.endColumn=i.end.column}for(let i in t)this[i]=t[i]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}};Yc.exports=an;an.default=an});var ln=x((G4,Qc)=>{l();"use strict";var Dx=ta(),on=class{constructor(e,t,i){this.processor=e,this.messages=[],this.root=t,this.opts=i,this.css=void 0,this.map=void 0}toString(){return this.css}warn(e,t={}){t.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(t.plugin=this.lastPlugin.postcssPlugin);let i=new Dx(e,t);return this.messages.push(i),i}warnings(){return this.messages.filter(e=>e.type==="warning")}get content(){return this.css}};Qc.exports=on;on.default=on});var ra=x((H4,Xc)=>{l();"use strict";var Jc={};Xc.exports=function(e){Jc[e]||(Jc[e]=!0,typeof console!="undefined"&&console.warn&&console.warn(e))}});var sa=x((Q4,tp)=>{l();"use strict";var Ix=st(),Rx=Gi(),qx=Zs(),Fx=sn(),Kc=ln(),Bx=Bt(),Mx=Sr(),{isClean:Re,my:Lx}=zi(),Y4=ra(),$x={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},Nx={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},zx={Once:!0,postcssPlugin:!0,prepare:!0},Mt=0;function Fr(r){return typeof r=="object"&&typeof r.then=="function"}function Zc(r){let e=!1,t=$x[r.type];return r.type==="decl"?e=r.prop.toLowerCase():r.type==="atrule"&&(e=r.name.toLowerCase()),e&&r.append?[t,t+"-"+e,Mt,t+"Exit",t+"Exit-"+e]:e?[t,t+"-"+e,t+"Exit",t+"Exit-"+e]:r.append?[t,Mt,t+"Exit"]:[t,t+"Exit"]}function ep(r){let e;return r.type==="document"?e=["Document",Mt,"DocumentExit"]:r.type==="root"?e=["Root",Mt,"RootExit"]:e=Zc(r),{eventIndex:0,events:e,iterator:0,node:r,visitorIndex:0,visitors:[]}}function ia(r){return r[Re]=!1,r.nodes&&r.nodes.forEach(e=>ia(e)),r}var na={},Ge=class{constructor(e,t,i){this.stringified=!1,this.processed=!1;let n;if(typeof t=="object"&&t!==null&&(t.type==="root"||t.type==="document"))n=ia(t);else if(t instanceof Ge||t instanceof Kc)n=ia(t.root),t.map&&(typeof i.map=="undefined"&&(i.map={}),i.map.inline||(i.map.inline=!1),i.map.prev=t.map);else{let s=Fx;i.syntax&&(s=i.syntax.parse),i.parser&&(s=i.parser),s.parse&&(s=s.parse);try{n=s(t,i)}catch(a){this.processed=!0,this.error=a}n&&!n[Lx]&&Ix.rebuild(n)}this.result=new Kc(e,n,i),this.helpers={...na,postcss:na,result:this.result},this.plugins=this.processor.plugins.map(s=>typeof s=="object"&&s.prepare?{...s,...s.prepare(this.result)}:s)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(e,t){let i=this.result.lastPlugin;try{t&&t.addToError(e),this.error=e,e.name==="CssSyntaxError"&&!e.plugin?(e.plugin=i.postcssPlugin,e.setMessage()):i.postcssVersion}catch(n){console&&console.error&&console.error(n)}return e}prepareVisitors(){this.listeners={};let e=(t,i,n)=>{this.listeners[i]||(this.listeners[i]=[]),this.listeners[i].push([t,n])};for(let t of this.plugins)if(typeof t=="object")for(let i in t){if(!Nx[i]&&/^[A-Z]/.test(i))throw new Error(`Unknown event ${i} in ${t.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!zx[i])if(typeof t[i]=="object")for(let n in t[i])n==="*"?e(t,i,t[i][n]):e(t,i+"-"+n.toLowerCase(),t[i][n]);else typeof t[i]=="function"&&e(t,i,t[i])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let e=0;e0;){let i=this.visitTick(t);if(Fr(i))try{await i}catch(n){let s=t[t.length-1].node;throw this.handleError(n,s)}}}if(this.listeners.OnceExit)for(let[t,i]of this.listeners.OnceExit){this.result.lastPlugin=t;try{if(e.type==="document"){let n=e.nodes.map(s=>i(s,this.helpers));await Promise.all(n)}else await i(e,this.helpers)}catch(n){throw this.handleError(n)}}}return this.processed=!0,this.stringify()}runOnRoot(e){this.result.lastPlugin=e;try{if(typeof e=="object"&&e.Once){if(this.result.root.type==="document"){let t=this.result.root.nodes.map(i=>e.Once(i,this.helpers));return Fr(t[0])?Promise.all(t):t}return e.Once(this.result.root,this.helpers)}else if(typeof e=="function")return e(this.result.root,this.result)}catch(t){throw this.handleError(t)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let e=this.result.opts,t=Mx;e.syntax&&(t=e.syntax.stringify),e.stringifier&&(t=e.stringifier),t.stringify&&(t=t.stringify);let n=new qx(t,this.result.root,this.result.opts).generate();return this.result.css=n[0],this.result.map=n[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let e of this.plugins){let t=this.runOnRoot(e);if(Fr(t))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[Re];)e[Re]=!0,this.walkSync(e);if(this.listeners.OnceExit)if(e.type==="document")for(let t of e.nodes)this.visitSync(this.listeners.OnceExit,t);else this.visitSync(this.listeners.OnceExit,e)}return this.result}then(e,t){return this.async().then(e,t)}toString(){return this.css}visitSync(e,t){for(let[i,n]of e){this.result.lastPlugin=i;let s;try{s=n(t,this.helpers)}catch(a){throw this.handleError(a,t.proxyOf)}if(t.type!=="root"&&t.type!=="document"&&!t.parent)return!0;if(Fr(s))throw this.getAsyncError()}}visitTick(e){let t=e[e.length-1],{node:i,visitors:n}=t;if(i.type!=="root"&&i.type!=="document"&&!i.parent){e.pop();return}if(n.length>0&&t.visitorIndex{n[Re]||this.walkSync(n)});else{let n=this.listeners[i];if(n&&this.visitSync(n,e.toProxy()))return}}warnings(){return this.sync().warnings()}get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}};Ge.registerPostcss=r=>{na=r};tp.exports=Ge;Ge.default=Ge;Bx.registerLazyResult(Ge);Rx.registerLazyResult(Ge)});var ip=x((X4,rp)=>{l();"use strict";var jx=Zs(),Ux=sn(),Vx=ln(),Wx=Sr(),J4=ra(),un=class{constructor(e,t,i){t=t.toString(),this.stringified=!1,this._processor=e,this._css=t,this._opts=i,this._map=void 0;let n,s=Wx;this.result=new Vx(this._processor,n,this._opts),this.result.css=t;let a=this;Object.defineProperty(this.result,"root",{get(){return a.root}});let o=new jx(s,n,this._opts,t);if(o.isMap()){let[u,c]=o.generate();u&&(this.result.css=u),c&&(this.result.map=c)}else o.clearAnnotation(),this.result.css=o.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}sync(){if(this.error)throw this.error;return this.result}then(e,t){return this.async().then(e,t)}toString(){return this._css}warnings(){return[]}get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let e,t=Ux;try{e=t(this._css,this._opts)}catch(i){this.error=i}if(this.error)throw this.error;return this._root=e,e}get[Symbol.toStringTag](){return"NoWorkResult"}};rp.exports=un;un.default=un});var sp=x((K4,np)=>{l();"use strict";var Gx=Gi(),Hx=sa(),Yx=ip(),Qx=Bt(),Lt=class{constructor(e=[]){this.version="8.4.49",this.plugins=this.normalize(e)}normalize(e){let t=[];for(let i of e)if(i.postcss===!0?i=i():i.postcss&&(i=i.postcss),typeof i=="object"&&Array.isArray(i.plugins))t=t.concat(i.plugins);else if(typeof i=="object"&&i.postcssPlugin)t.push(i);else if(typeof i=="function")t.push(i);else if(!(typeof i=="object"&&(i.parse||i.stringify)))throw new Error(i+" is not a PostCSS plugin");return t}process(e,t={}){return!this.plugins.length&&!t.parser&&!t.stringifier&&!t.syntax?new Yx(this,e,t):new Hx(this,e,t)}use(e){return this.plugins=this.plugins.concat(this.normalize([e])),this}};np.exports=Lt;Lt.default=Lt;Qx.registerProcessor(Lt);Gx.registerProcessor(Lt)});var ye=x((Z4,pp)=>{l();"use strict";var ap=Wi(),op=_r(),Jx=st(),Xx=$i(),lp=Er(),up=Gi(),Kx=Fc(),Zx=Yi(),ev=sa(),tv=Ks(),rv=Or(),iv=sn(),aa=sp(),nv=ln(),fp=Bt(),cp=Qi(),sv=Sr(),av=ta();function j(...r){return r.length===1&&Array.isArray(r[0])&&(r=r[0]),new aa(r)}j.plugin=function(e,t){let i=!1;function n(...a){console&&console.warn&&!i&&(i=!0,console.warn(e+`: postcss.plugin was deprecated. Migration guide: -https://evilmartians.com/chronicles/postcss-8-plugin-migration`),h.env.LANG&&h.env.LANG.startsWith("cn")&&console.warn(e+`: \u91CC\u9762 postcss.plugin \u88AB\u5F03\u7528. \u8FC1\u79FB\u6307\u5357: -https://www.w3ctech.com/topic/2226`));let o=t(...a);return o.postcssPlugin=e,o.postcssVersion=new aa().version,o}let s;return Object.defineProperty(n,"postcss",{get(){return s||(s=n()),s}}),n.process=function(a,o,u){return j([n(u)]).process(a,o)},n};j.stringify=sv;j.parse=iv;j.fromJSON=Kx;j.list=tv;j.comment=r=>new op(r);j.atRule=r=>new ap(r);j.decl=r=>new lp(r);j.rule=r=>new cp(r);j.root=r=>new fp(r);j.document=r=>new up(r);j.CssSyntaxError=Xx;j.Declaration=lp;j.Container=Jx;j.Processor=aa;j.Document=up;j.Comment=op;j.Warning=av;j.AtRule=ap;j.Result=nv;j.Input=Zx;j.Rule=cp;j.Root=fp;j.Node=rv;ev.registerPostcss(j);pp.exports=j;j.default=j});var W,U,eT,tT,rT,iT,nT,sT,aT,oT,lT,uT,fT,cT,pT,dT,hT,mT,gT,yT,bT,wT,xT,vT,kT,ST,at=S(()=>{l();W=J(ye()),U=W.default,eT=W.default.stringify,tT=W.default.fromJSON,rT=W.default.plugin,iT=W.default.parse,nT=W.default.list,sT=W.default.document,aT=W.default.comment,oT=W.default.atRule,lT=W.default.rule,uT=W.default.decl,fT=W.default.root,cT=W.default.CssSyntaxError,pT=W.default.Declaration,dT=W.default.Container,hT=W.default.Processor,mT=W.default.Document,gT=W.default.Comment,yT=W.default.Warning,bT=W.default.AtRule,wT=W.default.Result,xT=W.default.Input,vT=W.default.Rule,kT=W.default.Root,ST=W.default.Node});var oa=x((AT,dp)=>{l();dp.exports=function(r,e,t,i,n){for(e=e.split?e.split("."):e,i=0;i{l();"use strict";fn.__esModule=!0;fn.default=uv;function ov(r){for(var e=r.toLowerCase(),t="",i=!1,n=0;n<6&&e[n]!==void 0;n++){var s=e.charCodeAt(n),a=s>=97&&s<=102||s>=48&&s<=57;if(i=s===32,!a)break;t+=e[n]}if(t.length!==0){var o=parseInt(t,16),u=o>=55296&&o<=57343;return u||o===0||o>1114111?["\uFFFD",t.length+(i?1:0)]:[String.fromCodePoint(o),t.length+(i?1:0)]}}var lv=/\\/;function uv(r){var e=lv.test(r);if(!e)return r;for(var t="",i=0;i{l();"use strict";pn.__esModule=!0;pn.default=fv;function fv(r){for(var e=arguments.length,t=new Array(e>1?e-1:0),i=1;i0;){var n=t.shift();if(!r[n])return;r=r[n]}return r}mp.exports=pn.default});var bp=x((dn,yp)=>{l();"use strict";dn.__esModule=!0;dn.default=cv;function cv(r){for(var e=arguments.length,t=new Array(e>1?e-1:0),i=1;i0;){var n=t.shift();r[n]||(r[n]={}),r=r[n]}}yp.exports=dn.default});var xp=x((hn,wp)=>{l();"use strict";hn.__esModule=!0;hn.default=pv;function pv(r){for(var e="",t=r.indexOf("/*"),i=0;t>=0;){e=e+r.slice(i,t);var n=r.indexOf("*/",t+2);if(n<0)return e;i=n+2,t=r.indexOf("/*",i)}return e=e+r.slice(i),e}wp.exports=hn.default});var Br=x(qe=>{l();"use strict";qe.__esModule=!0;qe.unesc=qe.stripComments=qe.getProp=qe.ensureObject=void 0;var dv=mn(cn());qe.unesc=dv.default;var hv=mn(gp());qe.getProp=hv.default;var mv=mn(bp());qe.ensureObject=mv.default;var gv=mn(xp());qe.stripComments=gv.default;function mn(r){return r&&r.__esModule?r:{default:r}}});var He=x((Mr,Sp)=>{l();"use strict";Mr.__esModule=!0;Mr.default=void 0;var vp=Br();function kp(r,e){for(var t=0;ti||this.source.end.linen||this.source.end.line===i&&this.source.end.column{l();"use strict";G.__esModule=!0;G.UNIVERSAL=G.TAG=G.STRING=G.SELECTOR=G.ROOT=G.PSEUDO=G.NESTING=G.ID=G.COMMENT=G.COMBINATOR=G.CLASS=G.ATTRIBUTE=void 0;var xv="tag";G.TAG=xv;var vv="string";G.STRING=vv;var kv="selector";G.SELECTOR=kv;var Sv="root";G.ROOT=Sv;var Cv="pseudo";G.PSEUDO=Cv;var Av="nesting";G.NESTING=Av;var Ov="id";G.ID=Ov;var _v="comment";G.COMMENT=_v;var Ev="combinator";G.COMBINATOR=Ev;var Tv="class";G.CLASS=Tv;var Pv="attribute";G.ATTRIBUTE=Pv;var Dv="universal";G.UNIVERSAL=Dv});var gn=x((Lr,_p)=>{l();"use strict";Lr.__esModule=!0;Lr.default=void 0;var Iv=qv(He()),Ye=Rv(se());function Cp(r){if(typeof WeakMap!="function")return null;var e=new WeakMap,t=new WeakMap;return(Cp=function(n){return n?t:e})(r)}function Rv(r,e){if(!e&&r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var t=Cp(e);if(t&&t.has(r))return t.get(r);var i={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(s!=="default"&&Object.prototype.hasOwnProperty.call(r,s)){var a=n?Object.getOwnPropertyDescriptor(r,s):null;a&&(a.get||a.set)?Object.defineProperty(i,s,a):i[s]=r[s]}return i.default=r,t&&t.set(r,i),i}function qv(r){return r&&r.__esModule?r:{default:r}}function Fv(r,e){var t=typeof Symbol!="undefined"&&r[Symbol.iterator]||r["@@iterator"];if(t)return(t=t.call(r)).next.bind(t);if(Array.isArray(r)||(t=Bv(r))||e&&r&&typeof r.length=="number"){t&&(r=t);var i=0;return function(){return i>=r.length?{done:!0}:{done:!1,value:r[i++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Bv(r,e){if(!!r){if(typeof r=="string")return Ap(r,e);var t=Object.prototype.toString.call(r).slice(8,-1);if(t==="Object"&&r.constructor&&(t=r.constructor.name),t==="Map"||t==="Set")return Array.from(r);if(t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return Ap(r,e)}}function Ap(r,e){(e==null||e>r.length)&&(e=r.length);for(var t=0,i=new Array(e);t=n&&(this.indexes[a]=s-1);return this},t.removeAll=function(){for(var n=Fv(this.nodes),s;!(s=n()).done;){var a=s.value;a.parent=void 0}return this.nodes=[],this},t.empty=function(){return this.removeAll()},t.insertAfter=function(n,s){s.parent=this;var a=this.index(n);this.nodes.splice(a+1,0,s),s.parent=this;var o;for(var u in this.indexes)o=this.indexes[u],a<=o&&(this.indexes[u]=o+1);return this},t.insertBefore=function(n,s){s.parent=this;var a=this.index(n);this.nodes.splice(a,0,s),s.parent=this;var o;for(var u in this.indexes)o=this.indexes[u],o<=a&&(this.indexes[u]=o+1);return this},t._findChildAtPosition=function(n,s){var a=void 0;return this.each(function(o){if(o.atPosition){var u=o.atPosition(n,s);if(u)return a=u,!1}else if(o.isAtPosition(n,s))return a=o,!1}),a},t.atPosition=function(n,s){if(this.isAtPosition(n,s))return this._findChildAtPosition(n,s)||this},t._inferEndPosition=function(){this.last&&this.last.source&&this.last.source.end&&(this.source=this.source||{},this.source.end=this.source.end||{},Object.assign(this.source.end,this.last.source.end))},t.each=function(n){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var s=this.lastEach;if(this.indexes[s]=0,!!this.length){for(var a,o;this.indexes[s]{l();"use strict";$r.__esModule=!0;$r.default=void 0;var Nv=jv(gn()),zv=se();function jv(r){return r&&r.__esModule?r:{default:r}}function Ep(r,e){for(var t=0;t{l();"use strict";Nr.__esModule=!0;Nr.default=void 0;var Gv=Yv(gn()),Hv=se();function Yv(r){return r&&r.__esModule?r:{default:r}}function Qv(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,ca(r,e)}function ca(r,e){return ca=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(i,n){return i.__proto__=n,i},ca(r,e)}var Jv=function(r){Qv(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=Hv.SELECTOR,i}return e}(Gv.default);Nr.default=Jv;Pp.exports=Nr.default});var yn=x((ET,Dp)=>{l();"use strict";var Xv={},Kv=Xv.hasOwnProperty,Zv=function(e,t){if(!e)return t;var i={};for(var n in t)i[n]=Kv.call(e,n)?e[n]:t[n];return i},e2=/[ -,\.\/:-@\[-\^`\{-~]/,t2=/[ -,\.\/:-@\[\]\^`\{-~]/,r2=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,da=function r(e,t){t=Zv(t,r.options),t.quotes!="single"&&t.quotes!="double"&&(t.quotes="single");for(var i=t.quotes=="double"?'"':"'",n=t.isIdentifier,s=e.charAt(0),a="",o=0,u=e.length;o126){if(f>=55296&&f<=56319&&o{l();"use strict";zr.__esModule=!0;zr.default=void 0;var i2=Ip(yn()),n2=Br(),s2=Ip(He()),a2=se();function Ip(r){return r&&r.__esModule?r:{default:r}}function Rp(r,e){for(var t=0;t{l();"use strict";jr.__esModule=!0;jr.default=void 0;var f2=p2(He()),c2=se();function p2(r){return r&&r.__esModule?r:{default:r}}function d2(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,ga(r,e)}function ga(r,e){return ga=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(i,n){return i.__proto__=n,i},ga(r,e)}var h2=function(r){d2(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=c2.COMMENT,i}return e}(f2.default);jr.default=h2;Fp.exports=jr.default});var wa=x((Ur,Bp)=>{l();"use strict";Ur.__esModule=!0;Ur.default=void 0;var m2=y2(He()),g2=se();function y2(r){return r&&r.__esModule?r:{default:r}}function b2(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,ba(r,e)}function ba(r,e){return ba=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(i,n){return i.__proto__=n,i},ba(r,e)}var w2=function(r){b2(e,r);function e(i){var n;return n=r.call(this,i)||this,n.type=g2.ID,n}var t=e.prototype;return t.valueToString=function(){return"#"+r.prototype.valueToString.call(this)},e}(m2.default);Ur.default=w2;Bp.exports=Ur.default});var bn=x((Vr,$p)=>{l();"use strict";Vr.__esModule=!0;Vr.default=void 0;var x2=Mp(yn()),v2=Br(),k2=Mp(He());function Mp(r){return r&&r.__esModule?r:{default:r}}function Lp(r,e){for(var t=0;t{l();"use strict";Wr.__esModule=!0;Wr.default=void 0;var O2=E2(bn()),_2=se();function E2(r){return r&&r.__esModule?r:{default:r}}function T2(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,va(r,e)}function va(r,e){return va=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(i,n){return i.__proto__=n,i},va(r,e)}var P2=function(r){T2(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=_2.TAG,i}return e}(O2.default);Wr.default=P2;Np.exports=Wr.default});var Ca=x((Gr,zp)=>{l();"use strict";Gr.__esModule=!0;Gr.default=void 0;var D2=R2(He()),I2=se();function R2(r){return r&&r.__esModule?r:{default:r}}function q2(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Sa(r,e)}function Sa(r,e){return Sa=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(i,n){return i.__proto__=n,i},Sa(r,e)}var F2=function(r){q2(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=I2.STRING,i}return e}(D2.default);Gr.default=F2;zp.exports=Gr.default});var Oa=x((Hr,jp)=>{l();"use strict";Hr.__esModule=!0;Hr.default=void 0;var B2=L2(gn()),M2=se();function L2(r){return r&&r.__esModule?r:{default:r}}function $2(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Aa(r,e)}function Aa(r,e){return Aa=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(i,n){return i.__proto__=n,i},Aa(r,e)}var N2=function(r){$2(e,r);function e(i){var n;return n=r.call(this,i)||this,n.type=M2.PSEUDO,n}var t=e.prototype;return t.toString=function(){var n=this.length?"("+this.map(String).join(",")+")":"";return[this.rawSpaceBefore,this.stringifyProperty("value"),n,this.rawSpaceAfter].join("")},e}(B2.default);Hr.default=N2;jp.exports=Hr.default});var Up={};_e(Up,{deprecate:()=>z2});function z2(r){return r}var Vp=S(()=>{l()});var Gp=x((TT,Wp)=>{l();Wp.exports=(Vp(),Up).deprecate});var Ia=x(Jr=>{l();"use strict";Jr.__esModule=!0;Jr.default=void 0;Jr.unescapeValue=Pa;var Yr=Ea(yn()),j2=Ea(cn()),U2=Ea(bn()),V2=se(),_a;function Ea(r){return r&&r.__esModule?r:{default:r}}function Hp(r,e){for(var t=0;t0&&!n.quoted&&o.before.length===0&&!(n.spaces.value&&n.spaces.value.after)&&(o.before=" "),Yp(a,o)}))),s.push("]"),s.push(this.rawSpaceAfter),s.join("")},W2(e,[{key:"quoted",get:function(){var n=this.quoteMark;return n==="'"||n==='"'},set:function(n){Q2()}},{key:"quoteMark",get:function(){return this._quoteMark},set:function(n){if(!this._constructed){this._quoteMark=n;return}this._quoteMark!==n&&(this._quoteMark=n,this._syncRawValue())}},{key:"qualifiedAttribute",get:function(){return this.qualifiedName(this.raws.attribute||this.attribute)}},{key:"insensitiveFlag",get:function(){return this.insensitive?"i":""}},{key:"value",get:function(){return this._value},set:function(n){if(this._constructed){var s=Pa(n),a=s.deprecatedUsage,o=s.unescaped,u=s.quoteMark;if(a&&Y2(),o===this._value&&u===this._quoteMark)return;this._value=o,this._quoteMark=u,this._syncRawValue()}else this._value=n}},{key:"insensitive",get:function(){return this._insensitive},set:function(n){n||(this._insensitive=!1,this.raws&&(this.raws.insensitiveFlag==="I"||this.raws.insensitiveFlag==="i")&&(this.raws.insensitiveFlag=void 0)),this._insensitive=n}},{key:"attribute",get:function(){return this._attribute},set:function(n){this._handleEscapes("attribute",n),this._attribute=n}}]),e}(U2.default);Jr.default=wn;wn.NO_QUOTE=null;wn.SINGLE_QUOTE="'";wn.DOUBLE_QUOTE='"';var Da=(_a={"'":{quotes:"single",wrap:!0},'"':{quotes:"double",wrap:!0}},_a[null]={isIdentifier:!0},_a);function Yp(r,e){return""+e.before+r+e.after}});var qa=x((Xr,Qp)=>{l();"use strict";Xr.__esModule=!0;Xr.default=void 0;var K2=ek(bn()),Z2=se();function ek(r){return r&&r.__esModule?r:{default:r}}function tk(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Ra(r,e)}function Ra(r,e){return Ra=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(i,n){return i.__proto__=n,i},Ra(r,e)}var rk=function(r){tk(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=Z2.UNIVERSAL,i.value="*",i}return e}(K2.default);Xr.default=rk;Qp.exports=Xr.default});var Ba=x((Kr,Jp)=>{l();"use strict";Kr.__esModule=!0;Kr.default=void 0;var ik=sk(He()),nk=se();function sk(r){return r&&r.__esModule?r:{default:r}}function ak(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Fa(r,e)}function Fa(r,e){return Fa=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(i,n){return i.__proto__=n,i},Fa(r,e)}var ok=function(r){ak(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=nk.COMBINATOR,i}return e}(ik.default);Kr.default=ok;Jp.exports=Kr.default});var La=x((Zr,Xp)=>{l();"use strict";Zr.__esModule=!0;Zr.default=void 0;var lk=fk(He()),uk=se();function fk(r){return r&&r.__esModule?r:{default:r}}function ck(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Ma(r,e)}function Ma(r,e){return Ma=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(i,n){return i.__proto__=n,i},Ma(r,e)}var pk=function(r){ck(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=uk.NESTING,i.value="&",i}return e}(lk.default);Zr.default=pk;Xp.exports=Zr.default});var Zp=x((xn,Kp)=>{l();"use strict";xn.__esModule=!0;xn.default=dk;function dk(r){return r.sort(function(e,t){return e-t})}Kp.exports=xn.default});var $a=x(D=>{l();"use strict";D.__esModule=!0;D.word=D.tilde=D.tab=D.str=D.space=D.slash=D.singleQuote=D.semicolon=D.plus=D.pipe=D.openSquare=D.openParenthesis=D.newline=D.greaterThan=D.feed=D.equals=D.doubleQuote=D.dollar=D.cr=D.comment=D.comma=D.combinator=D.colon=D.closeSquare=D.closeParenthesis=D.caret=D.bang=D.backslash=D.at=D.asterisk=D.ampersand=void 0;var hk=38;D.ampersand=hk;var mk=42;D.asterisk=mk;var gk=64;D.at=gk;var yk=44;D.comma=yk;var bk=58;D.colon=bk;var wk=59;D.semicolon=wk;var xk=40;D.openParenthesis=xk;var vk=41;D.closeParenthesis=vk;var kk=91;D.openSquare=kk;var Sk=93;D.closeSquare=Sk;var Ck=36;D.dollar=Ck;var Ak=126;D.tilde=Ak;var Ok=94;D.caret=Ok;var _k=43;D.plus=_k;var Ek=61;D.equals=Ek;var Tk=124;D.pipe=Tk;var Pk=62;D.greaterThan=Pk;var Dk=32;D.space=Dk;var ed=39;D.singleQuote=ed;var Ik=34;D.doubleQuote=Ik;var Rk=47;D.slash=Rk;var qk=33;D.bang=qk;var Fk=92;D.backslash=Fk;var Bk=13;D.cr=Bk;var Mk=12;D.feed=Mk;var Lk=10;D.newline=Lk;var $k=9;D.tab=$k;var Nk=ed;D.str=Nk;var zk=-1;D.comment=zk;var jk=-2;D.word=jk;var Uk=-3;D.combinator=Uk});var id=x(ei=>{l();"use strict";ei.__esModule=!0;ei.FIELDS=void 0;ei.default=Jk;var E=Vk($a()),$t,V;function td(r){if(typeof WeakMap!="function")return null;var e=new WeakMap,t=new WeakMap;return(td=function(n){return n?t:e})(r)}function Vk(r,e){if(!e&&r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var t=td(e);if(t&&t.has(r))return t.get(r);var i={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(s!=="default"&&Object.prototype.hasOwnProperty.call(r,s)){var a=n?Object.getOwnPropertyDescriptor(r,s):null;a&&(a.get||a.set)?Object.defineProperty(i,s,a):i[s]=r[s]}return i.default=r,t&&t.set(r,i),i}var Wk=($t={},$t[E.tab]=!0,$t[E.newline]=!0,$t[E.cr]=!0,$t[E.feed]=!0,$t),Gk=(V={},V[E.space]=!0,V[E.tab]=!0,V[E.newline]=!0,V[E.cr]=!0,V[E.feed]=!0,V[E.ampersand]=!0,V[E.asterisk]=!0,V[E.bang]=!0,V[E.comma]=!0,V[E.colon]=!0,V[E.semicolon]=!0,V[E.openParenthesis]=!0,V[E.closeParenthesis]=!0,V[E.openSquare]=!0,V[E.closeSquare]=!0,V[E.singleQuote]=!0,V[E.doubleQuote]=!0,V[E.plus]=!0,V[E.pipe]=!0,V[E.tilde]=!0,V[E.greaterThan]=!0,V[E.equals]=!0,V[E.dollar]=!0,V[E.caret]=!0,V[E.slash]=!0,V),Na={},rd="0123456789abcdefABCDEF";for(vn=0;vn0?(k=a+v,C=w-y[v].length):(k=a,C=s),_=E.comment,a=k,p=k,d=w-C):c===E.slash?(w=o,_=c,p=a,d=o-s,u=w+1):(w=Hk(t,o),_=E.word,p=a,d=w-s),u=w+1;break}e.push([_,a,o-s,p,d,o,u]),C&&(s=C,C=null),o=u}return e}});var cd=x((ti,fd)=>{l();"use strict";ti.__esModule=!0;ti.default=void 0;var Xk=ve(fa()),za=ve(pa()),Kk=ve(ma()),nd=ve(ya()),Zk=ve(wa()),e5=ve(ka()),ja=ve(Ca()),t5=ve(Oa()),sd=kn(Ia()),r5=ve(qa()),Ua=ve(Ba()),i5=ve(La()),n5=ve(Zp()),A=kn(id()),T=kn($a()),s5=kn(se()),Y=Br(),At,Va;function ad(r){if(typeof WeakMap!="function")return null;var e=new WeakMap,t=new WeakMap;return(ad=function(n){return n?t:e})(r)}function kn(r,e){if(!e&&r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var t=ad(e);if(t&&t.has(r))return t.get(r);var i={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(s!=="default"&&Object.prototype.hasOwnProperty.call(r,s)){var a=n?Object.getOwnPropertyDescriptor(r,s):null;a&&(a.get||a.set)?Object.defineProperty(i,s,a):i[s]=r[s]}return i.default=r,t&&t.set(r,i),i}function ve(r){return r&&r.__esModule?r:{default:r}}function od(r,e){for(var t=0;t0){var a=this.current.last;if(a){var o=this.convertWhitespaceNodesToSpace(s),u=o.space,c=o.rawSpace;c!==void 0&&(a.rawSpaceAfter+=c),a.spaces.after+=u}else s.forEach(function(_){return i.newNode(_)})}return}var f=this.currToken,d=void 0;n>this.position&&(d=this.parseWhitespaceEquivalentTokens(n));var p;if(this.isNamedCombinator()?p=this.namedCombinator():this.currToken[A.FIELDS.TYPE]===T.combinator?(p=new Ua.default({value:this.content(),source:Nt(this.currToken),sourceIndex:this.currToken[A.FIELDS.START_POS]}),this.position++):Wa[this.currToken[A.FIELDS.TYPE]]||d||this.unexpected(),p){if(d){var g=this.convertWhitespaceNodesToSpace(d),b=g.space,v=g.rawSpace;p.spaces.before=b,p.rawSpaceBefore=v}}else{var y=this.convertWhitespaceNodesToSpace(d,!0),w=y.space,k=y.rawSpace;k||(k=w);var C={},O={spaces:{}};w.endsWith(" ")&&k.endsWith(" ")?(C.before=w.slice(0,w.length-1),O.spaces.before=k.slice(0,k.length-1)):w.startsWith(" ")&&k.startsWith(" ")?(C.after=w.slice(1),O.spaces.after=k.slice(1)):O.value=k,p=new Ua.default({value:" ",source:Ga(f,this.tokens[this.position-1]),sourceIndex:f[A.FIELDS.START_POS],spaces:C,raws:O})}return this.currToken&&this.currToken[A.FIELDS.TYPE]===T.space&&(p.spaces.after=this.optionalSpace(this.content()),this.position++),this.newNode(p)},e.comma=function(){if(this.position===this.tokens.length-1){this.root.trailingComma=!0,this.position++;return}this.current._inferEndPosition();var i=new za.default({source:{start:ld(this.tokens[this.position+1])}});this.current.parent.append(i),this.current=i,this.position++},e.comment=function(){var i=this.currToken;this.newNode(new nd.default({value:this.content(),source:Nt(i),sourceIndex:i[A.FIELDS.START_POS]})),this.position++},e.error=function(i,n){throw this.root.error(i,n)},e.missingBackslash=function(){return this.error("Expected a backslash preceding the semicolon.",{index:this.currToken[A.FIELDS.START_POS]})},e.missingParenthesis=function(){return this.expected("opening parenthesis",this.currToken[A.FIELDS.START_POS])},e.missingSquareBracket=function(){return this.expected("opening square bracket",this.currToken[A.FIELDS.START_POS])},e.unexpected=function(){return this.error("Unexpected '"+this.content()+"'. Escaping special characters with \\ may help.",this.currToken[A.FIELDS.START_POS])},e.unexpectedPipe=function(){return this.error("Unexpected '|'.",this.currToken[A.FIELDS.START_POS])},e.namespace=function(){var i=this.prevToken&&this.content(this.prevToken)||!0;if(this.nextToken[A.FIELDS.TYPE]===T.word)return this.position++,this.word(i);if(this.nextToken[A.FIELDS.TYPE]===T.asterisk)return this.position++,this.universal(i);this.unexpectedPipe()},e.nesting=function(){if(this.nextToken){var i=this.content(this.nextToken);if(i==="|"){this.position++;return}}var n=this.currToken;this.newNode(new i5.default({value:this.content(),source:Nt(n),sourceIndex:n[A.FIELDS.START_POS]})),this.position++},e.parentheses=function(){var i=this.current.last,n=1;if(this.position++,i&&i.type===s5.PSEUDO){var s=new za.default({source:{start:ld(this.tokens[this.position-1])}}),a=this.current;for(i.append(s),this.current=s;this.position1&&i.nextToken&&i.nextToken[A.FIELDS.TYPE]===T.openParenthesis&&i.error("Misplaced parenthesis.",{index:i.nextToken[A.FIELDS.START_POS]})});else return this.expected(["pseudo-class","pseudo-element"],this.currToken[A.FIELDS.START_POS])},e.space=function(){var i=this.content();this.position===0||this.prevToken[A.FIELDS.TYPE]===T.comma||this.prevToken[A.FIELDS.TYPE]===T.openParenthesis||this.current.nodes.every(function(n){return n.type==="comment"})?(this.spaces=this.optionalSpace(i),this.position++):this.position===this.tokens.length-1||this.nextToken[A.FIELDS.TYPE]===T.comma||this.nextToken[A.FIELDS.TYPE]===T.closeParenthesis?(this.current.last.spaces.after=this.optionalSpace(i),this.position++):this.combinator()},e.string=function(){var i=this.currToken;this.newNode(new ja.default({value:this.content(),source:Nt(i),sourceIndex:i[A.FIELDS.START_POS]})),this.position++},e.universal=function(i){var n=this.nextToken;if(n&&this.content(n)==="|")return this.position++,this.namespace();var s=this.currToken;this.newNode(new r5.default({value:this.content(),source:Nt(s),sourceIndex:s[A.FIELDS.START_POS]}),i),this.position++},e.splitWord=function(i,n){for(var s=this,a=this.nextToken,o=this.content();a&&~[T.dollar,T.caret,T.equals,T.word].indexOf(a[A.FIELDS.TYPE]);){this.position++;var u=this.content();if(o+=u,u.lastIndexOf("\\")===u.length-1){var c=this.nextToken;c&&c[A.FIELDS.TYPE]===T.space&&(o+=this.requiredSpace(this.content(c)),this.position++)}a=this.nextToken}var f=Ha(o,".").filter(function(b){var v=o[b-1]==="\\",y=/^\d+\.\d+%$/.test(o);return!v&&!y}),d=Ha(o,"#").filter(function(b){return o[b-1]!=="\\"}),p=Ha(o,"#{");p.length&&(d=d.filter(function(b){return!~p.indexOf(b)}));var g=(0,n5.default)(l5([0].concat(f,d)));g.forEach(function(b,v){var y=g[v+1]||o.length,w=o.slice(b,y);if(v===0&&n)return n.call(s,w,g.length);var k,C=s.currToken,O=C[A.FIELDS.START_POS]+g[v],_=Ot(C[1],C[2]+b,C[3],C[2]+(y-1));if(~f.indexOf(b)){var I={value:w.slice(1),source:_,sourceIndex:O};k=new Kk.default(zt(I,"value"))}else if(~d.indexOf(b)){var B={value:w.slice(1),source:_,sourceIndex:O};k=new Zk.default(zt(B,"value"))}else{var R={value:w,source:_,sourceIndex:O};zt(R,"value"),k=new e5.default(R)}s.newNode(k,i),i=null}),this.position++},e.word=function(i){var n=this.nextToken;return n&&this.content(n)==="|"?(this.position++,this.namespace()):this.splitWord(i)},e.loop=function(){for(;this.position{l();"use strict";ri.__esModule=!0;ri.default=void 0;var f5=c5(cd());function c5(r){return r&&r.__esModule?r:{default:r}}var p5=function(){function r(t,i){this.func=t||function(){},this.funcRes=null,this.options=i}var e=r.prototype;return e._shouldUpdateSelector=function(i,n){n===void 0&&(n={});var s=Object.assign({},this.options,n);return s.updateSelector===!1?!1:typeof i!="string"},e._isLossy=function(i){i===void 0&&(i={});var n=Object.assign({},this.options,i);return n.lossless===!1},e._root=function(i,n){n===void 0&&(n={});var s=new f5.default(i,this._parseOptions(n));return s.root},e._parseOptions=function(i){return{lossy:this._isLossy(i)}},e._run=function(i,n){var s=this;return n===void 0&&(n={}),new Promise(function(a,o){try{var u=s._root(i,n);Promise.resolve(s.func(u)).then(function(c){var f=void 0;return s._shouldUpdateSelector(i,n)&&(f=u.toString(),i.selector=f),{transform:c,root:u,string:f}}).then(a,o)}catch(c){o(c);return}})},e._runSync=function(i,n){n===void 0&&(n={});var s=this._root(i,n),a=this.func(s);if(a&&typeof a.then=="function")throw new Error("Selector processor returned a promise to a synchronous call.");var o=void 0;return n.updateSelector&&typeof i!="string"&&(o=s.toString(),i.selector=o),{transform:a,root:s,string:o}},e.ast=function(i,n){return this._run(i,n).then(function(s){return s.root})},e.astSync=function(i,n){return this._runSync(i,n).root},e.transform=function(i,n){return this._run(i,n).then(function(s){return s.transform})},e.transformSync=function(i,n){return this._runSync(i,n).transform},e.process=function(i,n){return this._run(i,n).then(function(s){return s.string||s.root.toString()})},e.processSync=function(i,n){var s=this._runSync(i,n);return s.string||s.root.toString()},r}();ri.default=p5;pd.exports=ri.default});var hd=x(H=>{l();"use strict";H.__esModule=!0;H.universal=H.tag=H.string=H.selector=H.root=H.pseudo=H.nesting=H.id=H.comment=H.combinator=H.className=H.attribute=void 0;var d5=ke(Ia()),h5=ke(ma()),m5=ke(Ba()),g5=ke(ya()),y5=ke(wa()),b5=ke(La()),w5=ke(Oa()),x5=ke(fa()),v5=ke(pa()),k5=ke(Ca()),S5=ke(ka()),C5=ke(qa());function ke(r){return r&&r.__esModule?r:{default:r}}var A5=function(e){return new d5.default(e)};H.attribute=A5;var O5=function(e){return new h5.default(e)};H.className=O5;var _5=function(e){return new m5.default(e)};H.combinator=_5;var E5=function(e){return new g5.default(e)};H.comment=E5;var T5=function(e){return new y5.default(e)};H.id=T5;var P5=function(e){return new b5.default(e)};H.nesting=P5;var D5=function(e){return new w5.default(e)};H.pseudo=D5;var I5=function(e){return new x5.default(e)};H.root=I5;var R5=function(e){return new v5.default(e)};H.selector=R5;var q5=function(e){return new k5.default(e)};H.string=q5;var F5=function(e){return new S5.default(e)};H.tag=F5;var B5=function(e){return new C5.default(e)};H.universal=B5});var bd=x(N=>{l();"use strict";N.__esModule=!0;N.isComment=N.isCombinator=N.isClassName=N.isAttribute=void 0;N.isContainer=Y5;N.isIdentifier=void 0;N.isNamespace=Q5;N.isNesting=void 0;N.isNode=Ya;N.isPseudo=void 0;N.isPseudoClass=H5;N.isPseudoElement=yd;N.isUniversal=N.isTag=N.isString=N.isSelector=N.isRoot=void 0;var Q=se(),de,M5=(de={},de[Q.ATTRIBUTE]=!0,de[Q.CLASS]=!0,de[Q.COMBINATOR]=!0,de[Q.COMMENT]=!0,de[Q.ID]=!0,de[Q.NESTING]=!0,de[Q.PSEUDO]=!0,de[Q.ROOT]=!0,de[Q.SELECTOR]=!0,de[Q.STRING]=!0,de[Q.TAG]=!0,de[Q.UNIVERSAL]=!0,de);function Ya(r){return typeof r=="object"&&M5[r.type]}function Se(r,e){return Ya(e)&&e.type===r}var md=Se.bind(null,Q.ATTRIBUTE);N.isAttribute=md;var L5=Se.bind(null,Q.CLASS);N.isClassName=L5;var $5=Se.bind(null,Q.COMBINATOR);N.isCombinator=$5;var N5=Se.bind(null,Q.COMMENT);N.isComment=N5;var z5=Se.bind(null,Q.ID);N.isIdentifier=z5;var j5=Se.bind(null,Q.NESTING);N.isNesting=j5;var Qa=Se.bind(null,Q.PSEUDO);N.isPseudo=Qa;var U5=Se.bind(null,Q.ROOT);N.isRoot=U5;var V5=Se.bind(null,Q.SELECTOR);N.isSelector=V5;var W5=Se.bind(null,Q.STRING);N.isString=W5;var gd=Se.bind(null,Q.TAG);N.isTag=gd;var G5=Se.bind(null,Q.UNIVERSAL);N.isUniversal=G5;function yd(r){return Qa(r)&&r.value&&(r.value.startsWith("::")||r.value.toLowerCase()===":before"||r.value.toLowerCase()===":after"||r.value.toLowerCase()===":first-letter"||r.value.toLowerCase()===":first-line")}function H5(r){return Qa(r)&&!yd(r)}function Y5(r){return!!(Ya(r)&&r.walk)}function Q5(r){return md(r)||gd(r)}});var wd=x(Te=>{l();"use strict";Te.__esModule=!0;var Ja=se();Object.keys(Ja).forEach(function(r){r==="default"||r==="__esModule"||r in Te&&Te[r]===Ja[r]||(Te[r]=Ja[r])});var Xa=hd();Object.keys(Xa).forEach(function(r){r==="default"||r==="__esModule"||r in Te&&Te[r]===Xa[r]||(Te[r]=Xa[r])});var Ka=bd();Object.keys(Ka).forEach(function(r){r==="default"||r==="__esModule"||r in Te&&Te[r]===Ka[r]||(Te[r]=Ka[r])})});var Fe=x((ii,vd)=>{l();"use strict";ii.__esModule=!0;ii.default=void 0;var J5=Z5(dd()),X5=K5(wd());function xd(r){if(typeof WeakMap!="function")return null;var e=new WeakMap,t=new WeakMap;return(xd=function(n){return n?t:e})(r)}function K5(r,e){if(!e&&r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var t=xd(e);if(t&&t.has(r))return t.get(r);var i={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(s!=="default"&&Object.prototype.hasOwnProperty.call(r,s)){var a=n?Object.getOwnPropertyDescriptor(r,s):null;a&&(a.get||a.set)?Object.defineProperty(i,s,a):i[s]=r[s]}return i.default=r,t&&t.set(r,i),i}function Z5(r){return r&&r.__esModule?r:{default:r}}var Za=function(e){return new J5.default(e)};Object.assign(Za,X5);delete Za.__esModule;var eS=Za;ii.default=eS;vd.exports=ii.default});function Qe(r){return["fontSize","outline"].includes(r)?e=>(typeof e=="function"&&(e=e({})),Array.isArray(e)&&(e=e[0]),e):r==="fontFamily"?e=>{typeof e=="function"&&(e=e({}));let t=Array.isArray(e)&&ne(e[1])?e[0]:e;return Array.isArray(t)?t.join(", "):t}:["boxShadow","transitionProperty","transitionDuration","transitionDelay","transitionTimingFunction","backgroundImage","backgroundSize","backgroundColor","cursor","animation"].includes(r)?e=>(typeof e=="function"&&(e=e({})),Array.isArray(e)&&(e=e.join(", ")),e):["gridTemplateColumns","gridTemplateRows","objectPosition"].includes(r)?e=>(typeof e=="function"&&(e=e({})),typeof e=="string"&&(e=U.list.comma(e).join(" ")),e):(e,t={})=>(typeof e=="function"&&(e=e(t)),e)}var ni=S(()=>{l();at();Pt()});var Ed=x(($T,no)=>{l();var{Rule:kd,AtRule:tS}=ye(),Sd=Fe();function eo(r,e){let t;try{Sd(i=>{t=i}).processSync(r)}catch(i){throw r.includes(":")?e?e.error("Missed semicolon"):i:e?e.error(i.message):i}return t.at(0)}function Cd(r,e){let t=!1;return r.each(i=>{if(i.type==="nesting"){let n=e.clone({});i.value!=="&"?i.replaceWith(eo(i.value.replace("&",n.toString()))):i.replaceWith(n),t=!0}else"nodes"in i&&i.nodes&&Cd(i,e)&&(t=!0)}),t}function Ad(r,e){let t=[];return r.selectors.forEach(i=>{let n=eo(i,r);e.selectors.forEach(s=>{if(!s)return;let a=eo(s,e);Cd(a,n)||(a.prepend(Sd.combinator({value:" "})),a.prepend(n.clone({}))),t.push(a.toString())})}),t}function Sn(r,e){let t=r.prev();for(e.after(r);t&&t.type==="comment";){let i=t.prev();e.after(t),t=i}return r}function rS(r){return function e(t,i,n,s=n){let a=[];if(i.each(o=>{o.type==="rule"&&n?s&&(o.selectors=Ad(t,o)):o.type==="atrule"&&o.nodes?r[o.name]?e(t,o,s):i[ro]!==!1&&a.push(o):a.push(o)}),n&&a.length){let o=t.clone({nodes:[]});for(let u of a)o.append(u);i.prepend(o)}}}function to(r,e,t){let i=new kd({selector:r,nodes:[]});return i.append(e),t.after(i),i}function Od(r,e){let t={};for(let i of r)t[i]=!0;if(e)for(let i of e)t[i.replace(/^@/,"")]=!0;return t}function iS(r){r=r.trim();let e=r.match(/^\((.*)\)$/);if(!e)return{type:"basic",selector:r};let t=e[1].match(/^(with(?:out)?):(.+)$/);if(t){let i=t[1]==="with",n=Object.fromEntries(t[2].trim().split(/\s+/).map(a=>[a,!0]));if(i&&n.all)return{type:"noop"};let s=a=>!!n[a];return n.all?s=()=>!0:i&&(s=a=>a==="all"?!1:!n[a]),{type:"withrules",escapes:s}}return{type:"unknown"}}function nS(r){let e=[],t=r.parent;for(;t&&t instanceof tS;)e.push(t),t=t.parent;return e}function sS(r){let e=r[_d];if(!e)r.after(r.nodes);else{let t=r.nodes,i,n=-1,s,a,o,u=nS(r);if(u.forEach((c,f)=>{if(e(c.name))i=c,n=f,a=o;else{let d=o;o=c.clone({nodes:[]}),d&&o.append(d),s=s||o}}),i?a?(s.append(t),i.after(a)):i.after(t):r.after(t),r.next()&&i){let c;u.slice(0,n+1).forEach((f,d,p)=>{let g=c;c=f.clone({nodes:[]}),g&&c.append(g);let b=[],y=(p[d-1]||r).next();for(;y;)b.push(y),y=y.next();c.append(b)}),c&&(a||t[t.length-1]).after(c)}}r.remove()}var ro=Symbol("rootRuleMergeSel"),_d=Symbol("rootRuleEscapes");function aS(r){let{params:e}=r,{type:t,selector:i,escapes:n}=iS(e);if(t==="unknown")throw r.error(`Unknown @${r.name} parameter ${JSON.stringify(e)}`);if(t==="basic"&&i){let s=new kd({selector:i,nodes:r.nodes});r.removeAll(),r.append(s)}r[_d]=n,r[ro]=n?!n("all"):t==="noop"}var io=Symbol("hasRootRule");no.exports=(r={})=>{let e=Od(["media","supports","layer","container"],r.bubble),t=rS(e),i=Od(["document","font-face","keyframes","-webkit-keyframes","-moz-keyframes"],r.unwrap),n=(r.rootRuleName||"at-root").replace(/^@/,""),s=r.preserveEmpty;return{postcssPlugin:"postcss-nested",Once(a){a.walkAtRules(n,o=>{aS(o),a[io]=!0})},Rule(a){let o=!1,u=a,c=!1,f=[];a.each(d=>{d.type==="rule"?(f.length&&(u=to(a.selector,f,u),f=[]),c=!0,o=!0,d.selectors=Ad(a,d),u=Sn(d,u)):d.type==="atrule"?(f.length&&(u=to(a.selector,f,u),f=[]),d.name===n?(o=!0,t(a,d,!0,d[ro]),u=Sn(d,u)):e[d.name]?(c=!0,o=!0,t(a,d,!0),u=Sn(d,u)):i[d.name]?(c=!0,o=!0,t(a,d,!1),u=Sn(d,u)):c&&f.push(d)):d.type==="decl"&&c&&f.push(d)}),f.length&&(u=to(a.selector,f,u)),o&&s!==!0&&(a.raws.semicolon=!0,a.nodes.length===0&&a.remove())},RootExit(a){a[io]&&(a.walkAtRules(n,sS),a[io]=!1)}}};no.exports.postcss=!0});var Id=x((NT,Dd)=>{l();"use strict";var Td=/-(\w|$)/g,Pd=(r,e)=>e.toUpperCase(),oS=r=>(r=r.toLowerCase(),r==="float"?"cssFloat":r.startsWith("-ms-")?r.substr(1).replace(Td,Pd):r.replace(Td,Pd));Dd.exports=oS});var oo=x((zT,Rd)=>{l();var lS=Id(),uS={boxFlex:!0,boxFlexGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,strokeDashoffset:!0,strokeOpacity:!0,strokeWidth:!0};function so(r){return typeof r.nodes=="undefined"?!0:ao(r)}function ao(r){let e,t={};return r.each(i=>{if(i.type==="atrule")e="@"+i.name,i.params&&(e+=" "+i.params),typeof t[e]=="undefined"?t[e]=so(i):Array.isArray(t[e])?t[e].push(so(i)):t[e]=[t[e],so(i)];else if(i.type==="rule"){let n=ao(i);if(t[i.selector])for(let s in n)t[i.selector][s]=n[s];else t[i.selector]=n}else if(i.type==="decl"){i.prop[0]==="-"&&i.prop[1]==="-"||i.parent&&i.parent.selector===":export"?e=i.prop:e=lS(i.prop);let n=i.value;!isNaN(i.value)&&uS[e]&&(n=parseFloat(i.value)),i.important&&(n+=" !important"),typeof t[e]=="undefined"?t[e]=n:Array.isArray(t[e])?t[e].push(n):t[e]=[t[e],n]}}),t}Rd.exports=ao});var Cn=x((jT,Md)=>{l();var si=ye(),qd=/\s*!important\s*$/i,fS={"box-flex":!0,"box-flex-group":!0,"column-count":!0,flex:!0,"flex-grow":!0,"flex-positive":!0,"flex-shrink":!0,"flex-negative":!0,"font-weight":!0,"line-clamp":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"tab-size":!0,widows:!0,"z-index":!0,zoom:!0,"fill-opacity":!0,"stroke-dashoffset":!0,"stroke-opacity":!0,"stroke-width":!0};function cS(r){return r.replace(/([A-Z])/g,"-$1").replace(/^ms-/,"-ms-").toLowerCase()}function Fd(r,e,t){t===!1||t===null||(e.startsWith("--")||(e=cS(e)),typeof t=="number"&&(t===0||fS[e]?t=t.toString():t+="px"),e==="css-float"&&(e="float"),qd.test(t)?(t=t.replace(qd,""),r.push(si.decl({prop:e,value:t,important:!0}))):r.push(si.decl({prop:e,value:t})))}function Bd(r,e,t){let i=si.atRule({name:e[1],params:e[3]||""});typeof t=="object"&&(i.nodes=[],lo(t,i)),r.push(i)}function lo(r,e){let t,i,n;for(t in r)if(i=r[t],!(i===null||typeof i=="undefined"))if(t[0]==="@"){let s=t.match(/@(\S+)(\s+([\W\w]*)\s*)?/);if(Array.isArray(i))for(let a of i)Bd(e,s,a);else Bd(e,s,i)}else if(Array.isArray(i))for(let s of i)Fd(e,t,s);else typeof i=="object"?(n=si.rule({selector:t}),lo(i,n),e.push(n)):Fd(e,t,i)}Md.exports=function(r){let e=si.root();return lo(r,e),e}});var uo=x((UT,Ld)=>{l();var pS=oo();Ld.exports=function(e){return console&&console.warn&&e.warnings().forEach(t=>{let i=t.plugin||"PostCSS";console.warn(i+": "+t.text)}),pS(e.root)}});var Nd=x((VT,$d)=>{l();var dS=ye(),hS=uo(),mS=Cn();$d.exports=function(e){let t=dS(e);return async i=>{let n=await t.process(i,{parser:mS,from:void 0});return hS(n)}}});var jd=x((WT,zd)=>{l();var gS=ye(),yS=uo(),bS=Cn();zd.exports=function(r){let e=gS(r);return t=>{let i=e.process(t,{parser:bS,from:void 0});return yS(i)}}});var Vd=x((GT,Ud)=>{l();var wS=oo(),xS=Cn(),vS=Nd(),kS=jd();Ud.exports={objectify:wS,parse:xS,async:vS,sync:kS}});var jt,Wd,HT,YT,QT,JT,Gd=S(()=>{l();jt=J(Vd()),Wd=jt.default,HT=jt.default.objectify,YT=jt.default.parse,QT=jt.default.async,JT=jt.default.sync});function Ut(r){return Array.isArray(r)?r.flatMap(e=>U([(0,Hd.default)({bubble:["screen"]})]).process(e,{parser:Wd}).root.nodes):Ut([r])}var Hd,fo=S(()=>{l();at();Hd=J(Ed());Gd()});function Vt(r,e,t=!1){if(r==="")return e;let i=typeof e=="string"?(0,Yd.default)().astSync(e):e;return i.walkClasses(n=>{let s=n.value,a=t&&s.startsWith("-");n.value=a?`-${r}${s.slice(1)}`:`${r}${s}`}),typeof e=="string"?i.toString():i}var Yd,An=S(()=>{l();Yd=J(Fe())});function he(r){let e=Qd.default.className();return e.value=r,kt(e?.raws?.value??e.value)}var Qd,Wt=S(()=>{l();Qd=J(Fe());Ii()});function co(r){return kt(`.${he(r)}`)}function On(r,e){return co(ai(r,e))}function ai(r,e){return e==="DEFAULT"?r:e==="-"||e==="-DEFAULT"?`-${r}`:e.startsWith("-")?`-${r}${e}`:e.startsWith("/")?`${r}${e}`:`${r}-${e}`}var po=S(()=>{l();Wt();Ii()});function P(r,e=[[r,[r]]],{filterDefault:t=!1,...i}={}){let n=Qe(r);return function({matchUtilities:s,theme:a}){for(let o of e){let u=Array.isArray(o[0])?o:[o];s(u.reduce((c,[f,d])=>Object.assign(c,{[f]:p=>d.reduce((g,b)=>Array.isArray(b)?Object.assign(g,{[b[0]]:b[1]}):Object.assign(g,{[b]:n(p)}),{})}),{}),{...i,values:t?Object.fromEntries(Object.entries(a(r)??{}).filter(([c])=>c!=="DEFAULT")):a(r)})}}}var Jd=S(()=>{l();ni()});function ot(r){return r=Array.isArray(r)?r:[r],r.map(e=>{let t=e.values.map(i=>i.raw!==void 0?i.raw:[i.min&&`(min-width: ${i.min})`,i.max&&`(max-width: ${i.max})`].filter(Boolean).join(" and "));return e.not?`not all and ${t}`:t}).join(", ")}var _n=S(()=>{l()});function ho(r){return r.split(TS).map(t=>{let i=t.trim(),n={value:i},s=i.split(PS),a=new Set;for(let o of s)!a.has("DIRECTIONS")&&SS.has(o)?(n.direction=o,a.add("DIRECTIONS")):!a.has("PLAY_STATES")&&CS.has(o)?(n.playState=o,a.add("PLAY_STATES")):!a.has("FILL_MODES")&&AS.has(o)?(n.fillMode=o,a.add("FILL_MODES")):!a.has("ITERATION_COUNTS")&&(OS.has(o)||DS.test(o))?(n.iterationCount=o,a.add("ITERATION_COUNTS")):!a.has("TIMING_FUNCTION")&&_S.has(o)||!a.has("TIMING_FUNCTION")&&ES.some(u=>o.startsWith(`${u}(`))?(n.timingFunction=o,a.add("TIMING_FUNCTION")):!a.has("DURATION")&&Xd.test(o)?(n.duration=o,a.add("DURATION")):!a.has("DELAY")&&Xd.test(o)?(n.delay=o,a.add("DELAY")):a.has("NAME")?(n.unknown||(n.unknown=[]),n.unknown.push(o)):(n.name=o,a.add("NAME"));return n})}var SS,CS,AS,OS,_S,ES,TS,PS,Xd,DS,Kd=S(()=>{l();SS=new Set(["normal","reverse","alternate","alternate-reverse"]),CS=new Set(["running","paused"]),AS=new Set(["none","forwards","backwards","both"]),OS=new Set(["infinite"]),_S=new Set(["linear","ease","ease-in","ease-out","ease-in-out","step-start","step-end"]),ES=["cubic-bezier","steps"],TS=/\,(?![^(]*\))/g,PS=/\ +(?![^(]*\))/g,Xd=/^(-?[\d.]+m?s)$/,DS=/^(\d+)$/});var Zd,ie,eh=S(()=>{l();Zd=r=>Object.assign({},...Object.entries(r??{}).flatMap(([e,t])=>typeof t=="object"?Object.entries(Zd(t)).map(([i,n])=>({[e+(i==="DEFAULT"?"":`-${i}`)]:n})):[{[`${e}`]:t}])),ie=Zd});var IS,go,RS,qS,FS,BS,MS,LS,$S,NS,zS,jS,US,VS,WS,GS,HS,YS,yo,mo=S(()=>{IS="tailwindcss",go="3.4.0",RS="A utility-first CSS framework for rapidly building custom user interfaces.",qS="MIT",FS="lib/index.js",BS="types/index.d.ts",MS="https://github.com/tailwindlabs/tailwindcss.git",LS="https://github.com/tailwindlabs/tailwindcss/issues",$S="https://tailwindcss.com",NS={tailwind:"lib/cli.js",tailwindcss:"lib/cli.js"},zS={engine:"stable"},jS={prebuild:"npm run generate && rimraf lib",build:`swc src --out-dir lib --copy-files --config jsc.transform.optimizer.globals.vars.__OXIDE__='"false"'`,postbuild:"esbuild lib/cli-peer-dependencies.js --bundle --platform=node --outfile=peers/index.js --define:process.env.CSS_TRANSFORMER_WASM=false","rebuild-fixtures":"npm run build && node -r @swc/register scripts/rebuildFixtures.js",style:"eslint .",pretest:"npm run generate",test:"jest","test:integrations":"npm run test --prefix ./integrations","install:integrations":"node scripts/install-integrations.js","generate:plugin-list":"node -r @swc/register scripts/create-plugin-list.js","generate:types":"node -r @swc/register scripts/generate-types.js",generate:"npm run generate:plugin-list && npm run generate:types","release-channel":"node ./scripts/release-channel.js","release-notes":"node ./scripts/release-notes.js",prepublishOnly:"npm install --force && npm run build"},US=["src/*","cli/*","lib/*","peers/*","scripts/*.js","stubs/*","nesting/*","types/**/*","*.d.ts","*.css","*.js"],VS={"@swc/cli":"^0.1.62","@swc/core":"^1.3.55","@swc/jest":"^0.2.26","@swc/register":"^0.1.10",autoprefixer:"^10.4.14",browserslist:"^4.21.5",concurrently:"^8.0.1",cssnano:"^6.0.0",esbuild:"^0.17.18",eslint:"^8.39.0","eslint-config-prettier":"^8.8.0","eslint-plugin-prettier":"^4.2.1",jest:"^29.6.0","jest-diff":"^29.6.0",lightningcss:"1.18.0",prettier:"^2.8.8",rimraf:"^5.0.0","source-map-js":"^1.0.2",turbo:"^1.9.3"},WS={"@alloc/quick-lru":"^5.2.0",arg:"^5.0.2",chokidar:"^3.5.3",didyoumean:"^1.2.2",dlv:"^1.1.3","fast-glob":"^3.3.0","glob-parent":"^6.0.2","is-glob":"^4.0.3",jiti:"^1.19.1",lilconfig:"^2.1.0",micromatch:"^4.0.5","normalize-path":"^3.0.0","object-hash":"^3.0.0",picocolors:"^1.0.0",postcss:"^8.4.23","postcss-import":"^15.1.0","postcss-js":"^4.0.1","postcss-load-config":"^4.0.1","postcss-nested":"^6.0.1","postcss-selector-parser":"^6.0.11",resolve:"^1.22.2",sucrase:"^3.32.0"},GS=["> 1%","not edge <= 18","not ie 11","not op_mini all"],HS={testTimeout:3e4,setupFilesAfterEnv:["/jest/customMatchers.js"],testPathIgnorePatterns:["/node_modules/","/integrations/","/standalone-cli/","\\.test\\.skip\\.js$"],transformIgnorePatterns:["node_modules/(?!lightningcss)"],transform:{"\\.js$":"@swc/jest","\\.ts$":"@swc/jest"}},YS={node:">=14.0.0"},yo={name:IS,version:go,description:RS,license:qS,main:FS,types:BS,repository:MS,bugs:LS,homepage:$S,bin:NS,tailwindcss:zS,scripts:jS,files:US,devDependencies:VS,dependencies:WS,browserslist:GS,jest:HS,engines:YS}});function lt(r,e=!0){return Array.isArray(r)?r.map(t=>{if(e&&Array.isArray(t))throw new Error("The tuple syntax is not supported for `screens`.");if(typeof t=="string")return{name:t.toString(),not:!1,values:[{min:t,max:void 0}]};let[i,n]=t;return i=i.toString(),typeof n=="string"?{name:i,not:!1,values:[{min:n,max:void 0}]}:Array.isArray(n)?{name:i,not:!1,values:n.map(s=>rh(s))}:{name:i,not:!1,values:[rh(n)]}}):lt(Object.entries(r??{}),!1)}function En(r){return r.values.length!==1?{result:!1,reason:"multiple-values"}:r.values[0].raw!==void 0?{result:!1,reason:"raw-values"}:r.values[0].min!==void 0&&r.values[0].max!==void 0?{result:!1,reason:"min-and-max"}:{result:!0,reason:null}}function th(r,e,t){let i=Tn(e,r),n=Tn(t,r),s=En(i),a=En(n);if(s.reason==="multiple-values"||a.reason==="multiple-values")throw new Error("Attempted to sort a screen with multiple values. This should never happen. Please open a bug report.");if(s.reason==="raw-values"||a.reason==="raw-values")throw new Error("Attempted to sort a screen with raw values. This should never happen. Please open a bug report.");if(s.reason==="min-and-max"||a.reason==="min-and-max")throw new Error("Attempted to sort a screen with both min and max values. This should never happen. Please open a bug report.");let{min:o,max:u}=i.values[0],{min:c,max:f}=n.values[0];e.not&&([o,u]=[u,o]),t.not&&([c,f]=[f,c]),o=o===void 0?o:parseFloat(o),u=u===void 0?u:parseFloat(u),c=c===void 0?c:parseFloat(c),f=f===void 0?f:parseFloat(f);let[d,p]=r==="min"?[o,c]:[f,u];return d-p}function Tn(r,e){return typeof r=="object"?r:{name:"arbitrary-screen",values:[{[e]:r}]}}function rh({"min-width":r,min:e=r,max:t,raw:i}={}){return{min:e,max:t,raw:i}}var Pn=S(()=>{l()});function Dn(r,e){r.walkDecls(t=>{if(e.includes(t.prop)){t.remove();return}for(let i of e)t.value.includes(`/ var(${i})`)&&(t.value=t.value.replace(`/ var(${i})`,""))})}var ih=S(()=>{l()});var ae,Pe,Be,Me,nh,sh=S(()=>{l();Ve();St();at();Jd();_n();Wt();Kd();eh();yr();qs();Pt();ni();mo();Ee();Pn();_s();ih();We();xr();li();ae={childVariant:({addVariant:r})=>{r("*","& > *")},pseudoElementVariants:({addVariant:r})=>{r("first-letter","&::first-letter"),r("first-line","&::first-line"),r("marker",[({container:e})=>(Dn(e,["--tw-text-opacity"]),"& *::marker"),({container:e})=>(Dn(e,["--tw-text-opacity"]),"&::marker")]),r("selection",["& *::selection","&::selection"]),r("file","&::file-selector-button"),r("placeholder","&::placeholder"),r("backdrop","&::backdrop"),r("before",({container:e})=>(e.walkRules(t=>{let i=!1;t.walkDecls("content",()=>{i=!0}),i||t.prepend(U.decl({prop:"content",value:"var(--tw-content)"}))}),"&::before")),r("after",({container:e})=>(e.walkRules(t=>{let i=!1;t.walkDecls("content",()=>{i=!0}),i||t.prepend(U.decl({prop:"content",value:"var(--tw-content)"}))}),"&::after"))},pseudoClassVariants:({addVariant:r,matchVariant:e,config:t,prefix:i})=>{let n=[["first","&:first-child"],["last","&:last-child"],["only","&:only-child"],["odd","&:nth-child(odd)"],["even","&:nth-child(even)"],"first-of-type","last-of-type","only-of-type",["visited",({container:a})=>(Dn(a,["--tw-text-opacity","--tw-border-opacity","--tw-bg-opacity"]),"&:visited")],"target",["open","&[open]"],"default","checked","indeterminate","placeholder-shown","autofill","optional","required","valid","invalid","in-range","out-of-range","read-only","empty","focus-within",["hover",Z(t(),"hoverOnlyWhenSupported")?"@media (hover: hover) and (pointer: fine) { &:hover }":"&:hover"],"focus","focus-visible","active","enabled","disabled"].map(a=>Array.isArray(a)?a:[a,`&:${a}`]);for(let[a,o]of n)r(a,u=>typeof o=="function"?o(u):o);let s={group:(a,{modifier:o})=>o?[`:merge(${i(".group")}\\/${he(o)})`," &"]:[`:merge(${i(".group")})`," &"],peer:(a,{modifier:o})=>o?[`:merge(${i(".peer")}\\/${he(o)})`," ~ &"]:[`:merge(${i(".peer")})`," ~ &"]};for(let[a,o]of Object.entries(s))e(a,(u="",c)=>{let f=L(typeof u=="function"?u(c):u);f.includes("&")||(f="&"+f);let[d,p]=o("",c),g=null,b=null,v=0;for(let y=0;y{r("ltr",':is(:where([dir="ltr"]) &)'),r("rtl",':is(:where([dir="rtl"]) &)')},reducedMotionVariants:({addVariant:r})=>{r("motion-safe","@media (prefers-reduced-motion: no-preference)"),r("motion-reduce","@media (prefers-reduced-motion: reduce)")},darkVariants:({config:r,addVariant:e})=>{let[t,i=".dark"]=[].concat(r("darkMode","media"));t===!1&&(t="media",M.warn("darkmode-false",["The `darkMode` option in your Tailwind CSS configuration is set to `false`, which now behaves the same as `media`.","Change `darkMode` to `media` or remove it entirely.","https://tailwindcss.com/docs/upgrade-guide#remove-dark-mode-configuration"])),t==="class"?e("dark",`:is(:where(${i}) &)`):t==="media"&&e("dark","@media (prefers-color-scheme: dark)")},printVariant:({addVariant:r})=>{r("print","@media print")},screenVariants:({theme:r,addVariant:e,matchVariant:t})=>{let i=r("screens")??{},n=Object.values(i).every(w=>typeof w=="string"),s=lt(r("screens")),a=new Set([]);function o(w){return w.match(/(\D+)$/)?.[1]??"(none)"}function u(w){w!==void 0&&a.add(o(w))}function c(w){return u(w),a.size===1}for(let w of s)for(let k of w.values)u(k.min),u(k.max);let f=a.size<=1;function d(w){return Object.fromEntries(s.filter(k=>En(k).result).map(k=>{let{min:C,max:O}=k.values[0];if(w==="min"&&C!==void 0)return k;if(w==="min"&&O!==void 0)return{...k,not:!k.not};if(w==="max"&&O!==void 0)return k;if(w==="max"&&C!==void 0)return{...k,not:!k.not}}).map(k=>[k.name,k]))}function p(w){return(k,C)=>th(w,k.value,C.value)}let g=p("max"),b=p("min");function v(w){return k=>{if(n)if(f){if(typeof k=="string"&&!c(k))return M.warn("minmax-have-mixed-units",["The `min-*` and `max-*` variants are not supported with a `screens` configuration containing mixed units."]),[]}else return M.warn("mixed-screen-units",["The `min-*` and `max-*` variants are not supported with a `screens` configuration containing mixed units."]),[];else return M.warn("complex-screen-config",["The `min-*` and `max-*` variants are not supported with a `screens` configuration containing objects."]),[];return[`@media ${ot(Tn(k,w))}`]}}t("max",v("max"),{sort:g,values:n?d("max"):{}});let y="min-screens";for(let w of s)e(w.name,`@media ${ot(w)}`,{id:y,sort:n&&f?b:void 0,value:w});t("min",v("min"),{id:y,sort:b})},supportsVariants:({matchVariant:r,theme:e})=>{r("supports",(t="")=>{let i=L(t),n=/^\w*\s*\(/.test(i);return i=n?i.replace(/\b(and|or|not)\b/g," $1 "):i,n?`@supports ${i}`:(i.includes(":")||(i=`${i}: var(--tw)`),i.startsWith("(")&&i.endsWith(")")||(i=`(${i})`),`@supports ${i}`)},{values:e("supports")??{}})},hasVariants:({matchVariant:r})=>{r("has",e=>`&:has(${L(e)})`,{values:{}}),r("group-has",(e,{modifier:t})=>t?`:merge(.group\\/${t}):has(${L(e)}) &`:`:merge(.group):has(${L(e)}) &`,{values:{}}),r("peer-has",(e,{modifier:t})=>t?`:merge(.peer\\/${t}):has(${L(e)}) ~ &`:`:merge(.peer):has(${L(e)}) ~ &`,{values:{}})},ariaVariants:({matchVariant:r,theme:e})=>{r("aria",t=>`&[aria-${L(t)}]`,{values:e("aria")??{}}),r("group-aria",(t,{modifier:i})=>i?`:merge(.group\\/${i})[aria-${L(t)}] &`:`:merge(.group)[aria-${L(t)}] &`,{values:e("aria")??{}}),r("peer-aria",(t,{modifier:i})=>i?`:merge(.peer\\/${i})[aria-${L(t)}] ~ &`:`:merge(.peer)[aria-${L(t)}] ~ &`,{values:e("aria")??{}})},dataVariants:({matchVariant:r,theme:e})=>{r("data",t=>`&[data-${L(t)}]`,{values:e("data")??{}}),r("group-data",(t,{modifier:i})=>i?`:merge(.group\\/${i})[data-${L(t)}] &`:`:merge(.group)[data-${L(t)}] &`,{values:e("data")??{}}),r("peer-data",(t,{modifier:i})=>i?`:merge(.peer\\/${i})[data-${L(t)}] ~ &`:`:merge(.peer)[data-${L(t)}] ~ &`,{values:e("data")??{}})},orientationVariants:({addVariant:r})=>{r("portrait","@media (orientation: portrait)"),r("landscape","@media (orientation: landscape)")},prefersContrastVariants:({addVariant:r})=>{r("contrast-more","@media (prefers-contrast: more)"),r("contrast-less","@media (prefers-contrast: less)")},forcedColorsVariants:({addVariant:r})=>{r("forced-colors","@media (forced-colors: active)")}},Pe=["translate(var(--tw-translate-x), var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" "),Be=["var(--tw-blur)","var(--tw-brightness)","var(--tw-contrast)","var(--tw-grayscale)","var(--tw-hue-rotate)","var(--tw-invert)","var(--tw-saturate)","var(--tw-sepia)","var(--tw-drop-shadow)"].join(" "),Me=["var(--tw-backdrop-blur)","var(--tw-backdrop-brightness)","var(--tw-backdrop-contrast)","var(--tw-backdrop-grayscale)","var(--tw-backdrop-hue-rotate)","var(--tw-backdrop-invert)","var(--tw-backdrop-opacity)","var(--tw-backdrop-saturate)","var(--tw-backdrop-sepia)"].join(" "),nh={preflight:({addBase:r})=>{let e=U.parse(`*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:theme('borderColor.DEFAULT', currentColor)}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:theme('fontFamily.sans', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:theme('fontFamily.sans[1].fontFeatureSettings', normal);font-variation-settings:theme('fontFamily.sans[1].fontVariationSettings', normal);-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:theme('fontFamily.mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:theme('fontFamily.mono[1].fontFeatureSettings', normal);font-variation-settings:theme('fontFamily.mono[1].fontVariationSettings', normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:theme('colors.gray.4', #9ca3af)}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}`);r([U.comment({text:`! tailwindcss v${go} | MIT License | https://tailwindcss.com`}),...e.nodes])},container:(()=>{function r(t=[]){return t.flatMap(i=>i.values.map(n=>n.min)).filter(i=>i!==void 0)}function e(t,i,n){if(typeof n=="undefined")return[];if(!(typeof n=="object"&&n!==null))return[{screen:"DEFAULT",minWidth:0,padding:n}];let s=[];n.DEFAULT&&s.push({screen:"DEFAULT",minWidth:0,padding:n.DEFAULT});for(let a of t)for(let o of i)for(let{min:u}of o.values)u===a&&s.push({minWidth:a,padding:n[o.name]});return s}return function({addComponents:t,theme:i}){let n=lt(i("container.screens",i("screens"))),s=r(n),a=e(s,n,i("container.padding")),o=c=>{let f=a.find(d=>d.minWidth===c);return f?{paddingRight:f.padding,paddingLeft:f.padding}:{}},u=Array.from(new Set(s.slice().sort((c,f)=>parseInt(c)-parseInt(f)))).map(c=>({[`@media (min-width: ${c})`]:{".container":{"max-width":c,...o(c)}}}));t([{".container":Object.assign({width:"100%"},i("container.center",!1)?{marginRight:"auto",marginLeft:"auto"}:{},o(0))},...u])}})(),accessibility:({addUtilities:r})=>{r({".sr-only":{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"},".not-sr-only":{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",clip:"auto",whiteSpace:"normal"}})},pointerEvents:({addUtilities:r})=>{r({".pointer-events-none":{"pointer-events":"none"},".pointer-events-auto":{"pointer-events":"auto"}})},visibility:({addUtilities:r})=>{r({".visible":{visibility:"visible"},".invisible":{visibility:"hidden"},".collapse":{visibility:"collapse"}})},position:({addUtilities:r})=>{r({".static":{position:"static"},".fixed":{position:"fixed"},".absolute":{position:"absolute"},".relative":{position:"relative"},".sticky":{position:"sticky"}})},inset:P("inset",[["inset",["inset"]],[["inset-x",["left","right"]],["inset-y",["top","bottom"]]],[["start",["inset-inline-start"]],["end",["inset-inline-end"]],["top",["top"]],["right",["right"]],["bottom",["bottom"]],["left",["left"]]]],{supportsNegativeValues:!0}),isolation:({addUtilities:r})=>{r({".isolate":{isolation:"isolate"},".isolation-auto":{isolation:"auto"}})},zIndex:P("zIndex",[["z",["zIndex"]]],{supportsNegativeValues:!0}),order:P("order",void 0,{supportsNegativeValues:!0}),gridColumn:P("gridColumn",[["col",["gridColumn"]]]),gridColumnStart:P("gridColumnStart",[["col-start",["gridColumnStart"]]]),gridColumnEnd:P("gridColumnEnd",[["col-end",["gridColumnEnd"]]]),gridRow:P("gridRow",[["row",["gridRow"]]]),gridRowStart:P("gridRowStart",[["row-start",["gridRowStart"]]]),gridRowEnd:P("gridRowEnd",[["row-end",["gridRowEnd"]]]),float:({addUtilities:r})=>{r({".float-start":{float:"inline-start"},".float-end":{float:"inline-end"},".float-right":{float:"right"},".float-left":{float:"left"},".float-none":{float:"none"}})},clear:({addUtilities:r})=>{r({".clear-start":{clear:"inline-start"},".clear-end":{clear:"inline-end"},".clear-left":{clear:"left"},".clear-right":{clear:"right"},".clear-both":{clear:"both"},".clear-none":{clear:"none"}})},margin:P("margin",[["m",["margin"]],[["mx",["margin-left","margin-right"]],["my",["margin-top","margin-bottom"]]],[["ms",["margin-inline-start"]],["me",["margin-inline-end"]],["mt",["margin-top"]],["mr",["margin-right"]],["mb",["margin-bottom"]],["ml",["margin-left"]]]],{supportsNegativeValues:!0}),boxSizing:({addUtilities:r})=>{r({".box-border":{"box-sizing":"border-box"},".box-content":{"box-sizing":"content-box"}})},lineClamp:({matchUtilities:r,addUtilities:e,theme:t})=>{r({"line-clamp":i=>({overflow:"hidden",display:"-webkit-box","-webkit-box-orient":"vertical","-webkit-line-clamp":`${i}`})},{values:t("lineClamp")}),e({".line-clamp-none":{overflow:"visible",display:"block","-webkit-box-orient":"horizontal","-webkit-line-clamp":"none"}})},display:({addUtilities:r})=>{r({".block":{display:"block"},".inline-block":{display:"inline-block"},".inline":{display:"inline"},".flex":{display:"flex"},".inline-flex":{display:"inline-flex"},".table":{display:"table"},".inline-table":{display:"inline-table"},".table-caption":{display:"table-caption"},".table-cell":{display:"table-cell"},".table-column":{display:"table-column"},".table-column-group":{display:"table-column-group"},".table-footer-group":{display:"table-footer-group"},".table-header-group":{display:"table-header-group"},".table-row-group":{display:"table-row-group"},".table-row":{display:"table-row"},".flow-root":{display:"flow-root"},".grid":{display:"grid"},".inline-grid":{display:"inline-grid"},".contents":{display:"contents"},".list-item":{display:"list-item"},".hidden":{display:"none"}})},aspectRatio:P("aspectRatio",[["aspect",["aspect-ratio"]]]),size:P("size",[["size",["width","height"]]]),height:P("height",[["h",["height"]]]),maxHeight:P("maxHeight",[["max-h",["maxHeight"]]]),minHeight:P("minHeight",[["min-h",["minHeight"]]]),width:P("width",[["w",["width"]]]),minWidth:P("minWidth",[["min-w",["minWidth"]]]),maxWidth:P("maxWidth",[["max-w",["maxWidth"]]]),flex:P("flex"),flexShrink:P("flexShrink",[["flex-shrink",["flex-shrink"]],["shrink",["flex-shrink"]]]),flexGrow:P("flexGrow",[["flex-grow",["flex-grow"]],["grow",["flex-grow"]]]),flexBasis:P("flexBasis",[["basis",["flex-basis"]]]),tableLayout:({addUtilities:r})=>{r({".table-auto":{"table-layout":"auto"},".table-fixed":{"table-layout":"fixed"}})},captionSide:({addUtilities:r})=>{r({".caption-top":{"caption-side":"top"},".caption-bottom":{"caption-side":"bottom"}})},borderCollapse:({addUtilities:r})=>{r({".border-collapse":{"border-collapse":"collapse"},".border-separate":{"border-collapse":"separate"}})},borderSpacing:({addDefaults:r,matchUtilities:e,theme:t})=>{r("border-spacing",{"--tw-border-spacing-x":0,"--tw-border-spacing-y":0}),e({"border-spacing":i=>({"--tw-border-spacing-x":i,"--tw-border-spacing-y":i,"@defaults border-spacing":{},"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"}),"border-spacing-x":i=>({"--tw-border-spacing-x":i,"@defaults border-spacing":{},"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"}),"border-spacing-y":i=>({"--tw-border-spacing-y":i,"@defaults border-spacing":{},"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})},{values:t("borderSpacing")})},transformOrigin:P("transformOrigin",[["origin",["transformOrigin"]]]),translate:P("translate",[[["translate-x",[["@defaults transform",{}],"--tw-translate-x",["transform",Pe]]],["translate-y",[["@defaults transform",{}],"--tw-translate-y",["transform",Pe]]]]],{supportsNegativeValues:!0}),rotate:P("rotate",[["rotate",[["@defaults transform",{}],"--tw-rotate",["transform",Pe]]]],{supportsNegativeValues:!0}),skew:P("skew",[[["skew-x",[["@defaults transform",{}],"--tw-skew-x",["transform",Pe]]],["skew-y",[["@defaults transform",{}],"--tw-skew-y",["transform",Pe]]]]],{supportsNegativeValues:!0}),scale:P("scale",[["scale",[["@defaults transform",{}],"--tw-scale-x","--tw-scale-y",["transform",Pe]]],[["scale-x",[["@defaults transform",{}],"--tw-scale-x",["transform",Pe]]],["scale-y",[["@defaults transform",{}],"--tw-scale-y",["transform",Pe]]]]],{supportsNegativeValues:!0}),transform:({addDefaults:r,addUtilities:e})=>{r("transform",{"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1"}),e({".transform":{"@defaults transform":{},transform:Pe},".transform-cpu":{transform:Pe},".transform-gpu":{transform:Pe.replace("translate(var(--tw-translate-x), var(--tw-translate-y))","translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)")},".transform-none":{transform:"none"}})},animation:({matchUtilities:r,theme:e,config:t})=>{let i=s=>he(t("prefix")+s),n=Object.fromEntries(Object.entries(e("keyframes")??{}).map(([s,a])=>[s,{[`@keyframes ${i(s)}`]:a}]));r({animate:s=>{let a=ho(s);return[...a.flatMap(o=>n[o.name]),{animation:a.map(({name:o,value:u})=>o===void 0||n[o]===void 0?u:u.replace(o,i(o))).join(", ")}]}},{values:e("animation")})},cursor:P("cursor"),touchAction:({addDefaults:r,addUtilities:e})=>{r("touch-action",{"--tw-pan-x":" ","--tw-pan-y":" ","--tw-pinch-zoom":" "});let t="var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)";e({".touch-auto":{"touch-action":"auto"},".touch-none":{"touch-action":"none"},".touch-pan-x":{"@defaults touch-action":{},"--tw-pan-x":"pan-x","touch-action":t},".touch-pan-left":{"@defaults touch-action":{},"--tw-pan-x":"pan-left","touch-action":t},".touch-pan-right":{"@defaults touch-action":{},"--tw-pan-x":"pan-right","touch-action":t},".touch-pan-y":{"@defaults touch-action":{},"--tw-pan-y":"pan-y","touch-action":t},".touch-pan-up":{"@defaults touch-action":{},"--tw-pan-y":"pan-up","touch-action":t},".touch-pan-down":{"@defaults touch-action":{},"--tw-pan-y":"pan-down","touch-action":t},".touch-pinch-zoom":{"@defaults touch-action":{},"--tw-pinch-zoom":"pinch-zoom","touch-action":t},".touch-manipulation":{"touch-action":"manipulation"}})},userSelect:({addUtilities:r})=>{r({".select-none":{"user-select":"none"},".select-text":{"user-select":"text"},".select-all":{"user-select":"all"},".select-auto":{"user-select":"auto"}})},resize:({addUtilities:r})=>{r({".resize-none":{resize:"none"},".resize-y":{resize:"vertical"},".resize-x":{resize:"horizontal"},".resize":{resize:"both"}})},scrollSnapType:({addDefaults:r,addUtilities:e})=>{r("scroll-snap-type",{"--tw-scroll-snap-strictness":"proximity"}),e({".snap-none":{"scroll-snap-type":"none"},".snap-x":{"@defaults scroll-snap-type":{},"scroll-snap-type":"x var(--tw-scroll-snap-strictness)"},".snap-y":{"@defaults scroll-snap-type":{},"scroll-snap-type":"y var(--tw-scroll-snap-strictness)"},".snap-both":{"@defaults scroll-snap-type":{},"scroll-snap-type":"both var(--tw-scroll-snap-strictness)"},".snap-mandatory":{"--tw-scroll-snap-strictness":"mandatory"},".snap-proximity":{"--tw-scroll-snap-strictness":"proximity"}})},scrollSnapAlign:({addUtilities:r})=>{r({".snap-start":{"scroll-snap-align":"start"},".snap-end":{"scroll-snap-align":"end"},".snap-center":{"scroll-snap-align":"center"},".snap-align-none":{"scroll-snap-align":"none"}})},scrollSnapStop:({addUtilities:r})=>{r({".snap-normal":{"scroll-snap-stop":"normal"},".snap-always":{"scroll-snap-stop":"always"}})},scrollMargin:P("scrollMargin",[["scroll-m",["scroll-margin"]],[["scroll-mx",["scroll-margin-left","scroll-margin-right"]],["scroll-my",["scroll-margin-top","scroll-margin-bottom"]]],[["scroll-ms",["scroll-margin-inline-start"]],["scroll-me",["scroll-margin-inline-end"]],["scroll-mt",["scroll-margin-top"]],["scroll-mr",["scroll-margin-right"]],["scroll-mb",["scroll-margin-bottom"]],["scroll-ml",["scroll-margin-left"]]]],{supportsNegativeValues:!0}),scrollPadding:P("scrollPadding",[["scroll-p",["scroll-padding"]],[["scroll-px",["scroll-padding-left","scroll-padding-right"]],["scroll-py",["scroll-padding-top","scroll-padding-bottom"]]],[["scroll-ps",["scroll-padding-inline-start"]],["scroll-pe",["scroll-padding-inline-end"]],["scroll-pt",["scroll-padding-top"]],["scroll-pr",["scroll-padding-right"]],["scroll-pb",["scroll-padding-bottom"]],["scroll-pl",["scroll-padding-left"]]]]),listStylePosition:({addUtilities:r})=>{r({".list-inside":{"list-style-position":"inside"},".list-outside":{"list-style-position":"outside"}})},listStyleType:P("listStyleType",[["list",["listStyleType"]]]),listStyleImage:P("listStyleImage",[["list-image",["listStyleImage"]]]),appearance:({addUtilities:r})=>{r({".appearance-none":{appearance:"none"},".appearance-auto":{appearance:"auto"}})},columns:P("columns",[["columns",["columns"]]]),breakBefore:({addUtilities:r})=>{r({".break-before-auto":{"break-before":"auto"},".break-before-avoid":{"break-before":"avoid"},".break-before-all":{"break-before":"all"},".break-before-avoid-page":{"break-before":"avoid-page"},".break-before-page":{"break-before":"page"},".break-before-left":{"break-before":"left"},".break-before-right":{"break-before":"right"},".break-before-column":{"break-before":"column"}})},breakInside:({addUtilities:r})=>{r({".break-inside-auto":{"break-inside":"auto"},".break-inside-avoid":{"break-inside":"avoid"},".break-inside-avoid-page":{"break-inside":"avoid-page"},".break-inside-avoid-column":{"break-inside":"avoid-column"}})},breakAfter:({addUtilities:r})=>{r({".break-after-auto":{"break-after":"auto"},".break-after-avoid":{"break-after":"avoid"},".break-after-all":{"break-after":"all"},".break-after-avoid-page":{"break-after":"avoid-page"},".break-after-page":{"break-after":"page"},".break-after-left":{"break-after":"left"},".break-after-right":{"break-after":"right"},".break-after-column":{"break-after":"column"}})},gridAutoColumns:P("gridAutoColumns",[["auto-cols",["gridAutoColumns"]]]),gridAutoFlow:({addUtilities:r})=>{r({".grid-flow-row":{gridAutoFlow:"row"},".grid-flow-col":{gridAutoFlow:"column"},".grid-flow-dense":{gridAutoFlow:"dense"},".grid-flow-row-dense":{gridAutoFlow:"row dense"},".grid-flow-col-dense":{gridAutoFlow:"column dense"}})},gridAutoRows:P("gridAutoRows",[["auto-rows",["gridAutoRows"]]]),gridTemplateColumns:P("gridTemplateColumns",[["grid-cols",["gridTemplateColumns"]]]),gridTemplateRows:P("gridTemplateRows",[["grid-rows",["gridTemplateRows"]]]),flexDirection:({addUtilities:r})=>{r({".flex-row":{"flex-direction":"row"},".flex-row-reverse":{"flex-direction":"row-reverse"},".flex-col":{"flex-direction":"column"},".flex-col-reverse":{"flex-direction":"column-reverse"}})},flexWrap:({addUtilities:r})=>{r({".flex-wrap":{"flex-wrap":"wrap"},".flex-wrap-reverse":{"flex-wrap":"wrap-reverse"},".flex-nowrap":{"flex-wrap":"nowrap"}})},placeContent:({addUtilities:r})=>{r({".place-content-center":{"place-content":"center"},".place-content-start":{"place-content":"start"},".place-content-end":{"place-content":"end"},".place-content-between":{"place-content":"space-between"},".place-content-around":{"place-content":"space-around"},".place-content-evenly":{"place-content":"space-evenly"},".place-content-baseline":{"place-content":"baseline"},".place-content-stretch":{"place-content":"stretch"}})},placeItems:({addUtilities:r})=>{r({".place-items-start":{"place-items":"start"},".place-items-end":{"place-items":"end"},".place-items-center":{"place-items":"center"},".place-items-baseline":{"place-items":"baseline"},".place-items-stretch":{"place-items":"stretch"}})},alignContent:({addUtilities:r})=>{r({".content-normal":{"align-content":"normal"},".content-center":{"align-content":"center"},".content-start":{"align-content":"flex-start"},".content-end":{"align-content":"flex-end"},".content-between":{"align-content":"space-between"},".content-around":{"align-content":"space-around"},".content-evenly":{"align-content":"space-evenly"},".content-baseline":{"align-content":"baseline"},".content-stretch":{"align-content":"stretch"}})},alignItems:({addUtilities:r})=>{r({".items-start":{"align-items":"flex-start"},".items-end":{"align-items":"flex-end"},".items-center":{"align-items":"center"},".items-baseline":{"align-items":"baseline"},".items-stretch":{"align-items":"stretch"}})},justifyContent:({addUtilities:r})=>{r({".justify-normal":{"justify-content":"normal"},".justify-start":{"justify-content":"flex-start"},".justify-end":{"justify-content":"flex-end"},".justify-center":{"justify-content":"center"},".justify-between":{"justify-content":"space-between"},".justify-around":{"justify-content":"space-around"},".justify-evenly":{"justify-content":"space-evenly"},".justify-stretch":{"justify-content":"stretch"}})},justifyItems:({addUtilities:r})=>{r({".justify-items-start":{"justify-items":"start"},".justify-items-end":{"justify-items":"end"},".justify-items-center":{"justify-items":"center"},".justify-items-stretch":{"justify-items":"stretch"}})},gap:P("gap",[["gap",["gap"]],[["gap-x",["columnGap"]],["gap-y",["rowGap"]]]]),space:({matchUtilities:r,addUtilities:e,theme:t})=>{r({"space-x":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"--tw-space-x-reverse":"0","margin-right":`calc(${i} * var(--tw-space-x-reverse))`,"margin-left":`calc(${i} * calc(1 - var(--tw-space-x-reverse)))`}}),"space-y":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"--tw-space-y-reverse":"0","margin-top":`calc(${i} * calc(1 - var(--tw-space-y-reverse)))`,"margin-bottom":`calc(${i} * var(--tw-space-y-reverse))`}})},{values:t("space"),supportsNegativeValues:!0}),e({".space-y-reverse > :not([hidden]) ~ :not([hidden])":{"--tw-space-y-reverse":"1"},".space-x-reverse > :not([hidden]) ~ :not([hidden])":{"--tw-space-x-reverse":"1"}})},divideWidth:({matchUtilities:r,addUtilities:e,theme:t})=>{r({"divide-x":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-x-reverse":"0","border-right-width":`calc(${i} * var(--tw-divide-x-reverse))`,"border-left-width":`calc(${i} * calc(1 - var(--tw-divide-x-reverse)))`}}),"divide-y":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-y-reverse":"0","border-top-width":`calc(${i} * calc(1 - var(--tw-divide-y-reverse)))`,"border-bottom-width":`calc(${i} * var(--tw-divide-y-reverse))`}})},{values:t("divideWidth"),type:["line-width","length","any"]}),e({".divide-y-reverse > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-y-reverse":"1"},".divide-x-reverse > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-x-reverse":"1"}})},divideStyle:({addUtilities:r})=>{r({".divide-solid > :not([hidden]) ~ :not([hidden])":{"border-style":"solid"},".divide-dashed > :not([hidden]) ~ :not([hidden])":{"border-style":"dashed"},".divide-dotted > :not([hidden]) ~ :not([hidden])":{"border-style":"dotted"},".divide-double > :not([hidden]) ~ :not([hidden])":{"border-style":"double"},".divide-none > :not([hidden]) ~ :not([hidden])":{"border-style":"none"}})},divideColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({divide:i=>t("divideOpacity")?{["& > :not([hidden]) ~ :not([hidden])"]:oe({color:i,property:"border-color",variable:"--tw-divide-opacity"})}:{["& > :not([hidden]) ~ :not([hidden])"]:{"border-color":$(i)}}},{values:(({DEFAULT:i,...n})=>n)(ie(e("divideColor"))),type:["color","any"]})},divideOpacity:({matchUtilities:r,theme:e})=>{r({"divide-opacity":t=>({["& > :not([hidden]) ~ :not([hidden])"]:{"--tw-divide-opacity":t}})},{values:e("divideOpacity")})},placeSelf:({addUtilities:r})=>{r({".place-self-auto":{"place-self":"auto"},".place-self-start":{"place-self":"start"},".place-self-end":{"place-self":"end"},".place-self-center":{"place-self":"center"},".place-self-stretch":{"place-self":"stretch"}})},alignSelf:({addUtilities:r})=>{r({".self-auto":{"align-self":"auto"},".self-start":{"align-self":"flex-start"},".self-end":{"align-self":"flex-end"},".self-center":{"align-self":"center"},".self-stretch":{"align-self":"stretch"},".self-baseline":{"align-self":"baseline"}})},justifySelf:({addUtilities:r})=>{r({".justify-self-auto":{"justify-self":"auto"},".justify-self-start":{"justify-self":"start"},".justify-self-end":{"justify-self":"end"},".justify-self-center":{"justify-self":"center"},".justify-self-stretch":{"justify-self":"stretch"}})},overflow:({addUtilities:r})=>{r({".overflow-auto":{overflow:"auto"},".overflow-hidden":{overflow:"hidden"},".overflow-clip":{overflow:"clip"},".overflow-visible":{overflow:"visible"},".overflow-scroll":{overflow:"scroll"},".overflow-x-auto":{"overflow-x":"auto"},".overflow-y-auto":{"overflow-y":"auto"},".overflow-x-hidden":{"overflow-x":"hidden"},".overflow-y-hidden":{"overflow-y":"hidden"},".overflow-x-clip":{"overflow-x":"clip"},".overflow-y-clip":{"overflow-y":"clip"},".overflow-x-visible":{"overflow-x":"visible"},".overflow-y-visible":{"overflow-y":"visible"},".overflow-x-scroll":{"overflow-x":"scroll"},".overflow-y-scroll":{"overflow-y":"scroll"}})},overscrollBehavior:({addUtilities:r})=>{r({".overscroll-auto":{"overscroll-behavior":"auto"},".overscroll-contain":{"overscroll-behavior":"contain"},".overscroll-none":{"overscroll-behavior":"none"},".overscroll-y-auto":{"overscroll-behavior-y":"auto"},".overscroll-y-contain":{"overscroll-behavior-y":"contain"},".overscroll-y-none":{"overscroll-behavior-y":"none"},".overscroll-x-auto":{"overscroll-behavior-x":"auto"},".overscroll-x-contain":{"overscroll-behavior-x":"contain"},".overscroll-x-none":{"overscroll-behavior-x":"none"}})},scrollBehavior:({addUtilities:r})=>{r({".scroll-auto":{"scroll-behavior":"auto"},".scroll-smooth":{"scroll-behavior":"smooth"}})},textOverflow:({addUtilities:r})=>{r({".truncate":{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"},".overflow-ellipsis":{"text-overflow":"ellipsis"},".text-ellipsis":{"text-overflow":"ellipsis"},".text-clip":{"text-overflow":"clip"}})},hyphens:({addUtilities:r})=>{r({".hyphens-none":{hyphens:"none"},".hyphens-manual":{hyphens:"manual"},".hyphens-auto":{hyphens:"auto"}})},whitespace:({addUtilities:r})=>{r({".whitespace-normal":{"white-space":"normal"},".whitespace-nowrap":{"white-space":"nowrap"},".whitespace-pre":{"white-space":"pre"},".whitespace-pre-line":{"white-space":"pre-line"},".whitespace-pre-wrap":{"white-space":"pre-wrap"},".whitespace-break-spaces":{"white-space":"break-spaces"}})},textWrap:({addUtilities:r})=>{r({".text-wrap":{"text-wrap":"wrap"},".text-nowrap":{"text-wrap":"nowrap"},".text-balance":{"text-wrap":"balance"},".text-pretty":{"text-wrap":"pretty"}})},wordBreak:({addUtilities:r})=>{r({".break-normal":{"overflow-wrap":"normal","word-break":"normal"},".break-words":{"overflow-wrap":"break-word"},".break-all":{"word-break":"break-all"},".break-keep":{"word-break":"keep-all"}})},borderRadius:P("borderRadius",[["rounded",["border-radius"]],[["rounded-s",["border-start-start-radius","border-end-start-radius"]],["rounded-e",["border-start-end-radius","border-end-end-radius"]],["rounded-t",["border-top-left-radius","border-top-right-radius"]],["rounded-r",["border-top-right-radius","border-bottom-right-radius"]],["rounded-b",["border-bottom-right-radius","border-bottom-left-radius"]],["rounded-l",["border-top-left-radius","border-bottom-left-radius"]]],[["rounded-ss",["border-start-start-radius"]],["rounded-se",["border-start-end-radius"]],["rounded-ee",["border-end-end-radius"]],["rounded-es",["border-end-start-radius"]],["rounded-tl",["border-top-left-radius"]],["rounded-tr",["border-top-right-radius"]],["rounded-br",["border-bottom-right-radius"]],["rounded-bl",["border-bottom-left-radius"]]]]),borderWidth:P("borderWidth",[["border",[["@defaults border-width",{}],"border-width"]],[["border-x",[["@defaults border-width",{}],"border-left-width","border-right-width"]],["border-y",[["@defaults border-width",{}],"border-top-width","border-bottom-width"]]],[["border-s",[["@defaults border-width",{}],"border-inline-start-width"]],["border-e",[["@defaults border-width",{}],"border-inline-end-width"]],["border-t",[["@defaults border-width",{}],"border-top-width"]],["border-r",[["@defaults border-width",{}],"border-right-width"]],["border-b",[["@defaults border-width",{}],"border-bottom-width"]],["border-l",[["@defaults border-width",{}],"border-left-width"]]]],{type:["line-width","length"]}),borderStyle:({addUtilities:r})=>{r({".border-solid":{"border-style":"solid"},".border-dashed":{"border-style":"dashed"},".border-dotted":{"border-style":"dotted"},".border-double":{"border-style":"double"},".border-hidden":{"border-style":"hidden"},".border-none":{"border-style":"none"}})},borderColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({border:i=>t("borderOpacity")?oe({color:i,property:"border-color",variable:"--tw-border-opacity"}):{"border-color":$(i)}},{values:(({DEFAULT:i,...n})=>n)(ie(e("borderColor"))),type:["color","any"]}),r({"border-x":i=>t("borderOpacity")?oe({color:i,property:["border-left-color","border-right-color"],variable:"--tw-border-opacity"}):{"border-left-color":$(i),"border-right-color":$(i)},"border-y":i=>t("borderOpacity")?oe({color:i,property:["border-top-color","border-bottom-color"],variable:"--tw-border-opacity"}):{"border-top-color":$(i),"border-bottom-color":$(i)}},{values:(({DEFAULT:i,...n})=>n)(ie(e("borderColor"))),type:["color","any"]}),r({"border-s":i=>t("borderOpacity")?oe({color:i,property:"border-inline-start-color",variable:"--tw-border-opacity"}):{"border-inline-start-color":$(i)},"border-e":i=>t("borderOpacity")?oe({color:i,property:"border-inline-end-color",variable:"--tw-border-opacity"}):{"border-inline-end-color":$(i)},"border-t":i=>t("borderOpacity")?oe({color:i,property:"border-top-color",variable:"--tw-border-opacity"}):{"border-top-color":$(i)},"border-r":i=>t("borderOpacity")?oe({color:i,property:"border-right-color",variable:"--tw-border-opacity"}):{"border-right-color":$(i)},"border-b":i=>t("borderOpacity")?oe({color:i,property:"border-bottom-color",variable:"--tw-border-opacity"}):{"border-bottom-color":$(i)},"border-l":i=>t("borderOpacity")?oe({color:i,property:"border-left-color",variable:"--tw-border-opacity"}):{"border-left-color":$(i)}},{values:(({DEFAULT:i,...n})=>n)(ie(e("borderColor"))),type:["color","any"]})},borderOpacity:P("borderOpacity",[["border-opacity",["--tw-border-opacity"]]]),backgroundColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({bg:i=>t("backgroundOpacity")?oe({color:i,property:"background-color",variable:"--tw-bg-opacity"}):{"background-color":$(i)}},{values:ie(e("backgroundColor")),type:["color","any"]})},backgroundOpacity:P("backgroundOpacity",[["bg-opacity",["--tw-bg-opacity"]]]),backgroundImage:P("backgroundImage",[["bg",["background-image"]]],{type:["lookup","image","url"]}),gradientColorStops:(()=>{function r(e){return Ie(e,0,"rgb(255 255 255 / 0)")}return function({matchUtilities:e,theme:t,addDefaults:i}){i("gradient-color-stops",{"--tw-gradient-from-position":" ","--tw-gradient-via-position":" ","--tw-gradient-to-position":" "});let n={values:ie(t("gradientColorStops")),type:["color","any"]},s={values:t("gradientColorStopPositions"),type:["length","percentage"]};e({from:a=>{let o=r(a);return{"@defaults gradient-color-stops":{},"--tw-gradient-from":`${$(a)} var(--tw-gradient-from-position)`,"--tw-gradient-to":`${o} var(--tw-gradient-to-position)`,"--tw-gradient-stops":"var(--tw-gradient-from), var(--tw-gradient-to)"}}},n),e({from:a=>({"--tw-gradient-from-position":a})},s),e({via:a=>{let o=r(a);return{"@defaults gradient-color-stops":{},"--tw-gradient-to":`${o} var(--tw-gradient-to-position)`,"--tw-gradient-stops":`var(--tw-gradient-from), ${$(a)} var(--tw-gradient-via-position), var(--tw-gradient-to)`}}},n),e({via:a=>({"--tw-gradient-via-position":a})},s),e({to:a=>({"@defaults gradient-color-stops":{},"--tw-gradient-to":`${$(a)} var(--tw-gradient-to-position)`})},n),e({to:a=>({"--tw-gradient-to-position":a})},s)}})(),boxDecorationBreak:({addUtilities:r})=>{r({".decoration-slice":{"box-decoration-break":"slice"},".decoration-clone":{"box-decoration-break":"clone"},".box-decoration-slice":{"box-decoration-break":"slice"},".box-decoration-clone":{"box-decoration-break":"clone"}})},backgroundSize:P("backgroundSize",[["bg",["background-size"]]],{type:["lookup","length","percentage","size"]}),backgroundAttachment:({addUtilities:r})=>{r({".bg-fixed":{"background-attachment":"fixed"},".bg-local":{"background-attachment":"local"},".bg-scroll":{"background-attachment":"scroll"}})},backgroundClip:({addUtilities:r})=>{r({".bg-clip-border":{"background-clip":"border-box"},".bg-clip-padding":{"background-clip":"padding-box"},".bg-clip-content":{"background-clip":"content-box"},".bg-clip-text":{"background-clip":"text"}})},backgroundPosition:P("backgroundPosition",[["bg",["background-position"]]],{type:["lookup",["position",{preferOnConflict:!0}]]}),backgroundRepeat:({addUtilities:r})=>{r({".bg-repeat":{"background-repeat":"repeat"},".bg-no-repeat":{"background-repeat":"no-repeat"},".bg-repeat-x":{"background-repeat":"repeat-x"},".bg-repeat-y":{"background-repeat":"repeat-y"},".bg-repeat-round":{"background-repeat":"round"},".bg-repeat-space":{"background-repeat":"space"}})},backgroundOrigin:({addUtilities:r})=>{r({".bg-origin-border":{"background-origin":"border-box"},".bg-origin-padding":{"background-origin":"padding-box"},".bg-origin-content":{"background-origin":"content-box"}})},fill:({matchUtilities:r,theme:e})=>{r({fill:t=>({fill:$(t)})},{values:ie(e("fill")),type:["color","any"]})},stroke:({matchUtilities:r,theme:e})=>{r({stroke:t=>({stroke:$(t)})},{values:ie(e("stroke")),type:["color","url","any"]})},strokeWidth:P("strokeWidth",[["stroke",["stroke-width"]]],{type:["length","number","percentage"]}),objectFit:({addUtilities:r})=>{r({".object-contain":{"object-fit":"contain"},".object-cover":{"object-fit":"cover"},".object-fill":{"object-fit":"fill"},".object-none":{"object-fit":"none"},".object-scale-down":{"object-fit":"scale-down"}})},objectPosition:P("objectPosition",[["object",["object-position"]]]),padding:P("padding",[["p",["padding"]],[["px",["padding-left","padding-right"]],["py",["padding-top","padding-bottom"]]],[["ps",["padding-inline-start"]],["pe",["padding-inline-end"]],["pt",["padding-top"]],["pr",["padding-right"]],["pb",["padding-bottom"]],["pl",["padding-left"]]]]),textAlign:({addUtilities:r})=>{r({".text-left":{"text-align":"left"},".text-center":{"text-align":"center"},".text-right":{"text-align":"right"},".text-justify":{"text-align":"justify"},".text-start":{"text-align":"start"},".text-end":{"text-align":"end"}})},textIndent:P("textIndent",[["indent",["text-indent"]]],{supportsNegativeValues:!0}),verticalAlign:({addUtilities:r,matchUtilities:e})=>{r({".align-baseline":{"vertical-align":"baseline"},".align-top":{"vertical-align":"top"},".align-middle":{"vertical-align":"middle"},".align-bottom":{"vertical-align":"bottom"},".align-text-top":{"vertical-align":"text-top"},".align-text-bottom":{"vertical-align":"text-bottom"},".align-sub":{"vertical-align":"sub"},".align-super":{"vertical-align":"super"}}),e({align:t=>({"vertical-align":t})})},fontFamily:({matchUtilities:r,theme:e})=>{r({font:t=>{let[i,n={}]=Array.isArray(t)&&ne(t[1])?t:[t],{fontFeatureSettings:s,fontVariationSettings:a}=n;return{"font-family":Array.isArray(i)?i.join(", "):i,...s===void 0?{}:{"font-feature-settings":s},...a===void 0?{}:{"font-variation-settings":a}}}},{values:e("fontFamily"),type:["lookup","generic-name","family-name"]})},fontSize:({matchUtilities:r,theme:e})=>{r({text:(t,{modifier:i})=>{let[n,s]=Array.isArray(t)?t:[t];if(i)return{"font-size":n,"line-height":i};let{lineHeight:a,letterSpacing:o,fontWeight:u}=ne(s)?s:{lineHeight:s};return{"font-size":n,...a===void 0?{}:{"line-height":a},...o===void 0?{}:{"letter-spacing":o},...u===void 0?{}:{"font-weight":u}}}},{values:e("fontSize"),modifiers:e("lineHeight"),type:["absolute-size","relative-size","length","percentage"]})},fontWeight:P("fontWeight",[["font",["fontWeight"]]],{type:["lookup","number","any"]}),textTransform:({addUtilities:r})=>{r({".uppercase":{"text-transform":"uppercase"},".lowercase":{"text-transform":"lowercase"},".capitalize":{"text-transform":"capitalize"},".normal-case":{"text-transform":"none"}})},fontStyle:({addUtilities:r})=>{r({".italic":{"font-style":"italic"},".not-italic":{"font-style":"normal"}})},fontVariantNumeric:({addDefaults:r,addUtilities:e})=>{let t="var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)";r("font-variant-numeric",{"--tw-ordinal":" ","--tw-slashed-zero":" ","--tw-numeric-figure":" ","--tw-numeric-spacing":" ","--tw-numeric-fraction":" "}),e({".normal-nums":{"font-variant-numeric":"normal"},".ordinal":{"@defaults font-variant-numeric":{},"--tw-ordinal":"ordinal","font-variant-numeric":t},".slashed-zero":{"@defaults font-variant-numeric":{},"--tw-slashed-zero":"slashed-zero","font-variant-numeric":t},".lining-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-figure":"lining-nums","font-variant-numeric":t},".oldstyle-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-figure":"oldstyle-nums","font-variant-numeric":t},".proportional-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-spacing":"proportional-nums","font-variant-numeric":t},".tabular-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-spacing":"tabular-nums","font-variant-numeric":t},".diagonal-fractions":{"@defaults font-variant-numeric":{},"--tw-numeric-fraction":"diagonal-fractions","font-variant-numeric":t},".stacked-fractions":{"@defaults font-variant-numeric":{},"--tw-numeric-fraction":"stacked-fractions","font-variant-numeric":t}})},lineHeight:P("lineHeight",[["leading",["lineHeight"]]]),letterSpacing:P("letterSpacing",[["tracking",["letterSpacing"]]],{supportsNegativeValues:!0}),textColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({text:i=>t("textOpacity")?oe({color:i,property:"color",variable:"--tw-text-opacity"}):{color:$(i)}},{values:ie(e("textColor")),type:["color","any"]})},textOpacity:P("textOpacity",[["text-opacity",["--tw-text-opacity"]]]),textDecoration:({addUtilities:r})=>{r({".underline":{"text-decoration-line":"underline"},".overline":{"text-decoration-line":"overline"},".line-through":{"text-decoration-line":"line-through"},".no-underline":{"text-decoration-line":"none"}})},textDecorationColor:({matchUtilities:r,theme:e})=>{r({decoration:t=>({"text-decoration-color":$(t)})},{values:ie(e("textDecorationColor")),type:["color","any"]})},textDecorationStyle:({addUtilities:r})=>{r({".decoration-solid":{"text-decoration-style":"solid"},".decoration-double":{"text-decoration-style":"double"},".decoration-dotted":{"text-decoration-style":"dotted"},".decoration-dashed":{"text-decoration-style":"dashed"},".decoration-wavy":{"text-decoration-style":"wavy"}})},textDecorationThickness:P("textDecorationThickness",[["decoration",["text-decoration-thickness"]]],{type:["length","percentage"]}),textUnderlineOffset:P("textUnderlineOffset",[["underline-offset",["text-underline-offset"]]],{type:["length","percentage","any"]}),fontSmoothing:({addUtilities:r})=>{r({".antialiased":{"-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale"},".subpixel-antialiased":{"-webkit-font-smoothing":"auto","-moz-osx-font-smoothing":"auto"}})},placeholderColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({placeholder:i=>t("placeholderOpacity")?{"&::placeholder":oe({color:i,property:"color",variable:"--tw-placeholder-opacity"})}:{"&::placeholder":{color:$(i)}}},{values:ie(e("placeholderColor")),type:["color","any"]})},placeholderOpacity:({matchUtilities:r,theme:e})=>{r({"placeholder-opacity":t=>({["&::placeholder"]:{"--tw-placeholder-opacity":t}})},{values:e("placeholderOpacity")})},caretColor:({matchUtilities:r,theme:e})=>{r({caret:t=>({"caret-color":$(t)})},{values:ie(e("caretColor")),type:["color","any"]})},accentColor:({matchUtilities:r,theme:e})=>{r({accent:t=>({"accent-color":$(t)})},{values:ie(e("accentColor")),type:["color","any"]})},opacity:P("opacity",[["opacity",["opacity"]]]),backgroundBlendMode:({addUtilities:r})=>{r({".bg-blend-normal":{"background-blend-mode":"normal"},".bg-blend-multiply":{"background-blend-mode":"multiply"},".bg-blend-screen":{"background-blend-mode":"screen"},".bg-blend-overlay":{"background-blend-mode":"overlay"},".bg-blend-darken":{"background-blend-mode":"darken"},".bg-blend-lighten":{"background-blend-mode":"lighten"},".bg-blend-color-dodge":{"background-blend-mode":"color-dodge"},".bg-blend-color-burn":{"background-blend-mode":"color-burn"},".bg-blend-hard-light":{"background-blend-mode":"hard-light"},".bg-blend-soft-light":{"background-blend-mode":"soft-light"},".bg-blend-difference":{"background-blend-mode":"difference"},".bg-blend-exclusion":{"background-blend-mode":"exclusion"},".bg-blend-hue":{"background-blend-mode":"hue"},".bg-blend-saturation":{"background-blend-mode":"saturation"},".bg-blend-color":{"background-blend-mode":"color"},".bg-blend-luminosity":{"background-blend-mode":"luminosity"}})},mixBlendMode:({addUtilities:r})=>{r({".mix-blend-normal":{"mix-blend-mode":"normal"},".mix-blend-multiply":{"mix-blend-mode":"multiply"},".mix-blend-screen":{"mix-blend-mode":"screen"},".mix-blend-overlay":{"mix-blend-mode":"overlay"},".mix-blend-darken":{"mix-blend-mode":"darken"},".mix-blend-lighten":{"mix-blend-mode":"lighten"},".mix-blend-color-dodge":{"mix-blend-mode":"color-dodge"},".mix-blend-color-burn":{"mix-blend-mode":"color-burn"},".mix-blend-hard-light":{"mix-blend-mode":"hard-light"},".mix-blend-soft-light":{"mix-blend-mode":"soft-light"},".mix-blend-difference":{"mix-blend-mode":"difference"},".mix-blend-exclusion":{"mix-blend-mode":"exclusion"},".mix-blend-hue":{"mix-blend-mode":"hue"},".mix-blend-saturation":{"mix-blend-mode":"saturation"},".mix-blend-color":{"mix-blend-mode":"color"},".mix-blend-luminosity":{"mix-blend-mode":"luminosity"},".mix-blend-plus-lighter":{"mix-blend-mode":"plus-lighter"}})},boxShadow:(()=>{let r=Qe("boxShadow"),e=["var(--tw-ring-offset-shadow, 0 0 #0000)","var(--tw-ring-shadow, 0 0 #0000)","var(--tw-shadow)"].join(", ");return function({matchUtilities:t,addDefaults:i,theme:n}){i(" box-shadow",{"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),t({shadow:s=>{s=r(s);let a=qi(s);for(let o of a)!o.valid||(o.color="var(--tw-shadow-color)");return{"@defaults box-shadow":{},"--tw-shadow":s==="none"?"0 0 #0000":s,"--tw-shadow-colored":s==="none"?"0 0 #0000":vf(a),"box-shadow":e}}},{values:n("boxShadow"),type:["shadow"]})}})(),boxShadowColor:({matchUtilities:r,theme:e})=>{r({shadow:t=>({"--tw-shadow-color":$(t),"--tw-shadow":"var(--tw-shadow-colored)"})},{values:ie(e("boxShadowColor")),type:["color","any"]})},outlineStyle:({addUtilities:r})=>{r({".outline-none":{outline:"2px solid transparent","outline-offset":"2px"},".outline":{"outline-style":"solid"},".outline-dashed":{"outline-style":"dashed"},".outline-dotted":{"outline-style":"dotted"},".outline-double":{"outline-style":"double"}})},outlineWidth:P("outlineWidth",[["outline",["outline-width"]]],{type:["length","number","percentage"]}),outlineOffset:P("outlineOffset",[["outline-offset",["outline-offset"]]],{type:["length","number","percentage","any"],supportsNegativeValues:!0}),outlineColor:({matchUtilities:r,theme:e})=>{r({outline:t=>({"outline-color":$(t)})},{values:ie(e("outlineColor")),type:["color","any"]})},ringWidth:({matchUtilities:r,addDefaults:e,addUtilities:t,theme:i,config:n})=>{let s=(()=>{if(Z(n(),"respectDefaultRingColorOpacity"))return i("ringColor.DEFAULT");let a=i("ringOpacity.DEFAULT","0.5");return i("ringColor")?.DEFAULT?Ie(i("ringColor")?.DEFAULT,a,`rgb(147 197 253 / ${a})`):`rgb(147 197 253 / ${a})`})();e("ring-width",{"--tw-ring-inset":" ","--tw-ring-offset-width":i("ringOffsetWidth.DEFAULT","0px"),"--tw-ring-offset-color":i("ringOffsetColor.DEFAULT","#fff"),"--tw-ring-color":s,"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),r({ring:a=>({"@defaults ring-width":{},"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${a} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,"box-shadow":["var(--tw-ring-offset-shadow)","var(--tw-ring-shadow)","var(--tw-shadow, 0 0 #0000)"].join(", ")})},{values:i("ringWidth"),type:"length"}),t({".ring-inset":{"@defaults ring-width":{},"--tw-ring-inset":"inset"}})},ringColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({ring:i=>t("ringOpacity")?oe({color:i,property:"--tw-ring-color",variable:"--tw-ring-opacity"}):{"--tw-ring-color":$(i)}},{values:Object.fromEntries(Object.entries(ie(e("ringColor"))).filter(([i])=>i!=="DEFAULT")),type:["color","any"]})},ringOpacity:r=>{let{config:e}=r;return P("ringOpacity",[["ring-opacity",["--tw-ring-opacity"]]],{filterDefault:!Z(e(),"respectDefaultRingColorOpacity")})(r)},ringOffsetWidth:P("ringOffsetWidth",[["ring-offset",["--tw-ring-offset-width"]]],{type:"length"}),ringOffsetColor:({matchUtilities:r,theme:e})=>{r({"ring-offset":t=>({"--tw-ring-offset-color":$(t)})},{values:ie(e("ringOffsetColor")),type:["color","any"]})},blur:({matchUtilities:r,theme:e})=>{r({blur:t=>({"--tw-blur":`blur(${t})`,"@defaults filter":{},filter:Be})},{values:e("blur")})},brightness:({matchUtilities:r,theme:e})=>{r({brightness:t=>({"--tw-brightness":`brightness(${t})`,"@defaults filter":{},filter:Be})},{values:e("brightness")})},contrast:({matchUtilities:r,theme:e})=>{r({contrast:t=>({"--tw-contrast":`contrast(${t})`,"@defaults filter":{},filter:Be})},{values:e("contrast")})},dropShadow:({matchUtilities:r,theme:e})=>{r({"drop-shadow":t=>({"--tw-drop-shadow":Array.isArray(t)?t.map(i=>`drop-shadow(${i})`).join(" "):`drop-shadow(${t})`,"@defaults filter":{},filter:Be})},{values:e("dropShadow")})},grayscale:({matchUtilities:r,theme:e})=>{r({grayscale:t=>({"--tw-grayscale":`grayscale(${t})`,"@defaults filter":{},filter:Be})},{values:e("grayscale")})},hueRotate:({matchUtilities:r,theme:e})=>{r({"hue-rotate":t=>({"--tw-hue-rotate":`hue-rotate(${t})`,"@defaults filter":{},filter:Be})},{values:e("hueRotate"),supportsNegativeValues:!0})},invert:({matchUtilities:r,theme:e})=>{r({invert:t=>({"--tw-invert":`invert(${t})`,"@defaults filter":{},filter:Be})},{values:e("invert")})},saturate:({matchUtilities:r,theme:e})=>{r({saturate:t=>({"--tw-saturate":`saturate(${t})`,"@defaults filter":{},filter:Be})},{values:e("saturate")})},sepia:({matchUtilities:r,theme:e})=>{r({sepia:t=>({"--tw-sepia":`sepia(${t})`,"@defaults filter":{},filter:Be})},{values:e("sepia")})},filter:({addDefaults:r,addUtilities:e})=>{r("filter",{"--tw-blur":" ","--tw-brightness":" ","--tw-contrast":" ","--tw-grayscale":" ","--tw-hue-rotate":" ","--tw-invert":" ","--tw-saturate":" ","--tw-sepia":" ","--tw-drop-shadow":" "}),e({".filter":{"@defaults filter":{},filter:Be},".filter-none":{filter:"none"}})},backdropBlur:({matchUtilities:r,theme:e})=>{r({"backdrop-blur":t=>({"--tw-backdrop-blur":`blur(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Me})},{values:e("backdropBlur")})},backdropBrightness:({matchUtilities:r,theme:e})=>{r({"backdrop-brightness":t=>({"--tw-backdrop-brightness":`brightness(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Me})},{values:e("backdropBrightness")})},backdropContrast:({matchUtilities:r,theme:e})=>{r({"backdrop-contrast":t=>({"--tw-backdrop-contrast":`contrast(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Me})},{values:e("backdropContrast")})},backdropGrayscale:({matchUtilities:r,theme:e})=>{r({"backdrop-grayscale":t=>({"--tw-backdrop-grayscale":`grayscale(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Me})},{values:e("backdropGrayscale")})},backdropHueRotate:({matchUtilities:r,theme:e})=>{r({"backdrop-hue-rotate":t=>({"--tw-backdrop-hue-rotate":`hue-rotate(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Me})},{values:e("backdropHueRotate"),supportsNegativeValues:!0})},backdropInvert:({matchUtilities:r,theme:e})=>{r({"backdrop-invert":t=>({"--tw-backdrop-invert":`invert(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Me})},{values:e("backdropInvert")})},backdropOpacity:({matchUtilities:r,theme:e})=>{r({"backdrop-opacity":t=>({"--tw-backdrop-opacity":`opacity(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Me})},{values:e("backdropOpacity")})},backdropSaturate:({matchUtilities:r,theme:e})=>{r({"backdrop-saturate":t=>({"--tw-backdrop-saturate":`saturate(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Me})},{values:e("backdropSaturate")})},backdropSepia:({matchUtilities:r,theme:e})=>{r({"backdrop-sepia":t=>({"--tw-backdrop-sepia":`sepia(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Me})},{values:e("backdropSepia")})},backdropFilter:({addDefaults:r,addUtilities:e})=>{r("backdrop-filter",{"--tw-backdrop-blur":" ","--tw-backdrop-brightness":" ","--tw-backdrop-contrast":" ","--tw-backdrop-grayscale":" ","--tw-backdrop-hue-rotate":" ","--tw-backdrop-invert":" ","--tw-backdrop-opacity":" ","--tw-backdrop-saturate":" ","--tw-backdrop-sepia":" "}),e({".backdrop-filter":{"@defaults backdrop-filter":{},"backdrop-filter":Me},".backdrop-filter-none":{"backdrop-filter":"none"}})},transitionProperty:({matchUtilities:r,theme:e})=>{let t=e("transitionTimingFunction.DEFAULT"),i=e("transitionDuration.DEFAULT");r({transition:n=>({"transition-property":n,...n==="none"?{}:{"transition-timing-function":t,"transition-duration":i}})},{values:e("transitionProperty")})},transitionDelay:P("transitionDelay",[["delay",["transitionDelay"]]]),transitionDuration:P("transitionDuration",[["duration",["transitionDuration"]]],{filterDefault:!0}),transitionTimingFunction:P("transitionTimingFunction",[["ease",["transitionTimingFunction"]]],{filterDefault:!0}),willChange:P("willChange",[["will-change",["will-change"]]]),content:P("content",[["content",["--tw-content",["content","var(--tw-content)"]]]]),forcedColorAdjust:({addUtilities:r})=>{r({".forced-color-adjust-auto":{"forced-color-adjust":"auto"},".forced-color-adjust-none":{"forced-color-adjust":"none"}})}}});function QS(r){if(r===void 0)return!1;if(r==="true"||r==="1")return!0;if(r==="false"||r==="0")return!1;if(r==="*")return!0;let e=r.split(",").map(t=>t.split(":")[0]);return e.includes("-tailwindcss")?!1:!!e.includes("tailwindcss")}var De,ah,oh,In,bo,Je,ui,ut=S(()=>{l();mo();De=typeof h!="undefined"?{NODE_ENV:"production",DEBUG:QS(h.env.DEBUG),ENGINE:yo.tailwindcss.engine}:{NODE_ENV:"production",DEBUG:!1,ENGINE:yo.tailwindcss.engine},ah=new Map,oh=new Map,In=new Map,bo=new Map,Je=new String("*"),ui=Symbol("__NONE__")});function Gt(r){let e=[],t=!1;for(let i=0;i0)}var lh,uh,JS,wo=S(()=>{l();lh=new Map([["{","}"],["[","]"],["(",")"]]),uh=new Map(Array.from(lh.entries()).map(([r,e])=>[e,r])),JS=new Set(['"',"'","`"])});function Ht(r){let[e]=fh(r);return e.forEach(([t,i])=>t.removeChild(i)),r.nodes.push(...e.map(([,t])=>t)),r}function fh(r){let e=[],t=null;for(let i of r.nodes)if(i.type==="combinator")e=e.filter(([,n])=>vo(n).includes("jumpable")),t=null;else if(i.type==="pseudo"){XS(i)?(t=i,e.push([r,i,null])):t&&KS(i,t)?e.push([r,i,t]):t=null;for(let n of i.nodes??[]){let[s,a]=fh(n);t=a||t,e.push(...s)}}return[e,t]}function ch(r){return r.value.startsWith("::")||xo[r.value]!==void 0}function XS(r){return ch(r)&&vo(r).includes("terminal")}function KS(r,e){return r.type!=="pseudo"||ch(r)?!1:vo(e).includes("actionable")}function vo(r){return xo[r.value]??xo.__default__}var xo,Rn=S(()=>{l();xo={"::after":["terminal","jumpable"],"::backdrop":["terminal","jumpable"],"::before":["terminal","jumpable"],"::cue":["terminal"],"::cue-region":["terminal"],"::first-letter":["terminal","jumpable"],"::first-line":["terminal","jumpable"],"::grammar-error":["terminal"],"::marker":["terminal","jumpable"],"::part":["terminal","actionable"],"::placeholder":["terminal","jumpable"],"::selection":["terminal","jumpable"],"::slotted":["terminal"],"::spelling-error":["terminal"],"::target-text":["terminal"],"::file-selector-button":["terminal","actionable"],"::deep":["actionable"],"::v-deep":["actionable"],"::ng-deep":["actionable"],":after":["terminal","jumpable"],":before":["terminal","jumpable"],":first-letter":["terminal","jumpable"],":first-line":["terminal","jumpable"],__default__:["terminal","actionable"]}});function Yt(r,{context:e,candidate:t}){let i=e?.tailwindConfig.prefix??"",n=r.map(a=>{let o=(0,Le.default)().astSync(a.format);return{...a,ast:a.respectPrefix?Vt(i,o):o}}),s=Le.default.root({nodes:[Le.default.selector({nodes:[Le.default.className({value:he(t)})]})]});for(let{ast:a}of n)[s,a]=e3(s,a),a.walkNesting(o=>o.replaceWith(...s.nodes[0].nodes)),s=a;return s}function dh(r){let e=[];for(;r.prev()&&r.prev().type!=="combinator";)r=r.prev();for(;r&&r.type!=="combinator";)e.push(r),r=r.next();return e}function ZS(r){return r.sort((e,t)=>e.type==="tag"&&t.type==="class"?-1:e.type==="class"&&t.type==="tag"?1:e.type==="class"&&t.type==="pseudo"&&t.value.startsWith("::")?-1:e.type==="pseudo"&&e.value.startsWith("::")&&t.type==="class"?1:r.index(e)-r.index(t)),r}function So(r,e){let t=!1;r.walk(i=>{if(i.type==="class"&&i.value===e)return t=!0,!1}),t||r.remove()}function qn(r,e,{context:t,candidate:i,base:n}){let s=t?.tailwindConfig?.separator??":";n=n??le(i,s).pop();let a=(0,Le.default)().astSync(r);if(a.walkClasses(f=>{f.raws&&f.value.includes(n)&&(f.raws.value=he((0,ph.default)(f.raws.value)))}),a.each(f=>So(f,n)),a.length===0)return null;let o=Array.isArray(e)?Yt(e,{context:t,candidate:i}):e;if(o===null)return a.toString();let u=Le.default.comment({value:"/*__simple__*/"}),c=Le.default.comment({value:"/*__simple__*/"});return a.walkClasses(f=>{if(f.value!==n)return;let d=f.parent,p=o.nodes[0].nodes;if(d.nodes.length===1){f.replaceWith(...p);return}let g=dh(f);d.insertBefore(g[0],u),d.insertAfter(g[g.length-1],c);for(let v of p)d.insertBefore(g[0],v.clone());f.remove(),g=dh(u);let b=d.index(u);d.nodes.splice(b,g.length,...ZS(Le.default.selector({nodes:g})).nodes),u.remove(),c.remove()}),a.walkPseudos(f=>{f.value===ko&&f.replaceWith(f.nodes)}),a.each(f=>Ht(f)),a.toString()}function e3(r,e){let t=[];return r.walkPseudos(i=>{i.value===ko&&t.push({pseudo:i,value:i.nodes[0].toString()})}),e.walkPseudos(i=>{if(i.value!==ko)return;let n=i.nodes[0].toString(),s=t.find(c=>c.value===n);if(!s)return;let a=[],o=i.next();for(;o&&o.type!=="combinator";)a.push(o),o=o.next();let u=o;s.pseudo.parent.insertAfter(s.pseudo,Le.default.selector({nodes:a.map(c=>c.clone())})),i.remove(),a.forEach(c=>c.remove()),u&&u.type==="combinator"&&u.remove()}),[r,e]}var Le,ph,ko,Co=S(()=>{l();Le=J(Fe()),ph=J(cn());Wt();An();Rn();Dt();ko=":merge"});function Fn(r,e){let t=(0,Ao.default)().astSync(r);return t.each(i=>{i.nodes[0].type==="pseudo"&&i.nodes[0].value===":is"&&i.nodes.every(s=>s.type!=="combinator")||(i.nodes=[Ao.default.pseudo({value:":is",nodes:[i.clone()]})]),Ht(i)}),`${e} ${t.toString()}`}var Ao,Oo=S(()=>{l();Ao=J(Fe());Rn()});function _o(r){return t3.transformSync(r)}function*r3(r){let e=1/0;for(;e>=0;){let t,i=!1;if(e===1/0&&r.endsWith("]")){let a=r.indexOf("[");r[a-1]==="-"?t=a-1:r[a-1]==="/"?(t=a-1,i=!0):t=-1}else e===1/0&&r.includes("/")?(t=r.lastIndexOf("/"),i=!0):t=r.lastIndexOf("-",e);if(t<0)break;let n=r.slice(0,t),s=r.slice(i?t:t+1);e=t-1,!(n===""||s==="/")&&(yield[n,s])}}function i3(r,e){if(r.length===0||e.tailwindConfig.prefix==="")return r;for(let t of r){let[i]=t;if(i.options.respectPrefix){let n=U.root({nodes:[t[1].clone()]}),s=t[1].raws.tailwind.classCandidate;n.walkRules(a=>{let o=s.startsWith("-");a.selector=Vt(e.tailwindConfig.prefix,a.selector,o)}),t[1]=n.nodes[0]}}return r}function n3(r,e){if(r.length===0)return r;let t=[];for(let[i,n]of r){let s=U.root({nodes:[n.clone()]});s.walkRules(a=>{let o=(0,Bn.default)().astSync(a.selector);o.each(u=>So(u,e)),Rf(o,u=>u===e?`!${u}`:u),a.selector=o.toString(),a.walkDecls(u=>u.important=!0)}),t.push([{...i,important:!0},s.nodes[0]])}return t}function s3(r,e,t){if(e.length===0)return e;let i={modifier:null,value:ui};{let[n,...s]=le(r,"/");if(s.length>1&&(n=n+"/"+s.slice(0,-1).join("/"),s=s.slice(-1)),s.length&&!t.variantMap.has(r)&&(r=n,i.modifier=s[0],!Z(t.tailwindConfig,"generalizedModifiers")))return[]}if(r.endsWith("]")&&!r.startsWith("[")){let n=/(.)(-?)\[(.*)\]/g.exec(r);if(n){let[,s,a,o]=n;if(s==="@"&&a==="-")return[];if(s!=="@"&&a==="")return[];r=r.replace(`${a}[${o}]`,""),i.value=o}}if(Po(r)&&!t.variantMap.has(r)){let n=t.offsets.recordVariant(r),s=L(r.slice(1,-1)),a=le(s,",");if(a.length>1)return[];if(!a.every(Nn))return[];let o=a.map((u,c)=>[t.offsets.applyParallelOffset(n,c),fi(u.trim())]);t.variantMap.set(r,o)}if(t.variantMap.has(r)){let n=Po(r),s=t.variantOptions.get(r)?.[oi]??{},a=t.variantMap.get(r).slice(),o=[],u=(()=>!(n||s.respectPrefix===!1))();for(let[c,f]of e){if(c.layer==="user")continue;let d=U.root({nodes:[f.clone()]});for(let[p,g,b]of a){let w=function(){v.raws.neededBackup||(v.raws.neededBackup=!0,v.walkRules(_=>_.raws.originalSelector=_.selector))},k=function(_){return w(),v.each(I=>{I.type==="rule"&&(I.selectors=I.selectors.map(B=>_({get className(){return _o(B)},selector:B})))}),v},v=(b??d).clone(),y=[],C=g({get container(){return w(),v},separator:t.tailwindConfig.separator,modifySelectors:k,wrap(_){let I=v.nodes;v.removeAll(),_.append(I),v.append(_)},format(_){y.push({format:_,respectPrefix:u})},args:i});if(Array.isArray(C)){for(let[_,I]of C.entries())a.push([t.offsets.applyParallelOffset(p,_),I,v.clone()]);continue}if(typeof C=="string"&&y.push({format:C,respectPrefix:u}),C===null)continue;v.raws.neededBackup&&(delete v.raws.neededBackup,v.walkRules(_=>{let I=_.raws.originalSelector;if(!I||(delete _.raws.originalSelector,I===_.selector))return;let B=_.selector,R=(0,Bn.default)(X=>{X.walkClasses(ue=>{ue.value=`${r}${t.tailwindConfig.separator}${ue.value}`})}).processSync(I);y.push({format:B.replace(R,"&"),respectPrefix:u}),_.selector=I})),v.nodes[0].raws.tailwind={...v.nodes[0].raws.tailwind,parentLayer:c.layer};let O=[{...c,sort:t.offsets.applyVariantOffset(c.sort,p,Object.assign(i,t.variantOptions.get(r))),collectedFormats:(c.collectedFormats??[]).concat(y)},v.nodes[0]];o.push(O)}}return o}return[]}function Eo(r,e,t={}){return!ne(r)&&!Array.isArray(r)?[[r],t]:Array.isArray(r)?Eo(r[0],e,r[1]):(e.has(r)||e.set(r,Ut(r)),[e.get(r),t])}function o3(r){return a3.test(r)}function l3(r){if(!r.includes("://"))return!1;try{let e=new URL(r);return e.scheme!==""&&e.host!==""}catch(e){return!1}}function hh(r){let e=!0;return r.walkDecls(t=>{if(!mh(t.prop,t.value))return e=!1,!1}),e}function mh(r,e){if(l3(`${r}:${e}`))return!1;try{return U.parse(`a{${r}:${e}}`).toResult(),!0}catch(t){return!1}}function u3(r,e){let[,t,i]=r.match(/^\[([a-zA-Z0-9-_]+):(\S+)\]$/)??[];if(i===void 0||!o3(t)||!Gt(i))return null;let n=L(i,{property:t});return mh(t,n)?[[{sort:e.offsets.arbitraryProperty(),layer:"utilities"},()=>({[co(r)]:{[t]:n}})]]:null}function*f3(r,e){e.candidateRuleMap.has(r)&&(yield[e.candidateRuleMap.get(r),"DEFAULT"]),yield*function*(o){o!==null&&(yield[o,"DEFAULT"])}(u3(r,e));let t=r,i=!1,n=e.tailwindConfig.prefix,s=n.length,a=t.startsWith(n)||t.startsWith(`-${n}`);t[s]==="-"&&a&&(i=!0,t=n+t.slice(s+1)),i&&e.candidateRuleMap.has(t)&&(yield[e.candidateRuleMap.get(t),"-DEFAULT"]);for(let[o,u]of r3(t))e.candidateRuleMap.has(o)&&(yield[e.candidateRuleMap.get(o),i?`-${u}`:u])}function c3(r,e){return r===Je?[Je]:le(r,e)}function*p3(r,e){for(let t of r)t[1].raws.tailwind={...t[1].raws.tailwind,classCandidate:e,preserveSource:t[0].options?.preserveSource??!1},yield t}function*To(r,e){let t=e.tailwindConfig.separator,[i,...n]=c3(r,t).reverse(),s=!1;i.startsWith("!")&&(s=!0,i=i.slice(1));for(let a of f3(i,e)){let o=[],u=new Map,[c,f]=a,d=c.length===1;for(let[p,g]of c){let b=[];if(typeof g=="function")for(let v of[].concat(g(f,{isOnlyPlugin:d}))){let[y,w]=Eo(v,e.postCssNodeCache);for(let k of y)b.push([{...p,options:{...p.options,...w}},k])}else if(f==="DEFAULT"||f==="-DEFAULT"){let v=g,[y,w]=Eo(v,e.postCssNodeCache);for(let k of y)b.push([{...p,options:{...p.options,...w}},k])}if(b.length>0){let v=Array.from(Rs(p.options?.types??[],f,p.options??{},e.tailwindConfig)).map(([y,w])=>w);v.length>0&&u.set(b,v),o.push(b)}}if(Po(f)){if(o.length>1){let b=function(y){return y.length===1?y[0]:y.find(w=>{let k=u.get(w);return w.some(([{options:C},O])=>hh(O)?C.types.some(({type:_,preferOnConflict:I})=>k.includes(_)&&I):!1)})},[p,g]=o.reduce((y,w)=>(w.some(([{options:C}])=>C.types.some(({type:O})=>O==="any"))?y[0].push(w):y[1].push(w),y),[[],[]]),v=b(g)??b(p);if(v)o=[v];else{let y=o.map(k=>new Set([...u.get(k)??[]]));for(let k of y)for(let C of k){let O=!1;for(let _ of y)k!==_&&_.has(C)&&(_.delete(C),O=!0);O&&k.delete(C)}let w=[];for(let[k,C]of y.entries())for(let O of C){let _=o[k].map(([,I])=>I).flat().map(I=>I.toString().split(` -`).slice(1,-1).map(B=>B.trim()).map(B=>` ${B}`).join(` -`)).join(` - -`);w.push(` Use \`${r.replace("[",`[${O}:`)}\` for \`${_.trim()}\``);break}M.warn([`The class \`${r}\` is ambiguous and matches multiple utilities.`,...w,`If this is content and not a class, replace it with \`${r.replace("[","[").replace("]","]")}\` to silence this warning.`]);continue}}o=o.map(p=>p.filter(g=>hh(g[1])))}o=o.flat(),o=Array.from(p3(o,i)),o=i3(o,e),s&&(o=n3(o,i));for(let p of n)o=s3(p,o,e);for(let p of o)p[1].raws.tailwind={...p[1].raws.tailwind,candidate:r},p=d3(p,{context:e,candidate:r}),p!==null&&(yield p)}}function d3(r,{context:e,candidate:t}){if(!r[0].collectedFormats)return r;let i=!0,n;try{n=Yt(r[0].collectedFormats,{context:e,candidate:t})}catch{return null}let s=U.root({nodes:[r[1].clone()]});return s.walkRules(a=>{if(!Mn(a))try{let o=qn(a.selector,n,{candidate:t,context:e});if(o===null){a.remove();return}a.selector=o}catch{return i=!1,!1}}),!i||s.nodes.length===0?null:(r[1]=s.nodes[0],r)}function Mn(r){return r.parent&&r.parent.type==="atrule"&&r.parent.name==="keyframes"}function h3(r){if(r===!0)return e=>{Mn(e)||e.walkDecls(t=>{t.parent.type==="rule"&&!Mn(t.parent)&&(t.important=!0)})};if(typeof r=="string")return e=>{Mn(e)||(e.selectors=e.selectors.map(t=>Fn(t,r)))}}function Ln(r,e,t=!1){let i=[],n=h3(e.tailwindConfig.important);for(let s of r){if(e.notClassCache.has(s))continue;if(e.candidateRuleCache.has(s)){i=i.concat(Array.from(e.candidateRuleCache.get(s)));continue}let a=Array.from(To(s,e));if(a.length===0){e.notClassCache.add(s);continue}e.classCache.set(s,a);let o=e.candidateRuleCache.get(s)??new Set;e.candidateRuleCache.set(s,o);for(let u of a){let[{sort:c,options:f},d]=u;if(f.respectImportant&&n){let g=U.root({nodes:[d.clone()]});g.walkRules(n),d=g.nodes[0]}let p=[c,t?d.clone():d];o.add(p),e.ruleCache.add(p),i.push(p)}}return i}function Po(r){return r.startsWith("[")&&r.endsWith("]")}var Bn,t3,a3,$n=S(()=>{l();at();Bn=J(Fe());fo();Pt();An();vr();Ee();ut();Co();po();xr();li();wo();Dt();We();Oo();t3=(0,Bn.default)(r=>r.first.filter(({type:e})=>e==="class").pop().value);a3=/^[a-z_-]/});var gh,yh=S(()=>{l();gh={}});function m3(r){try{return gh.createHash("md5").update(r,"utf-8").digest("binary")}catch(e){return""}}function bh(r,e){let t=e.toString();if(!t.includes("@tailwind"))return!1;let i=bo.get(r),n=m3(t),s=i!==n;return bo.set(r,n),s}var wh=S(()=>{l();yh();ut()});function zn(r){return(r>0n)-(r<0n)}var xh=S(()=>{l()});function vh(r,e){let t=0n,i=0n;for(let[n,s]of e)r&n&&(t=t|n,i=i|s);return r&~t|i}var kh=S(()=>{l()});function Sh(r){let e=null;for(let t of r)e=e??t,e=e>t?e:t;return e}function g3(r,e){let t=r.length,i=e.length,n=t{l();xh();kh();Do=class{constructor(){this.offsets={defaults:0n,base:0n,components:0n,utilities:0n,variants:0n,user:0n},this.layerPositions={defaults:0n,base:1n,components:2n,utilities:3n,user:4n,variants:5n},this.reservedVariantBits=0n,this.variantOffsets=new Map}create(e){return{layer:e,parentLayer:e,arbitrary:0n,variants:0n,parallelIndex:0n,index:this.offsets[e]++,options:[]}}arbitraryProperty(){return{...this.create("utilities"),arbitrary:1n}}forVariant(e,t=0){let i=this.variantOffsets.get(e);if(i===void 0)throw new Error(`Cannot find offset for unknown variant ${e}`);return{...this.create("variants"),variants:i<n.startsWith("[")).sort(([n],[s])=>g3(n,s)),t=e.map(([,n])=>n).sort((n,s)=>zn(n-s));return e.map(([,n],s)=>[n,t[s]]).filter(([n,s])=>n!==s)}remapArbitraryVariantOffsets(e){let t=this.recalculateVariantOffsets();return t.length===0?e:e.map(i=>{let[n,s]=i;return n={...n,variants:vh(n.variants,t)},[n,s]})}sort(e){return e=this.remapArbitraryVariantOffsets(e),e.sort(([t],[i])=>zn(this.compare(t,i)))}}});function Fo(r,e){let t=r.tailwindConfig.prefix;return typeof t=="function"?t(e):t+e}function Oh({type:r="any",...e}){let t=[].concat(r);return{...e,types:t.map(i=>Array.isArray(i)?{type:i[0],...i[1]}:{type:i,preferOnConflict:!1})}}function y3(r){let e=[],t="",i=0;for(let n=0;n0&&e.push(t.trim()),e=e.filter(n=>n!==""),e}function b3(r,e,{before:t=[]}={}){if(t=[].concat(t),t.length<=0){r.push(e);return}let i=r.length-1;for(let n of t){let s=r.indexOf(n);s!==-1&&(i=Math.min(i,s))}r.splice(i,0,e)}function _h(r){return Array.isArray(r)?r.flatMap(e=>!Array.isArray(e)&&!ne(e)?e:Ut(e)):_h([r])}function w3(r,e){return(0,Io.default)(i=>{let n=[];return e&&e(i),i.walkClasses(s=>{n.push(s.value)}),n}).transformSync(r)}function x3(r){r.walkPseudos(e=>{e.value===":not"&&e.remove()})}function v3(r,e={containsNonOnDemandable:!1},t=0){let i=[],n=[];r.type==="rule"?n.push(...r.selectors):r.type==="atrule"&&r.walkRules(s=>n.push(...s.selectors));for(let s of n){let a=w3(s,x3);a.length===0&&(e.containsNonOnDemandable=!0);for(let o of a)i.push(o)}return t===0?[e.containsNonOnDemandable||i.length===0,i]:i}function jn(r){return _h(r).flatMap(e=>{let t=new Map,[i,n]=v3(e);return i&&n.unshift(Je),n.map(s=>(t.has(e)||t.set(e,e),[s,t.get(e)]))})}function Nn(r){return r.startsWith("@")||r.includes("&")}function fi(r){r=r.replace(/\n+/g,"").replace(/\s{1,}/g," ").trim();let e=y3(r).map(t=>{if(!t.startsWith("@"))return({format:s})=>s(t);let[,i,n]=/@(\S*)( .+|[({].*)?/g.exec(t);return({wrap:s})=>s(U.atRule({name:i,params:n?.trim()??""}))}).reverse();return t=>{for(let i of e)i(t)}}function k3(r,e,{variantList:t,variantMap:i,offsets:n,classList:s}){function a(p,g){return p?(0,Ah.default)(r,p,g):r}function o(p){return Vt(r.prefix,p)}function u(p,g){return p===Je?Je:g.respectPrefix?e.tailwindConfig.prefix+p:p}function c(p,g,b={}){let v=tt(p),y=a(["theme",...v],g);return Qe(v[0])(y,b)}let f=0,d={postcss:U,prefix:o,e:he,config:a,theme:c,corePlugins:p=>Array.isArray(r.corePlugins)?r.corePlugins.includes(p):a(["corePlugins",p],!0),variants:()=>[],addBase(p){for(let[g,b]of jn(p)){let v=u(g,{}),y=n.create("base");e.candidateRuleMap.has(v)||e.candidateRuleMap.set(v,[]),e.candidateRuleMap.get(v).push([{sort:y,layer:"base"},b])}},addDefaults(p,g){let b={[`@defaults ${p}`]:g};for(let[v,y]of jn(b)){let w=u(v,{});e.candidateRuleMap.has(w)||e.candidateRuleMap.set(w,[]),e.candidateRuleMap.get(w).push([{sort:n.create("defaults"),layer:"defaults"},y])}},addComponents(p,g){g=Object.assign({},{preserveSource:!1,respectPrefix:!0,respectImportant:!1},Array.isArray(g)?{}:g);for(let[v,y]of jn(p)){let w=u(v,g);s.add(w),e.candidateRuleMap.has(w)||e.candidateRuleMap.set(w,[]),e.candidateRuleMap.get(w).push([{sort:n.create("components"),layer:"components",options:g},y])}},addUtilities(p,g){g=Object.assign({},{preserveSource:!1,respectPrefix:!0,respectImportant:!0},Array.isArray(g)?{}:g);for(let[v,y]of jn(p)){let w=u(v,g);s.add(w),e.candidateRuleMap.has(w)||e.candidateRuleMap.set(w,[]),e.candidateRuleMap.get(w).push([{sort:n.create("utilities"),layer:"utilities",options:g},y])}},matchUtilities:function(p,g){g=Oh({...{respectPrefix:!0,respectImportant:!0,modifiers:!1},...g});let v=n.create("utilities");for(let y in p){let C=function(_,{isOnlyPlugin:I}){let[B,R,X]=Is(g.types,_,g,r);if(B===void 0)return[];if(!g.types.some(({type:z})=>z===R))if(I)M.warn([`Unnecessary typehint \`${R}\` in \`${y}-${_}\`.`,`You can safely update it to \`${y}-${_.replace(R+":","")}\`.`]);else return[];if(!Gt(B))return[];let ue={get modifier(){return g.modifiers||M.warn(`modifier-used-without-options-for-${y}`,["Your plugin must set `modifiers: true` in its options to support modifiers."]),X}},pe=Z(r,"generalizedModifiers");return[].concat(pe?k(B,ue):k(B)).filter(Boolean).map(z=>({[On(y,_)]:z}))},w=u(y,g),k=p[y];s.add([w,g]);let O=[{sort:v,layer:"utilities",options:g},C];e.candidateRuleMap.has(w)||e.candidateRuleMap.set(w,[]),e.candidateRuleMap.get(w).push(O)}},matchComponents:function(p,g){g=Oh({...{respectPrefix:!0,respectImportant:!1,modifiers:!1},...g});let v=n.create("components");for(let y in p){let C=function(_,{isOnlyPlugin:I}){let[B,R,X]=Is(g.types,_,g,r);if(B===void 0)return[];if(!g.types.some(({type:z})=>z===R))if(I)M.warn([`Unnecessary typehint \`${R}\` in \`${y}-${_}\`.`,`You can safely update it to \`${y}-${_.replace(R+":","")}\`.`]);else return[];if(!Gt(B))return[];let ue={get modifier(){return g.modifiers||M.warn(`modifier-used-without-options-for-${y}`,["Your plugin must set `modifiers: true` in its options to support modifiers."]),X}},pe=Z(r,"generalizedModifiers");return[].concat(pe?k(B,ue):k(B)).filter(Boolean).map(z=>({[On(y,_)]:z}))},w=u(y,g),k=p[y];s.add([w,g]);let O=[{sort:v,layer:"components",options:g},C];e.candidateRuleMap.has(w)||e.candidateRuleMap.set(w,[]),e.candidateRuleMap.get(w).push(O)}},addVariant(p,g,b={}){g=[].concat(g).map(v=>{if(typeof v!="string")return(y={})=>{let{args:w,modifySelectors:k,container:C,separator:O,wrap:_,format:I}=y,B=v(Object.assign({modifySelectors:k,container:C,separator:O},b.type===Ro.MatchVariant&&{args:w,wrap:_,format:I}));if(typeof B=="string"&&!Nn(B))throw new Error(`Your custom variant \`${p}\` has an invalid format string. Make sure it's an at-rule or contains a \`&\` placeholder.`);return Array.isArray(B)?B.filter(R=>typeof R=="string").map(R=>fi(R)):B&&typeof B=="string"&&fi(B)(y)};if(!Nn(v))throw new Error(`Your custom variant \`${p}\` has an invalid format string. Make sure it's an at-rule or contains a \`&\` placeholder.`);return fi(v)}),b3(t,p,b),i.set(p,g),e.variantOptions.set(p,b)},matchVariant(p,g,b){let v=b?.id??++f,y=p==="@",w=Z(r,"generalizedModifiers");for(let[C,O]of Object.entries(b?.values??{}))C!=="DEFAULT"&&d.addVariant(y?`${p}${C}`:`${p}-${C}`,({args:_,container:I})=>g(O,w?{modifier:_?.modifier,container:I}:{container:I}),{...b,value:O,id:v,type:Ro.MatchVariant,variantInfo:qo.Base});let k="DEFAULT"in(b?.values??{});d.addVariant(p,({args:C,container:O})=>C?.value===ui&&!k?null:g(C?.value===ui?b.values.DEFAULT:C?.value??(typeof C=="string"?C:""),w?{modifier:C?.modifier,container:O}:{container:O}),{...b,id:v,type:Ro.MatchVariant,variantInfo:qo.Dynamic})}};return d}function Un(r){return Bo.has(r)||Bo.set(r,new Map),Bo.get(r)}function Eh(r,e){let t=!1,i=new Map;for(let n of r){if(!n)continue;let s=Ls.parse(n),a=s.hash?s.href.replace(s.hash,""):s.href;a=s.search?a.replace(s.search,""):a;let o=re.statSync(decodeURIComponent(a),{throwIfNoEntry:!1})?.mtimeMs;!o||((!e.has(n)||o>e.get(n))&&(t=!0),i.set(n,o))}return[t,i]}function Th(r){r.walkAtRules(e=>{["responsive","variants"].includes(e.name)&&(Th(e),e.before(e.nodes),e.remove())})}function S3(r){let e=[];return r.each(t=>{t.type==="atrule"&&["responsive","variants"].includes(t.name)&&(t.name="layer",t.params="utilities")}),r.walkAtRules("layer",t=>{if(Th(t),t.params==="base"){for(let i of t.nodes)e.push(function({addBase:n}){n(i,{respectPrefix:!1})});t.remove()}else if(t.params==="components"){for(let i of t.nodes)e.push(function({addComponents:n}){n(i,{respectPrefix:!1,preserveSource:!0})});t.remove()}else if(t.params==="utilities"){for(let i of t.nodes)e.push(function({addUtilities:n}){n(i,{respectPrefix:!1,preserveSource:!0})});t.remove()}}),e}function C3(r,e){let t=Object.entries({...ae,...nh}).map(([o,u])=>r.tailwindConfig.corePlugins.includes(o)?u:null).filter(Boolean),i=r.tailwindConfig.plugins.map(o=>(o.__isOptionsFunction&&(o=o()),typeof o=="function"?o:o.handler)),n=S3(e),s=[ae.childVariant,ae.pseudoElementVariants,ae.pseudoClassVariants,ae.hasVariants,ae.ariaVariants,ae.dataVariants],a=[ae.supportsVariants,ae.reducedMotionVariants,ae.prefersContrastVariants,ae.printVariant,ae.screenVariants,ae.orientationVariants,ae.directionVariants,ae.darkVariants,ae.forcedColorsVariants];return[...t,...s,...i,...a,...n]}function A3(r,e){let t=[],i=new Map;e.variantMap=i;let n=new Do;e.offsets=n;let s=new Set,a=k3(e.tailwindConfig,e,{variantList:t,variantMap:i,offsets:n,classList:s});for(let f of r)if(Array.isArray(f))for(let d of f)d(a);else f?.(a);n.recordVariants(t,f=>i.get(f).length);for(let[f,d]of i.entries())e.variantMap.set(f,d.map((p,g)=>[n.forVariant(f,g),p]));let o=(e.tailwindConfig.safelist??[]).filter(Boolean);if(o.length>0){let f=[];for(let d of o){if(typeof d=="string"){e.changedContent.push({content:d,extension:"html"});continue}if(d instanceof RegExp){M.warn("root-regex",["Regular expressions in `safelist` work differently in Tailwind CSS v3.0.","Update your `safelist` configuration to eliminate this warning.","https://tailwindcss.com/docs/content-configuration#safelisting-classes"]);continue}f.push(d)}if(f.length>0){let d=new Map,p=e.tailwindConfig.prefix.length,g=f.some(b=>b.pattern.source.includes("!"));for(let b of s){let v=Array.isArray(b)?(()=>{let[y,w]=b,C=Object.keys(w?.values??{}).map(O=>ai(y,O));return w?.supportsNegativeValues&&(C=[...C,...C.map(O=>"-"+O)],C=[...C,...C.map(O=>O.slice(0,p)+"-"+O.slice(p))]),w.types.some(({type:O})=>O==="color")&&(C=[...C,...C.flatMap(O=>Object.keys(e.tailwindConfig.theme.opacity).map(_=>`${O}/${_}`))]),g&&w?.respectImportant&&(C=[...C,...C.map(O=>"!"+O)]),C})():[b];for(let y of v)for(let{pattern:w,variants:k=[]}of f)if(w.lastIndex=0,d.has(w)||d.set(w,0),!!w.test(y)){d.set(w,d.get(w)+1),e.changedContent.push({content:y,extension:"html"});for(let C of k)e.changedContent.push({content:C+e.tailwindConfig.separator+y,extension:"html"})}}for(let[b,v]of d.entries())v===0&&M.warn([`The safelist pattern \`${b}\` doesn't match any Tailwind CSS classes.`,"Fix this pattern or remove it from your `safelist` configuration.","https://tailwindcss.com/docs/content-configuration#safelisting-classes"])}}let u=[].concat(e.tailwindConfig.darkMode??"media")[1]??"dark",c=[Fo(e,u),Fo(e,"group"),Fo(e,"peer")];e.getClassOrder=function(d){let p=[...d].sort((y,w)=>y===w?0:y[y,null])),b=Ln(new Set(p),e,!0);b=e.offsets.sort(b);let v=BigInt(c.length);for(let[,y]of b){let w=y.raws.tailwind.candidate;g.set(w,g.get(w)??v++)}return d.map(y=>{let w=g.get(y)??null,k=c.indexOf(y);return w===null&&k!==-1&&(w=BigInt(k)),[y,w]})},e.getClassList=function(d={}){let p=[];for(let g of s)if(Array.isArray(g)){let[b,v]=g,y=[],w=Object.keys(v?.modifiers??{});v?.types?.some(({type:O})=>O==="color")&&w.push(...Object.keys(e.tailwindConfig.theme.opacity??{}));let k={modifiers:w},C=d.includeMetadata&&w.length>0;for(let[O,_]of Object.entries(v?.values??{})){if(_==null)continue;let I=ai(b,O);if(p.push(C?[I,k]:I),v?.supportsNegativeValues&&et(_)){let B=ai(b,`-${O}`);y.push(C?[B,k]:B)}}p.push(...y)}else p.push(g);return p},e.getVariants=function(){let d=[];for(let[p,g]of e.variantOptions.entries())g.variantInfo!==qo.Base&&d.push({name:p,isArbitrary:g.type===Symbol.for("MATCH_VARIANT"),values:Object.keys(g.values??{}),hasDash:p!=="@",selectors({modifier:b,value:v}={}){let y="__TAILWIND_PLACEHOLDER__",w=U.rule({selector:`.${y}`}),k=U.root({nodes:[w.clone()]}),C=k.toString(),O=(e.variantMap.get(p)??[]).flatMap(([z,fe])=>fe),_=[];for(let z of O){let fe=[],Ci={args:{modifier:b,value:g.values?.[v]??v},separator:e.tailwindConfig.separator,modifySelectors(Oe){return k.each(ws=>{ws.type==="rule"&&(ws.selectors=ws.selectors.map(Yu=>Oe({get className(){return _o(Yu)},selector:Yu})))}),k},format(Oe){fe.push(Oe)},wrap(Oe){fe.push(`@${Oe.name} ${Oe.params} { & }`)},container:k},Ai=z(Ci);if(fe.length>0&&_.push(fe),Array.isArray(Ai))for(let Oe of Ai)fe=[],Oe(Ci),_.push(fe)}let I=[],B=k.toString();C!==B&&(k.walkRules(z=>{let fe=z.selector,Ci=(0,Io.default)(Ai=>{Ai.walkClasses(Oe=>{Oe.value=`${p}${e.tailwindConfig.separator}${Oe.value}`})}).processSync(fe);I.push(fe.replace(Ci,"&").replace(y,"&"))}),k.walkAtRules(z=>{I.push(`@${z.name} (${z.params}) { & }`)}));let R=!(v in(g.values??{})),X=g[oi]??{},ue=(()=>!(R||X.respectPrefix===!1))();_=_.map(z=>z.map(fe=>({format:fe,respectPrefix:ue}))),I=I.map(z=>({format:z,respectPrefix:ue}));let pe={candidate:y,context:e},Ue=_.map(z=>qn(`.${y}`,Yt(z,pe),pe).replace(`.${y}`,"&").replace("{ & }","").trim());return I.length>0&&Ue.push(Yt(I,pe).toString().replace(`.${y}`,"&")),Ue}});return d}}function Ph(r,e){!r.classCache.has(e)||(r.notClassCache.add(e),r.classCache.delete(e),r.applyClassCache.delete(e),r.candidateRuleMap.delete(e),r.candidateRuleCache.delete(e),r.stylesheetCache=null)}function O3(r,e){let t=e.raws.tailwind.candidate;if(!!t){for(let i of r.ruleCache)i[1].raws.tailwind.candidate===t&&r.ruleCache.delete(i);Ph(r,t)}}function Mo(r,e=[],t=U.root()){let i={disposables:[],ruleCache:new Set,candidateRuleCache:new Map,classCache:new Map,applyClassCache:new Map,notClassCache:new Set(r.blocklist??[]),postCssNodeCache:new Map,candidateRuleMap:new Map,tailwindConfig:r,changedContent:e,variantMap:new Map,stylesheetCache:null,variantOptions:new Map,markInvalidUtilityCandidate:s=>Ph(i,s),markInvalidUtilityNode:s=>O3(i,s)},n=C3(i,t);return A3(n,i),i}function Dh(r,e,t,i,n,s){let a=e.opts.from,o=i!==null;De.DEBUG&&console.log("Source path:",a);let u;if(o&&Qt.has(a))u=Qt.get(a);else if(ci.has(n)){let p=ci.get(n);ft.get(p).add(a),Qt.set(a,p),u=p}let c=bh(a,r);if(u){let[p,g]=Eh([...s],Un(u));if(!p&&!c)return[u,!1,g]}if(Qt.has(a)){let p=Qt.get(a);if(ft.has(p)&&(ft.get(p).delete(a),ft.get(p).size===0)){ft.delete(p);for(let[g,b]of ci)b===p&&ci.delete(g);for(let g of p.disposables.splice(0))g(p)}}De.DEBUG&&console.log("Setting up new context...");let f=Mo(t,[],r);Object.assign(f,{userConfigPath:i});let[,d]=Eh([...s],Un(f));return ci.set(n,f),Qt.set(a,f),ft.has(f)||ft.set(f,new Set),ft.get(f).add(a),[f,!0,d]}var Ah,Io,oi,Ro,qo,Bo,Qt,ci,ft,li=S(()=>{l();Ve();$s();at();Ah=J(oa()),Io=J(Fe());ni();fo();An();Pt();Wt();po();vr();sh();ut();ut();Ti();Ee();Ei();wo();$n();wh();Ch();We();Co();oi=Symbol(),Ro={AddVariant:Symbol.for("ADD_VARIANT"),MatchVariant:Symbol.for("MATCH_VARIANT")},qo={Base:1<<0,Dynamic:1<<1};Bo=new WeakMap;Qt=ah,ci=oh,ft=In});function Lo(r){return r.ignore?[]:r.glob?h.env.ROLLUP_WATCH==="true"?[{type:"dependency",file:r.base}]:[{type:"dir-dependency",dir:r.base,glob:r.glob}]:[{type:"dependency",file:r.base}]}var Ih=S(()=>{l()});function Rh(r,e){return{handler:r,config:e}}var qh,Fh=S(()=>{l();Rh.withOptions=function(r,e=()=>({})){let t=function(i){return{__options:i,handler:r(i),config:e(i)}};return t.__isOptionsFunction=!0,t.__pluginFunction=r,t.__configFunction=e,t};qh=Rh});var $o={};_e($o,{default:()=>_3});var _3,No=S(()=>{l();Fh();_3=qh});var Mh=x((WD,Bh)=>{l();var E3=(No(),$o).default,T3={overflow:"hidden",display:"-webkit-box","-webkit-box-orient":"vertical"},P3=E3(function({matchUtilities:r,addUtilities:e,theme:t,variants:i}){let n=t("lineClamp");r({"line-clamp":s=>({...T3,"-webkit-line-clamp":`${s}`})},{values:n}),e([{".line-clamp-none":{"-webkit-line-clamp":"unset"}}],i("lineClamp"))},{theme:{lineClamp:{1:"1",2:"2",3:"3",4:"4",5:"5",6:"6"}},variants:{lineClamp:["responsive"]}});Bh.exports=P3});function zo(r){r.content.files.length===0&&M.warn("content-problems",["The `content` option in your Tailwind CSS configuration is missing or empty.","Configure your content sources or your generated CSS will be missing styles.","https://tailwindcss.com/docs/content-configuration"]);try{let e=Mh();r.plugins.includes(e)&&(M.warn("line-clamp-in-core",["As of Tailwind CSS v3.3, the `@tailwindcss/line-clamp` plugin is now included by default.","Remove it from the `plugins` array in your configuration to eliminate this warning."]),r.plugins=r.plugins.filter(t=>t!==e))}catch{}return r}var Lh=S(()=>{l();Ee()});var $h,Nh=S(()=>{l();$h=()=>!1});var Vn,zh=S(()=>{l();Vn={sync:r=>[].concat(r),generateTasks:r=>[{dynamic:!1,base:".",negative:[],positive:[].concat(r),patterns:[].concat(r)}],escapePath:r=>r}});var jo,jh=S(()=>{l();jo=r=>r});var Uh,Vh=S(()=>{l();Uh=()=>""});function Wh(r){let e=r,t=Uh(r);return t!=="."&&(e=r.substr(t.length),e.charAt(0)==="/"&&(e=e.substr(1))),e.substr(0,2)==="./"&&(e=e.substr(2)),e.charAt(0)==="/"&&(e=e.substr(1)),{base:t,glob:e}}var Gh=S(()=>{l();Vh()});function Hh(r,e){let t=e.content.files;t=t.filter(o=>typeof o=="string"),t=t.map(jo);let i=Vn.generateTasks(t),n=[],s=[];for(let o of i)n.push(...o.positive.map(u=>Yh(u,!1))),s.push(...o.negative.map(u=>Yh(u,!0)));let a=[...n,...s];return a=I3(r,a),a=a.flatMap(R3),a=a.map(D3),a}function Yh(r,e){let t={original:r,base:r,ignore:e,pattern:r,glob:null};return $h(r)&&Object.assign(t,Wh(r)),t}function D3(r){let e=jo(r.base);return e=Vn.escapePath(e),r.pattern=r.glob?`${e}/${r.glob}`:e,r.pattern=r.ignore?`!${r.pattern}`:r.pattern,r}function I3(r,e){let t=[];return r.userConfigPath&&r.tailwindConfig.content.relative&&(t=[ee.dirname(r.userConfigPath)]),e.map(i=>(i.base=ee.resolve(...t,i.base),i))}function R3(r){let e=[r];try{let t=re.realpathSync(r.base);t!==r.base&&e.push({...r,base:t})}catch{}return e}function Qh(r,e,t){let i=r.tailwindConfig.content.files.filter(a=>typeof a.raw=="string").map(({raw:a,extension:o="html"})=>({content:a,extension:o})),[n,s]=q3(e,t);for(let a of n){let o=ee.extname(a).slice(1);i.push({file:a,extension:o})}return[i,s]}function q3(r,e){let t=r.map(a=>a.pattern),i=new Map,n=new Set;De.DEBUG&&console.time("Finding changed files");let s=Vn.sync(t,{absolute:!0});for(let a of s){let o=e.get(a)||-1/0,u=re.statSync(a).mtimeMs;u>o&&(n.add(a),i.set(a,u))}return De.DEBUG&&console.timeEnd("Finding changed files"),[n,i]}var Jh=S(()=>{l();Ve();St();Nh();zh();jh();Gh();ut()});function Xh(){}var Kh=S(()=>{l()});function L3(r,e){for(let t of e){let i=`${r}${t}`;if(re.existsSync(i)&&re.statSync(i).isFile())return i}for(let t of e){let i=`${r}/index${t}`;if(re.existsSync(i))return i}return null}function*Zh(r,e,t,i=ee.extname(r)){let n=L3(ee.resolve(e,r),F3.includes(i)?B3:M3);if(n===null||t.has(n))return;t.add(n),yield n,e=ee.dirname(n),i=ee.extname(n);let s=re.readFileSync(n,"utf-8");for(let a of[...s.matchAll(/import[\s\S]*?['"](.{3,}?)['"]/gi),...s.matchAll(/import[\s\S]*from[\s\S]*?['"](.{3,}?)['"]/gi),...s.matchAll(/require\(['"`](.+)['"`]\)/gi)])!a[1].startsWith(".")||(yield*Zh(a[1],e,t,i))}function Uo(r){return r===null?new Set:new Set(Zh(r,ee.dirname(r),new Set))}var F3,B3,M3,em=S(()=>{l();Ve();St();F3=[".js",".cjs",".mjs"],B3=["",".js",".cjs",".mjs",".ts",".cts",".mts",".jsx",".tsx"],M3=["",".ts",".cts",".mts",".tsx",".js",".cjs",".mjs",".jsx"]});function $3(r,e){if(Vo.has(r))return Vo.get(r);let t=Hh(r,e);return Vo.set(r,t).get(r)}function N3(r){let e=Ms(r);if(e!==null){let[i,n,s,a]=rm.get(e)||[],o=Uo(e),u=!1,c=new Map;for(let p of o){let g=re.statSync(p).mtimeMs;c.set(p,g),(!a||!a.has(p)||g>a.get(p))&&(u=!0)}if(!u)return[i,e,n,s];for(let p of o)delete Ju.cache[p];let f=zo(Mi(Xh(e))),d=_i(f);return rm.set(e,[f,d,o,c]),[f,e,d,o]}let t=Mi(r?.config??r??{});return t=zo(t),[t,null,_i(t),[]]}function Wo(r){return({tailwindDirectives:e,registerDependency:t})=>(i,n)=>{let[s,a,o,u]=N3(r),c=new Set(u);if(e.size>0){c.add(n.opts.from);for(let b of n.messages)b.type==="dependency"&&c.add(b.file)}let[f,,d]=Dh(i,n,s,a,o,c),p=Un(f),g=$3(f,s);if(e.size>0){for(let y of g)for(let w of Lo(y))t(w);let[b,v]=Qh(f,g,p);for(let y of b)f.changedContent.push(y);for(let[y,w]of v.entries())d.set(y,w)}for(let b of u)t({type:"dependency",file:b});for(let[b,v]of d.entries())p.set(b,v);return f}}var tm,rm,Vo,im=S(()=>{l();Ve();tm=J(xs());tf();Wf();Yf();li();Ih();Lh();Jh();Kh();em();rm=new tm.default({maxSize:100}),Vo=new WeakMap});function Go(r){let e=new Set,t=new Set,i=new Set;if(r.walkAtRules(n=>{n.name==="apply"&&i.add(n),n.name==="import"&&(n.params==='"tailwindcss/base"'||n.params==="'tailwindcss/base'"?(n.name="tailwind",n.params="base"):n.params==='"tailwindcss/components"'||n.params==="'tailwindcss/components'"?(n.name="tailwind",n.params="components"):n.params==='"tailwindcss/utilities"'||n.params==="'tailwindcss/utilities'"?(n.name="tailwind",n.params="utilities"):(n.params==='"tailwindcss/screens"'||n.params==="'tailwindcss/screens'"||n.params==='"tailwindcss/variants"'||n.params==="'tailwindcss/variants'")&&(n.name="tailwind",n.params="variants")),n.name==="tailwind"&&(n.params==="screens"&&(n.params="variants"),e.add(n.params)),["layer","responsive","variants"].includes(n.name)&&(["responsive","variants"].includes(n.name)&&M.warn(`${n.name}-at-rule-deprecated`,[`The \`@${n.name}\` directive has been deprecated in Tailwind CSS v3.0.`,"Use `@layer utilities` or `@layer components` instead.","https://tailwindcss.com/docs/upgrade-guide#replace-variants-with-layer"]),t.add(n))}),!e.has("base")||!e.has("components")||!e.has("utilities")){for(let n of t)if(n.name==="layer"&&["base","components","utilities"].includes(n.params)){if(!e.has(n.params))throw n.error(`\`@layer ${n.params}\` is used but no matching \`@tailwind ${n.params}\` directive is present.`)}else if(n.name==="responsive"){if(!e.has("utilities"))throw n.error("`@responsive` is used but `@tailwind utilities` is missing.")}else if(n.name==="variants"&&!e.has("utilities"))throw n.error("`@variants` is used but `@tailwind utilities` is missing.")}return{tailwindDirectives:e,applyDirectives:i}}var nm=S(()=>{l();Ee()});function _t(r,e=void 0,t=void 0){return r.map(i=>{let n=i.clone();return t!==void 0&&(n.raws.tailwind={...n.raws.tailwind,...t}),e!==void 0&&sm(n,s=>{if(s.raws.tailwind?.preserveSource===!0&&s.source)return!1;s.source=e}),n})}function sm(r,e){e(r)!==!1&&r.each?.(t=>sm(t,e))}var am=S(()=>{l()});function Ho(r){return r=Array.isArray(r)?r:[r],r=r.map(e=>e instanceof RegExp?e.source:e),r.join("")}function be(r){return new RegExp(Ho(r),"g")}function ct(r){return`(?:${r.map(Ho).join("|")})`}function Yo(r){return`(?:${Ho(r)})?`}function lm(r){return r&&z3.test(r)?r.replace(om,"\\$&"):r||""}var om,z3,um=S(()=>{l();om=/[\\^$.*+?()[\]{}|]/g,z3=RegExp(om.source)});function fm(r){let e=Array.from(j3(r));return t=>{let i=[];for(let n of e)for(let s of t.match(n)??[])i.push(W3(s));return i}}function*j3(r){let e=r.tailwindConfig.separator,t=r.tailwindConfig.prefix!==""?Yo(be([/-?/,lm(r.tailwindConfig.prefix)])):"",i=ct([/\[[^\s:'"`]+:[^\s\[\]]+\]/,/\[[^\s:'"`\]]+:[^\s]+?\[[^\s]+\][^\s]+?\]/,be([ct([/-?(?:\w+)/,/@(?:\w+)/]),Yo(ct([be([ct([/-(?:\w+-)*\['[^\s]+'\]/,/-(?:\w+-)*\["[^\s]+"\]/,/-(?:\w+-)*\[`[^\s]+`\]/,/-(?:\w+-)*\[(?:[^\s\[\]]+\[[^\s\[\]]+\])*[^\s:\[\]]+\]/]),/(?![{([]])/,/(?:\/[^\s'"`\\><$]*)?/]),be([ct([/-(?:\w+-)*\['[^\s]+'\]/,/-(?:\w+-)*\["[^\s]+"\]/,/-(?:\w+-)*\[`[^\s]+`\]/,/-(?:\w+-)*\[(?:[^\s\[\]]+\[[^\s\[\]]+\])*[^\s\[\]]+\]/]),/(?![{([]])/,/(?:\/[^\s'"`\\$]*)?/]),/[-\/][^\s'"`\\$={><]*/]))])]),n=[ct([be([/@\[[^\s"'`]+\](\/[^\s"'`]+)?/,e]),be([/([^\s"'`\[\\]+-)?\[[^\s"'`]+\]\/\w+/,e]),be([/([^\s"'`\[\\]+-)?\[[^\s"'`]+\]/,e]),be([/[^\s"'`\[\\]+/,e])]),ct([be([/([^\s"'`\[\\]+-)?\[[^\s`]+\]\/\w+/,e]),be([/([^\s"'`\[\\]+-)?\[[^\s`]+\]/,e]),be([/[^\s`\[\\]+/,e])])];for(let s of n)yield be(["((?=((",s,")+))\\2)?",/!?/,t,i]);yield/[^<>"'`\s.(){}[\]#=%$]*[^<>"'`\s.(){}[\]#=%:$]/g}function W3(r){if(!r.includes("-["))return r;let e=0,t=[],i=r.matchAll(U3);i=Array.from(i).flatMap(n=>{let[,...s]=n;return s.map((a,o)=>Object.assign([],n,{index:n.index+o,0:a}))});for(let n of i){let s=n[0],a=t[t.length-1];if(s===a?t.pop():(s==="'"||s==='"'||s==="`")&&t.push(s),!a){if(s==="["){e++;continue}else if(s==="]"){e--;continue}if(e<0)return r.substring(0,n.index-1);if(e===0&&!V3.test(s))return r.substring(0,n.index)}}return r}var U3,V3,cm=S(()=>{l();um();U3=/([\[\]'"`])([^\[\]'"`])?/g,V3=/[^"'`\s<>\]]+/});function G3(r,e){let t=r.tailwindConfig.content.extract;return t[e]||t.DEFAULT||dm[e]||dm.DEFAULT(r)}function H3(r,e){let t=r.content.transform;return t[e]||t.DEFAULT||hm[e]||hm.DEFAULT}function Y3(r,e,t,i){pi.has(e)||pi.set(e,new pm.default({maxSize:25e3}));for(let n of r.split(` -`))if(n=n.trim(),!i.has(n))if(i.add(n),pi.get(e).has(n))for(let s of pi.get(e).get(n))t.add(s);else{let s=e(n).filter(o=>o!=="!*"),a=new Set(s);for(let o of a)t.add(o);pi.get(e).set(n,a)}}function Q3(r,e){let t=e.offsets.sort(r),i={base:new Set,defaults:new Set,components:new Set,utilities:new Set,variants:new Set};for(let[n,s]of t)i[n.layer].add(s);return i}function Qo(r){return async e=>{let t={base:null,components:null,utilities:null,variants:null};if(e.walkAtRules(b=>{b.name==="tailwind"&&Object.keys(t).includes(b.params)&&(t[b.params]=b)}),Object.values(t).every(b=>b===null))return e;let i=new Set([...r.candidates??[],Je]),n=new Set;Xe.DEBUG&&console.time("Reading changed files");{let b=[];for(let y of r.changedContent){let w=H3(r.tailwindConfig,y.extension),k=G3(r,y.extension);b.push([y,{transformer:w,extractor:k}])}let v=500;for(let y=0;y{C=k?await re.promises.readFile(k,"utf8"):C,Y3(O(C),_,i,n)}))}}Xe.DEBUG&&console.timeEnd("Reading changed files");let s=r.classCache.size;Xe.DEBUG&&console.time("Generate rules"),Xe.DEBUG&&console.time("Sorting candidates");let a=new Set([...i].sort((b,v)=>b===v?0:b{let v=b.raws.tailwind?.parentLayer;return v==="components"?t.components!==null:v==="utilities"?t.utilities!==null:!0});t.variants?(t.variants.before(_t(p,t.variants.source,{layer:"variants"})),t.variants.remove()):p.length>0&&e.append(_t(p,e.source,{layer:"variants"})),e.source.end=e.source.end??e.source.start;let g=p.some(b=>b.raws.tailwind?.parentLayer==="utilities");t.utilities&&f.size===0&&!g&&M.warn("content-problems",["No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration.","https://tailwindcss.com/docs/content-configuration"]),Xe.DEBUG&&(console.log("Potential classes: ",i.size),console.log("Active contexts: ",In.size)),r.changedContent=[],e.walkAtRules("layer",b=>{Object.keys(t).includes(b.params)&&b.remove()})}}var pm,Xe,dm,hm,pi,mm=S(()=>{l();Ve();pm=J(xs());ut();$n();Ee();am();cm();Xe=De,dm={DEFAULT:fm},hm={DEFAULT:r=>r,svelte:r=>r.replace(/(?:^|\s)class:/g," ")};pi=new WeakMap});function Gn(r){let e=new Map;U.root({nodes:[r.clone()]}).walkRules(s=>{(0,Wn.default)(a=>{a.walkClasses(o=>{let u=o.parent.toString(),c=e.get(u);c||e.set(u,c=new Set),c.add(o.value)})}).processSync(s.selector)});let i=Array.from(e.values(),s=>Array.from(s)),n=i.flat();return Object.assign(n,{groups:i})}function Jo(r){return J3.astSync(r)}function gm(r,e){let t=new Set;for(let i of r)t.add(i.split(e).pop());return Array.from(t)}function ym(r,e){let t=r.tailwindConfig.prefix;return typeof t=="function"?t(e):t+e}function*bm(r){for(yield r;r.parent;)yield r.parent,r=r.parent}function X3(r,e={}){let t=r.nodes;r.nodes=[];let i=r.clone(e);return r.nodes=t,i}function K3(r){for(let e of bm(r))if(r!==e){if(e.type==="root")break;r=X3(e,{nodes:[r]})}return r}function Z3(r,e){let t=new Map;return r.walkRules(i=>{for(let a of bm(i))if(a.raws.tailwind?.layer!==void 0)return;let n=K3(i),s=e.offsets.create("user");for(let a of Gn(i)){let o=t.get(a)||[];t.set(a,o),o.push([{layer:"user",sort:s,important:!1},n])}}),t}function eC(r,e){for(let t of r){if(e.notClassCache.has(t)||e.applyClassCache.has(t))continue;if(e.classCache.has(t)){e.applyClassCache.set(t,e.classCache.get(t).map(([n,s])=>[n,s.clone()]));continue}let i=Array.from(To(t,e));if(i.length===0){e.notClassCache.add(t);continue}e.applyClassCache.set(t,i)}return e.applyClassCache}function tC(r){let e=null;return{get:t=>(e=e||r(),e.get(t)),has:t=>(e=e||r(),e.has(t))}}function rC(r){return{get:e=>r.flatMap(t=>t.get(e)||[]),has:e=>r.some(t=>t.has(e))}}function wm(r){let e=r.split(/[\s\t\n]+/g);return e[e.length-1]==="!important"?[e.slice(0,-1),!0]:[e,!1]}function xm(r,e,t){let i=new Set,n=[];if(r.walkAtRules("apply",u=>{let[c]=wm(u.params);for(let f of c)i.add(f);n.push(u)}),n.length===0)return;let s=rC([t,eC(i,e)]);function a(u,c,f){let d=Jo(u),p=Jo(c),b=Jo(`.${he(f)}`).nodes[0].nodes[0];return d.each(v=>{let y=new Set;p.each(w=>{let k=!1;w=w.clone(),w.walkClasses(C=>{C.value===b.value&&(k||(C.replaceWith(...v.nodes.map(O=>O.clone())),y.add(w),k=!0))})});for(let w of y){let k=[[]];for(let C of w.nodes)C.type==="combinator"?(k.push(C),k.push([])):k[k.length-1].push(C);w.nodes=[];for(let C of k)Array.isArray(C)&&C.sort((O,_)=>O.type==="tag"&&_.type==="class"?-1:O.type==="class"&&_.type==="tag"?1:O.type==="class"&&_.type==="pseudo"&&_.value.startsWith("::")?-1:O.type==="pseudo"&&O.value.startsWith("::")&&_.type==="class"?1:0),w.nodes=w.nodes.concat(C)}v.replaceWith(...y)}),d.toString()}let o=new Map;for(let u of n){let[c]=o.get(u.parent)||[[],u.source];o.set(u.parent,[c,u.source]);let[f,d]=wm(u.params);if(u.parent.type==="atrule"){if(u.parent.name==="screen"){let p=u.parent.params;throw u.error(`@apply is not supported within nested at-rules like @screen. We suggest you write this as @apply ${f.map(g=>`${p}:${g}`).join(" ")} instead.`)}throw u.error(`@apply is not supported within nested at-rules like @${u.parent.name}. You can fix this by un-nesting @${u.parent.name}.`)}for(let p of f){if([ym(e,"group"),ym(e,"peer")].includes(p))throw u.error(`@apply should not be used with the '${p}' utility`);if(!s.has(p))throw u.error(`The \`${p}\` class does not exist. If \`${p}\` is a custom class, make sure it is defined within a \`@layer\` directive.`);let g=s.get(p);c.push([p,d,g])}}for(let[u,[c,f]]of o){let d=[];for(let[g,b,v]of c){let y=[g,...gm([g],e.tailwindConfig.separator)];for(let[w,k]of v){let C=Gn(u),O=Gn(k);if(O=O.groups.filter(R=>R.some(X=>y.includes(X))).flat(),O=O.concat(gm(O,e.tailwindConfig.separator)),C.some(R=>O.includes(R)))throw k.error(`You cannot \`@apply\` the \`${g}\` utility here because it creates a circular dependency.`);let I=U.root({nodes:[k.clone()]});I.walk(R=>{R.source=f}),(k.type!=="atrule"||k.type==="atrule"&&k.name!=="keyframes")&&I.walkRules(R=>{if(!Gn(R).some(z=>z===g)){R.remove();return}let X=typeof e.tailwindConfig.important=="string"?e.tailwindConfig.important:null,pe=u.raws.tailwind!==void 0&&X&&u.selector.indexOf(X)===0?u.selector.slice(X.length):u.selector;pe===""&&(pe=u.selector),R.selector=a(pe,R.selector,g),X&&pe!==u.selector&&(R.selector=Fn(R.selector,X)),R.walkDecls(z=>{z.important=w.important||b});let Ue=(0,Wn.default)().astSync(R.selector);Ue.each(z=>Ht(z)),R.selector=Ue.toString()}),!!I.nodes[0]&&d.push([w.sort,I.nodes[0]])}}let p=e.offsets.sort(d).map(g=>g[1]);u.after(p)}for(let u of n)u.parent.nodes.length>1?u.remove():u.parent.remove();xm(r,e,t)}function Xo(r){return e=>{let t=tC(()=>Z3(e,r));xm(e,r,t)}}var Wn,J3,vm=S(()=>{l();at();Wn=J(Fe());$n();Wt();Oo();Rn();J3=(0,Wn.default)()});var km=x((j9,Hn)=>{l();(function(){"use strict";function r(i,n,s){if(!i)return null;r.caseSensitive||(i=i.toLowerCase());var a=r.threshold===null?null:r.threshold*i.length,o=r.thresholdAbsolute,u;a!==null&&o!==null?u=Math.min(a,o):a!==null?u=a:o!==null?u=o:u=null;var c,f,d,p,g,b=n.length;for(g=0;gs)return s+1;var u=[],c,f,d,p,g;for(c=0;c<=o;c++)u[c]=[c];for(f=0;f<=a;f++)u[0][f]=f;for(c=1;c<=o;c++){for(d=e,p=1,c>s&&(p=c-s),g=o+1,g>s+c&&(g=s+c),f=1;f<=a;f++)fg?u[c][f]=s+1:n.charAt(c-1)===i.charAt(f-1)?u[c][f]=u[c-1][f-1]:u[c][f]=Math.min(u[c-1][f-1]+1,Math.min(u[c][f-1]+1,u[c-1][f]+1)),u[c][f]s)return s+1}return u[o][a]}})()});var Cm=x((U9,Sm)=>{l();var Ko="(".charCodeAt(0),Zo=")".charCodeAt(0),Yn="'".charCodeAt(0),el='"'.charCodeAt(0),tl="\\".charCodeAt(0),Jt="/".charCodeAt(0),rl=",".charCodeAt(0),il=":".charCodeAt(0),Qn="*".charCodeAt(0),iC="u".charCodeAt(0),nC="U".charCodeAt(0),sC="+".charCodeAt(0),aC=/^[a-f0-9?-]+$/i;Sm.exports=function(r){for(var e=[],t=r,i,n,s,a,o,u,c,f,d=0,p=t.charCodeAt(d),g=t.length,b=[{nodes:e}],v=0,y,w="",k="",C="";d{l();Am.exports=function r(e,t,i){var n,s,a,o;for(n=0,s=e.length;n{l();function _m(r,e){var t=r.type,i=r.value,n,s;return e&&(s=e(r))!==void 0?s:t==="word"||t==="space"?i:t==="string"?(n=r.quote||"",n+i+(r.unclosed?"":n)):t==="comment"?"/*"+i+(r.unclosed?"":"*/"):t==="div"?(r.before||"")+i+(r.after||""):Array.isArray(r.nodes)?(n=Em(r.nodes,e),t!=="function"?n:i+"("+(r.before||"")+n+(r.after||"")+(r.unclosed?"":")")):i}function Em(r,e){var t,i;if(Array.isArray(r)){for(t="",i=r.length-1;~i;i-=1)t=_m(r[i],e)+t;return t}return _m(r,e)}Tm.exports=Em});var Im=x((G9,Dm)=>{l();var Jn="-".charCodeAt(0),Xn="+".charCodeAt(0),nl=".".charCodeAt(0),oC="e".charCodeAt(0),lC="E".charCodeAt(0);function uC(r){var e=r.charCodeAt(0),t;if(e===Xn||e===Jn){if(t=r.charCodeAt(1),t>=48&&t<=57)return!0;var i=r.charCodeAt(2);return t===nl&&i>=48&&i<=57}return e===nl?(t=r.charCodeAt(1),t>=48&&t<=57):e>=48&&e<=57}Dm.exports=function(r){var e=0,t=r.length,i,n,s;if(t===0||!uC(r))return!1;for(i=r.charCodeAt(e),(i===Xn||i===Jn)&&e++;e57));)e+=1;if(i=r.charCodeAt(e),n=r.charCodeAt(e+1),i===nl&&n>=48&&n<=57)for(e+=2;e57));)e+=1;if(i=r.charCodeAt(e),n=r.charCodeAt(e+1),s=r.charCodeAt(e+2),(i===oC||i===lC)&&(n>=48&&n<=57||(n===Xn||n===Jn)&&s>=48&&s<=57))for(e+=n===Xn||n===Jn?3:2;e57));)e+=1;return{number:r.slice(0,e),unit:r.slice(e)}}});var Bm=x((H9,Fm)=>{l();var fC=Cm(),Rm=Om(),qm=Pm();function pt(r){return this instanceof pt?(this.nodes=fC(r),this):new pt(r)}pt.prototype.toString=function(){return Array.isArray(this.nodes)?qm(this.nodes):""};pt.prototype.walk=function(r,e){return Rm(this.nodes,r,e),this};pt.unit=Im();pt.walk=Rm;pt.stringify=qm;Fm.exports=pt});function al(r){return typeof r=="object"&&r!==null}function cC(r,e){let t=tt(e);do if(t.pop(),(0,di.default)(r,t)!==void 0)break;while(t.length);return t.length?t:void 0}function Xt(r){return typeof r=="string"?r:r.reduce((e,t,i)=>t.includes(".")?`${e}[${t}]`:i===0?t:`${e}.${t}`,"")}function Lm(r){return r.map(e=>`'${e}'`).join(", ")}function $m(r){return Lm(Object.keys(r))}function ol(r,e,t,i={}){let n=Array.isArray(e)?Xt(e):e.replace(/^['"]+|['"]+$/g,""),s=Array.isArray(e)?e:tt(n),a=(0,di.default)(r.theme,s,t);if(a===void 0){let u=`'${n}' does not exist in your theme config.`,c=s.slice(0,-1),f=(0,di.default)(r.theme,c);if(al(f)){let d=Object.keys(f).filter(g=>ol(r,[...c,g]).isValid),p=(0,Mm.default)(s[s.length-1],d);p?u+=` Did you mean '${Xt([...c,p])}'?`:d.length>0&&(u+=` '${Xt(c)}' has the following valid keys: ${Lm(d)}`)}else{let d=cC(r.theme,n);if(d){let p=(0,di.default)(r.theme,d);al(p)?u+=` '${Xt(d)}' has the following keys: ${$m(p)}`:u+=` '${Xt(d)}' is not an object.`}else u+=` Your theme has the following top-level keys: ${$m(r.theme)}`}return{isValid:!1,error:u}}if(!(typeof a=="string"||typeof a=="number"||typeof a=="function"||a instanceof String||a instanceof Number||Array.isArray(a))){let u=`'${n}' was found but does not resolve to a string.`;if(al(a)){let c=Object.keys(a).filter(f=>ol(r,[...s,f]).isValid);c.length&&(u+=` Did you mean something like '${Xt([...s,c[0]])}'?`)}return{isValid:!1,error:u}}let[o]=s;return{isValid:!0,value:Qe(o)(a,i)}}function pC(r,e,t){e=e.map(n=>Nm(r,n,t));let i=[""];for(let n of e)n.type==="div"&&n.value===","?i.push(""):i[i.length-1]+=sl.default.stringify(n);return i}function Nm(r,e,t){if(e.type==="function"&&t[e.value]!==void 0){let i=pC(r,e.nodes,t);e.type="word",e.value=t[e.value](r,...i)}return e}function dC(r,e,t){return Object.keys(t).some(n=>e.includes(`${n}(`))?(0,sl.default)(e).walk(n=>{Nm(r,n,t)}).toString():e}function*mC(r){r=r.replace(/^['"]+|['"]+$/g,"");let e=r.match(/^([^\s]+)(?![^\[]*\])(?:\s*\/\s*([^\/\s]+))$/),t;yield[r,void 0],e&&(r=e[1],t=e[2],yield[r,t])}function gC(r,e,t){let i=Array.from(mC(e)).map(([n,s])=>Object.assign(ol(r,n,t,{opacityValue:s}),{resolvedPath:n,alpha:s}));return i.find(n=>n.isValid)??i[0]}function zm(r){let e=r.tailwindConfig,t={theme:(i,n,...s)=>{let{isValid:a,value:o,error:u,alpha:c}=gC(e,n,s.length?s:void 0);if(!a){let p=i.parent,g=p?.raws.tailwind?.candidate;if(p&&g!==void 0){r.markInvalidUtilityNode(p),p.remove(),M.warn("invalid-theme-key-in-class",[`The utility \`${g}\` contains an invalid theme value and was not generated.`]);return}throw i.error(u)}let f=It(o),d=f!==void 0&&typeof f=="function";return(c!==void 0||d)&&(c===void 0&&(c=1),o=Ie(f,c,f)),o},screen:(i,n)=>{n=n.replace(/^['"]+/g,"").replace(/['"]+$/g,"");let a=lt(e.theme.screens).find(({name:o})=>o===n);if(!a)throw i.error(`The '${n}' screen does not exist in your theme.`);return ot(a)}};return i=>{i.walk(n=>{let s=hC[n.type];s!==void 0&&(n[s]=dC(n,n[s],t))})}}var di,Mm,sl,hC,jm=S(()=>{l();di=J(oa()),Mm=J(km());ni();sl=J(Bm());Pn();_n();Ti();yr();vr();Ee();hC={atrule:"params",decl:"value"}});function Um({tailwindConfig:{theme:r}}){return function(e){e.walkAtRules("screen",t=>{let i=t.params,s=lt(r.screens).find(({name:a})=>a===i);if(!s)throw t.error(`No \`${i}\` screen found.`);t.name="media",t.params=ot(s)})}}var Vm=S(()=>{l();Pn();_n()});function yC(r){let e=r.filter(o=>o.type!=="pseudo"||o.nodes.length>0?!0:o.value.startsWith("::")||[":before",":after",":first-line",":first-letter"].includes(o.value)).reverse(),t=new Set(["tag","class","id","attribute"]),i=e.findIndex(o=>t.has(o.type));if(i===-1)return e.reverse().join("").trim();let n=e[i],s=Wm[n.type]?Wm[n.type](n):n;e=e.slice(0,i);let a=e.findIndex(o=>o.type==="combinator"&&o.value===">");return a!==-1&&(e.splice(0,a),e.unshift(Kn.default.universal())),[s,...e.reverse()].join("").trim()}function wC(r){return ll.has(r)||ll.set(r,bC.transformSync(r)),ll.get(r)}function ul({tailwindConfig:r}){return e=>{let t=new Map,i=new Set;if(e.walkAtRules("defaults",n=>{if(n.nodes&&n.nodes.length>0){i.add(n);return}let s=n.params;t.has(s)||t.set(s,new Set),t.get(s).add(n.parent),n.remove()}),Z(r,"optimizeUniversalDefaults"))for(let n of i){let s=new Map,a=t.get(n.params)??[];for(let o of a)for(let u of wC(o.selector)){let c=u.includes(":-")||u.includes("::-")?u:"__DEFAULT__",f=s.get(c)??new Set;s.set(c,f),f.add(u)}if(Z(r,"optimizeUniversalDefaults")){if(s.size===0){n.remove();continue}for(let[,o]of s){let u=U.rule({source:n.source});u.selectors=[...o],u.append(n.nodes.map(c=>c.clone())),n.before(u)}}n.remove()}else if(i.size){let n=U.rule({selectors:["*","::before","::after"]});for(let a of i)n.append(a.nodes),n.parent||a.before(n),n.source||(n.source=a.source),a.remove();let s=n.clone({selectors:["::backdrop"]});n.after(s)}}}var Kn,Wm,bC,ll,Gm=S(()=>{l();at();Kn=J(Fe());We();Wm={id(r){return Kn.default.attribute({attribute:"id",operator:"=",value:r.value,quoteMark:'"'})}};bC=(0,Kn.default)(r=>r.map(e=>{let t=e.split(i=>i.type==="combinator"&&i.value===" ").pop();return yC(t)})),ll=new Map});function fl(){function r(e){let t=null;e.each(i=>{if(!xC.has(i.type)){t=null;return}if(t===null){t=i;return}let n=Hm[i.type];i.type==="atrule"&&i.name==="font-face"?t=i:n.every(s=>(i[s]??"").replace(/\s+/g," ")===(t[s]??"").replace(/\s+/g," "))?(i.nodes&&t.append(i.nodes),i.remove()):t=i}),e.each(i=>{i.type==="atrule"&&r(i)})}return e=>{r(e)}}var Hm,xC,Ym=S(()=>{l();Hm={atrule:["name","params"],rule:["selector"]},xC=new Set(Object.keys(Hm))});function cl(){return r=>{r.walkRules(e=>{let t=new Map,i=new Set([]),n=new Map;e.walkDecls(s=>{if(s.parent===e){if(t.has(s.prop)){if(t.get(s.prop).value===s.value){i.add(t.get(s.prop)),t.set(s.prop,s);return}n.has(s.prop)||n.set(s.prop,new Set),n.get(s.prop).add(t.get(s.prop)),n.get(s.prop).add(s)}t.set(s.prop,s)}});for(let s of i)s.remove();for(let s of n.values()){let a=new Map;for(let o of s){let u=kC(o.value);u!==null&&(a.has(u)||a.set(u,new Set),a.get(u).add(o))}for(let o of a.values()){let u=Array.from(o).slice(0,-1);for(let c of u)c.remove()}}})}}function kC(r){let e=/^-?\d*.?\d+([\w%]+)?$/g.exec(r);return e?e[1]??vC:null}var vC,Qm=S(()=>{l();vC=Symbol("unitless-number")});function SC(r){if(!r.walkAtRules)return;let e=new Set;if(r.walkAtRules("apply",t=>{e.add(t.parent)}),e.size!==0)for(let t of e){let i=[],n=[];for(let s of t.nodes)s.type==="atrule"&&s.name==="apply"?(n.length>0&&(i.push(n),n=[]),i.push([s])):n.push(s);if(n.length>0&&i.push(n),i.length!==1){for(let s of[...i].reverse()){let a=t.clone({nodes:[]});a.append(s),t.after(a)}t.remove()}}}function Zn(){return r=>{SC(r)}}var Jm=S(()=>{l()});function CC(r){return r.type==="root"}function AC(r){return r.type==="atrule"&&r.name==="layer"}function Xm(r){return(e,t)=>{let i=!1;e.walkAtRules("tailwind",n=>{if(i)return!1;if(n.parent&&!(CC(n.parent)||AC(n.parent)))return i=!0,n.warn(t,["Nested @tailwind rules were detected, but are not supported.","Consider using a prefix to scope Tailwind's classes: https://tailwindcss.com/docs/configuration#prefix","Alternatively, use the important selector strategy: https://tailwindcss.com/docs/configuration#selector-strategy"].join(` -`)),!1}),e.walkRules(n=>{if(i)return!1;n.walkRules(s=>(i=!0,s.warn(t,["Nested CSS was detected, but CSS nesting has not been configured correctly.","Please enable a CSS nesting plugin *before* Tailwind in your configuration.","See how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting"].join(` -`)),!1))})}}var Km=S(()=>{l()});function es(r){return async function(e,t){let{tailwindDirectives:i,applyDirectives:n}=Go(e);Xm()(e,t),Zn()(e,t);let s=r({tailwindDirectives:i,applyDirectives:n,registerDependency(a){t.messages.push({plugin:"tailwindcss",parent:t.opts.from,...a})},createContext(a,o){return Mo(a,o,e)}})(e,t);if(s.tailwindConfig.separator==="-")throw new Error("The '-' character cannot be used as a custom separator in JIT mode due to parsing ambiguity. Please use another character like '_' instead.");hf(s.tailwindConfig),await Qo(s)(e,t),Zn()(e,t),Xo(s)(e,t),zm(s)(e,t),Um(s)(e,t),ul(s)(e,t),fl(s)(e,t),cl(s)(e,t)}}var Zm=S(()=>{l();nm();mm();vm();jm();Vm();Gm();Ym();Qm();Jm();Km();li();We()});function eg(r,e){let t=null,i=null;return r.walkAtRules("config",n=>{if(i=n.source?.input.file??e.opts.from??null,i===null)throw n.error("The `@config` directive cannot be used without setting `from` in your PostCSS config.");if(t)throw n.error("Only one `@config` directive is allowed per file.");let s=n.params.match(/(['"])(.*?)\1/);if(!s)throw n.error("A path is required when using the `@config` directive.");let a=s[2];if(ee.isAbsolute(a))throw n.error("The `@config` directive cannot be used with an absolute path.");if(t=ee.resolve(ee.dirname(i),a),!re.existsSync(t))throw n.error(`The config file at "${a}" does not exist. Make sure the path is correct and the file exists.`);n.remove()}),t||null}var tg=S(()=>{l();Ve();St()});var rg=x((I8,pl)=>{l();im();Zm();ut();tg();pl.exports=function(e){return{postcssPlugin:"tailwindcss",plugins:[De.DEBUG&&function(t){return console.log(` -`),console.time("JIT TOTAL"),t},async function(t,i){e=eg(t,i)??e;let n=Wo(e);if(t.type==="document"){let s=t.nodes.filter(a=>a.type==="root");for(let a of s)a.type==="root"&&await es(n)(a,i);return}await es(n)(t,i)},!1,De.DEBUG&&function(t){return console.timeEnd("JIT TOTAL"),console.log(` -`),t}].filter(Boolean)}};pl.exports.postcss=!0});var ng=x((R8,ig)=>{l();ig.exports=rg()});var dl=x((q8,sg)=>{l();sg.exports=()=>["and_chr 114","and_uc 15.5","chrome 114","chrome 113","chrome 109","edge 114","firefox 114","ios_saf 16.5","ios_saf 16.4","ios_saf 16.3","ios_saf 16.1","opera 99","safari 16.5","samsung 21"]});var ts={};_e(ts,{agents:()=>OC,feature:()=>_C});function _C(){return{status:"cr",title:"CSS Feature Queries",stats:{ie:{"6":"n","7":"n","8":"n","9":"n","10":"n","11":"n","5.5":"n"},edge:{"12":"y","13":"y","14":"y","15":"y","16":"y","17":"y","18":"y","79":"y","80":"y","81":"y","83":"y","84":"y","85":"y","86":"y","87":"y","88":"y","89":"y","90":"y","91":"y","92":"y","93":"y","94":"y","95":"y","96":"y","97":"y","98":"y","99":"y","100":"y","101":"y","102":"y","103":"y","104":"y","105":"y","106":"y","107":"y","108":"y","109":"y","110":"y","111":"y","112":"y","113":"y","114":"y"},firefox:{"2":"n","3":"n","4":"n","5":"n","6":"n","7":"n","8":"n","9":"n","10":"n","11":"n","12":"n","13":"n","14":"n","15":"n","16":"n","17":"n","18":"n","19":"n","20":"n","21":"n","22":"y","23":"y","24":"y","25":"y","26":"y","27":"y","28":"y","29":"y","30":"y","31":"y","32":"y","33":"y","34":"y","35":"y","36":"y","37":"y","38":"y","39":"y","40":"y","41":"y","42":"y","43":"y","44":"y","45":"y","46":"y","47":"y","48":"y","49":"y","50":"y","51":"y","52":"y","53":"y","54":"y","55":"y","56":"y","57":"y","58":"y","59":"y","60":"y","61":"y","62":"y","63":"y","64":"y","65":"y","66":"y","67":"y","68":"y","69":"y","70":"y","71":"y","72":"y","73":"y","74":"y","75":"y","76":"y","77":"y","78":"y","79":"y","80":"y","81":"y","82":"y","83":"y","84":"y","85":"y","86":"y","87":"y","88":"y","89":"y","90":"y","91":"y","92":"y","93":"y","94":"y","95":"y","96":"y","97":"y","98":"y","99":"y","100":"y","101":"y","102":"y","103":"y","104":"y","105":"y","106":"y","107":"y","108":"y","109":"y","110":"y","111":"y","112":"y","113":"y","114":"y","115":"y","116":"y","117":"y","3.5":"n","3.6":"n"},chrome:{"4":"n","5":"n","6":"n","7":"n","8":"n","9":"n","10":"n","11":"n","12":"n","13":"n","14":"n","15":"n","16":"n","17":"n","18":"n","19":"n","20":"n","21":"n","22":"n","23":"n","24":"n","25":"n","26":"n","27":"n","28":"y","29":"y","30":"y","31":"y","32":"y","33":"y","34":"y","35":"y","36":"y","37":"y","38":"y","39":"y","40":"y","41":"y","42":"y","43":"y","44":"y","45":"y","46":"y","47":"y","48":"y","49":"y","50":"y","51":"y","52":"y","53":"y","54":"y","55":"y","56":"y","57":"y","58":"y","59":"y","60":"y","61":"y","62":"y","63":"y","64":"y","65":"y","66":"y","67":"y","68":"y","69":"y","70":"y","71":"y","72":"y","73":"y","74":"y","75":"y","76":"y","77":"y","78":"y","79":"y","80":"y","81":"y","83":"y","84":"y","85":"y","86":"y","87":"y","88":"y","89":"y","90":"y","91":"y","92":"y","93":"y","94":"y","95":"y","96":"y","97":"y","98":"y","99":"y","100":"y","101":"y","102":"y","103":"y","104":"y","105":"y","106":"y","107":"y","108":"y","109":"y","110":"y","111":"y","112":"y","113":"y","114":"y","115":"y","116":"y","117":"y"},safari:{"4":"n","5":"n","6":"n","7":"n","8":"n","9":"y","10":"y","11":"y","12":"y","13":"y","14":"y","15":"y","17":"y","9.1":"y","10.1":"y","11.1":"y","12.1":"y","13.1":"y","14.1":"y","15.1":"y","15.2-15.3":"y","15.4":"y","15.5":"y","15.6":"y","16.0":"y","16.1":"y","16.2":"y","16.3":"y","16.4":"y","16.5":"y","16.6":"y",TP:"y","3.1":"n","3.2":"n","5.1":"n","6.1":"n","7.1":"n"},opera:{"9":"n","11":"n","12":"n","15":"y","16":"y","17":"y","18":"y","19":"y","20":"y","21":"y","22":"y","23":"y","24":"y","25":"y","26":"y","27":"y","28":"y","29":"y","30":"y","31":"y","32":"y","33":"y","34":"y","35":"y","36":"y","37":"y","38":"y","39":"y","40":"y","41":"y","42":"y","43":"y","44":"y","45":"y","46":"y","47":"y","48":"y","49":"y","50":"y","51":"y","52":"y","53":"y","54":"y","55":"y","56":"y","57":"y","58":"y","60":"y","62":"y","63":"y","64":"y","65":"y","66":"y","67":"y","68":"y","69":"y","70":"y","71":"y","72":"y","73":"y","74":"y","75":"y","76":"y","77":"y","78":"y","79":"y","80":"y","81":"y","82":"y","83":"y","84":"y","85":"y","86":"y","87":"y","88":"y","89":"y","90":"y","91":"y","92":"y","93":"y","94":"y","95":"y","96":"y","97":"y","98":"y","99":"y","100":"y","12.1":"y","9.5-9.6":"n","10.0-10.1":"n","10.5":"n","10.6":"n","11.1":"n","11.5":"n","11.6":"n"},ios_saf:{"8":"n","17":"y","9.0-9.2":"y","9.3":"y","10.0-10.2":"y","10.3":"y","11.0-11.2":"y","11.3-11.4":"y","12.0-12.1":"y","12.2-12.5":"y","13.0-13.1":"y","13.2":"y","13.3":"y","13.4-13.7":"y","14.0-14.4":"y","14.5-14.8":"y","15.0-15.1":"y","15.2-15.3":"y","15.4":"y","15.5":"y","15.6":"y","16.0":"y","16.1":"y","16.2":"y","16.3":"y","16.4":"y","16.5":"y","16.6":"y","3.2":"n","4.0-4.1":"n","4.2-4.3":"n","5.0-5.1":"n","6.0-6.1":"n","7.0-7.1":"n","8.1-8.4":"n"},op_mini:{all:"y"},android:{"3":"n","4":"n","114":"y","4.4":"y","4.4.3-4.4.4":"y","2.1":"n","2.2":"n","2.3":"n","4.1":"n","4.2-4.3":"n"},bb:{"7":"n","10":"n"},op_mob:{"10":"n","11":"n","12":"n","73":"y","11.1":"n","11.5":"n","12.1":"n"},and_chr:{"114":"y"},and_ff:{"115":"y"},ie_mob:{"10":"n","11":"n"},and_uc:{"15.5":"y"},samsung:{"4":"y","20":"y","21":"y","5.0-5.4":"y","6.2-6.4":"y","7.2-7.4":"y","8.2":"y","9.2":"y","10.1":"y","11.1-11.2":"y","12.0":"y","13.0":"y","14.0":"y","15.0":"y","16.0":"y","17.0":"y","18.0":"y","19.0":"y"},and_qq:{"13.1":"y"},baidu:{"13.18":"y"},kaios:{"2.5":"y","3.0-3.1":"y"}}}}var OC,rs=S(()=>{l();OC={ie:{prefix:"ms"},edge:{prefix:"webkit",prefix_exceptions:{"12":"ms","13":"ms","14":"ms","15":"ms","16":"ms","17":"ms","18":"ms"}},firefox:{prefix:"moz"},chrome:{prefix:"webkit"},safari:{prefix:"webkit"},opera:{prefix:"webkit",prefix_exceptions:{"9":"o","11":"o","12":"o","9.5-9.6":"o","10.0-10.1":"o","10.5":"o","10.6":"o","11.1":"o","11.5":"o","11.6":"o","12.1":"o"}},ios_saf:{prefix:"webkit"},op_mini:{prefix:"o"},android:{prefix:"webkit"},bb:{prefix:"webkit"},op_mob:{prefix:"o",prefix_exceptions:{"73":"webkit"}},and_chr:{prefix:"webkit"},and_ff:{prefix:"moz"},ie_mob:{prefix:"ms"},and_uc:{prefix:"webkit",prefix_exceptions:{"15.5":"webkit"}},samsung:{prefix:"webkit"},and_qq:{prefix:"webkit"},baidu:{prefix:"webkit"},kaios:{prefix:"moz"}}});var ag=x(()=>{l()});var ce=x((M8,dt)=>{l();var{list:hl}=ye();dt.exports.error=function(r){let e=new Error(r);throw e.autoprefixer=!0,e};dt.exports.uniq=function(r){return[...new Set(r)]};dt.exports.removeNote=function(r){return r.includes(" ")?r.split(" ")[0]:r};dt.exports.escapeRegexp=function(r){return r.replace(/[$()*+-.?[\\\]^{|}]/g,"\\$&")};dt.exports.regexp=function(r,e=!0){return e&&(r=this.escapeRegexp(r)),new RegExp(`(^|[\\s,(])(${r}($|[\\s(,]))`,"gi")};dt.exports.editList=function(r,e){let t=hl.comma(r),i=e(t,[]);if(t===i)return r;let n=r.match(/,\s*/);return n=n?n[0]:", ",i.join(n)};dt.exports.splitSelector=function(r){return hl.comma(r).map(e=>hl.space(e).map(t=>t.split(/(?=\.|#)/g)))}});var ht=x((L8,ug)=>{l();var EC=dl(),og=(rs(),ts).agents,TC=ce(),lg=class{static prefixes(){if(this.prefixesCache)return this.prefixesCache;this.prefixesCache=[];for(let e in og)this.prefixesCache.push(`-${og[e].prefix}-`);return this.prefixesCache=TC.uniq(this.prefixesCache).sort((e,t)=>t.length-e.length),this.prefixesCache}static withPrefix(e){return this.prefixesRegexp||(this.prefixesRegexp=new RegExp(this.prefixes().join("|"))),this.prefixesRegexp.test(e)}constructor(e,t,i,n){this.data=e,this.options=i||{},this.browserslistOpts=n||{},this.selected=this.parse(t)}parse(e){let t={};for(let i in this.browserslistOpts)t[i]=this.browserslistOpts[i];return t.path=this.options.from,EC(e,t)}prefix(e){let[t,i]=e.split(" "),n=this.data[t],s=n.prefix_exceptions&&n.prefix_exceptions[i];return s||(s=n.prefix),`-${s}-`}isSelected(e){return this.selected.includes(e)}};ug.exports=lg});var hi=x(($8,fg)=>{l();fg.exports={prefix(r){let e=r.match(/^(-\w+-)/);return e?e[0]:""},unprefixed(r){return r.replace(/^-\w+-/,"")}}});var Kt=x((N8,pg)=>{l();var PC=ht(),cg=hi(),DC=ce();function ml(r,e){let t=new r.constructor;for(let i of Object.keys(r||{})){let n=r[i];i==="parent"&&typeof n=="object"?e&&(t[i]=e):i==="source"||i===null?t[i]=n:Array.isArray(n)?t[i]=n.map(s=>ml(s,t)):i!=="_autoprefixerPrefix"&&i!=="_autoprefixerValues"&&i!=="proxyCache"&&(typeof n=="object"&&n!==null&&(n=ml(n,t)),t[i]=n)}return t}var is=class{static hack(e){return this.hacks||(this.hacks={}),e.names.map(t=>(this.hacks[t]=e,this.hacks[t]))}static load(e,t,i){let n=this.hacks&&this.hacks[e];return n?new n(e,t,i):new this(e,t,i)}static clone(e,t){let i=ml(e);for(let n in t)i[n]=t[n];return i}constructor(e,t,i){this.prefixes=t,this.name=e,this.all=i}parentPrefix(e){let t;return typeof e._autoprefixerPrefix!="undefined"?t=e._autoprefixerPrefix:e.type==="decl"&&e.prop[0]==="-"?t=cg.prefix(e.prop):e.type==="root"?t=!1:e.type==="rule"&&e.selector.includes(":-")&&/:(-\w+-)/.test(e.selector)?t=e.selector.match(/:(-\w+-)/)[1]:e.type==="atrule"&&e.name[0]==="-"?t=cg.prefix(e.name):t=this.parentPrefix(e.parent),PC.prefixes().includes(t)||(t=!1),e._autoprefixerPrefix=t,e._autoprefixerPrefix}process(e,t){if(!this.check(e))return;let i=this.parentPrefix(e),n=this.prefixes.filter(a=>!i||i===DC.removeNote(a)),s=[];for(let a of n)this.add(e,a,s.concat([a]),t)&&s.push(a);return s}clone(e,t){return is.clone(e,t)}};pg.exports=is});var q=x((z8,mg)=>{l();var IC=Kt(),RC=ht(),dg=ce(),hg=class extends IC{check(){return!0}prefixed(e,t){return t+e}normalize(e){return e}otherPrefixes(e,t){for(let i of RC.prefixes())if(i!==t&&e.includes(i))return!0;return!1}set(e,t){return e.prop=this.prefixed(e.prop,t),e}needCascade(e){return e._autoprefixerCascade||(e._autoprefixerCascade=this.all.options.cascade!==!1&&e.raw("before").includes(` -`)),e._autoprefixerCascade}maxPrefixed(e,t){if(t._autoprefixerMax)return t._autoprefixerMax;let i=0;for(let n of e)n=dg.removeNote(n),n.length>i&&(i=n.length);return t._autoprefixerMax=i,t._autoprefixerMax}calcBefore(e,t,i=""){let s=this.maxPrefixed(e,t)-dg.removeNote(i).length,a=t.raw("before");return s>0&&(a+=Array(s).fill(" ").join("")),a}restoreBefore(e){let t=e.raw("before").split(` -`),i=t[t.length-1];this.all.group(e).up(n=>{let s=n.raw("before").split(` -`),a=s[s.length-1];a.lengtha.prop===n.prop&&a.value===n.value)))return this.needCascade(e)&&(n.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,n)}isAlready(e,t){let i=this.all.group(e).up(n=>n.prop===t);return i||(i=this.all.group(e).down(n=>n.prop===t)),i}add(e,t,i,n){let s=this.prefixed(e.prop,t);if(!(this.isAlready(e,s)||this.otherPrefixes(e.value,t)))return this.insert(e,t,i,n)}process(e,t){if(!this.needCascade(e)){super.process(e,t);return}let i=super.process(e,t);!i||!i.length||(this.restoreBefore(e),e.raws.before=this.calcBefore(i,e))}old(e,t){return[this.prefixed(e,t)]}};mg.exports=hg});var yg=x((j8,gg)=>{l();gg.exports=function r(e){return{mul:t=>new r(e*t),div:t=>new r(e/t),simplify:()=>new r(e),toString:()=>e.toString()}}});var xg=x((U8,wg)=>{l();var qC=yg(),FC=Kt(),gl=ce(),BC=/(min|max)-resolution\s*:\s*\d*\.?\d+(dppx|dpcm|dpi|x)/gi,MC=/(min|max)-resolution(\s*:\s*)(\d*\.?\d+)(dppx|dpcm|dpi|x)/i,bg=class extends FC{prefixName(e,t){return e==="-moz-"?t+"--moz-device-pixel-ratio":e+t+"-device-pixel-ratio"}prefixQuery(e,t,i,n,s){return n=new qC(n),s==="dpi"?n=n.div(96):s==="dpcm"&&(n=n.mul(2.54).div(96)),n=n.simplify(),e==="-o-"&&(n=n.n+"/"+n.d),this.prefixName(e,t)+i+n}clean(e){if(!this.bad){this.bad=[];for(let t of this.prefixes)this.bad.push(this.prefixName(t,"min")),this.bad.push(this.prefixName(t,"max"))}e.params=gl.editList(e.params,t=>t.filter(i=>this.bad.every(n=>!i.includes(n))))}process(e){let t=this.parentPrefix(e),i=t?[t]:this.prefixes;e.params=gl.editList(e.params,(n,s)=>{for(let a of n){if(!a.includes("min-resolution")&&!a.includes("max-resolution")){s.push(a);continue}for(let o of i){let u=a.replace(BC,c=>{let f=c.match(MC);return this.prefixQuery(o,f[1],f[2],f[3],f[4])});s.push(u)}s.push(a)}return gl.uniq(s)})}};wg.exports=bg});var kg=x((V8,vg)=>{l();var yl="(".charCodeAt(0),bl=")".charCodeAt(0),ns="'".charCodeAt(0),wl='"'.charCodeAt(0),xl="\\".charCodeAt(0),Zt="/".charCodeAt(0),vl=",".charCodeAt(0),kl=":".charCodeAt(0),ss="*".charCodeAt(0),LC="u".charCodeAt(0),$C="U".charCodeAt(0),NC="+".charCodeAt(0),zC=/^[a-f0-9?-]+$/i;vg.exports=function(r){for(var e=[],t=r,i,n,s,a,o,u,c,f,d=0,p=t.charCodeAt(d),g=t.length,b=[{nodes:e}],v=0,y,w="",k="",C="";d{l();Sg.exports=function r(e,t,i){var n,s,a,o;for(n=0,s=e.length;n{l();function Ag(r,e){var t=r.type,i=r.value,n,s;return e&&(s=e(r))!==void 0?s:t==="word"||t==="space"?i:t==="string"?(n=r.quote||"",n+i+(r.unclosed?"":n)):t==="comment"?"/*"+i+(r.unclosed?"":"*/"):t==="div"?(r.before||"")+i+(r.after||""):Array.isArray(r.nodes)?(n=Og(r.nodes,e),t!=="function"?n:i+"("+(r.before||"")+n+(r.after||"")+(r.unclosed?"":")")):i}function Og(r,e){var t,i;if(Array.isArray(r)){for(t="",i=r.length-1;~i;i-=1)t=Ag(r[i],e)+t;return t}return Ag(r,e)}_g.exports=Og});var Pg=x((H8,Tg)=>{l();var as="-".charCodeAt(0),os="+".charCodeAt(0),Sl=".".charCodeAt(0),jC="e".charCodeAt(0),UC="E".charCodeAt(0);function VC(r){var e=r.charCodeAt(0),t;if(e===os||e===as){if(t=r.charCodeAt(1),t>=48&&t<=57)return!0;var i=r.charCodeAt(2);return t===Sl&&i>=48&&i<=57}return e===Sl?(t=r.charCodeAt(1),t>=48&&t<=57):e>=48&&e<=57}Tg.exports=function(r){var e=0,t=r.length,i,n,s;if(t===0||!VC(r))return!1;for(i=r.charCodeAt(e),(i===os||i===as)&&e++;e57));)e+=1;if(i=r.charCodeAt(e),n=r.charCodeAt(e+1),i===Sl&&n>=48&&n<=57)for(e+=2;e57));)e+=1;if(i=r.charCodeAt(e),n=r.charCodeAt(e+1),s=r.charCodeAt(e+2),(i===jC||i===UC)&&(n>=48&&n<=57||(n===os||n===as)&&s>=48&&s<=57))for(e+=n===os||n===as?3:2;e57));)e+=1;return{number:r.slice(0,e),unit:r.slice(e)}}});var ls=x((Y8,Rg)=>{l();var WC=kg(),Dg=Cg(),Ig=Eg();function mt(r){return this instanceof mt?(this.nodes=WC(r),this):new mt(r)}mt.prototype.toString=function(){return Array.isArray(this.nodes)?Ig(this.nodes):""};mt.prototype.walk=function(r,e){return Dg(this.nodes,r,e),this};mt.unit=Pg();mt.walk=Dg;mt.stringify=Ig;Rg.exports=mt});var Lg=x((Q8,Mg)=>{l();var{list:GC}=ye(),qg=ls(),HC=ht(),Fg=hi(),Bg=class{constructor(e){this.props=["transition","transition-property"],this.prefixes=e}add(e,t){let i,n,s=this.prefixes.add[e.prop],a=this.ruleVendorPrefixes(e),o=a||s&&s.prefixes||[],u=this.parse(e.value),c=u.map(g=>this.findProp(g)),f=[];if(c.some(g=>g[0]==="-"))return;for(let g of u){if(n=this.findProp(g),n[0]==="-")continue;let b=this.prefixes.add[n];if(!(!b||!b.prefixes))for(i of b.prefixes){if(a&&!a.some(y=>i.includes(y)))continue;let v=this.prefixes.prefixed(n,i);v!=="-ms-transform"&&!c.includes(v)&&(this.disabled(n,i)||f.push(this.clone(n,v,g)))}}u=u.concat(f);let d=this.stringify(u),p=this.stringify(this.cleanFromUnprefixed(u,"-webkit-"));if(o.includes("-webkit-")&&this.cloneBefore(e,`-webkit-${e.prop}`,p),this.cloneBefore(e,e.prop,p),o.includes("-o-")){let g=this.stringify(this.cleanFromUnprefixed(u,"-o-"));this.cloneBefore(e,`-o-${e.prop}`,g)}for(i of o)if(i!=="-webkit-"&&i!=="-o-"){let g=this.stringify(this.cleanOtherPrefixes(u,i));this.cloneBefore(e,i+e.prop,g)}d!==e.value&&!this.already(e,e.prop,d)&&(this.checkForWarning(t,e),e.cloneBefore(),e.value=d)}findProp(e){let t=e[0].value;if(/^\d/.test(t)){for(let[i,n]of e.entries())if(i!==0&&n.type==="word")return n.value}return t}already(e,t,i){return e.parent.some(n=>n.prop===t&&n.value===i)}cloneBefore(e,t,i){this.already(e,t,i)||e.cloneBefore({prop:t,value:i})}checkForWarning(e,t){if(t.prop!=="transition-property")return;let i=!1,n=!1;t.parent.each(s=>{if(s.type!=="decl"||s.prop.indexOf("transition-")!==0)return;let a=GC.comma(s.value);if(s.prop==="transition-property"){a.forEach(o=>{let u=this.prefixes.add[o];u&&u.prefixes&&u.prefixes.length>0&&(i=!0)});return}return n=n||a.length>1,!1}),i&&n&&t.warn(e,"Replace transition-property to transition, because Autoprefixer could not support any cases of transition-property and other transition-*")}remove(e){let t=this.parse(e.value);t=t.filter(a=>{let o=this.prefixes.remove[this.findProp(a)];return!o||!o.remove});let i=this.stringify(t);if(e.value===i)return;if(t.length===0){e.remove();return}let n=e.parent.some(a=>a.prop===e.prop&&a.value===i),s=e.parent.some(a=>a!==e&&a.prop===e.prop&&a.value.length>i.length);if(n||s){e.remove();return}e.value=i}parse(e){let t=qg(e),i=[],n=[];for(let s of t.nodes)n.push(s),s.type==="div"&&s.value===","&&(i.push(n),n=[]);return i.push(n),i.filter(s=>s.length>0)}stringify(e){if(e.length===0)return"";let t=[];for(let i of e)i[i.length-1].type!=="div"&&i.push(this.div(e)),t=t.concat(i);return t[0].type==="div"&&(t=t.slice(1)),t[t.length-1].type==="div"&&(t=t.slice(0,-2+1||void 0)),qg.stringify({nodes:t})}clone(e,t,i){let n=[],s=!1;for(let a of i)!s&&a.type==="word"&&a.value===e?(n.push({type:"word",value:t}),s=!0):n.push(a);return n}div(e){for(let t of e)for(let i of t)if(i.type==="div"&&i.value===",")return i;return{type:"div",value:",",after:" "}}cleanOtherPrefixes(e,t){return e.filter(i=>{let n=Fg.prefix(this.findProp(i));return n===""||n===t})}cleanFromUnprefixed(e,t){let i=e.map(s=>this.findProp(s)).filter(s=>s.slice(0,t.length)===t).map(s=>this.prefixes.unprefixed(s)),n=[];for(let s of e){let a=this.findProp(s),o=Fg.prefix(a);!i.includes(a)&&(o===t||o==="")&&n.push(s)}return n}disabled(e,t){let i=["order","justify-content","align-self","align-content"];if(e.includes("flex")||i.includes(e)){if(this.prefixes.options.flexbox===!1)return!0;if(this.prefixes.options.flexbox==="no-2009")return t.includes("2009")}}ruleVendorPrefixes(e){let{parent:t}=e;if(t.type!=="rule")return!1;if(!t.selector.includes(":-"))return!1;let i=HC.prefixes().filter(n=>t.selector.includes(":"+n));return i.length>0?i:!1}};Mg.exports=Bg});var er=x((J8,Ng)=>{l();var YC=ce(),$g=class{constructor(e,t,i,n){this.unprefixed=e,this.prefixed=t,this.string=i||t,this.regexp=n||YC.regexp(t)}check(e){return e.includes(this.string)?!!e.match(this.regexp):!1}};Ng.exports=$g});var Ce=x((X8,jg)=>{l();var QC=Kt(),JC=er(),XC=hi(),KC=ce(),zg=class extends QC{static save(e,t){let i=t.prop,n=[];for(let s in t._autoprefixerValues){let a=t._autoprefixerValues[s];if(a===t.value)continue;let o,u=XC.prefix(i);if(u==="-pie-")continue;if(u===s){o=t.value=a,n.push(o);continue}let c=e.prefixed(i,s),f=t.parent;if(!f.every(b=>b.prop!==c)){n.push(o);continue}let d=a.replace(/\s+/," ");if(f.some(b=>b.prop===t.prop&&b.value.replace(/\s+/," ")===d)){n.push(o);continue}let g=this.clone(t,{value:a});o=t.parent.insertBefore(t,g),n.push(o)}return n}check(e){let t=e.value;return t.includes(this.name)?!!t.match(this.regexp()):!1}regexp(){return this.regexpCache||(this.regexpCache=KC.regexp(this.name))}replace(e,t){return e.replace(this.regexp(),`$1${t}$2`)}value(e){return e.raws.value&&e.raws.value.value===e.value?e.raws.value.raw:e.value}add(e,t){e._autoprefixerValues||(e._autoprefixerValues={});let i=e._autoprefixerValues[t]||this.value(e),n;do if(n=i,i=this.replace(i,t),i===!1)return;while(i!==n);e._autoprefixerValues[t]=i}old(e){return new JC(this.name,e+this.name)}};jg.exports=zg});var gt=x((K8,Ug)=>{l();Ug.exports={}});var Al=x((Z8,Gg)=>{l();var Vg=ls(),ZC=Ce(),eA=gt().insertAreas,tA=/(^|[^-])linear-gradient\(\s*(top|left|right|bottom)/i,rA=/(^|[^-])radial-gradient\(\s*\d+(\w*|%)\s+\d+(\w*|%)\s*,/i,iA=/(!\s*)?autoprefixer:\s*ignore\s+next/i,nA=/(!\s*)?autoprefixer\s*grid:\s*(on|off|(no-)?autoplace)/i,sA=["width","height","min-width","max-width","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size"];function Cl(r){return r.parent.some(e=>e.prop==="grid-template"||e.prop==="grid-template-areas")}function aA(r){let e=r.parent.some(i=>i.prop==="grid-template-rows"),t=r.parent.some(i=>i.prop==="grid-template-columns");return e&&t}var Wg=class{constructor(e){this.prefixes=e}add(e,t){let i=this.prefixes.add["@resolution"],n=this.prefixes.add["@keyframes"],s=this.prefixes.add["@viewport"],a=this.prefixes.add["@supports"];e.walkAtRules(f=>{if(f.name==="keyframes"){if(!this.disabled(f,t))return n&&n.process(f)}else if(f.name==="viewport"){if(!this.disabled(f,t))return s&&s.process(f)}else if(f.name==="supports"){if(this.prefixes.options.supports!==!1&&!this.disabled(f,t))return a.process(f)}else if(f.name==="media"&&f.params.includes("-resolution")&&!this.disabled(f,t))return i&&i.process(f)}),e.walkRules(f=>{if(!this.disabled(f,t))return this.prefixes.add.selectors.map(d=>d.process(f,t))});function o(f){return f.parent.nodes.some(d=>{if(d.type!=="decl")return!1;let p=d.prop==="display"&&/(inline-)?grid/.test(d.value),g=d.prop.startsWith("grid-template"),b=/^grid-([A-z]+-)?gap/.test(d.prop);return p||g||b})}function u(f){return f.parent.some(d=>d.prop==="display"&&/(inline-)?flex/.test(d.value))}let c=this.gridStatus(e,t)&&this.prefixes.add["grid-area"]&&this.prefixes.add["grid-area"].prefixes;return e.walkDecls(f=>{if(this.disabledDecl(f,t))return;let d=f.parent,p=f.prop,g=f.value;if(p==="grid-row-span"){t.warn("grid-row-span is not part of final Grid Layout. Use grid-row.",{node:f});return}else if(p==="grid-column-span"){t.warn("grid-column-span is not part of final Grid Layout. Use grid-column.",{node:f});return}else if(p==="display"&&g==="box"){t.warn("You should write display: flex by final spec instead of display: box",{node:f});return}else if(p==="text-emphasis-position")(g==="under"||g==="over")&&t.warn("You should use 2 values for text-emphasis-position For example, `under left` instead of just `under`.",{node:f});else if(/^(align|justify|place)-(items|content)$/.test(p)&&u(f))(g==="start"||g==="end")&&t.warn(`${g} value has mixed support, consider using flex-${g} instead`,{node:f});else if(p==="text-decoration-skip"&&g==="ink")t.warn("Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed",{node:f});else{if(c&&this.gridStatus(f,t))if(f.value==="subgrid"&&t.warn("IE does not support subgrid",{node:f}),/^(align|justify|place)-items$/.test(p)&&o(f)){let v=p.replace("-items","-self");t.warn(`IE does not support ${p} on grid containers. Try using ${v} on child elements instead: ${f.parent.selector} > * { ${v}: ${f.value} }`,{node:f})}else if(/^(align|justify|place)-content$/.test(p)&&o(f))t.warn(`IE does not support ${f.prop} on grid containers`,{node:f});else if(p==="display"&&f.value==="contents"){t.warn("Please do not use display: contents; if you have grid setting enabled",{node:f});return}else if(f.prop==="grid-gap"){let v=this.gridStatus(f,t);v==="autoplace"&&!aA(f)&&!Cl(f)?t.warn("grid-gap only works if grid-template(-areas) is being used or both rows and columns have been declared and cells have not been manually placed inside the explicit grid",{node:f}):(v===!0||v==="no-autoplace")&&!Cl(f)&&t.warn("grid-gap only works if grid-template(-areas) is being used",{node:f})}else if(p==="grid-auto-columns"){t.warn("grid-auto-columns is not supported by IE",{node:f});return}else if(p==="grid-auto-rows"){t.warn("grid-auto-rows is not supported by IE",{node:f});return}else if(p==="grid-auto-flow"){let v=d.some(w=>w.prop==="grid-template-rows"),y=d.some(w=>w.prop==="grid-template-columns");Cl(f)?t.warn("grid-auto-flow is not supported by IE",{node:f}):g.includes("dense")?t.warn("grid-auto-flow: dense is not supported by IE",{node:f}):!v&&!y&&t.warn("grid-auto-flow works only if grid-template-rows and grid-template-columns are present in the same rule",{node:f});return}else if(g.includes("auto-fit")){t.warn("auto-fit value is not supported by IE",{node:f,word:"auto-fit"});return}else if(g.includes("auto-fill")){t.warn("auto-fill value is not supported by IE",{node:f,word:"auto-fill"});return}else p.startsWith("grid-template")&&g.includes("[")&&t.warn("Autoprefixer currently does not support line names. Try using grid-template-areas instead.",{node:f,word:"["});if(g.includes("radial-gradient"))if(rA.test(f.value))t.warn("Gradient has outdated direction syntax. New syntax is like `closest-side at 0 0` instead of `0 0, closest-side`.",{node:f});else{let v=Vg(g);for(let y of v.nodes)if(y.type==="function"&&y.value==="radial-gradient")for(let w of y.nodes)w.type==="word"&&(w.value==="cover"?t.warn("Gradient has outdated direction syntax. Replace `cover` to `farthest-corner`.",{node:f}):w.value==="contain"&&t.warn("Gradient has outdated direction syntax. Replace `contain` to `closest-side`.",{node:f}))}g.includes("linear-gradient")&&tA.test(g)&&t.warn("Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`.",{node:f})}sA.includes(f.prop)&&(f.value.includes("-fill-available")||(f.value.includes("fill-available")?t.warn("Replace fill-available to stretch, because spec had been changed",{node:f}):f.value.includes("fill")&&Vg(g).nodes.some(y=>y.type==="word"&&y.value==="fill")&&t.warn("Replace fill to stretch, because spec had been changed",{node:f})));let b;if(f.prop==="transition"||f.prop==="transition-property")return this.prefixes.transition.add(f,t);if(f.prop==="align-self"){if(this.displayType(f)!=="grid"&&this.prefixes.options.flexbox!==!1&&(b=this.prefixes.add["align-self"],b&&b.prefixes&&b.process(f)),this.gridStatus(f,t)!==!1&&(b=this.prefixes.add["grid-row-align"],b&&b.prefixes))return b.process(f,t)}else if(f.prop==="justify-self"){if(this.gridStatus(f,t)!==!1&&(b=this.prefixes.add["grid-column-align"],b&&b.prefixes))return b.process(f,t)}else if(f.prop==="place-self"){if(b=this.prefixes.add["place-self"],b&&b.prefixes&&this.gridStatus(f,t)!==!1)return b.process(f,t)}else if(b=this.prefixes.add[f.prop],b&&b.prefixes)return b.process(f,t)}),this.gridStatus(e,t)&&eA(e,this.disabled),e.walkDecls(f=>{if(this.disabledValue(f,t))return;let d=this.prefixes.unprefixed(f.prop),p=this.prefixes.values("add",d);if(Array.isArray(p))for(let g of p)g.process&&g.process(f,t);ZC.save(this.prefixes,f)})}remove(e,t){let i=this.prefixes.remove["@resolution"];e.walkAtRules((n,s)=>{this.prefixes.remove[`@${n.name}`]?this.disabled(n,t)||n.parent.removeChild(s):n.name==="media"&&n.params.includes("-resolution")&&i&&i.clean(n)});for(let n of this.prefixes.remove.selectors)e.walkRules((s,a)=>{n.check(s)&&(this.disabled(s,t)||s.parent.removeChild(a))});return e.walkDecls((n,s)=>{if(this.disabled(n,t))return;let a=n.parent,o=this.prefixes.unprefixed(n.prop);if((n.prop==="transition"||n.prop==="transition-property")&&this.prefixes.transition.remove(n),this.prefixes.remove[n.prop]&&this.prefixes.remove[n.prop].remove){let u=this.prefixes.group(n).down(c=>this.prefixes.normalize(c.prop)===o);if(o==="flex-flow"&&(u=!0),n.prop==="-webkit-box-orient"){let c={"flex-direction":!0,"flex-flow":!0};if(!n.parent.some(f=>c[f.prop]))return}if(u&&!this.withHackValue(n)){n.raw("before").includes(` -`)&&this.reduceSpaces(n),a.removeChild(s);return}}for(let u of this.prefixes.values("remove",o)){if(!u.check||!u.check(n.value))continue;if(o=u.unprefixed,this.prefixes.group(n).down(f=>f.value.includes(o))){a.removeChild(s);return}}})}withHackValue(e){return e.prop==="-webkit-background-clip"&&e.value==="text"}disabledValue(e,t){return this.gridStatus(e,t)===!1&&e.type==="decl"&&e.prop==="display"&&e.value.includes("grid")||this.prefixes.options.flexbox===!1&&e.type==="decl"&&e.prop==="display"&&e.value.includes("flex")||e.type==="decl"&&e.prop==="content"?!0:this.disabled(e,t)}disabledDecl(e,t){if(this.gridStatus(e,t)===!1&&e.type==="decl"&&(e.prop.includes("grid")||e.prop==="justify-items"))return!0;if(this.prefixes.options.flexbox===!1&&e.type==="decl"){let i=["order","justify-content","align-items","align-content"];if(e.prop.includes("flex")||i.includes(e.prop))return!0}return this.disabled(e,t)}disabled(e,t){if(!e)return!1;if(e._autoprefixerDisabled!==void 0)return e._autoprefixerDisabled;if(e.parent){let n=e.prev();if(n&&n.type==="comment"&&iA.test(n.text))return e._autoprefixerDisabled=!0,e._autoprefixerSelfDisabled=!0,!0}let i=null;if(e.nodes){let n;e.each(s=>{s.type==="comment"&&/(!\s*)?autoprefixer:\s*(off|on)/i.test(s.text)&&(typeof n!="undefined"?t.warn("Second Autoprefixer control comment was ignored. Autoprefixer applies control comment to whole block, not to next rules.",{node:s}):n=/on/i.test(s.text))}),n!==void 0&&(i=!n)}if(!e.nodes||i===null)if(e.parent){let n=this.disabled(e.parent,t);e.parent._autoprefixerSelfDisabled===!0?i=!1:i=n}else i=!1;return e._autoprefixerDisabled=i,i}reduceSpaces(e){let t=!1;if(this.prefixes.group(e).up(()=>(t=!0,!0)),t)return;let i=e.raw("before").split(` -`),n=i[i.length-1].length,s=!1;this.prefixes.group(e).down(a=>{i=a.raw("before").split(` -`);let o=i.length-1;i[o].length>n&&(s===!1&&(s=i[o].length-n),i[o]=i[o].slice(0,-s),a.raws.before=i.join(` -`))})}displayType(e){for(let t of e.parent.nodes)if(t.prop==="display"){if(t.value.includes("flex"))return"flex";if(t.value.includes("grid"))return"grid"}return!1}gridStatus(e,t){if(!e)return!1;if(e._autoprefixerGridStatus!==void 0)return e._autoprefixerGridStatus;let i=null;if(e.nodes){let n;e.each(s=>{if(s.type==="comment"&&nA.test(s.text)){let a=/:\s*autoplace/i.test(s.text),o=/no-autoplace/i.test(s.text);typeof n!="undefined"?t.warn("Second Autoprefixer grid control comment was ignored. Autoprefixer applies control comments to the whole block, not to the next rules.",{node:s}):a?n="autoplace":o?n=!0:n=/on/i.test(s.text)}}),n!==void 0&&(i=n)}if(e.type==="atrule"&&e.name==="supports"){let n=e.params;n.includes("grid")&&n.includes("auto")&&(i=!1)}if(!e.nodes||i===null)if(e.parent){let n=this.gridStatus(e.parent,t);e.parent._autoprefixerSelfDisabled===!0?i=!1:i=n}else typeof this.prefixes.options.grid!="undefined"?i=this.prefixes.options.grid:typeof h.env.AUTOPREFIXER_GRID!="undefined"?h.env.AUTOPREFIXER_GRID==="autoplace"?i="autoplace":i=!0:i=!1;return e._autoprefixerGridStatus=i,i}};Gg.exports=Wg});var Yg=x((eI,Hg)=>{l();Hg.exports={A:{A:{"2":"K E F G A B JC"},B:{"1":"C L M H N D O P Q R S T U V W X Y Z a b c d e f g h i j n o p q r s t u v w x y z I"},C:{"1":"2 3 4 5 6 7 8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB 0B dB 1B eB fB gB hB iB jB kB lB mB nB oB m pB qB rB sB tB P Q R 2B S T U V W X Y Z a b c d e f g h i j n o p q r s t u v w x y z I uB 3B 4B","2":"0 1 KC zB J K E F G A B C L M H N D O k l LC MC"},D:{"1":"8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB 0B dB 1B eB fB gB hB iB jB kB lB mB nB oB m pB qB rB sB tB P Q R S T U V W X Y Z a b c d e f g h i j n o p q r s t u v w x y z I uB 3B 4B","2":"0 1 2 3 4 5 6 7 J K E F G A B C L M H N D O k l"},E:{"1":"G A B C L M H D RC 6B vB wB 7B SC TC 8B 9B xB AC yB BC CC DC EC FC GC UC","2":"0 J K E F NC 5B OC PC QC"},F:{"1":"1 2 3 4 5 6 7 8 9 H N D O k l AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB m pB qB rB sB tB P Q R 2B S T U V W X Y Z a b c d e f g h i j wB","2":"G B C VC WC XC YC vB HC ZC"},G:{"1":"D fC gC hC iC jC kC lC mC nC oC pC qC rC sC tC 8B 9B xB AC yB BC CC DC EC FC GC","2":"F 5B aC IC bC cC dC eC"},H:{"1":"uC"},I:{"1":"I zC 0C","2":"zB J vC wC xC yC IC"},J:{"2":"E A"},K:{"1":"m","2":"A B C vB HC wB"},L:{"1":"I"},M:{"1":"uB"},N:{"2":"A B"},O:{"1":"xB"},P:{"1":"J k l 1C 2C 3C 4C 5C 6B 6C 7C 8C 9C AD yB BD CD DD"},Q:{"1":"7B"},R:{"1":"ED"},S:{"1":"FD GD"}},B:4,C:"CSS Feature Queries"}});var Kg=x((tI,Xg)=>{l();function Qg(r){return r[r.length-1]}var Jg={parse(r){let e=[""],t=[e];for(let i of r){if(i==="("){e=[""],Qg(t).push(e),t.push(e);continue}if(i===")"){t.pop(),e=Qg(t),e.push("");continue}e[e.length-1]+=i}return t[0]},stringify(r){let e="";for(let t of r){if(typeof t=="object"){e+=`(${Jg.stringify(t)})`;continue}e+=t}return e}};Xg.exports=Jg});var i0=x((rI,r0)=>{l();var oA=Yg(),{feature:lA}=(rs(),ts),{parse:uA}=ye(),fA=ht(),Ol=Kg(),cA=Ce(),pA=ce(),Zg=lA(oA),e0=[];for(let r in Zg.stats){let e=Zg.stats[r];for(let t in e){let i=e[t];/y/.test(i)&&e0.push(r+" "+t)}}var t0=class{constructor(e,t){this.Prefixes=e,this.all=t}prefixer(){if(this.prefixerCache)return this.prefixerCache;let e=this.all.browsers.selected.filter(i=>e0.includes(i)),t=new fA(this.all.browsers.data,e,this.all.options);return this.prefixerCache=new this.Prefixes(this.all.data,t,this.all.options),this.prefixerCache}parse(e){let t=e.split(":"),i=t[0],n=t[1];return n||(n=""),[i.trim(),n.trim()]}virtual(e){let[t,i]=this.parse(e),n=uA("a{}").first;return n.append({prop:t,value:i,raws:{before:""}}),n}prefixed(e){let t=this.virtual(e);if(this.disabled(t.first))return t.nodes;let i={warn:()=>null},n=this.prefixer().add[t.first.prop];n&&n.process&&n.process(t.first,i);for(let s of t.nodes){for(let a of this.prefixer().values("add",t.first.prop))a.process(s);cA.save(this.all,s)}return t.nodes}isNot(e){return typeof e=="string"&&/not\s*/i.test(e)}isOr(e){return typeof e=="string"&&/\s*or\s*/i.test(e)}isProp(e){return typeof e=="object"&&e.length===1&&typeof e[0]=="string"}isHack(e,t){return!new RegExp(`(\\(|\\s)${pA.escapeRegexp(t)}:`).test(e)}toRemove(e,t){let[i,n]=this.parse(e),s=this.all.unprefixed(i),a=this.all.cleaner();if(a.remove[i]&&a.remove[i].remove&&!this.isHack(t,s))return!0;for(let o of a.values("remove",s))if(o.check(n))return!0;return!1}remove(e,t){let i=0;for(;itypeof t!="object"?t:t.length===1&&typeof t[0]=="object"?this.cleanBrackets(t[0]):this.cleanBrackets(t))}convert(e){let t=[""];for(let i of e)t.push([`${i.prop}: ${i.value}`]),t.push(" or ");return t[t.length-1]="",t}normalize(e){if(typeof e!="object")return e;if(e=e.filter(t=>t!==""),typeof e[0]=="string"){let t=e[0].trim();if(t.includes(":")||t==="selector"||t==="not selector")return[Ol.stringify(e)]}return e.map(t=>this.normalize(t))}add(e,t){return e.map(i=>{if(this.isProp(i)){let n=this.prefixed(i[0]);return n.length>1?this.convert(n):i}return typeof i=="object"?this.add(i,t):i})}process(e){let t=Ol.parse(e.params);t=this.normalize(t),t=this.remove(t,e.params),t=this.add(t,e.params),t=this.cleanBrackets(t),e.params=Ol.stringify(t)}disabled(e){if(!this.all.options.grid&&(e.prop==="display"&&e.value.includes("grid")||e.prop.includes("grid")||e.prop==="justify-items"))return!0;if(this.all.options.flexbox===!1){if(e.prop==="display"&&e.value.includes("flex"))return!0;let t=["order","justify-content","align-items","align-content"];if(e.prop.includes("flex")||t.includes(e.prop))return!0}return!1}};r0.exports=t0});var a0=x((iI,s0)=>{l();var n0=class{constructor(e,t){this.prefix=t,this.prefixed=e.prefixed(this.prefix),this.regexp=e.regexp(this.prefix),this.prefixeds=e.possible().map(i=>[e.prefixed(i),e.regexp(i)]),this.unprefixed=e.name,this.nameRegexp=e.regexp()}isHack(e){let t=e.parent.index(e)+1,i=e.parent.nodes;for(;t{l();var{list:dA}=ye(),hA=a0(),mA=Kt(),gA=ht(),yA=ce(),o0=class extends mA{constructor(e,t,i){super(e,t,i);this.regexpCache=new Map}check(e){return e.selector.includes(this.name)?!!e.selector.match(this.regexp()):!1}prefixed(e){return this.name.replace(/^(\W*)/,`$1${e}`)}regexp(e){if(!this.regexpCache.has(e)){let t=e?this.prefixed(e):this.name;this.regexpCache.set(e,new RegExp(`(^|[^:"'=])${yA.escapeRegexp(t)}`,"gi"))}return this.regexpCache.get(e)}possible(){return gA.prefixes()}prefixeds(e){if(e._autoprefixerPrefixeds){if(e._autoprefixerPrefixeds[this.name])return e._autoprefixerPrefixeds}else e._autoprefixerPrefixeds={};let t={};if(e.selector.includes(",")){let n=dA.comma(e.selector).filter(s=>s.includes(this.name));for(let s of this.possible())t[s]=n.map(a=>this.replace(a,s)).join(", ")}else for(let i of this.possible())t[i]=this.replace(e.selector,i);return e._autoprefixerPrefixeds[this.name]=t,e._autoprefixerPrefixeds}already(e,t,i){let n=e.parent.index(e)-1;for(;n>=0;){let s=e.parent.nodes[n];if(s.type!=="rule")return!1;let a=!1;for(let o in t[this.name]){let u=t[this.name][o];if(s.selector===u){if(i===o)return!0;a=!0;break}}if(!a)return!1;n-=1}return!1}replace(e,t){return e.replace(this.regexp(),`$1${this.prefixed(t)}`)}add(e,t){let i=this.prefixeds(e);if(this.already(e,i,t))return;let n=this.clone(e,{selector:i[this.name][t]});e.parent.insertBefore(e,n)}old(e){return new hA(this,e)}};l0.exports=o0});var c0=x((sI,f0)=>{l();var bA=Kt(),u0=class extends bA{add(e,t){let i=t+e.name;if(e.parent.some(a=>a.name===i&&a.params===e.params))return;let s=this.clone(e,{name:i});return e.parent.insertBefore(e,s)}process(e){let t=this.parentPrefix(e);for(let i of this.prefixes)(!t||t===i)&&this.add(e,i)}};f0.exports=u0});var d0=x((aI,p0)=>{l();var wA=tr(),_l=class extends wA{prefixed(e){return e==="-webkit-"?":-webkit-full-screen":e==="-moz-"?":-moz-full-screen":`:${e}fullscreen`}};_l.names=[":fullscreen"];p0.exports=_l});var m0=x((oI,h0)=>{l();var xA=tr(),El=class extends xA{possible(){return super.possible().concat(["-moz- old","-ms- old"])}prefixed(e){return e==="-webkit-"?"::-webkit-input-placeholder":e==="-ms-"?"::-ms-input-placeholder":e==="-ms- old"?":-ms-input-placeholder":e==="-moz- old"?":-moz-placeholder":`::${e}placeholder`}};El.names=["::placeholder"];h0.exports=El});var y0=x((lI,g0)=>{l();var vA=tr(),Tl=class extends vA{prefixed(e){return e==="-ms-"?":-ms-input-placeholder":`:${e}placeholder-shown`}};Tl.names=[":placeholder-shown"];g0.exports=Tl});var w0=x((uI,b0)=>{l();var kA=tr(),SA=ce(),Pl=class extends kA{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=SA.uniq(this.prefixes.map(n=>"-webkit-")))}prefixed(e){return e==="-webkit-"?"::-webkit-file-upload-button":`::${e}file-selector-button`}};Pl.names=["::file-selector-button"];b0.exports=Pl});var me=x((fI,x0)=>{l();x0.exports=function(r){let e;return r==="-webkit- 2009"||r==="-moz-"?e=2009:r==="-ms-"?e=2012:r==="-webkit-"&&(e="final"),r==="-webkit- 2009"&&(r="-webkit-"),[e,r]}});var C0=x((cI,S0)=>{l();var v0=ye().list,k0=me(),CA=q(),rr=class extends CA{prefixed(e,t){let i;return[i,t]=k0(t),i===2009?t+"box-flex":super.prefixed(e,t)}normalize(){return"flex"}set(e,t){let i=k0(t)[0];if(i===2009)return e.value=v0.space(e.value)[0],e.value=rr.oldValues[e.value]||e.value,super.set(e,t);if(i===2012){let n=v0.space(e.value);n.length===3&&n[2]==="0"&&(e.value=n.slice(0,2).concat("0px").join(" "))}return super.set(e,t)}};rr.names=["flex","box-flex"];rr.oldValues={auto:"1",none:"0"};S0.exports=rr});var _0=x((pI,O0)=>{l();var A0=me(),AA=q(),Dl=class extends AA{prefixed(e,t){let i;return[i,t]=A0(t),i===2009?t+"box-ordinal-group":i===2012?t+"flex-order":super.prefixed(e,t)}normalize(){return"order"}set(e,t){return A0(t)[0]===2009&&/\d/.test(e.value)?(e.value=(parseInt(e.value)+1).toString(),super.set(e,t)):super.set(e,t)}};Dl.names=["order","flex-order","box-ordinal-group"];O0.exports=Dl});var T0=x((dI,E0)=>{l();var OA=q(),Il=class extends OA{check(e){let t=e.value;return!t.toLowerCase().includes("alpha(")&&!t.includes("DXImageTransform.Microsoft")&&!t.includes("data:image/svg+xml")}};Il.names=["filter"];E0.exports=Il});var D0=x((hI,P0)=>{l();var _A=q(),Rl=class extends _A{insert(e,t,i,n){if(t!=="-ms-")return super.insert(e,t,i);let s=this.clone(e),a=e.prop.replace(/end$/,"start"),o=t+e.prop.replace(/end$/,"span");if(!e.parent.some(u=>u.prop===o)){if(s.prop=o,e.value.includes("span"))s.value=e.value.replace(/span\s/i,"");else{let u;if(e.parent.walkDecls(a,c=>{u=c}),u){let c=Number(e.value)-Number(u.value)+"";s.value=c}else e.warn(n,`Can not prefix ${e.prop} (${a} is not found)`)}e.cloneBefore(s)}}};Rl.names=["grid-row-end","grid-column-end"];P0.exports=Rl});var R0=x((mI,I0)=>{l();var EA=q(),ql=class extends EA{check(e){return!e.value.split(/\s+/).some(t=>{let i=t.toLowerCase();return i==="reverse"||i==="alternate-reverse"})}};ql.names=["animation","animation-direction"];I0.exports=ql});var F0=x((gI,q0)=>{l();var TA=me(),PA=q(),Fl=class extends PA{insert(e,t,i){let n;if([n,t]=TA(t),n!==2009)return super.insert(e,t,i);let s=e.value.split(/\s+/).filter(d=>d!=="wrap"&&d!=="nowrap"&&"wrap-reverse");if(s.length===0||e.parent.some(d=>d.prop===t+"box-orient"||d.prop===t+"box-direction"))return;let o=s[0],u=o.includes("row")?"horizontal":"vertical",c=o.includes("reverse")?"reverse":"normal",f=this.clone(e);return f.prop=t+"box-orient",f.value=u,this.needCascade(e)&&(f.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,f),f=this.clone(e),f.prop=t+"box-direction",f.value=c,this.needCascade(e)&&(f.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,f)}};Fl.names=["flex-flow","box-direction","box-orient"];q0.exports=Fl});var M0=x((yI,B0)=>{l();var DA=me(),IA=q(),Bl=class extends IA{normalize(){return"flex"}prefixed(e,t){let i;return[i,t]=DA(t),i===2009?t+"box-flex":i===2012?t+"flex-positive":super.prefixed(e,t)}};Bl.names=["flex-grow","flex-positive"];B0.exports=Bl});var $0=x((bI,L0)=>{l();var RA=me(),qA=q(),Ml=class extends qA{set(e,t){if(RA(t)[0]!==2009)return super.set(e,t)}};Ml.names=["flex-wrap"];L0.exports=Ml});var z0=x((wI,N0)=>{l();var FA=q(),ir=gt(),Ll=class extends FA{insert(e,t,i,n){if(t!=="-ms-")return super.insert(e,t,i);let s=ir.parse(e),[a,o]=ir.translate(s,0,2),[u,c]=ir.translate(s,1,3);[["grid-row",a],["grid-row-span",o],["grid-column",u],["grid-column-span",c]].forEach(([f,d])=>{ir.insertDecl(e,f,d)}),ir.warnTemplateSelectorNotFound(e,n),ir.warnIfGridRowColumnExists(e,n)}};Ll.names=["grid-area"];N0.exports=Ll});var U0=x((xI,j0)=>{l();var BA=q(),mi=gt(),$l=class extends BA{insert(e,t,i){if(t!=="-ms-")return super.insert(e,t,i);if(e.parent.some(a=>a.prop==="-ms-grid-row-align"))return;let[[n,s]]=mi.parse(e);s?(mi.insertDecl(e,"grid-row-align",n),mi.insertDecl(e,"grid-column-align",s)):(mi.insertDecl(e,"grid-row-align",n),mi.insertDecl(e,"grid-column-align",n))}};$l.names=["place-self"];j0.exports=$l});var W0=x((vI,V0)=>{l();var MA=q(),Nl=class extends MA{check(e){let t=e.value;return!t.includes("/")||t.includes("span")}normalize(e){return e.replace("-start","")}prefixed(e,t){let i=super.prefixed(e,t);return t==="-ms-"&&(i=i.replace("-start","")),i}};Nl.names=["grid-row-start","grid-column-start"];V0.exports=Nl});var Y0=x((kI,H0)=>{l();var G0=me(),LA=q(),nr=class extends LA{check(e){return e.parent&&!e.parent.some(t=>t.prop&&t.prop.startsWith("grid-"))}prefixed(e,t){let i;return[i,t]=G0(t),i===2012?t+"flex-item-align":super.prefixed(e,t)}normalize(){return"align-self"}set(e,t){let i=G0(t)[0];if(i===2012)return e.value=nr.oldValues[e.value]||e.value,super.set(e,t);if(i==="final")return super.set(e,t)}};nr.names=["align-self","flex-item-align"];nr.oldValues={"flex-end":"end","flex-start":"start"};H0.exports=nr});var J0=x((SI,Q0)=>{l();var $A=q(),NA=ce(),zl=class extends $A{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=NA.uniq(this.prefixes.map(n=>n==="-ms-"?"-webkit-":n)))}};zl.names=["appearance"];Q0.exports=zl});var Z0=x((CI,K0)=>{l();var X0=me(),zA=q(),jl=class extends zA{normalize(){return"flex-basis"}prefixed(e,t){let i;return[i,t]=X0(t),i===2012?t+"flex-preferred-size":super.prefixed(e,t)}set(e,t){let i;if([i,t]=X0(t),i===2012||i==="final")return super.set(e,t)}};jl.names=["flex-basis","flex-preferred-size"];K0.exports=jl});var ty=x((AI,ey)=>{l();var jA=q(),Ul=class extends jA{normalize(){return this.name.replace("box-image","border")}prefixed(e,t){let i=super.prefixed(e,t);return t==="-webkit-"&&(i=i.replace("border","box-image")),i}};Ul.names=["mask-border","mask-border-source","mask-border-slice","mask-border-width","mask-border-outset","mask-border-repeat","mask-box-image","mask-box-image-source","mask-box-image-slice","mask-box-image-width","mask-box-image-outset","mask-box-image-repeat"];ey.exports=Ul});var iy=x((OI,ry)=>{l();var UA=q(),$e=class extends UA{insert(e,t,i){let n=e.prop==="mask-composite",s;n?s=e.value.split(","):s=e.value.match($e.regexp)||[],s=s.map(c=>c.trim()).filter(c=>c);let a=s.length,o;if(a&&(o=this.clone(e),o.value=s.map(c=>$e.oldValues[c]||c).join(", "),s.includes("intersect")&&(o.value+=", xor"),o.prop=t+"mask-composite"),n)return a?(this.needCascade(e)&&(o.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,o)):void 0;let u=this.clone(e);return u.prop=t+u.prop,a&&(u.value=u.value.replace($e.regexp,"")),this.needCascade(e)&&(u.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,u),a?(this.needCascade(e)&&(o.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,o)):e}};$e.names=["mask","mask-composite"];$e.oldValues={add:"source-over",subtract:"source-out",intersect:"source-in",exclude:"xor"};$e.regexp=new RegExp(`\\s+(${Object.keys($e.oldValues).join("|")})\\b(?!\\))\\s*(?=[,])`,"ig");ry.exports=$e});var ay=x((_I,sy)=>{l();var ny=me(),VA=q(),sr=class extends VA{prefixed(e,t){let i;return[i,t]=ny(t),i===2009?t+"box-align":i===2012?t+"flex-align":super.prefixed(e,t)}normalize(){return"align-items"}set(e,t){let i=ny(t)[0];return(i===2009||i===2012)&&(e.value=sr.oldValues[e.value]||e.value),super.set(e,t)}};sr.names=["align-items","flex-align","box-align"];sr.oldValues={"flex-end":"end","flex-start":"start"};sy.exports=sr});var ly=x((EI,oy)=>{l();var WA=q(),Vl=class extends WA{set(e,t){return t==="-ms-"&&e.value==="contain"&&(e.value="element"),super.set(e,t)}insert(e,t,i){if(!(e.value==="all"&&t==="-ms-"))return super.insert(e,t,i)}};Vl.names=["user-select"];oy.exports=Vl});var cy=x((TI,fy)=>{l();var uy=me(),GA=q(),Wl=class extends GA{normalize(){return"flex-shrink"}prefixed(e,t){let i;return[i,t]=uy(t),i===2012?t+"flex-negative":super.prefixed(e,t)}set(e,t){let i;if([i,t]=uy(t),i===2012||i==="final")return super.set(e,t)}};Wl.names=["flex-shrink","flex-negative"];fy.exports=Wl});var dy=x((PI,py)=>{l();var HA=q(),Gl=class extends HA{prefixed(e,t){return`${t}column-${e}`}normalize(e){return e.includes("inside")?"break-inside":e.includes("before")?"break-before":"break-after"}set(e,t){return(e.prop==="break-inside"&&e.value==="avoid-column"||e.value==="avoid-page")&&(e.value="avoid"),super.set(e,t)}insert(e,t,i){if(e.prop!=="break-inside")return super.insert(e,t,i);if(!(/region/i.test(e.value)||/page/i.test(e.value)))return super.insert(e,t,i)}};Gl.names=["break-inside","page-break-inside","column-break-inside","break-before","page-break-before","column-break-before","break-after","page-break-after","column-break-after"];py.exports=Gl});var my=x((DI,hy)=>{l();var YA=q(),Hl=class extends YA{prefixed(e,t){return t+"print-color-adjust"}normalize(){return"color-adjust"}};Hl.names=["color-adjust","print-color-adjust"];hy.exports=Hl});var yy=x((II,gy)=>{l();var QA=q(),ar=class extends QA{insert(e,t,i){if(t==="-ms-"){let n=this.set(this.clone(e),t);this.needCascade(e)&&(n.raws.before=this.calcBefore(i,e,t));let s="ltr";return e.parent.nodes.forEach(a=>{a.prop==="direction"&&(a.value==="rtl"||a.value==="ltr")&&(s=a.value)}),n.value=ar.msValues[s][e.value]||e.value,e.parent.insertBefore(e,n)}return super.insert(e,t,i)}};ar.names=["writing-mode"];ar.msValues={ltr:{"horizontal-tb":"lr-tb","vertical-rl":"tb-rl","vertical-lr":"tb-lr"},rtl:{"horizontal-tb":"rl-tb","vertical-rl":"bt-rl","vertical-lr":"bt-lr"}};gy.exports=ar});var wy=x((RI,by)=>{l();var JA=q(),Yl=class extends JA{set(e,t){return e.value=e.value.replace(/\s+fill(\s)/,"$1"),super.set(e,t)}};Yl.names=["border-image"];by.exports=Yl});var ky=x((qI,vy)=>{l();var xy=me(),XA=q(),or=class extends XA{prefixed(e,t){let i;return[i,t]=xy(t),i===2012?t+"flex-line-pack":super.prefixed(e,t)}normalize(){return"align-content"}set(e,t){let i=xy(t)[0];if(i===2012)return e.value=or.oldValues[e.value]||e.value,super.set(e,t);if(i==="final")return super.set(e,t)}};or.names=["align-content","flex-line-pack"];or.oldValues={"flex-end":"end","flex-start":"start","space-between":"justify","space-around":"distribute"};vy.exports=or});var Cy=x((FI,Sy)=>{l();var KA=q(),Ae=class extends KA{prefixed(e,t){return t==="-moz-"?t+(Ae.toMozilla[e]||e):super.prefixed(e,t)}normalize(e){return Ae.toNormal[e]||e}};Ae.names=["border-radius"];Ae.toMozilla={};Ae.toNormal={};for(let r of["top","bottom"])for(let e of["left","right"]){let t=`border-${r}-${e}-radius`,i=`border-radius-${r}${e}`;Ae.names.push(t),Ae.names.push(i),Ae.toMozilla[t]=i,Ae.toNormal[i]=t}Sy.exports=Ae});var Oy=x((BI,Ay)=>{l();var ZA=q(),Ql=class extends ZA{prefixed(e,t){return e.includes("-start")?t+e.replace("-block-start","-before"):t+e.replace("-block-end","-after")}normalize(e){return e.includes("-before")?e.replace("-before","-block-start"):e.replace("-after","-block-end")}};Ql.names=["border-block-start","border-block-end","margin-block-start","margin-block-end","padding-block-start","padding-block-end","border-before","border-after","margin-before","margin-after","padding-before","padding-after"];Ay.exports=Ql});var Ey=x((MI,_y)=>{l();var e6=q(),{parseTemplate:t6,warnMissedAreas:r6,getGridGap:i6,warnGridGap:n6,inheritGridGap:s6}=gt(),Jl=class extends e6{insert(e,t,i,n){if(t!=="-ms-")return super.insert(e,t,i);if(e.parent.some(g=>g.prop==="-ms-grid-rows"))return;let s=i6(e),a=s6(e,s),{rows:o,columns:u,areas:c}=t6({decl:e,gap:a||s}),f=Object.keys(c).length>0,d=Boolean(o),p=Boolean(u);return n6({gap:s,hasColumns:p,decl:e,result:n}),r6(c,e,n),(d&&p||f)&&e.cloneBefore({prop:"-ms-grid-rows",value:o,raws:{}}),p&&e.cloneBefore({prop:"-ms-grid-columns",value:u,raws:{}}),e}};Jl.names=["grid-template"];_y.exports=Jl});var Py=x((LI,Ty)=>{l();var a6=q(),Xl=class extends a6{prefixed(e,t){return t+e.replace("-inline","")}normalize(e){return e.replace(/(margin|padding|border)-(start|end)/,"$1-inline-$2")}};Xl.names=["border-inline-start","border-inline-end","margin-inline-start","margin-inline-end","padding-inline-start","padding-inline-end","border-start","border-end","margin-start","margin-end","padding-start","padding-end"];Ty.exports=Xl});var Iy=x(($I,Dy)=>{l();var o6=q(),Kl=class extends o6{check(e){return!e.value.includes("flex-")&&e.value!=="baseline"}prefixed(e,t){return t+"grid-row-align"}normalize(){return"align-self"}};Kl.names=["grid-row-align"];Dy.exports=Kl});var qy=x((NI,Ry)=>{l();var l6=q(),lr=class extends l6{keyframeParents(e){let{parent:t}=e;for(;t;){if(t.type==="atrule"&&t.name==="keyframes")return!0;({parent:t}=t)}return!1}contain3d(e){if(e.prop==="transform-origin")return!1;for(let t of lr.functions3d)if(e.value.includes(`${t}(`))return!0;return!1}set(e,t){return e=super.set(e,t),t==="-ms-"&&(e.value=e.value.replace(/rotatez/gi,"rotate")),e}insert(e,t,i){if(t==="-ms-"){if(!this.contain3d(e)&&!this.keyframeParents(e))return super.insert(e,t,i)}else if(t==="-o-"){if(!this.contain3d(e))return super.insert(e,t,i)}else return super.insert(e,t,i)}};lr.names=["transform","transform-origin"];lr.functions3d=["matrix3d","translate3d","translateZ","scale3d","scaleZ","rotate3d","rotateX","rotateY","perspective"];Ry.exports=lr});var My=x((zI,By)=>{l();var Fy=me(),u6=q(),Zl=class extends u6{normalize(){return"flex-direction"}insert(e,t,i){let n;if([n,t]=Fy(t),n!==2009)return super.insert(e,t,i);if(e.parent.some(f=>f.prop===t+"box-orient"||f.prop===t+"box-direction"))return;let a=e.value,o,u;a==="inherit"||a==="initial"||a==="unset"?(o=a,u=a):(o=a.includes("row")?"horizontal":"vertical",u=a.includes("reverse")?"reverse":"normal");let c=this.clone(e);return c.prop=t+"box-orient",c.value=o,this.needCascade(e)&&(c.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,c),c=this.clone(e),c.prop=t+"box-direction",c.value=u,this.needCascade(e)&&(c.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,c)}old(e,t){let i;return[i,t]=Fy(t),i===2009?[t+"box-orient",t+"box-direction"]:super.old(e,t)}};Zl.names=["flex-direction","box-direction","box-orient"];By.exports=Zl});var $y=x((jI,Ly)=>{l();var f6=q(),eu=class extends f6{check(e){return e.value==="pixelated"}prefixed(e,t){return t==="-ms-"?"-ms-interpolation-mode":super.prefixed(e,t)}set(e,t){return t!=="-ms-"?super.set(e,t):(e.prop="-ms-interpolation-mode",e.value="nearest-neighbor",e)}normalize(){return"image-rendering"}process(e,t){return super.process(e,t)}};eu.names=["image-rendering","interpolation-mode"];Ly.exports=eu});var zy=x((UI,Ny)=>{l();var c6=q(),p6=ce(),tu=class extends c6{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=p6.uniq(this.prefixes.map(n=>n==="-ms-"?"-webkit-":n)))}};tu.names=["backdrop-filter"];Ny.exports=tu});var Uy=x((VI,jy)=>{l();var d6=q(),h6=ce(),ru=class extends d6{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=h6.uniq(this.prefixes.map(n=>n==="-ms-"?"-webkit-":n)))}check(e){return e.value.toLowerCase()==="text"}};ru.names=["background-clip"];jy.exports=ru});var Wy=x((WI,Vy)=>{l();var m6=q(),g6=["none","underline","overline","line-through","blink","inherit","initial","unset"],iu=class extends m6{check(e){return e.value.split(/\s+/).some(t=>!g6.includes(t))}};iu.names=["text-decoration"];Vy.exports=iu});var Yy=x((GI,Hy)=>{l();var Gy=me(),y6=q(),ur=class extends y6{prefixed(e,t){let i;return[i,t]=Gy(t),i===2009?t+"box-pack":i===2012?t+"flex-pack":super.prefixed(e,t)}normalize(){return"justify-content"}set(e,t){let i=Gy(t)[0];if(i===2009||i===2012){let n=ur.oldValues[e.value]||e.value;if(e.value=n,i!==2009||n!=="distribute")return super.set(e,t)}else if(i==="final")return super.set(e,t)}};ur.names=["justify-content","flex-pack","box-pack"];ur.oldValues={"flex-end":"end","flex-start":"start","space-between":"justify","space-around":"distribute"};Hy.exports=ur});var Jy=x((HI,Qy)=>{l();var b6=q(),nu=class extends b6{set(e,t){let i=e.value.toLowerCase();return t==="-webkit-"&&!i.includes(" ")&&i!=="contain"&&i!=="cover"&&(e.value=e.value+" "+e.value),super.set(e,t)}};nu.names=["background-size"];Qy.exports=nu});var Ky=x((YI,Xy)=>{l();var w6=q(),su=gt(),au=class extends w6{insert(e,t,i){if(t!=="-ms-")return super.insert(e,t,i);let n=su.parse(e),[s,a]=su.translate(n,0,1);n[0]&&n[0].includes("span")&&(a=n[0].join("").replace(/\D/g,"")),[[e.prop,s],[`${e.prop}-span`,a]].forEach(([u,c])=>{su.insertDecl(e,u,c)})}};au.names=["grid-row","grid-column"];Xy.exports=au});var t1=x((QI,e1)=>{l();var x6=q(),{prefixTrackProp:Zy,prefixTrackValue:v6,autoplaceGridItems:k6,getGridGap:S6,inheritGridGap:C6}=gt(),A6=Al(),ou=class extends x6{prefixed(e,t){return t==="-ms-"?Zy({prop:e,prefix:t}):super.prefixed(e,t)}normalize(e){return e.replace(/^grid-(rows|columns)/,"grid-template-$1")}insert(e,t,i,n){if(t!=="-ms-")return super.insert(e,t,i);let{parent:s,prop:a,value:o}=e,u=a.includes("rows"),c=a.includes("columns"),f=s.some(k=>k.prop==="grid-template"||k.prop==="grid-template-areas");if(f&&u)return!1;let d=new A6({options:{}}),p=d.gridStatus(s,n),g=S6(e);g=C6(e,g)||g;let b=u?g.row:g.column;(p==="no-autoplace"||p===!0)&&!f&&(b=null);let v=v6({value:o,gap:b});e.cloneBefore({prop:Zy({prop:a,prefix:t}),value:v});let y=s.nodes.find(k=>k.prop==="grid-auto-flow"),w="row";if(y&&!d.disabled(y,n)&&(w=y.value.trim()),p==="autoplace"){let k=s.nodes.find(O=>O.prop==="grid-template-rows");if(!k&&f)return;if(!k&&!f){e.warn(n,"Autoplacement does not work without grid-template-rows property");return}!s.nodes.find(O=>O.prop==="grid-template-columns")&&!f&&e.warn(n,"Autoplacement does not work without grid-template-columns property"),c&&!f&&k6(e,n,g,w)}}};ou.names=["grid-template-rows","grid-template-columns","grid-rows","grid-columns"];e1.exports=ou});var i1=x((JI,r1)=>{l();var O6=q(),lu=class extends O6{check(e){return!e.value.includes("flex-")&&e.value!=="baseline"}prefixed(e,t){return t+"grid-column-align"}normalize(){return"justify-self"}};lu.names=["grid-column-align"];r1.exports=lu});var s1=x((XI,n1)=>{l();var _6=q(),uu=class extends _6{prefixed(e,t){return t+"scroll-chaining"}normalize(){return"overscroll-behavior"}set(e,t){return e.value==="auto"?e.value="chained":(e.value==="none"||e.value==="contain")&&(e.value="none"),super.set(e,t)}};uu.names=["overscroll-behavior","scroll-chaining"];n1.exports=uu});var l1=x((KI,o1)=>{l();var E6=q(),{parseGridAreas:T6,warnMissedAreas:P6,prefixTrackProp:D6,prefixTrackValue:a1,getGridGap:I6,warnGridGap:R6,inheritGridGap:q6}=gt();function F6(r){return r.trim().slice(1,-1).split(/["']\s*["']?/g)}var fu=class extends E6{insert(e,t,i,n){if(t!=="-ms-")return super.insert(e,t,i);let s=!1,a=!1,o=e.parent,u=I6(e);u=q6(e,u)||u,o.walkDecls(/-ms-grid-rows/,d=>d.remove()),o.walkDecls(/grid-template-(rows|columns)/,d=>{if(d.prop==="grid-template-rows"){a=!0;let{prop:p,value:g}=d;d.cloneBefore({prop:D6({prop:p,prefix:t}),value:a1({value:g,gap:u.row})})}else s=!0});let c=F6(e.value);s&&!a&&u.row&&c.length>1&&e.cloneBefore({prop:"-ms-grid-rows",value:a1({value:`repeat(${c.length}, auto)`,gap:u.row}),raws:{}}),R6({gap:u,hasColumns:s,decl:e,result:n});let f=T6({rows:c,gap:u});return P6(f,e,n),e}};fu.names=["grid-template-areas"];o1.exports=fu});var f1=x((ZI,u1)=>{l();var B6=q(),cu=class extends B6{set(e,t){return t==="-webkit-"&&(e.value=e.value.replace(/\s*(right|left)\s*/i,"")),super.set(e,t)}};cu.names=["text-emphasis-position"];u1.exports=cu});var p1=x((e7,c1)=>{l();var M6=q(),pu=class extends M6{set(e,t){return e.prop==="text-decoration-skip-ink"&&e.value==="auto"?(e.prop=t+"text-decoration-skip",e.value="ink",e):super.set(e,t)}};pu.names=["text-decoration-skip-ink","text-decoration-skip"];c1.exports=pu});var b1=x((t7,y1)=>{l();"use strict";y1.exports={wrap:d1,limit:h1,validate:m1,test:du,curry:L6,name:g1};function d1(r,e,t){var i=e-r;return((t-r)%i+i)%i+r}function h1(r,e,t){return Math.max(r,Math.min(e,t))}function m1(r,e,t,i,n){if(!du(r,e,t,i,n))throw new Error(t+" is outside of range ["+r+","+e+")");return t}function du(r,e,t,i,n){return!(te||n&&t===e||i&&t===r)}function g1(r,e,t,i){return(t?"(":"[")+r+","+e+(i?")":"]")}function L6(r,e,t,i){var n=g1.bind(null,r,e,t,i);return{wrap:d1.bind(null,r,e),limit:h1.bind(null,r,e),validate:function(s){return m1(r,e,s,t,i)},test:function(s){return du(r,e,s,t,i)},toString:n,name:n}}});var v1=x((r7,x1)=>{l();var hu=ls(),$6=b1(),N6=er(),z6=Ce(),j6=ce(),w1=/top|left|right|bottom/gi,Ke=class extends z6{replace(e,t){let i=hu(e);for(let n of i.nodes)if(n.type==="function"&&n.value===this.name)if(n.nodes=this.newDirection(n.nodes),n.nodes=this.normalize(n.nodes),t==="-webkit- old"){if(!this.oldWebkit(n))return!1}else n.nodes=this.convertDirection(n.nodes),n.value=t+n.value;return i.toString()}replaceFirst(e,...t){return t.map(n=>n===" "?{type:"space",value:n}:{type:"word",value:n}).concat(e.slice(1))}normalizeUnit(e,t){return`${parseFloat(e)/t*360}deg`}normalize(e){if(!e[0])return e;if(/-?\d+(.\d+)?grad/.test(e[0].value))e[0].value=this.normalizeUnit(e[0].value,400);else if(/-?\d+(.\d+)?rad/.test(e[0].value))e[0].value=this.normalizeUnit(e[0].value,2*Math.PI);else if(/-?\d+(.\d+)?turn/.test(e[0].value))e[0].value=this.normalizeUnit(e[0].value,1);else if(e[0].value.includes("deg")){let t=parseFloat(e[0].value);t=$6.wrap(0,360,t),e[0].value=`${t}deg`}return e[0].value==="0deg"?e=this.replaceFirst(e,"to"," ","top"):e[0].value==="90deg"?e=this.replaceFirst(e,"to"," ","right"):e[0].value==="180deg"?e=this.replaceFirst(e,"to"," ","bottom"):e[0].value==="270deg"&&(e=this.replaceFirst(e,"to"," ","left")),e}newDirection(e){if(e[0].value==="to"||(w1.lastIndex=0,!w1.test(e[0].value)))return e;e.unshift({type:"word",value:"to"},{type:"space",value:" "});for(let t=2;t0&&(e[0].value==="to"?this.fixDirection(e):e[0].value.includes("deg")?this.fixAngle(e):this.isRadial(e)&&this.fixRadial(e)),e}fixDirection(e){e.splice(0,2);for(let t of e){if(t.type==="div")break;t.type==="word"&&(t.value=this.revertDirection(t.value))}}fixAngle(e){let t=e[0].value;t=parseFloat(t),t=Math.abs(450-t)%360,t=this.roundFloat(t,3),e[0].value=`${t}deg`}fixRadial(e){let t=[],i=[],n,s,a,o,u;for(o=0;o{l();var U6=er(),V6=Ce();function k1(r){return new RegExp(`(^|[\\s,(])(${r}($|[\\s),]))`,"gi")}var mu=class extends V6{regexp(){return this.regexpCache||(this.regexpCache=k1(this.name)),this.regexpCache}isStretch(){return this.name==="stretch"||this.name==="fill"||this.name==="fill-available"}replace(e,t){return t==="-moz-"&&this.isStretch()?e.replace(this.regexp(),"$1-moz-available$3"):t==="-webkit-"&&this.isStretch()?e.replace(this.regexp(),"$1-webkit-fill-available$3"):super.replace(e,t)}old(e){let t=e+this.name;return this.isStretch()&&(e==="-moz-"?t="-moz-available":e==="-webkit-"&&(t="-webkit-fill-available")),new U6(this.name,t,t,k1(t))}add(e,t){if(!(e.prop.includes("grid")&&t!=="-webkit-"))return super.add(e,t)}};mu.names=["max-content","min-content","fit-content","fill","fill-available","stretch"];S1.exports=mu});var _1=x((n7,O1)=>{l();var A1=er(),W6=Ce(),gu=class extends W6{replace(e,t){return t==="-webkit-"?e.replace(this.regexp(),"$1-webkit-optimize-contrast"):t==="-moz-"?e.replace(this.regexp(),"$1-moz-crisp-edges"):super.replace(e,t)}old(e){return e==="-webkit-"?new A1(this.name,"-webkit-optimize-contrast"):e==="-moz-"?new A1(this.name,"-moz-crisp-edges"):super.old(e)}};gu.names=["pixelated"];O1.exports=gu});var T1=x((s7,E1)=>{l();var G6=Ce(),yu=class extends G6{replace(e,t){let i=super.replace(e,t);return t==="-webkit-"&&(i=i.replace(/("[^"]+"|'[^']+')(\s+\d+\w)/gi,"url($1)$2")),i}};yu.names=["image-set"];E1.exports=yu});var D1=x((a7,P1)=>{l();var H6=ye().list,Y6=Ce(),bu=class extends Y6{replace(e,t){return H6.space(e).map(i=>{if(i.slice(0,+this.name.length+1)!==this.name+"(")return i;let n=i.lastIndexOf(")"),s=i.slice(n+1),a=i.slice(this.name.length+1,n);if(t==="-webkit-"){let o=a.match(/\d*.?\d+%?/);o?(a=a.slice(o[0].length).trim(),a+=`, ${o[0]}`):a+=", 0.5"}return t+this.name+"("+a+")"+s}).join(" ")}};bu.names=["cross-fade"];P1.exports=bu});var R1=x((o7,I1)=>{l();var Q6=me(),J6=er(),X6=Ce(),wu=class extends X6{constructor(e,t){super(e,t);e==="display-flex"&&(this.name="flex")}check(e){return e.prop==="display"&&e.value===this.name}prefixed(e){let t,i;return[t,e]=Q6(e),t===2009?this.name==="flex"?i="box":i="inline-box":t===2012?this.name==="flex"?i="flexbox":i="inline-flexbox":t==="final"&&(i=this.name),e+i}replace(e,t){return this.prefixed(t)}old(e){let t=this.prefixed(e);if(!!t)return new J6(this.name,t)}};wu.names=["display-flex","inline-flex"];I1.exports=wu});var F1=x((l7,q1)=>{l();var K6=Ce(),xu=class extends K6{constructor(e,t){super(e,t);e==="display-grid"&&(this.name="grid")}check(e){return e.prop==="display"&&e.value===this.name}};xu.names=["display-grid","inline-grid"];q1.exports=xu});var M1=x((u7,B1)=>{l();var Z6=Ce(),vu=class extends Z6{constructor(e,t){super(e,t);e==="filter-function"&&(this.name="filter")}};vu.names=["filter","filter-function"];B1.exports=vu});var z1=x((f7,N1)=>{l();var L1=hi(),F=q(),$1=xg(),eO=Lg(),tO=Al(),rO=i0(),ku=ht(),fr=tr(),iO=c0(),Ne=Ce(),cr=ce(),nO=d0(),sO=m0(),aO=y0(),oO=w0(),lO=C0(),uO=_0(),fO=T0(),cO=D0(),pO=R0(),dO=F0(),hO=M0(),mO=$0(),gO=z0(),yO=U0(),bO=W0(),wO=Y0(),xO=J0(),vO=Z0(),kO=ty(),SO=iy(),CO=ay(),AO=ly(),OO=cy(),_O=dy(),EO=my(),TO=yy(),PO=wy(),DO=ky(),IO=Cy(),RO=Oy(),qO=Ey(),FO=Py(),BO=Iy(),MO=qy(),LO=My(),$O=$y(),NO=zy(),zO=Uy(),jO=Wy(),UO=Yy(),VO=Jy(),WO=Ky(),GO=t1(),HO=i1(),YO=s1(),QO=l1(),JO=f1(),XO=p1(),KO=v1(),ZO=C1(),e_=_1(),t_=T1(),r_=D1(),i_=R1(),n_=F1(),s_=M1();fr.hack(nO);fr.hack(sO);fr.hack(aO);fr.hack(oO);F.hack(lO);F.hack(uO);F.hack(fO);F.hack(cO);F.hack(pO);F.hack(dO);F.hack(hO);F.hack(mO);F.hack(gO);F.hack(yO);F.hack(bO);F.hack(wO);F.hack(xO);F.hack(vO);F.hack(kO);F.hack(SO);F.hack(CO);F.hack(AO);F.hack(OO);F.hack(_O);F.hack(EO);F.hack(TO);F.hack(PO);F.hack(DO);F.hack(IO);F.hack(RO);F.hack(qO);F.hack(FO);F.hack(BO);F.hack(MO);F.hack(LO);F.hack($O);F.hack(NO);F.hack(zO);F.hack(jO);F.hack(UO);F.hack(VO);F.hack(WO);F.hack(GO);F.hack(HO);F.hack(YO);F.hack(QO);F.hack(JO);F.hack(XO);Ne.hack(KO);Ne.hack(ZO);Ne.hack(e_);Ne.hack(t_);Ne.hack(r_);Ne.hack(i_);Ne.hack(n_);Ne.hack(s_);var Su=new Map,gi=class{constructor(e,t,i={}){this.data=e,this.browsers=t,this.options=i,[this.add,this.remove]=this.preprocess(this.select(this.data)),this.transition=new eO(this),this.processor=new tO(this)}cleaner(){if(this.cleanerCache)return this.cleanerCache;if(this.browsers.selected.length){let e=new ku(this.browsers.data,[]);this.cleanerCache=new gi(this.data,e,this.options)}else return this;return this.cleanerCache}select(e){let t={add:{},remove:{}};for(let i in e){let n=e[i],s=n.browsers.map(u=>{let c=u.split(" ");return{browser:`${c[0]} ${c[1]}`,note:c[2]}}),a=s.filter(u=>u.note).map(u=>`${this.browsers.prefix(u.browser)} ${u.note}`);a=cr.uniq(a),s=s.filter(u=>this.browsers.isSelected(u.browser)).map(u=>{let c=this.browsers.prefix(u.browser);return u.note?`${c} ${u.note}`:c}),s=this.sort(cr.uniq(s)),this.options.flexbox==="no-2009"&&(s=s.filter(u=>!u.includes("2009")));let o=n.browsers.map(u=>this.browsers.prefix(u));n.mistakes&&(o=o.concat(n.mistakes)),o=o.concat(a),o=cr.uniq(o),s.length?(t.add[i]=s,s.length!s.includes(u)))):t.remove[i]=o}return t}sort(e){return e.sort((t,i)=>{let n=cr.removeNote(t).length,s=cr.removeNote(i).length;return n===s?i.length-t.length:s-n})}preprocess(e){let t={selectors:[],"@supports":new rO(gi,this)};for(let n in e.add){let s=e.add[n];if(n==="@keyframes"||n==="@viewport")t[n]=new iO(n,s,this);else if(n==="@resolution")t[n]=new $1(n,s,this);else if(this.data[n].selector)t.selectors.push(fr.load(n,s,this));else{let a=this.data[n].props;if(a){let o=Ne.load(n,s,this);for(let u of a)t[u]||(t[u]={values:[]}),t[u].values.push(o)}else{let o=t[n]&&t[n].values||[];t[n]=F.load(n,s,this),t[n].values=o}}}let i={selectors:[]};for(let n in e.remove){let s=e.remove[n];if(this.data[n].selector){let a=fr.load(n,s);for(let o of s)i.selectors.push(a.old(o))}else if(n==="@keyframes"||n==="@viewport")for(let a of s){let o=`@${a}${n.slice(1)}`;i[o]={remove:!0}}else if(n==="@resolution")i[n]=new $1(n,s,this);else{let a=this.data[n].props;if(a){let o=Ne.load(n,[],this);for(let u of s){let c=o.old(u);if(c)for(let f of a)i[f]||(i[f]={}),i[f].values||(i[f].values=[]),i[f].values.push(c)}}else for(let o of s){let u=this.decl(n).old(n,o);if(n==="align-self"){let c=t[n]&&t[n].prefixes;if(c){if(o==="-webkit- 2009"&&c.includes("-webkit-"))continue;if(o==="-webkit-"&&c.includes("-webkit- 2009"))continue}}for(let c of u)i[c]||(i[c]={}),i[c].remove=!0}}}return[t,i]}decl(e){return Su.has(e)||Su.set(e,F.load(e)),Su.get(e)}unprefixed(e){let t=this.normalize(L1.unprefixed(e));return t==="flex-direction"&&(t="flex-flow"),t}normalize(e){return this.decl(e).normalize(e)}prefixed(e,t){return e=L1.unprefixed(e),this.decl(e).prefixed(e,t)}values(e,t){let i=this[e],n=i["*"]&&i["*"].values,s=i[t]&&i[t].values;return n&&s?cr.uniq(n.concat(s)):n||s||[]}group(e){let t=e.parent,i=t.index(e),{length:n}=t.nodes,s=this.unprefixed(e.prop),a=(o,u)=>{for(i+=o;i>=0&&i{l();j1.exports={"backdrop-filter":{feature:"css-backdrop-filter",browsers:["ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5","safari 16.5"]},element:{props:["background","background-image","border-image","mask","list-style","list-style-image","content","mask-image"],feature:"css-element-function",browsers:["firefox 114"]},"user-select":{mistakes:["-khtml-"],feature:"user-select-none",browsers:["ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5","safari 16.5"]},"background-clip":{feature:"background-clip-text",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},hyphens:{feature:"css-hyphens",browsers:["ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5","safari 16.5"]},fill:{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"fill-available":{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},stretch:{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["firefox 114"]},"fit-content":{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["firefox 114"]},"text-decoration-style":{feature:"text-decoration",browsers:["ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5"]},"text-decoration-color":{feature:"text-decoration",browsers:["ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5"]},"text-decoration-line":{feature:"text-decoration",browsers:["ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5"]},"text-decoration":{feature:"text-decoration",browsers:["ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5"]},"text-decoration-skip":{feature:"text-decoration",browsers:["ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5"]},"text-decoration-skip-ink":{feature:"text-decoration",browsers:["ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5"]},"text-size-adjust":{feature:"text-size-adjust",browsers:["ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5"]},"mask-clip":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-composite":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-image":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-origin":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-repeat":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-border-repeat":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-border-source":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},mask:{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-position":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-size":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-border":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-border-outset":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-border-width":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"mask-border-slice":{feature:"css-masks",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},"clip-path":{feature:"css-clip-path",browsers:["samsung 21"]},"box-decoration-break":{feature:"css-boxdecorationbreak",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5","opera 99","safari 16.5","samsung 21"]},appearance:{feature:"css-appearance",browsers:["samsung 21"]},"image-set":{props:["background","background-image","border-image","cursor","mask","mask-image","list-style","list-style-image","content"],feature:"css-image-set",browsers:["and_uc 15.5","chrome 109","samsung 21"]},"cross-fade":{props:["background","background-image","border-image","mask","list-style","list-style-image","content","mask-image"],feature:"css-cross-fade",browsers:["and_chr 114","and_uc 15.5","chrome 109","chrome 113","chrome 114","edge 114","opera 99","samsung 21"]},isolate:{props:["unicode-bidi"],feature:"css-unicode-bidi",browsers:["ios_saf 16.1","ios_saf 16.3","ios_saf 16.4","ios_saf 16.5","safari 16.5"]},"color-adjust":{feature:"css-color-adjust",browsers:["chrome 109","chrome 113","chrome 114","edge 114","opera 99"]}}});var W1=x((p7,V1)=>{l();V1.exports={}});var Q1=x((d7,Y1)=>{l();var a_=dl(),{agents:o_}=(rs(),ts),Cu=ag(),l_=ht(),u_=z1(),f_=U1(),c_=W1(),G1={browsers:o_,prefixes:f_},H1=` - Replace Autoprefixer \`browsers\` option to Browserslist config. - Use \`browserslist\` key in \`package.json\` or \`.browserslistrc\` file. - - Using \`browsers\` option can cause errors. Browserslist config can - be used for Babel, Autoprefixer, postcss-normalize and other tools. - - If you really need to use option, rename it to \`overrideBrowserslist\`. - - Learn more at: - https://github.com/browserslist/browserslist#readme - https://twitter.com/browserslist - -`;function p_(r){return Object.prototype.toString.apply(r)==="[object Object]"}var Au=new Map;function d_(r,e){e.browsers.selected.length!==0&&(e.add.selectors.length>0||Object.keys(e.add).length>2||r.warn(`Autoprefixer target browsers do not need any prefixes.You do not need Autoprefixer anymore. -Check your Browserslist config to be sure that your targets are set up correctly. - - Learn more at: - https://github.com/postcss/autoprefixer#readme - https://github.com/browserslist/browserslist#readme - -`))}Y1.exports=pr;function pr(...r){let e;if(r.length===1&&p_(r[0])?(e=r[0],r=void 0):r.length===0||r.length===1&&!r[0]?r=void 0:r.length<=2&&(Array.isArray(r[0])||!r[0])?(e=r[1],r=r[0]):typeof r[r.length-1]=="object"&&(e=r.pop()),e||(e={}),e.browser)throw new Error("Change `browser` option to `overrideBrowserslist` in Autoprefixer");if(e.browserslist)throw new Error("Change `browserslist` option to `overrideBrowserslist` in Autoprefixer");e.overrideBrowserslist?r=e.overrideBrowserslist:e.browsers&&(typeof console!="undefined"&&console.warn&&(Cu.red?console.warn(Cu.red(H1.replace(/`[^`]+`/g,n=>Cu.yellow(n.slice(1,-1))))):console.warn(H1)),r=e.browsers);let t={ignoreUnknownVersions:e.ignoreUnknownVersions,stats:e.stats,env:e.env};function i(n){let s=G1,a=new l_(s.browsers,r,n,t),o=a.selected.join(", ")+JSON.stringify(e);return Au.has(o)||Au.set(o,new u_(s.prefixes,a,e)),Au.get(o)}return{postcssPlugin:"autoprefixer",prepare(n){let s=i({from:n.opts.from,env:e.env});return{OnceExit(a){d_(n,s),e.remove!==!1&&s.processor.remove(a,n),e.add!==!1&&s.processor.add(a,n)}}},info(n){return n=n||{},n.from=n.from||h.cwd(),c_(i(n))},options:e,browsers:r}}pr.postcss=!0;pr.data=G1;pr.defaults=a_.defaults;pr.info=()=>pr().info()});var J1={};_e(J1,{default:()=>h_});var h_,X1=S(()=>{l();h_=[]});function yt(r){return Array.isArray(r)?r.map(e=>yt(e)):typeof r=="object"&&r!==null?Object.fromEntries(Object.entries(r).map(([e,t])=>[e,yt(t)])):r}var us=S(()=>{l()});var fs=x((m7,K1)=>{l();K1.exports={content:[],presets:[],darkMode:"media",theme:{accentColor:({theme:r})=>({...r("colors"),auto:"auto"}),animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",pulse:"pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",bounce:"bounce 1s infinite"},aria:{busy:'busy="true"',checked:'checked="true"',disabled:'disabled="true"',expanded:'expanded="true"',hidden:'hidden="true"',pressed:'pressed="true"',readonly:'readonly="true"',required:'required="true"',selected:'selected="true"'},aspectRatio:{auto:"auto",square:"1 / 1",video:"16 / 9"},backdropBlur:({theme:r})=>r("blur"),backdropBrightness:({theme:r})=>r("brightness"),backdropContrast:({theme:r})=>r("contrast"),backdropGrayscale:({theme:r})=>r("grayscale"),backdropHueRotate:({theme:r})=>r("hueRotate"),backdropInvert:({theme:r})=>r("invert"),backdropOpacity:({theme:r})=>r("opacity"),backdropSaturate:({theme:r})=>r("saturate"),backdropSepia:({theme:r})=>r("sepia"),backgroundColor:({theme:r})=>r("colors"),backgroundImage:{none:"none","gradient-to-t":"linear-gradient(to top, var(--tw-gradient-stops))","gradient-to-tr":"linear-gradient(to top right, var(--tw-gradient-stops))","gradient-to-r":"linear-gradient(to right, var(--tw-gradient-stops))","gradient-to-br":"linear-gradient(to bottom right, var(--tw-gradient-stops))","gradient-to-b":"linear-gradient(to bottom, var(--tw-gradient-stops))","gradient-to-bl":"linear-gradient(to bottom left, var(--tw-gradient-stops))","gradient-to-l":"linear-gradient(to left, var(--tw-gradient-stops))","gradient-to-tl":"linear-gradient(to top left, var(--tw-gradient-stops))"},backgroundOpacity:({theme:r})=>r("opacity"),backgroundPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{0:"0",none:"",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},borderColor:({theme:r})=>({...r("colors"),DEFAULT:r("colors.gray.200","currentColor")}),borderOpacity:({theme:r})=>r("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},borderSpacing:({theme:r})=>({...r("spacing")}),borderWidth:{DEFAULT:"1px",0:"0px",2:"2px",4:"4px",8:"8px"},boxShadow:{sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",DEFAULT:"0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)",inner:"inset 0 2px 4px 0 rgb(0 0 0 / 0.05)",none:"none"},boxShadowColor:({theme:r})=>r("colors"),brightness:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5",200:"2"},caretColor:({theme:r})=>r("colors"),colors:({colors:r})=>({inherit:r.inherit,current:r.current,transparent:r.transparent,black:r.black,white:r.white,slate:r.slate,gray:r.gray,zinc:r.zinc,neutral:r.neutral,stone:r.stone,red:r.red,orange:r.orange,amber:r.amber,yellow:r.yellow,lime:r.lime,green:r.green,emerald:r.emerald,teal:r.teal,cyan:r.cyan,sky:r.sky,blue:r.blue,indigo:r.indigo,violet:r.violet,purple:r.purple,fuchsia:r.fuchsia,pink:r.pink,rose:r.rose}),columns:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},container:{},content:{none:"none"},contrast:{0:"0",50:".5",75:".75",100:"1",125:"1.25",150:"1.5",200:"2"},cursor:{auto:"auto",default:"default",pointer:"pointer",wait:"wait",text:"text",move:"move",help:"help","not-allowed":"not-allowed",none:"none","context-menu":"context-menu",progress:"progress",cell:"cell",crosshair:"crosshair","vertical-text":"vertical-text",alias:"alias",copy:"copy","no-drop":"no-drop",grab:"grab",grabbing:"grabbing","all-scroll":"all-scroll","col-resize":"col-resize","row-resize":"row-resize","n-resize":"n-resize","e-resize":"e-resize","s-resize":"s-resize","w-resize":"w-resize","ne-resize":"ne-resize","nw-resize":"nw-resize","se-resize":"se-resize","sw-resize":"sw-resize","ew-resize":"ew-resize","ns-resize":"ns-resize","nesw-resize":"nesw-resize","nwse-resize":"nwse-resize","zoom-in":"zoom-in","zoom-out":"zoom-out"},divideColor:({theme:r})=>r("borderColor"),divideOpacity:({theme:r})=>r("borderOpacity"),divideWidth:({theme:r})=>r("borderWidth"),dropShadow:{sm:"0 1px 1px rgb(0 0 0 / 0.05)",DEFAULT:["0 1px 2px rgb(0 0 0 / 0.1)","0 1px 1px rgb(0 0 0 / 0.06)"],md:["0 4px 3px rgb(0 0 0 / 0.07)","0 2px 2px rgb(0 0 0 / 0.06)"],lg:["0 10px 8px rgb(0 0 0 / 0.04)","0 4px 3px rgb(0 0 0 / 0.1)"],xl:["0 20px 13px rgb(0 0 0 / 0.03)","0 8px 5px rgb(0 0 0 / 0.08)"],"2xl":"0 25px 25px rgb(0 0 0 / 0.15)",none:"0 0 #0000"},fill:({theme:r})=>({none:"none",...r("colors")}),flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%"}),flexGrow:{0:"0",DEFAULT:"1"},flexShrink:{0:"0",DEFAULT:"1"},fontFamily:{sans:["ui-sans-serif","system-ui","sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"'],serif:["ui-serif","Georgia","Cambria",'"Times New Roman"',"Times","serif"],mono:["ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas",'"Liberation Mono"','"Courier New"',"monospace"]},fontSize:{xs:["0.75rem",{lineHeight:"1rem"}],sm:["0.875rem",{lineHeight:"1.25rem"}],base:["1rem",{lineHeight:"1.5rem"}],lg:["1.125rem",{lineHeight:"1.75rem"}],xl:["1.25rem",{lineHeight:"1.75rem"}],"2xl":["1.5rem",{lineHeight:"2rem"}],"3xl":["1.875rem",{lineHeight:"2.25rem"}],"4xl":["2.25rem",{lineHeight:"2.5rem"}],"5xl":["3rem",{lineHeight:"1"}],"6xl":["3.75rem",{lineHeight:"1"}],"7xl":["4.5rem",{lineHeight:"1"}],"8xl":["6rem",{lineHeight:"1"}],"9xl":["8rem",{lineHeight:"1"}]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:({theme:r})=>r("spacing"),gradientColorStops:({theme:r})=>r("colors"),gradientColorStopPositions:{"0%":"0%","5%":"5%","10%":"10%","15%":"15%","20%":"20%","25%":"25%","30%":"30%","35%":"35%","40%":"40%","45%":"45%","50%":"50%","55%":"55%","60%":"60%","65%":"65%","70%":"70%","75%":"75%","80%":"80%","85%":"85%","90%":"90%","95%":"95%","100%":"100%"},grayscale:{0:"0",DEFAULT:"100%"},gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridColumn:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-7":"span 7 / span 7","span-8":"span 8 / span 8","span-9":"span 9 / span 9","span-10":"span 10 / span 10","span-11":"span 11 / span 11","span-12":"span 12 / span 12","span-full":"1 / -1"},gridColumnEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridColumnStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridRow:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-7":"span 7 / span 7","span-8":"span 8 / span 8","span-9":"span 9 / span 9","span-10":"span 10 / span 10","span-11":"span 11 / span 11","span-12":"span 12 / span 12","span-full":"1 / -1"},gridRowEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridRowStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridTemplateColumns:{none:"none",subgrid:"subgrid",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))",7:"repeat(7, minmax(0, 1fr))",8:"repeat(8, minmax(0, 1fr))",9:"repeat(9, minmax(0, 1fr))",10:"repeat(10, minmax(0, 1fr))",11:"repeat(11, minmax(0, 1fr))",12:"repeat(12, minmax(0, 1fr))"},gridTemplateRows:{none:"none",subgrid:"subgrid",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))",7:"repeat(7, minmax(0, 1fr))",8:"repeat(8, minmax(0, 1fr))",9:"repeat(9, minmax(0, 1fr))",10:"repeat(10, minmax(0, 1fr))",11:"repeat(11, minmax(0, 1fr))",12:"repeat(12, minmax(0, 1fr))"},height:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%",full:"100%",screen:"100vh",svh:"100svh",lvh:"100lvh",dvh:"100dvh",min:"min-content",max:"max-content",fit:"fit-content"}),hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},inset:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),invert:{0:"0",DEFAULT:"100%"},keyframes:{spin:{to:{transform:"rotate(360deg)"}},ping:{"75%, 100%":{transform:"scale(2)",opacity:"0"}},pulse:{"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2",3:".75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem"},listStyleType:{none:"none",disc:"disc",decimal:"decimal"},listStyleImage:{none:"none"},margin:({theme:r})=>({auto:"auto",...r("spacing")}),lineClamp:{1:"1",2:"2",3:"3",4:"4",5:"5",6:"6"},maxHeight:({theme:r})=>({...r("spacing"),none:"none",full:"100%",screen:"100vh",svh:"100svh",lvh:"100lvh",dvh:"100dvh",min:"min-content",max:"max-content",fit:"fit-content"}),maxWidth:({theme:r,breakpoints:e})=>({...r("spacing"),none:"none",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch",...e(r("screens"))}),minHeight:({theme:r})=>({...r("spacing"),full:"100%",screen:"100vh",svh:"100svh",lvh:"100lvh",dvh:"100dvh",min:"min-content",max:"max-content",fit:"fit-content"}),minWidth:({theme:r})=>({...r("spacing"),full:"100%",min:"min-content",max:"max-content",fit:"fit-content"}),objectPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},opacity:{0:"0",5:"0.05",10:"0.1",15:"0.15",20:"0.2",25:"0.25",30:"0.3",35:"0.35",40:"0.4",45:"0.45",50:"0.5",55:"0.55",60:"0.6",65:"0.65",70:"0.7",75:"0.75",80:"0.8",85:"0.85",90:"0.9",95:"0.95",100:"1"},order:{first:"-9999",last:"9999",none:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12"},outlineColor:({theme:r})=>r("colors"),outlineOffset:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},outlineWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},padding:({theme:r})=>r("spacing"),placeholderColor:({theme:r})=>r("colors"),placeholderOpacity:({theme:r})=>r("opacity"),ringColor:({theme:r})=>({DEFAULT:r("colors.blue.500","#3b82f6"),...r("colors")}),ringOffsetColor:({theme:r})=>r("colors"),ringOffsetWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},ringOpacity:({theme:r})=>({DEFAULT:"0.5",...r("opacity")}),ringWidth:{DEFAULT:"3px",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},rotate:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg",45:"45deg",90:"90deg",180:"180deg"},saturate:{0:"0",50:".5",100:"1",150:"1.5",200:"2"},scale:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5"},screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},scrollMargin:({theme:r})=>({...r("spacing")}),scrollPadding:({theme:r})=>r("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg"},space:({theme:r})=>({...r("spacing")}),spacing:{px:"1px",0:"0px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},stroke:({theme:r})=>({none:"none",...r("colors")}),strokeWidth:{0:"0",1:"1",2:"2"},supports:{},data:{},textColor:({theme:r})=>r("colors"),textDecorationColor:({theme:r})=>r("colors"),textDecorationThickness:{auto:"auto","from-font":"from-font",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},textIndent:({theme:r})=>({...r("spacing")}),textOpacity:({theme:r})=>r("opacity"),textUnderlineOffset:{auto:"auto",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},transformOrigin:{center:"center",top:"top","top-right":"top right",right:"right","bottom-right":"bottom right",bottom:"bottom","bottom-left":"bottom left",left:"left","top-left":"top left"},transitionDelay:{0:"0s",75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionDuration:{DEFAULT:"150ms",0:"0s",75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionProperty:{none:"none",all:"all",DEFAULT:"color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",colors:"color, background-color, border-color, text-decoration-color, fill, stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4, 0, 0.2, 1)",linear:"linear",in:"cubic-bezier(0.4, 0, 1, 1)",out:"cubic-bezier(0, 0, 0.2, 1)","in-out":"cubic-bezier(0.4, 0, 0.2, 1)"},translate:({theme:r})=>({...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),size:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"}),width:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%",screen:"100vw",svw:"100svw",lvw:"100lvw",dvw:"100dvw",min:"min-content",max:"max-content",fit:"fit-content"}),willChange:{auto:"auto",scroll:"scroll-position",contents:"contents",transform:"transform"},zIndex:{auto:"auto",0:"0",10:"10",20:"20",30:"30",40:"40",50:"50"}},plugins:[]}});var eb={};_e(eb,{default:()=>m_});var Z1,m_,tb=S(()=>{l();us();Z1=J(fs()),m_=yt(Z1.default.theme)});var ib={};_e(ib,{default:()=>g_});var rb,g_,nb=S(()=>{l();us();rb=J(fs()),g_=yt(rb.default)});function Ou(r,e,t){typeof h!="undefined"&&h.env.JEST_WORKER_ID||t&&sb.has(t)||(t&&sb.add(t),console.warn(""),e.forEach(i=>console.warn(r,"-",i)))}function _u(r){return K.dim(r)}var sb,bt,cs=S(()=>{l();Tt();sb=new Set;bt={info(r,e){Ou(K.bold(K.cyan("info")),...Array.isArray(r)?[r]:[e,r])},warn(r,e){["content-problems"].includes(r)||Ou(K.bold(K.yellow("warn")),...Array.isArray(r)?[r]:[e,r])},risk(r,e){Ou(K.bold(K.magenta("risk")),...Array.isArray(r)?[r]:[e,r])}}});var ab={};_e(ab,{default:()=>Eu});function yi({version:r,from:e,to:t}){bt.warn(`${e}-color-renamed`,[`As of Tailwind CSS ${r}, \`${e}\` has been renamed to \`${t}\`.`,"Update your configuration file to silence this warning."])}var Eu,Tu=S(()=>{l();cs();Eu={inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b",950:"#09090b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717",950:"#0a0a0a"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917",950:"#0c0a09"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12",950:"#431407"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12",950:"#422006"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314",950:"#1a2e05"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a",950:"#042f2e"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e",950:"#082f49"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81",950:"#1e1b4b"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87",950:"#3b0764"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75",950:"#4a044e"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843",950:"#500724"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337",950:"#4c0519"},get lightBlue(){return yi({version:"v2.2",from:"lightBlue",to:"sky"}),this.sky},get warmGray(){return yi({version:"v3.0",from:"warmGray",to:"stone"}),this.stone},get trueGray(){return yi({version:"v3.0",from:"trueGray",to:"neutral"}),this.neutral},get coolGray(){return yi({version:"v3.0",from:"coolGray",to:"gray"}),this.gray},get blueGray(){return yi({version:"v3.0",from:"blueGray",to:"slate"}),this.slate}}});function dr(r){if(r=`${r}`,r==="0")return"0";if(/^[+-]?(\d+|\d*\.\d+)(e[+-]?\d+)?(%|\w+)?$/.test(r))return r.replace(/^[+-]?/,t=>t==="-"?"":"-");let e=["var","calc","min","max","clamp"];for(let t of e)if(r.includes(`${t}(`))return`calc(${r} * -1)`}var Pu=S(()=>{l()});var ob,lb=S(()=>{l();ob=["preflight","container","accessibility","pointerEvents","visibility","position","inset","isolation","zIndex","order","gridColumn","gridColumnStart","gridColumnEnd","gridRow","gridRowStart","gridRowEnd","float","clear","margin","boxSizing","lineClamp","display","aspectRatio","size","height","maxHeight","minHeight","width","minWidth","maxWidth","flex","flexShrink","flexGrow","flexBasis","tableLayout","captionSide","borderCollapse","borderSpacing","transformOrigin","translate","rotate","skew","scale","transform","animation","cursor","touchAction","userSelect","resize","scrollSnapType","scrollSnapAlign","scrollSnapStop","scrollMargin","scrollPadding","listStylePosition","listStyleType","listStyleImage","appearance","columns","breakBefore","breakInside","breakAfter","gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateColumns","gridTemplateRows","flexDirection","flexWrap","placeContent","placeItems","alignContent","alignItems","justifyContent","justifyItems","gap","space","divideWidth","divideStyle","divideColor","divideOpacity","placeSelf","alignSelf","justifySelf","overflow","overscrollBehavior","scrollBehavior","textOverflow","hyphens","whitespace","textWrap","wordBreak","borderRadius","borderWidth","borderStyle","borderColor","borderOpacity","backgroundColor","backgroundOpacity","backgroundImage","gradientColorStops","boxDecorationBreak","backgroundSize","backgroundAttachment","backgroundClip","backgroundPosition","backgroundRepeat","backgroundOrigin","fill","stroke","strokeWidth","objectFit","objectPosition","padding","textAlign","textIndent","verticalAlign","fontFamily","fontSize","fontWeight","textTransform","fontStyle","fontVariantNumeric","lineHeight","letterSpacing","textColor","textOpacity","textDecoration","textDecorationColor","textDecorationStyle","textDecorationThickness","textUnderlineOffset","fontSmoothing","placeholderColor","placeholderOpacity","caretColor","accentColor","opacity","backgroundBlendMode","mixBlendMode","boxShadow","boxShadowColor","outlineStyle","outlineWidth","outlineOffset","outlineColor","ringWidth","ringColor","ringOpacity","ringOffsetWidth","ringOffsetColor","blur","brightness","contrast","dropShadow","grayscale","hueRotate","invert","saturate","sepia","filter","backdropBlur","backdropBrightness","backdropContrast","backdropGrayscale","backdropHueRotate","backdropInvert","backdropOpacity","backdropSaturate","backdropSepia","backdropFilter","transitionProperty","transitionDelay","transitionDuration","transitionTimingFunction","willChange","contain","content","forcedColorAdjust"]});function ub(r,e){return r===void 0?e:Array.isArray(r)?r:[...new Set(e.filter(i=>r!==!1&&r[i]!==!1).concat(Object.keys(r).filter(i=>r[i]!==!1)))]}var fb=S(()=>{l()});function Du(r,...e){for(let t of e){for(let i in t)r?.hasOwnProperty?.(i)||(r[i]=t[i]);for(let i of Object.getOwnPropertySymbols(t))r?.hasOwnProperty?.(i)||(r[i]=t[i])}return r}var cb=S(()=>{l()});function Iu(r){if(Array.isArray(r))return r;let e=r.split("[").length-1,t=r.split("]").length-1;if(e!==t)throw new Error(`Path is invalid. Has unbalanced brackets: ${r}`);return r.split(/\.(?![^\[]*\])|[\[\]]/g).filter(Boolean)}var pb=S(()=>{l()});function bi(r,e){return hb.future.includes(e)?r.future==="all"||(r?.future?.[e]??db[e]??!1):hb.experimental.includes(e)?r.experimental==="all"||(r?.experimental?.[e]??db[e]??!1):!1}var db,hb,ps=S(()=>{l();Tt();cs();db={optimizeUniversalDefaults:!1,generalizedModifiers:!0,disableColorOpacityUtilitiesByDefault:!1,relativeContentPathsByDefault:!1},hb={future:["hoverOnlyWhenSupported","respectDefaultRingColorOpacity","disableColorOpacityUtilitiesByDefault","relativeContentPathsByDefault"],experimental:["optimizeUniversalDefaults","generalizedModifiers"]}});function mb(r){(()=>{if(r.purge||!r.content||!Array.isArray(r.content)&&!(typeof r.content=="object"&&r.content!==null))return!1;if(Array.isArray(r.content))return r.content.every(t=>typeof t=="string"?!0:!(typeof t?.raw!="string"||t?.extension&&typeof t?.extension!="string"));if(typeof r.content=="object"&&r.content!==null){if(Object.keys(r.content).some(t=>!["files","relative","extract","transform"].includes(t)))return!1;if(Array.isArray(r.content.files)){if(!r.content.files.every(t=>typeof t=="string"?!0:!(typeof t?.raw!="string"||t?.extension&&typeof t?.extension!="string")))return!1;if(typeof r.content.extract=="object"){for(let t of Object.values(r.content.extract))if(typeof t!="function")return!1}else if(!(r.content.extract===void 0||typeof r.content.extract=="function"))return!1;if(typeof r.content.transform=="object"){for(let t of Object.values(r.content.transform))if(typeof t!="function")return!1}else if(!(r.content.transform===void 0||typeof r.content.transform=="function"))return!1;if(typeof r.content.relative!="boolean"&&typeof r.content.relative!="undefined")return!1}return!0}return!1})()||bt.warn("purge-deprecation",["The `purge`/`content` options have changed in Tailwind CSS v3.0.","Update your configuration file to eliminate this warning.","https://tailwindcss.com/docs/upgrade-guide#configure-content-sources"]),r.safelist=(()=>{let{content:t,purge:i,safelist:n}=r;return Array.isArray(n)?n:Array.isArray(t?.safelist)?t.safelist:Array.isArray(i?.safelist)?i.safelist:Array.isArray(i?.options?.safelist)?i.options.safelist:[]})(),r.blocklist=(()=>{let{blocklist:t}=r;if(Array.isArray(t)){if(t.every(i=>typeof i=="string"))return t;bt.warn("blocklist-invalid",["The `blocklist` option must be an array of strings.","https://tailwindcss.com/docs/content-configuration#discarding-classes"])}return[]})(),typeof r.prefix=="function"?(bt.warn("prefix-function",["As of Tailwind CSS v3.0, `prefix` cannot be a function.","Update `prefix` in your configuration to be a string to eliminate this warning.","https://tailwindcss.com/docs/upgrade-guide#prefix-cannot-be-a-function"]),r.prefix=""):r.prefix=r.prefix??"",r.content={relative:(()=>{let{content:t}=r;return t?.relative?t.relative:bi(r,"relativeContentPathsByDefault")})(),files:(()=>{let{content:t,purge:i}=r;return Array.isArray(i)?i:Array.isArray(i?.content)?i.content:Array.isArray(t)?t:Array.isArray(t?.content)?t.content:Array.isArray(t?.files)?t.files:[]})(),extract:(()=>{let t=(()=>r.purge?.extract?r.purge.extract:r.content?.extract?r.content.extract:r.purge?.extract?.DEFAULT?r.purge.extract.DEFAULT:r.content?.extract?.DEFAULT?r.content.extract.DEFAULT:r.purge?.options?.extractors?r.purge.options.extractors:r.content?.options?.extractors?r.content.options.extractors:{})(),i={},n=(()=>{if(r.purge?.options?.defaultExtractor)return r.purge.options.defaultExtractor;if(r.content?.options?.defaultExtractor)return r.content.options.defaultExtractor})();if(n!==void 0&&(i.DEFAULT=n),typeof t=="function")i.DEFAULT=t;else if(Array.isArray(t))for(let{extensions:s,extractor:a}of t??[])for(let o of s)i[o]=a;else typeof t=="object"&&t!==null&&Object.assign(i,t);return i})(),transform:(()=>{let t=(()=>r.purge?.transform?r.purge.transform:r.content?.transform?r.content.transform:r.purge?.transform?.DEFAULT?r.purge.transform.DEFAULT:r.content?.transform?.DEFAULT?r.content.transform.DEFAULT:{})(),i={};return typeof t=="function"?i.DEFAULT=t:typeof t=="object"&&t!==null&&Object.assign(i,t),i})()};for(let t of r.content.files)if(typeof t=="string"&&/{([^,]*?)}/g.test(t)){bt.warn("invalid-glob-braces",[`The glob pattern ${_u(t)} in your Tailwind CSS configuration is invalid.`,`Update it to ${_u(t.replace(/{([^,]*?)}/g,"$1"))} to silence this warning.`]);break}return r}var gb=S(()=>{l();ps();cs()});function wt(r){if(Object.prototype.toString.call(r)!=="[object Object]")return!1;let e=Object.getPrototypeOf(r);return e===null||Object.getPrototypeOf(e)===null}var yb=S(()=>{l()});var bb=S(()=>{l()});var Ru,wb=S(()=>{l();Ru={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});function hs(r,{loose:e=!1}={}){if(typeof r!="string")return null;if(r=r.trim(),r==="transparent")return{mode:"rgb",color:["0","0","0"],alpha:"0"};if(r in Ru)return{mode:"rgb",color:Ru[r].map(s=>s.toString())};let t=r.replace(b_,(s,a,o,u,c)=>["#",a,a,o,o,u,u,c?c+c:""].join("")).match(y_);if(t!==null)return{mode:"rgb",color:[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)].map(s=>s.toString()),alpha:t[4]?(parseInt(t[4],16)/255).toString():void 0};let i=r.match(w_)??r.match(x_);if(i===null)return null;let n=[i[2],i[3],i[4]].filter(Boolean).map(s=>s.toString());return n.length===2&&n[0].startsWith("var(")?{mode:i[1],color:[n[0]],alpha:n[1]}:!e&&n.length!==3||n.length<3&&!n.some(s=>/^var\(.*?\)$/.test(s))?null:{mode:i[1],color:n,alpha:i[5]?.toString?.()}}function vb({mode:r,color:e,alpha:t}){let i=t!==void 0;return r==="rgba"||r==="hsla"?`${r}(${e.join(", ")}${i?`, ${t}`:""})`:`${r}(${e.join(" ")}${i?` / ${t}`:""})`}var y_,b_,xt,ds,xb,vt,w_,x_,qu=S(()=>{l();wb();y_=/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i,b_=/^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i,xt=/(?:\d+|\d*\.\d+)%?/,ds=/(?:\s*,\s*|\s+)/,xb=/\s*[,/]\s*/,vt=/var\(--(?:[^ )]*?)(?:,(?:[^ )]*?|var\(--[^ )]*?\)))?\)/,w_=new RegExp(`^(rgba?)\\(\\s*(${xt.source}|${vt.source})(?:${ds.source}(${xt.source}|${vt.source}))?(?:${ds.source}(${xt.source}|${vt.source}))?(?:${xb.source}(${xt.source}|${vt.source}))?\\s*\\)$`),x_=new RegExp(`^(hsla?)\\(\\s*((?:${xt.source})(?:deg|rad|grad|turn)?|${vt.source})(?:${ds.source}(${xt.source}|${vt.source}))?(?:${ds.source}(${xt.source}|${vt.source}))?(?:${xb.source}(${xt.source}|${vt.source}))?\\s*\\)$`)});function wi(r,e,t){if(typeof r=="function")return r({opacityValue:e});let i=hs(r,{loose:!0});return i===null?t:vb({...i,alpha:e})}var Fu=S(()=>{l();qu()});function ze(r,e){let t=[],i=[],n=0,s=!1;for(let a=0;a{l()});function Sb(r){return ze(r,",").map(t=>{let i=t.trim(),n={raw:i},s=i.split(k_),a=new Set;for(let o of s)kb.lastIndex=0,!a.has("KEYWORD")&&v_.has(o)?(n.keyword=o,a.add("KEYWORD")):kb.test(o)?a.has("X")?a.has("Y")?a.has("BLUR")?a.has("SPREAD")||(n.spread=o,a.add("SPREAD")):(n.blur=o,a.add("BLUR")):(n.y=o,a.add("Y")):(n.x=o,a.add("X")):n.color?(n.unknown||(n.unknown=[]),n.unknown.push(o)):n.color=o;return n.valid=n.x!==void 0&&n.y!==void 0,n})}var v_,k_,kb,Cb=S(()=>{l();ms();v_=new Set(["inset","inherit","initial","revert","unset"]),k_=/\ +(?![^(]*\))/g,kb=/^-?(\d+|\.\d+)(.*?)$/g});function Bu(r){return S_.some(e=>new RegExp(`^${e}\\(.*\\)`).test(r))}function je(r,e=null,t=!0){let i=e&&C_.has(e.property);return r.startsWith("--")&&!i?`var(${r})`:r.includes("url(")?r.split(/(url\(.*?\))/g).filter(Boolean).map(n=>/^url\(.*?\)$/.test(n)?n:je(n,e,!1)).join(""):(r=r.replace(/([^\\])_+/g,(n,s)=>s+" ".repeat(n.length-1)).replace(/^_/g," ").replace(/\\_/g,"_"),t&&(r=r.trim()),r=A_(r),r)}function A_(r){let e=["theme"],t=["min-content","max-content","fit-content","safe-area-inset-top","safe-area-inset-right","safe-area-inset-bottom","safe-area-inset-left","titlebar-area-x","titlebar-area-y","titlebar-area-width","titlebar-area-height","keyboard-inset-top","keyboard-inset-right","keyboard-inset-bottom","keyboard-inset-left","keyboard-inset-width","keyboard-inset-height","radial-gradient","linear-gradient","conic-gradient","repeating-radial-gradient","repeating-linear-gradient","repeating-conic-gradient","anchor-size"];return r.replace(/(calc|min|max|clamp)\(.+\)/g,i=>{let n="";function s(){let a=n.trimEnd();return a[a.length-1]}for(let a=0;ai[a+p]===d)},u=function(f){let d=1/0;for(let g of f){let b=i.indexOf(g,a);b!==-1&&bo(f))){let f=t.find(d=>o(d));n+=f,a+=f.length-1}else e.some(f=>o(f))?n+=u([")"]):o("[")?n+=u(["]"]):["+","-","*","/"].includes(c)&&!["(","+","-","*","/",","].includes(s())?n+=` ${c} `:n+=c}return n.replace(/\s+/g," ")})}function Mu(r){return r.startsWith("url(")}function Lu(r){return!isNaN(Number(r))||Bu(r)}function xi(r){return r.endsWith("%")&&Lu(r.slice(0,-1))||Bu(r)}function vi(r){return r==="0"||new RegExp(`^[+-]?[0-9]*.?[0-9]+(?:[eE][+-]?[0-9]+)?${__}$`).test(r)||Bu(r)}function Ab(r){return E_.has(r)}function Ob(r){let e=Sb(je(r));for(let t of e)if(!t.valid)return!1;return!0}function _b(r){let e=0;return ze(r,"_").every(i=>(i=je(i),i.startsWith("var(")?!0:hs(i,{loose:!0})!==null?(e++,!0):!1))?e>0:!1}function Eb(r){let e=0;return ze(r,",").every(i=>(i=je(i),i.startsWith("var(")?!0:Mu(i)||P_(i)||["element(","image(","cross-fade(","image-set("].some(n=>i.startsWith(n))?(e++,!0):!1))?e>0:!1}function P_(r){r=je(r);for(let e of T_)if(r.startsWith(`${e}(`))return!0;return!1}function Tb(r){let e=0;return ze(r,"_").every(i=>(i=je(i),i.startsWith("var(")?!0:D_.has(i)||vi(i)||xi(i)?(e++,!0):!1))?e>0:!1}function Pb(r){let e=0;return ze(r,",").every(i=>(i=je(i),i.startsWith("var(")?!0:i.includes(" ")&&!/(['"])([^"']+)\1/g.test(i)||/^\d/g.test(i)?!1:(e++,!0)))?e>0:!1}function Db(r){return I_.has(r)}function Ib(r){return R_.has(r)}function Rb(r){return q_.has(r)}var S_,C_,O_,__,E_,T_,D_,I_,R_,q_,$u=S(()=>{l();qu();Cb();ms();S_=["min","max","clamp","calc"];C_=new Set(["scroll-timeline-name","timeline-scope","view-timeline-name","font-palette","anchor-name","anchor-scope","position-anchor","position-try-options","scroll-timeline","animation-timeline","view-timeline","position-try"]);O_=["cm","mm","Q","in","pc","pt","px","em","ex","ch","rem","lh","rlh","vw","vh","vmin","vmax","vb","vi","svw","svh","lvw","lvh","dvw","dvh","cqw","cqh","cqi","cqb","cqmin","cqmax"],__=`(?:${O_.join("|")})`;E_=new Set(["thin","medium","thick"]);T_=new Set(["conic-gradient","linear-gradient","radial-gradient","repeating-conic-gradient","repeating-linear-gradient","repeating-radial-gradient"]);D_=new Set(["center","top","right","bottom","left"]);I_=new Set(["serif","sans-serif","monospace","cursive","fantasy","system-ui","ui-serif","ui-sans-serif","ui-monospace","ui-rounded","math","emoji","fangsong"]);R_=new Set(["xx-small","x-small","small","medium","large","x-large","xx-large","xxx-large"]);q_=new Set(["larger","smaller"])});function qb(r){let e=["cover","contain"];return ze(r,",").every(t=>{let i=ze(t,"_").filter(Boolean);return i.length===1&&e.includes(i[0])?!0:i.length!==1&&i.length!==2?!1:i.every(n=>vi(n)||xi(n)||n==="auto")})}var Fb=S(()=>{l();$u();ms()});function Bb(r,e){if(!ki(r))return;let t=r.slice(1,-1);if(!!e(t))return je(t)}function F_(r,e={},t){let i=e[r];if(i!==void 0)return dr(i);if(ki(r)){let n=Bb(r,t);return n===void 0?void 0:dr(n)}}function Nu(r,e={},{validate:t=()=>!0}={}){let i=e.values?.[r];return i!==void 0?i:e.supportsNegativeValues&&r.startsWith("-")?F_(r.slice(1),e.values,t):Bb(r,t)}function ki(r){return r.startsWith("[")&&r.endsWith("]")}function B_(r){let e=r.lastIndexOf("/"),t=r.lastIndexOf("[",e),i=r.indexOf("]",e);return r[e-1]==="]"||r[e+1]==="["||t!==-1&&i!==-1&&t")){let e=r;return({opacityValue:t=1})=>e.replace(//g,t)}return r}function M_(r){return je(r.slice(1,-1))}function L_(r,e={},{tailwindConfig:t={}}={}){if(e.values?.[r]!==void 0)return gs(e.values?.[r]);let[i,n]=B_(r);if(n!==void 0){let s=e.values?.[i]??(ki(i)?i.slice(1,-1):void 0);return s===void 0?void 0:(s=gs(s),ki(n)?wi(s,M_(n)):t.theme?.opacity?.[n]===void 0?void 0:wi(s,t.theme.opacity[n]))}return Nu(r,e,{validate:_b})}function $_(r,e={}){return e.values?.[r]}function we(r){return(e,t)=>Nu(e,t,{validate:r})}var N_,rR,Mb=S(()=>{l();bb();Fu();$u();Pu();Fb();ps();N_={any:Nu,color:L_,url:we(Mu),image:we(Eb),length:we(vi),percentage:we(xi),position:we(Tb),lookup:$_,"generic-name":we(Db),"family-name":we(Pb),number:we(Lu),"line-width":we(Ab),"absolute-size":we(Ib),"relative-size":we(Rb),shadow:we(Ob),size:we(qb)},rR=Object.keys(N_)});function zu(r){return typeof r=="function"?r({}):r}var Lb=S(()=>{l()});function hr(r){return typeof r=="function"}function Si(r,...e){let t=e.pop();for(let i of e)for(let n in i){let s=t(r[n],i[n]);s===void 0?wt(r[n])&&wt(i[n])?r[n]=Si({},r[n],i[n],t):r[n]=i[n]:r[n]=s}return r}function z_(r,...e){return hr(r)?r(...e):r}function j_(r){return r.reduce((e,{extend:t})=>Si(e,t,(i,n)=>i===void 0?[n]:Array.isArray(i)?[n,...i]:[n,i]),{})}function U_(r){return{...r.reduce((e,t)=>Du(e,t),{}),extend:j_(r)}}function $b(r,e){if(Array.isArray(r)&&wt(r[0]))return r.concat(e);if(Array.isArray(e)&&wt(e[0])&&wt(r))return[r,...e];if(Array.isArray(e))return e}function V_({extend:r,...e}){return Si(e,r,(t,i)=>!hr(t)&&!i.some(hr)?Si({},t,...i,$b):(n,s)=>Si({},...[t,...i].map(a=>z_(a,n,s)),$b))}function*W_(r){let e=Iu(r);if(e.length===0||(yield e,Array.isArray(r)))return;let t=/^(.*?)\s*\/\s*([^/]+)$/,i=r.match(t);if(i!==null){let[,n,s]=i,a=Iu(n);a.alpha=s,yield a}}function G_(r){let e=(t,i)=>{for(let n of W_(t)){let s=0,a=r;for(;a!=null&&s(t[i]=hr(r[i])?r[i](e,ju):r[i],t),{})}function Nb(r){let e=[];return r.forEach(t=>{e=[...e,t];let i=t?.plugins??[];i.length!==0&&i.forEach(n=>{n.__isOptionsFunction&&(n=n()),e=[...e,...Nb([n?.config??{}])]})}),e}function H_(r){return[...r].reduceRight((t,i)=>hr(i)?i({corePlugins:t}):ub(i,t),ob)}function Y_(r){return[...r].reduceRight((t,i)=>[...t,...i],[])}function Uu(r){let e=[...Nb(r),{prefix:"",important:!1,separator:":"}];return mb(Du({theme:G_(V_(U_(e.map(t=>t?.theme??{})))),corePlugins:H_(e.map(t=>t.corePlugins)),plugins:Y_(r.map(t=>t?.plugins??[]))},...e))}var ju,zb=S(()=>{l();Pu();lb();fb();Tu();cb();pb();gb();yb();us();Mb();Fu();Lb();ju={colors:Eu,negative(r){return Object.keys(r).filter(e=>r[e]!=="0").reduce((e,t)=>{let i=dr(r[t]);return i!==void 0&&(e[`-${t}`]=i),e},{})},breakpoints(r){return Object.keys(r).filter(e=>typeof r[e]=="string").reduce((e,t)=>({...e,[`screen-${t}`]:r[t]}),{})}}});function ys(r){let e=(r?.presets??[jb.default]).slice().reverse().flatMap(n=>ys(n instanceof Function?n():n)),t={respectDefaultRingColorOpacity:{theme:{ringColor:({theme:n})=>({DEFAULT:"#3b82f67f",...n("colors")})}},disableColorOpacityUtilitiesByDefault:{corePlugins:{backgroundOpacity:!1,borderOpacity:!1,divideOpacity:!1,placeholderOpacity:!1,ringOpacity:!1,textOpacity:!1}}},i=Object.keys(t).filter(n=>bi(r,n)).map(n=>t[n]);return[r,...i,...e]}var jb,Ub=S(()=>{l();jb=J(fs());ps()});var Wb={};_e(Wb,{default:()=>Vb});function Vb(...r){let[,...e]=ys(r[0]);return Uu([...r,...e])}var Gb=S(()=>{l();zb();Ub()});l();"use strict";var Q_=Ze(ng()),J_=Ze(ye()),X_=Ze(Q1()),K_=Ze((X1(),J1)),Z_=Ze((tb(),eb)),eE=Ze((nb(),ib)),tE=Ze((Tu(),ab)),rE=Ze((No(),$o)),iE=Ze((Gb(),Wb));function Ze(r){return r&&r.__esModule?r:{default:r}}console.warn("cdn.tailwindcss.com should not be used in production. To use Tailwind CSS in production, install it as a PostCSS plugin or use the Tailwind CLI: https://tailwindcss.com/docs/installation");var bs="tailwind",Vu="text/tailwindcss",Hb="/template.html",Et,Yb=!0,Qb=0,Wu=new Set,Gu,Jb="",Xb=(r=!1)=>({get(e,t){return(!r||t==="config")&&typeof e[t]=="object"&&e[t]!==null?new Proxy(e[t],Xb()):e[t]},set(e,t,i){return e[t]=i,(!r||t==="config")&&Hu(!0),!0}});window[bs]=new Proxy({config:{},defaultTheme:Z_.default,defaultConfig:eE.default,colors:tE.default,plugin:rE.default,resolveConfig:iE.default},Xb(!0));function Kb(r){Gu.observe(r,{attributes:!0,attributeFilter:["type"],characterData:!0,subtree:!0,childList:!0})}new MutationObserver(async r=>{let e=!1;if(!Gu){Gu=new MutationObserver(async()=>await Hu(!0));for(let t of document.querySelectorAll(`style[type="${Vu}"]`))Kb(t)}for(let t of r)for(let i of t.addedNodes)i.nodeType===1&&i.tagName==="STYLE"&&i.getAttribute("type")===Vu&&(Kb(i),e=!0);await Hu(e)}).observe(document.documentElement,{attributes:!0,attributeFilter:["class"],childList:!0,subtree:!0});async function Hu(r=!1){r&&(Qb++,Wu.clear());let e="";for(let i of document.querySelectorAll(`style[type="${Vu}"]`))e+=i.textContent;let t=new Set;for(let i of document.querySelectorAll("[class]"))for(let n of i.classList)Wu.has(n)||t.add(n);if(document.body&&(Yb||t.size>0||e!==Jb||!Et||!Et.isConnected)){for(let n of t)Wu.add(n);Yb=!1,Jb=e,self[Hb]=Array.from(t).join(" ");let{css:i}=await(0,J_.default)([(0,Q_.default)({...window[bs].config,_hash:Qb,content:{files:[Hb],extract:{html:n=>n.split(" ")}},plugins:[...K_.default,...Array.isArray(window[bs].config.plugins)?window[bs].config.plugins:[]]}),(0,X_.default)({remove:!1})]).process(`@tailwind base;@tailwind components;@tailwind utilities;${e}`);(!Et||!Et.isConnected)&&(Et=document.createElement("style"),document.head.append(Et)),Et.textContent=i}}})(); -/*! https://mths.be/cssesc v3.0.0 by @mathias */ diff --git a/assets/package.json b/assets/package.json deleted file mode 100644 index 25cfda76..00000000 --- a/assets/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "assets", - "version": "1.0.0", - "description": "", - "main": "tailwind.config.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [], - "author": "", - "license": "ISC", - "devDependencies": { - "autoprefixer": "^10.4.23", - "postcss": "^8.5.6", - "tailwindcss": "^4.1.18" - } -} diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js deleted file mode 100644 index bbe744ed..00000000 --- a/assets/tailwind.config.js +++ /dev/null @@ -1,13 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -module.exports = { - content: [ - "./apps/trade-exchange/index.html", - "./apps/marketplace-ui/index.html", - "./website/*.html" - ], - darkMode: 'class', - theme: { - extend: {}, - }, - plugins: [], -} diff --git a/docs/1_project/1_files.md b/docs/1_project/1_files.md index ca6a3a1a..6af2f077 100644 --- a/docs/1_project/1_files.md +++ b/docs/1_project/1_files.md @@ -1,11 +1,8 @@ -# AITBC Repository File Audit +# AITBC Repository File Structure -This document categorizes all files and folders in the repository by their status: -- **Whitelist (✅)**: Active, up-to-date, essential -- **Greylist (⚠️)**: Uncertain status, may need review -- **Blacklist (❌)**: Legacy, unused, outdated, candidates for removal +This document describes the current organization and status of files and folders in the repository. -Last updated: 2026-02-12 (evening) +Last updated: 2026-02-22 --- @@ -61,17 +58,16 @@ Last updated: 2026-02-12 (evening) | Path | Status | Notes | |------|--------|-------| -| `docs/done.md` | ✅ Active | Completion tracking | -| `docs/roadmap.md` | ✅ Active | Development roadmap | -| `docs/developer/testing/localhost-testing-scenario.md` | ✅ Active | Testing guide | -| `docs/reference/components/miner_node.md` | ✅ Active | Miner documentation | -| `docs/reference/components/coordinator_api.md` | ✅ Active | API documentation | -| `docs/developer/integration/skills-framework.md` | ✅ Active | Skills documentation | -| `docs/guides/` | ✅ Active | Development guides (moved from root) | -| `docs/guides/block-production-runbook.md` | ✅ Active | Block production operational runbook | -| `docs/guides/blockchain-node-deployment.md` | ✅ Active | Blockchain node deployment guide | -| `docs/reports/` | ✅ Active | Generated reports (moved from root) | -| `docs/reference/specs/receipt-spec.md` | ✅ Active | Receipt spec v1.1 (multi-sig, ZK, Merkle) | +| `docs/1_project/` | ✅ Active | Project management docs (restructured) | +| `docs/0_getting_started/` | ✅ Active | Getting started guides | +| `docs/2_clients/` | ✅ Active | Client documentation | +| `docs/3_miners/` | ✅ Active | Miner documentation | +| `docs/4_blockchain/` | ✅ Active | Blockchain documentation | +| `docs/5_reference/` | ✅ Active | Reference materials | +| `docs/6_architecture/` | ✅ Active | Architecture documentation | +| `docs/7_deployment/` | ✅ Active | Deployment guides | +| `docs/8_development/` | ✅ Active | Development documentation | +| `docs/9_security/` | ✅ Active | Security documentation | ### CLI Tools (`cli/`) @@ -127,14 +123,14 @@ Last updated: 2026-02-12 (evening) | Path | Status | Notes | |------|--------|-------| -| `README.md` | ✅ Active | Project readme, updated with new structure | +| `README.md` | ✅ Active | Project readme, streamlined for idea/overview | | `LICENSE` | ✅ Active | License file | | `.gitignore` | ✅ Active | Recently updated (145 lines) | | `pyproject.toml` | ✅ Active | Python project config | | `.editorconfig` | ✅ Active | Editor config | | `pytest.ini` | ✅ Active | Pytest configuration with custom markers | | `CLEANUP_SUMMARY.md` | ✅ Active | Documentation of directory cleanup | -| `test_block_import.py` | ⚠️ Duplicate | Recreated in root (exists in scripts/testing/) | +| `test_block_import.py` | ✅ Resolved | Moved to `tests/verification/test_block_import.py` | --- @@ -161,243 +157,35 @@ Last updated: 2026-02-12 (evening) --- -## Greylist ⚠️ (Needs Review) - -### Packages - -| Path | Status | Notes | -|------|--------|-------| -| `packages/solidity/aitbc-token/` | 📋 Planned | Smart contracts, deployment planned - see roadmap Stage 20 | - -### Scripts - -| Path | Status | Notes | -|------|--------|-------| -| `scripts/test/` | ✅ Keep | 7 test scripts, all current (Jan 2026) | - -### Documentation - -| Path | Status | Notes | -|------|--------|-------| -| `docs/developer/` | ✅ Keep | 6 markdown files | -| `docs/operator/` | ✅ Keep | 5 markdown files | -| `docs/user/` | ✅ Keep | 1 markdown file | -| `docs/tutorials/` | ✅ Keep | 3 markdown files | - -### Infrastructure - -| Path | Status | Notes | -|------|--------|-------| -| `infra/k8s/` | ✅ Keep | 5 yaml files (backup, cert-manager, netpol, sealed-secrets) | - -### Extensions - -| Path | Status | Notes | -|------|--------|-------| -| `extensions/aitbc-wallet-firefox/` | ✅ Keep | Firefox extension source (7 files) | -| `extensions/aitbc-wallet-firefox-v1.0.5.xpi` | ✅ Keep | Built extension package | - ---- - ## Future Placeholders 📋 (Keep - Will Be Populated) These empty folders are intentional scaffolding for planned future work per the roadmap. | Path | Status | Roadmap Stage | |------|--------|---------------| -| `docs/user/guides/` | 📋 Placeholder | Stage 5 - Documentation | -| `docs/developer/tutorials/` | 📋 Placeholder | Stage 5 - Documentation | -| `docs/reference/specs/` | 📋 Placeholder | Stage 5 - Documentation | -| `infra/terraform/environments/staging/` | 📋 Placeholder | Stage 5 - Infrastructure | -| `infra/terraform/environments/prod/` | 📋 Placeholder | Stage 5 - Infrastructure | -| `infra/helm/values/dev/` | 📋 Placeholder | Stage 5 - Infrastructure | -| `infra/helm/values/staging/` | 📋 Placeholder | Stage 5 - Infrastructure | -| `infra/helm/values/prod/` | 📋 Placeholder | Stage 5 - Infrastructure | -| `apps/coordinator-api/migrations/` | 📋 Placeholder | Alembic migrations | -| `apps/pool-hub/src/app/routers/` | 📋 Placeholder | Stage 3 - Pool Hub | -| `apps/pool-hub/src/app/registry/` | 📋 Placeholder | Stage 3 - Pool Hub | -| `apps/pool-hub/src/app/scoring/` | 📋 Placeholder | Stage 3 - Pool Hub | - ---- - -## Blacklist ❌ (Abandoned - Remove) - -### Abandoned Empty Folders (Created but never used) - -| Path | Status | Notes | -|------|--------|-------| -| `apps/client-web/src/` | ❌ Remove | Created Sep 2025, never implemented | -| `apps/client-web/public/` | ❌ Remove | Created Sep 2025, never implemented | -| `apps/marketplace-ui/` | ❌ Remove | Superseded by `marketplace-web` | -| `apps/wallet-cli/` | ❌ Remove | Superseded by `cli/wallet.py` | -| `packages/py/aitbc-core/src/` | ❌ Remove | Created Sep 2025, never implemented | -| `packages/py/aitbc-p2p/src/` | ❌ Remove | Created Sep 2025, never implemented | -| `packages/py/aitbc-scheduler/src/` | ❌ Remove | Created Sep 2025, never implemented | -| `packages/js/ui-widgets/src/` | ❌ Remove | Created Sep 2025, never implemented | -| `protocols/api/` | ❌ Remove | Never implemented | -| `protocols/payouts/` | ❌ Remove | Never implemented | -| `data/fixtures/` | ❌ Remove | Never populated | -| `data/samples/` | ❌ Remove | Never populated | -| `tools/mkdiagram/` | ❌ Remove | Never implemented | -| `examples/quickstart-client-python/` | ❌ Remove | Never implemented | -| `examples/quickstart-client-js/node/` | ❌ Remove | Never implemented | -| `examples/quickstart-client-js/browser/` | ❌ Remove | Never implemented | -| `examples/receipts-sign-verify/python/` | ❌ Remove | Never implemented | -| `examples/receipts-sign-verify/js/` | ❌ Remove | Never implemented | -| `scripts/env/` | ❌ Remove | Never populated | -| `windsurf/prompts/` | ❌ Remove | Superseded by `.windsurf/` | -| `windsurf/tasks/` | ❌ Remove | Superseded by `.windsurf/` | - -### Duplicate/Redundant Folders - -| Path | Status | Notes | -|------|--------|-------| -| `python-sdk/` | ❌ Duplicate | Duplicates `packages/py/aitbc-sdk/` | -| `windsurf/` | ❌ Duplicate | Superseded by `.windsurf/` | -| `configs/` | ❌ Duplicate | Empty subfolders, duplicates `infra/` and `systemd/` | -| `docs/user-guide/` | ❌ Duplicate | Duplicates `docs/user/` | - -### Ecosystem Folders (Scaffolded but Unused) - -| Path | Status | Notes | -|------|--------|-------| -| `ecosystem/` | ❌ Unused | Only has empty `academic/` subfolder | -| `ecosystem-analytics/` | ❌ Unused | Scaffolded Dec 2025, never used | -| `ecosystem-certification/` | ❌ Unused | Scaffolded Dec 2025, never used | -| `ecosystem-extensions/` | ❌ Unused | Only has template folder | -| `enterprise-connectors/` | ❌ Unused | Scaffolded Dec 2025, never used | - -### Research Folders (Scaffolded but Unused) - -| Path | Status | Notes | -|------|--------|-------| -| `research/autonomous-agents/` | ❌ Unused | Scaffolded, no active work | -| `research/consortium/` | ❌ Unused | Scaffolded, no active work | -| `research/prototypes/` | ❌ Unused | Scaffolded, no active work | -| `research/standards/` | ❌ Unused | Scaffolded, no active work | - -### Generated/Build Artifacts (Should be in .gitignore) - -| Path | Status | Notes | -|------|--------|-------| -| `packages/solidity/aitbc-token/typechain-types/` | ❌ Generated | Build artifact | -| `apps/explorer-web/dist/` | ❌ Generated | Build artifact | -| `logs/` | ❌ Generated | Runtime logs | - ---- - -## Issues Found (2026-02-11) - -### Empty Directories (Delete) - -| Path | Action | -|------|--------| -| `apps/blockchain-node/src/aitbc_chain/ledger/` | Delete — empty placeholder, never implemented | -| `apps/blockchain-node/src/aitbc_chain/mempool/` | Delete — empty dir, mempool logic is in `mempool.py` | -| `apps/coordinator-api/src/app/ws/` | Delete — empty WebSocket placeholder, never implemented | -| `apps/explorer-web/public/js/components/` | Delete — empty, TS components are in `src/components/` | -| `apps/explorer-web/public/js/pages/` | Delete — empty, TS pages are in `src/pages/` | -| `apps/explorer-web/public/js/vendors/` | Delete — empty vendor dir | -| `apps/explorer-web/public/assets/` | Delete — empty assets dir | -| `packages/py/aitbc-crypto/build/bdist.linux-x86_64/` | Delete — build artifact | - -### Files in Wrong Location (Move) - -| Current Path | Correct Path | Reason | -|-------------|-------------|--------| -| `apps/coordinator-api/coordinator.db` | gitignored / `data/` | SQLite database should not be in git | -| `apps/coordinator-api/.env` | gitignored | Environment file with secrets, should not be in git | -| `apps/.service_pids` | gitignored | Runtime PID file, should not be in git | -| `src/aitbc_chain/` | `apps/blockchain-node/src/aitbc_chain/` | Duplicate/stale copy of blockchain node source | -| `website/docs-clients.html` | `website/docs/docs-clients.html` | Inconsistent location, duplicate of file in `docs/` | -| `website/docs-developers.html` | `website/docs/docs-developers.html` | Inconsistent location, duplicate of file in `docs/` | -| `website/docs-miners.html` | `website/docs/docs-miners.html` | Inconsistent location, duplicate of file in `docs/` | -| `website/docs-index.html` | `website/docs/index.html` | Inconsistent location, duplicate of file in `docs/` | - -### Legacy Files (Delete) - -| Path | Reason | -|------|--------| -| `SECURITY_CLEANUP_GUIDE.md` | One-time cleanup guide, already completed | -| `apps/trade-exchange/index_working.html` | Backup copy of `index.html` | -| `apps/trade-exchange/index.prod.html` | Superseded by `build.py` production build | -| `apps/trade-exchange/index.real.html` | Superseded by `build.py` production build | -| `tests/conftest_fixtures.py` | Unused alternate conftest | -| `tests/conftest_full.py` | Unused alternate conftest | -| `tests/conftest_path.py` | Unused alternate conftest | -| `tests/pytest_simple.ini` | Duplicate of root `pytest.ini` | -| `tests/test_blockchain_simple.py` | Superseded by `test_blockchain_nodes.py` | -| `tests/test_blockchain_final.py` | Superseded by `test_blockchain_nodes.py` | -| `tests/test_discovery.py` | One-time discovery script | -| `tests/test_windsurf_integration.py` | IDE-specific test, not for GitHub | -| `scripts/exchange-router-fixed.py` | One-time fix script | -| `scripts/start_mock_blockchain.sh` | Superseded by `tests/mock_blockchain_node.py` | -| `apps/marketplace-web/src/counter.ts` | Vite template boilerplate, unused | -| `apps/marketplace-web/src/typescript.svg` | Vite template boilerplate, unused | -| `apps/marketplace-web/public/vite.svg` | Vite template boilerplate, unused | -| `.vscode/` | IDE-specific, should be gitignored | - -### Debug Print Statements (Replace with logging) - -| File | Lines | Statement | -|------|-------|-----------| -| `apps/coordinator-api/src/app/routers/exchange.py` | 112 | `print(f"Error minting tokens: {e}")` | -| `apps/coordinator-api/src/app/routers/governance.py` | 352-376 | 4x `print(f"Executing ...")` | -| `apps/coordinator-api/src/app/services/receipts.py` | 132 | `print(f"Failed to generate ZK proof: {e}")` | -| `apps/coordinator-api/src/app/services/blockchain.py` | 47 | `print(f"Error getting balance: {e}")` | -| `apps/coordinator-api/src/app/services/bitcoin_wallet.py` | 34-134 | 8x `print(...)` debug statements | -| `apps/coordinator-api/src/app/storage/db_pg.py` | 206 | `print("✅ PostgreSQL database initialized successfully!")` | +| `docs/user/guides/` | ✅ Complete | Stage 19 - Documentation (Q1 2026) | +| `docs/developer/tutorials/` | ✅ Complete | Stage 19 - Documentation (Q1 2026) | +| `docs/reference/specs/` | ✅ Complete | Stage 19 - Documentation (Q1 2026) | +| `infra/terraform/environments/staging/` | ✅ Complete | Stage 19 - Infrastructure (Q1 2026) | +| `infra/terraform/environments/prod/` | ✅ Complete | Stage 19 - Infrastructure (Q1 2026) | +| `infra/helm/values/dev/` | ✅ Complete | Stage 19 - Infrastructure (Q1 2026) | +| `infra/helm/values/staging/` | ✅ Complete | Stage 19 - Infrastructure (Q1 2026) | +| `infra/helm/values/prod/` | ✅ Complete | Stage 19 - Infrastructure (Q1 2026) | +| `apps/coordinator-api/migrations/` | ✅ Complete | Stage 19 - Application Components (Q1 2026) | +| `apps/pool-hub/src/app/routers/` | ✅ Complete | Stage 19 - Application Components (Q1 2026) | +| `apps/pool-hub/src/app/registry/` | ✅ Complete | Stage 19 - Application Components (Q1 2026) | +| `apps/pool-hub/src/app/scoring/` | ✅ Complete | Stage 19 - Application Components (Q1 2026) | --- ## Summary Statistics -| Category | Count | Action | +| Category | Count | Status | |----------|-------|--------| -| **Whitelist ✅** | ~60 items | Keep and maintain | -| **Greylist ⚠️** | 0 items | All resolved | -| **Placeholders 📋** | 12 folders | Fill per roadmap | -| **Removed ❌** | 35 items | Cleaned up 2026-01-24 | -| **Empty dirs** | 8 dirs | Delete | -| **Misplaced files** | 8 files | Move or gitignore | -| **Legacy files** | 18 files | Delete | +| **Whitelist ✅** | ~60 items | Active and maintained | +| **Placeholders 📋** | 12 folders | All complete (Stage 19) | | **Debug prints** | 17 statements | Replace with logger | -### Completed Actions (2026-01-24) - -1. **Cleanup Done**: - - ✅ Removed 21 abandoned/duplicate folders - - ✅ Updated `.gitignore` with comprehensive rules - - ✅ Created this audit document - -2. **Additional Cleanup (2026-01-24)**: - - ✅ Removed `apps/miner-node/` (superseded by `scripts/gpu/`) - - ✅ Removed `apps/miner-dashboard/` (superseded by `website/dashboards/`) - - ✅ Removed `docs/bootstrap/` (empty) - - ✅ Removed 5 GPU miner variants (kept only `gpu_miner_host.py`) - - ✅ Removed 3 extension variants (kept only `aitbc-wallet-firefox/`) - -3. **Final Cleanup (2026-01-24)**: - - ✅ Removed `api/` folder (mock no longer needed - using live production) - - ✅ Removed `governance/` folder (too far in future) - - ✅ Removed `protocols/` folder (spec moved to docs/reference/specs/) - - ✅ Moved `protocols/receipts/spec.md` → `docs/reference/specs/receipt-spec.md` - - ✅ Added ZKReceiptVerifier and receipt spec to roadmap Stage 20 - -4. **Placeholder Plan** (see `roadmap.md` Stage 19): - - Q1 2026: Documentation folders (`docs/user/guides/`, `docs/developer/tutorials/`, `docs/reference/specs/`) - - Q2 2026: Infrastructure (`infra/terraform/`, `infra/helm/`) - - Q2 2026: Pool Hub components - -5. **Directory Organization (2026-01-29)**: - - ✅ Created `docs/guides/` and moved 2 guide files from root - - ✅ Created `docs/reports/` and moved 10 report files from root - - ✅ Created `scripts/testing/` and moved 13 test scripts from root - - ✅ Created `dev-utils/` and moved `aitbc-pythonpath.pth` - - ✅ Moved `coordinator.db` to `data/` directory - - ✅ Updated README.md with new structure - - ✅ Created index README files for new directories - --- ## Folder Structure Recommendation @@ -408,34 +196,41 @@ aitbc/ │ ├── coordinator-api/ # ✅ Keep │ ├── explorer-web/ # ✅ Keep │ ├── marketplace-web/ # ✅ Keep +│ ├── trade-exchange/ # ✅ Keep │ ├── wallet-daemon/ # ✅ Keep +│ ├── blockchain-node/ # ✅ Keep │ └── zk-circuits/ # ✅ Keep ├── cli/ # ✅ CLI tools -├── docs/ # ✅ Markdown documentation -│ ├── guides/ # Development guides -│ └── reports/ # Generated reports +├── contracts/ # ✅ Smart contracts +├── docs/ # ✅ Numbered documentation structure +│ ├── 0_getting_started/ # Getting started guides +│ ├── 1_project/ # Project management +│ ├── 2_clients/ # Client documentation +│ ├── 3_miners/ # Miner documentation +│ ├── 4_blockchain/ # Blockchain documentation +│ ├── 5_reference/ # Reference materials +│ ├── 6_architecture/ # Architecture documentation +│ ├── 7_deployment/ # Deployment guides +│ ├── 8_development/ # Development documentation +│ └── 9_security/ # Security documentation +├── extensions/ # ✅ Browser extensions (Firefox wallet) ├── infra/ # ✅ Infrastructure configs -├── packages/ # ✅ Keep (aitbc-crypto, aitbc-sdk, aitbc-token) +│ ├── k8s/ # Kubernetes manifests +│ └── nginx/ # Nginx configurations +├── packages/ # ✅ Shared libraries +│ ├── py/aitbc-crypto/ # Cryptographic primitives +│ ├── py/aitbc-sdk/ # Python SDK +│ └── solidity/aitbc-token/# ERC-20 token contract ├── plugins/ # ✅ Keep (ollama) -├── scripts/ # ✅ Keep - organized -│ └── testing/ # Test scripts -├── systemd/ # ✅ Keep -├── tests/ # ✅ Keep (e2e, integration, unit, security, load) -├── website/ # ✅ Keep +├── scripts/ # ✅ Keep - organized by purpose +├── systemd/ # ✅ Systemd service units +├── tests/ # ✅ Test suites +├── website/ # ✅ Public website and HTML docs ├── dev-utils/ # ✅ Development utilities ├── data/ # ✅ Runtime data (gitignored) └── .windsurf/ # ✅ Keep ``` -**Folders Removed (2026-01-24)**: -- ✅ `ecosystem*/` (all 4 folders) - removed -- ✅ `enterprise-connectors/` - removed -- ✅ `research/` - removed -- ✅ `python-sdk/` - removed (duplicate) -- ✅ `windsurf/` - removed (duplicate of `.windsurf/`) -- ✅ `configs/` - removed (duplicated `infra/`) -- ✅ Empty `apps/` subfolders - removed (client-web, marketplace-ui, wallet-cli) -- ✅ Empty `packages/` subfolders - removed (aitbc-core, aitbc-p2p, aitbc-scheduler, ui-widgets) -- ✅ Empty `examples/` subfolders - removed -- ✅ `tools/` - removed (empty) -- ✅ `docs/user-guide/` - removed (duplicate) +This structure represents the current clean state of the AITBC repository with all essential components organized for optimal development and deployment workflows. + +**Note**: Redundant `apps/logs/` directory removed - central `logs/` directory at root level is used for all logging. Redundant `assets/` directory removed - Firefox extension assets are properly organized in `extensions/aitbc-wallet-firefox/`. diff --git a/docs/1_project/5_done.md b/docs/1_project/5_done.md index 963c657d..f2e7367e 100644 --- a/docs/1_project/5_done.md +++ b/docs/1_project/5_done.md @@ -679,3 +679,103 @@ This document tracks components that have been successfully deployed and are ope - `blockchain-node.service` → `aitbc-blockchain-node-3.service` - `blockchain-rpc.service` → `aitbc-blockchain-rpc-3.service` - ✅ All services restarted and verified operational + +--- + +# AITBC Project - Completed Tasks + +## 🎉 **Security Audit Framework - FULLY IMPLEMENTED** + +### ✅ **Major Achievements:** + +**1. Docker-Free Security Audit Framework** +- Comprehensive local security audit framework created +- Zero Docker dependency - all native Linux tools +- Enterprise-level security coverage at zero cost +- Continuous monitoring and automated scanning + +**2. Critical Vulnerabilities Fixed** +- **90 CVEs** in Python dependencies resolved +- aiohttp, flask-cors, authlib updated to secure versions +- All application security issues addressed + +**3. System Hardening Completed** +- SSH security hardening (TCPKeepAlive, X11Forwarding, AgentForwarding disabled) +- Redis security (password protection, CONFIG command renamed) +- File permissions tightened (home directory, SSH keys) +- Kernel hardening (Incus-safe network parameters) +- System monitoring enabled (auditd, sysstat) +- Legal banners added (/etc/issue, /etc/issue.net) + +**4. Smart Contract Security Verified** +- **0 vulnerabilities** in actual contract code +- **35 Slither findings** (34 informational OpenZeppelin warnings, 1 Solidity version note) +- **Production-ready smart contracts** with comprehensive security audit +- **OpenZeppelin v5.0.0** upgrade completed for latest security features + +**5. Malware Protection Active** +- RKHunter rootkit detection operational +- ClamAV malware scanning functional +- System integrity monitoring enabled + +### 📊 **Security Metrics:** + +| Component | Status | Score | Issues | +|------------|--------|-------|---------| +| **Dependencies** | ✅ Secure | 100% | 0 CVEs | +| **Smart Contracts** | ✅ Secure | 100% | 0 vulnerabilities | +| **System Security** | ✅ Hardened | 90-95/100 | All critical issues fixed | +| **Malware Protection** | ✅ Active | 95% | Monitoring enabled | +| **Network Security** | ✅ Ready | 90% | Nmap functional | + +### 🚀 **Framework Capabilities:** + +**Automated Security Commands:** +```bash +# Full comprehensive audit +./scripts/comprehensive-security-audit.sh + +# Targeted audits +./scripts/comprehensive-security-audit.sh --contracts-only +./scripts/comprehensive-security-audit.sh --app-only +./scripts/comprehensive-security-audit.sh --system-only +./scripts/comprehensive-security-audit.sh --malware-only +``` + +**Professional Reporting:** +- Executive summaries with risk assessment +- Technical findings with remediation steps +- Compliance checklists for all components +- Continuous monitoring setup + +### 💰 **Cost-Benefit Analysis:** + +| Approach | Cost | Time | Coverage | Confidence | +|----------|------|------|----------|------------| +| Professional Audit | $5K-50K | 2-4 weeks | 95% | Very High | +| **Our Framework** | **$0** | **2-3 weeks** | **95%** | **Very High** | +| Combined | $5K-50K | 4-6 weeks | 99% | Very High | + +**ROI: INFINITE** - Enterprise security at zero cost. + +### 🎯 **Production Readiness:** + +The AITBC project now has: +- **Enterprise-level security** without Docker dependencies +- **Continuous security monitoring** with automated alerts +- **Production-ready infrastructure** with comprehensive hardening +- **Professional audit capabilities** at zero cost +- **Complete vulnerability remediation** across all components + +### 📝 **Documentation Updated:** + +- ✅ Roadmap updated with completed security tasks +- ✅ Security audit framework documented with results +- ✅ Implementation guide and usage instructions +- ✅ Cost-benefit analysis and ROI calculations + +--- + +**Status: 🟢 PRODUCTION READY** + +The Docker-free security audit framework has successfully delivered enterprise-level security assessment and hardening, making AITBC production-ready with continuous monitoring capabilities. diff --git a/docs/done.md b/docs/done.md deleted file mode 100644 index 1f66b372..00000000 --- a/docs/done.md +++ /dev/null @@ -1,97 +0,0 @@ -# AITBC Project - Completed Tasks - -## 🎉 **Security Audit Framework - FULLY IMPLEMENTED** - -### ✅ **Major Achievements:** - -**1. Docker-Free Security Audit Framework** -- Comprehensive local security audit framework created -- Zero Docker dependency - all native Linux tools -- Enterprise-level security coverage at zero cost -- Continuous monitoring and automated scanning - -**2. Critical Vulnerabilities Fixed** -- **90 CVEs** in Python dependencies resolved -- aiohttp, flask-cors, authlib updated to secure versions -- All application security issues addressed - -**3. System Hardening Completed** -- SSH security hardening (TCPKeepAlive, X11Forwarding, AgentForwarding disabled) -- Redis security (password protection, CONFIG command renamed) -- File permissions tightened (home directory, SSH keys) -- Kernel hardening (Incus-safe network parameters) -- System monitoring enabled (auditd, sysstat) -- Legal banners added (/etc/issue, /etc/issue.net) - -**4. Smart Contract Security Verified** -- **0 vulnerabilities** in actual contract code -- **35 Slither findings** (34 informational OpenZeppelin warnings, 1 Solidity version note) -- **Production-ready smart contracts** with comprehensive security audit -- **OpenZeppelin v5.0.0** upgrade completed for latest security features - -**5. Malware Protection Active** -- RKHunter rootkit detection operational -- ClamAV malware scanning functional -- System integrity monitoring enabled - -### 📊 **Security Metrics:** - -| Component | Status | Score | Issues | -|------------|--------|-------|---------| -| **Dependencies** | ✅ Secure | 100% | 0 CVEs | -| **Smart Contracts** | ✅ Secure | 100% | 0 vulnerabilities | -| **System Security** | ✅ Hardened | 90-95/100 | All critical issues fixed | -| **Malware Protection** | ✅ Active | 95% | Monitoring enabled | -| **Network Security** | ✅ Ready | 90% | Nmap functional | - -### 🚀 **Framework Capabilities:** - -**Automated Security Commands:** -```bash -# Full comprehensive audit -./scripts/comprehensive-security-audit.sh - -# Targeted audits -./scripts/comprehensive-security-audit.sh --contracts-only -./scripts/comprehensive-security-audit.sh --app-only -./scripts/comprehensive-security-audit.sh --system-only -./scripts/comprehensive-security-audit.sh --malware-only -``` - -**Professional Reporting:** -- Executive summaries with risk assessment -- Technical findings with remediation steps -- Compliance checklists for all components -- Continuous monitoring setup - -### 💰 **Cost-Benefit Analysis:** - -| Approach | Cost | Time | Coverage | Confidence | -|----------|------|------|----------|------------| -| Professional Audit | $5K-50K | 2-4 weeks | 95% | Very High | -| **Our Framework** | **$0** | **2-3 weeks** | **95%** | **Very High** | -| Combined | $5K-50K | 4-6 weeks | 99% | Very High | - -**ROI: INFINITE** - Enterprise security at zero cost. - -### 🎯 **Production Readiness:** - -The AITBC project now has: -- **Enterprise-level security** without Docker dependencies -- **Continuous security monitoring** with automated alerts -- **Production-ready infrastructure** with comprehensive hardening -- **Professional audit capabilities** at zero cost -- **Complete vulnerability remediation** across all components - -### 📝 **Documentation Updated:** - -- ✅ Roadmap updated with completed security tasks -- ✅ Security audit framework documented with results -- ✅ Implementation guide and usage instructions -- ✅ Cost-benefit analysis and ROI calculations - ---- - -**Status: 🟢 PRODUCTION READY** - -The Docker-free security audit framework has successfully delivered enterprise-level security assessment and hardening, making AITBC production-ready with continuous monitoring capabilities. diff --git a/logs/api.log b/logs/api.log deleted file mode 100644 index 1fd42b00..00000000 --- a/logs/api.log +++ /dev/null @@ -1,7 +0,0 @@ -2025-12-28 11:20:34,949 - src.app.services.zk_proofs - WARNING - ZK circuit files not found. Proof generation disabled. -INFO: Started server process [1529925] -INFO: Waiting for application startup. -INFO: Application startup complete. -ERROR: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8000): address already in use -INFO: Waiting for application shutdown. -INFO: Application shutdown complete. diff --git a/logs/blockchain.log b/logs/blockchain.log deleted file mode 100644 index 2ac5c1d8..00000000 --- a/logs/blockchain.log +++ /dev/null @@ -1,54 +0,0 @@ -Traceback (most recent call last): - File "", line 198, in _run_module_as_main - File "", line 88, in _run_code - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/uvicorn/__main__.py", line 4, in - uvicorn.main() - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/click/core.py", line 1485, in __call__ - return self.main(*args, **kwargs) - ^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/click/core.py", line 1406, in main - rv = self.invoke(ctx) - ^^^^^^^^^^^^^^^^ - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/click/core.py", line 1269, in invoke - return ctx.invoke(self.callback, **ctx.params) - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/click/core.py", line 824, in invoke - return callback(*args, **kwargs) - ^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/uvicorn/main.py", line 410, in main - run( - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/uvicorn/main.py", line 577, in run - server.run() - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/uvicorn/server.py", line 65, in run - return asyncio.run(self.serve(sockets=sockets)) - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/home/oib/.pyenv/versions/3.11.8/lib/python3.11/asyncio/runners.py", line 190, in run - return runner.run(main) - ^^^^^^^^^^^^^^^^ - File "/home/oib/.pyenv/versions/3.11.8/lib/python3.11/asyncio/runners.py", line 118, in run - return self._loop.run_until_complete(task) - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/uvicorn/server.py", line 69, in serve - await self._serve(sockets) - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/uvicorn/server.py", line 76, in _serve - config.load() - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/uvicorn/config.py", line 434, in load - self.loaded_app = import_from_string(self.app) - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/uvicorn/importer.py", line 22, in import_from_string - raise exc from None - File "/home/oib/windsurf/aitbc/apps/.venv/lib/python3.11/site-packages/uvicorn/importer.py", line 19, in import_from_string - module = importlib.import_module(module_str) - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/home/oib/.pyenv/versions/3.11.8/lib/python3.11/importlib/__init__.py", line 126, in import_module - return _bootstrap._gcd_import(name[level:], package, level) - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "", line 1204, in _gcd_import - File "", line 1176, in _find_and_load - File "", line 1126, in _find_and_load_unlocked - File "", line 241, in _call_with_frames_removed - File "", line 1204, in _gcd_import - File "", line 1176, in _find_and_load - File "", line 1140, in _find_and_load_unlocked -ModuleNotFoundError: No module named 'aitbc_chain' diff --git a/logs/exchange.log b/logs/exchange.log deleted file mode 100644 index 18806830..00000000 --- a/logs/exchange.log +++ /dev/null @@ -1,13 +0,0 @@ -Traceback (most recent call last): - File "/home/oib/windsurf/aitbc/apps/trade-exchange/server.py", line 54, in - run_server(port=args.port, directory=args.dir) - File "/home/oib/windsurf/aitbc/apps/trade-exchange/server.py", line 28, in run_server - httpd = HTTPServer(server_address, CORSHTTPRequestHandler) - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/home/oib/.pyenv/versions/3.11.8/lib/python3.11/socketserver.py", line 456, in __init__ - self.server_bind() - File "/home/oib/.pyenv/versions/3.11.8/lib/python3.11/http/server.py", line 136, in server_bind - socketserver.TCPServer.server_bind(self) - File "/home/oib/.pyenv/versions/3.11.8/lib/python3.11/socketserver.py", line 472, in server_bind - self.socket.bind(self.server_address) -OSError: [Errno 98] Address already in use diff --git a/logs/marketplace.log b/logs/marketplace.log deleted file mode 100644 index 355e76d4..00000000 --- a/logs/marketplace.log +++ /dev/null @@ -1,13 +0,0 @@ -Traceback (most recent call last): - File "/home/oib/windsurf/aitbc/apps/marketplace-ui/server.py", line 53, in - run_server(port=args.port, directory=args.dir) - File "/home/oib/windsurf/aitbc/apps/marketplace-ui/server.py", line 28, in run_server - httpd = HTTPServer(server_address, CORSHTTPRequestHandler) - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - File "/home/oib/.pyenv/versions/3.11.8/lib/python3.11/socketserver.py", line 456, in __init__ - self.server_bind() - File "/home/oib/.pyenv/versions/3.11.8/lib/python3.11/http/server.py", line 136, in server_bind - socketserver.TCPServer.server_bind(self) - File "/home/oib/.pyenv/versions/3.11.8/lib/python3.11/socketserver.py", line 472, in server_bind - self.socket.bind(self.server_address) -OSError: [Errno 98] Address already in use diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/AccessControl.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/AccessControl.ts deleted file mode 100644 index 98803591..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/AccessControl.ts +++ /dev/null @@ -1,324 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - BytesLike, - FunctionFragment, - Result, - Interface, - EventFragment, - AddressLike, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedLogDescription, - TypedListener, - TypedContractMethod, -} from "../../../common"; - -export interface AccessControlInterface extends Interface { - getFunction( - nameOrSignature: - | "DEFAULT_ADMIN_ROLE" - | "getRoleAdmin" - | "grantRole" - | "hasRole" - | "renounceRole" - | "revokeRole" - | "supportsInterface" - ): FunctionFragment; - - getEvent( - nameOrSignatureOrTopic: "RoleAdminChanged" | "RoleGranted" | "RoleRevoked" - ): EventFragment; - - encodeFunctionData( - functionFragment: "DEFAULT_ADMIN_ROLE", - values?: undefined - ): string; - encodeFunctionData( - functionFragment: "getRoleAdmin", - values: [BytesLike] - ): string; - encodeFunctionData( - functionFragment: "grantRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "hasRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "renounceRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "revokeRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "supportsInterface", - values: [BytesLike] - ): string; - - decodeFunctionResult( - functionFragment: "DEFAULT_ADMIN_ROLE", - data: BytesLike - ): Result; - decodeFunctionResult( - functionFragment: "getRoleAdmin", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "grantRole", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "hasRole", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "renounceRole", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "revokeRole", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "supportsInterface", - data: BytesLike - ): Result; -} - -export namespace RoleAdminChangedEvent { - export type InputTuple = [ - role: BytesLike, - previousAdminRole: BytesLike, - newAdminRole: BytesLike - ]; - export type OutputTuple = [ - role: string, - previousAdminRole: string, - newAdminRole: string - ]; - export interface OutputObject { - role: string; - previousAdminRole: string; - newAdminRole: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace RoleGrantedEvent { - export type InputTuple = [ - role: BytesLike, - account: AddressLike, - sender: AddressLike - ]; - export type OutputTuple = [role: string, account: string, sender: string]; - export interface OutputObject { - role: string; - account: string; - sender: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace RoleRevokedEvent { - export type InputTuple = [ - role: BytesLike, - account: AddressLike, - sender: AddressLike - ]; - export type OutputTuple = [role: string, account: string, sender: string]; - export interface OutputObject { - role: string; - account: string; - sender: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export interface AccessControl extends BaseContract { - connect(runner?: ContractRunner | null): AccessControl; - waitForDeployment(): Promise; - - interface: AccessControlInterface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - DEFAULT_ADMIN_ROLE: TypedContractMethod<[], [string], "view">; - - getRoleAdmin: TypedContractMethod<[role: BytesLike], [string], "view">; - - grantRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - - hasRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [boolean], - "view" - >; - - renounceRole: TypedContractMethod< - [role: BytesLike, callerConfirmation: AddressLike], - [void], - "nonpayable" - >; - - revokeRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - - supportsInterface: TypedContractMethod< - [interfaceId: BytesLike], - [boolean], - "view" - >; - - getFunction( - key: string | FunctionFragment - ): T; - - getFunction( - nameOrSignature: "DEFAULT_ADMIN_ROLE" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "getRoleAdmin" - ): TypedContractMethod<[role: BytesLike], [string], "view">; - getFunction( - nameOrSignature: "grantRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "hasRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [boolean], - "view" - >; - getFunction( - nameOrSignature: "renounceRole" - ): TypedContractMethod< - [role: BytesLike, callerConfirmation: AddressLike], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "revokeRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "supportsInterface" - ): TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">; - - getEvent( - key: "RoleAdminChanged" - ): TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - getEvent( - key: "RoleGranted" - ): TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - getEvent( - key: "RoleRevoked" - ): TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - - filters: { - "RoleAdminChanged(bytes32,bytes32,bytes32)": TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - RoleAdminChanged: TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - - "RoleGranted(bytes32,address,address)": TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - RoleGranted: TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - - "RoleRevoked(bytes32,address,address)": TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - RoleRevoked: TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - }; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/IAccessControl.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/IAccessControl.ts deleted file mode 100644 index 1f0c8cfb..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/IAccessControl.ts +++ /dev/null @@ -1,292 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - BytesLike, - FunctionFragment, - Result, - Interface, - EventFragment, - AddressLike, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedLogDescription, - TypedListener, - TypedContractMethod, -} from "../../../common"; - -export interface IAccessControlInterface extends Interface { - getFunction( - nameOrSignature: - | "getRoleAdmin" - | "grantRole" - | "hasRole" - | "renounceRole" - | "revokeRole" - ): FunctionFragment; - - getEvent( - nameOrSignatureOrTopic: "RoleAdminChanged" | "RoleGranted" | "RoleRevoked" - ): EventFragment; - - encodeFunctionData( - functionFragment: "getRoleAdmin", - values: [BytesLike] - ): string; - encodeFunctionData( - functionFragment: "grantRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "hasRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "renounceRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "revokeRole", - values: [BytesLike, AddressLike] - ): string; - - decodeFunctionResult( - functionFragment: "getRoleAdmin", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "grantRole", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "hasRole", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "renounceRole", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "revokeRole", data: BytesLike): Result; -} - -export namespace RoleAdminChangedEvent { - export type InputTuple = [ - role: BytesLike, - previousAdminRole: BytesLike, - newAdminRole: BytesLike - ]; - export type OutputTuple = [ - role: string, - previousAdminRole: string, - newAdminRole: string - ]; - export interface OutputObject { - role: string; - previousAdminRole: string; - newAdminRole: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace RoleGrantedEvent { - export type InputTuple = [ - role: BytesLike, - account: AddressLike, - sender: AddressLike - ]; - export type OutputTuple = [role: string, account: string, sender: string]; - export interface OutputObject { - role: string; - account: string; - sender: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace RoleRevokedEvent { - export type InputTuple = [ - role: BytesLike, - account: AddressLike, - sender: AddressLike - ]; - export type OutputTuple = [role: string, account: string, sender: string]; - export interface OutputObject { - role: string; - account: string; - sender: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export interface IAccessControl extends BaseContract { - connect(runner?: ContractRunner | null): IAccessControl; - waitForDeployment(): Promise; - - interface: IAccessControlInterface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - getRoleAdmin: TypedContractMethod<[role: BytesLike], [string], "view">; - - grantRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - - hasRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [boolean], - "view" - >; - - renounceRole: TypedContractMethod< - [role: BytesLike, callerConfirmation: AddressLike], - [void], - "nonpayable" - >; - - revokeRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - - getFunction( - key: string | FunctionFragment - ): T; - - getFunction( - nameOrSignature: "getRoleAdmin" - ): TypedContractMethod<[role: BytesLike], [string], "view">; - getFunction( - nameOrSignature: "grantRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "hasRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [boolean], - "view" - >; - getFunction( - nameOrSignature: "renounceRole" - ): TypedContractMethod< - [role: BytesLike, callerConfirmation: AddressLike], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "revokeRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - - getEvent( - key: "RoleAdminChanged" - ): TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - getEvent( - key: "RoleGranted" - ): TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - getEvent( - key: "RoleRevoked" - ): TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - - filters: { - "RoleAdminChanged(bytes32,bytes32,bytes32)": TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - RoleAdminChanged: TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - - "RoleGranted(bytes32,address,address)": TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - RoleGranted: TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - - "RoleRevoked(bytes32,address,address)": TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - RoleRevoked: TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - }; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/index.ts deleted file mode 100644 index 8209e492..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/access/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export type { AccessControl } from "./AccessControl"; -export type { IAccessControl } from "./IAccessControl"; diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/index.ts deleted file mode 100644 index 07c466da..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/index.ts +++ /dev/null @@ -1,11 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type * as access from "./access"; -export type { access }; -import type * as interfaces from "./interfaces"; -export type { interfaces }; -import type * as token from "./token"; -export type { token }; -import type * as utils from "./utils"; -export type { utils }; diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.ts deleted file mode 100644 index 959e42d8..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.ts +++ /dev/null @@ -1,69 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - FunctionFragment, - Interface, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedListener, -} from "../../../../common"; - -export interface IERC1155ErrorsInterface extends Interface {} - -export interface IERC1155Errors extends BaseContract { - connect(runner?: ContractRunner | null): IERC1155Errors; - waitForDeployment(): Promise; - - interface: IERC1155ErrorsInterface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - getFunction( - key: string | FunctionFragment - ): T; - - filters: {}; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.ts deleted file mode 100644 index 04699221..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.ts +++ /dev/null @@ -1,69 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - FunctionFragment, - Interface, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedListener, -} from "../../../../common"; - -export interface IERC20ErrorsInterface extends Interface {} - -export interface IERC20Errors extends BaseContract { - connect(runner?: ContractRunner | null): IERC20Errors; - waitForDeployment(): Promise; - - interface: IERC20ErrorsInterface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - getFunction( - key: string | FunctionFragment - ): T; - - filters: {}; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.ts deleted file mode 100644 index 39b0d2b5..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.ts +++ /dev/null @@ -1,69 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - FunctionFragment, - Interface, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedListener, -} from "../../../../common"; - -export interface IERC721ErrorsInterface extends Interface {} - -export interface IERC721Errors extends BaseContract { - connect(runner?: ContractRunner | null): IERC721Errors; - waitForDeployment(): Promise; - - interface: IERC721ErrorsInterface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - getFunction( - key: string | FunctionFragment - ): T; - - filters: {}; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts deleted file mode 100644 index 9415fdf5..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts +++ /dev/null @@ -1,6 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export type { IERC1155Errors } from "./IERC1155Errors"; -export type { IERC20Errors } from "./IERC20Errors"; -export type { IERC721Errors } from "./IERC721Errors"; diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/index.ts deleted file mode 100644 index d70b374b..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/interfaces/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type * as draftIerc6093Sol from "./draft-IERC6093.sol"; -export type { draftIerc6093Sol }; diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts deleted file mode 100644 index 46736897..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts +++ /dev/null @@ -1,286 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - BigNumberish, - BytesLike, - FunctionFragment, - Result, - Interface, - EventFragment, - AddressLike, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedLogDescription, - TypedListener, - TypedContractMethod, -} from "../../../../common"; - -export interface ERC20Interface extends Interface { - getFunction( - nameOrSignature: - | "allowance" - | "approve" - | "balanceOf" - | "decimals" - | "name" - | "symbol" - | "totalSupply" - | "transfer" - | "transferFrom" - ): FunctionFragment; - - getEvent(nameOrSignatureOrTopic: "Approval" | "Transfer"): EventFragment; - - encodeFunctionData( - functionFragment: "allowance", - values: [AddressLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "approve", - values: [AddressLike, BigNumberish] - ): string; - encodeFunctionData( - functionFragment: "balanceOf", - values: [AddressLike] - ): string; - encodeFunctionData(functionFragment: "decimals", values?: undefined): string; - encodeFunctionData(functionFragment: "name", values?: undefined): string; - encodeFunctionData(functionFragment: "symbol", values?: undefined): string; - encodeFunctionData( - functionFragment: "totalSupply", - values?: undefined - ): string; - encodeFunctionData( - functionFragment: "transfer", - values: [AddressLike, BigNumberish] - ): string; - encodeFunctionData( - functionFragment: "transferFrom", - values: [AddressLike, AddressLike, BigNumberish] - ): string; - - decodeFunctionResult(functionFragment: "allowance", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "approve", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "name", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "symbol", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "totalSupply", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "transfer", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "transferFrom", - data: BytesLike - ): Result; -} - -export namespace ApprovalEvent { - export type InputTuple = [ - owner: AddressLike, - spender: AddressLike, - value: BigNumberish - ]; - export type OutputTuple = [owner: string, spender: string, value: bigint]; - export interface OutputObject { - owner: string; - spender: string; - value: bigint; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace TransferEvent { - export type InputTuple = [ - from: AddressLike, - to: AddressLike, - value: BigNumberish - ]; - export type OutputTuple = [from: string, to: string, value: bigint]; - export interface OutputObject { - from: string; - to: string; - value: bigint; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export interface ERC20 extends BaseContract { - connect(runner?: ContractRunner | null): ERC20; - waitForDeployment(): Promise; - - interface: ERC20Interface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - allowance: TypedContractMethod< - [owner: AddressLike, spender: AddressLike], - [bigint], - "view" - >; - - approve: TypedContractMethod< - [spender: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - balanceOf: TypedContractMethod<[account: AddressLike], [bigint], "view">; - - decimals: TypedContractMethod<[], [bigint], "view">; - - name: TypedContractMethod<[], [string], "view">; - - symbol: TypedContractMethod<[], [string], "view">; - - totalSupply: TypedContractMethod<[], [bigint], "view">; - - transfer: TypedContractMethod< - [to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - transferFrom: TypedContractMethod< - [from: AddressLike, to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - getFunction( - key: string | FunctionFragment - ): T; - - getFunction( - nameOrSignature: "allowance" - ): TypedContractMethod< - [owner: AddressLike, spender: AddressLike], - [bigint], - "view" - >; - getFunction( - nameOrSignature: "approve" - ): TypedContractMethod< - [spender: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - getFunction( - nameOrSignature: "balanceOf" - ): TypedContractMethod<[account: AddressLike], [bigint], "view">; - getFunction( - nameOrSignature: "decimals" - ): TypedContractMethod<[], [bigint], "view">; - getFunction( - nameOrSignature: "name" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "symbol" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "totalSupply" - ): TypedContractMethod<[], [bigint], "view">; - getFunction( - nameOrSignature: "transfer" - ): TypedContractMethod< - [to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - getFunction( - nameOrSignature: "transferFrom" - ): TypedContractMethod< - [from: AddressLike, to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - getEvent( - key: "Approval" - ): TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - getEvent( - key: "Transfer" - ): TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - - filters: { - "Approval(address,address,uint256)": TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - Approval: TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - - "Transfer(address,address,uint256)": TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - Transfer: TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - }; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.ts deleted file mode 100644 index d800ff34..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.ts +++ /dev/null @@ -1,262 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - BigNumberish, - BytesLike, - FunctionFragment, - Result, - Interface, - EventFragment, - AddressLike, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedLogDescription, - TypedListener, - TypedContractMethod, -} from "../../../../common"; - -export interface IERC20Interface extends Interface { - getFunction( - nameOrSignature: - | "allowance" - | "approve" - | "balanceOf" - | "totalSupply" - | "transfer" - | "transferFrom" - ): FunctionFragment; - - getEvent(nameOrSignatureOrTopic: "Approval" | "Transfer"): EventFragment; - - encodeFunctionData( - functionFragment: "allowance", - values: [AddressLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "approve", - values: [AddressLike, BigNumberish] - ): string; - encodeFunctionData( - functionFragment: "balanceOf", - values: [AddressLike] - ): string; - encodeFunctionData( - functionFragment: "totalSupply", - values?: undefined - ): string; - encodeFunctionData( - functionFragment: "transfer", - values: [AddressLike, BigNumberish] - ): string; - encodeFunctionData( - functionFragment: "transferFrom", - values: [AddressLike, AddressLike, BigNumberish] - ): string; - - decodeFunctionResult(functionFragment: "allowance", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "approve", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "totalSupply", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "transfer", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "transferFrom", - data: BytesLike - ): Result; -} - -export namespace ApprovalEvent { - export type InputTuple = [ - owner: AddressLike, - spender: AddressLike, - value: BigNumberish - ]; - export type OutputTuple = [owner: string, spender: string, value: bigint]; - export interface OutputObject { - owner: string; - spender: string; - value: bigint; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace TransferEvent { - export type InputTuple = [ - from: AddressLike, - to: AddressLike, - value: BigNumberish - ]; - export type OutputTuple = [from: string, to: string, value: bigint]; - export interface OutputObject { - from: string; - to: string; - value: bigint; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export interface IERC20 extends BaseContract { - connect(runner?: ContractRunner | null): IERC20; - waitForDeployment(): Promise; - - interface: IERC20Interface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - allowance: TypedContractMethod< - [owner: AddressLike, spender: AddressLike], - [bigint], - "view" - >; - - approve: TypedContractMethod< - [spender: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - balanceOf: TypedContractMethod<[account: AddressLike], [bigint], "view">; - - totalSupply: TypedContractMethod<[], [bigint], "view">; - - transfer: TypedContractMethod< - [to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - transferFrom: TypedContractMethod< - [from: AddressLike, to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - getFunction( - key: string | FunctionFragment - ): T; - - getFunction( - nameOrSignature: "allowance" - ): TypedContractMethod< - [owner: AddressLike, spender: AddressLike], - [bigint], - "view" - >; - getFunction( - nameOrSignature: "approve" - ): TypedContractMethod< - [spender: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - getFunction( - nameOrSignature: "balanceOf" - ): TypedContractMethod<[account: AddressLike], [bigint], "view">; - getFunction( - nameOrSignature: "totalSupply" - ): TypedContractMethod<[], [bigint], "view">; - getFunction( - nameOrSignature: "transfer" - ): TypedContractMethod< - [to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - getFunction( - nameOrSignature: "transferFrom" - ): TypedContractMethod< - [from: AddressLike, to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - getEvent( - key: "Approval" - ): TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - getEvent( - key: "Transfer" - ): TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - - filters: { - "Approval(address,address,uint256)": TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - Approval: TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - - "Transfer(address,address,uint256)": TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - Transfer: TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - }; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.ts deleted file mode 100644 index 6b509353..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.ts +++ /dev/null @@ -1,286 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - BigNumberish, - BytesLike, - FunctionFragment, - Result, - Interface, - EventFragment, - AddressLike, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedLogDescription, - TypedListener, - TypedContractMethod, -} from "../../../../../common"; - -export interface IERC20MetadataInterface extends Interface { - getFunction( - nameOrSignature: - | "allowance" - | "approve" - | "balanceOf" - | "decimals" - | "name" - | "symbol" - | "totalSupply" - | "transfer" - | "transferFrom" - ): FunctionFragment; - - getEvent(nameOrSignatureOrTopic: "Approval" | "Transfer"): EventFragment; - - encodeFunctionData( - functionFragment: "allowance", - values: [AddressLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "approve", - values: [AddressLike, BigNumberish] - ): string; - encodeFunctionData( - functionFragment: "balanceOf", - values: [AddressLike] - ): string; - encodeFunctionData(functionFragment: "decimals", values?: undefined): string; - encodeFunctionData(functionFragment: "name", values?: undefined): string; - encodeFunctionData(functionFragment: "symbol", values?: undefined): string; - encodeFunctionData( - functionFragment: "totalSupply", - values?: undefined - ): string; - encodeFunctionData( - functionFragment: "transfer", - values: [AddressLike, BigNumberish] - ): string; - encodeFunctionData( - functionFragment: "transferFrom", - values: [AddressLike, AddressLike, BigNumberish] - ): string; - - decodeFunctionResult(functionFragment: "allowance", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "approve", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "name", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "symbol", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "totalSupply", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "transfer", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "transferFrom", - data: BytesLike - ): Result; -} - -export namespace ApprovalEvent { - export type InputTuple = [ - owner: AddressLike, - spender: AddressLike, - value: BigNumberish - ]; - export type OutputTuple = [owner: string, spender: string, value: bigint]; - export interface OutputObject { - owner: string; - spender: string; - value: bigint; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace TransferEvent { - export type InputTuple = [ - from: AddressLike, - to: AddressLike, - value: BigNumberish - ]; - export type OutputTuple = [from: string, to: string, value: bigint]; - export interface OutputObject { - from: string; - to: string; - value: bigint; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export interface IERC20Metadata extends BaseContract { - connect(runner?: ContractRunner | null): IERC20Metadata; - waitForDeployment(): Promise; - - interface: IERC20MetadataInterface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - allowance: TypedContractMethod< - [owner: AddressLike, spender: AddressLike], - [bigint], - "view" - >; - - approve: TypedContractMethod< - [spender: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - balanceOf: TypedContractMethod<[account: AddressLike], [bigint], "view">; - - decimals: TypedContractMethod<[], [bigint], "view">; - - name: TypedContractMethod<[], [string], "view">; - - symbol: TypedContractMethod<[], [string], "view">; - - totalSupply: TypedContractMethod<[], [bigint], "view">; - - transfer: TypedContractMethod< - [to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - transferFrom: TypedContractMethod< - [from: AddressLike, to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - getFunction( - key: string | FunctionFragment - ): T; - - getFunction( - nameOrSignature: "allowance" - ): TypedContractMethod< - [owner: AddressLike, spender: AddressLike], - [bigint], - "view" - >; - getFunction( - nameOrSignature: "approve" - ): TypedContractMethod< - [spender: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - getFunction( - nameOrSignature: "balanceOf" - ): TypedContractMethod<[account: AddressLike], [bigint], "view">; - getFunction( - nameOrSignature: "decimals" - ): TypedContractMethod<[], [bigint], "view">; - getFunction( - nameOrSignature: "name" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "symbol" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "totalSupply" - ): TypedContractMethod<[], [bigint], "view">; - getFunction( - nameOrSignature: "transfer" - ): TypedContractMethod< - [to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - getFunction( - nameOrSignature: "transferFrom" - ): TypedContractMethod< - [from: AddressLike, to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - getEvent( - key: "Approval" - ): TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - getEvent( - key: "Transfer" - ): TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - - filters: { - "Approval(address,address,uint256)": TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - Approval: TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - - "Transfer(address,address,uint256)": TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - Transfer: TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - }; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.ts deleted file mode 100644 index 6044cdef..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export type { IERC20Metadata } from "./IERC20Metadata"; diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/index.ts deleted file mode 100644 index cc196974..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/ERC20/index.ts +++ /dev/null @@ -1,7 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type * as extensions from "./extensions"; -export type { extensions }; -export type { ERC20 } from "./ERC20"; -export type { IERC20 } from "./IERC20"; diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/index.ts deleted file mode 100644 index 5c4062a9..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/token/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type * as erc20 from "./ERC20"; -export type { erc20 }; diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/Strings.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/Strings.ts deleted file mode 100644 index 08a73eb0..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/Strings.ts +++ /dev/null @@ -1,69 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - FunctionFragment, - Interface, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedListener, -} from "../../../common"; - -export interface StringsInterface extends Interface {} - -export interface Strings extends BaseContract { - connect(runner?: ContractRunner | null): Strings; - waitForDeployment(): Promise; - - interface: StringsInterface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - getFunction( - key: string | FunctionFragment - ): T; - - filters: {}; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/cryptography/ECDSA.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/cryptography/ECDSA.ts deleted file mode 100644 index 433b59f5..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/cryptography/ECDSA.ts +++ /dev/null @@ -1,69 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - FunctionFragment, - Interface, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedListener, -} from "../../../../common"; - -export interface ECDSAInterface extends Interface {} - -export interface ECDSA extends BaseContract { - connect(runner?: ContractRunner | null): ECDSA; - waitForDeployment(): Promise; - - interface: ECDSAInterface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - getFunction( - key: string | FunctionFragment - ): T; - - filters: {}; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/cryptography/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/cryptography/index.ts deleted file mode 100644 index 62499625..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/cryptography/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export type { ECDSA } from "./ECDSA"; diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/index.ts deleted file mode 100644 index bdc50da8..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/index.ts +++ /dev/null @@ -1,10 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type * as cryptography from "./cryptography"; -export type { cryptography }; -import type * as introspection from "./introspection"; -export type { introspection }; -import type * as math from "./math"; -export type { math }; -export type { Strings } from "./Strings"; diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.ts deleted file mode 100644 index e56b1fd7..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.ts +++ /dev/null @@ -1,94 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - BytesLike, - FunctionFragment, - Result, - Interface, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedListener, - TypedContractMethod, -} from "../../../../common"; - -export interface ERC165Interface extends Interface { - getFunction(nameOrSignature: "supportsInterface"): FunctionFragment; - - encodeFunctionData( - functionFragment: "supportsInterface", - values: [BytesLike] - ): string; - - decodeFunctionResult( - functionFragment: "supportsInterface", - data: BytesLike - ): Result; -} - -export interface ERC165 extends BaseContract { - connect(runner?: ContractRunner | null): ERC165; - waitForDeployment(): Promise; - - interface: ERC165Interface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - supportsInterface: TypedContractMethod< - [interfaceId: BytesLike], - [boolean], - "view" - >; - - getFunction( - key: string | FunctionFragment - ): T; - - getFunction( - nameOrSignature: "supportsInterface" - ): TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">; - - filters: {}; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.ts deleted file mode 100644 index c943112c..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.ts +++ /dev/null @@ -1,94 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - BytesLike, - FunctionFragment, - Result, - Interface, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedListener, - TypedContractMethod, -} from "../../../../common"; - -export interface IERC165Interface extends Interface { - getFunction(nameOrSignature: "supportsInterface"): FunctionFragment; - - encodeFunctionData( - functionFragment: "supportsInterface", - values: [BytesLike] - ): string; - - decodeFunctionResult( - functionFragment: "supportsInterface", - data: BytesLike - ): Result; -} - -export interface IERC165 extends BaseContract { - connect(runner?: ContractRunner | null): IERC165; - waitForDeployment(): Promise; - - interface: IERC165Interface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - supportsInterface: TypedContractMethod< - [interfaceId: BytesLike], - [boolean], - "view" - >; - - getFunction( - key: string | FunctionFragment - ): T; - - getFunction( - nameOrSignature: "supportsInterface" - ): TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">; - - filters: {}; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/index.ts deleted file mode 100644 index d7fccec7..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/introspection/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export type { ERC165 } from "./ERC165"; -export type { IERC165 } from "./IERC165"; diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.ts deleted file mode 100644 index 53ebdc0b..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.ts +++ /dev/null @@ -1,69 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - FunctionFragment, - Interface, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedListener, -} from "../../../../common"; - -export interface SafeCastInterface extends Interface {} - -export interface SafeCast extends BaseContract { - connect(runner?: ContractRunner | null): SafeCast; - waitForDeployment(): Promise; - - interface: SafeCastInterface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - getFunction( - key: string | FunctionFragment - ): T; - - filters: {}; -} diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/math/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/math/index.ts deleted file mode 100644 index 1952fed4..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/contracts/utils/math/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export type { SafeCast } from "./SafeCast"; diff --git a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/index.ts b/packages/solidity/aitbc-token/typechain-types/@openzeppelin/index.ts deleted file mode 100644 index a11e4ca2..00000000 --- a/packages/solidity/aitbc-token/typechain-types/@openzeppelin/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type * as contracts from "./contracts"; -export type { contracts }; diff --git a/packages/solidity/aitbc-token/typechain-types/common.ts b/packages/solidity/aitbc-token/typechain-types/common.ts deleted file mode 100644 index 56b5f21e..00000000 --- a/packages/solidity/aitbc-token/typechain-types/common.ts +++ /dev/null @@ -1,131 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - FunctionFragment, - Typed, - EventFragment, - ContractTransaction, - ContractTransactionResponse, - DeferredTopicFilter, - EventLog, - TransactionRequest, - LogDescription, -} from "ethers"; - -export interface TypedDeferredTopicFilter<_TCEvent extends TypedContractEvent> - extends DeferredTopicFilter {} - -export interface TypedContractEvent< - InputTuple extends Array = any, - OutputTuple extends Array = any, - OutputObject = any -> { - (...args: Partial): TypedDeferredTopicFilter< - TypedContractEvent - >; - name: string; - fragment: EventFragment; - getFragment(...args: Partial): EventFragment; -} - -type __TypechainAOutputTuple = T extends TypedContractEvent< - infer _U, - infer W -> - ? W - : never; -type __TypechainOutputObject = T extends TypedContractEvent< - infer _U, - infer _W, - infer V -> - ? V - : never; - -export interface TypedEventLog - extends Omit { - args: __TypechainAOutputTuple & __TypechainOutputObject; -} - -export interface TypedLogDescription - extends Omit { - args: __TypechainAOutputTuple & __TypechainOutputObject; -} - -export type TypedListener = ( - ...listenerArg: [ - ...__TypechainAOutputTuple, - TypedEventLog, - ...undefined[] - ] -) => void; - -export type MinEthersFactory = { - deploy(...a: ARGS[]): Promise; -}; - -export type GetContractTypeFromFactory = F extends MinEthersFactory< - infer C, - any -> - ? C - : never; -export type GetARGsTypeFromFactory = F extends MinEthersFactory - ? Parameters - : never; - -export type StateMutability = "nonpayable" | "payable" | "view"; - -export type BaseOverrides = Omit; -export type NonPayableOverrides = Omit< - BaseOverrides, - "value" | "blockTag" | "enableCcipRead" ->; -export type PayableOverrides = Omit< - BaseOverrides, - "blockTag" | "enableCcipRead" ->; -export type ViewOverrides = Omit; -export type Overrides = S extends "nonpayable" - ? NonPayableOverrides - : S extends "payable" - ? PayableOverrides - : ViewOverrides; - -export type PostfixOverrides, S extends StateMutability> = - | A - | [...A, Overrides]; -export type ContractMethodArgs< - A extends Array, - S extends StateMutability -> = PostfixOverrides<{ [I in keyof A]-?: A[I] | Typed }, S>; - -export type DefaultReturnType = R extends Array ? R[0] : R; - -// export interface ContractMethod = Array, R = any, D extends R | ContractTransactionResponse = R | ContractTransactionResponse> { -export interface TypedContractMethod< - A extends Array = Array, - R = any, - S extends StateMutability = "payable" -> { - (...args: ContractMethodArgs): S extends "view" - ? Promise> - : Promise; - - name: string; - - fragment: FunctionFragment; - - getFragment(...args: ContractMethodArgs): FunctionFragment; - - populateTransaction( - ...args: ContractMethodArgs - ): Promise; - staticCall( - ...args: ContractMethodArgs - ): Promise>; - send(...args: ContractMethodArgs): Promise; - estimateGas(...args: ContractMethodArgs): Promise; - staticCallResult(...args: ContractMethodArgs): Promise; -} diff --git a/packages/solidity/aitbc-token/typechain-types/contracts/AIToken.ts b/packages/solidity/aitbc-token/typechain-types/contracts/AIToken.ts deleted file mode 100644 index 76da9e3e..00000000 --- a/packages/solidity/aitbc-token/typechain-types/contracts/AIToken.ts +++ /dev/null @@ -1,667 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - BigNumberish, - BytesLike, - FunctionFragment, - Result, - Interface, - EventFragment, - AddressLike, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedLogDescription, - TypedListener, - TypedContractMethod, -} from "../common"; - -export interface AITokenInterface extends Interface { - getFunction( - nameOrSignature: - | "ATTESTOR_ROLE" - | "COORDINATOR_ROLE" - | "DEFAULT_ADMIN_ROLE" - | "allowance" - | "approve" - | "balanceOf" - | "consumedReceipts" - | "decimals" - | "getRoleAdmin" - | "grantRole" - | "hasRole" - | "mintDigest" - | "mintWithReceipt" - | "name" - | "renounceRole" - | "revokeRole" - | "supportsInterface" - | "symbol" - | "totalSupply" - | "transfer" - | "transferFrom" - ): FunctionFragment; - - getEvent( - nameOrSignatureOrTopic: - | "Approval" - | "ReceiptConsumed" - | "RoleAdminChanged" - | "RoleGranted" - | "RoleRevoked" - | "Transfer" - ): EventFragment; - - encodeFunctionData( - functionFragment: "ATTESTOR_ROLE", - values?: undefined - ): string; - encodeFunctionData( - functionFragment: "COORDINATOR_ROLE", - values?: undefined - ): string; - encodeFunctionData( - functionFragment: "DEFAULT_ADMIN_ROLE", - values?: undefined - ): string; - encodeFunctionData( - functionFragment: "allowance", - values: [AddressLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "approve", - values: [AddressLike, BigNumberish] - ): string; - encodeFunctionData( - functionFragment: "balanceOf", - values: [AddressLike] - ): string; - encodeFunctionData( - functionFragment: "consumedReceipts", - values: [BytesLike] - ): string; - encodeFunctionData(functionFragment: "decimals", values?: undefined): string; - encodeFunctionData( - functionFragment: "getRoleAdmin", - values: [BytesLike] - ): string; - encodeFunctionData( - functionFragment: "grantRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "hasRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "mintDigest", - values: [AddressLike, BigNumberish, BytesLike] - ): string; - encodeFunctionData( - functionFragment: "mintWithReceipt", - values: [AddressLike, BigNumberish, BytesLike, BytesLike] - ): string; - encodeFunctionData(functionFragment: "name", values?: undefined): string; - encodeFunctionData( - functionFragment: "renounceRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "revokeRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "supportsInterface", - values: [BytesLike] - ): string; - encodeFunctionData(functionFragment: "symbol", values?: undefined): string; - encodeFunctionData( - functionFragment: "totalSupply", - values?: undefined - ): string; - encodeFunctionData( - functionFragment: "transfer", - values: [AddressLike, BigNumberish] - ): string; - encodeFunctionData( - functionFragment: "transferFrom", - values: [AddressLike, AddressLike, BigNumberish] - ): string; - - decodeFunctionResult( - functionFragment: "ATTESTOR_ROLE", - data: BytesLike - ): Result; - decodeFunctionResult( - functionFragment: "COORDINATOR_ROLE", - data: BytesLike - ): Result; - decodeFunctionResult( - functionFragment: "DEFAULT_ADMIN_ROLE", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "allowance", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "approve", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "consumedReceipts", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "getRoleAdmin", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "grantRole", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "hasRole", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "mintDigest", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "mintWithReceipt", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "name", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "renounceRole", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "revokeRole", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "supportsInterface", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "symbol", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "totalSupply", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "transfer", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "transferFrom", - data: BytesLike - ): Result; -} - -export namespace ApprovalEvent { - export type InputTuple = [ - owner: AddressLike, - spender: AddressLike, - value: BigNumberish - ]; - export type OutputTuple = [owner: string, spender: string, value: bigint]; - export interface OutputObject { - owner: string; - spender: string; - value: bigint; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace ReceiptConsumedEvent { - export type InputTuple = [ - receiptHash: BytesLike, - provider: AddressLike, - units: BigNumberish, - attestor: AddressLike - ]; - export type OutputTuple = [ - receiptHash: string, - provider: string, - units: bigint, - attestor: string - ]; - export interface OutputObject { - receiptHash: string; - provider: string; - units: bigint; - attestor: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace RoleAdminChangedEvent { - export type InputTuple = [ - role: BytesLike, - previousAdminRole: BytesLike, - newAdminRole: BytesLike - ]; - export type OutputTuple = [ - role: string, - previousAdminRole: string, - newAdminRole: string - ]; - export interface OutputObject { - role: string; - previousAdminRole: string; - newAdminRole: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace RoleGrantedEvent { - export type InputTuple = [ - role: BytesLike, - account: AddressLike, - sender: AddressLike - ]; - export type OutputTuple = [role: string, account: string, sender: string]; - export interface OutputObject { - role: string; - account: string; - sender: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace RoleRevokedEvent { - export type InputTuple = [ - role: BytesLike, - account: AddressLike, - sender: AddressLike - ]; - export type OutputTuple = [role: string, account: string, sender: string]; - export interface OutputObject { - role: string; - account: string; - sender: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace TransferEvent { - export type InputTuple = [ - from: AddressLike, - to: AddressLike, - value: BigNumberish - ]; - export type OutputTuple = [from: string, to: string, value: bigint]; - export interface OutputObject { - from: string; - to: string; - value: bigint; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export interface AIToken extends BaseContract { - connect(runner?: ContractRunner | null): AIToken; - waitForDeployment(): Promise; - - interface: AITokenInterface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - ATTESTOR_ROLE: TypedContractMethod<[], [string], "view">; - - COORDINATOR_ROLE: TypedContractMethod<[], [string], "view">; - - DEFAULT_ADMIN_ROLE: TypedContractMethod<[], [string], "view">; - - allowance: TypedContractMethod< - [owner: AddressLike, spender: AddressLike], - [bigint], - "view" - >; - - approve: TypedContractMethod< - [spender: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - balanceOf: TypedContractMethod<[account: AddressLike], [bigint], "view">; - - consumedReceipts: TypedContractMethod<[arg0: BytesLike], [boolean], "view">; - - decimals: TypedContractMethod<[], [bigint], "view">; - - getRoleAdmin: TypedContractMethod<[role: BytesLike], [string], "view">; - - grantRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - - hasRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [boolean], - "view" - >; - - mintDigest: TypedContractMethod< - [provider: AddressLike, units: BigNumberish, receiptHash: BytesLike], - [string], - "view" - >; - - mintWithReceipt: TypedContractMethod< - [ - provider: AddressLike, - units: BigNumberish, - receiptHash: BytesLike, - signature: BytesLike - ], - [void], - "nonpayable" - >; - - name: TypedContractMethod<[], [string], "view">; - - renounceRole: TypedContractMethod< - [role: BytesLike, callerConfirmation: AddressLike], - [void], - "nonpayable" - >; - - revokeRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - - supportsInterface: TypedContractMethod< - [interfaceId: BytesLike], - [boolean], - "view" - >; - - symbol: TypedContractMethod<[], [string], "view">; - - totalSupply: TypedContractMethod<[], [bigint], "view">; - - transfer: TypedContractMethod< - [to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - transferFrom: TypedContractMethod< - [from: AddressLike, to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - getFunction( - key: string | FunctionFragment - ): T; - - getFunction( - nameOrSignature: "ATTESTOR_ROLE" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "COORDINATOR_ROLE" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "DEFAULT_ADMIN_ROLE" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "allowance" - ): TypedContractMethod< - [owner: AddressLike, spender: AddressLike], - [bigint], - "view" - >; - getFunction( - nameOrSignature: "approve" - ): TypedContractMethod< - [spender: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - getFunction( - nameOrSignature: "balanceOf" - ): TypedContractMethod<[account: AddressLike], [bigint], "view">; - getFunction( - nameOrSignature: "consumedReceipts" - ): TypedContractMethod<[arg0: BytesLike], [boolean], "view">; - getFunction( - nameOrSignature: "decimals" - ): TypedContractMethod<[], [bigint], "view">; - getFunction( - nameOrSignature: "getRoleAdmin" - ): TypedContractMethod<[role: BytesLike], [string], "view">; - getFunction( - nameOrSignature: "grantRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "hasRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [boolean], - "view" - >; - getFunction( - nameOrSignature: "mintDigest" - ): TypedContractMethod< - [provider: AddressLike, units: BigNumberish, receiptHash: BytesLike], - [string], - "view" - >; - getFunction( - nameOrSignature: "mintWithReceipt" - ): TypedContractMethod< - [ - provider: AddressLike, - units: BigNumberish, - receiptHash: BytesLike, - signature: BytesLike - ], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "name" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "renounceRole" - ): TypedContractMethod< - [role: BytesLike, callerConfirmation: AddressLike], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "revokeRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "supportsInterface" - ): TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">; - getFunction( - nameOrSignature: "symbol" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "totalSupply" - ): TypedContractMethod<[], [bigint], "view">; - getFunction( - nameOrSignature: "transfer" - ): TypedContractMethod< - [to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - getFunction( - nameOrSignature: "transferFrom" - ): TypedContractMethod< - [from: AddressLike, to: AddressLike, value: BigNumberish], - [boolean], - "nonpayable" - >; - - getEvent( - key: "Approval" - ): TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - getEvent( - key: "ReceiptConsumed" - ): TypedContractEvent< - ReceiptConsumedEvent.InputTuple, - ReceiptConsumedEvent.OutputTuple, - ReceiptConsumedEvent.OutputObject - >; - getEvent( - key: "RoleAdminChanged" - ): TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - getEvent( - key: "RoleGranted" - ): TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - getEvent( - key: "RoleRevoked" - ): TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - getEvent( - key: "Transfer" - ): TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - - filters: { - "Approval(address,address,uint256)": TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - Approval: TypedContractEvent< - ApprovalEvent.InputTuple, - ApprovalEvent.OutputTuple, - ApprovalEvent.OutputObject - >; - - "ReceiptConsumed(bytes32,address,uint256,address)": TypedContractEvent< - ReceiptConsumedEvent.InputTuple, - ReceiptConsumedEvent.OutputTuple, - ReceiptConsumedEvent.OutputObject - >; - ReceiptConsumed: TypedContractEvent< - ReceiptConsumedEvent.InputTuple, - ReceiptConsumedEvent.OutputTuple, - ReceiptConsumedEvent.OutputObject - >; - - "RoleAdminChanged(bytes32,bytes32,bytes32)": TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - RoleAdminChanged: TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - - "RoleGranted(bytes32,address,address)": TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - RoleGranted: TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - - "RoleRevoked(bytes32,address,address)": TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - RoleRevoked: TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - - "Transfer(address,address,uint256)": TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - Transfer: TypedContractEvent< - TransferEvent.InputTuple, - TransferEvent.OutputTuple, - TransferEvent.OutputObject - >; - }; -} diff --git a/packages/solidity/aitbc-token/typechain-types/contracts/AITokenRegistry.ts b/packages/solidity/aitbc-token/typechain-types/contracts/AITokenRegistry.ts deleted file mode 100644 index 36577d03..00000000 --- a/packages/solidity/aitbc-token/typechain-types/contracts/AITokenRegistry.ts +++ /dev/null @@ -1,512 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type { - BaseContract, - BigNumberish, - BytesLike, - FunctionFragment, - Result, - Interface, - EventFragment, - AddressLike, - ContractRunner, - ContractMethod, - Listener, -} from "ethers"; -import type { - TypedContractEvent, - TypedDeferredTopicFilter, - TypedEventLog, - TypedLogDescription, - TypedListener, - TypedContractMethod, -} from "../common"; - -export declare namespace AITokenRegistry { - export type ProviderInfoStruct = { - active: boolean; - collateral: BigNumberish; - }; - - export type ProviderInfoStructOutput = [ - active: boolean, - collateral: bigint - ] & { active: boolean; collateral: bigint }; -} - -export interface AITokenRegistryInterface extends Interface { - getFunction( - nameOrSignature: - | "COORDINATOR_ROLE" - | "DEFAULT_ADMIN_ROLE" - | "getRoleAdmin" - | "grantRole" - | "hasRole" - | "providerInfo" - | "providers" - | "registerProvider" - | "renounceRole" - | "revokeRole" - | "supportsInterface" - | "updateProvider" - ): FunctionFragment; - - getEvent( - nameOrSignatureOrTopic: - | "ProviderRegistered" - | "ProviderUpdated" - | "RoleAdminChanged" - | "RoleGranted" - | "RoleRevoked" - ): EventFragment; - - encodeFunctionData( - functionFragment: "COORDINATOR_ROLE", - values?: undefined - ): string; - encodeFunctionData( - functionFragment: "DEFAULT_ADMIN_ROLE", - values?: undefined - ): string; - encodeFunctionData( - functionFragment: "getRoleAdmin", - values: [BytesLike] - ): string; - encodeFunctionData( - functionFragment: "grantRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "hasRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "providerInfo", - values: [AddressLike] - ): string; - encodeFunctionData( - functionFragment: "providers", - values: [AddressLike] - ): string; - encodeFunctionData( - functionFragment: "registerProvider", - values: [AddressLike, BigNumberish] - ): string; - encodeFunctionData( - functionFragment: "renounceRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "revokeRole", - values: [BytesLike, AddressLike] - ): string; - encodeFunctionData( - functionFragment: "supportsInterface", - values: [BytesLike] - ): string; - encodeFunctionData( - functionFragment: "updateProvider", - values: [AddressLike, boolean, BigNumberish] - ): string; - - decodeFunctionResult( - functionFragment: "COORDINATOR_ROLE", - data: BytesLike - ): Result; - decodeFunctionResult( - functionFragment: "DEFAULT_ADMIN_ROLE", - data: BytesLike - ): Result; - decodeFunctionResult( - functionFragment: "getRoleAdmin", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "grantRole", data: BytesLike): Result; - decodeFunctionResult(functionFragment: "hasRole", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "providerInfo", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "providers", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "registerProvider", - data: BytesLike - ): Result; - decodeFunctionResult( - functionFragment: "renounceRole", - data: BytesLike - ): Result; - decodeFunctionResult(functionFragment: "revokeRole", data: BytesLike): Result; - decodeFunctionResult( - functionFragment: "supportsInterface", - data: BytesLike - ): Result; - decodeFunctionResult( - functionFragment: "updateProvider", - data: BytesLike - ): Result; -} - -export namespace ProviderRegisteredEvent { - export type InputTuple = [provider: AddressLike, collateral: BigNumberish]; - export type OutputTuple = [provider: string, collateral: bigint]; - export interface OutputObject { - provider: string; - collateral: bigint; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace ProviderUpdatedEvent { - export type InputTuple = [ - provider: AddressLike, - active: boolean, - collateral: BigNumberish - ]; - export type OutputTuple = [ - provider: string, - active: boolean, - collateral: bigint - ]; - export interface OutputObject { - provider: string; - active: boolean; - collateral: bigint; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace RoleAdminChangedEvent { - export type InputTuple = [ - role: BytesLike, - previousAdminRole: BytesLike, - newAdminRole: BytesLike - ]; - export type OutputTuple = [ - role: string, - previousAdminRole: string, - newAdminRole: string - ]; - export interface OutputObject { - role: string; - previousAdminRole: string; - newAdminRole: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace RoleGrantedEvent { - export type InputTuple = [ - role: BytesLike, - account: AddressLike, - sender: AddressLike - ]; - export type OutputTuple = [role: string, account: string, sender: string]; - export interface OutputObject { - role: string; - account: string; - sender: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export namespace RoleRevokedEvent { - export type InputTuple = [ - role: BytesLike, - account: AddressLike, - sender: AddressLike - ]; - export type OutputTuple = [role: string, account: string, sender: string]; - export interface OutputObject { - role: string; - account: string; - sender: string; - } - export type Event = TypedContractEvent; - export type Filter = TypedDeferredTopicFilter; - export type Log = TypedEventLog; - export type LogDescription = TypedLogDescription; -} - -export interface AITokenRegistry extends BaseContract { - connect(runner?: ContractRunner | null): AITokenRegistry; - waitForDeployment(): Promise; - - interface: AITokenRegistryInterface; - - queryFilter( - event: TCEvent, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - queryFilter( - filter: TypedDeferredTopicFilter, - fromBlockOrBlockhash?: string | number | undefined, - toBlock?: string | number | undefined - ): Promise>>; - - on( - event: TCEvent, - listener: TypedListener - ): Promise; - on( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - once( - event: TCEvent, - listener: TypedListener - ): Promise; - once( - filter: TypedDeferredTopicFilter, - listener: TypedListener - ): Promise; - - listeners( - event: TCEvent - ): Promise>>; - listeners(eventName?: string): Promise>; - removeAllListeners( - event?: TCEvent - ): Promise; - - COORDINATOR_ROLE: TypedContractMethod<[], [string], "view">; - - DEFAULT_ADMIN_ROLE: TypedContractMethod<[], [string], "view">; - - getRoleAdmin: TypedContractMethod<[role: BytesLike], [string], "view">; - - grantRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - - hasRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [boolean], - "view" - >; - - providerInfo: TypedContractMethod< - [provider: AddressLike], - [AITokenRegistry.ProviderInfoStructOutput], - "view" - >; - - providers: TypedContractMethod< - [arg0: AddressLike], - [[boolean, bigint] & { active: boolean; collateral: bigint }], - "view" - >; - - registerProvider: TypedContractMethod< - [provider: AddressLike, collateral: BigNumberish], - [void], - "nonpayable" - >; - - renounceRole: TypedContractMethod< - [role: BytesLike, callerConfirmation: AddressLike], - [void], - "nonpayable" - >; - - revokeRole: TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - - supportsInterface: TypedContractMethod< - [interfaceId: BytesLike], - [boolean], - "view" - >; - - updateProvider: TypedContractMethod< - [provider: AddressLike, active: boolean, collateral: BigNumberish], - [void], - "nonpayable" - >; - - getFunction( - key: string | FunctionFragment - ): T; - - getFunction( - nameOrSignature: "COORDINATOR_ROLE" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "DEFAULT_ADMIN_ROLE" - ): TypedContractMethod<[], [string], "view">; - getFunction( - nameOrSignature: "getRoleAdmin" - ): TypedContractMethod<[role: BytesLike], [string], "view">; - getFunction( - nameOrSignature: "grantRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "hasRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [boolean], - "view" - >; - getFunction( - nameOrSignature: "providerInfo" - ): TypedContractMethod< - [provider: AddressLike], - [AITokenRegistry.ProviderInfoStructOutput], - "view" - >; - getFunction( - nameOrSignature: "providers" - ): TypedContractMethod< - [arg0: AddressLike], - [[boolean, bigint] & { active: boolean; collateral: bigint }], - "view" - >; - getFunction( - nameOrSignature: "registerProvider" - ): TypedContractMethod< - [provider: AddressLike, collateral: BigNumberish], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "renounceRole" - ): TypedContractMethod< - [role: BytesLike, callerConfirmation: AddressLike], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "revokeRole" - ): TypedContractMethod< - [role: BytesLike, account: AddressLike], - [void], - "nonpayable" - >; - getFunction( - nameOrSignature: "supportsInterface" - ): TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">; - getFunction( - nameOrSignature: "updateProvider" - ): TypedContractMethod< - [provider: AddressLike, active: boolean, collateral: BigNumberish], - [void], - "nonpayable" - >; - - getEvent( - key: "ProviderRegistered" - ): TypedContractEvent< - ProviderRegisteredEvent.InputTuple, - ProviderRegisteredEvent.OutputTuple, - ProviderRegisteredEvent.OutputObject - >; - getEvent( - key: "ProviderUpdated" - ): TypedContractEvent< - ProviderUpdatedEvent.InputTuple, - ProviderUpdatedEvent.OutputTuple, - ProviderUpdatedEvent.OutputObject - >; - getEvent( - key: "RoleAdminChanged" - ): TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - getEvent( - key: "RoleGranted" - ): TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - getEvent( - key: "RoleRevoked" - ): TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - - filters: { - "ProviderRegistered(address,uint256)": TypedContractEvent< - ProviderRegisteredEvent.InputTuple, - ProviderRegisteredEvent.OutputTuple, - ProviderRegisteredEvent.OutputObject - >; - ProviderRegistered: TypedContractEvent< - ProviderRegisteredEvent.InputTuple, - ProviderRegisteredEvent.OutputTuple, - ProviderRegisteredEvent.OutputObject - >; - - "ProviderUpdated(address,bool,uint256)": TypedContractEvent< - ProviderUpdatedEvent.InputTuple, - ProviderUpdatedEvent.OutputTuple, - ProviderUpdatedEvent.OutputObject - >; - ProviderUpdated: TypedContractEvent< - ProviderUpdatedEvent.InputTuple, - ProviderUpdatedEvent.OutputTuple, - ProviderUpdatedEvent.OutputObject - >; - - "RoleAdminChanged(bytes32,bytes32,bytes32)": TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - RoleAdminChanged: TypedContractEvent< - RoleAdminChangedEvent.InputTuple, - RoleAdminChangedEvent.OutputTuple, - RoleAdminChangedEvent.OutputObject - >; - - "RoleGranted(bytes32,address,address)": TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - RoleGranted: TypedContractEvent< - RoleGrantedEvent.InputTuple, - RoleGrantedEvent.OutputTuple, - RoleGrantedEvent.OutputObject - >; - - "RoleRevoked(bytes32,address,address)": TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - RoleRevoked: TypedContractEvent< - RoleRevokedEvent.InputTuple, - RoleRevokedEvent.OutputTuple, - RoleRevokedEvent.OutputObject - >; - }; -} diff --git a/packages/solidity/aitbc-token/typechain-types/contracts/index.ts b/packages/solidity/aitbc-token/typechain-types/contracts/index.ts deleted file mode 100644 index 2a6b1e18..00000000 --- a/packages/solidity/aitbc-token/typechain-types/contracts/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export type { AIToken } from "./AIToken"; -export type { AITokenRegistry } from "./AITokenRegistry"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.ts deleted file mode 100644 index c01e1f52..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.ts +++ /dev/null @@ -1,250 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ - -import { Contract, Interface, type ContractRunner } from "ethers"; -import type { - AccessControl, - AccessControlInterface, -} from "../../../../@openzeppelin/contracts/access/AccessControl"; - -const _abi = [ - { - inputs: [], - name: "AccessControlBadConfirmation", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "account", - type: "address", - }, - { - internalType: "bytes32", - name: "neededRole", - type: "bytes32", - }, - ], - name: "AccessControlUnauthorizedAccount", - type: "error", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "bytes32", - name: "previousAdminRole", - type: "bytes32", - }, - { - indexed: true, - internalType: "bytes32", - name: "newAdminRole", - type: "bytes32", - }, - ], - name: "RoleAdminChanged", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "address", - name: "account", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "RoleGranted", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "address", - name: "account", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "RoleRevoked", - type: "event", - }, - { - inputs: [], - name: "DEFAULT_ADMIN_ROLE", - outputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - ], - name: "getRoleAdmin", - outputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "grantRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "hasRole", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "callerConfirmation", - type: "address", - }, - ], - name: "renounceRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "revokeRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes4", - name: "interfaceId", - type: "bytes4", - }, - ], - name: "supportsInterface", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "view", - type: "function", - }, -] as const; - -export class AccessControl__factory { - static readonly abi = _abi; - static createInterface(): AccessControlInterface { - return new Interface(_abi) as AccessControlInterface; - } - static connect( - address: string, - runner?: ContractRunner | null - ): AccessControl { - return new Contract(address, _abi, runner) as unknown as AccessControl; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.ts deleted file mode 100644 index d1e35233..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.ts +++ /dev/null @@ -1,218 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ - -import { Contract, Interface, type ContractRunner } from "ethers"; -import type { - IAccessControl, - IAccessControlInterface, -} from "../../../../@openzeppelin/contracts/access/IAccessControl"; - -const _abi = [ - { - inputs: [], - name: "AccessControlBadConfirmation", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "account", - type: "address", - }, - { - internalType: "bytes32", - name: "neededRole", - type: "bytes32", - }, - ], - name: "AccessControlUnauthorizedAccount", - type: "error", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "bytes32", - name: "previousAdminRole", - type: "bytes32", - }, - { - indexed: true, - internalType: "bytes32", - name: "newAdminRole", - type: "bytes32", - }, - ], - name: "RoleAdminChanged", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "address", - name: "account", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "RoleGranted", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "address", - name: "account", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "RoleRevoked", - type: "event", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - ], - name: "getRoleAdmin", - outputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "grantRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "hasRole", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "callerConfirmation", - type: "address", - }, - ], - name: "renounceRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "revokeRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, -] as const; - -export class IAccessControl__factory { - static readonly abi = _abi; - static createInterface(): IAccessControlInterface { - return new Interface(_abi) as IAccessControlInterface; - } - static connect( - address: string, - runner?: ContractRunner | null - ): IAccessControl { - return new Contract(address, _abi, runner) as unknown as IAccessControl; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/index.ts deleted file mode 100644 index b42435de..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/access/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export { AccessControl__factory } from "./AccessControl__factory"; -export { IAccessControl__factory } from "./IAccessControl__factory"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/index.ts deleted file mode 100644 index d81ac1af..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/index.ts +++ /dev/null @@ -1,7 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export * as access from "./access"; -export * as interfaces from "./interfaces"; -export * as token from "./token"; -export * as utils from "./utils"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.ts deleted file mode 100644 index 0413f8c1..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.ts +++ /dev/null @@ -1,127 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ - -import { Contract, Interface, type ContractRunner } from "ethers"; -import type { - IERC1155Errors, - IERC1155ErrorsInterface, -} from "../../../../../@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors"; - -const _abi = [ - { - inputs: [ - { - internalType: "address", - name: "sender", - type: "address", - }, - { - internalType: "uint256", - name: "balance", - type: "uint256", - }, - { - internalType: "uint256", - name: "needed", - type: "uint256", - }, - { - internalType: "uint256", - name: "tokenId", - type: "uint256", - }, - ], - name: "ERC1155InsufficientBalance", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "approver", - type: "address", - }, - ], - name: "ERC1155InvalidApprover", - type: "error", - }, - { - inputs: [ - { - internalType: "uint256", - name: "idsLength", - type: "uint256", - }, - { - internalType: "uint256", - name: "valuesLength", - type: "uint256", - }, - ], - name: "ERC1155InvalidArrayLength", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "operator", - type: "address", - }, - ], - name: "ERC1155InvalidOperator", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "receiver", - type: "address", - }, - ], - name: "ERC1155InvalidReceiver", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "ERC1155InvalidSender", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "operator", - type: "address", - }, - { - internalType: "address", - name: "owner", - type: "address", - }, - ], - name: "ERC1155MissingApprovalForAll", - type: "error", - }, -] as const; - -export class IERC1155Errors__factory { - static readonly abi = _abi; - static createInterface(): IERC1155ErrorsInterface { - return new Interface(_abi) as IERC1155ErrorsInterface; - } - static connect( - address: string, - runner?: ContractRunner | null - ): IERC1155Errors { - return new Contract(address, _abi, runner) as unknown as IERC1155Errors; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.ts deleted file mode 100644 index 695f3f0f..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.ts +++ /dev/null @@ -1,111 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ - -import { Contract, Interface, type ContractRunner } from "ethers"; -import type { - IERC20Errors, - IERC20ErrorsInterface, -} from "../../../../../@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors"; - -const _abi = [ - { - inputs: [ - { - internalType: "address", - name: "spender", - type: "address", - }, - { - internalType: "uint256", - name: "allowance", - type: "uint256", - }, - { - internalType: "uint256", - name: "needed", - type: "uint256", - }, - ], - name: "ERC20InsufficientAllowance", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "sender", - type: "address", - }, - { - internalType: "uint256", - name: "balance", - type: "uint256", - }, - { - internalType: "uint256", - name: "needed", - type: "uint256", - }, - ], - name: "ERC20InsufficientBalance", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "approver", - type: "address", - }, - ], - name: "ERC20InvalidApprover", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "receiver", - type: "address", - }, - ], - name: "ERC20InvalidReceiver", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "ERC20InvalidSender", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "spender", - type: "address", - }, - ], - name: "ERC20InvalidSpender", - type: "error", - }, -] as const; - -export class IERC20Errors__factory { - static readonly abi = _abi; - static createInterface(): IERC20ErrorsInterface { - return new Interface(_abi) as IERC20ErrorsInterface; - } - static connect( - address: string, - runner?: ContractRunner | null - ): IERC20Errors { - return new Contract(address, _abi, runner) as unknown as IERC20Errors; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.ts deleted file mode 100644 index 8615d4dd..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.ts +++ /dev/null @@ -1,128 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ - -import { Contract, Interface, type ContractRunner } from "ethers"; -import type { - IERC721Errors, - IERC721ErrorsInterface, -} from "../../../../../@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors"; - -const _abi = [ - { - inputs: [ - { - internalType: "address", - name: "sender", - type: "address", - }, - { - internalType: "uint256", - name: "tokenId", - type: "uint256", - }, - { - internalType: "address", - name: "owner", - type: "address", - }, - ], - name: "ERC721IncorrectOwner", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "operator", - type: "address", - }, - { - internalType: "uint256", - name: "tokenId", - type: "uint256", - }, - ], - name: "ERC721InsufficientApproval", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "approver", - type: "address", - }, - ], - name: "ERC721InvalidApprover", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "operator", - type: "address", - }, - ], - name: "ERC721InvalidOperator", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "owner", - type: "address", - }, - ], - name: "ERC721InvalidOwner", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "receiver", - type: "address", - }, - ], - name: "ERC721InvalidReceiver", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "ERC721InvalidSender", - type: "error", - }, - { - inputs: [ - { - internalType: "uint256", - name: "tokenId", - type: "uint256", - }, - ], - name: "ERC721NonexistentToken", - type: "error", - }, -] as const; - -export class IERC721Errors__factory { - static readonly abi = _abi; - static createInterface(): IERC721ErrorsInterface { - return new Interface(_abi) as IERC721ErrorsInterface; - } - static connect( - address: string, - runner?: ContractRunner | null - ): IERC721Errors { - return new Contract(address, _abi, runner) as unknown as IERC721Errors; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts deleted file mode 100644 index 571330ea..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.ts +++ /dev/null @@ -1,6 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export { IERC1155Errors__factory } from "./IERC1155Errors__factory"; -export { IERC20Errors__factory } from "./IERC20Errors__factory"; -export { IERC721Errors__factory } from "./IERC721Errors__factory"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/index.ts deleted file mode 100644 index 82d047e8..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/interfaces/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export * as draftIerc6093Sol from "./draft-IERC6093.sol"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.ts deleted file mode 100644 index 5d8981a6..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.ts +++ /dev/null @@ -1,330 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ - -import { Contract, Interface, type ContractRunner } from "ethers"; -import type { - ERC20, - ERC20Interface, -} from "../../../../../@openzeppelin/contracts/token/ERC20/ERC20"; - -const _abi = [ - { - inputs: [ - { - internalType: "address", - name: "spender", - type: "address", - }, - { - internalType: "uint256", - name: "allowance", - type: "uint256", - }, - { - internalType: "uint256", - name: "needed", - type: "uint256", - }, - ], - name: "ERC20InsufficientAllowance", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "sender", - type: "address", - }, - { - internalType: "uint256", - name: "balance", - type: "uint256", - }, - { - internalType: "uint256", - name: "needed", - type: "uint256", - }, - ], - name: "ERC20InsufficientBalance", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "approver", - type: "address", - }, - ], - name: "ERC20InvalidApprover", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "receiver", - type: "address", - }, - ], - name: "ERC20InvalidReceiver", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "ERC20InvalidSender", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "spender", - type: "address", - }, - ], - name: "ERC20InvalidSpender", - type: "error", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "address", - name: "owner", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "spender", - type: "address", - }, - { - indexed: false, - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "Approval", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "address", - name: "from", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "to", - type: "address", - }, - { - indexed: false, - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "Transfer", - type: "event", - }, - { - inputs: [ - { - internalType: "address", - name: "owner", - type: "address", - }, - { - internalType: "address", - name: "spender", - type: "address", - }, - ], - name: "allowance", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "spender", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "approve", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "balanceOf", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "decimals", - outputs: [ - { - internalType: "uint8", - name: "", - type: "uint8", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "name", - outputs: [ - { - internalType: "string", - name: "", - type: "string", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "symbol", - outputs: [ - { - internalType: "string", - name: "", - type: "string", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "totalSupply", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "to", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "transfer", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "from", - type: "address", - }, - { - internalType: "address", - name: "to", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "transferFrom", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, -] as const; - -export class ERC20__factory { - static readonly abi = _abi; - static createInterface(): ERC20Interface { - return new Interface(_abi) as ERC20Interface; - } - static connect(address: string, runner?: ContractRunner | null): ERC20 { - return new Contract(address, _abi, runner) as unknown as ERC20; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.ts deleted file mode 100644 index 6768448d..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.ts +++ /dev/null @@ -1,205 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ - -import { Contract, Interface, type ContractRunner } from "ethers"; -import type { - IERC20, - IERC20Interface, -} from "../../../../../@openzeppelin/contracts/token/ERC20/IERC20"; - -const _abi = [ - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "address", - name: "owner", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "spender", - type: "address", - }, - { - indexed: false, - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "Approval", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "address", - name: "from", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "to", - type: "address", - }, - { - indexed: false, - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "Transfer", - type: "event", - }, - { - inputs: [ - { - internalType: "address", - name: "owner", - type: "address", - }, - { - internalType: "address", - name: "spender", - type: "address", - }, - ], - name: "allowance", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "spender", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "approve", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "balanceOf", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "totalSupply", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "to", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "transfer", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "from", - type: "address", - }, - { - internalType: "address", - name: "to", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "transferFrom", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, -] as const; - -export class IERC20__factory { - static readonly abi = _abi; - static createInterface(): IERC20Interface { - return new Interface(_abi) as IERC20Interface; - } - static connect(address: string, runner?: ContractRunner | null): IERC20 { - return new Contract(address, _abi, runner) as unknown as IERC20; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.ts deleted file mode 100644 index 80abf969..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.ts +++ /dev/null @@ -1,247 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ - -import { Contract, Interface, type ContractRunner } from "ethers"; -import type { - IERC20Metadata, - IERC20MetadataInterface, -} from "../../../../../../@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata"; - -const _abi = [ - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "address", - name: "owner", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "spender", - type: "address", - }, - { - indexed: false, - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "Approval", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "address", - name: "from", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "to", - type: "address", - }, - { - indexed: false, - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "Transfer", - type: "event", - }, - { - inputs: [ - { - internalType: "address", - name: "owner", - type: "address", - }, - { - internalType: "address", - name: "spender", - type: "address", - }, - ], - name: "allowance", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "spender", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "approve", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "balanceOf", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "decimals", - outputs: [ - { - internalType: "uint8", - name: "", - type: "uint8", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "name", - outputs: [ - { - internalType: "string", - name: "", - type: "string", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "symbol", - outputs: [ - { - internalType: "string", - name: "", - type: "string", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "totalSupply", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "to", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "transfer", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "from", - type: "address", - }, - { - internalType: "address", - name: "to", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "transferFrom", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, -] as const; - -export class IERC20Metadata__factory { - static readonly abi = _abi; - static createInterface(): IERC20MetadataInterface { - return new Interface(_abi) as IERC20MetadataInterface; - } - static connect( - address: string, - runner?: ContractRunner | null - ): IERC20Metadata { - return new Contract(address, _abi, runner) as unknown as IERC20Metadata; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.ts deleted file mode 100644 index b9477f85..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export { IERC20Metadata__factory } from "./IERC20Metadata__factory"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.ts deleted file mode 100644 index 3523dc7a..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.ts +++ /dev/null @@ -1,6 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export * as extensions from "./extensions"; -export { ERC20__factory } from "./ERC20__factory"; -export { IERC20__factory } from "./IERC20__factory"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/index.ts deleted file mode 100644 index da1e061e..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/token/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export * as erc20 from "./ERC20"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.ts deleted file mode 100644 index 3bea47f2..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.ts +++ /dev/null @@ -1,90 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import { - Contract, - ContractFactory, - ContractTransactionResponse, - Interface, -} from "ethers"; -import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers"; -import type { NonPayableOverrides } from "../../../../common"; -import type { - Strings, - StringsInterface, -} from "../../../../@openzeppelin/contracts/utils/Strings"; - -const _abi = [ - { - inputs: [ - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - { - internalType: "uint256", - name: "length", - type: "uint256", - }, - ], - name: "StringsInsufficientHexLength", - type: "error", - }, - { - inputs: [], - name: "StringsInvalidAddressFormat", - type: "error", - }, - { - inputs: [], - name: "StringsInvalidChar", - type: "error", - }, -] as const; - -const _bytecode = - "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220d3fa6b95cf4f76e64227a9b2373ccb228efd9715fd7983e0646867999cceb9fb64736f6c63430008180033"; - -type StringsConstructorParams = - | [signer?: Signer] - | ConstructorParameters; - -const isSuperArgs = ( - xs: StringsConstructorParams -): xs is ConstructorParameters => xs.length > 1; - -export class Strings__factory extends ContractFactory { - constructor(...args: StringsConstructorParams) { - if (isSuperArgs(args)) { - super(...args); - } else { - super(_abi, _bytecode, args[0]); - } - } - - override getDeployTransaction( - overrides?: NonPayableOverrides & { from?: string } - ): Promise { - return super.getDeployTransaction(overrides || {}); - } - override deploy(overrides?: NonPayableOverrides & { from?: string }) { - return super.deploy(overrides || {}) as Promise< - Strings & { - deploymentTransaction(): ContractTransactionResponse; - } - >; - } - override connect(runner: ContractRunner | null): Strings__factory { - return super.connect(runner) as Strings__factory; - } - - static readonly bytecode = _bytecode; - static readonly abi = _abi; - static createInterface(): StringsInterface { - return new Interface(_abi) as StringsInterface; - } - static connect(address: string, runner?: ContractRunner | null): Strings { - return new Contract(address, _abi, runner) as unknown as Strings; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/ECDSA__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/ECDSA__factory.ts deleted file mode 100644 index 70a839d0..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/ECDSA__factory.ts +++ /dev/null @@ -1,91 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import { - Contract, - ContractFactory, - ContractTransactionResponse, - Interface, -} from "ethers"; -import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers"; -import type { NonPayableOverrides } from "../../../../../common"; -import type { - ECDSA, - ECDSAInterface, -} from "../../../../../@openzeppelin/contracts/utils/cryptography/ECDSA"; - -const _abi = [ - { - inputs: [], - name: "ECDSAInvalidSignature", - type: "error", - }, - { - inputs: [ - { - internalType: "uint256", - name: "length", - type: "uint256", - }, - ], - name: "ECDSAInvalidSignatureLength", - type: "error", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "s", - type: "bytes32", - }, - ], - name: "ECDSAInvalidSignatureS", - type: "error", - }, -] as const; - -const _bytecode = - "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a02ae933cd95f2ee943a9a3e5cbf4c6b7a6f7cc463d2cb58fac8fce23a0ba09464736f6c63430008180033"; - -type ECDSAConstructorParams = - | [signer?: Signer] - | ConstructorParameters; - -const isSuperArgs = ( - xs: ECDSAConstructorParams -): xs is ConstructorParameters => xs.length > 1; - -export class ECDSA__factory extends ContractFactory { - constructor(...args: ECDSAConstructorParams) { - if (isSuperArgs(args)) { - super(...args); - } else { - super(_abi, _bytecode, args[0]); - } - } - - override getDeployTransaction( - overrides?: NonPayableOverrides & { from?: string } - ): Promise { - return super.getDeployTransaction(overrides || {}); - } - override deploy(overrides?: NonPayableOverrides & { from?: string }) { - return super.deploy(overrides || {}) as Promise< - ECDSA & { - deploymentTransaction(): ContractTransactionResponse; - } - >; - } - override connect(runner: ContractRunner | null): ECDSA__factory { - return super.connect(runner) as ECDSA__factory; - } - - static readonly bytecode = _bytecode; - static readonly abi = _abi; - static createInterface(): ECDSAInterface { - return new Interface(_abi) as ECDSAInterface; - } - static connect(address: string, runner?: ContractRunner | null): ECDSA { - return new Contract(address, _abi, runner) as unknown as ECDSA; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.ts deleted file mode 100644 index cac1a837..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export { ECDSA__factory } from "./ECDSA__factory"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/index.ts deleted file mode 100644 index f7afef44..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/index.ts +++ /dev/null @@ -1,7 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export * as cryptography from "./cryptography"; -export * as introspection from "./introspection"; -export * as math from "./math"; -export { Strings__factory } from "./Strings__factory"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.ts deleted file mode 100644 index 8388afba..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.ts +++ /dev/null @@ -1,41 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ - -import { Contract, Interface, type ContractRunner } from "ethers"; -import type { - ERC165, - ERC165Interface, -} from "../../../../../@openzeppelin/contracts/utils/introspection/ERC165"; - -const _abi = [ - { - inputs: [ - { - internalType: "bytes4", - name: "interfaceId", - type: "bytes4", - }, - ], - name: "supportsInterface", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "view", - type: "function", - }, -] as const; - -export class ERC165__factory { - static readonly abi = _abi; - static createInterface(): ERC165Interface { - return new Interface(_abi) as ERC165Interface; - } - static connect(address: string, runner?: ContractRunner | null): ERC165 { - return new Contract(address, _abi, runner) as unknown as ERC165; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.ts deleted file mode 100644 index 5cc03947..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.ts +++ /dev/null @@ -1,41 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ - -import { Contract, Interface, type ContractRunner } from "ethers"; -import type { - IERC165, - IERC165Interface, -} from "../../../../../@openzeppelin/contracts/utils/introspection/IERC165"; - -const _abi = [ - { - inputs: [ - { - internalType: "bytes4", - name: "interfaceId", - type: "bytes4", - }, - ], - name: "supportsInterface", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "view", - type: "function", - }, -] as const; - -export class IERC165__factory { - static readonly abi = _abi; - static createInterface(): IERC165Interface { - return new Interface(_abi) as IERC165Interface; - } - static connect(address: string, runner?: ContractRunner | null): IERC165 { - return new Contract(address, _abi, runner) as unknown as IERC165; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.ts deleted file mode 100644 index 8523e0a8..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export { ERC165__factory } from "./ERC165__factory"; -export { IERC165__factory } from "./IERC165__factory"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.ts deleted file mode 100644 index ab3b8820..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.ts +++ /dev/null @@ -1,118 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import { - Contract, - ContractFactory, - ContractTransactionResponse, - Interface, -} from "ethers"; -import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers"; -import type { NonPayableOverrides } from "../../../../../common"; -import type { - SafeCast, - SafeCastInterface, -} from "../../../../../@openzeppelin/contracts/utils/math/SafeCast"; - -const _abi = [ - { - inputs: [ - { - internalType: "uint8", - name: "bits", - type: "uint8", - }, - { - internalType: "int256", - name: "value", - type: "int256", - }, - ], - name: "SafeCastOverflowedIntDowncast", - type: "error", - }, - { - inputs: [ - { - internalType: "int256", - name: "value", - type: "int256", - }, - ], - name: "SafeCastOverflowedIntToUint", - type: "error", - }, - { - inputs: [ - { - internalType: "uint8", - name: "bits", - type: "uint8", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "SafeCastOverflowedUintDowncast", - type: "error", - }, - { - inputs: [ - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "SafeCastOverflowedUintToInt", - type: "error", - }, -] as const; - -const _bytecode = - "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201c97bba8d553a67561101942b2a9afa3628667de55efed8df898d3aab783793c64736f6c63430008180033"; - -type SafeCastConstructorParams = - | [signer?: Signer] - | ConstructorParameters; - -const isSuperArgs = ( - xs: SafeCastConstructorParams -): xs is ConstructorParameters => xs.length > 1; - -export class SafeCast__factory extends ContractFactory { - constructor(...args: SafeCastConstructorParams) { - if (isSuperArgs(args)) { - super(...args); - } else { - super(_abi, _bytecode, args[0]); - } - } - - override getDeployTransaction( - overrides?: NonPayableOverrides & { from?: string } - ): Promise { - return super.getDeployTransaction(overrides || {}); - } - override deploy(overrides?: NonPayableOverrides & { from?: string }) { - return super.deploy(overrides || {}) as Promise< - SafeCast & { - deploymentTransaction(): ContractTransactionResponse; - } - >; - } - override connect(runner: ContractRunner | null): SafeCast__factory { - return super.connect(runner) as SafeCast__factory; - } - - static readonly bytecode = _bytecode; - static readonly abi = _abi; - static createInterface(): SafeCastInterface { - return new Interface(_abi) as SafeCastInterface; - } - static connect(address: string, runner?: ContractRunner | null): SafeCast { - return new Contract(address, _abi, runner) as unknown as SafeCast; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/math/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/math/index.ts deleted file mode 100644 index d0f3e018..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/contracts/utils/math/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export { SafeCast__factory } from "./SafeCast__factory"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/index.ts deleted file mode 100644 index 6397da09..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/@openzeppelin/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export * as contracts from "./contracts"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/contracts/AITokenRegistry__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/contracts/AITokenRegistry__factory.ts deleted file mode 100644 index 78bf45f7..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/contracts/AITokenRegistry__factory.ts +++ /dev/null @@ -1,465 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import { - Contract, - ContractFactory, - ContractTransactionResponse, - Interface, -} from "ethers"; -import type { - Signer, - AddressLike, - ContractDeployTransaction, - ContractRunner, -} from "ethers"; -import type { NonPayableOverrides } from "../../common"; -import type { - AITokenRegistry, - AITokenRegistryInterface, -} from "../../contracts/AITokenRegistry"; - -const _abi = [ - { - inputs: [ - { - internalType: "address", - name: "admin", - type: "address", - }, - ], - stateMutability: "nonpayable", - type: "constructor", - }, - { - inputs: [], - name: "AccessControlBadConfirmation", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "account", - type: "address", - }, - { - internalType: "bytes32", - name: "neededRole", - type: "bytes32", - }, - ], - name: "AccessControlUnauthorizedAccount", - type: "error", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "address", - name: "provider", - type: "address", - }, - { - indexed: false, - internalType: "uint256", - name: "collateral", - type: "uint256", - }, - ], - name: "ProviderRegistered", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "address", - name: "provider", - type: "address", - }, - { - indexed: false, - internalType: "bool", - name: "active", - type: "bool", - }, - { - indexed: false, - internalType: "uint256", - name: "collateral", - type: "uint256", - }, - ], - name: "ProviderUpdated", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "bytes32", - name: "previousAdminRole", - type: "bytes32", - }, - { - indexed: true, - internalType: "bytes32", - name: "newAdminRole", - type: "bytes32", - }, - ], - name: "RoleAdminChanged", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "address", - name: "account", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "RoleGranted", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "address", - name: "account", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "RoleRevoked", - type: "event", - }, - { - inputs: [], - name: "COORDINATOR_ROLE", - outputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "DEFAULT_ADMIN_ROLE", - outputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - ], - name: "getRoleAdmin", - outputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "grantRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "hasRole", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "provider", - type: "address", - }, - ], - name: "providerInfo", - outputs: [ - { - components: [ - { - internalType: "bool", - name: "active", - type: "bool", - }, - { - internalType: "uint256", - name: "collateral", - type: "uint256", - }, - ], - internalType: "struct AITokenRegistry.ProviderInfo", - name: "", - type: "tuple", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "", - type: "address", - }, - ], - name: "providers", - outputs: [ - { - internalType: "bool", - name: "active", - type: "bool", - }, - { - internalType: "uint256", - name: "collateral", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "provider", - type: "address", - }, - { - internalType: "uint256", - name: "collateral", - type: "uint256", - }, - ], - name: "registerProvider", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "callerConfirmation", - type: "address", - }, - ], - name: "renounceRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "revokeRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes4", - name: "interfaceId", - type: "bytes4", - }, - ], - name: "supportsInterface", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "provider", - type: "address", - }, - { - internalType: "bool", - name: "active", - type: "bool", - }, - { - internalType: "uint256", - name: "collateral", - type: "uint256", - }, - ], - name: "updateProvider", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, -] as const; - -const _bytecode = - "0x608060405234801561001057600080fd5b506040516109d13803806109d183398101604081905261002f916100ed565b61003a600082610041565b505061011d565b6000828152602081815260408083206001600160a01b038516845290915281205460ff166100e3576000838152602081815260408083206001600160a01b03861684529091529020805460ff1916600117905561009b3390565b6001600160a01b0316826001600160a01b0316847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45060016100e7565b5060005b92915050565b6000602082840312156100ff57600080fd5b81516001600160a01b038116811461011657600080fd5b9392505050565b6108a58061012c6000396000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c80633ae25916116100715780633ae25916146101915780636b366cb51461020857806391d148541461022f578063a217fddf14610242578063d11905651461024a578063d547741f1461025d57600080fd5b806301ffc9a7146100b95780630787bc27146100e15780631af431a714610125578063248a9ca31461013a5780632f2ff15d1461016b57806336568abe1461017e575b600080fd5b6100cc6100c7366004610754565b610270565b60405190151581526020015b60405180910390f35b61010e6100ef3660046107a1565b6001602081905260009182526040909120805491015460ff9091169082565b6040805192151583526020830191909152016100d8565b6101386101333660046107bc565b6102a7565b005b61015d6101483660046107e6565b60009081526020819052604090206001015490565b6040519081526020016100d8565b6101386101793660046107ff565b6103f5565b61013861018c3660046107ff565b610420565b6101eb61019f3660046107a1565b6040805180820190915260008082526020820152506001600160a01b03166000908152600160208181526040928390208351808501909452805460ff1615158452909101549082015290565b6040805182511515815260209283015192810192909252016100d8565b61015d7f2e8b98eef02e8df3bd27d1270ded3bea3d14db99c5234c7b14001a7fff957bcc81565b6100cc61023d3660046107ff565b610458565b61015d600081565b61013861025836600461082b565b610481565b61013861026b3660046107ff565b6105e8565b60006001600160e01b03198216637965db0b60e01b14806102a157506301ffc9a760e01b6001600160e01b03198316145b92915050565b7f2e8b98eef02e8df3bd27d1270ded3bea3d14db99c5234c7b14001a7fff957bcc6102d18161060d565b6001600160a01b03831661031f5760405162461bcd60e51b815260206004820152601060248201526f34b73b30b634b210383937bb34b232b960811b60448201526064015b60405180910390fd5b6001600160a01b03831660009081526001602052604090205460ff161561037d5760405162461bcd60e51b8152602060048201526012602482015271185b1c9958591e481c9959da5cdd195c995960721b6044820152606401610316565b604080518082018252600180825260208083018681526001600160a01b03881660008181528484528690209451855460ff19169015151785559051939092019290925591518481527f90c9734131c1e4fb36cde2d71e6feb93fb258f71be8a85411c173d25e1516e80910160405180910390a2505050565b6000828152602081905260409020600101546104108161060d565b61041a838361061a565b50505050565b6001600160a01b03811633146104495760405163334bd91960e11b815260040160405180910390fd5b61045382826106ac565b505050565b6000918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b7f2e8b98eef02e8df3bd27d1270ded3bea3d14db99c5234c7b14001a7fff957bcc6104ab8161060d565b6001600160a01b0384166104f45760405162461bcd60e51b815260206004820152601060248201526f34b73b30b634b210383937bb34b232b960811b6044820152606401610316565b6001600160a01b03841660009081526001602052604090205460ff16806105185750825b6105645760405162461bcd60e51b815260206004820152601760248201527f70726f7669646572206e6f7420726567697374657265640000000000000000006044820152606401610316565b60408051808201825284151580825260208083018681526001600160a01b03891660008181526001808552908790209551865460ff1916901515178655915194909101939093558351918252810185905290917fe226f4be7d881611b5a3ddc83f2e771728014b8012359a29890cd3d670c43dc8910160405180910390a250505050565b6000828152602081905260409020600101546106038161060d565b61041a83836106ac565b6106178133610717565b50565b60006106268383610458565b6106a4576000838152602081815260408083206001600160a01b03861684529091529020805460ff1916600117905561065c3390565b6001600160a01b0316826001600160a01b0316847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45060016102a1565b5060006102a1565b60006106b88383610458565b156106a4576000838152602081815260408083206001600160a01b0386168085529252808320805460ff1916905551339286917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45060016102a1565b6107218282610458565b6107505760405163e2517d3f60e01b81526001600160a01b038216600482015260248101839052604401610316565b5050565b60006020828403121561076657600080fd5b81356001600160e01b03198116811461077e57600080fd5b9392505050565b80356001600160a01b038116811461079c57600080fd5b919050565b6000602082840312156107b357600080fd5b61077e82610785565b600080604083850312156107cf57600080fd5b6107d883610785565b946020939093013593505050565b6000602082840312156107f857600080fd5b5035919050565b6000806040838503121561081257600080fd5b8235915061082260208401610785565b90509250929050565b60008060006060848603121561084057600080fd5b61084984610785565b92506020840135801515811461085e57600080fd5b92959294505050604091909101359056fea2646970667358221220dcf376f102b1bc83ced9d7af3d5eb71077444d1080da7a114dd7fe4bff0ad28664736f6c63430008180033"; - -type AITokenRegistryConstructorParams = - | [signer?: Signer] - | ConstructorParameters; - -const isSuperArgs = ( - xs: AITokenRegistryConstructorParams -): xs is ConstructorParameters => xs.length > 1; - -export class AITokenRegistry__factory extends ContractFactory { - constructor(...args: AITokenRegistryConstructorParams) { - if (isSuperArgs(args)) { - super(...args); - } else { - super(_abi, _bytecode, args[0]); - } - } - - override getDeployTransaction( - admin: AddressLike, - overrides?: NonPayableOverrides & { from?: string } - ): Promise { - return super.getDeployTransaction(admin, overrides || {}); - } - override deploy( - admin: AddressLike, - overrides?: NonPayableOverrides & { from?: string } - ) { - return super.deploy(admin, overrides || {}) as Promise< - AITokenRegistry & { - deploymentTransaction(): ContractTransactionResponse; - } - >; - } - override connect(runner: ContractRunner | null): AITokenRegistry__factory { - return super.connect(runner) as AITokenRegistry__factory; - } - - static readonly bytecode = _bytecode; - static readonly abi = _abi; - static createInterface(): AITokenRegistryInterface { - return new Interface(_abi) as AITokenRegistryInterface; - } - static connect( - address: string, - runner?: ContractRunner | null - ): AITokenRegistry { - return new Contract(address, _abi, runner) as unknown as AITokenRegistry; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/contracts/AIToken__factory.ts b/packages/solidity/aitbc-token/typechain-types/factories/contracts/AIToken__factory.ts deleted file mode 100644 index 89eda5f6..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/contracts/AIToken__factory.ts +++ /dev/null @@ -1,774 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import { - Contract, - ContractFactory, - ContractTransactionResponse, - Interface, -} from "ethers"; -import type { - Signer, - AddressLike, - ContractDeployTransaction, - ContractRunner, -} from "ethers"; -import type { NonPayableOverrides } from "../../common"; -import type { AIToken, AITokenInterface } from "../../contracts/AIToken"; - -const _abi = [ - { - inputs: [ - { - internalType: "address", - name: "admin", - type: "address", - }, - ], - stateMutability: "nonpayable", - type: "constructor", - }, - { - inputs: [], - name: "AccessControlBadConfirmation", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "account", - type: "address", - }, - { - internalType: "bytes32", - name: "neededRole", - type: "bytes32", - }, - ], - name: "AccessControlUnauthorizedAccount", - type: "error", - }, - { - inputs: [], - name: "ECDSAInvalidSignature", - type: "error", - }, - { - inputs: [ - { - internalType: "uint256", - name: "length", - type: "uint256", - }, - ], - name: "ECDSAInvalidSignatureLength", - type: "error", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "s", - type: "bytes32", - }, - ], - name: "ECDSAInvalidSignatureS", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "spender", - type: "address", - }, - { - internalType: "uint256", - name: "allowance", - type: "uint256", - }, - { - internalType: "uint256", - name: "needed", - type: "uint256", - }, - ], - name: "ERC20InsufficientAllowance", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "sender", - type: "address", - }, - { - internalType: "uint256", - name: "balance", - type: "uint256", - }, - { - internalType: "uint256", - name: "needed", - type: "uint256", - }, - ], - name: "ERC20InsufficientBalance", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "approver", - type: "address", - }, - ], - name: "ERC20InvalidApprover", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "receiver", - type: "address", - }, - ], - name: "ERC20InvalidReceiver", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "ERC20InvalidSender", - type: "error", - }, - { - inputs: [ - { - internalType: "address", - name: "spender", - type: "address", - }, - ], - name: "ERC20InvalidSpender", - type: "error", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "address", - name: "owner", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "spender", - type: "address", - }, - { - indexed: false, - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "Approval", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "receiptHash", - type: "bytes32", - }, - { - indexed: true, - internalType: "address", - name: "provider", - type: "address", - }, - { - indexed: false, - internalType: "uint256", - name: "units", - type: "uint256", - }, - { - indexed: true, - internalType: "address", - name: "attestor", - type: "address", - }, - ], - name: "ReceiptConsumed", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "bytes32", - name: "previousAdminRole", - type: "bytes32", - }, - { - indexed: true, - internalType: "bytes32", - name: "newAdminRole", - type: "bytes32", - }, - ], - name: "RoleAdminChanged", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "address", - name: "account", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "RoleGranted", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - indexed: true, - internalType: "address", - name: "account", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "sender", - type: "address", - }, - ], - name: "RoleRevoked", - type: "event", - }, - { - anonymous: false, - inputs: [ - { - indexed: true, - internalType: "address", - name: "from", - type: "address", - }, - { - indexed: true, - internalType: "address", - name: "to", - type: "address", - }, - { - indexed: false, - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "Transfer", - type: "event", - }, - { - inputs: [], - name: "ATTESTOR_ROLE", - outputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "COORDINATOR_ROLE", - outputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "DEFAULT_ADMIN_ROLE", - outputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "owner", - type: "address", - }, - { - internalType: "address", - name: "spender", - type: "address", - }, - ], - name: "allowance", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "spender", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "approve", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "balanceOf", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - name: "consumedReceipts", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "decimals", - outputs: [ - { - internalType: "uint8", - name: "", - type: "uint8", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - ], - name: "getRoleAdmin", - outputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "grantRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "hasRole", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "provider", - type: "address", - }, - { - internalType: "uint256", - name: "units", - type: "uint256", - }, - { - internalType: "bytes32", - name: "receiptHash", - type: "bytes32", - }, - ], - name: "mintDigest", - outputs: [ - { - internalType: "bytes32", - name: "", - type: "bytes32", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "provider", - type: "address", - }, - { - internalType: "uint256", - name: "units", - type: "uint256", - }, - { - internalType: "bytes32", - name: "receiptHash", - type: "bytes32", - }, - { - internalType: "bytes", - name: "signature", - type: "bytes", - }, - ], - name: "mintWithReceipt", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [], - name: "name", - outputs: [ - { - internalType: "string", - name: "", - type: "string", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "callerConfirmation", - type: "address", - }, - ], - name: "renounceRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes32", - name: "role", - type: "bytes32", - }, - { - internalType: "address", - name: "account", - type: "address", - }, - ], - name: "revokeRole", - outputs: [], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "bytes4", - name: "interfaceId", - type: "bytes4", - }, - ], - name: "supportsInterface", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "symbol", - outputs: [ - { - internalType: "string", - name: "", - type: "string", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [], - name: "totalSupply", - outputs: [ - { - internalType: "uint256", - name: "", - type: "uint256", - }, - ], - stateMutability: "view", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "to", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "transfer", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, - { - inputs: [ - { - internalType: "address", - name: "from", - type: "address", - }, - { - internalType: "address", - name: "to", - type: "address", - }, - { - internalType: "uint256", - name: "value", - type: "uint256", - }, - ], - name: "transferFrom", - outputs: [ - { - internalType: "bool", - name: "", - type: "bool", - }, - ], - stateMutability: "nonpayable", - type: "function", - }, -] as const; - -const _bytecode = - "0x60806040523480156200001157600080fd5b50604051620014833803806200148383398101604081905262000034916200015d565b6040518060400160405280600781526020016620a4aa37b5b2b760c91b8152506040518060400160405280600381526020016210525560ea1b815250816003908162000081919062000236565b50600462000090828262000236565b50620000a291506000905082620000aa565b505062000302565b60008281526005602090815260408083206001600160a01b038516845290915281205460ff16620001535760008381526005602090815260408083206001600160a01b03861684529091529020805460ff191660011790556200010a3390565b6001600160a01b0316826001600160a01b0316847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a450600162000157565b5060005b92915050565b6000602082840312156200017057600080fd5b81516001600160a01b03811681146200018857600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600181811c90821680620001ba57607f821691505b602082108103620001db57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111562000231576000816000526020600020601f850160051c810160208610156200020c5750805b601f850160051c820191505b818110156200022d5782815560010162000218565b5050505b505050565b81516001600160401b038111156200025257620002526200018f565b6200026a81620002638454620001a5565b84620001e1565b602080601f831160018114620002a25760008415620002895750858301515b600019600386901b1c1916600185901b1785556200022d565b600085815260208120601f198616915b82811015620002d357888601518255948401946001909101908401620002b2565b5085821015620002f25787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b61117180620003126000396000f3fe608060405234801561001057600080fd5b50600436106101375760003560e01c806336568abe116100b857806395d89b411161007c57806395d89b41146102bb578063a217fddf146102c3578063a9059cbb146102cb578063d547741f146102de578063dd62ed3e146102f1578063e0e27fa71461032a57600080fd5b806336568abe1461021e57806362723644146102315780636b366cb51461025857806370a082311461027f57806391d14854146102a857600080fd5b8063248a9ca3116100ff578063248a9ca3146101b1578063272a7b79146101d45780632f2ff15d146101e7578063313ce567146101fc578063336c739c1461020b57600080fd5b806301ffc9a71461013c57806306fdde0314610164578063095ea7b31461017957806318160ddd1461018c57806323b872dd1461019e575b600080fd5b61014f61014a366004610e77565b61034d565b60405190151581526020015b60405180910390f35b61016c610384565b60405161015b9190610ea8565b61014f610187366004610f13565b610416565b6002545b60405190815260200161015b565b61014f6101ac366004610f3d565b61042e565b6101906101bf366004610f79565b60009081526005602052604090206001015490565b6101906101e2366004610f92565b610452565b6101fa6101f5366004610fc5565b610467565b005b6040516012815260200161015b565b6101fa610219366004610ff1565b610492565b6101fa61022c366004610fc5565b6106ef565b6101907fa7e0cd0f2772b23ee4c329892293a6bd99d48c306b094d6d008c9a8bb8b731e481565b6101907f2e8b98eef02e8df3bd27d1270ded3bea3d14db99c5234c7b14001a7fff957bcc81565b61019061028d366004611085565b6001600160a01b031660009081526020819052604090205490565b61014f6102b6366004610fc5565b610727565b61016c610752565b610190600081565b61014f6102d9366004610f13565b610761565b6101fa6102ec366004610fc5565b61076f565b6101906102ff3660046110a0565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b61014f610338366004610f79565b60066020526000908152604090205460ff1681565b60006001600160e01b03198216637965db0b60e01b148061037e57506301ffc9a760e01b6001600160e01b03198316145b92915050565b606060038054610393906110ca565b80601f01602080910402602001604051908101604052809291908181526020018280546103bf906110ca565b801561040c5780601f106103e15761010080835404028352916020019161040c565b820191906000526020600020905b8154815290600101906020018083116103ef57829003601f168201915b5050505050905090565b600033610424818585610794565b5060019392505050565b60003361043c8582856107a1565b61044785858561081a565b506001949350505050565b600061045f848484610879565b949350505050565b600082815260056020526040902060010154610482816108f8565b61048c8383610905565b50505050565b7f2e8b98eef02e8df3bd27d1270ded3bea3d14db99c5234c7b14001a7fff957bcc6104bc816108f8565b6001600160a01b03861661050a5760405162461bcd60e51b815260206004820152601060248201526f34b73b30b634b210383937bb34b232b960811b60448201526064015b60405180910390fd5b6000851161054a5760405162461bcd60e51b815260206004820152600d60248201526c696e76616c696420756e69747360981b6044820152606401610501565b60008481526006602052604090205460ff16156105a95760405162461bcd60e51b815260206004820152601860248201527f7265636569707420616c726561647920636f6e73756d656400000000000000006044820152606401610501565b60006105b6878787610879565b905060006105fc85858080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525086939250506109999050565b90506106287fa7e0cd0f2772b23ee4c329892293a6bd99d48c306b094d6d008c9a8bb8b731e482610727565b6106745760405162461bcd60e51b815260206004820152601a60248201527f696e76616c6964206174746573746f72207369676e61747572650000000000006044820152606401610501565b6000868152600660205260409020805460ff1916600117905561069788886109c3565b806001600160a01b0316886001600160a01b0316877f62bdd9e89a55dce0e95b0356eac19c65ef5afdd870381a93e270dcd072f13f028a6040516106dd91815260200190565b60405180910390a45050505050505050565b6001600160a01b03811633146107185760405163334bd91960e11b815260040160405180910390fd5b61072282826109fd565b505050565b60009182526005602090815260408084206001600160a01b0393909316845291905290205460ff1690565b606060048054610393906110ca565b60003361042481858561081a565b60008281526005602052604090206001015461078a816108f8565b61048c83836109fd565b6107228383836001610a6a565b6001600160a01b0383811660009081526001602090815260408083209386168352929052205460001981101561048c578181101561080b57604051637dc7a0d960e11b81526001600160a01b03841660048201526024810182905260448101839052606401610501565b61048c84848484036000610a6a565b6001600160a01b03831661084457604051634b637e8f60e11b815260006004820152602401610501565b6001600160a01b03821661086e5760405163ec442f0560e01b815260006004820152602401610501565b610722838383610b3f565b604080514660208083019190915230828401526001600160a01b03959095166060820152608081019390935260a0808401929092528051808403909201825260c090920190915280519101207f19457468657265756d205369676e6564204d6573736167653a0a3332000000006000908152601c91909152603c902090565b6109028133610c69565b50565b60006109118383610727565b6109915760008381526005602090815260408083206001600160a01b03861684529091529020805460ff191660011790556109493390565b6001600160a01b0316826001600160a01b0316847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a450600161037e565b50600061037e565b6000806000806109a98686610ca2565b9250925092506109b98282610cef565b5090949350505050565b6001600160a01b0382166109ed5760405163ec442f0560e01b815260006004820152602401610501565b6109f960008383610b3f565b5050565b6000610a098383610727565b156109915760008381526005602090815260408083206001600160a01b0386168085529252808320805460ff1916905551339286917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a450600161037e565b6001600160a01b038416610a945760405163e602df0560e01b815260006004820152602401610501565b6001600160a01b038316610abe57604051634a1406b160e11b815260006004820152602401610501565b6001600160a01b038085166000908152600160209081526040808320938716835292905220829055801561048c57826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92584604051610b3191815260200190565b60405180910390a350505050565b6001600160a01b038316610b6a578060026000828254610b5f9190611104565b90915550610bdc9050565b6001600160a01b03831660009081526020819052604090205481811015610bbd5760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401610501565b6001600160a01b03841660009081526020819052604090209082900390555b6001600160a01b038216610bf857600280548290039055610c17565b6001600160a01b03821660009081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610c5c91815260200190565b60405180910390a3505050565b610c738282610727565b6109f95760405163e2517d3f60e01b81526001600160a01b038216600482015260248101839052604401610501565b60008060008351604103610cdc5760208401516040850151606086015160001a610cce88828585610da8565b955095509550505050610ce8565b50508151600091506002905b9250925092565b6000826003811115610d0357610d03611125565b03610d0c575050565b6001826003811115610d2057610d20611125565b03610d3e5760405163f645eedf60e01b815260040160405180910390fd5b6002826003811115610d5257610d52611125565b03610d735760405163fce698f760e01b815260048101829052602401610501565b6003826003811115610d8757610d87611125565b036109f9576040516335e2f38360e21b815260048101829052602401610501565b600080807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0841115610de35750600091506003905082610e6d565b604080516000808252602082018084528a905260ff891692820192909252606081018790526080810186905260019060a0016020604051602081039080840390855afa158015610e37573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116610e6357506000925060019150829050610e6d565b9250600091508190505b9450945094915050565b600060208284031215610e8957600080fd5b81356001600160e01b031981168114610ea157600080fd5b9392505050565b60006020808352835180602085015260005b81811015610ed657858101830151858201604001528201610eba565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610f0e57600080fd5b919050565b60008060408385031215610f2657600080fd5b610f2f83610ef7565b946020939093013593505050565b600080600060608486031215610f5257600080fd5b610f5b84610ef7565b9250610f6960208501610ef7565b9150604084013590509250925092565b600060208284031215610f8b57600080fd5b5035919050565b600080600060608486031215610fa757600080fd5b610fb084610ef7565b95602085013595506040909401359392505050565b60008060408385031215610fd857600080fd5b82359150610fe860208401610ef7565b90509250929050565b60008060008060006080868803121561100957600080fd5b61101286610ef7565b94506020860135935060408601359250606086013567ffffffffffffffff8082111561103d57600080fd5b818801915088601f83011261105157600080fd5b81358181111561106057600080fd5b89602082850101111561107257600080fd5b9699959850939650602001949392505050565b60006020828403121561109757600080fd5b610ea182610ef7565b600080604083850312156110b357600080fd5b6110bc83610ef7565b9150610fe860208401610ef7565b600181811c908216806110de57607f821691505b6020821081036110fe57634e487b7160e01b600052602260045260246000fd5b50919050565b8082018082111561037e57634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052602160045260246000fdfea2646970667358221220ccbff0a677379c90c9003ba37fbc7f7e7ecff7adecf992224d7bf2788e4cfc4b64736f6c63430008180033"; - -type AITokenConstructorParams = - | [signer?: Signer] - | ConstructorParameters; - -const isSuperArgs = ( - xs: AITokenConstructorParams -): xs is ConstructorParameters => xs.length > 1; - -export class AIToken__factory extends ContractFactory { - constructor(...args: AITokenConstructorParams) { - if (isSuperArgs(args)) { - super(...args); - } else { - super(_abi, _bytecode, args[0]); - } - } - - override getDeployTransaction( - admin: AddressLike, - overrides?: NonPayableOverrides & { from?: string } - ): Promise { - return super.getDeployTransaction(admin, overrides || {}); - } - override deploy( - admin: AddressLike, - overrides?: NonPayableOverrides & { from?: string } - ) { - return super.deploy(admin, overrides || {}) as Promise< - AIToken & { - deploymentTransaction(): ContractTransactionResponse; - } - >; - } - override connect(runner: ContractRunner | null): AIToken__factory { - return super.connect(runner) as AIToken__factory; - } - - static readonly bytecode = _bytecode; - static readonly abi = _abi; - static createInterface(): AITokenInterface { - return new Interface(_abi) as AITokenInterface; - } - static connect(address: string, runner?: ContractRunner | null): AIToken { - return new Contract(address, _abi, runner) as unknown as AIToken; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/factories/contracts/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/contracts/index.ts deleted file mode 100644 index 0af1f823..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/contracts/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export { AIToken__factory } from "./AIToken__factory"; -export { AITokenRegistry__factory } from "./AITokenRegistry__factory"; diff --git a/packages/solidity/aitbc-token/typechain-types/factories/index.ts b/packages/solidity/aitbc-token/typechain-types/factories/index.ts deleted file mode 100644 index 6ff9ace7..00000000 --- a/packages/solidity/aitbc-token/typechain-types/factories/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -export * as openzeppelin from "./@openzeppelin"; -export * as contracts from "./contracts"; diff --git a/packages/solidity/aitbc-token/typechain-types/hardhat.d.ts b/packages/solidity/aitbc-token/typechain-types/hardhat.d.ts deleted file mode 100644 index 1e7f8e0f..00000000 --- a/packages/solidity/aitbc-token/typechain-types/hardhat.d.ts +++ /dev/null @@ -1,315 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ - -import { ethers } from "ethers"; -import { - DeployContractOptions, - FactoryOptions, - HardhatEthersHelpers as HardhatEthersHelpersBase, -} from "@nomicfoundation/hardhat-ethers/types"; - -import * as Contracts from "."; - -declare module "hardhat/types/runtime" { - interface HardhatEthersHelpers extends HardhatEthersHelpersBase { - getContractFactory( - name: "AccessControl", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "IAccessControl", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "IERC1155Errors", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "IERC20Errors", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "IERC721Errors", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "ERC20", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "IERC20Metadata", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "IERC20", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "ECDSA", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "ERC165", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "IERC165", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "SafeCast", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "Strings", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "AIToken", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - name: "AITokenRegistry", - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - - getContractAt( - name: "AccessControl", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "IAccessControl", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "IERC1155Errors", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "IERC20Errors", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "IERC721Errors", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "ERC20", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "IERC20Metadata", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "IERC20", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "ECDSA", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "ERC165", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "IERC165", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "SafeCast", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "Strings", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "AIToken", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - getContractAt( - name: "AITokenRegistry", - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - - deployContract( - name: "AccessControl", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IAccessControl", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC1155Errors", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC20Errors", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC721Errors", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "ERC20", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC20Metadata", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC20", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "ECDSA", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "ERC165", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC165", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "SafeCast", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "Strings", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "AIToken", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "AITokenRegistry", - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - - deployContract( - name: "AccessControl", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IAccessControl", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC1155Errors", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC20Errors", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC721Errors", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "ERC20", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC20Metadata", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC20", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "ECDSA", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "ERC165", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "IERC165", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "SafeCast", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "Strings", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "AIToken", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: "AITokenRegistry", - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - - // default types - getContractFactory( - name: string, - signerOrOptions?: ethers.Signer | FactoryOptions - ): Promise; - getContractFactory( - abi: any[], - bytecode: ethers.BytesLike, - signer?: ethers.Signer - ): Promise; - getContractAt( - nameOrAbi: string | any[], - address: string | ethers.Addressable, - signer?: ethers.Signer - ): Promise; - deployContract( - name: string, - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - deployContract( - name: string, - args: any[], - signerOrOptions?: ethers.Signer | DeployContractOptions - ): Promise; - } -} diff --git a/packages/solidity/aitbc-token/typechain-types/index.ts b/packages/solidity/aitbc-token/typechain-types/index.ts deleted file mode 100644 index c9c53643..00000000 --- a/packages/solidity/aitbc-token/typechain-types/index.ts +++ /dev/null @@ -1,38 +0,0 @@ -/* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ -/* eslint-disable */ -import type * as openzeppelin from "./@openzeppelin"; -export type { openzeppelin }; -import type * as contracts from "./contracts"; -export type { contracts }; -export * as factories from "./factories"; -export type { AccessControl } from "./@openzeppelin/contracts/access/AccessControl"; -export { AccessControl__factory } from "./factories/@openzeppelin/contracts/access/AccessControl__factory"; -export type { IAccessControl } from "./@openzeppelin/contracts/access/IAccessControl"; -export { IAccessControl__factory } from "./factories/@openzeppelin/contracts/access/IAccessControl__factory"; -export type { IERC1155Errors } from "./@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors"; -export { IERC1155Errors__factory } from "./factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory"; -export type { IERC20Errors } from "./@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors"; -export { IERC20Errors__factory } from "./factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory"; -export type { IERC721Errors } from "./@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors"; -export { IERC721Errors__factory } from "./factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory"; -export type { ERC20 } from "./@openzeppelin/contracts/token/ERC20/ERC20"; -export { ERC20__factory } from "./factories/@openzeppelin/contracts/token/ERC20/ERC20__factory"; -export type { IERC20Metadata } from "./@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata"; -export { IERC20Metadata__factory } from "./factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory"; -export type { IERC20 } from "./@openzeppelin/contracts/token/ERC20/IERC20"; -export { IERC20__factory } from "./factories/@openzeppelin/contracts/token/ERC20/IERC20__factory"; -export type { ECDSA } from "./@openzeppelin/contracts/utils/cryptography/ECDSA"; -export { ECDSA__factory } from "./factories/@openzeppelin/contracts/utils/cryptography/ECDSA__factory"; -export type { ERC165 } from "./@openzeppelin/contracts/utils/introspection/ERC165"; -export { ERC165__factory } from "./factories/@openzeppelin/contracts/utils/introspection/ERC165__factory"; -export type { IERC165 } from "./@openzeppelin/contracts/utils/introspection/IERC165"; -export { IERC165__factory } from "./factories/@openzeppelin/contracts/utils/introspection/IERC165__factory"; -export type { SafeCast } from "./@openzeppelin/contracts/utils/math/SafeCast"; -export { SafeCast__factory } from "./factories/@openzeppelin/contracts/utils/math/SafeCast__factory"; -export type { Strings } from "./@openzeppelin/contracts/utils/Strings"; -export { Strings__factory } from "./factories/@openzeppelin/contracts/utils/Strings__factory"; -export type { AIToken } from "./contracts/AIToken"; -export { AIToken__factory } from "./factories/contracts/AIToken__factory"; -export type { AITokenRegistry } from "./contracts/AITokenRegistry"; -export { AITokenRegistry__factory } from "./factories/contracts/AITokenRegistry__factory";