89 Commits

Author SHA1 Message Date
sHa
25a67e43ef Rename Shkafnik to shkafnik-ng and update title in logos.json
Some checks failed
Deploy to GitHub Pages / build-and-deploy (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
2025-12-09 23:24:47 +02:00
sHa
90719f2e16 Refactor JSON data structure and add new logo for Shkafnik
- Cleaned up formatting in flags.json for better readability by removing unnecessary newlines.
- Added new logo entry for "Shkafnik" in logos.json with associated properties and color sets.
- Created a new SVG file for "Shkafnik" logo with detailed path definitions.
- Ensured proper formatting in existing SVG files by adding missing newlines at the end of files.
2025-12-09 23:12:34 +02:00
sHa
4ee8757577 Add color and target definitions for Nikamebel brand in logos.json; update SVG file to new design
Some checks failed
Deploy to GitHub Pages / build-and-deploy (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
2025-12-07 15:51:05 +02:00
sHa
1cd6764078 Add CLAUDE.md guidance and add targets/sets for Dalnoboy Service in logos.json
Some checks failed
Deploy to GitHub Pages / build-and-deploy (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
2025-10-30 14:43:21 +02:00
sHa
fc172cfa36 Add SVG cleanup utility for worldmap.svg
This commit introduces a new script, cleanup_worldmap.py, which provides a utility for cleaning and normalizing the SVG file worldmap.svg. The script performs various transformations including:

- Normalizing path tags and attributes
- Adding data-iso attributes based on a provided JSON mapping
- Pretty-printing the SVG output
- Creating a backup before overwriting the original file when using the --in-place option

The script is designed for ease of use with command-line arguments and includes error handling for XML validation.
2025-09-01 02:07:34 +03:00
sHa
58ab00f08d Fix layout issue in preview container by adjusting flex display properties 2025-09-01 01:44:36 +03:00
sHa
4dd4317d66 Refactor CardFull and InlineSvg components for improved layout and SVG handling 2025-09-01 01:37:09 +03:00
sHa
fe07f166cf Add ISO 3166-1 country codes JSON file and refactor Game.svelte to remove upcoming games section 2025-08-16 01:35:03 +03:00
sHa
fba47c142c Refactor CountryMap and CardFull components for ISO code handling
- Updated CardFull to ensure ISO codes are trimmed and uppercased before passing to CountryMap.
- Removed unused countryNames prop from CountryMap and adjusted highlighting logic to use data-iso attributes for country identification.
- Enhanced GeographyQuiz to prioritize ISO code checks and normalize values for consistency.
- Cleaned up code by removing legacy attribute handling and ensuring robust attribute management during country highlighting.
2025-08-16 00:01:01 +03:00
sHa
3ee3ffeb17 Implement code changes to enhance functionality and improve performance 2025-08-15 23:09:19 +03:00
sHa
c1bfa83963 Enhance Geography Quiz functionality and UI
- Updated Header component to recognize new quiz route for geography.
- Improved InlineSvg component to ensure proper SVG scaling and color handling.
- Refactored GeographyQuiz component to streamline game logic, including session management, question generation, and scoring.
- Added achievements tracking and settings management for user preferences.
- Enhanced UI elements for better user experience, including loading states and responsive design adjustments.
- Implemented auto-advance timer for quiz questions and improved state restoration on page reload.
2025-08-15 15:03:40 +03:00
sHa
d61366b91d Refactor session management in quizzes to use centralized restoreSessionState function and improve flag loading logic with shared utilities 2025-08-15 12:15:55 +03:00
sHa
44078938fe Refactor quiz components to improve session management and theme handling
- Updated QuizSettings component to handle full reset of quiz data and reload the application after clearing local storage.
- Refactored CapitalsQuiz and FlagQuiz components to utilize shared session management functions, reducing code duplication.
- Introduced createNewSessionState function to streamline session initialization across quizzes.
- Implemented a shared advance timer utility for managing auto-advance functionality in quizzes.
- Centralized theme management into a utility module, allowing for consistent theme application and storage across components.
- Removed redundant session state management code from quiz components, enhancing maintainability.
2025-08-15 02:03:58 +03:00
sHa
63d6c99ff1 Refactor CapitalsQuiz and FlagQuiz to utilize shared logic for achievements and settings management, enhancing code consistency and maintainability. 2025-08-15 00:37:47 +03:00
sHa
eb139840ba Refactor CapitalsQuiz to replace WelcomeStats with QuizInfo component and remove unused code for improved clarity and maintainability. 2025-08-14 15:59:04 +03:00
sHa
d7ad274a63 Refactor FlagQuiz and GeographyQuiz to replace WelcomeStats with QuizInfo component for improved consistency and clarity in the welcome subpage. 2025-08-14 15:49:43 +03:00
sHa
71ce614762 Add common logic for achievements, global stats, session management, settings, and sound in quizzes 2025-08-14 15:47:09 +03:00
sHa
388b865bdf Add QuizHeader, QuizInfo, QuizStats, and QuizWelcome components with styling; remove WelcomeStats component 2025-08-14 15:46:21 +03:00
sHa
2434f5f6d6 Add new quiz types: Emblem, Logo, and update Geography and Flag quizzes with routing and state 2025-08-14 15:44:33 +03:00
sHa
ecc09b6b9a Add Geography Quiz and related components with quiz info and routing 2025-08-14 13:42:06 +03:00
sHa
163bd33c3c Add new achievements for "Star Performer" and "City Expert" with tracking logic in CapitalsQuiz 2025-08-14 11:26:56 +03:00
sHa
88f786496c Add new SVG icons for stars and map points
- Added star-shine.svg, star.svg, stars-1.svg, stars-line.svg, stars-minimalistic.svg, stars.svg, streets-map-point.svg, and ticker-star.svg to the public/icons directory.
- Each SVG file contains unique designs for various star and map point icons, enhancing the icon library for the project.
2025-08-14 10:51:50 +03:00
sHa
9b700bd9e8 Add mouse down event handler to InlineSvg for improved interaction 2025-08-14 09:46:53 +03:00
sHa
f9fce8e5ba Add cursor style to map wrapper and clean up zoom button styles for improved UI 2025-08-14 02:14:45 +03:00
sHa
1e722252e2 Enhance CountryMap component with zoom and recenter functionality, and add map controls for improved user interaction 2025-08-14 02:05:49 +03:00
sHa
6c7ac29f62 Refactor country name highlighting logic in CountryMap component for improved readability and maintainability 2025-08-14 01:15:44 +03:00
sHa
6c2aa6acef Add CountryMap component to display highlighted countries on the world map 2025-08-14 01:14:32 +03:00
sHa
0dfb29d6f8 Add country flag section to CardFull component
- Introduced a new section to display country information for logos tagged with 'Country'.
- Displays the ISO code and includes an inline SVG world map highlighting the specified country.
- Added styles for the new section to ensure proper layout and visual appeal.
2025-08-14 00:07:11 +03:00
sHa
e64075b5e9 Add clock-circle SVG icon for improved UI elements 2025-08-12 09:26:40 +03:00
sHa
0eab81f0e2 Add Capitals Quiz game and update Game page
- Introduced a new Capitals Quiz game with full functionality including question generation, scoring, and session management.
- Updated Game.svelte to include the Capitals Quiz in the game list with appropriate metadata.
- Enhanced the layout of the game grid for better responsiveness.
- Removed placeholder for the Capitals Quiz in the upcoming games section.
2025-08-11 22:22:02 +03:00
sHa
348617688c Refactor FlagQuiz component: standardize string quotes, improve session state management, and integrate ActionButtons component for better UI control 2025-08-11 21:47:11 +03:00
sHa
32846dfc6f Add WelcomeStats component and integrate session management in FlagQuiz
- Created a new WelcomeStats component to display user statistics and session results.
- Integrated session management in FlagQuiz, allowing users to track their performance across multiple sessions.
- Updated game state handling to include session completion and results display.
- Enhanced user experience with improved navigation and session reset functionality.
2025-08-11 21:09:41 +03:00
sHa
889514ad45 Refactor Footer and Header components for improved layout; enhance FlagQuiz with question re-rendering and state management 2025-08-11 19:34:33 +03:00
sHa
bf615ff94f Refactor FlagQuiz to integrate QuizSettings component and implement auto-advance feature with timer 2025-08-11 19:05:59 +03:00
sHa
4dd1784e00 Add sound effects for correct and wrong answers in FlagQuiz and include sound settings 2025-08-11 18:23:08 +03:00
sHa
41e3785202 Update README to include features and quiz games section for better clarity 2025-08-11 18:17:38 +03:00
sHa
e0a5d21db0 Update Coming Soon header icon for improved visual clarity 2025-08-11 18:16:15 +03:00
sHa
7d3d8c5499 Enhance Game page subtitle for clarity and add upcoming game: Capital Quiz 2025-08-11 18:15:21 +03:00
sHa
8d9cda0d88 Add Footer component to FlagQuiz and Game pages for consistent layout 2025-08-11 18:11:56 +03:00
sHa
118f7e9399 Add tracking for correct and incorrect answers in FlagQuiz and implement adaptive learning settings 2025-08-11 18:06:43 +03:00
sHa
317d953a78 Enhance achievements: Add continent knowledge achievements and track progress for correct answers in FlagQuiz 2025-08-11 17:00:22 +03:00
sHa
c7bc987d41 Refactor achievement definitions: Standardize formatting and add new achievements for improved clarity and functionality 2025-08-11 16:27:43 +03:00
sHa
064401dc58 Update achievement icon: Replace 'crown-minimalistic.svg' with 'crown-star.svg' for improved design 2025-08-11 16:25:42 +03:00
sHa
717ccbf83f Fix deployment: Ensure icons are correctly included in GitHub Pages artifact preparation 2025-08-11 16:21:51 +03:00
sHa
9aa0fedd54 Fix deployment: Include icons in GitHub Pages artifact preparation 2025-08-11 16:18:57 +03:00
sHa
21e400e989 Enhance accessibility: Add ARIA roles and keyboard navigation to reset confirmation dialog in FlagQuiz page; remove unused CSS class from AchievementButton component 2025-08-11 16:15:58 +03:00
sHa
292c7e88b6 Refactor components to use InlineSvg for icons, enhance Header layout with grid, and implement achievement system in FlagQuiz page
- Replaced inline SVGs with InlineSvg component in Filter, Header, and ThemeSwitcher components for better maintainability.
- Improved Header layout using CSS Grid for better alignment and spacing of elements.
- Added achievement tracking and display functionality in FlagQuiz, including reset confirmation dialog and achievement count updates.
- Enhanced user feedback with animated result icons in FlagQuiz for correct and wrong answers.
- Introduced country info tooltips in FlagQuiz for additional context on answers.
2025-08-11 16:14:18 +03:00
sHa
f9182a6867 Add game feature: Implement Flag Quiz and Game selection page with theme support 2025-08-11 03:04:50 +03:00
sHa
39cbaa32e1 Update rollup-plugin-terser to version 7.0.2 and add new logos for Ntfy and Vite 2025-08-11 00:20:06 +03:00
sHa
61f8e30e4e Refactor App.svelte: Update Router import for consistency and clarity 2025-07-02 10:59:25 +03:00
sHa
0dcc8f0eba Refactor App.svelte: Reorganize imports for better clarity and structure 2025-07-02 10:49:37 +03:00
sHa
4ea8da4a34 Refactor App.svelte: Remove unused imports and variables for cleaner code 2025-07-02 10:42:22 +03:00
sHa
ef4f1c31c6 Refactor Makefile for improved container runtime detection and simplify commands 2025-07-02 10:20:57 +03:00
sHa
745cfb602c Add new SVG logo for Vite 2025-07-01 19:11:10 +03:00
sHa
fff1e0b395 Refactor SVG handling for responsive scaling and improve styling attributes 2025-06-20 00:02:36 +03:00
sHa
cb373ffef2 Refactor SVG gradients and IDs for consistency and clarity
- Updated gradient IDs in google_chrome_icon.svg to be more descriptive.
- Refactored gradient IDs in grafana.svg for better identification.
- Changed gradient IDs in homebridge.svg to follow a consistent naming convention.
- Modified gradient IDs in jellyfin.svg for clarity and consistency.
- Updated gradient IDs in shadoll.svg to avoid conflicts.
- Renamed ID in tesla.svg for better identification.
- Enhanced svg-cleanup.js to fix single-letter ID conflicts by prefixing them with the filename, improving SVG file integrity.
2025-06-19 17:21:55 +03:00
sHa
374ece5142 Refactor SVG processing scripts and add new functionality
- Updated `svg-cleanup.js` to improve SVG file processing and validation.
- Refactored `update-data.js` to streamline the data update process and integrate new scripts for generating image variants and syncing data files.
- Introduced `generate-variants.js` to handle the conversion of SVG files to PNG and JPG formats.
- Created `sync-data.js` to synchronize logo data with the filesystem, ensuring accurate representation of available images.
- Enhanced error handling and logging throughout the scripts for better debugging and user feedback.
- Added support for processing all collections or a specific collection based on command-line arguments or environment variables.
2025-06-19 17:09:45 +03:00
sHa
1db0f1cbe9 Clean up SVG files and update logos
- Removed unnecessary XML and DOCTYPE declarations from SVG files.
- Eliminated comments within SVG files for cleaner output.
- Trimmed leading and trailing whitespace from SVG content.
- Ensured all SVG files end with a newline character.
- Updated multiple logo SVG files including WireGuard, Wise, WOG, Yahoo, and others to conform to the new standards.
- Enhanced the update-data.js script to automate the cleanup process for SVG files.
2025-06-19 16:54:55 +03:00
sHa
e86600b610 Update SVG logos to use percentage dimensions and add viewBox where missing
- Modified SVG files for logos (webtorrent, wifi, wise-icon, zoom-icon, zoom) to set width and height to 100% for better responsiveness.
- Added viewBox attribute to SVGs that lacked it, using existing width and height values when available.
- Implemented a validation and fixing function in update-data.js to automate the process of ensuring SVGs have the correct attributes.
2025-06-19 16:46:12 +03:00
sHa
8c8078dcd9 Add US states flags 2025-06-19 16:13:14 +03:00
sHa
9d8205f321 Add new SVG logos for mini, Rolls Royce flat, and Rolls Royce 2025-06-19 00:50:06 +03:00
sHa
e4e571fd17 Add SVG logos for Subaru and Volvo
- Added Subaru logo SVG file to the project.
- Added Volvo logo SVG file to the project.
2025-06-18 22:07:01 +03:00
sHa
26d6a65499 Add Lesser Coat of Arms of Ukraine image and Belarus flag (1918, 1991–1995) SVG 2025-06-18 19:45:35 +03:00
sHa
44b73116b3 feat: add Armenian flag SVG and update existing flag SVGs
- Added a new SVG file for the Armenian flag (am-1952–1990.svg).
- Updated the existing Armenian flag SVG (am.svg) to use a new structure and color scheme.
- Refactored logo loading logic in App.svelte to reset filters and state when loading a new collection.
- Simplified PNG and JPG download functions in Actions.svelte to directly use collection variable directory.
- Enhanced SVG source fetching in CardFull.svelte to utilize a helper function for image URL generation.
2025-06-18 18:41:00 +03:00
sHa
2463661748 Refactor code structure for improved readability and maintainability 2025-06-18 17:02:46 +03:00
sHa
83dd8245a8 fix: Update collection label retrieval to support titles and improve SVG error handling 2025-06-18 16:49:05 +03:00
sHa
5baa4bfab4 Add titles to collections and update image URL resolution in components
- Added 'title' property to collections for 'Logos', 'Flags', and 'Emblems'.
- Updated image URL generation in CardMiddle, CardSmall, and CardTiny components to dynamically resolve the current collection based on window.appData.
2025-06-18 14:55:13 +03:00
sHa
e1fb0f60f3 Add Emblem of Ethiopia image to emblems_variants directory 2025-06-18 14:17:10 +03:00
sHa
77f18007a6 fix: Correct variable name for image variable directory in update-data.js 2025-06-18 13:55:53 +03:00
sHa
60d26c5388 feat: Enhance search functionality to include logo metadata 2025-06-18 13:54:23 +03:00
sHa
4a32deaeb5 Refactor PWA caching and image generation scripts
- Updated `generate-pwa-cache-list.js` to include images directory and remove duplicate file entries.
- Refactored `generate-svg-variants.js` to utilize collections from a centralized source and renamed generation directory variable.
- Modified `update-data.js` to align with new directory structure for images and variants, ensuring proper paths are used.
- Adjusted `collections.js` to standardize directory naming for variants.
- Enhanced Svelte components (`Actions.svelte`, `CardFull.svelte`, `CardMiddle.svelte`, `CardSmall.svelte`, `CardTiny.svelte`) to utilize context for collection management, simplifying image URL generation.
2025-06-18 13:18:15 +03:00
sHa
d7feb6db19 Refactor logo path handling in update-data.js
- Updated logic to create a Set of logo filenames instead of paths.
- Stripped directory path from logo.path to ensure only filenames are compared.
- Adjusted filtering for new logos to check against filenames directly.
- Ensured consistency in handling logo paths across the scanLogos and main functions.
- Minor formatting adjustments in logos.json to ensure proper file structure.
2025-06-18 12:36:55 +03:00
sHa
6e8168daac Refactor code structure for improved readability and maintainability 2025-06-18 12:31:26 +03:00
sHa
06ecfbf377 feat: Update asset paths and add emblems collection for PWA caching 2025-06-18 12:27:34 +03:00
sHa
708334bcf4 Refactor logo image handling across components
- Introduced utility functions to determine the base directory and image URL for logos based on their collection.
- Updated `Actions.svelte`, `CardFull.svelte`, `CardMiddle.svelte`, `CardSmall.svelte`, and `CardTiny.svelte` to use the new utility functions for generating image paths.
- Ensured that the correct image format (SVG, PNG, JPG) is used based on the logo's properties and active color sets.
2025-06-18 12:27:27 +03:00
sHa
a7762803b8 Implement new feature for user authentication and improve error handling 2025-06-18 12:26:19 +03:00
sHa
5c4bbe05b3 fix: Correct icon file names in GitHub Pages deployment workflow 2025-06-18 10:31:44 +03:00
sHa
a93922097a feat: Update GitHub Pages deployment to include additional PWA assets 2025-06-18 10:28:40 +03:00
sHa
5bf292f4c6 Refactor code structure for improved readability and maintainability 2025-06-18 04:22:55 +03:00
sHa
acfe315e20 Add UA cities flags 2025-06-18 04:15:32 +03:00
sHa
d87e79f44d chore: update code structure and remove redundant changes 2025-06-18 00:30:47 +03:00
sHa
ca97046961 feat: Enhance collection management with dropdown in Header and update related components 2025-06-17 17:50:47 +03:00
sHa
91918c5b0f refactor: Remove unused PWA cache generation script 2025-06-17 16:48:50 +03:00
sHa
b81271c1cc feat: Implement collection support for logos and flags in the gallery 2025-06-17 16:21:31 +03:00
sHa
ed7c0e1b96 fix: Update script names in .gitignore and DEVELOPMENT.md for favicon generation and data update 2025-06-17 16:15:46 +03:00
sHa
8b2adef1af Add favicon and logo generation scripts
- Implemented `generate-favicons.js` to create various favicon formats from a single SVG file.
- Created `update-data.js` to scan logo directories, generate PNG and JPG images from SVGs, and update the logos JSON data.
- Added a `.gitignore` file in the `flags_gen` directory to exclude all files except the `.gitignore` itself.
- Updated `logos.json` to ensure proper formatting.
2025-06-17 16:15:15 +03:00
sHa
cff94aacb8 Add SVG flags directory with all countries flags 2025-06-17 15:49:30 +03:00
sHa
56a093d301 feat: Add FastAPI logo SVG and update variants in logos.json 2025-06-16 01:18:44 +03:00
sHa
b0014295c8 refactor: Remove padding from logo image container in CardSmall component 2025-06-16 00:56:34 +03:00
827 changed files with 105529 additions and 1515 deletions

View File

@@ -32,7 +32,7 @@ jobs:
run: npm run build
- name: Generate logos.json
run: node scripts/scanLogos.js
run: node scripts/update-data.js
- name: Generate SVG variants
run: node scripts/generate-svg-variants.js
@@ -50,9 +50,13 @@ jobs:
cp public/favicon.png ./gh-pages-artifact/
cp public/favicon.ico ./gh-pages-artifact/
cp public/apple-touch-icon.png ./gh-pages-artifact/
cp public/icon-192.png ./gh-pages-artifact/
cp public/icon-512.png ./gh-pages-artifact/
cp public/manifest.json ./gh-pages-artifact/
cp public/sw.js ./gh-pages-artifact/
cp -r public/data ./gh-pages-artifact/
cp -r public/logos ./gh-pages-artifact/
cp -r public/logos_gen ./gh-pages-artifact/
cp -r public/images ./gh-pages-artifact/
cp -r public/icons ./gh-pages-artifact/
cp public/pwa-files-to-cache.json ./gh-pages-artifact/
if [ -f public/CNAME ]; then
cp public/CNAME ./gh-pages-artifact/CNAME

10
.gitignore vendored
View File

@@ -43,6 +43,11 @@ Temporary Items
*.sln
*.sw?
# Backup files
*.bak
*.bak.*
*.tmp
# Svelte related
.svelte-kit/
@@ -54,5 +59,6 @@ Temporary Items
.env.production
# Make favicon generation script executable
chmod +x ./scripts/generateFavicons.js
chmod +x ./scripts/scanLogos.js
chmod +x ./scripts/generate-favicons.js
chmod +x ./scripts/update-data.js
chmod +x ./scripts/*

132
CLAUDE.md Normal file
View File

@@ -0,0 +1,132 @@
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Overview
This is a Svelte-based logo gallery and quiz game application that displays company/brand logos and provides interactive games like flag quizzes. The project uses Docker for development and deploys to GitHub Pages.
## Development Commands
### Docker-based Development (Recommended)
- `make dev` - Start development server with live reload at http://localhost:5006
- `make build` - Build the Docker container
- `make start` - Start application in background
- `make stop` - Stop the application
- `make restart` - Restart the application
- `make logs` - View application logs
- `make run CMD="command"` - Run any command inside the container
### Data Management
- `make update-data` - Scan logos directory and regenerate data files
- `npm run update-data` - Same as above, but run directly (inside container)
### Asset Generation
- `make favicon` - Generate favicon variants
- `npm run generate-variants` - Generate SVG color variants
- `npm run generate-favicons` - Generate favicon files
- `npm run pwa-cache-list` - Generate PWA cache manifest
### Build Commands
- `npm run build` - Build production bundle using Rollup
- `npm run dev` - Development build with live reload
- `npm start` - Start sirv server on port 5006
## Architecture
### Tech Stack
- **Frontend**: Svelte 3.59.2 with SPA routing
- **Bundler**: Rollup with plugins for Svelte, CSS, and minification
- **Routing**: svelte-spa-router for single-page navigation
- **Styling**: CSS with theme support (light/dark/system)
- **Development**: Docker with live reload
### Key Application Structure
#### Main App (`src/App.svelte`)
- Central state management through `window.appData` global object
- Handles routing, theme management, and data collection switching
- Manages search, filtering (tags, brands, variants), and view modes
- Supports multiple collections (logos, flags) via dynamic data loading
#### Pages (`src/pages/`)
- `Home.svelte` - Main logo gallery with grid/list/compact views
- `Game.svelte` - Game selection landing page
- `FlagQuiz.svelte` - Flag identification quiz with adaptive learning
- `CapitalsQuiz.svelte` - Country capitals quiz
- `GeographyQuiz.svelte` - Geography-based quiz game
- `Preview.svelte` - Individual logo preview modal
#### Components (`src/components/`)
- `CardFull.svelte` - Full logo display card with actions
- `Header.svelte` - Navigation and search interface
- `Actions.svelte` - Action buttons for copy/download
- `Achievements.svelte` - Quiz achievement system
- Various card sizes (`CardSmall`, `CardMiddle`) for different views
#### Data Flow
- Logo data loaded from JSON files in `public/data/` (logos.json, flags.json)
- Collections switchable via dropdown, stored in localStorage
- Global state shared via `window.appData` object
- Theme persistence with system preference detection
- URL-based state for search/filter sharing
### Key Features
#### Multi-Collection Support
- Supports different data collections (logos, flags)
- Collection switching triggers data reload and state reset
- Each collection has its own data file structure
#### Advanced Filtering
- Text search across name, title, brand, and metadata
- Tag-based filtering with colored tags
- Brand filtering for logo variants
- Variant filtering (different logo styles)
- Compact mode to show unique brands only
#### Theme System
- Light/dark/system theme options
- CSS custom properties for theme switching
- Persistent theme preferences
#### Quiz System
- Adaptive learning algorithms
- Achievement tracking
- Score persistence
- Multiple quiz types with shared logic in `src/quizLogic/`
## File Structure Conventions
### Static Assets
- `public/logos/` - Logo files (SVG, PNG)
- `public/data/` - JSON data files generated from asset scanning
- `public/build/` - Compiled JS/CSS output (generated)
### Scripts (`scripts/`)
- `update-data.js` - Scans asset directories and generates JSON manifests
- `generate-svg-variants.js` - Creates color variants of SVG logos
- `generate-favicons.js` - Generates favicon files from source images
- `cleanup_worldmap.py` - SVG cleanup utilities
### Development Files
- `rollup.config.js` - Bundler configuration with dev/prod modes
- `Makefile` - Docker development commands
- `compose.dev.yml` - Docker Compose configuration
- `Dockerfile.dev` - Development container setup
## Development Workflow
1. **Adding New Logos**: Place files in `public/logos/`, run `make update-data`
2. **UI Changes**: Edit Svelte files in `src/`, changes auto-reload in dev mode
3. **Asset Changes**: Regenerate variants with `npm run generate-variants`
4. **Deployment**: Push to `main` branch triggers automatic GitHub Pages deployment
## Important Notes
- All development should use Docker containers for consistency
- The app uses a global `window.appData` object for component communication
- Theme changes require CSS custom property updates
- Data files are auto-generated - don't edit JSON files directly
- Quiz logic is modular and shared between different quiz types
- SVG logos support automatic color variant generation

View File

@@ -34,9 +34,9 @@ No local Node.js installation is required as all operations run inside Docker co
1. Add logo files (SVG or PNG preferred) to the `public/logos/` directory
2. Scan the logos directory and update the data file:
```
make scan-logos
make update-data
```
(This runs `npm run scan-logos` inside the dev container)
(This runs `npm run update-data` inside the dev container)
3. The application will automatically rebuild with the new logos
### Modifying the UI
@@ -110,7 +110,7 @@ Run `make help` to see all available commands:
- `make restart` - Restart the application
- `make logs` - View the application logs
- `make run CMD=<cmd>` - Run a command in the container
- `make scan-logos` - Scan logos directory and update logos.json
- `make update-data` - Scan logos directory and update logos.json
- `make clean` - Clean up build artifacts
- `make rebuild` - Completely rebuild from scratch

View File

@@ -1,32 +1,52 @@
# Logo Gallery Project Makefile
# Configuration
DOCKER_COMPOSE = docker compose
CONTAINER_NAME = slogos-dev
DEV_PORT = 5006
# Auto-detect container runtime (docker or podman)
CONTAINER_RUNTIME := $(shell \
if command -v docker >/dev/null 2>&1 && docker info >/dev/null 2>&1; then \
echo "docker"; \
elif command -v podman >/dev/null 2>&1; then \
echo "podman"; \
else \
echo "none"; \
fi)
COMPOSEFILE = compose.dev.yml
# Set compose command based on runtime
ifeq ($(CONTAINER_RUNTIME),docker)
DOCKER_COMPOSE ?= docker compose -f $(COMPOSEFILE)
else ifeq ($(CONTAINER_RUNTIME),podman)
DOCKER_COMPOSE ?= podman-compose -f $(COMPOSEFILE)
else
$(error No container runtime found. Please install docker or podman)
endif
# Main targets
.PHONY: all build start stop restart logs clean scan-logos dev rebuild favicon build-with-favicons generate-svg-variants pwa-cache-list run update-lock
.PHONY: all build start stop restart logs clean update-data dev rebuild favicon build-with-favicons generate-svg-variants pwa-cache-list run update-lock
all: build start
dev: pwa-cache-list
$(DOCKER_COMPOSE) -f compose.dev.yml up --build
$(DOCKER_COMPOSE) up --build
build:
@echo "Building the Logo Gallery container..."
$(DOCKER_COMPOSE) -f compose.dev.yml build
$(DOCKER_COMPOSE) build
# Start the application in the background
start: pwa-cache-list
@echo "Starting Logo Gallery application on port $(DEV_PORT)..."
$(DOCKER_COMPOSE) -f compose.dev.yml up -d
$(DOCKER_COMPOSE) up -d
@echo "Application is running at http://localhost:$(DEV_PORT)"
# Stop the application
stop:
@echo "Stopping Logo Gallery application..."
$(DOCKER_COMPOSE) -f compose.dev.yml down
$(DOCKER_COMPOSE) down
# Restart the application
restart: stop start
@@ -34,35 +54,37 @@ restart: stop start
# View the application logs
logs:
@echo "Showing application logs (press Ctrl+C to exit)..."
$(DOCKER_COMPOSE) -f compose.dev.yml logs -f
$(DOCKER_COMPOSE) logs -f
# Run a command inside the container
# Usage: make run CMD="npm run build"
run:
@echo "Running command in container: $(CMD)"
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) $(CMD)
$(DOCKER_COMPOSE) run --rm $(CONTAINER_NAME) $(CMD)
# Scan logos.json from files in the logos directory (for dev mode)
scan-logos:
exec:
$(DOCKER_COMPOSE) run --rm $(CONTAINER_NAME) $(CMD)
update-data:
@echo "Scanning logos directory and updating logos.json for development..."
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) npm run scan-logos
@echo "Logos have been updated - refresh the browser to see changes"
$(DOCKER_COMPOSE) run --rm $(CONTAINER_NAME) npm run update-data
@echo "Logos and Flags have been updated - refresh the browser to see changes"
# Clean up build artifacts and temporary files
clean:
@echo "Cleaning up build artifacts and temporary files..."
$(DOCKER_COMPOSE) -f compose.dev.yml down
$(DOCKER_COMPOSE) down
docker builder prune -f
# Complete rebuild from scratch
rebuild:
$(DOCKER_COMPOSE) -f compose.dev.yml down -v
$(DOCKER_COMPOSE) -f compose.dev.yml build --no-cache
$(DOCKER_COMPOSE) down -v
$(DOCKER_COMPOSE) build --no-cache
# Generate favicons
favicon:
@echo "Generating favicons..."
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) npm run generate-favicons
$(DOCKER_COMPOSE) run --rm $(CONTAINER_NAME) npm run generate-favicons
@echo "Favicons have been generated"
# Build with favicons
@@ -71,17 +93,16 @@ build-with-favicons: favicon build
# Update package-lock.json by running npm install in Docker
update-lock:
@echo "Updating package-lock.json to match package.json..."
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) npm install
$(DOCKER_COMPOSE) run --rm $(CONTAINER_NAME) npm install
@echo "Package lock file has been updated"
# Generate SVG variants with color sets
generate-svg-variants:
@echo "Generating SVG variants with color sets..."
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) node scripts/generate-svg-variants.js
$(DOCKER_COMPOSE) run --rm $(CONTAINER_NAME) node scripts/generate-svg-variants.js
@echo "SVG variants have been generated"
# Generate PWA cache list
pwa-cache-list:
generate-pwa-cache-list:
@echo "Generating PWA cache list..."
$(DOCKER_COMPOSE) -f compose.dev.yml run --rm $(CONTAINER_NAME) npm run pwa-cache-list
$(DOCKER_COMPOSE) run --rm $(CONTAINER_NAME) npm run pwa-cache-list

View File

@@ -2,12 +2,26 @@
A collection of company and brand logos hosted on GitHub Pages. This project provides an easy way to access and use various brand logos in SVG and PNG formats with a user-friendly interface.
## Features
- Browse logos in grid or list view
- Search functionality to find specific logos
- Copy direct URL to any logo with one click
- Download logos directly
- Responsive design that works on mobile and desktop
## Quiz Games
Test and study your knowledge with interactive quiz games:
- **Flag Quiz**: Challenge yourself to identify world flags or match countries to their flags
- Adaptive learning system that focuses on flags you've answered incorrectly
- Option to reduce frequency of flags you've answered correctly
- Achievement system to track your progress
- Persistent settings and score tracking
More quiz types coming soon, including logo and emblem quizzes!
For setup, development, and deployment instructions, see [DEVELOPMENT.md](./DEVELOPMENT.md).
## AI-Generated Code Notice

10
ToDo.md
View File

@@ -1,7 +1,11 @@
[v] Improove: To the tiny card add the color chooser. It should be one circle that display current color, on click it should open color picker.
[ ] Improove: In the preview page, add full header.
[ ] Improove: Split header into two parts: static top and dynamic bottom.
[ ] Improove: In the preview page, add possibility select custom color for each target.
[ ] Strategy: Add differents base/collections of images: Flags,
[ ] Add Games: Logo Quiz, Emblem Quiz
Done:
[v] Strategy: Add quiz game to guess the logo or flags and invert
[v] Improove: Split header into two parts: static top and dynamic bottom.
[v] Improove: To the tiny card add the color chooser. It should be one circle that display current color, on click it should open color picker.
[v] Strategy: Add differents base/collections of images: Flags,
[v] Strategy: WebApp, PWA
[v] Improove: Add to filter Image variants - just logo, line logo, square logo

View File

@@ -1,34 +0,0 @@
// Node.js script to generate a list of all files in public, logos, and logos_gen for PWA caching
const fs = require('fs');
const path = require('path');
const publicDir = path.join(__dirname, 'public');
const logosDir = path.join(__dirname, 'logos');
const logosGenDir = path.join(__dirname, 'logos_gen');
function walkDir(dir, baseUrl = '') {
let results = [];
fs.readdirSync(dir).forEach(file => {
const filePath = path.join(dir, file);
const relPath = path.join(baseUrl, file).replace(/\\/g, '/');
if (fs.statSync(filePath).isDirectory()) {
results = results.concat(walkDir(filePath, relPath));
} else {
results.push('/' + relPath);
}
});
return results;
}
const publicFiles = walkDir(publicDir, '').filter(f => !f.endsWith('sw.js'));
const logosFiles = walkDir(logosDir, 'logos');
const logosGenFiles = walkDir(logosGenDir, 'logos_gen');
const allFiles = Array.from(new Set([...publicFiles, ...logosFiles, ...logosGenFiles]));
fs.writeFileSync(
path.join(publicDir, 'pwa-files-to-cache.json'),
JSON.stringify(allFiles, null, 2)
);
console.log('PWA files-to-cache list generated with', allFiles.length, 'files.');

5
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "3.59.2"
}
},
@@ -1854,6 +1854,9 @@
},
"node_modules/rollup-plugin-terser": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
"integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
"deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -6,8 +6,8 @@
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --host 0.0.0.0 --dev --single",
"scan-logos": "node scripts/scanLogos.js",
"generate-favicons": "node scripts/generateFavicons.js",
"update-data": "node scripts/update-data.js",
"generate-favicons": "node scripts/generate-favicons.js",
"generate-variants": "node scripts/generate-svg-variants.js",
"variants": "npm run generate-variants",
"pwa-cache-list": "node scripts/generate-pwa-cache-list.js"
@@ -19,7 +19,7 @@
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "3.59.2"
},
"dependencies": {

248
public/data/ISO3166-1.json Normal file
View File

@@ -0,0 +1,248 @@
{
"AF": "Afghanistan",
"AX": "Aland Islands",
"AL": "Albania",
"DZ": "Algeria",
"AS": "American Samoa",
"AD": "Andorra",
"AO": "Angola",
"AI": "Anguilla",
"AQ": "Antarctica",
"AG": "Antigua And Barbuda",
"AR": "Argentina",
"AM": "Armenia",
"AW": "Aruba",
"AU": "Australia",
"AT": "Austria",
"AZ": "Azerbaijan",
"BS": "Bahamas",
"BH": "Bahrain",
"BD": "Bangladesh",
"BB": "Barbados",
"BY": "Belarus",
"BE": "Belgium",
"BZ": "Belize",
"BJ": "Benin",
"BM": "Bermuda",
"BT": "Bhutan",
"BO": "Bolivia",
"BA": "Bosnia And Herzegovina",
"BW": "Botswana",
"BV": "Bouvet Island",
"BR": "Brazil",
"IO": "British Indian Ocean Territory",
"BN": "Brunei Darussalam",
"BG": "Bulgaria",
"BF": "Burkina Faso",
"BI": "Burundi",
"KH": "Cambodia",
"CM": "Cameroon",
"CA": "Canada",
"CV": "Cape Verde",
"KY": "Cayman Islands",
"CF": "Central African Republic",
"TD": "Chad",
"CL": "Chile",
"CN": "China",
"CX": "Christmas Island",
"CC": "Cocos (Keeling) Islands",
"CO": "Colombia",
"KM": "Comoros",
"CG": "Congo",
"CD": "Congo, Democratic Republic",
"CK": "Cook Islands",
"CR": "Costa Rica",
"CI": "Cote D\"Ivoire",
"HR": "Croatia",
"CU": "Cuba",
"CY": "Cyprus",
"CZ": "Czech Republic",
"DK": "Denmark",
"DJ": "Djibouti",
"DM": "Dominica",
"DO": "Dominican Republic",
"EC": "Ecuador",
"EG": "Egypt",
"SV": "El Salvador",
"GQ": "Equatorial Guinea",
"ER": "Eritrea",
"EE": "Estonia",
"ET": "Ethiopia",
"FK": "Falkland Islands (Malvinas)",
"FO": "Faroe Islands",
"FJ": "Fiji",
"FI": "Finland",
"FR": "France",
"GF": "French Guiana",
"PF": "French Polynesia",
"TF": "French Southern Territories",
"GA": "Gabon",
"GM": "Gambia",
"GE": "Georgia",
"DE": "Germany",
"GH": "Ghana",
"GI": "Gibraltar",
"GR": "Greece",
"GL": "Greenland",
"GD": "Grenada",
"GP": "Guadeloupe",
"GU": "Guam",
"GT": "Guatemala",
"GG": "Guernsey",
"GN": "Guinea",
"GW": "Guinea-Bissau",
"GY": "Guyana",
"HT": "Haiti",
"HM": "Heard Island & Mcdonald Islands",
"VA": "Holy See (Vatican City State)",
"HN": "Honduras",
"HK": "Hong Kong",
"HU": "Hungary",
"IS": "Iceland",
"IN": "India",
"ID": "Indonesia",
"IR": "Iran, Islamic Republic Of",
"IQ": "Iraq",
"IE": "Ireland",
"IM": "Isle Of Man",
"IL": "Israel",
"IT": "Italy",
"JM": "Jamaica",
"JP": "Japan",
"JE": "Jersey",
"JO": "Jordan",
"KZ": "Kazakhstan",
"KE": "Kenya",
"KI": "Kiribati",
"KR": "Korea",
"KP": "North Korea",
"KW": "Kuwait",
"KG": "Kyrgyzstan",
"LA": "Lao People\"s Democratic Republic",
"LV": "Latvia",
"LB": "Lebanon",
"LS": "Lesotho",
"LR": "Liberia",
"LY": "Libyan Arab Jamahiriya",
"LI": "Liechtenstein",
"LT": "Lithuania",
"LU": "Luxembourg",
"MO": "Macao",
"MK": "Macedonia",
"MG": "Madagascar",
"MW": "Malawi",
"MY": "Malaysia",
"MV": "Maldives",
"ML": "Mali",
"MT": "Malta",
"MH": "Marshall Islands",
"MQ": "Martinique",
"MR": "Mauritania",
"MU": "Mauritius",
"YT": "Mayotte",
"MX": "Mexico",
"FM": "Micronesia, Federated States Of",
"MD": "Moldova",
"MC": "Monaco",
"MN": "Mongolia",
"ME": "Montenegro",
"MS": "Montserrat",
"MA": "Morocco",
"MZ": "Mozambique",
"MM": "Myanmar",
"NA": "Namibia",
"NR": "Nauru",
"NP": "Nepal",
"NL": "Netherlands",
"AN": "Netherlands Antilles",
"NC": "New Caledonia",
"NZ": "New Zealand",
"NI": "Nicaragua",
"NE": "Niger",
"NG": "Nigeria",
"NU": "Niue",
"NF": "Norfolk Island",
"MP": "Northern Mariana Islands",
"NO": "Norway",
"OM": "Oman",
"PK": "Pakistan",
"PW": "Palau",
"PS": "Palestinian Territory, Occupied",
"PA": "Panama",
"PG": "Papua New Guinea",
"PY": "Paraguay",
"PE": "Peru",
"PH": "Philippines",
"PN": "Pitcairn",
"PL": "Poland",
"PT": "Portugal",
"PR": "Puerto Rico",
"QA": "Qatar",
"RE": "Reunion",
"RO": "Romania",
"RU": "Russian Federation",
"RW": "Rwanda",
"BL": "Saint Barthelemy",
"SH": "Saint Helena",
"KN": "Saint Kitts And Nevis",
"LC": "Saint Lucia",
"MF": "Saint Martin",
"PM": "Saint Pierre And Miquelon",
"VC": "Saint Vincent And Grenadines",
"WS": "Samoa",
"SM": "San Marino",
"ST": "Sao Tome And Principe",
"SA": "Saudi Arabia",
"SN": "Senegal",
"RS": "Serbia",
"SC": "Seychelles",
"SL": "Sierra Leone",
"SG": "Singapore",
"SK": "Slovakia",
"SI": "Slovenia",
"SB": "Solomon Islands",
"SO": "Somalia",
"ZA": "South Africa",
"GS": "South Georgia And Sandwich Isl.",
"ES": "Spain",
"LK": "Sri Lanka",
"SD": "Sudan",
"SR": "Suriname",
"SJ": "Svalbard And Jan Mayen",
"SZ": "Swaziland",
"SE": "Sweden",
"CH": "Switzerland",
"SY": "Syrian Arab Republic",
"TW": "Taiwan",
"TJ": "Tajikistan",
"TZ": "Tanzania",
"TH": "Thailand",
"TL": "Timor-Leste",
"TG": "Togo",
"TK": "Tokelau",
"TO": "Tonga",
"TT": "Trinidad And Tobago",
"TN": "Tunisia",
"TR": "Turkey",
"TM": "Turkmenistan",
"TC": "Turks And Caicos Islands",
"TV": "Tuvalu",
"UG": "Uganda",
"UA": "Ukraine",
"AE": "United Arab Emirates",
"GB": "United Kingdom",
"US": "United States",
"UM": "United States Outlying Islands",
"UY": "Uruguay",
"UZ": "Uzbekistan",
"VU": "Vanuatu",
"VE": "Venezuela",
"VN": "Vietnam",
"VG": "Virgin Islands, British",
"VI": "Virgin Islands, U.S.",
"WF": "Wallis And Futuna",
"EH": "Western Sahara",
"YE": "Yemen",
"ZM": "Zambia",
"ZW": "Zimbabwe"
}

4443
public/data/MapChart_Map.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.2 MiB

171
public/data/emblems.json Normal file
View File

@@ -0,0 +1,171 @@
[
{
"name": "Escudo de España",
"path": "Escudo_de_Espana.svg",
"format": "SVG",
"disable": false,
"tags": [
"Coat of arms",
"National emblem"
],
"brand": "Spain",
"meta": {
"description": "The coat of arms of Spain, representing the historical kingdoms and the Pillars of Hercules.",
"wikipedia": "https://en.wikipedia.org/wiki/Coat_of_arms_of_Spain"
}
},
{
"name": "Emblem of Ethiopia",
"path": "Emblem_of_Ethiopia.svg",
"format": "SVG",
"disable": false,
"tags": [
"National emblem"
],
"brand": "Ethiopia",
"meta": {
"description": "The national emblem of Ethiopia, featuring a lion and a sun.",
"wikipedia": "https://en.wikipedia.org/wiki/Emblem_of_Ethiopia"
}
},
{
"name": "Coat of Arms of Andorra",
"path": "Coat_of_arms_of_Andorra.svg",
"format": "SVG",
"disable": false,
"tags": [
"Coat of arms",
"National emblem"
],
"brand": "Andorra",
"meta": {
"description": "The coat of arms of Andorra, featuring a shield with the symbols of the four founding families.",
"wikipedia": "https://en.wikipedia.org/wiki/Coat_of_arms_of_Andorra"
}
},
{
"name": "Emblem of the United Arab Emirates",
"path": "Emblem_of_the_United_Arab_Emirates.svg",
"format": "SVG",
"disable": false
},
{
"name": "Coat of Arms of Antigua and Barbuda",
"path": "Coat_of_arms_of_Antigua_and_Barbuda.svg",
"format": "SVG",
"disable": false,
"tags": [
"Coat of arms",
"National emblem"
],
"brand": "Antigua and Barbuda",
"meta": {
"description": "The coat of arms of Antigua and Barbuda, featuring a shield with a sun and a palm tree.",
"wikipedia": "https://en.wikipedia.org/wiki/Coat_of_arms_of_Antigua_and_Barbuda"
}
},
{
"name": "Coat of Arms of Albania",
"path": "Coat_of_arms_of_Albania.svg",
"format": "SVG",
"disable": false,
"tags": [
"Coat of arms",
"National emblem"
],
"brand": "Albania",
"meta": {
"description": "The coat of arms of Albania, featuring a black double-headed eagle on a red background.",
"wikipedia": "https://en.wikipedia.org/wiki/Coat_of_arms_of_Albania"
}
},
{
"name": "Coat of Arms of Armenia",
"path": "Coat_of_arms_of_Armenia.svg",
"format": "SVG",
"disable": false,
"tags": [
"Coat of arms",
"National emblem"
],
"brand": "Armenia",
"meta": {
"description": "The coat of arms of Armenia, featuring a shield with a lion and a sun.",
"wikipedia": "https://en.wikipedia.org/wiki/Coat_of_arms_of_Armenia"
}
},
{
"name": "Coat of Arms of Barbados",
"path": "Coat_of_arms_of_Barbados_3.svg",
"format": "SVG",
"disable": false,
"tags": [
"Coat of arms",
"National emblem"
],
"brand": "Barbados",
"meta": {
"description": "The coat of arms of Barbados, featuring a shield with a dolphin and a sugar cane.",
"wikipedia": "https://en.wikipedia.org/wiki/Coat_of_arms_of_Barbados"
}
},
{
"name": "Coat of Arms of Barbados",
"path": "Coat_of_arms_of_Barbados_1.svg",
"format": "SVG",
"disable": false,
"tags": [
"Coat of arms",
"National emblem"
],
"brand": "Barbados",
"meta": {
"description": "The coat of arms of Barbados, featuring a shield with a dolphin and a sugar cane.",
"wikipedia": "https://en.wikipedia.org/wiki/Coat_of_arms_of_Barbados"
}
},
{
"name": "Coat of Arms of Barbados",
"path": "Coat_of_arms_of_Barbados_2.svg",
"format": "SVG",
"disable": false,
"tags": [
"Coat of arms",
"National emblem"
],
"brand": "Barbados",
"meta": {
"description": "The coat of arms of Barbados, featuring a shield with a dolphin and a sugar cane.",
"wikipedia": "https://en.wikipedia.org/wiki/Coat_of_arms_of_Barbados"
}
},
{
"name": "Coat of Arms of Ukraine",
"path": "Lesser_Coat_of_Arms_of_Ukraine.svg",
"format": "SVG",
"disable": false,
"tags": [
"Coat of arms",
"National emblem"
],
"brand": "Ukraine",
"meta": {
"description": "The lesser coat of arms of Ukraine, featuring the trident symbol.",
"wikipedia": "https://en.wikipedia.org/wiki/Coat_of_arms_of_Ukraine"
}
},
{
"name": "Royal Badge Of Wales",
"path": "Royal_Badge_of_Wales_2008-2024.svg",
"format": "SVG",
"disable": false,
"tags": [
"National emblem"
],
"brand": "United Kingdom",
"meta": {
"description": "Within a circular riband vert fimbriated Or bearing the motto Pleidiol Wyf i'm Gwlad in letters the same and ensigned with a representation of the Crown proper, an escutcheon quarterly Or and gules four lions passant guardant counterchanged armed and langued azure, encircled by a wreath alternating of leek, thistle, clover, leek and rose.",
"wikipedia": "https://en.wikipedia.org/wiki/Royal_Badge_of_Wales"
}
}
]

7086
public/data/flags.json Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

629
public/data/world.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 223 KiB

1473
public/data/world_prev.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 155 KiB

562
public/data/worldmap.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.1 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

@@ -15,6 +15,16 @@
--color-accent: var(--primary-color);
--color-accent-hover: var(--primary-color-hover);
--color-default-fill: #c8aca5;
/* Game-specific variables */
--color-bg-primary: var(--background-color);
--color-bg-secondary: var(--card-background);
--color-bg-hover: #f0f0f0;
--color-text-primary: var(--text-color);
--color-text-secondary: #666;
--color-primary: var(--primary-color);
--color-primary-dark: var(--primary-color-hover);
--color-primary-light: rgba(70, 25, 194, 0.1);
}
/* Dark theme overrides - using both media query and class-based approach */
@@ -25,6 +35,13 @@
--color-text: #f5f6fa;
--color-border: #333842;
--color-accent: var(--primary-color);
/* Game-specific dark theme */
--color-bg-primary: #181a20;
--color-bg-secondary: #23272e;
--color-bg-hover: #2a2e36;
--color-text-primary: #f5f6fa;
--color-text-secondary: #9ca3af;
}
}
@@ -36,6 +53,13 @@
--color-text: #f5f6fa;
--color-border: #333842;
--color-accent: var(--primary-color);
/* Game-specific dark theme */
--color-bg-primary: #181a20;
--color-bg-secondary: #23272e;
--color-bg-hover: #2a2e36;
--color-text-primary: #f5f6fa;
--color-text-secondary: #9ca3af;
}
:root.light,
@@ -47,6 +71,13 @@
--color-border: #ddd;
--color-accent: var(--primary-color);
--color-default-fill: #524643;
/* Game-specific light theme */
--color-bg-primary: #f8f9fa;
--color-bg-secondary: #ffffff;
--color-bg-hover: #f0f0f0;
--color-text-primary: #333333;
--color-text-secondary: #666;
}
* {
@@ -284,12 +315,12 @@ div.logo-image img {
}
.logo-image svg {
width: 100%;
/* width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
display: block;
object-fit: contain;
object-fit: contain; */
color: var(--color-default-fill);
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 22L2 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 22V6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6V22" stroke="currentColor" stroke-width="1.5"/>
<path d="M20.25 11.5C20.25 11.9142 20.5858 12.25 21 12.25C21.4142 12.25 21.75 11.9142 21.75 11.5H20.25ZM20.1111 8.33706L19.6945 8.96066L19.6945 8.96066L20.1111 8.33706ZM20.6629 8.88886L20.0393 9.30554L20.0393 9.30554L20.6629 8.88886ZM21.75 15.5C21.75 15.0858 21.4142 14.75 21 14.75C20.5858 14.75 20.25 15.0858 20.25 15.5H21.75ZM17.5 8.75C18.2178 8.75 18.6998 8.75091 19.0672 8.78828C19.422 8.82438 19.586 8.8882 19.6945 8.96066L20.5278 7.71346C20.1318 7.44886 19.6925 7.34415 19.219 7.29598C18.758 7.24909 18.1866 7.25 17.5 7.25V8.75ZM21.75 11.5C21.75 10.8134 21.7509 10.242 21.704 9.78102C21.6559 9.30755 21.5511 8.86818 21.2865 8.47218L20.0393 9.30554C20.1118 9.41399 20.1756 9.57796 20.2117 9.93283C20.2491 10.3002 20.25 10.7822 20.25 11.5H21.75ZM19.6945 8.96066C19.831 9.05186 19.9481 9.16905 20.0393 9.30554L21.2865 8.47218C21.0859 8.17191 20.8281 7.91409 20.5278 7.71346L19.6945 8.96066ZM20.25 15.5V22H21.75V15.5H20.25Z" fill="currentColor"/>
<path d="M3.88886 8.33706L4.30554 8.96066L4.30554 8.96066L3.88886 8.33706ZM3.33706 8.88886L3.96066 9.30554L3.96066 9.30554L3.33706 8.88886ZM3.75 20C3.75 19.5858 3.41421 19.25 3 19.25C2.58579 19.25 2.25 19.5858 2.25 20H3.75ZM2.25 16C2.25 16.4142 2.58579 16.75 3 16.75C3.41421 16.75 3.75 16.4142 3.75 16H2.25ZM6.5 7.25C5.81338 7.25 5.24196 7.24909 4.78102 7.29598C4.30755 7.34415 3.86818 7.44886 3.47218 7.71346L4.30554 8.96066C4.41399 8.8882 4.57796 8.82438 4.93283 8.78828C5.30023 8.75091 5.78216 8.75 6.5 8.75V7.25ZM3.75 11.5C3.75 10.7822 3.75091 10.3002 3.78828 9.93283C3.82438 9.57796 3.8882 9.41399 3.96066 9.30554L2.71346 8.47218C2.44886 8.86818 2.34415 9.30755 2.29598 9.78102C2.24909 10.242 2.25 10.8134 2.25 11.5H3.75ZM3.47218 7.71346C3.17191 7.91409 2.91409 8.17191 2.71346 8.47218L3.96066 9.30554C4.05186 9.16905 4.16905 9.05186 4.30554 8.96066L3.47218 7.71346ZM2.25 20V22H3.75V20H2.25ZM2.25 11.5V16H3.75V11.5H2.25Z" fill="currentColor"/>
<path d="M12 22V19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 5H14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 14H10.5M14 14H12.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M14 8H13.5M10 8H11.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 11H14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 22L2 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 22V6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6V22" stroke="currentColor" stroke-width="1.5"/>
<path d="M12 22V19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 12H14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.5 11H7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.5 14H7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 11H18.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 14H18.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.5 8H7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 8H18.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<circle cx="12" cy="7" r="2" stroke="currentColor" stroke-width="1.5"/>
<path d="M20.25 11.5C20.25 11.9142 20.5858 12.25 21 12.25C21.4142 12.25 21.75 11.9142 21.75 11.5H20.25ZM20.1111 8.33706L19.6945 8.96066L19.6945 8.96066L20.1111 8.33706ZM20.6629 8.88886L20.0393 9.30554L20.0393 9.30554L20.6629 8.88886ZM21.75 15.5C21.75 15.0858 21.4142 14.75 21 14.75C20.5858 14.75 20.25 15.0858 20.25 15.5H21.75ZM17.5 8.75C18.2178 8.75 18.6998 8.75091 19.0672 8.78828C19.422 8.82438 19.586 8.8882 19.6945 8.96066L20.5278 7.71346C20.1318 7.44886 19.6925 7.34415 19.219 7.29598C18.758 7.24909 18.1866 7.25 17.5 7.25V8.75ZM21.75 11.5C21.75 10.8134 21.7509 10.242 21.704 9.78102C21.6559 9.30755 21.5511 8.86818 21.2865 8.47218L20.0393 9.30554C20.1118 9.41399 20.1756 9.57796 20.2117 9.93283C20.2491 10.3002 20.25 10.7822 20.25 11.5H21.75ZM19.6945 8.96066C19.831 9.05186 19.9481 9.16905 20.0393 9.30554L21.2865 8.47218C21.0859 8.17191 20.8281 7.91409 20.5278 7.71346L19.6945 8.96066ZM20.25 15.5V22H21.75V15.5H20.25Z" fill="currentColor"/>
<path d="M3.88886 8.33706L4.30554 8.96066L4.30554 8.96066L3.88886 8.33706ZM3.33706 8.88886L3.96066 9.30554L3.96066 9.30554L3.33706 8.88886ZM3.75 20C3.75 19.5858 3.41421 19.25 3 19.25C2.58579 19.25 2.25 19.5858 2.25 20H3.75ZM2.25 16C2.25 16.4142 2.58579 16.75 3 16.75C3.41421 16.75 3.75 16.4142 3.75 16H2.25ZM6.5 7.25C5.81338 7.25 5.24196 7.24909 4.78102 7.29598C4.30755 7.34415 3.86818 7.44886 3.47218 7.71346L4.30554 8.96066C4.41399 8.8882 4.57796 8.82438 4.93283 8.78828C5.30023 8.75091 5.78216 8.75 6.5 8.75V7.25ZM3.75 11.5C3.75 10.7822 3.75091 10.3002 3.78828 9.93283C3.82438 9.57796 3.8882 9.41399 3.96066 9.30554L2.71346 8.47218C2.44886 8.86818 2.34415 9.30755 2.29598 9.78102C2.24909 10.242 2.25 10.8134 2.25 11.5H3.75ZM3.47218 7.71346C3.17191 7.91409 2.91409 8.17191 2.71346 8.47218L3.96066 9.30554C4.05186 9.16905 4.16905 9.05186 4.30554 8.96066L3.47218 7.71346ZM2.25 20V22H3.75V20H2.25ZM2.25 11.5V16H3.75V11.5H2.25Z" fill="currentColor"/>
<path d="M10 15H10.5M14 15H12.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 22L2 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M21 22V13M11.0044 5C11.0223 3.76022 11.1143 3.05733 11.5858 2.58579C12.1716 2 13.1144 2 15 2H17C18.8857 2 19.8285 2 20.4143 2.58579C21 3.17157 21 4.11438 21 6V9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M15 22V16M3 22V13M3 9C3 7.11438 3 6.17157 3.58579 5.58579C4.17157 5 5.11438 5 7 5H11C12.8856 5 13.8284 5 14.4142 5.58579C15 6.17157 15 7.11438 15 9V12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M9 22V19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6 8H12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6 11H7M12 11H9.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6 14H12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="4" stroke="currentColor" stroke-width="1.5"/>
<path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 653 B

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 18V9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M12 18V6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 18V13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 837 B

7
public/icons/chart.svg Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 22H21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 17C3 17.9428 3 18.4142 3.29289 18.7071C3.58579 19 4.05719 19 5 19C5.94281 19 6.41421 19 6.70711 18.7071C7 18.4142 7 17.9428 7 17V11C7 10.0572 7 9.58579 6.70711 9.29289C6.41421 9 5.94281 9 5 9C4.05719 9 3.58579 9 3.29289 9.29289C3 9.58579 3 10.0572 3 11V13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 7C10 6.05719 10 5.58579 10.2929 5.29289C10.5858 5 11.0572 5 12 5C12.9428 5 13.4142 5 13.7071 5.29289C14 5.58579 14 6.05719 14 7V17C14 17.9428 14 18.4142 13.7071 18.7071C13.4142 19 12.9428 19 12 19C11.0572 19 10.5858 19 10.2929 18.7071C10 18.4142 10 17.9428 10 17V7Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M21 11V17C21 17.9428 21 18.4142 20.7071 18.7071C20.4142 19 19.9428 19 19 19C18.0572 19 17.5858 19 17.2929 18.7071C17 18.4142 17 17.9428 17 17V4C17 3.05719 17 2.58579 17.2929 2.29289C17.5858 2 18.0572 2 19 2C19.9428 2 20.4142 2 20.7071 2.29289C21 2.58579 21 3.05719 21 4V7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 12.5L10.5 14.5L15.5 9.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 597 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 12.5L10.5 14.5L15.5 9.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 709 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 8V12L14.5 14.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 587 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.5 9.50002L9.5 14.5M9.49998 9.5L14.5 14.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 589 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.5 9.50002L9.5 14.5M9.49998 9.5L14.5 14.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 701 B

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.3057 18.2975L8.23724 19.987C5.47183 20.9088 4.08912 21.3697 3.35924 20.6398C2.62936 19.9099 3.09026 18.5272 4.01207 15.7618L5.70156 10.6933C6.46758 8.39525 6.85059 7.24623 7.75684 7.03229C8.6631 6.81835 9.51953 7.67478 11.2324 9.38764L14.6114 12.7666C16.3242 14.4795 17.1807 15.3359 16.9667 16.2422" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M12.2351 18.3461C12.2351 18.3461 11.477 16.0649 11.477 14.5552C11.477 13.0454 12.2351 10.7643 12.2351 10.7643M8.06517 19.4833C8.06517 19.4833 7.42484 16.7314 7.307 14.9343C7.11229 11.965 8.06517 7.35254 8.06517 7.35254" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M14.5093 10.0061L14.6533 9.28614C14.7986 8.55924 15.3224 7.96597 16.0256 7.73155C16.7289 7.49714 17.2526 6.90387 17.398 6.17697L17.542 5.45703" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17.5691 12.2533L17.7819 12.3762C18.4391 12.7556 19.2652 12.6719 19.8329 12.1685C20.347 11.7126 21.0792 11.597 21.7087 11.8723L22.0002 11.9997" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10.5352 3C10.1977 3.55206 10.2823 4.26344 10.7399 4.72097L10.8377 4.81885C11.2309 5.21201 11.3759 5.78959 11.215 6.32182" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M13.561 4.39648C13.7621 4.19542 13.8626 4.09489 13.9788 4.05804C14.0772 4.02688 14.1827 4.02688 14.281 4.05804C14.3973 4.09489 14.4978 4.19542 14.6989 4.39648C14.8999 4.59753 15.0004 4.69806 15.0373 4.8143C15.0685 4.91262 15.0685 5.01817 15.0373 5.11648C15.0004 5.23272 14.8999 5.33325 14.6989 5.53431C14.4978 5.73536 14.3973 5.83589 14.281 5.87274C14.1827 5.90391 14.0772 5.90391 13.9788 5.87274C13.8626 5.83589 13.7621 5.73536 13.561 5.53431C13.36 5.33325 13.2594 5.23272 13.2226 5.11648C13.1914 5.01817 13.1914 4.91262 13.2226 4.8143C13.2594 4.69806 13.36 4.59753 13.561 4.39648Z" fill="currentColor"/>
<path d="M19.4682 7.46822C19.7136 7.22283 19.8363 7.10014 19.9747 7.04681C20.1367 6.9844 20.3161 6.9844 20.4781 7.04681C20.6165 7.10014 20.7392 7.22283 20.9846 7.46822C21.23 7.71362 21.3527 7.83631 21.406 7.97472C21.4684 8.1367 21.4684 8.31609 21.406 8.47807C21.3527 8.61649 21.23 8.73918 20.9846 8.98457C20.7392 9.22996 20.6165 9.35266 20.4781 9.40599C20.3161 9.4684 20.1367 9.4684 19.9747 9.40599C19.8363 9.35266 19.7136 9.22996 19.4682 8.98457C19.2228 8.73918 19.1001 8.61649 19.0468 8.47807C18.9844 8.31609 18.9844 8.1367 19.0468 7.97472C19.1001 7.83631 19.2228 7.71362 19.4682 7.46822Z" fill="currentColor"/>
<path d="M6.92737 3.94079C7.13683 3.73132 7.47645 3.73132 7.68592 3.94079C7.89539 4.15026 7.89539 4.48988 7.68592 4.69935C7.47645 4.90882 7.13683 4.90882 6.92737 4.69935C6.7179 4.48988 6.7179 4.15026 6.92737 3.94079Z" fill="currentColor"/>
<path d="M19.0582 15.3134C19.2677 15.1039 19.6073 15.1039 19.8168 15.3134C20.0262 15.5228 20.0262 15.8624 19.8168 16.0719C19.6073 16.2814 19.2677 16.2814 19.0582 16.0719C18.8488 15.8624 18.8488 15.5228 19.0582 15.3134Z" fill="currentColor"/>
<path d="M17.5 9.74145C17.7095 9.53198 18.0491 9.53198 18.2586 9.74145C18.468 9.95092 18.468 10.2905 18.2586 10.5C18.0491 10.7095 17.7095 10.7095 17.5 10.5C17.2905 10.2905 17.2905 9.95092 17.5 9.74145Z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.8382 11.1263C22.0182 9.2137 22.1082 8.25739 21.781 7.86207C21.604 7.64823 21.3633 7.5172 21.106 7.4946C20.6303 7.45282 20.0329 8.1329 18.8381 9.49307C18.2202 10.1965 17.9113 10.5482 17.5666 10.6027C17.3757 10.6328 17.1811 10.6018 17.0047 10.5131C16.6865 10.3529 16.4743 9.91812 16.0499 9.04851L13.8131 4.46485C13.0112 2.82162 12.6102 2 12 2C11.3898 2 10.9888 2.82162 10.1869 4.46486L7.95007 9.04852C7.5257 9.91812 7.31351 10.3529 6.99526 10.5131C6.81892 10.6018 6.62434 10.6328 6.43337 10.6027C6.08872 10.5482 5.77977 10.1965 5.16187 9.49307C3.96708 8.1329 3.36968 7.45282 2.89399 7.4946C2.63666 7.5172 2.39598 7.64823 2.21899 7.86207C1.8918 8.25739 1.9818 9.2137 2.16181 11.1263L2.391 13.5616C2.76865 17.5742 2.95748 19.5805 4.14009 20.7902C5.32271 22 7.09517 22 10.6401 22H13.3599C16.9048 22 18.6773 22 19.8599 20.7902C20.7738 19.8553 21.0942 18.4447 21.367 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.1459 12.5225C11.5259 11.8408 11.7159 11.5 12 11.5C12.2841 11.5 12.4741 11.8408 12.8541 12.5225L12.9524 12.6989C13.0603 12.8926 13.1143 12.9894 13.1985 13.0533C13.2827 13.1172 13.3875 13.141 13.5972 13.1884L13.7881 13.2316C14.526 13.3986 14.895 13.482 14.9828 13.7643C15.0706 14.0466 14.819 14.3407 14.316 14.929L14.1858 15.0812C14.0429 15.2483 13.9714 15.3319 13.9392 15.4353C13.9071 15.5387 13.9179 15.6502 13.9395 15.8733L13.9592 16.0763C14.0352 16.8612 14.0733 17.2536 13.8435 17.4281C13.6136 17.6025 13.2682 17.4435 12.5773 17.1254L12.3986 17.0431C12.2022 16.9527 12.1041 16.9075 12 16.9075C11.8959 16.9075 11.7978 16.9527 11.6014 17.0431L11.4227 17.1254C10.7318 17.4435 10.3864 17.6025 10.1565 17.4281C9.92674 17.2536 9.96476 16.8612 10.0408 16.0763L10.0605 15.8733C10.0821 15.6502 10.0929 15.5387 10.0608 15.4353C10.0286 15.3319 9.95713 15.2483 9.81418 15.0812L9.68403 14.929C9.18097 14.3407 8.92945 14.0466 9.01723 13.7643C9.10501 13.482 9.47396 13.3986 10.2119 13.2316L10.4028 13.1884C10.6125 13.141 10.7173 13.1172 10.8015 13.0533C10.8857 12.9894 10.9397 12.8926 11.0476 12.6989L11.1459 12.5225Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M21.8382 11.1263C22.0182 9.2137 22.1082 8.25739 21.781 7.86207C21.604 7.64823 21.3633 7.5172 21.106 7.4946C20.6303 7.45282 20.0329 8.1329 18.8381 9.49307C18.2202 10.1965 17.9113 10.5482 17.5666 10.6027C17.3757 10.6328 17.1811 10.6018 17.0047 10.5131C16.6865 10.3529 16.4743 9.91812 16.0499 9.04851L13.8131 4.46485C13.0112 2.82162 12.6102 2 12 2C11.3898 2 10.9888 2.82162 10.1869 4.46486L7.95007 9.04852C7.5257 9.91812 7.31351 10.3529 6.99526 10.5131C6.81892 10.6018 6.62434 10.6328 6.43337 10.6027C6.08872 10.5482 5.77977 10.1965 5.16187 9.49307C3.96708 8.1329 3.36968 7.45282 2.89399 7.4946C2.63666 7.5172 2.39598 7.64823 2.21899 7.86207C1.8918 8.25739 1.9818 9.2137 2.16181 11.1263L2.391 13.5616C2.76865 17.5742 2.95748 19.5805 4.14009 20.7902C5.32271 22 7.09517 22 10.6401 22H13.3599C16.9048 22 18.6773 22 19.8599 20.7902C20.7738 19.8553 21.0942 18.4447 21.367 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11 8L12.5 6.5V10.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19 5L19.9486 5.31621C20.9387 5.64623 21.4337 5.81124 21.7168 6.20408C22 6.59692 22 7.11873 21.9999 8.16234L21.9999 8.23487C21.9999 9.09561 21.9999 9.52598 21.7927 9.87809C21.5855 10.2302 21.2093 10.4392 20.4569 10.8572L17.5 12.5" stroke="currentColor" stroke-width="1.5"/>
<path d="M4.99994 5L4.05132 5.31621C3.06126 5.64623 2.56623 5.81124 2.2831 6.20408C1.99996 6.59692 1.99997 7.11873 2 8.16234L2 8.23487C2.00003 9.09561 2.00004 9.52598 2.20723 9.87809C2.41441 10.2302 2.79063 10.4392 3.54305 10.8572L6.49994 12.5" stroke="currentColor" stroke-width="1.5"/>
<path d="M12 16V19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M15.5 22H8.5L8.83922 20.3039C8.93271 19.8365 9.34312 19.5 9.8198 19.5H14.1802C14.6569 19.5 15.0673 19.8365 15.1608 20.3039L15.5 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18 22H6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 2.45597C17.7415 2.59747 18.1811 2.75299 18.5609 3.22083C19.0367 3.80673 19.0115 4.43998 18.9612 5.70647C18.7805 10.2595 17.7601 16 12.0002 16C6.24021 16 5.21983 10.2595 5.03907 5.70647C4.98879 4.43998 4.96365 3.80673 5.43937 3.22083C5.91508 2.63494 6.48445 2.53887 7.62318 2.34674C8.74724 2.15709 10.2166 2 12.0002 2C12.7184 2 13.3857 2.02548 14 2.06829" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

10
public/icons/cup-star.svg Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 16V19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M15.5 22H8.5L8.83922 20.3039C8.93271 19.8365 9.34312 19.5 9.8198 19.5H14.1802C14.6569 19.5 15.0673 19.8365 15.1608 20.3039L15.5 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19 5L19.9486 5.31621C20.9387 5.64623 21.4337 5.81124 21.7168 6.20408C22 6.59692 22 7.11873 21.9999 8.16234L21.9999 8.23487C21.9999 9.09561 21.9999 9.52598 21.7927 9.87809C21.5855 10.2302 21.2093 10.4392 20.4569 10.8572L17.5 12.5" stroke="currentColor" stroke-width="1.5"/>
<path d="M4.99994 5L4.05132 5.31621C3.06126 5.64623 2.56623 5.81124 2.2831 6.20408C1.99996 6.59692 1.99997 7.11873 2 8.16234L2 8.23487C2.00003 9.09561 2.00004 9.52598 2.20723 9.87809C2.41441 10.2302 2.79063 10.4392 3.54305 10.8572L6.49994 12.5" stroke="currentColor" stroke-width="1.5"/>
<path d="M11.1459 6.02251C11.5259 5.34084 11.7159 5 12 5C12.2841 5 12.4741 5.34084 12.8541 6.02251L12.9524 6.19887C13.0603 6.39258 13.1143 6.48944 13.1985 6.55334C13.2827 6.61725 13.3875 6.64097 13.5972 6.68841L13.7881 6.73161C14.526 6.89857 14.895 6.98205 14.9828 7.26432C15.0706 7.54659 14.819 7.84072 14.316 8.42898L14.1858 8.58117C14.0429 8.74833 13.9714 8.83191 13.9392 8.93531C13.9071 9.03872 13.9179 9.15023 13.9395 9.37327L13.9592 9.57632C14.0352 10.3612 14.0733 10.7536 13.8435 10.9281C13.6136 11.1025 13.2682 10.9435 12.5773 10.6254L12.3986 10.5431C12.2022 10.4527 12.1041 10.4075 12 10.4075C11.8959 10.4075 11.7978 10.4527 11.6014 10.5431L11.4227 10.6254C10.7318 10.9435 10.3864 11.1025 10.1565 10.9281C9.92674 10.7536 9.96476 10.3612 10.0408 9.57632L10.0605 9.37327C10.0821 9.15023 10.0929 9.03872 10.0608 8.93531C10.0286 8.83191 9.95713 8.74833 9.81418 8.58117L9.68403 8.42898C9.18097 7.84072 8.92945 7.54659 9.01723 7.26432C9.10501 6.98205 9.47396 6.89857 10.2119 6.73161L10.4028 6.68841C10.6125 6.64097 10.7173 6.61725 10.8015 6.55334C10.8857 6.48944 10.9397 6.39258 11.0476 6.19887L11.1459 6.02251Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M18 22H6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 2.45597C17.7415 2.59747 18.1811 2.75299 18.5609 3.22083C19.0367 3.80673 19.0115 4.43998 18.9612 5.70647C18.7805 10.2595 17.7601 16 12.0002 16C6.24021 16 5.21983 10.2595 5.03907 5.70647C4.98879 4.43998 4.96365 3.80673 5.43937 3.22083C5.91508 2.63494 6.48445 2.53887 7.62318 2.34674C8.74724 2.15709 10.2166 2 12.0002 2C12.7184 2 13.3857 2.02548 14 2.06829" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

9
public/icons/cup.svg Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17 2.45597C17.7415 2.59747 18.1811 2.75299 18.5609 3.22083C19.0367 3.80673 19.0115 4.43998 18.9612 5.70647C18.7805 10.2595 17.7601 16 12.0002 16C6.24021 16 5.21983 10.2595 5.03907 5.70647C4.98879 4.43998 4.96365 3.80673 5.43937 3.22083C5.91508 2.63494 6.48445 2.53887 7.62318 2.34674C8.74724 2.15709 10.2166 2 12.0002 2C12.7184 2 13.3857 2.02548 14 2.06829" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M19 5L19.9486 5.31621C20.9387 5.64623 21.4337 5.81124 21.7168 6.20408C22 6.59692 22 7.11873 21.9999 8.16234L21.9999 8.23487C21.9999 9.09561 21.9999 9.52598 21.7927 9.87809C21.5855 10.2302 21.2093 10.4392 20.4569 10.8572L17.5 12.5" stroke="currentColor" stroke-width="1.5"/>
<path d="M4.99994 5L4.05132 5.31621C3.06126 5.64623 2.56623 5.81124 2.2831 6.20408C1.99996 6.59692 1.99997 7.11873 2 8.16234L2 8.23487C2.00003 9.09561 2.00004 9.52598 2.20723 9.87809C2.41441 10.2302 2.79063 10.4392 3.54305 10.8572L6.49994 12.5" stroke="currentColor" stroke-width="1.5"/>
<path d="M12 17V19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M15.5 22H8.5L8.83922 20.3039C8.93271 19.8365 9.34312 19.5 9.8198 19.5H14.1802C14.6569 19.5 15.0673 19.8365 15.1608 20.3039L15.5 22Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18 22H6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 7V13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<circle cx="12" cy="16" r="1" fill="currentColor"/>
<path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 718 B

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.30928 9C8.59494 5 9.96832 3 12 3C14.3107 3 15.7699 5.58716 18.6883 10.7615L19.0519 11.4063C21.4771 15.7061 22.6897 17.856 21.5937 19.428C20.4978 21 17.7864 21 12.3637 21H11.6363C6.21356 21 3.50217 21 2.40626 19.428C1.45498 18.0635 2.24306 16.2635 4.05373 13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M12 8V13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<circle cx="12" cy="16" r="1" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 708 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.5 9.50002L9.5 14.5M9.49998 9.5L14.5 14.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 701 B

3
public/icons/filter.svg Normal file
View File

@@ -0,0 +1,3 @@
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.058 9.72255C21.0065 9.18858 21.4808 8.9216 21.7404 8.49142C22 8.06124 22 7.54232 22 6.50448V5.81466C22 4.48782 22 3.8244 21.5607 3.4122C21.1213 3 20.4142 3 19 3H5C3.58579 3 2.87868 3 2.43934 3.4122C2 3.8244 2 4.48782 2 5.81466V6.50448C2 7.54232 2 8.06124 2.2596 8.49142C2.5192 8.9216 2.99347 9.18858 3.94202 9.72255L6.85504 11.3624C7.49146 11.7206 7.80967 11.8998 8.03751 12.0976C8.51199 12.5095 8.80408 12.9935 8.93644 13.5872C9 13.8722 9 14.2058 9 14.8729L9 17.5424C9 18.452 9 18.9067 9.25192 19.2613C9.50385 19.6158 9.95128 19.7907 10.8462 20.1406C12.7248 20.875 13.6641 21.2422 14.3321 20.8244C15 20.4066 15 19.4519 15 17.5424V14.8729C15 14.2058 15 13.8722 15.0636 13.5872C15.1959 12.9935 15.488 12.5095 15.9625 12.0976" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 916 B

4
public/icons/flag.svg Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 22V14M5 14L7.47067 13.5059C9.1212 13.1758 10.8321 13.3328 12.3949 13.958C14.0885 14.6354 15.9524 14.7619 17.722 14.3195L17.8221 14.2945C18.4082 14.148 18.6861 13.4769 18.3753 12.9589L16.8147 10.3578C16.4732 9.78863 16.3024 9.50405 16.2619 9.19451C16.2451 9.06539 16.2451 8.93461 16.2619 8.80549C16.3024 8.49595 16.4732 8.21137 16.8147 7.64221L18.0932 5.51132C18.4278 4.9536 17.9211 4.26972 17.2901 4.42746C15.8013 4.79967 14.2331 4.69323 12.8082 4.12329L12.3949 3.95797C10.8321 3.33284 9.1212 3.17576 7.47067 3.50587L5 4M5 14V11M5 4V2M5 4V7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 852 B

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 9.99739C6.01447 8.29083 6.10921 7.35004 6.72963 6.72963C7.35004 6.10921 8.29083 6.01447 9.99739 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6 14.0007C6.01447 15.7072 6.10921 16.648 6.72963 17.2684C7.35004 17.8888 8.29083 17.9836 9.99739 17.998" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17.9976 9.99739C17.9831 8.29083 17.8883 7.35004 17.2679 6.72963C16.6475 6.10921 15.7067 6.01447 14.0002 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17.9976 14.0007C17.9831 15.7072 17.8883 16.648 17.2679 17.2684C16.6475 17.8888 15.7067 17.9836 14.0002 17.998" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

9
public/icons/gamepad.svg Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.2206 8C20.5311 5.81603 19.4281 4.63486 18.0908 4.16059C17.7099 4.02549 17.3016 4 16.8974 4H16.2849C15.4074 4 14.5514 4.27225 13.8351 4.77922L13.3332 5.13441C12.9434 5.41029 12.4776 5.55844 12 5.55844C11.5225 5.55844 11.0567 5.41029 10.6669 5.13443L10.165 4.77922C9.44862 4.27225 8.59264 4 7.71504 4H7.10257C6.69838 4 6.29009 4.02549 5.90915 4.16059C3.52645 5.00566 1.88749 8.09504 2.00604 15.1026C2.02992 16.5145 2.3603 18.075 3.63423 18.6842C4.03121 18.8741 4.49667 19 5.02671 19C5.66273 19 6.1678 18.8187 6.55763 18.5632C7.47153 17.9642 8.14122 16.9639 9.11125 16.4609C9.69519 16.1581 10.3434 16 11.0011 16H12.9989C13.6566 16 14.3048 16.1581 14.8888 16.4609C15.8588 16.9639 16.5285 17.9642 17.4424 18.5632C17.8322 18.8187 18.3373 19 18.9733 19C19.5033 19 19.9688 18.8741 20.3658 18.6842C21.6397 18.075 21.9701 16.5145 21.994 15.1026C22.0132 13.9681 21.9863 12.9362 21.9176 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M7.5 9V12M6 10.5L9 10.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M19 10.25C19 10.6642 18.6642 11 18.25 11C17.8358 11 17.5 10.6642 17.5 10.25C17.5 9.83579 17.8358 9.5 18.25 9.5C18.6642 9.5 19 9.83579 19 10.25Z" fill="currentColor"/>
<path d="M16 10.25C16 10.6642 15.6642 11 15.25 11C14.8358 11 14.5 10.6642 14.5 10.25C14.5 9.83579 14.8358 9.5 15.25 9.5C15.6642 9.5 16 9.83579 16 10.25Z" fill="currentColor"/>
<path d="M16.75 8C17.1642 8 17.5 8.33579 17.5 8.75C17.5 9.16421 17.1642 9.5 16.75 9.5C16.3358 9.5 16 9.16421 16 8.75C16 8.33579 16.3358 8 16.75 8Z" fill="currentColor"/>
<path d="M16.75 11C17.1642 11 17.5 11.3358 17.5 11.75C17.5 12.1642 17.1642 12.5 16.75 12.5C16.3358 12.5 16 12.1642 16 11.75C16 11.3358 16.3358 11 16.75 11Z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

4
public/icons/github.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg width="22" height="22" viewBox="0 0 24 24" fill="#ccc" style="margin-right:0.3em;">
<path
d="M12 0.297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.387 0.6 0.113 0.82-0.258 0.82-0.577 0-0.285-0.011-1.04-0.017-2.04-3.338 0.726-4.042-1.61-4.042-1.61-0.546-1.387-1.333-1.756-1.333-1.756-1.089-0.745 0.084-0.729 0.084-0.729 1.205 0.084 1.84 1.236 1.84 1.236 1.07 1.834 2.809 1.304 3.495 0.997 0.108-0.775 0.418-1.305 0.762-1.605-2.665-0.305-5.466-1.334-5.466-5.931 0-1.311 0.469-2.381 1.236-3.221-0.124-0.303-0.535-1.523 0.117-3.176 0 0 1.008-0.322 3.301 1.23 0.957-0.266 1.983-0.399 3.003-0.404 1.02 0.005 2.047 0.138 3.006 0.404 2.291-1.553 3.297-1.23 3.297-1.23 0.653 1.653 0.242 2.873 0.119 3.176 0.77 0.84 1.235 1.91 1.235 3.221 0 4.609-2.803 5.624-5.475 5.921 0.43 0.372 0.823 1.102 0.823 2.222 0 1.606-0.015 2.898-0.015 3.293 0 0.322 0.216 0.694 0.825 0.576 4.765-1.589 8.199-6.085 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>

After

Width:  |  Height:  |  Size: 955 B

6
public/icons/global.svg Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M14.8284 19.0711C14.457 19.9997 14.016 20.7362 13.5307 21.2388C13.0454 21.7413 12.5253 22 12 22C11.4747 22 10.9546 21.7413 10.4693 21.2388C9.98396 20.7362 9.54301 19.9997 9.17157 19.0711C8.80014 18.1425 8.5055 17.0401 8.30448 15.8268C8.10346 14.6136 8 13.3132 8 12C8 10.6868 8.10346 9.38642 8.30448 8.17317C8.5055 6.95991 8.80014 5.85752 9.17157 4.92893C9.54301 4.00035 9.98396 3.26375 10.4693 2.76121C10.9546 2.25866 11.4747 2 12 2C12.5253 2 13.0454 2.25866 13.5307 2.7612C14.016 3.26375 14.457 4.00035 14.8284 4.92893C15.1999 5.85752 15.4945 6.95991 15.6955 8.17317C15.8965 9.38642 16 10.6868 16 12C16 13.3132 15.8965 14.6136 15.6955 15.8268" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M2 12H10M22 12H14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.8613 3.36335C11.3679 2.45445 11.6213 2 12 2C12.3787 2 12.6321 2.45445 13.1387 3.36335L13.2698 3.59849C13.4138 3.85677 13.4858 3.98591 13.598 4.07112C13.7103 4.15633 13.8501 4.18796 14.1296 4.25122L14.3842 4.30881C15.3681 4.53142 15.86 4.64273 15.977 5.01909C16.0941 5.39546 15.7587 5.78763 15.088 6.57197L14.9144 6.77489C14.7238 6.99777 14.6285 7.10922 14.5857 7.24709C14.5428 7.38496 14.5572 7.53364 14.586 7.83102L14.6122 8.10176C14.7136 9.14824 14.7644 9.67148 14.4579 9.90409C14.1515 10.1367 13.6909 9.92462 12.7697 9.50047L12.5314 9.39073C12.2696 9.2702 12.1387 9.20994 12 9.20994C11.8613 9.20994 11.7304 9.2702 11.4686 9.39073L11.2303 9.50047C10.3091 9.92462 9.84847 10.1367 9.54206 9.90409C9.23565 9.67148 9.28635 9.14824 9.38776 8.10176L9.41399 7.83102C9.44281 7.53364 9.45722 7.38496 9.41435 7.24709C9.37147 7.10922 9.27617 6.99777 9.08557 6.77489L8.91204 6.57197C8.2413 5.78763 7.90593 5.39546 8.02297 5.01909C8.14001 4.64273 8.63194 4.53142 9.61581 4.30881L9.87035 4.25122C10.1499 4.18796 10.2897 4.15633 10.402 4.07112C10.5142 3.98591 10.5862 3.85677 10.7302 3.59849L10.8613 3.36335Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M19.4306 7.68168C19.684 7.22723 19.8106 7 20 7C20.1894 7 20.316 7.22722 20.5694 7.68167L20.6349 7.79925C20.7069 7.92839 20.7429 7.99296 20.799 8.03556C20.8551 8.07817 20.925 8.09398 21.0648 8.12561L21.1921 8.15441C21.684 8.26571 21.93 8.32136 21.9885 8.50955C22.047 8.69773 21.8794 8.89381 21.544 9.28598L21.4572 9.38744C21.3619 9.49889 21.3143 9.55461 21.2928 9.62354C21.2714 9.69248 21.2786 9.76682 21.293 9.91551L21.3061 10.0509C21.3568 10.5741 21.3822 10.8357 21.229 10.952C21.0758 11.0683 20.8455 10.9623 20.3849 10.7502L20.2657 10.6954C20.1348 10.6351 20.0694 10.605 20 10.605C19.9306 10.605 19.8652 10.6351 19.7343 10.6954L19.6151 10.7502C19.1545 10.9623 18.9242 11.0683 18.771 10.952C18.6178 10.8357 18.6432 10.5741 18.6939 10.0509L18.707 9.91551C18.7214 9.76682 18.7286 9.69248 18.7072 9.62354C18.6857 9.55461 18.6381 9.49889 18.5428 9.38744L18.456 9.28599C18.1206 8.89381 17.953 8.69773 18.0115 8.50955C18.07 8.32136 18.316 8.26571 18.8079 8.15441L18.9352 8.12561C19.075 8.09398 19.1449 8.07817 19.201 8.03556C19.2571 7.99296 19.2931 7.92839 19.3651 7.79925L19.4306 7.68168Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M3.43063 7.68168C3.68396 7.22723 3.81063 7 4 7C4.18937 7 4.31604 7.22722 4.56937 7.68167L4.63491 7.79925C4.7069 7.92839 4.74289 7.99296 4.79901 8.03556C4.85513 8.07817 4.92503 8.09398 5.06482 8.12561L5.19209 8.15441C5.68403 8.26571 5.93 8.32136 5.98852 8.50955C6.04704 8.69773 5.87935 8.89381 5.54398 9.28598L5.45722 9.38744C5.36191 9.49889 5.31426 9.55461 5.29283 9.62354C5.27139 9.69248 5.27859 9.76682 5.293 9.91551L5.30612 10.0509C5.35682 10.5741 5.38218 10.8357 5.22897 10.952C5.07576 11.0683 4.84547 10.9623 4.38487 10.7502L4.2657 10.6954C4.13481 10.6351 4.06937 10.605 4 10.605C3.93063 10.605 3.86519 10.6351 3.7343 10.6954L3.61513 10.7502C3.15454 10.9623 2.92424 11.0683 2.77103 10.952C2.61782 10.8357 2.64318 10.5741 2.69388 10.0509L2.707 9.91551C2.72141 9.76682 2.72861 9.69248 2.70717 9.62354C2.68574 9.55461 2.63809 9.49889 2.54278 9.38744L2.45602 9.28599C2.12065 8.89381 1.95296 8.69773 2.01148 8.50955C2.07 8.32136 2.31597 8.26571 2.80791 8.15441L2.93518 8.12561C3.07497 8.09398 3.14487 8.07817 3.20099 8.03556C3.25711 7.99296 3.29311 7.92839 3.36509 7.79925L3.43063 7.68168Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M4 21.3884H6.25993C7.27079 21.3884 8.29253 21.4937 9.27633 21.6964C11.0166 22.0549 12.8488 22.0983 14.6069 21.8138M13.6764 18.5172C13.7962 18.5033 13.911 18.4874 14.0206 18.4699C14.932 18.3245 15.697 17.8375 16.3974 17.3084L18.2046 15.9433C18.8417 15.462 19.7873 15.4619 20.4245 15.943C20.9982 16.3762 21.1736 17.0894 20.8109 17.6707C20.388 18.3487 19.7921 19.216 19.2199 19.7459M13.6764 18.5172C13.6403 18.5214 13.6038 18.5254 13.5668 18.5292M13.6764 18.5172C13.8222 18.486 13.9669 18.396 14.1028 18.2775C14.746 17.7161 14.7866 16.77 14.2285 16.1431C14.0991 15.9977 13.9475 15.8764 13.7791 15.7759C10.9817 14.1074 6.62942 15.3782 4 17.2429M13.6764 18.5172C13.6399 18.525 13.6033 18.5292 13.5668 18.5292M13.5668 18.5292C13.0434 18.5829 12.4312 18.5968 11.7518 18.5326" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

10
public/icons/home-1.svg Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 22L2 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M2 11L6.06296 7.74968M22 11L13.8741 4.49931C12.7784 3.62279 11.2216 3.62279 10.1259 4.49931L9.34398 5.12486" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M15.5 5.5V3.5C15.5 3.22386 15.7239 3 16 3H18.5C18.7761 3 19 3.22386 19 3.5V8.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M4 22V9.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M20 9.5V13.5M20 22V17.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M15 22V17C15 15.5858 15 14.8787 14.5607 14.4393C14.1213 14 13.4142 14 12 14C10.5858 14 9.87868 14 9.43934 14.4393M9 22V17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14 9.5C14 10.6046 13.1046 11.5 12 11.5C10.8954 11.5 10 10.6046 10 9.5C10 8.39543 10.8954 7.5 12 7.5C13.1046 7.5 14 8.39543 14 9.5Z" stroke="currentColor" stroke-width="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
https://www.svgrepo.com/collection/solar-broken-line-icons/

View File

@@ -0,0 +1,7 @@
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 17V11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
<circle cx="1" cy="1" r="1" transform="matrix(1 0 0 -1 11 9)" fill="currentColor" />
<path
d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
</svg>

After

Width:  |  Height:  |  Size: 552 B

View File

@@ -0,0 +1,7 @@
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 17V11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
<circle cx="1" cy="1" r="1" transform="matrix(1 0 0 -1 11 9)" fill="currentColor" />
<path
d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" />
</svg>

After

Width:  |  Height:  |  Size: 664 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 10V8C6 7.65929 6.0284 7.32521 6.08296 7M18 10V8C18 4.68629 15.3137 2 12 2C10.208 2 8.59942 2.78563 7.5 4.03126" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M11 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.75736 10 5.17157 10 8 10H16C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 772 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16C2 13.1716 2 11.7574 2.87868 10.8787C3.75736 10 5.17157 10 8 10H16C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6 10V8C6 7.65929 6.0284 7.32521 6.08296 7M17.811 6.5C17.1449 3.91216 14.7958 2 12 2C10.223 2 8.62643 2.7725 7.52779 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 777 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 15.2161C4.35254 13.5622 4 11.8013 4 10.1433C4 5.64588 7.58172 2 12 2C16.4183 2 20 5.64588 20 10.1433C20 14.6055 17.4467 19.8124 13.4629 21.6744C12.5343 22.1085 11.4657 22.1085 10.5371 21.6744C9.26474 21.0797 8.13831 20.1439 7.19438 19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M11.0429 11.5215L10.5891 12.1187L10.5891 12.1187L11.0429 11.5215ZM12 7.71604L11.4719 8.24858C11.7643 8.53853 12.2357 8.53853 12.5281 8.24858L12 7.71604ZM13.4109 12.1187C13.7407 11.868 13.8049 11.3975 13.5543 11.0677C13.3037 10.7379 12.8331 10.6738 12.5034 10.9244L13.4109 12.1187ZM12 12L12 11.25H12L12 12ZM13.9087 9.56347C13.6676 9.9003 13.7452 10.3688 14.0821 10.6099C14.4189 10.851 14.8874 10.7734 15.1285 10.4365L13.9087 9.56347ZM11.4967 10.9244C11.0789 10.6069 10.6177 10.2097 10.2679 9.79085C9.90066 9.35108 9.75 8.99865 9.75 8.75734H8.25C8.25 9.53562 8.68177 10.2317 9.11649 10.7523C9.56863 11.2938 10.1288 11.7689 10.5891 12.1187L11.4967 10.9244ZM9.75 8.75734C9.75 8.13509 10.0269 7.87068 10.2497 7.78976C10.4873 7.7035 10.9433 7.72437 11.4719 8.24858L12.5281 7.1835C11.7068 6.36899 10.6627 6.044 9.73781 6.37982C8.79816 6.72098 8.25 7.64658 8.25 8.75734H9.75ZM15.75 8.75733C15.75 7.64657 15.2018 6.72098 14.2622 6.37982C13.3373 6.044 12.2932 6.36899 11.4719 7.1835L12.5281 8.24858C13.0567 7.72437 13.5127 7.7035 13.7503 7.78976C13.9731 7.87068 14.25 8.13509 14.25 8.75733H15.75ZM10.5891 12.1187C10.9545 12.3964 11.3725 12.75 12 12.75L12 11.25C11.9808 11.25 11.9691 11.2515 11.9158 11.2223C11.8303 11.1756 11.7231 11.0964 11.4967 10.9244L10.5891 12.1187ZM12.5034 10.9244C12.2769 11.0964 12.1697 11.1756 12.0842 11.2223C12.0309 11.2515 12.0192 11.25 12 11.25L12 12.75C12.6275 12.75 13.0455 12.3964 13.4109 12.1187L12.5034 10.9244ZM15.1285 10.4365C15.4576 9.97669 15.75 9.39761 15.75 8.75733H14.25C14.25 8.94741 14.1561 9.21784 13.9087 9.56347L15.1285 10.4365Z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M12 20.6875L12.4939 21.2519C12.6566 21.1095 12.75 20.9038 12.75 20.6875C12.75 20.4712 12.6566 20.2655 12.4939 20.1231L12 20.6875ZM21.4263 14.4122C21.1016 14.1549 20.6299 14.2096 20.3727 14.5342C20.1155 14.8589 20.1701 15.3306 20.4948 15.5878L21.4263 14.4122ZM3.50523 15.5878C3.82989 15.3306 3.88455 14.8589 3.62731 14.5342C3.37008 14.2096 2.89836 14.1549 2.5737 14.4122L3.50523 15.5878ZM10.5 19.375L10.9939 18.8106C10.7724 18.6168 10.4581 18.5704 10.1901 18.692C9.9221 18.8136 9.75 19.0807 9.75 19.375H10.5ZM10.5 22H9.75C9.75 22.2943 9.9221 22.5614 10.1901 22.683C10.4581 22.8046 10.7724 22.7582 10.9939 22.5644L10.5 22ZM14.4244 19.8173C14.0123 19.859 13.7121 20.227 13.7538 20.6391C13.7956 21.0512 14.1635 21.3514 14.5756 21.3096L14.4244 19.8173ZM10.5443 19.8948C8.20148 19.756 6.17254 19.2897 4.75556 18.6471C4.04582 18.3252 3.52438 17.9747 3.19064 17.6296C2.86028 17.288 2.75 16.993 2.75 16.75H1.25C1.25 17.494 1.60081 18.1434 2.11244 18.6724C2.62069 19.1979 3.32214 19.644 4.13599 20.0131C5.76619 20.7525 7.98726 21.246 10.4557 21.3922L10.5443 19.8948ZM20.4948 15.5878C21.0684 16.0424 21.25 16.443 21.25 16.75H22.75C22.75 15.7998 22.1833 15.012 21.4263 14.4122L20.4948 15.5878ZM2.75 16.75C2.75 16.443 2.93157 16.0424 3.50523 15.5878L2.5737 14.4122C1.81667 15.012 1.25 15.7998 1.25 16.75H2.75ZM12.4939 20.1231L10.9939 18.8106L10.0061 19.9394L11.5061 21.2519L12.4939 20.1231ZM9.75 19.375V20.6435H11.25V19.375H9.75ZM9.75 20.6435V22H11.25V20.6435H9.75ZM10.9939 22.5644L12.4939 21.2519L11.5061 20.1231L10.0061 21.4356L10.9939 22.5644ZM21.25 16.75C21.25 17.2066 20.8246 17.8623 19.5314 18.5103C18.3014 19.1266 16.522 19.6047 14.4244 19.8173L14.5756 21.3096C16.791 21.0851 18.7617 20.5738 20.2034 19.8514C21.5819 19.1606 22.75 18.1281 22.75 16.75H21.25Z" fill="currentColor"/>
<path d="M6.75 11.9121C6.2644 10.6717 6 9.351 6 8.10747C6 4.73441 8.68629 2 12 2C15.3137 2 18 4.73441 18 8.10747C18 11.4541 16.085 15.3593 13.0972 16.7558C12.4007 17.0814 11.5993 17.0814 10.9028 16.7558C9.94855 16.3098 9.10373 15.6079 8.39578 14.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.1249 12.1178L15.5 13.5M14.1249 12.1178C14.6657 11.5752 15 10.8266 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13C12.8302 13 13.5817 12.6628 14.1249 12.1178Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5 15.2161C4.35254 13.5622 4 11.8013 4 10.1433C4 5.64588 7.58172 2 12 2C16.4183 2 20 5.64588 20 10.1433C20 14.6055 17.4467 19.8124 13.4629 21.6744C12.5343 22.1085 11.4657 22.1085 10.5371 21.6744C9.26474 21.0797 8.13831 20.1439 7.19438 19" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 821 B

5
public/icons/map.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 7.16229C21 6.11871 21 5.59692 20.7169 5.20409C20.4337 4.81126 19.9387 4.64625 18.9487 4.31624L17.7839 3.92799C16.4168 3.47229 15.7333 3.24444 15.0451 3.3366C14.3569 3.42876 13.7574 3.82843 12.5583 4.62778L11.176 5.54937C10.2399 6.1734 9.77191 6.48541 9.24685 6.60952C9.05401 6.65511 8.85714 6.68147 8.6591 6.68823C8.11989 6.70665 7.58626 6.52877 6.51901 6.17302C5.12109 5.70705 4.42213 5.47406 3.89029 5.71066C3.70147 5.79466 3.53204 5.91678 3.39264 6.06935C3 6.49907 3 7.23584 3 8.70938V12.7736M21 11V15.2907C21 16.7642 21 17.501 20.6074 17.9307C20.468 18.0833 20.2985 18.2054 20.1097 18.2894C19.5779 18.526 18.8789 18.293 17.481 17.827C16.4137 17.4713 15.8801 17.2934 15.3409 17.3118C15.1429 17.3186 14.946 17.3449 14.7532 17.3905C14.2281 17.5146 13.7601 17.8266 12.824 18.4507L11.4417 19.3722C10.2426 20.1716 9.64311 20.5713 8.95493 20.6634C8.26674 20.7556 7.58319 20.5277 6.21609 20.072L5.05132 19.6838C4.06129 19.3538 3.56627 19.1888 3.28314 18.7959C3.01507 18.424 3.0008 17.9365 3.00004 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M15 3.5V7M15 17V11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M9 20.5V17M9 7V13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.1459 7.02251C11.5259 6.34084 11.7159 6 12 6C12.2841 6 12.4741 6.34084 12.8541 7.02251L12.9524 7.19887C13.0603 7.39258 13.1143 7.48944 13.1985 7.55334C13.2827 7.61725 13.3875 7.64097 13.5972 7.68841L13.7881 7.73161C14.526 7.89857 14.895 7.98205 14.9828 8.26432C15.0706 8.54659 14.819 8.84072 14.316 9.42898L14.1858 9.58117C14.0429 9.74833 13.9714 9.83191 13.9392 9.93531C13.9071 10.0387 13.9179 10.1502 13.9395 10.3733L13.9592 10.5763C14.0352 11.3612 14.0733 11.7536 13.8435 11.9281C13.6136 12.1025 13.2682 11.9435 12.5773 11.6254L12.3986 11.5431C12.2022 11.4527 12.1041 11.4075 12 11.4075C11.8959 11.4075 11.7978 11.4527 11.6014 11.5431L11.4227 11.6254C10.7318 11.9435 10.3864 12.1025 10.1565 11.9281C9.92674 11.7536 9.96476 11.3612 10.0408 10.5763L10.0605 10.3733C10.0821 10.1502 10.0929 10.0387 10.0608 9.93531C10.0286 9.83191 9.95713 9.74833 9.81418 9.58117L9.68403 9.42898C9.18097 8.84072 8.92945 8.54659 9.01723 8.26432C9.10501 7.98205 9.47396 7.89857 10.2119 7.73161L10.4028 7.68841C10.6125 7.64097 10.7173 7.61725 10.8015 7.55334C10.8857 7.48944 10.9397 7.39258 11.0476 7.19887L11.1459 7.02251Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M7.35111 15L6.71424 17.323C6.0859 19.6148 5.77173 20.7607 6.19097 21.3881C6.3379 21.6079 6.535 21.7844 6.76372 21.9008C7.41635 22.2331 8.42401 21.7081 10.4393 20.658C11.1099 20.3086 11.4452 20.1339 11.8014 20.0959C11.9335 20.0818 12.0665 20.0818 12.1986 20.0959C12.5548 20.1339 12.8901 20.3086 13.5607 20.658C15.576 21.7081 16.5837 22.2331 17.2363 21.9008C17.465 21.7844 17.6621 21.6079 17.809 21.3881C18.2283 20.7607 17.9141 19.6148 17.2858 17.323L16.6489 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.5 6.39691C5.17745 7.20159 5 8.08007 5 9C5 12.866 8.13401 16 12 16C15.866 16 19 12.866 19 9C19 5.13401 15.866 2 12 2C11.0801 2 10.2016 2.17745 9.39691 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.35111 15L6.71424 17.323C6.0859 19.6148 5.77173 20.7607 6.19097 21.3881C6.3379 21.6079 6.535 21.7844 6.76372 21.9008C7.41635 22.2331 8.42401 21.7081 10.4393 20.658C11.1099 20.3086 11.4452 20.1339 11.8014 20.0959C11.9335 20.0818 12.0665 20.0818 12.1986 20.0959C12.5548 20.1339 12.8901 20.3086 13.5607 20.658C15.576 21.7081 16.5837 22.2331 17.2363 21.9008C17.465 21.7844 17.6621 21.6079 17.809 21.3881C18.2283 20.7607 17.9141 19.6148 17.2858 17.323L16.6489 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.5 6.39691C5.17745 7.20159 5 8.08007 5 9C5 12.866 8.13401 16 12 16C15.866 16 19 12.866 19 9C19 5.13401 15.866 2 12 2C11.0801 2 10.2016 2.17745 9.39691 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1002 B

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.1459 7.02251C11.5259 6.34084 11.7159 6 12 6C12.2841 6 12.4741 6.34084 12.8541 7.02251L12.9524 7.19887C13.0603 7.39258 13.1143 7.48944 13.1985 7.55334C13.2827 7.61725 13.3875 7.64097 13.5972 7.68841L13.7881 7.73161C14.526 7.89857 14.895 7.98205 14.9828 8.26432C15.0706 8.54659 14.819 8.84072 14.316 9.42898L14.1858 9.58117C14.0429 9.74833 13.9714 9.83191 13.9392 9.93531C13.9071 10.0387 13.9179 10.1502 13.9395 10.3733L13.9592 10.5763C14.0352 11.3612 14.0733 11.7536 13.8435 11.9281C13.6136 12.1025 13.2682 11.9435 12.5773 11.6254L12.3986 11.5431C12.2022 11.4527 12.1041 11.4075 12 11.4075C11.8959 11.4075 11.7978 11.4527 11.6014 11.5431L11.4227 11.6254C10.7318 11.9435 10.3864 12.1025 10.1565 11.9281C9.92674 11.7536 9.96476 11.3612 10.0408 10.5763L10.0605 10.3733C10.0821 10.1502 10.0929 10.0387 10.0608 9.93531C10.0286 9.83191 9.95713 9.74833 9.81418 9.58117L9.68403 9.42898C9.18097 8.84072 8.92945 8.54659 9.01723 8.26432C9.10501 7.98205 9.47396 7.89857 10.2119 7.73161L10.4028 7.68841C10.6125 7.64097 10.7173 7.61725 10.8015 7.55334C10.8857 7.48944 10.9397 7.39258 11.0476 7.19887L11.1459 7.02251Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M12 16.0678L8.22855 19.9728C7.68843 20.5321 7.41837 20.8117 7.18967 20.9084C6.66852 21.1289 6.09042 20.9402 5.81628 20.4602C5.69597 20.2495 5.65848 19.8695 5.5835 19.1095C5.54117 18.6804 5.52 18.4658 5.45575 18.2861C5.31191 17.8838 5.00966 17.5708 4.6211 17.4219C4.44754 17.3554 4.24033 17.3335 3.82589 17.2896C3.09187 17.212 2.72486 17.1732 2.52138 17.0486C2.05772 16.7648 1.87548 16.1662 2.08843 15.6266C2.18188 15.3898 2.45194 15.1102 2.99206 14.5509L5.45575 12" stroke="currentColor" stroke-width="1.5"/>
<path d="M12 16.0678L15.7715 19.9728C16.3116 20.5321 16.5816 20.8117 16.8103 20.9084C17.3315 21.1289 17.9096 20.9402 18.1837 20.4602C18.304 20.2495 18.3415 19.8695 18.4165 19.1095C18.4588 18.6804 18.48 18.4658 18.5442 18.2861C18.6881 17.8838 18.9903 17.5708 19.3789 17.4219C19.5525 17.3554 19.7597 17.3335 20.1741 17.2896C20.9081 17.212 21.2751 17.1732 21.4786 17.0486C21.9423 16.7648 22.1245 16.1662 21.9116 15.6266C21.8181 15.3898 21.5481 15.1102 21.0079 14.5509L18.5442 12" stroke="currentColor" stroke-width="1.5"/>
<path d="M5.5 6.39691C5.17745 7.20159 5 8.08007 5 9C5 12.866 8.13401 16 12 16C15.866 16 19 12.866 19 9C19 5.13401 15.866 2 12 2C11.0801 2 10.2016 2.17745 9.39691 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17 8V6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6V8" stroke="currentColor" stroke-width="1.5"/>
<path d="M11.1459 12.0225C11.5259 11.3408 11.7159 11 12 11C12.2841 11 12.4741 11.3408 12.8541 12.0225L12.9524 12.1989C13.0603 12.3926 13.1143 12.4894 13.1985 12.5533C13.2827 12.6172 13.3875 12.641 13.5972 12.6884L13.7881 12.7316C14.526 12.8986 14.895 12.982 14.9828 13.2643C15.0706 13.5466 14.819 13.8407 14.316 14.429L14.1858 14.5812C14.0429 14.7483 13.9714 14.8319 13.9392 14.9353C13.9071 15.0387 13.9179 15.1502 13.9395 15.3733L13.9592 15.5763C14.0352 16.3612 14.0733 16.7536 13.8435 16.9281C13.6136 17.1025 13.2682 16.9435 12.5773 16.6254L12.3986 16.5431C12.2022 16.4527 12.1041 16.4075 12 16.4075C11.8959 16.4075 11.7978 16.4527 11.6014 16.5431L11.4227 16.6254C10.7318 16.9435 10.3864 17.1025 10.1565 16.9281C9.92674 16.7536 9.96476 16.3612 10.0408 15.5763L10.0605 15.3733C10.0821 15.1502 10.0929 15.0387 10.0608 14.9353C10.0286 14.8319 9.95713 14.7483 9.81418 14.5812L9.68403 14.429C9.18097 13.8407 8.92945 13.5466 9.01723 13.2643C9.10501 12.982 9.47396 12.8986 10.2119 12.7316L10.4028 12.6884C10.6125 12.641 10.7173 12.6172 10.8015 12.5533C10.8857 12.4894 10.9397 12.3926 11.0476 12.1989L11.1459 12.0225Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M19.4286 16.975C19.7972 16.0553 20 15.0513 20 14C20 9.58172 16.4183 6 12 6C7.58172 6 4 9.58172 4 14C4 18.4183 7.58172 22 12 22C13.0513 22 14.0553 21.7972 14.975 21.4286" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17 6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6" stroke="currentColor" stroke-width="1.5"/>
<path d="M11.1459 11.0225C11.5259 10.3408 11.7159 10 12 10C12.2841 10 12.4741 10.3408 12.8541 11.0225L12.9524 11.1989C13.0603 11.3926 13.1143 11.4894 13.1985 11.5533C13.2827 11.6172 13.3875 11.641 13.5972 11.6884L13.7881 11.7316C14.526 11.8986 14.895 11.982 14.9828 12.2643C15.0706 12.5466 14.819 12.8407 14.316 13.429L14.1858 13.5812C14.0429 13.7483 13.9714 13.8319 13.9392 13.9353C13.9071 14.0387 13.9179 14.1502 13.9395 14.3733L13.9592 14.5763C14.0352 15.3612 14.0733 15.7536 13.8435 15.9281C13.6136 16.1025 13.2682 15.9435 12.5773 15.6254L12.3986 15.5431C12.2022 15.4527 12.1041 15.4075 12 15.4075C11.8959 15.4075 11.7978 15.4527 11.6014 15.5431L11.4227 15.6254C10.7318 15.9435 10.3864 16.1025 10.1565 15.9281C9.92674 15.7536 9.96476 15.3612 10.0408 14.5763L10.0605 14.3733C10.0821 14.1502 10.0929 14.0387 10.0608 13.9353C10.0286 13.8319 9.95713 13.7483 9.81418 13.5812L9.68403 13.429C9.18097 12.8407 8.92945 12.5466 9.01723 12.2643C9.10501 11.982 9.47396 11.8986 10.2119 11.7316L10.4028 11.6884C10.6125 11.641 10.7173 11.6172 10.8015 11.5533C10.8857 11.4894 10.9397 11.3926 11.0476 11.1989L11.1459 11.0225Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M15.5777 20.2111C13.8221 21.089 12.9443 21.5279 12 21.5279C11.0557 21.5279 10.1779 21.089 8.42229 20.2111C6.27063 19.1353 5.19479 18.5974 4.5974 17.6308C4 16.6642 4 15.4614 4 13.0557V12C4 9.17157 4 7.75736 4.87868 6.87868C5.75736 6 7.17157 6 10 6H14C16.8284 6 18.2426 6 19.1213 6.87868C20 7.75736 20 9.17157 20 12V13.0557C20 15.4614 20 16.6642 19.4026 17.6308C19.2876 17.8169 19.1548 17.9872 19 18.1484" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,5 @@
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17 8V6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6V8" stroke="currentColor" stroke-width="1.5"/>
<path d="M19.7943 11.0312C19.7943 9.93319 19.1944 8.92292 18.2305 8.39728L13.4362 5.78311C12.541 5.29495 11.4591 5.29495 10.5638 5.78311L5.76962 8.39728C4.80563 8.92292 4.20581 9.93318 4.20581 11.0312V15.9688C4.20581 17.0668 4.80563 18.0771 5.76962 18.6027L10.5638 21.2169C11.4591 21.705 12.541 21.705 13.4362 21.2169L18.2305 18.6027C19.1944 18.0771 19.7943 17.0668 19.7943 15.9688V15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M11.1459 11.5228C11.5259 10.8411 11.7159 10.5002 12 10.5002C12.2841 10.5002 12.4741 10.8411 12.8541 11.5228L12.9524 11.6991C13.0603 11.8928 13.1143 11.9897 13.1985 12.0536C13.2827 12.1175 13.3875 12.1412 13.5972 12.1887L13.7881 12.2319C14.526 12.3988 14.895 12.4823 14.9828 12.7646C15.0706 13.0468 14.819 13.341 14.316 13.9292L14.1858 14.0814C14.0429 14.2486 13.9714 14.3322 13.9392 14.4356C13.9071 14.539 13.9179 14.6505 13.9395 14.8735L13.9592 15.0766C14.0352 15.8614 14.0733 16.2539 13.8435 16.4283C13.6136 16.6028 13.2682 16.4437 12.5773 16.1256L12.3986 16.0433C12.2022 15.9529 12.1041 15.9077 12 15.9077C11.8959 15.9077 11.7978 15.9529 11.6014 16.0433L11.4227 16.1256C10.7318 16.4437 10.3864 16.6028 10.1565 16.4283C9.92674 16.2539 9.96476 15.8614 10.0408 15.0766L10.0605 14.8735C10.0821 14.6505 10.0929 14.539 10.0608 14.4356C10.0286 14.3322 9.95713 14.2486 9.81418 14.0814L9.68403 13.9292C9.18097 13.341 8.92945 13.0468 9.01723 12.7646C9.10501 12.4823 9.47396 12.3988 10.2119 12.2319L10.4028 12.1887C10.6125 12.1412 10.7173 12.1175 10.8015 12.0536C10.8857 11.9897 10.9397 11.8928 11.0476 11.6991L11.1459 11.5228Z" stroke="currentColor" stroke-width="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

4
public/icons/moon.svg Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.0672 11.8568L20.4253 11.469L21.0672 11.8568ZM12.1432 2.93276L11.7553 2.29085V2.29085L12.1432 2.93276ZM7.37554 20.013C7.017 19.8056 6.5582 19.9281 6.3508 20.2866C6.14339 20.6452 6.26591 21.104 6.62446 21.3114L7.37554 20.013ZM2.68862 17.3755C2.89602 17.7341 3.35482 17.8566 3.71337 17.6492C4.07191 17.4418 4.19443 16.983 3.98703 16.6245L2.68862 17.3755ZM21.25 12C21.25 17.1086 17.1086 21.25 12 21.25V22.75C17.9371 22.75 22.75 17.9371 22.75 12H21.25ZM2.75 12C2.75 6.89137 6.89137 2.75 12 2.75V1.25C6.06294 1.25 1.25 6.06294 1.25 12H2.75ZM15.5 14.25C12.3244 14.25 9.75 11.6756 9.75 8.5H8.25C8.25 12.5041 11.4959 15.75 15.5 15.75V14.25ZM20.4253 11.469C19.4172 13.1373 17.5882 14.25 15.5 14.25V15.75C18.1349 15.75 20.4407 14.3439 21.7092 12.2447L20.4253 11.469ZM9.75 8.5C9.75 6.41182 10.8627 4.5828 12.531 3.57467L11.7553 2.29085C9.65609 3.5593 8.25 5.86509 8.25 8.5H9.75ZM12 2.75C11.9115 2.75 11.8077 2.71008 11.7324 2.63168C11.6686 2.56527 11.6538 2.50244 11.6503 2.47703C11.6461 2.44587 11.6482 2.35557 11.7553 2.29085L12.531 3.57467C13.0342 3.27065 13.196 2.71398 13.1368 2.27627C13.0754 1.82126 12.7166 1.25 12 1.25V2.75ZM21.7092 12.2447C21.6444 12.3518 21.5541 12.3539 21.523 12.3497C21.4976 12.3462 21.4347 12.3314 21.3683 12.2676C21.2899 12.1923 21.25 12.0885 21.25 12H22.75C22.75 11.2834 22.1787 10.9246 21.7237 10.8632C21.286 10.804 20.7293 10.9658 20.4253 11.469L21.7092 12.2447ZM12 21.25C10.3139 21.25 8.73533 20.7996 7.37554 20.013L6.62446 21.3114C8.2064 22.2265 10.0432 22.75 12 22.75V21.25ZM3.98703 16.6245C3.20043 15.2647 2.75 13.6861 2.75 12H1.25C1.25 13.9568 1.77351 15.7936 2.68862 17.3755L3.98703 16.6245Z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 12.5L10.5 14.5L15.5 9.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 709 B

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22H16C18.8284 22 20.2426 22 21.1213 21.1213C22 20.2426 22 18.8284 22 16C22 13.1716 22 11.7574 21.1213 10.8787C20.2426 10 18.8284 10 16 10L8 10C5.17157 10 3.75736 10 2.87868 10.8787C2.57888 11.1785 2.38137 11.5406 2.25125 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M21 21L17.236 18.9089M3 11L14 17.1111" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M3.5 21L9.85786 17.2601L12 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17 13L17 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M16.5 2.04148C16.6626 2.0142 16.8296 2 17 2C18.6569 2 20 3.34315 20 5C20 6.65685 18.6569 8 17 8C15.3431 8 14 6.65685 14 5C14 4.82964 14.0142 4.6626 14.0415 4.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 13.1623C21 12.1187 21 9.5969 20.7169 9.20407C20.4337 8.81124 19.9387 8.64624 18.9487 8.31623L18 8M21 16.829C21 18.1199 21 18.7653 20.6603 19.18C20.5449 19.3208 20.4048 19.4394 20.247 19.5301C19.7821 19.797 19.1455 19.6909 17.8721 19.4787C16.6157 19.2693 15.9875 19.1646 15.3648 19.2167C15.1463 19.235 14.9292 19.2676 14.715 19.3144C14.1046 19.4477 13.5299 19.735 12.3806 20.3097C10.8809 21.0596 10.131 21.4345 9.33284 21.5501C9.09242 21.5849 8.8498 21.6021 8.60688 21.6016C7.80035 21.6001 7.01186 21.3373 5.43488 20.8116L5.05132 20.6838C4.06129 20.3538 3.56627 20.1888 3.28314 19.7959C3 19.4031 3 18.8813 3 17.8377V17M3 12.908C3 11.2491 3 10.4197 3.48841 9.97358C3.57388 9.89552 3.66809 9.82762 3.76917 9.77122C4.28426 9.48384 4.96572 9.66128 6.22311 10.075" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17.25 11.2513C17.7356 10.0935 18 8.86093 18 7.70031C18 4.55211 15.3137 2 12 2C8.68629 2 6 4.55211 6 7.70031C6 10.8238 7.91499 14.4687 10.9028 15.7721C11.5993 16.076 12.4007 16.076 13.0972 15.7721C14.0514 15.3558 14.8963 14.7007 15.6042 13.9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<circle cx="12" cy="8" r="2" stroke="currentColor" stroke-width="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

4
public/icons/record.svg Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 467 B

7
public/icons/running.svg Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="18.5" cy="4.5" r="2.5" stroke="currentColor" stroke-width="1.5"/>
<path d="M9 17L7.99923 18.2009C7.262 19.0856 6.89338 19.5279 6.38945 19.764C5.88552 20 5.30973 20 4.15813 20H3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.80619 9.47232C6.16633 9.2677 6.2924 8.80986 6.08777 8.44972C5.88315 8.08958 5.42531 7.96351 5.06517 8.16814L5.80619 9.47232ZM3.62949 8.98386C3.26935 9.18849 3.14328 9.64632 3.34791 10.0065C3.55253 10.3666 4.01037 10.4927 4.37051 10.288L3.62949 8.98386ZM15.7502 10.125L15.1262 10.541L15.1262 10.541L15.7502 10.125ZM15.8125 10.2185L16.4366 9.80242L16.4366 9.80242L15.8125 10.2185ZM10.9688 6.65329L11.0462 5.90729L10.9688 6.65329ZM10.7398 6.63589L10.7065 7.38516H10.7065L10.7398 6.63589ZM10.1548 6.67319L10.0522 5.93024L10.0522 5.93024L10.1548 6.67319ZM21 12.7496C21.4142 12.7496 21.75 12.4138 21.75 11.9996C21.75 11.5854 21.4142 11.2496 21 11.2496V12.7496ZM8.73808 6.27249C8.34994 6.41715 8.15257 6.84906 8.29722 7.23719C8.44188 7.62533 8.87379 7.8227 9.26192 7.67805L8.73808 6.27249ZM5.06517 8.16814L3.62949 8.98386L4.37051 10.288L5.80619 9.47232L5.06517 8.16814ZM15.1262 10.541L15.1885 10.6345L16.4366 9.80242L16.3742 9.70894L15.1262 10.541ZM11.0462 5.90729C10.9438 5.89666 10.853 5.89018 10.773 5.88663L10.7065 7.38516C10.7559 7.38734 10.8172 7.39158 10.8914 7.39928L11.0462 5.90729ZM19.1407 12.7496H21V11.2496H19.1407V12.7496ZM10.773 5.88663C10.5099 5.87497 10.2617 5.90131 10.0522 5.93024L10.2574 7.41614C10.4355 7.39155 10.5786 7.37949 10.7065 7.38516L10.773 5.88663ZM15.1885 10.6345C16.0695 11.9559 17.5525 12.7496 19.1407 12.7496V11.2496C18.0541 11.2496 17.0393 10.7065 16.4366 9.80242L15.1885 10.6345ZM16.3742 9.70894C15.1968 7.94284 13.4289 6.15461 11.0462 5.90729L10.8914 7.39928C12.5939 7.576 14.0254 8.88987 15.1262 10.541L16.3742 9.70894ZM9.26192 7.67805C9.62279 7.54355 9.94386 7.45943 10.2574 7.41614L10.0522 5.93024C9.61073 5.9912 9.18212 6.107 8.73808 6.27249L9.26192 7.67805Z" fill="currentColor"/>
<path d="M14.0001 8.5L11.7793 11.2756C10.9429 12.321 10.5246 12.8438 10.4579 13.413C10.4204 13.733 10.4608 14.0573 10.5756 14.3584C10.7798 14.8939 11.3134 15.2981 12.3807 16.1066C13.1936 16.7225 13.6 17.0304 13.8755 17.4329C14.0326 17.6625 14.157 17.9129 14.2452 18.1767C14.3997 18.6394 14.3997 19.1493 14.3997 20.1692V21.9998" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17C9.85038 16.3697 10.8846 16 12 16C13.1154 16 14.1496 16.3697 15 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<ellipse cx="15" cy="10.5" rx="1" ry="1.5" fill="currentColor"/>
<ellipse cx="9" cy="10.5" rx="1" ry="1.5" fill="currentColor"/>
<path d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 747 B

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 17C9.85038 16.3697 10.8846 16 12 16C13.1154 16 14.1496 16.3697 15 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<ellipse cx="15" cy="10.5" rx="1" ry="1.5" fill="currentColor"/>
<ellipse cx="9" cy="10.5" rx="1" ry="1.5" fill="currentColor"/>
<path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 859 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="3" stroke="currentColor" stroke-width="1.5"/>
<path d="M3.66122 10.6392C4.13377 10.9361 4.43782 11.4419 4.43782 11.9999C4.43781 12.558 4.13376 13.0638 3.66122 13.3607C3.33966 13.5627 3.13248 13.7242 2.98508 13.9163C2.66217 14.3372 2.51966 14.869 2.5889 15.3949C2.64082 15.7893 2.87379 16.1928 3.33973 16.9999C3.80568 17.8069 4.03865 18.2104 4.35426 18.4526C4.77508 18.7755 5.30694 18.918 5.83284 18.8488C6.07287 18.8172 6.31628 18.7185 6.65196 18.5411C7.14544 18.2803 7.73558 18.2699 8.21895 18.549C8.70227 18.8281 8.98827 19.3443 9.00912 19.902C9.02332 20.2815 9.05958 20.5417 9.15224 20.7654C9.35523 21.2554 9.74458 21.6448 10.2346 21.8478C10.6022 22 11.0681 22 12 22C12.9319 22 13.3978 22 13.7654 21.8478C14.2554 21.6448 14.6448 21.2554 14.8478 20.7654C14.9404 20.5417 14.9767 20.2815 14.9909 19.9021C15.0117 19.3443 15.2977 18.8281 15.7811 18.549C16.2644 18.27 16.8545 18.2804 17.3479 18.5412C17.6837 18.7186 17.9271 18.8173 18.1671 18.8489C18.693 18.9182 19.2249 18.7756 19.6457 18.4527C19.9613 18.2106 20.1943 17.807 20.6603 17C20.8677 16.6407 21.029 16.3614 21.1486 16.1272M20.3387 13.3608C19.8662 13.0639 19.5622 12.5581 19.5621 12.0001C19.5621 11.442 19.8662 10.9361 20.3387 10.6392C20.6603 10.4372 20.8674 10.2757 21.0148 10.0836C21.3377 9.66278 21.4802 9.13092 21.411 8.60502C21.3591 8.2106 21.1261 7.80708 20.6601 7.00005C20.1942 6.19301 19.9612 5.7895 19.6456 5.54732C19.2248 5.22441 18.6929 5.0819 18.167 5.15113C17.927 5.18274 17.6836 5.2814 17.3479 5.45883C16.8544 5.71964 16.2643 5.73004 15.781 5.45096C15.2977 5.1719 15.0117 4.6557 14.9909 4.09803C14.9767 3.71852 14.9404 3.45835 14.8478 3.23463C14.6448 2.74458 14.2554 2.35523 13.7654 2.15224C13.3978 2 12.9319 2 12 2C11.0681 2 10.6022 2 10.2346 2.15224C9.74458 2.35523 9.35523 2.74458 9.15224 3.23463C9.05958 3.45833 9.02332 3.71848 9.00912 4.09794C8.98826 4.65566 8.70225 5.17191 8.21891 5.45096C7.73557 5.73002 7.14548 5.71959 6.65205 5.4588C6.31633 5.28136 6.0729 5.18269 5.83285 5.15108C5.30695 5.08185 4.77509 5.22436 4.35427 5.54727C4.03866 5.78945 3.80569 6.19297 3.33974 7C3.13231 7.35929 2.97105 7.63859 2.85138 7.87273" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.8613 8.36335C11.3679 7.45445 11.6213 7 12 7C12.3787 7 12.6321 7.45445 13.1387 8.36335L13.2698 8.59849C13.4138 8.85677 13.4858 8.98591 13.598 9.07112C13.7103 9.15633 13.8501 9.18796 14.1296 9.25122L14.3842 9.30881C15.3681 9.53142 15.86 9.64273 15.977 10.0191C16.0941 10.3955 15.7587 10.7876 15.088 11.572L14.9144 11.7749C14.7238 11.9978 14.6285 12.1092 14.5857 12.2471C14.5428 12.385 14.5572 12.5336 14.586 12.831L14.6122 13.1018C14.7136 14.1482 14.7644 14.6715 14.4579 14.9041C14.1515 15.1367 13.6909 14.9246 12.7697 14.5005L12.5314 14.3907C12.2696 14.2702 12.1387 14.2099 12 14.2099C11.8613 14.2099 11.7304 14.2702 11.4686 14.3907L11.2303 14.5005C10.3091 14.9246 9.84847 15.1367 9.54206 14.9041C9.23565 14.6715 9.28635 14.1482 9.38776 13.1018L9.41399 12.831C9.44281 12.5336 9.45722 12.385 9.41435 12.2471C9.37147 12.1092 9.27617 11.9978 9.08557 11.7749L8.91204 11.572C8.2413 10.7876 7.90593 10.3955 8.02297 10.0191C8.14001 9.64273 8.63194 9.53142 9.61581 9.30881L9.87035 9.25122C10.1499 9.18796 10.2897 9.15633 10.402 9.07112C10.5142 8.98591 10.5862 8.85677 10.7302 8.59849L10.8613 8.36335Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M3 10.4167C3 7.21907 3 5.62028 3.37752 5.08241C3.75503 4.54454 5.25832 4.02996 8.26491 3.00079L8.83772 2.80472C10.405 2.26824 11.1886 2 12 2C12.8114 2 13.595 2.26824 15.1623 2.80472L15.7351 3.00079C18.7417 4.02996 20.245 4.54454 20.6225 5.08241C21 5.62028 21 7.21907 21 10.4167C21 10.8996 21 11.4234 21 11.9914C21 14.4963 20.1632 16.4284 19 17.9041M3.19284 14C4.05026 18.2984 7.57641 20.5129 9.89856 21.5273C10.62 21.8424 10.9807 22 12 22C13.0193 22 13.38 21.8424 14.1014 21.5273C14.6796 21.2747 15.3324 20.9478 16 20.5328" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 12L14 12M14 12L11 15M14 12L11 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17 16L17 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C21.5093 4.43821 21.8356 5.80655 21.9449 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 804 B

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 16C9.85038 16.6303 10.8846 17 12 17C13.1154 17 14.1496 16.6303 15 16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<ellipse cx="15" cy="10.5" rx="1" ry="1.5" fill="currentColor"/>
<ellipse cx="9" cy="10.5" rx="1" ry="1.5" fill="currentColor"/>
<path d="M22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 22C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 2C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M14 2C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

4
public/icons/star-1.svg Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 20V17.6M12 6.4V4M20 12H17.6M6.4 12H4M17.6569 6.34315L15.9598 8.0402M8.0402 15.9598L6.34315 17.6569M6.34293 6.34332L8.03999 8.04038M15.9596 15.96L17.6566 17.657" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 472 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.92992 12.7732C2.3588 14.4238 2.07325 15.2491 2.43835 15.7587C2.80345 16.2683 3.57742 16.1248 5.12535 15.8376L5.52582 15.7634C5.9657 15.6818 6.18563 15.641 6.39316 15.7012C6.60069 15.7614 6.77232 15.9157 7.11558 16.2245L7.42809 16.5056C8.63602 17.5922 9.79155 17.8917 9.79155 17.8917C10.3431 17.648 10.477 16.7787 10.7447 15.0401L10.814 14.5903C10.8901 14.0962 10.9281 13.8492 11.0475 13.6446C11.1669 13.4399 11.3541 13.3008 11.7286 13.0226L12.0695 12.7693C13.3871 11.7902 14.0459 11.3006 14.0217 10.6404C13.9975 9.98014 13.3063 9.58645 11.9238 8.79907L11.5662 8.59536C11.1733 8.37161 10.9769 8.25974 10.8431 8.07305C10.7094 7.88637 10.6535 7.646 10.5416 7.16529L10.4398 6.72764C10.0462 5.03598 9.84944 4.19015 9.28291 4.02582C8.71638 3.86148 8.1553 4.48747 7.03315 5.73945L6.74284 6.06335C6.42396 6.41912 6.26452 6.59701 6.06247 6.68628C5.86042 6.77556 5.63864 6.76613 5.19508 6.74725L4.79126 6.73007C3.23035 6.66365 2.4499 6.63044 2.12399 7.18912C1.79807 7.7478 2.14254 8.52837 2.83147 10.0895" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M11.9239 8.79864L15 9.65061M9.7916 17.8913L13.0651 18.8409M11.0476 13.6441L19.0252 15.9583M9.28296 4.02539L17.2606 6.33953C17.8271 6.50387 18.0239 7.34969 18.4175 9.04135L18.5193 9.479C18.6312 9.95972 18.6871 10.2001 18.8208 10.3868C18.9546 10.5734 19.151 10.6853 19.5438 10.9091M19.5438 10.9091L19.9015 11.1128C21.284 11.9002 21.9752 12.2939 21.9994 12.9541C22.0236 13.6143 21.3648 14.1039 20.0471 15.083L19.7062 15.3363C19.3318 15.6145 19.1446 15.7536 19.0252 15.9583M19.5438 10.9091L17.6388 10.3815M19.0252 15.9583C18.9058 16.1629 18.8678 16.4099 18.7917 16.904L18.7224 17.3538C18.6408 17.8835 18.5205 18.3551 18.3926 18.7549C18.1952 19.3717 18.0965 19.6801 17.7378 19.8862C17.379 20.0922 17.0322 19.9916 16.3385 19.7904" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.8613 9.36335C11.3679 8.45445 11.6213 8 12 8C12.3787 8 12.6321 8.45445 13.1387 9.36335L13.2698 9.59849C13.4138 9.85677 13.4858 9.98591 13.598 10.0711C13.7103 10.1563 13.8501 10.188 14.1296 10.2512L14.3842 10.3088C15.3681 10.5314 15.86 10.6427 15.977 11.0191C16.0941 11.3955 15.7587 11.7876 15.088 12.572L14.9144 12.7749C14.7238 12.9978 14.6285 13.1092 14.5857 13.2471C14.5428 13.385 14.5572 13.5336 14.586 13.831L14.6122 14.1018C14.7136 15.1482 14.7644 15.6715 14.4579 15.9041C14.1515 16.1367 13.6909 15.9246 12.7697 15.5005L12.5314 15.3907C12.2696 15.2702 12.1387 15.2099 12 15.2099C11.8613 15.2099 11.7304 15.2702 11.4686 15.3907L11.2303 15.5005C10.3091 15.9246 9.84847 16.1367 9.54206 15.9041C9.23565 15.6715 9.28635 15.1482 9.38776 14.1018L9.41399 13.831C9.44281 13.5336 9.45722 13.385 9.41435 13.2471C9.37147 13.1092 9.27617 12.9978 9.08557 12.7749L8.91204 12.572C8.2413 11.7876 7.90593 11.3955 8.02297 11.0191C8.14001 10.6427 8.63194 10.5314 9.61581 10.3088L9.87035 10.2512C10.1499 10.188 10.2897 10.1563 10.402 10.0711C10.5142 9.98591 10.5862 9.85677 10.7302 9.59849L10.8613 9.36335Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.47963 6.8252C7.66038 7.50672 6.75075 7.84748 6.641 8.55405C6.53124 9.26062 7.29404 9.86506 8.81965 11.0739L9.21434 11.3867C9.64787 11.7302 9.86464 11.902 9.9889 12.1361C10.1132 12.3702 10.1309 12.6402 10.1662 13.1801L10.1984 13.6717C10.3229 15.5717 10.3852 16.5217 11.0438 16.8493C11.7024 17.1768 12.5212 16.6649 14.1588 15.6412L14.5825 15.3763C15.0479 15.0854 15.2805 14.9399 15.5467 14.8999C15.8128 14.86 16.0822 14.93 16.621 15.07L17.1116 15.1975C19.0078 15.6903 19.9559 15.9367 20.4727 15.4325C20.9895 14.9284 20.7328 14.0076 20.2193 12.166M20.6654 9.29403C21.7128 7.69854 22.2365 6.90079 21.8973 6.26168C21.5581 5.62258 20.5806 5.56537 18.6256 5.45095L18.1198 5.42135C17.5643 5.38884 17.2865 5.37259 17.0452 5.25261C16.804 5.13263 16.6265 4.9225 16.2716 4.50226L15.9486 4.11967C14.6997 2.64083 14.0753 1.90141 13.3488 2.01056C12.6224 2.11971 12.275 3.00516 11.5803 4.77604" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6.59527 8.55078C3.48192 10.6857 1.09828 14.7691 2.33125 21.9998C3.42268 18.9857 6.71261 16.5716 10.3877 15.4097" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.23163 8.61762C7.26389 9.06284 6.28001 9.28545 6.04594 10.0382C5.81186 10.7909 6.4826 11.5753 7.82408 13.1439L8.17113 13.5498C8.55234 13.9955 8.74294 14.2184 8.82869 14.4942C8.91444 14.7699 8.88562 15.0673 8.82799 15.662L8.77552 16.2035C8.5727 18.2965 8.4713 19.343 9.08412 19.8082C9.69694 20.2734 10.6181 19.8492 12.4605 19.0009L12.9372 18.7815C13.4607 18.5404 13.7225 18.4199 14 18.4199C14.2775 18.4199 14.5393 18.5404 15.0628 18.7815L15.5395 19.0009C17.3819 19.8492 18.3031 20.2734 18.9159 19.8082C19.5287 19.343 19.4273 18.2965 19.2245 16.2035M20.1759 13.1439C21.5174 11.5753 22.1881 10.7909 21.9541 10.0382C21.72 9.28545 20.7361 9.06284 18.7684 8.61762L18.2593 8.50244C17.7001 8.37592 17.4205 8.31266 17.196 8.14225C16.9716 7.97183 16.8276 7.71355 16.5396 7.19699L16.2775 6.7267C15.2641 4.9089 14.7575 4 14 4C13.2425 4 12.7359 4.9089 11.7225 6.7267" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M2.08887 16C3.20445 15.121 4.68639 14.7971 6.08887 15.1257" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M2.08887 10.5C3.08887 10 3.37862 10.0605 4.08887 10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M2 5.60867L2.20816 5.48676C4.41383 4.19506 6.75032 3.84687 8.95304 4.48161L9.16092 4.54152" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.32181 14.4933C7.3798 15.9862 6.90879 16.7327 7.22969 17.3433C7.55059 17.9538 8.45088 18.0241 10.2514 18.1647L10.7173 18.201C11.2289 18.241 11.4848 18.261 11.7084 18.3785C11.9321 18.4961 12.0983 18.6979 12.4306 19.1015L12.7331 19.469C13.9026 20.8895 14.4873 21.5997 15.1543 21.5084C15.8213 21.417 16.1289 20.5846 16.7439 18.9198L16.9031 18.4891C17.0778 18.0161 17.1652 17.7795 17.3369 17.6078C17.5086 17.4362 17.7451 17.3488 18.2182 17.174L18.6489 17.0149C20.3137 16.3998 21.1461 16.0923 21.2374 15.4253C21.3288 14.7583 20.6185 14.1735 19.1981 13.0041M17.8938 10.5224C17.7532 8.72179 17.6829 7.8215 17.0723 7.5006C16.4618 7.1797 15.7153 7.65071 14.2224 8.59272L13.8361 8.83643C13.4119 9.10412 13.1998 9.23797 12.9554 9.27143C12.7111 9.30488 12.4622 9.23416 11.9644 9.09271L11.5113 8.96394C9.75959 8.46619 8.88375 8.21732 8.41508 8.68599C7.94641 9.15467 8.19528 10.0305 8.69303 11.7822" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M13.5 6.5L13 6M9.5 2.5L11.5 4.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6.5 6.5L4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6 12L4.5 10.5M2 8L2.5 8.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.60966 5.86016C8.24522 6.40538 7.563 6.67798 7.48069 7.24324C7.39837 7.80849 7.97047 8.29204 9.11468 9.25915L9.4107 9.50935C9.73584 9.78417 9.89842 9.92158 9.99161 10.1089C10.0848 10.2962 10.0981 10.5121 10.1246 10.9441L10.1488 11.3373C10.2421 12.8574 10.2888 13.6174 10.7828 13.8794C11.2768 14.1414 11.8909 13.7319 13.1191 12.9129L13.4368 12.701C13.7858 12.4683 13.9603 12.3519 14.1599 12.32C14.3595 12.288 14.5616 12.344 14.9657 12.456L15.3336 12.558C16.7558 12.9522 17.4669 13.1493 17.8545 12.746C18.2421 12.3427 18.0495 11.6061 17.6644 10.1328M17.999 7.83522C18.7845 6.55883 19.1773 5.92063 18.9229 5.40935C18.6685 4.89806 17.9354 4.85229 16.4691 4.76076L16.0898 4.73708C15.6731 4.71107 15.4648 4.69807 15.2839 4.60208C15.1029 4.5061 14.9698 4.338 14.7037 4.00181L14.4614 3.69574C13.5247 2.51266 13.0564 1.92112 12.5115 2.00845C11.9667 2.09577 11.7062 2.80412 11.1851 4.22083" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M7.44645 7.24121C5.11144 8.94915 3.32371 12.2158 4.24844 18.0004C5.06701 15.5892 7.53446 13.6579 10.2908 12.7283" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10.2808 16C10.2808 16 10.9135 17.3908 11.6935 17.8692C12.4735 18.3475 14 18.2808 14 18.2808C14 18.2808 12.6092 18.9135 12.1308 19.6935C11.6525 20.4735 11.7192 22 11.7192 22C11.7192 22 11.0865 20.6092 10.3065 20.1308C9.52652 19.6525 8 19.7192 8 19.7192C8 19.7192 9.39082 19.0865 9.86916 18.3065C10.3475 17.5265 10.2808 16 10.2808 16Z" stroke="currentColor" stroke-linejoin="round"/>
<path d="M18.4795 15C18.4795 15 18.0577 15.9272 17.5377 16.2461C17.0177 16.565 16 16.5205 16 16.5205C16 16.5205 16.9272 16.9423 17.2461 17.4623C17.565 17.9823 17.5205 19 17.5205 19C17.5205 19 17.9423 18.0728 18.4623 17.7539C18.9823 17.435 20 17.4795 20 17.4795C20 17.4795 19.0728 17.0577 18.7539 16.5377C18.435 16.0177 18.4795 15 18.4795 15Z" stroke="currentColor" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.6734 15.6837C14.3463 16.75 14.6827 17.2832 14.4535 17.7193C14.2243 18.1555 13.5812 18.2057 12.2951 18.3061L11.9624 18.3321C11.5969 18.3606 11.4142 18.3749 11.2544 18.4588C11.0946 18.5428 10.976 18.6869 10.7386 18.9753L10.5225 19.2378C9.68713 20.2524 9.26946 20.7597 8.79304 20.6944C8.31661 20.6292 8.09694 20.0346 7.65761 18.8455L7.54395 18.5378C7.4191 18.1999 7.35668 18.031 7.23405 17.9083C7.11142 17.7857 6.94246 17.7233 6.60455 17.5984L6.2969 17.4848C5.10777 17.0454 4.5132 16.8258 4.44797 16.3493C4.38273 15.8729 4.89003 15.4553 5.90463 14.6199L6.16712 14.4038C6.45544 14.1664 6.5996 14.0477 6.68356 13.888C6.76753 13.7282 6.7818 13.5455 6.81033 13.18L6.83631 12.8473C6.93672 11.5612 6.98693 10.9181 7.42304 10.6889C7.85915 10.4597 8.39234 10.7961 9.45873 11.469L9.73462 11.643C10.0377 11.8343 10.1892 11.9299 10.3637 11.9538C10.5382 11.9777 10.716 11.9271 11.0715 11.8261L11.3952 11.7341C12.6464 11.3786 13.272 11.2008 13.6068 11.5356C13.9416 11.8704 13.7638 12.496 13.4083 13.7471" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M21.8291 19.9822C21.3391 21.0265 19.8604 21.2409 17.8486 20.7454M21.8291 19.9822C22.3624 18.8458 21.6185 16.9534 20 14.8529M21.8291 19.9822C21.1988 21.3256 18.9326 21.2956 16 20.1482M21.8291 19.9822C22.6984 18.1298 20.1742 14.2687 16 10.7717M2.17085 6.0176C1.63758 7.15405 2.38148 9.04647 4 11.147M2.17085 6.0176C2.6609 4.97326 4.13957 4.75905 6.1514 5.25447M2.17085 6.0176C1.4639 7.5242 3.00156 10.3594 5.84592 13.2469M2.17085 6.0176C3.07925 4.08172 7.38459 4.99798 12.1861 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M18.8953 3.39503C18.9939 4.31938 19.3815 5.18594 20 5.86464M18.8953 3.39503C17.9645 4.16223 17.6651 4.30368 16.4925 4.53039M18.8953 3.39503L19.2038 3M17.5972 7C17.4986 6.07565 17.111 5.20909 16.4925 4.53039M16.4925 4.53039L16 4.51382" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2V4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M12 20V22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M2 12L4 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M20 12L22 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6 18L6.34305 17.657" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M17.6567 6.34326L18 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M18 18L17.657 17.657" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6.34326 6.34326L6 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M15.2653 14.6272C15.3921 15.9353 15.4554 16.5894 15.0724 16.8801C14.6894 17.1709 14.1137 16.9058 12.9622 16.3756L12.6643 16.2384C12.337 16.0878 12.1734 16.0124 12 16.0124C11.8266 16.0124 11.663 16.0878 11.3357 16.2384L11.0378 16.3756C9.88634 16.9058 9.31059 17.1709 8.92757 16.8801C8.54456 16.5894 8.60794 15.9353 8.7347 14.6272L8.76749 14.2888C8.80351 13.9171 8.82152 13.7312 8.76793 13.5589C8.71434 13.3865 8.59521 13.2472 8.35696 12.9686L8.14005 12.715C7.30162 11.7345 6.88241 11.2443 7.02871 10.7739C7.13469 10.4331 7.4866 10.2661 8.14005 10.0942M10.5766 8.70419C11.2099 7.56806 11.5266 7 12 7C12.4734 7 12.7901 7.56806 13.4234 8.70419L13.5873 8.99812C13.7672 9.32097 13.8572 9.48239 13.9975 9.5889C14.1378 9.69541 14.3126 9.73495 14.6621 9.81402L14.9802 9.88601C16.2101 10.1643 16.825 10.3034 16.9713 10.7739C17.0769 11.1134 16.8879 11.4631 16.4595 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

4
public/icons/star.svg Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.03954 7.77203C3.57986 8.32856 2.35002 8.60682 2.05742 9.54773C1.76482 10.4886 2.60325 11.4691 4.2801 13.4299L4.71392 13.9372C5.19043 14.4944 5.42868 14.773 5.53586 15.1177C5.64305 15.4624 5.60703 15.8341 5.53498 16.5776L5.4694 17.2544C5.21588 19.8706 5.08912 21.1787 5.85515 21.7602C6.62118 22.3417 7.77268 21.8115 10.0757 20.7512L10.6715 20.4768C11.3259 20.1755 11.6531 20.0248 12 20.0248C12.3469 20.0248 12.6741 20.1755 13.3285 20.4768L13.9243 20.7512C16.2273 21.8115 17.3788 22.3417 18.1449 21.7602C18.9109 21.1787 18.7841 19.8706 18.5306 17.2544M19.7199 13.4299C21.3968 11.4691 22.2352 10.4886 21.9426 9.54773C21.65 8.60682 20.4201 8.32856 17.9605 7.77203L17.3241 7.62805C16.6251 7.4699 16.2757 7.39083 15.9951 7.17781C15.7144 6.96479 15.5345 6.64193 15.1745 5.99623L14.8468 5.40837C13.5802 3.13612 12.9469 2 12 2C11.0531 2 10.4198 3.13613 9.15316 5.40838" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

5
public/icons/stars-1.svg Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.36655 10.2421C4.28985 8.4221 3.75151 7.51211 4.11106 6.78804C4.4706 6.06397 5.48992 6.00535 7.52857 5.88812L8.05599 5.85779C8.63531 5.82448 8.92497 5.80782 9.17756 5.67305C9.43014 5.53828 9.61705 5.30066 9.99088 4.82542L10.3312 4.39274C11.6467 2.72034 12.3045 1.88413 13.0606 2.01293C13.8167 2.14173 14.1705 3.15023 14.8779 5.16723M5.80455 13.5087C5.25206 15.5982 4.97582 16.6429 5.50972 17.2192C6.04363 17.7955 7.0341 17.5217 9.01504 16.9741L9.99088 16.5M17.048 7.50967C18.9378 8.29605 19.8826 8.68925 19.9904 9.49292C20.0823 10.1786 19.513 10.7756 18.3493 11.7831" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M16.2387 19.57C17.7244 19.9565 18.4673 20.1498 18.8677 19.743C19.2681 19.3362 19.061 18.5987 18.6466 17.1238L18.5394 16.7422C18.4216 16.3231 18.3628 16.1135 18.3924 15.9057C18.422 15.6979 18.5367 15.5154 18.7662 15.1503L18.9751 14.818C19.7826 13.5332 20.1864 12.8909 19.9167 12.3798C19.647 11.8687 18.8826 11.8273 17.3536 11.7446L16.958 11.7231C16.5235 11.6996 16.3063 11.6879 16.1168 11.5927C15.9274 11.4976 15.7872 11.3299 15.5068 10.9944L15.2516 10.689C14.265 9.50847 13.7716 8.91821 13.2045 9.00913C12.6375 9.10004 12.3722 9.81193 11.8416 11.2357L11.7043 11.604C11.5535 12.0086 11.4781 12.2109 11.3314 12.3599C11.1848 12.509 10.9834 12.5878 10.5806 12.7456L10.214 12.8892C8.79667 13.4443 8.08803 13.7218 8.00721 14.2891C7.92639 14.8564 8.52692 15.3378 9.72797 16.3004L10.0387 16.5495C10.38 16.8231 10.5507 16.9599 10.6494 17.1471C10.7482 17.3343 10.7639 17.5508 10.7954 17.9837L10.824 18.3779C10.9347 19.9015 10.9901 20.6633 11.5072 20.923C12.0244 21.1827 12.6608 20.7683 13.9337 19.9395" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.5497 3.43948C12.118 2.50904 11.9022 2.04382 11.5213 2.00452C11.1405 1.96522 10.8468 2.37786 10.2595 3.20314L10.1075 3.41665C9.9406 3.65117 9.85715 3.76843 9.73698 3.83908C9.61681 3.90973 9.47352 3.92577 9.18695 3.95785L8.92606 3.98706C7.91761 4.09997 7.41339 4.15643 7.26346 4.50779C7.11353 4.85916 7.41719 5.27274 8.0245 6.0999L8.18162 6.31389C8.3542 6.54895 8.44049 6.66647 8.4718 6.80408C8.5031 6.94169 8.47588 7.08381 8.42143 7.36804L8.37186 7.62681C8.18025 8.62703 8.08445 9.12714 8.37265 9.3836C8.66086 9.64006 9.1422 9.48302 10.1049 9.16895L10.3539 9.0877C10.6275 8.99845 10.7643 8.95383 10.9038 8.96823C11.0433 8.98262 11.1698 9.05441 11.4227 9.19799L11.653 9.32871C12.543 9.83397 12.988 10.0866 13.316 9.89374C13.6441 9.70087 13.6379 9.19024 13.6256 8.16897L13.6224 7.90476C13.6189 7.61455 13.6171 7.46944 13.672 7.34073C13.727 7.21202 13.8323 7.11427 14.0431 6.91878L14.235 6.7408C14.9767 6.05285 15.3475 5.70887 15.262 5.33322C15.1766 4.95756 14.6914 4.79901 13.7211 4.4819L13.4701 4.39986C13.1943 4.30975 13.0565 4.26469 12.9509 4.17074C12.8453 4.0768 12.784 3.9446 12.6613 3.6802L12.5497 3.43948Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M10.9998 22C10.6665 19.8333 10.1998 14.8 10.9998 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M14.5 22C14.5 20.8748 14.6709 19.4838 15.1281 18M22 9.5C19.8009 10.7828 18.2063 12.3567 17.0685 14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M5.00012 13.2676C5.00012 13.2676 5.64973 14.0154 6.2227 14.1689C6.79567 14.3225 7.73217 13.9996 7.73217 13.9996C7.73217 13.9996 6.98434 14.6492 6.83081 15.2222C6.67729 15.7952 7.00012 16.7317 7.00012 16.7317C7.00012 16.7317 6.3505 15.9839 5.77753 15.8303C5.20457 15.6768 4.26807 15.9996 4.26807 15.9996C4.26807 15.9996 5.01589 15.35 5.16942 14.777C5.32295 14.2041 5.00012 13.2676 5.00012 13.2676Z" stroke="currentColor" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.43361 9.90622C5.34288 10.3793 4.29751 10.6158 4.04881 11.4156C3.8001 12.2153 4.51276 13.0487 5.93808 14.7154L6.30683 15.1466C6.71186 15.6203 6.91438 15.8571 7.00548 16.1501C7.09659 16.443 7.06597 16.759 7.00474 17.3909L6.94899 17.9662C6.7335 20.19 6.62575 21.3019 7.27688 21.7962C7.928 22.2905 8.90677 21.8398 10.8643 20.9385L11.3708 20.7053C11.927 20.4492 12.2052 20.3211 12.5 20.3211C12.7948 20.3211 13.073 20.4492 13.6292 20.7053L14.1357 20.9385C16.0932 21.8398 17.072 22.2905 17.7231 21.7962C18.3742 21.3019 18.2665 20.19 18.051 17.9662M19.0619 14.7154C20.4872 13.0487 21.1999 12.2153 20.9512 11.4156C20.7025 10.6158 19.6571 10.3793 17.5664 9.90622L17.0255 9.78384C16.4314 9.64942 16.1343 9.5822 15.8958 9.40114C15.6573 9.22007 15.5043 8.94564 15.1984 8.3968L14.9198 7.89712C13.8432 5.96571 13.3048 5 12.5 5C11.6952 5 11.1568 5.96571 10.0802 7.89712" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M4.98987 2C4.98987 2 5.2778 3.45771 5.90909 4.08475C6.54037 4.71179 8 4.98987 8 4.98987C8 4.98987 6.54229 5.2778 5.91525 5.90909C5.28821 6.54037 5.01013 8 5.01013 8C5.01013 8 4.7222 6.54229 4.09091 5.91525C3.45963 5.28821 2 5.01013 2 5.01013C2 5.01013 3.45771 4.7222 4.08475 4.09091C4.71179 3.45963 4.98987 2 4.98987 2Z" stroke="currentColor" stroke-linejoin="round"/>
<path d="M18 5H20M19 6L19 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

5
public/icons/stars.svg Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.5026 5.01692L9.96661 3.65785C9.62068 2.78072 8.37933 2.78072 8.03339 3.65784L6.96137 6.37599C6.85576 6.64378 6.64378 6.85575 6.37599 6.96137L3.65785 8.03339C2.78072 8.37932 2.78072 9.62067 3.65784 9.96661L6.37599 11.0386C6.64378 11.1442 6.85575 11.3562 6.96137 11.624L8.03339 14.3422C8.37932 15.2193 9.62067 15.2193 9.96661 14.3422L11.0386 11.624C11.1442 11.3562 11.3562 11.1442 11.624 11.0386L14.3422 9.96661C15.2193 9.62068 15.2193 8.37933 14.3422 8.03339L12.9831 7.49738" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M16.4885 13.3481C16.6715 12.884 17.3285 12.884 17.5115 13.3481L18.3121 15.3781C18.368 15.5198 18.4802 15.632 18.6219 15.6879L20.6519 16.4885C21.116 16.6715 21.116 17.3285 20.6519 17.5115L18.6219 18.3121C18.4802 18.368 18.368 18.4802 18.3121 18.6219L17.5115 20.6519C17.3285 21.116 16.6715 21.116 16.4885 20.6519L15.6879 18.6219C15.632 18.4802 15.5198 18.368 15.3781 18.3121L13.3481 17.5115C12.884 17.3285 12.884 16.6715 13.3481 16.4885L15.3781 15.6879C15.5198 15.632 15.632 15.5198 15.6879 15.3781L16.4885 13.3481Z" stroke="currentColor" stroke-width="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.5 8.75732C5.5 6.95835 7.067 5.5 9 5.5C10.933 5.5 12.5 6.95835 12.5 8.75732C12.5 10.5422 11.3829 12.625 9.64003 13.3698C9.23374 13.5434 8.76626 13.5434 8.35997 13.3698C6.61708 12.625 5.5 10.5422 5.5 8.75732Z" stroke="currentColor" stroke-width="1.5"/>
<path d="M14.0004 13.9993L20.5004 20.4993M14.0004 13.9993L6.39453 21.6053M14.0004 13.9993L16 11.9998M21.6072 6.39258L19 8.99978" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M10 9C10 9.55228 9.55228 10 9 10C8.44772 10 8 9.55228 8 9C8 8.44772 8.44772 8 9 8C9.55228 8 10 8.44772 10 9Z" fill="currentColor"/>
<path d="M2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2.49073 4.43821 2.16444 5.80655 2.0551 8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

12
public/icons/sun.svg Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.28451 10.3333C7.10026 10.8546 7 11.4156 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C11.4156 7 10.8546 7.10026 10.3333 7.28451" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M12 2V4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M12 20V22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M4 12L2 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M22 12L20 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M19.7778 4.22266L17.5558 6.25424" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M4.22217 4.22266L6.44418 6.25424" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6.44434 17.5557L4.22211 19.7779" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M19.7778 19.7773L17.5558 17.5551" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.0037 4H9.9963C6.21809 4 4.32899 4 3.15525 5.17157C2.27661 6.04858 2.0557 7.32572 2.00016 9.49444C1.99304 9.77248 2.22121 9.99467 2.49076 10.0652C3.35074 10.2901 3.98521 11.0711 3.98521 12C3.98521 12.9289 3.35074 13.7099 2.49076 13.9348C2.22121 14.0053 1.99304 14.2275 2.00016 14.5056C2.0557 16.6743 2.27661 17.9514 3.15525 18.8284M18 4.10041C19.3086 4.22774 20.1885 4.51654 20.8448 5.17157C21.7234 6.04858 21.9443 7.32572 21.9998 9.49444C22.007 9.77248 21.7788 9.99467 21.5092 10.0652C20.6493 10.2901 20.0148 11.0711 20.0148 12C20.0148 12.9289 20.6493 13.7099 21.5092 13.9348C21.7788 14.0053 22.007 14.2275 21.9998 14.5056C21.9443 16.6743 21.7234 17.9514 20.8448 18.8284C19.671 20 17.7819 20 14.0037 20H9.9963C8.82865 20 7.84143 20 7 19.9654" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
<path d="M11.1459 10.0225C11.5259 9.34084 11.7159 9 12 9C12.2841 9 12.4741 9.34084 12.8541 10.0225L12.9524 10.1989C13.0603 10.3926 13.1143 10.4894 13.1985 10.5533C13.2827 10.6172 13.3875 10.641 13.5972 10.6884L13.7881 10.7316C14.526 10.8986 14.895 10.982 14.9828 11.2643C15.0706 11.5466 14.819 11.8407 14.316 12.429L14.1858 12.5812C14.0429 12.7483 13.9714 12.8319 13.9392 12.9353C13.9071 13.0387 13.9179 13.1502 13.9395 13.3733L13.9592 13.5763C14.0352 14.3612 14.0733 14.7536 13.8435 14.9281C13.6136 15.1025 13.2682 14.9435 12.5773 14.6254L12.3986 14.5431C12.2022 14.4527 12.1041 14.4075 12 14.4075C11.8959 14.4075 11.7978 14.4527 11.6014 14.5431L11.4227 14.6254C10.7318 14.9435 10.3864 15.1025 10.1565 14.9281C9.92674 14.7536 9.96476 14.3612 10.0408 13.5763L10.0605 13.3733C10.0821 13.1502 10.0929 13.0387 10.0608 12.9353C10.0286 12.8319 9.95713 12.7483 9.81418 12.5812L9.68403 12.429C9.18097 11.8407 8.92945 11.5466 9.01723 11.2643C9.10501 10.982 9.47396 10.8986 10.2119 10.7316L10.4028 10.6884C10.6125 10.641 10.7173 10.6172 10.8015 10.5533C10.8857 10.4894 10.9397 10.3926 11.0476 10.1989L11.1459 10.0225Z" stroke="currentColor" stroke-width="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

4
public/icons/unread.svg Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 12.9L10.1429 16.5L12.1071 14.25M18 7.5L14.0714 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 385 B

View File

@@ -0,0 +1,209 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 250.5 383.071">
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFD700" d="M125.25,382.821c21.431-6.866,42.425-15.86,62.132-26.709
c7.82-4.308,16.437-9.294,23.665-14.606c18.689-14.815,33.713-31.079,37.685-55.311c1.816-11.098,1.497-22.774,1.497-33.996V0.25
H0.271v251.949c0,11.222-0.32,22.898,1.498,33.996c3.97,24.231,18.995,40.495,37.685,55.311
c7.229,5.313,15.844,10.299,23.665,14.606C82.825,366.96,103.819,375.955,125.25,382.821z" />
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FF0000" d="M246.826,251.223V3.653H3.674v247.57
c0,31.963-1.584,55.543,38.604,87.368c0,0,32.372,23.842,82.972,39.72c50.6-15.877,82.971-39.72,82.971-39.72
C248.408,306.766,246.826,283.187,246.826,251.223z" />
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M163.575,109.871c3.071,0,5.016,0.959,5.016,2.24
c0,1.304-1.944,2.459-5.016,2.459c-3.082,0-4.99-1.058-4.99-2.361C158.585,110.928,160.493,109.871,163.575,109.871
L163.575,109.871L163.575,109.871z M86.925,109.871c3.082,0,4.991,1.056,4.991,2.338c0,1.304-1.909,2.361-4.992,2.361
c-3.069,0-5.015-1.155-5.015-2.459C81.909,110.83,83.855,109.871,86.925,109.871L86.925,109.871L86.925,109.871z M86.365,103.078
c-3.789-0.064-10.076,1.208-9.936,4.115c-10.551-1.808-11.65,2.55-11.03,6.428c1.004-1.539,2.226-2.375,3.166-2.532
c1.407-0.233,2.88,0.221,4.383,1.145c1.504,0.923,3.16,2.414,3.895,3.336c-3.723,0.891-6.6,0.315-9.519-0.195
c-1.44-0.251-3.455-1.061-4.652-1.899c-1.198-0.838-1.574-1.627-3.457-3.555c-2.221-2.273-4.584-1.633-3.847,1.899
c1.703,3.282,4.547,4.744,8.132,5.333c1.725,0.284,4.295,0.898,7.208,0.9c2.913,0.003,6.182-0.42,7.962-0.049
c-1.069,0.671-2.279,1.829-4.674,2.289c-2.438,0.469-6.143-1.449-8.402-1.973c0.287,1.901,2.684,3.677,7.402,4.602
c7.754,1.689,14.198,2.973,18.457,5.285s6.944,5.207,8.864,7.475c3.816,4.514,4.018,7.979,4.261,8.741
c0.785,7.212-1.729,11.269-6.404,12.517c-2.337,0.623-6.49-0.551-8.011-2.339c-1.522-1.786-3.003-4.857-2.581-9.666
c0.41-1.886,2.567-6.801,0.73-7.816c-8.463-4.679-18.739-9.408-26.175-12.224c-2.032-0.77-3.707,1.992-4.358,3.069
c-12.632-1.539-24.02-10.087-29.146-19.188c-3.492-6.199-9.247,0.013-8.278,5.869c1.561,6.535,6.541,11.26,12.515,14.609
c6.132,3.376,13.796,6.699,21.549,6.526c4.178,0.79,4.136,6.193-0.876,7.207c-9.803,0.062-17.624-0.182-25.007-7.305
c-5.601-5.113-8.753,0.979-7.135,4.432c2.744,10.643,17.926,13.623,33.285,10.178c5.948-0.985,2.387,5.388,0.707,5.455
c-6.417,4.601-17.907,9.104-28.026-0.049c-4.63-3.546-7.761-0.565-6.039,4.553c4.49,13.345,21.664,10.542,33.456,3.969
c3.035-1.692,5.79,2.245,2.094,5.235c-14.664,10.247-21.996,10.363-28.61,6.428c-8.282-3.265-9.01,5.919-4.09,8.936
c5.466,3.354,19.377,0.84,29.584-5.576c4.375-3.253,4.573,1.833,1.802,3.846c-12.113,10.469-16.886,13.224-29.512,11.519
c-6.261-0.487-6.167,7.23-1.242,10.252c6.724,4.122,19.855-2.723,30.046-11.178c4.29-2.291,4.995,1.468,2.874,5.917
c-6.227,7.856-12.072,12.488-17.703,14.634c-5.629,2.146-11.045,1.803-14.876,0.486c-4.675-1.605-5.262,3.254-2.678,7.671
c1.557,2.662,8.009,3.516,14.975,1.046c6.965-2.469,14.442-8.262,19.577-15.048c4.466-3.909,3.911,1.343,1.875,5.04
c-10.281,16.253-19.684,22.282-32.067,21.258c-5.491-0.933-6.739,3.337-3.239,7.28c6.146,5.097,13.829,4.938,20.55-0.098
c5.975-5.761,17.406-18.165,23.4-24.812c4.224-3.369,5.574-0.048,4.334,6.794c-1.127,3.916-3.949,8.043-11.639,11.054
c-5.253,2.998-1.309,7.13,2.629,7.207c2.167,0.042,6.568-2.491,9.936-6.282c4.429-4.986,4.692-8.335,7.134-16.094
c2.307-3.783,6.428-2.019,6.428,1.948c-1.976,7.771-3.674,9.165-7.67,12.343c-3.822,3.591,2.662,4.785,4.845,3.313
c6.32-4.259,8.626-9.77,10.738-14.779c1.524-3.617,5.946-1.863,3.896,4.042c-4.898,14.113-12.946,19.67-27.028,22.523
c-1.427,0.254-2.297,1.097-1.802,2.751c1.891,1.96,3.783,3.741,5.674,5.697c-8.708,2.535-15.782,3.96-24.495,6.502
c-4.275-2.803-7.729-5.181-12.004-7.986c-1.128-2.635-1.654-6.658-7.962-3.823c-4.276-1.976-6.248-1.251-8.62,0.73
c3.424,0.127,4.915,1.045,6.258,2.606c1.752,4.616,5.795,5.063,9.934,3.749c2.693,2.268,4.126,4.008,6.818,6.281
c-5.025-0.171-8.526-0.26-13.538-0.413c-4.786-5.138-8.604-4.856-12.03-0.828c-2.61,0.402-3.716,0.457-5.502,3.628
c2.809-1.152,4.576-1.498,5.795-0.243c5.086,2.948,8.41,2.291,10.932,0c4.908,0.3,9.332,0.554,14.245,0.877
c-1.806,1.535-4.282,2.349-6.087,3.896c-7.373-2.108-11.219,0.731-12.516,6.745c-0.987,2.427-1.451,4.927-1.021,7.524
c0.712-2.376,1.86-4.417,3.968-5.698c6.571,1.668,9.041-1.014,9.399-4.944c3.167-2.584,7.942-3.152,11.103-5.771
c3.696,1.184,5.482,1.916,9.204,3.092c1.324,4.021,4.318,5.613,9.18,4.578c5.787,0.182,4.766,2.557,5.235,4.456
c1.538-2.728,1.495-5.381-2.07-7.791c-1.297-3.524-4.17-5.127-7.938-3.093c-3.546-1.007-4.478-2.455-8.011-3.458
c8.936-2.849,15.274-3.489,24.204-6.33c2.235,2.108,4.006,3.622,6.258,5.502c1.187,0.708,2.323,0.887,3.019,0
c5.596-8.097,8.094-15.234,13.295-20.574c1.987-2.21,4.497-5.191,7.281-5.918c1.392-0.362,3.099-0.143,4.188,1.048
c1.091,1.188,1.946,3.379,1.583,6.646c-0.521,4.691-1.655,6.173-2.971,8.985c-1.316,2.812-2.924,4.543-4.577,6.695
c-3.307,4.308-7.669,6.815-10.251,8.499c-5.165,3.367-7.348,1.894-11.347,1.679c-5.168,0.581-6.543,3.099-2.313,6.575
c3.954,2.057,7.509,2.311,10.398,1.777c2.48-0.459,5.382-3.659,7.451-5.381c2.327-2.689,6.188,0.5,3.555,3.628
c-4.784,5.685-9.564,9.432-15.462,9.35c-6.198,0.835-5.039,4.318-0.925,6.016c7.403,3.055,14.087-2.667,17.482-6.429
c2.62-2.865,4.481-2.978,4.018,1.462c-2.6,8.035-6.154,11.14-11.955,11.542c-4.705-0.438-4.755,3.194-1.314,5.648
c7.838,5.425,13.515-3.813,16.167-9.399c1.89-5.037,4.789-2.641,5.089,1.511c0.039,5.546-2.467,10.076-9.18,15.754
c5.135,8.183,11.123,16.505,16.265,24.714c5.143-8.21,11.129-16.533,16.266-24.715c-6.712-5.678-9.22-10.207-9.18-15.755
c0.3-4.149,3.199-6.548,5.089-1.509c2.653,5.586,8.329,14.824,16.169,9.399c3.44-2.454,3.389-6.088-1.315-5.65
c-5.801-0.4-9.356-3.505-11.956-11.54c-0.463-4.439,1.397-4.329,4.019-1.462c3.395,3.76,10.08,9.483,17.482,6.429
c4.113-1.697,5.273-5.181-0.925-6.015c-5.898,0.081-10.678-3.666-15.461-9.351c-2.633-3.127,1.225-6.317,3.554-3.628
c2.068,1.722,4.971,4.922,7.451,5.382c2.889,0.534,6.442,0.278,10.397-1.778c4.229-3.477,2.855-5.994-2.313-6.575
c-3.998,0.215-6.184,1.688-11.347-1.679c-2.583-1.684-6.944-4.191-10.252-8.497c-1.652-2.154-3.261-3.884-4.576-6.697
c-1.318-2.813-2.449-4.292-2.971-8.985c-0.364-3.268,0.492-5.457,1.582-6.646c1.089-1.188,2.795-1.41,4.187-1.046
c2.785,0.726,5.294,3.706,7.282,5.916c5.2,5.341,7.699,12.478,13.294,20.575c0.698,0.886,1.833,0.708,3.02,0
c2.253-1.881,4.023-3.395,6.259-5.503c8.929,2.843,15.267,3.483,24.203,6.33c-3.532,1.005-4.466,2.451-8.012,3.459
c-3.768-2.033-6.641-0.431-7.938,3.092c-3.565,2.411-3.608,5.063-2.07,7.792c0.47-1.9-0.552-4.275,5.235-4.457
c4.863,1.035,7.855-0.557,9.18-4.576c3.722-1.176,5.51-1.908,9.204-3.092c3.16,2.616,7.936,3.187,11.104,5.771
c0.358,3.93,2.829,6.612,9.398,4.942c2.108,1.281,3.255,3.322,3.97,5.697c0.428-2.597-0.035-5.095-1.021-7.523
c-1.3-6.016-5.146-8.854-12.518-6.745c-1.805-1.547-4.281-2.36-6.087-3.896c4.914-0.323,9.336-0.577,14.244-0.877
c2.522,2.291,5.847,2.948,10.932,0c1.219-1.253,2.986-0.909,5.796,0.243c-1.786-3.169-2.892-3.226-5.504-3.628
c-3.425-4.028-7.243-4.31-12.027,0.828c-5.014,0.153-8.513,0.242-13.539,0.415c2.693-2.275,4.126-4.016,6.818-6.283
c4.138,1.313,8.181,0.867,9.935-3.749c1.343-1.562,2.832-2.479,6.257-2.606c-2.371-1.981-4.346-2.706-8.619-0.73
c-6.309-2.835-6.835,1.188-7.962,3.823c-4.275,2.806-7.729,5.184-12.005,7.986c-8.715-2.542-15.788-3.967-24.495-6.502
c1.891-1.954,3.783-3.735,5.673-5.697c0.496-1.654-0.374-2.497-1.801-2.751c-14.082-2.854-22.131-8.41-27.028-22.523
c-2.049-5.905,2.371-7.658,3.896-4.042c2.112,5.011,4.42,10.521,10.738,14.779c2.185,1.474,8.668,0.276,4.846-3.311
c-3.996-3.18-5.693-4.574-7.669-12.345c0-3.965,4.121-5.731,6.429-1.949c2.441,7.762,2.705,11.108,7.133,16.095
c3.367,3.791,7.768,6.324,9.935,6.282c3.939-0.077,7.884-4.209,2.63-7.207c-7.689-3.011-10.511-7.138-11.64-11.054
c-1.239-6.843,0.11-10.163,4.335-6.794c5.994,6.646,17.425,19.051,23.4,24.812c6.722,5.033,14.405,5.194,20.55,0.098
c3.501-3.943,2.254-8.213-3.237-7.282c-12.386,1.026-21.787-5.003-32.068-21.256c-2.037-3.697-2.592-8.951,1.875-5.04
c5.135,6.786,12.611,12.579,19.577,15.048c6.965,2.47,13.417,1.615,14.974-1.047c2.585-4.418,1.997-9.277-2.677-7.67
c-3.834,1.316-9.248,1.657-14.879-0.486c-5.63-2.146-11.474-6.778-17.702-14.635c-2.121-4.45-1.416-8.209,2.873-5.916
c10.191,8.454,23.323,15.298,30.047,11.176c4.926-3.02,5.021-10.739-1.241-10.251c-12.626,1.706-17.399-1.051-29.51-11.518
c-2.772-2.013-2.575-7.1,1.801-3.847c10.205,6.416,24.117,8.93,29.584,5.576c4.917-3.017,4.189-12.202-4.093-8.937
c-6.613,3.935-13.943,3.818-28.609-6.428c-3.694-2.992-0.94-6.927,2.096-5.235c11.79,6.573,28.965,9.376,33.455-3.969
c1.723-5.118-1.408-8.098-6.039-4.554c-10.118,9.153-21.607,4.651-28.025,0.049c-1.68-0.066-5.241-6.439,0.705-5.454
c15.36,3.444,30.542,0.463,33.287-10.178c1.618-3.453-1.535-9.545-7.137-4.432c-7.382,7.123-15.202,7.367-25.007,7.305
c-5.012-1.013-5.052-6.417-0.874-7.208c7.752,0.174,15.415-3.149,21.548-6.525c5.975-3.349,10.954-8.074,12.516-14.61
c0.968-5.855-4.787-12.067-8.278-5.868c-5.127,9.1-16.516,17.648-29.146,19.187c-0.651-1.076-2.325-3.837-4.357-3.068
c-7.437,2.815-17.714,7.545-26.176,12.224c-1.838,1.016,0.319,5.929,0.729,7.815c0.424,4.81-1.058,7.88-2.579,9.667
c-1.523,1.787-5.675,2.961-8.012,2.338c-4.674-1.248-7.189-5.304-6.405-12.516c0.245-0.762,0.445-4.227,4.262-8.741
c1.918-2.268,4.604-5.163,8.863-7.475c4.26-2.312,10.703-3.597,18.456-5.284c4.719-0.926,7.116-2.703,7.402-4.603
c-2.259,0.524-5.964,2.44-8.401,1.973c-2.395-0.46-3.604-1.617-4.674-2.288c1.779-0.373,5.049,0.051,7.962,0.048
s5.483-0.618,7.208-0.901c3.584-0.588,6.43-2.05,8.133-5.331c0.736-3.534-1.628-4.174-3.847-1.9
c-1.884,1.928-2.26,2.717-3.459,3.554c-1.197,0.838-3.21,1.648-4.65,1.9c-2.919,0.51-5.797,1.085-9.52,0.195
c0.735-0.922,2.393-2.412,3.896-3.335c1.504-0.924,2.976-1.378,4.383-1.146c0.938,0.159,2.162,0.994,3.167,2.533
c0.619-3.878-0.48-8.237-11.031-6.428c0.141-2.908-6.146-4.179-9.937-4.115c-2.145,0.037-6.546,1.294-9.714,2.775
c-5.013,1.519-9.994,2.63-15.828,3.044c3.37,2.83,4.031,2.99,7.427,5.405c-5.141,1.872-9.124,5.75-10.908,8.279
c4.492,0.215,5.975-0.163,7.5,0.487c-6.259,1.812-9.089,2.874-12.394,6.185c1.169,0.213,2.909,0.526,3.652,0.804
c0.769,0.287,0.449,0.683-0.074,1.241c-1.434,0.897-6.923,7.364-8.546,8.863c-1.623-1.5-7.112-7.966-8.546-8.863
c-0.523-0.56-0.842-0.954-0.074-1.242c0.743-0.279,2.483-0.591,3.653-0.804c-3.305-3.311-6.137-4.373-12.394-6.185
c1.525-0.65,3.009-0.271,7.5-0.487c-1.783-2.531-5.766-6.408-10.909-8.279c3.397-2.415,4.059-2.576,7.427-5.405
c-5.833-0.414-10.814-1.524-15.827-3.044c-3.169-1.481-7.57-2.74-9.716-2.775L86.365,103.078z M86.365,103.078L86.365,103.078
L86.365,103.078z" />
</g>
<g>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FFD700" d="M134.139,69.88c-0.798,0-1.463,0.687-1.463,1.483
c0,0.835,0.665,1.499,1.463,1.499c0.771,0,1.459-0.663,1.459-1.499C135.598,70.566,134.911,69.88,134.139,69.88L134.139,69.88
L134.139,69.88z M110.198,65.937c-0.03-1.552,1.059-2.258,2.419-1.517c1.5-0.582,2.305-0.327,2.247,1.41
c0.771,1.053,0.712,2.022-0.671,2.667c-1.071,1.186-2.253,1.076-3.04,0.083C109.086,67.819,109.758,66.82,110.198,65.937
L110.198,65.937L110.198,65.937z M108.542,68.526l0.243,0.395l0.301,0.348l0.353,0.297l0.377,0.238l0.411,0.231l0.111,0.031
l0.219,0.208l0.279,0.235l0.317,0.196l0.341,0.151l0.354,0.116l0.358,0.075l0.4,0.03l0.376-0.03l0.364-0.075l0.377-0.116
l0.336-0.151l0.347-0.19l0.312-0.235l0.29-0.244l0.092-0.098l0.075-0.047l0.319-0.184l0.306-0.231l0.284-0.268l0.244-0.286
l0.213-0.342l0.151-0.366l0.122-0.389l0.046-0.395l-0.017-0.384l-0.046-0.371l-0.093-0.345l-0.115-0.331l-0.157-0.3l-0.075-0.131
l-0.011-0.294l-0.076-0.402l-0.11-0.407l-0.146-0.39l-0.266-0.365l-0.313-0.335l-0.377-0.263l-0.412-0.169l-0.399-0.081
l-0.388-0.03l-0.371,0.03l-0.341,0.035l-0.33,0.081l-0.11,0.03l-0.151-0.035l-0.394-0.104l-0.412-0.036l-0.404,0.006l-0.429,0.06
l-0.393,0.148l-0.359,0.188l-0.371,0.268l-0.283,0.306l-0.272,0.345l-0.186,0.393l-0.133,0.386l-0.11,0.404l-0.041,0.407
l-0.018,0.043l-0.116,0.213l-0.098,0.256l-0.087,0.292l-0.086,0.318l-0.063,0.366v0.407l0.093,0.444L108.542,68.526
L108.542,68.526z M112.45,68.16c0.805,0,1.471-0.668,1.471-1.486c-0.002-0.813-0.658-1.471-1.471-1.477
c-0.799,0-1.454,0.663-1.454,1.477C110.997,67.491,111.651,68.16,112.45,68.16L112.45,68.16z M143.59,37.546
c-1.344,1.111-2.728,2.221-4.089,3.33c4.987-2.833,10.104-6.625,14.83-7.18c1.39,0.25,1.546,1.145,1.528,2.09
c-0.481,0.501-0.96,1.005-1.437,1.511c-4.635,2.083-9.266,4.177-13.891,6.282c1.303-0.279,2.617-0.583,3.914-0.859
c0.429-0.139,0.856,0.215,1.28,1.05c-0.348,0.657-0.684,1.326-1.024,2.004c-2.456,2.901-2.427,5.557-2.311,8.225
c0.52,1.176,1.029,2.345,1.552,3.501c1.191,1.761,2.175,3.482,1.956,5.004c-0.457,0.703-1.026,0.831-1.702,0.336
c-9.084-11.825-17.718-10.906-24.585-10.249c-0.208,0.032-0.422-0.348-0.631-0.333c3.347-2.711,9.582-2.673,12.605-3.856
c-7.464-0.024-9.137,0.812-14.412,2.973c-0.846-0.05-1.708-0.111-2.553-0.178c-0.684,0.133-0.817,0.517-0.331,1.157
c0.51,0.146,1.784,0.026,1.524,0.511c-0.423,0.823-1.651,0.817-2.467,1.231c-0.833-0.438-1.094-0.982-0.759-1.674
c0.905-1.017,1.818-2.028,2.727-3.057c3.389-1.944,6.811-3.856,10.221-5.786c0.428-0.767,1.245-0.931,2.367-0.511
c2.254,1.353,4.911,1.712,7.858,1.4c-1.015-0.908-1.848-1.814-1.447-2.727c-0.598,0.096-1.197,0.185-1.795,0.268
c-1.361,0.559-2.618,0.449-3.256-0.08c-0.276-0.292-0.636-0.592-0.173-0.883c1.112-0.955,2.629-0.865,4.198-0.627
c0.887-2.527,2.311-4.834,7.411-5.677c0.619-0.49,1.262-0.99,1.876-1.488c0.602-1.805,1.922-1.574,3.039-1.865
c0.83-0.866,1.685-1.778,3.614-2.07c6.745-4.538,13.716-6.024,20.717-7.26C159.813,25.799,147.684,32.217,143.59,37.546
L143.59,37.546L143.59,37.546z M145.876,66.376L145.876,66.376c0.422-1.023-1.041-2.33-2.768-3.684
c-17.285-10.04-28.308-9.047-31.544-6.389c-0.782,0.755-1.569,1.528-2.183,2.426c-0.156,0.42,0.132,0.761,0.457,1.011
c11.974,2.447,23.681,4.852,35.662,7.294C145.754,66.846,145.789,66.597,145.876,66.376L145.876,66.376z M145.938,69.708
l-0.722,2.782c-0.273-0.341-0.625-0.542-0.984-0.542c-0.146,0-0.272,0.024-0.4,0.071l0.712-2.652
c0.129-0.482,0.499-0.817,0.817-0.732l0.232,0.043C145.922,68.776,146.073,69.237,145.938,69.708L145.938,69.708L145.938,69.708z
M147.788,71.619L147.788,71.619c1.152,0.61-0.532-1.882-1.634-1.077c-0.74,2.058-1.481,4.127-2.235,6.193
c0.795,0.778,1.581,1.332,2.358,0.467C145.541,76.574,146.641,71.004,147.788,71.619L147.788,71.619z M145.999,82.051
c0.133,1.164,0.076,2.228-0.075,3.245h-43.363c0-1.407-0.18-2.09-0.556-4.147c-0.058-0.333,4.285,0.517,10.277,1.573
c6.746,1.186,15.814,0.627,22.802,0.523h0.149C141.338,82.513,145.94,82.425,145.999,82.051L145.999,82.051L145.999,82.051z
M103.944,73.192L103.944,73.192c-0.729-0.232,0.086,3.085-0.052,4.424c0.984,1.591,2.369,3.071,6.485,3.77
c7.423,1.127,19.201,1.296,30.959,0c0.818-0.134,1.102-0.542,0.898-1.272C128.169,78.537,115.739,76.893,103.944,73.192
L103.944,73.192z M105.745,71.619c-0.331-0.359-0.574-0.729-1.315-1.077c0.202-0.324,0.388-0.651,0.585-0.945
c0.573,0.14,0.972,0.597,1.181,1.267C106.816,71.788,106.364,71.777,105.745,71.619L105.745,71.619L105.745,71.619z
M105.415,63.733c0.753-0.546,0.875,0.006,0.92,0.732c-0.168,1.233-0.457,2.33-0.776,3.386c0,0.984-0.452,1.162-1.314,0.523
C103.944,66.829,104.487,65.274,105.415,63.733L105.415,63.733L105.415,63.733z M116.208,74.713
c-0.214-0.398-1.662-0.288-2.589-0.341c-0.197-0.325-0.625-0.702,0.115-0.86c0.84,0.151,1.807-0.431,2.698-0.273
C117.058,73.495,116.433,75.103,116.208,74.713L116.208,74.713L116.208,74.713z M123.839,65.092l-2.531,9.164
c-0.15,0.476-0.527,0.814-0.863,0.73l-0.242-0.063c-0.313-0.077-0.498-0.534-0.348-1.034l2.542-9.158
c0.139-0.499,0.516-0.81,0.869-0.737l0.225,0.051C123.827,64.129,123.989,64.593,123.839,65.092L123.839,65.092L123.839,65.092z
M125.825,65.431l-2.559,9.178c-0.122,0.481-0.515,0.803-0.828,0.728l-0.267-0.053c-0.313-0.099-0.498-0.554-0.346-1.029
l2.53-9.164c0.138-0.499,0.515-0.829,0.868-0.749l0.237,0.054C125.779,64.465,125.964,64.933,125.825,65.431L125.825,65.431
L125.825,65.431z M127.776,65.773l-2.543,9.178c-0.121,0.49-0.497,0.821-0.851,0.733l-0.242-0.054
c-0.313-0.085-0.498-0.541-0.359-1.022l2.553-9.178c0.146-0.5,0.521-0.809,0.87-0.749l0.231,0.079
C127.76,64.831,127.933,65.274,127.776,65.773L127.776,65.773L127.776,65.773z M126.901,73.611l0.376,0.981l0.104,0.17
l-0.225,0.814c-0.14,0.476-0.51,0.811-0.862,0.732l-0.231-0.061c-0.332-0.08-0.5-0.535-0.359-1.034l1.088-3.943l-0.059,0.457
v0.908L126.901,73.611L126.901,73.611z M128.489,75.888l0.347,0.315l-0.029,0.161c-0.151,0.497-0.527,0.809-0.835,0.728
l-0.254-0.053c-0.336-0.086-0.498-0.542-0.363-1.035l0.317-1.121l0.18,0.297L128.489,75.888L128.489,75.888z M140.821,73.855
l-1.124,4.022c-0.133,0.5-0.516,0.817-0.846,0.755l-0.225-0.071c-0.348-0.075-0.516-0.524-0.365-1.017l0.209-0.842l0.092-0.06
l0.546-0.396l0.514-0.493l0.505-0.592l0.422-0.68L140.821,73.855L140.821,73.855z M142.263,68.708l-1.111,4.02l0.083-0.69
l-0.019-0.797l-0.11-0.731l-0.179-0.68l-0.227-0.593l-0.048-0.134l-0.044-0.127l0.196-0.619c0.122-0.477,0.515-0.806,0.852-0.732
l0.225,0.06C142.235,67.776,142.379,68.221,142.263,68.708L142.263,68.708L142.263,68.708z M144.272,77.871l-0.395,1.231
c-0.133,0.384-0.497,0.673-0.815,0.592l-0.227-0.057c-0.319-0.054-0.485-0.443-0.347-0.833l0.66-2.069
C143.381,77.324,143.792,77.74,144.272,77.871L144.272,77.871L144.272,77.871z M141.579,78.324l2.542-9.187
c0.151-0.489-0.018-0.953-0.346-1.023l-0.245-0.063c-0.328-0.087-0.711,0.255-0.85,0.731l-2.542,9.181
c-0.151,0.47,0.016,0.946,0.353,1.029l0.242,0.044C141.082,79.132,141.452,78.804,141.579,78.324L141.579,78.324z M139.352,69.828
l0.184,0.476l0.135,0.505l0.081,0.553l0.011,0.597l-0.081,0.609l-0.161,0.616l-0.255,0.549l-0.343,0.523l-0.357,0.446
l-0.412,0.375l-0.405,0.319l-0.365,0.227l-0.328,0.295l-0.442,0.301l-0.457,0.28l-0.497,0.226l-0.516,0.17l-0.555,0.11
l-0.569,0.035l-0.561-0.035l-0.557-0.116l-0.514-0.184l-0.5-0.224l-0.439-0.294l-0.423-0.321l-0.094-0.085l-0.409-0.209
l-0.518-0.339l-0.501-0.416l-0.47-0.529l-0.378-0.651l-0.265-0.7l-0.128-0.707l-0.016-0.663l0.103-0.562l0.11-0.479l0.151-0.395
l0.121-0.331l0.047-0.063l0.029-0.223l0.138-0.586l0.197-0.57l0.289-0.563l0.37-0.528l0.465-0.477l0.544-0.395l0.59-0.309
l0.603-0.196l0.626-0.128l0.601-0.005l0.598,0.074l0.331,0.065l0.137-0.029l0.486-0.068l0.528-0.042l0.573,0.047l0.636,0.139
l0.665,0.282l0.626,0.432l0.527,0.529l0.376,0.622l0.262,0.592l0.16,0.576l0.094,0.563v0.035L139.352,69.828L139.352,69.828z
M119.844,66.461l0.572-2.087c0.139-0.482,0.528-0.809,0.869-0.738l0.226,0.068c0.347,0.093,0.499,0.529,0.377,1.029l-2.559,9.158
c-0.139,0.5-0.515,0.823-0.852,0.75l-0.237-0.054c-0.336-0.081-0.505-0.539-0.366-1.031l0.881-3.146l0.423-0.702l0.346-0.762
l0.216-0.827l0.115-0.842v-0.791L119.844,66.461L119.844,66.461z M106.833,67.126L106.833,67.126v0.657l0.122,0.715l0.271,0.703
l0.399,0.629l0.446,0.541l0.499,0.411l0.515,0.338l0.429,0.214l0.092,0.098l0.405,0.315l0.457,0.287l0.481,0.231l0.532,0.173
l0.545,0.127l0.579,0.031l0.556-0.031l0.543-0.104l0.516-0.19l0.498-0.211l0.457-0.271l0.44-0.315l0.33-0.303l0.371-0.221
l0.405-0.309l0.422-0.375l0.354-0.461l0.347-0.505l0.238-0.556l0.174-0.608l0.086-0.615l-0.028-0.597l-0.076-0.548l-0.138-0.518
l-0.168-0.469l-0.133-0.262v-0.03l-0.093-0.553l-0.163-0.573l-0.26-0.609l-0.383-0.609l-0.527-0.542l-0.625-0.438l-0.649-0.282
l-0.637-0.122l-0.59-0.053l-0.528,0.03l-0.468,0.074l-0.155,0.035l-0.313-0.08l-0.602-0.058l-0.614,0.004l-0.613,0.128
l-0.608,0.196l-0.59,0.304l-0.539,0.395l-0.446,0.488l-0.382,0.529l-0.301,0.56l-0.197,0.562l-0.133,0.58l-0.035,0.235
l-0.035,0.063l-0.116,0.309l-0.15,0.399l-0.133,0.49L106.833,67.126L106.833,67.126z M179.622,20.703
c0.435,0-0.216,0.303-0.653,0.431c-2.952,0.83-6.375,1.615-9.936,2.625c-3.545,0.992-7.18,2.229-10.475,3.981
c-0.017,0.202-0.017,0.427-0.017,0.651c7.995-1.502,12.535-1.297,15.297,0.817c0.069,0.06-0.168,0-0.255,0h-0.261
c-1.807-0.051-3.532,0-5.211,0.122c-1.668,0.127-3.26,0.327-4.771,0.633c-3.011,0.592-5.729,1.522-8.061,2.813
c0.324,0.085,0.973,0.335,1.274,0.425c0.927,0.336,1.163,1.311,0.532,2.444c-0.459,0.888-0.364,1.222-1.077,2.117
c-2.908,1.353-5.803,2.724-8.691,4.079c0.04,1.927-0.336,3.85-1.574,5.798c-1.756,1.603-2.109,3.722-2.307,5.875
c0.881,2.943,2.259,5.054,3.788,6.924c0.544,1.535-0.013,2.747-1.686,3.625c0.486,0.9,1.187,2.129,1.64,3.044
c1.29,0.583,1.76,1.199,0.973,3.11c0.376,0.64,0.405,1.377,0.271,2.01c0.405,0.269,0.805,0.559,1.199,0.842
c0.405,0.895,0.104,1.582-0.927,2.092c-1.122,0.518-1.441,1.512-1.651,2.552c-0.729,0.026-1,0.5-1.197,1.056
c0.138,0.845-0.162,1.223-0.933,1.131c-0.041,0.323-0.069,0.646-0.098,0.957c0.758,0.243,1.546,0.499,2.322,0.761
c0.04,1.569,0.115,3.155,0.179,4.751c-15.356-0.039-30.445-0.033-45.813-0.05c-0.099-1.743-0.474-3.532-0.561-5.266
c0.363-0.235,0.732-0.46,1.105-0.678c-0.122-0.345-0.261-0.699-0.382-1.041c0.092-0.437,0.197-0.871,0.278-1.32
c0.857-1.9,0.788-4.55,0.707-6.583c-1.447-0.604-1.302-2.091-0.516-3.375c-0.589-1.174-1.447-3.67,1.65-5.223
c0.047-1.181,0.215-2.225,1.303-2.576c0.683-1.578,0.625-1.255,3.365-1.893c1.002-1.111,1.997-2.127,2.999-3.224
c0-0.699-0.347-1.49-0.347-2.186c0.701-2.191,2.148-3.986,4.342-5.415c3.665-1.801,7.209-3.993,10.613-6.537
c0.955-1.19,1.909-2.346,2.865-3.521c0.864-1.088,1.778-2.051,3.146-2.375c1.66-0.262,3.322-0.505,4.995-0.752
c1.616-0.842,3.254-1.647,4.894-2.473c0.417-1.291,1.598-1.826,3.509-1.615C155.437,23.295,166.691,20.435,179.622,20.703
L179.622,20.703z M135.884,73.192c-1.089,1.181-2.271,1.093-3.057,0.101c-2.053-0.761-1.396-1.778-0.939-2.652
c-0.058-1.543,1.024-2.242,2.408-1.538c1.501-0.571,2.299-0.321,2.253,1.427C137.308,71.571,137.232,72.564,135.884,73.192
L135.884,73.192L135.884,73.192z M138.141,70.771l0.089,0.348l0.063,0.377v0.372l-0.041,0.396l-0.11,0.384l-0.173,0.354
l-0.203,0.353l-0.243,0.302l-0.289,0.263l-0.308,0.207l-0.329,0.226l-0.074,0.036l-0.095,0.068l-0.289,0.256l-0.296,0.238
l-0.353,0.2l-0.33,0.15l-0.364,0.11l-0.395,0.086l-0.383,0.019l-0.376-0.019l-0.363-0.086l-0.378-0.109l-0.33-0.151l-0.306-0.2
l-0.289-0.238l-0.216-0.203l-0.103-0.042l-0.424-0.214l-0.376-0.244l-0.336-0.291l-0.32-0.36l-0.23-0.401l-0.168-0.427
l-0.069-0.438v-0.424l0.04-0.366l0.093-0.334l0.104-0.281l0.093-0.244l0.104-0.226l0.035-0.023l0.046-0.426l0.11-0.395
l0.145-0.399l0.173-0.389l0.256-0.339l0.301-0.312l0.354-0.25l0.376-0.193l0.395-0.138l0.405-0.076l0.411-0.011l0.411,0.048
l0.405,0.092l0.15,0.053l0.092-0.03l0.336-0.077l0.341-0.063l0.384-0.024l0.377,0.029l0.409,0.086l0.411,0.17l0.364,0.267
l0.33,0.336l0.242,0.372l0.171,0.396l0.104,0.389l0.075,0.396l0.017,0.303l0.075,0.131l0.156,0.303L138.141,70.771z" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 63 KiB

View File

@@ -0,0 +1,832 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 433.836 502.06">
<g id="g3">
<g id="g5">
<g id="g7">
<g id="g9">
<path fill="#6B2808" stroke="#000000" stroke-width="1.2021"
d="M128.8,196.772c9.149-3.585,15.266-11.65,24.679-6.004 c7.289,4.372,5.816,12.089,7.928,19.643c0.618,2.221,3.594,7.515,1.725,9.505c-2.815,3.001-5.357-1.013-6.676-2.869 c-4.233-5.961-6.809-9.879-14.433-11.405c-3.349-0.666-2.705-0.79-5.973,0.736c-2.777,1.296-5.329,3.135-7.851,4.8 c-10.297,6.803-20.274,13.296-32.364,16.833c-7.838,2.288-9.397-3.945-7.75-10.25c0.771-2.952,2.188-6.521,4.273-8.819 c0.805-0.886,1.539-1.996,2.657-2.531c0.9-0.436,4.493-0.483,5.646-0.688c3.112-0.544,6.438-1.499,9.524-2.355 C116.532,201.604,122.675,199.168,128.8,196.772z"
id="path11" />
<path fill="#6B2808" stroke="#000000" stroke-width="1.2021"
d="M286.979,203.885c-2.289,4.371,0.545,11.121-1.673,14.825 c-2.349,3.924-8.791,1.679-11.418-0.819c-5.799-5.525,0.875-14.941,2.316-21.275c1.156-5.072,3.131-5.428,8.26-7.933 c8.232-4.015,13.488-7.042,21.79-2.255c8.239,4.749,16.795,10.391,25.149,14.544c2.807,1.395,8.278,1.285,9.226,4.765 c0.842,3.063-4.545,9.461-5.359,12.661c-0.698,2.747-0.567,5.474-1.416,8.151c-9.865,1.112-14.318-11.471-20.362-16.851 c-2.398-2.13-5.984-4.798-9.059-5.871C298.954,201.919,292.993,206.024,286.979,203.885z"
id="path13" />
<path fill="#BD3010" stroke="#000000" stroke-width="1.2021"
d="M235.889,197.222c0.191,6.077-1.328,9.751,5.41,12.606 c9.342,3.957,19.819-9.206,23.331-16.81c4.336-9.401,0.497-19.283-8.887-23.865c-6.377-3.116-16.203-2.428-22.753-0.336 c-5.371,1.721-11.365,7.496-7.815,13.367C229.057,188.59,235.588,187.733,235.889,197.222z"
id="path15" />
<g id="g17">
<g id="g19">
<path fill="#94D342" stroke="#000000" stroke-width="1.2021"
d="M73.081,388.628c1.116-1.199,0.713-2.674,0.834-4.368 c1.107,0.204,2.297,0.816,3.493,1.104c-0.122-1.009,2.334-5.361,3.265-5.602c1.746-0.453,3.989,3.253,5.133,4.013 c-0.101-0.544,0.21-1.354,0.137-1.915c1.206-0.448,1.205-0.461,1.985-1.204c0.851,0.199,2.218,0.044,3.05,0.293 c-0.445-0.946-0.028-1.769-0.22-2.692c3.711-0.134,4.068-0.591,7.083,0.697c1.053-4.433,3.614-1.301,6.425-2.827 c0.023-2.817,1.977-5.512,1.653-8.24c0.697,1.945,1.194,4.248,2.727,5.48c1.208-2.48,3.831,1.137,4.955-2.306 c1.153-0.109,2.381-0.082,3.537-0.147c-0.309-0.529-0.143-0.963-0.31-1.46c0.493,1.464,11.166-2.913,11.941-3.684 c1.141-1.141,1.125-2.732,2.851-3.195c1.137,1.612,1.361,2.938,3.219,3.151c0.133,0.017,5.207-2.481,5.992-2.743 c3.994-1.295,9.084-3.094,13.167-3.539c0.051,0.238,0.109,0.479,0.159,0.729c0.634-2.172,1.507-1.796,2.807-2.022 c0.127-0.021,1.178,1.193,1.838,1.161c0.329-0.013,1.554-1.357,2.107-1.531c7.433-2.367,16.043,0.639,23.676,1.124 c10.868,0.693,21.882-0.692,32.773-0.73c10.807-0.027,21.01,1.066,31.73-0.329c3.846-0.502,8.164,0.344,11.991,0.838 c3.844,0.5,4.803,0.496,6.108,3.854c1.538-0.764,2.465-2.306,3.606-3.473c0.178,0.573,1.049,1.256,1.271,1.86 c1.666-0.438,3.113-1.726,4.671-2.184c0.695-0.201,1.335-0.591,2.063-0.573c0.762,0.017,1.597,1.211,2.009,1.159 c1.012-0.138,2.039-1.884,2.383-1.887c1.531-0.037,2.799,1.86,3.725,3.026c1.191-1.24,2.59-2.392,4.164-3.037 c-0.384,1.682-0.6,3.993,0.218,5.417c1.605-1.46,5.109-1.679,6.021,0.469c1.004,0.209,2.872-0.605,3.568-0.373 c1.673,0.582,2.063,2.919,3.597,3.799c3.133,1.794,8.429,0.457,11.738,0.327c4.533-0.164,7.728,1.344,11.967,1.955 c3.523,0.503,5.611-1.082,8.851-1.578c1.302-0.207,3.879-0.23,5.083,0.443c1.347,0.771,0.956,0.907,1.651,1.507 c0.165,0.145,0.049,0.97,0.364,1.295c0.679,0.708,1.699,0.639,2.443,1.183c1.513,1.107,2.75,2.762,4.349,3.479 c0.352-0.987,0.935-0.869,1.587-1.507c1.807,3.711,11.251-0.482,14.135-1.105c-3.999,3.334,1.172,2.906,1.926,3.918 c0.886,1.198-0.754,2.023-0.086,3.142c0.869,1.474,2.913,1.6,4.463,2.013c-0.411,0.326-0.416,0.479-0.718,0.805 c2.984,1.274,5.349,2.082,8.01,3.678c1.588,0.955,5.649,1.756,6.771,3.114c0.913,1.106,1.004,2.555,1.664,4.002 c1.107,2.424,2.225,2.37,1.523,5.163c-2.937,11.75-22.009,12.6-30.848,13.174c-24.844,1.621-49.905,0.017-73.752,7.999 c-6.132,2.053-12.165,4.362-18.715,4.826c-11.18,0.802-22.721-1.333-33.841-2.341c-8.429-0.76-16.776-2.185-25.24-2.712 c-7.909-0.491-15.524,0.766-23.372,1.421c-9.833,0.821-20.12,2.906-30,1.579c-9.57-1.291-19.197-3.828-28.833-4.799 c-15.032-1.512-29.947,2.417-44.949,1.75c-10.362-0.464-24.211-4.981-32.413-11.649c-2.909-2.354-1.505-6.707-1.194-10.387 c1.386-0.381,2.498,0.42,3.059,1.554c0.348-1.216,0.715-2.441,1.278-3.557c3.382,2.348,7.021-2.154,10.134-3.095 C65.262,391.211,70.194,391.752,73.081,388.628z"
id="path21" />
<path fill="none" stroke="#000000" stroke-width="0.601"
d="M86.287,406.62c0.048-1.623-0.647-3.095-1.894-4.039 c1.454,0.255,2.881,0.932,4.241,1.205c-0.234-1.07,0.198-1.871,0.553-2.716c0.183,0.192,0.841,0.541,1.111,0.803 c0.912-0.772,1.359-2.046,1.685-3.241c0.345,0.371,1.448,0.726,1.827,1.145c0.14-0.544,0.726-1.042,0.88-1.531 c0.284,0.222,0.867,0.332,1.224,0.661c1.558-1.562,2.285-3.745,2.688-5.772c0.658,1.049,1.171,2.085,2.035,2.968 c0.314-0.925,1.212-1.712,1.614-2.259c0.048,0.649,0.455,1.203,0.542,1.846c1.485-1.044,3.016-2.228,3.979-3.761 c-0.112,1.179,0.259,2.352,1.086,3.053c0.155-0.983,0.908-1.389,1.194-1.941c0.562,0.828,1.175,0.739,1.643,1.131 c0.234-1.175,0.383-2.354,0.521-3.538c0.813,0.447,1.562,1.375,1.944,2.38"
id="path23" />
<path fill="none" stroke="#000000" stroke-width="0.601"
d="M141.233,381.802c0.428-1.538,0.956-3.04,1.293-4.591 c1.117,2.376,2.907,1.024,3.171-0.904c1.736,1.331,3.389,0.736,3.52-1.279c2.819,2.241,4.601-0.37,6.063-3.12 c0.376,1.646,3.009,6.051,3.296,1.598c0.172,0.781,0.861,1.52,1.118,2.111c0.885-1.438,0.958-3.256,0.764-4.919 c0.957,1.705,2.167,3.447,2.084,5.467c0.99-0.37,3.642-0.747,3.558-0.767"
id="path25" />
<path fill="none" stroke="#000000" stroke-width="0.601"
d="M110.75,403.02c1.197-0.242,2.394-0.546,3.579-0.762 c-0.15,0.386-0.123,1.169-0.329,1.61c1.037,0.037,2.432-0.227,3.517,0.096c-0.013,0.45,0.141,0.975,0.106,1.412 c1.887-0.163,1.622-2.316,3.177-3.202c0.897-0.519,3.409,2.343,2.843-1.442c0.253,0.438,0.923,0.821,1.233,1.444 c1.815-0.229,2.432-2.644,4.27-3.409c-0.065,0.342-0.189,0.602-0.309,0.958c0.538,0.323,1.344,0.388,1.898,0.446 c0.399-1.812,0.958-3.624,1.258-5.444c0.766,1.478,1.194,3.124,1.717,4.662c0.753-0.815,1.579-0.682,2.266-1.096 c-1.045,1.61-0.12,2.394,1.594,1.568c-0.021,0.245-0.191,0.648-0.203,0.818c1.213-1.42,2.311-3.324,4.147-4.078 c0.478,1.205,1.974,1.092,3.325,0.813"
id="path27" />
<path fill="none" stroke="#000000" stroke-width="0.601"
d="M150.456,393.012c0.239-1.477,0.36-2.886,0.801-4.301 c0.669,1.037,0.853,2.406,1.607,3.495c0.144-0.095,1.536-1.719,1.503-1.719c-0.37,0.031,1.882-0.318,1.705-0.281 c0.753-0.165,3.229-0.131,4.353-0.059c0.108-1.64,1.225-1.815,2.475-1.159c0.807-1.488,1.003-3.399,1.274-5.064 c0.764,1.101,1.05,2.552,1.415,3.77c0.396-0.866,1.196-1.419,1.657-2.177c0.03,0.88,0.51,1.729,0.558,2.564 c0.605-1.25,1.385-2.448,1.926-3.791c0.165,1.258,0.928,2.429,1.582,3.516"
id="path29" />
<path fill="none" stroke="#000000" stroke-width="0.601"
d="M162.089,410.223c1.985,0,4.018,0.09,5.977-0.062 c-0.563-1.05-0.271-1.694-0.001-2.729c2.319,1.035,3.016,1.311,4.442,0.399c1.226-0.791,2.361-3.335,2.905-4.843 c1.005,1.058,1.551,2.595,2.23,3.91c0.831-1.24,2.128-1.891,2.595-3.451c2.76,4.015,2.139,0.774,5.02-0.384 c0.198,0.68,0.849,1.061,0.967,1.913c1.171-0.164,3.078-2.048,3.931-2.016c0.829,0.027,3.277,2.415,4.416,2.857"
id="path31" />
<path fill="none" stroke="#000000" stroke-width="0.601"
d="M237.895,406.62c1.518,0.678,3.082,1.32,4.701,1.578 c-0.104-1.729-0.821-3.605,0.497-5.2c1.258,1.119,2.574,2.664,3.928,3.611c0.677-1.797,0.697-3.808,1.611-5.509 c0.317,1.419,0.388,2.918,0.97,4.193c2.136-2.502,3.236,1.011,5.474-0.345c0.072-0.356,0.357-1.03,0.373-1.112 c-0.049,1.102,0.319,2.009,0.578,3.055c1.575-1.953,2.646-4.797,4.755-6.153c1.008,1.589-0.232,4.245,0.027,6.23 c1.216-0.14,2.123-0.961,3.174-1.502c0.647,1.921,2.61,3.326,4.385,1.553"
id="path33" />
<path fill="none" stroke="#000000" stroke-width="0.601"
d="M264.762,397.016c0.23-1.235,0.561-2.385,0.881-3.604 c0.588,0.633,1.406,1.682,1.935,2.507c1.111-2.962,4.863-0.374,7.533-0.818c4.888-0.818,4.958-6.758,8.006-10.063 c0.179,0.736,0.636,0.93,0.886,1.444c0.425-0.45,1.206-0.833,1.57-1.354c-0.837,2.637-0.837,6.765,0.111,9.424 c1.149-0.14,2.209-0.214,3.459,0.103c0.414,1.264,0.66,2.626,1.173,3.817c1.645-0.728,2.064-2.639,3.653-3.014 c-0.138,4.516,5.025,2.272,5.986-0.304c0.533,0.654,0.895,1.707,0.895,2.658"
id="path35" />
<path fill="none" stroke="#000000" stroke-width="0.601"
d="M286.818,406.62c1.817,1.031,3.013-0.785,3.18-2.388 c2.343,1.731,2.968,1.185,5.172-0.358c0.559,2.341,2.782,3.547,5.292,2.348"
id="path37" />
<path fill="none" stroke="#000000" stroke-width="0.601"
d="M328.127,397.414c0.629-1.103,1.37-2.131,2.093-3.166 c2.8,2.6,2.236-0.798,3.499-0.787c1.701,0.017,3.121,2.333,4.448,3.411c0.496-2.08,1.772-3.771,2.48-5.841 c1.233,0.203,2.6,0.559,3.924,0.378"
id="path39" />
<path fill="none" stroke="#000000" stroke-width="0.601"
d="M342.568,399.016c0.744-1.194,1.656-1.357,2.746-0.853 c0.062-1.215-0.076-2.465,0.41-3.532c0.528,0.368,1.926,0.456,2.394,0.737c-0.167-0.724,0.108-1.515-0.185-2.316 c0.463,0.32,1.685,0.53,2.295,1.044c0.621-1.17,1.188-2.649,2.304-3.475c0.081,1.307,0.531,1.283,0.969,2.267 c0.628-1.856,1.969-3.658,3.44-4.953c0.216,2.266-0.727,5.117,0.055,7.046c1.532-0.997,2.351-4.07,4.017-2.771"
id="path41" />
</g>
<g id="g43">
<path
d="M133.214,199.023h167.646c0,0,30.478,148.912-84.223,216.965C216.637,415.988,122.786,378.362,133.214,199.023z"
id="path45" />
<g id="g47">
<path fill="#FFFF84"
d="M240.054,264.475c0,11.382-9.695,20.616-21.656,20.616c-11.962,0-21.655-9.234-21.655-20.616 c0-11.387,9.693-20.615,21.655-20.615C230.359,243.86,240.054,253.087,240.054,264.475z"
id="path49" style="fill:#fdda53;fill-opacity:1" />
<path fill="#FFFF84"
d="M242.064,257.871c0.399,1.786,0.479,3.618,0.371,5.454c9.213-2.194,15.888-10.065,25.577-11.852 c-8.168-4.682-17.921,7.068-26.35,5.998"
id="path51" style="fill:#fdda53;fill-opacity:1" />
<path
d="m 181.60937,257.51267 c 2.672,1.434 5.829,2.162 8.823,2.493 4.092,0.446 5.077,0.334 4.76,-3.953 -1.999,-0.041 -4.064,-0.419 -6.05,-0.744 -3.708,-0.601 -6.529,-3.366 -9.771,-4.938 -3.655,-1.775 -7.762,-0.673 -11.273,-1.986 5.512,2.056 8.567,6.464 13.511,9.128 z"
id="path53" style="fill:#fdda53;fill-opacity:1" />
<path fill="#FFFF84"
d="M196.596,253.923c0.835-1.547,1.838-2.994,3.001-4.317c-1.704-1.445-5.474-4.551-5.837-4.838 c-1.491-1.172-3.108-1.938-4.867-2.673c-2.588-1.092-5.208-2.132-7.693-3.464c-1.215-0.654-2.327-1.472-3.523-2.143 c-1.143-0.645-2.339-1.202-3.168-2.252c1.127,2.061,2.189,4.077,4.017,5.683c1.829,1.606,3.887,3.194,6.112,4.211 c2.607,1.195,4.465,3.045,6.655,4.803C192.794,250.14,194.712,252.617,196.596,253.923z"
id="path55" style="fill:#fdda53;fill-opacity:1" />
<path fill="#FFFF84"
d="M187.112,226.244c-0.122-0.685-0.298-1.353-0.497-2.014c-0.224-0.402-0.449-0.804-0.703-1.188 L187.112,226.244z M193.932,231.451c-2.396-2.744-6.165-4.912-7.648-8.288c0.125,0.346,0.231,0.709,0.332,1.067 c2.361,4.155,3.244,9.049,6.499,12.735c1.833,2.064,6.232,7.869,9.043,10.17c1.313-1.099,2.742-2.08,4.282-2.889 C202.475,241.941,196.364,234.235,193.932,231.451z"
id="path57" style="fill:#fdda53;fill-opacity:1" />
<path fill="#FFFF84"
d="M208.499,243.284c1.585-0.658,3.26-1.151,5-1.47c-1.497-2.904-2.397-7.481-4.415-9.877 c-2.687-3.191-5.773-6.058-7.23-10.095c-0.662-1.836-0.814-3.927-0.685-5.92c-0.368,5.763-0.907,11.725,2.787,16.727 C206.158,235.629,207.567,239.558,208.499,243.284z"
id="path59" style="fill:#fdda53;fill-opacity:1" />
<path fill="#FFFF84"
d="M218.119,241.383c0.753,0,1.494,0.042,2.235,0.108c-0.088-4.644-1.546-9.885-1.402-14.263 c0.156-4.628,0.932-8.961-1.691-13.116c0.93,1.474,0.259,6.252,0.111,8.055c-0.281,3.356-1.811,6.447-2.177,9.783 c-0.299,2.641-0.068,6.695,0.299,9.575C216.356,241.435,217.229,241.383,218.119,241.383z"
id="path61" style="fill:#fdda53;fill-opacity:1" />
<path fill="#FFFF84"
d="M228.472,243.626c0.695-2.421,1.631-5.093,2.046-7.315c0.602-3.255,0.665-6.459,1.638-9.678 c0.392-1.307,3.26-9.608,4.261-9.522c-2.985-0.247-8.453,7.874-9.105,10.733c-0.1,0.427-0.154,0.857-0.193,1.294 c-0.113,1.434-0.01,2.906-0.323,4.309c-0.496,2.26-2.424,6.198-2.836,8.641C225.535,242.46,227.045,242.977,228.472,243.626z "
id="path63" style="fill:#fdda53;fill-opacity:1" />
<path fill="#FFFF84"
d="M235.108,248.028c0.977-1.511,1.902-3.541,2.774-4.788c1.242-1.769,2.381-3.613,3.468-5.366 c2.687-4.322,5.467-9.444,5.533-14.711c-0.07,5.975-7.525,10.553-11.145,14.528c-1.585,1.741-4.129,4.456-5.299,6.93 C232.136,245.58,233.709,246.715,235.108,248.028z"
id="path65" style="fill:#fdda53;fill-opacity:1" />
<path fill="#FFFF84"
d="M250.479,242.648c-1.136,1.205-2.132,3.236-3.721,3.926c-1.718,0.74-3.828,0.052-5.624,0.426 c-0.567,0.118-2.924,1.655-4.515,2.591c1.361,1.541,2.505,3.265,3.413,5.118c2.772-2.657,8.313-4.834,10.872-7.249 c3.225-3.04,4.649-7.885,8.369-10.347C255.871,237.686,252.83,240.128,250.479,242.648z"
id="path67" style="fill:#fdda53;fill-opacity:1" />
</g>
<path fill="#4A71CE"
d="M301.231,263.49c-8.594,1.621-20.726-1.362-28.914-3.44c-6.514-1.652-12.334-6.144-19.051-6.186 c-8.706-0.055-16.772,4.683-24.922,7.027c-8.174,2.357-14.834,0.578-22.588-2.044c-14.625-4.95-23.259-10.419-39.127-5.207 c-10.494,3.45-21.393,3.86-32.21,5.899c0.02,0.244,0.038,0.495,0.062,0.736c11.449,125.953,82.684,154.511,82.684,154.511 c64.078-38.011,82.849-101.263,86.938-149.685c0.07-0.855,0.132-1.693,0.19-2.536 C303.231,262.988,302.191,263.311,301.231,263.49z"
id="path69" style="fill:#4166b5;fill-opacity:1" />
<path fill="#FFFFFF" stroke="#000000" stroke-width="0.601"
d="M240.231,302.548c-20.697,6.73-41.409-8.969-62.371-4.822 c-7.123,1.405-12.528,4.873-20.051,4.977c-5.352,0.08-10.968,0.777-16.36,0.908c1.634,6.813,3.458,13.225,5.431,19.271 c1.245-0.023,2.487-0.087,3.727-0.24c7.271-0.959,14.434-2.609,21.642-3.93c13.966-2.551,26.323-1.826,40.671,0.048 c7.681,0.998,14.67,1.892,22.433,0.937c7.462-0.923,14.606-4.163,22.2-4.181c6.79-0.003,13.053,2.922,19.169,5.636 c0.678,0.305,1.354,0.604,2.031,0.899c3.779,1.636,7.852,3.028,11.82,4.655c2.325-6.14,4.313-12.292,5.98-18.396 c-9.591-3.822-18.877-9.22-28.857-10.584C257.267,296.299,249.945,299.383,240.231,302.548z M256.124,335.726 c-0.146-0.007-0.286-0.021-0.431-0.03c-9.32-0.598-18.79,3.341-27.945,4.616c-9.161,1.279-16.67-0.258-25.822-2.582 c-9.998-2.53-20.226-2.045-30.237,0.105c-3.414,0.73-11.645,1.534-14.186,3.932c-3.533,3.331-1.187,5.356,1.237,10.171 c6.967,13.829,15.587,26.869,26.152,38.231c2.723,2.928,26.807,27.866,32.272,24.617 c31.792-18.854,52.417-43.93,65.646-70.318C274.667,340.369,265.342,336.43,256.124,335.726z M301.231,263.49 c-8.594,1.621-20.726-1.362-28.914-3.438c-6.514-1.654-12.334-6.146-19.051-6.188c-8.706-0.055-16.772,4.683-24.913,7.027 c-8.183,2.357-14.843,0.578-22.597-2.044c-14.625-4.948-23.259-10.419-39.127-5.207c-10.494,3.453-21.393,3.864-32.208,5.899 c0.019,0.244,0.035,0.499,0.059,0.737c0.574,6.309,1.3,12.36,2.158,18.183c3.467,0.292,6.727,0.354,8.868,0.109 c8.888-1.013,17.323-4.417,25.8-7.091c12.853-4.05,24.896,4.569,36.679,8.388c14.913,4.839,24.88-0.732,38.678-6.181 c18.498-7.301,27.366,7.756,44.335,9.044c0.873,0.065,5.619,0.2,10.955,0.237c0.951-6.119,1.658-12.1,2.144-17.866 c0.076-0.853,0.138-1.693,0.196-2.529C303.221,262.988,302.191,263.311,301.231,263.49z"
id="path71" style="stroke:none" />
<path fill="#94D342"
d="M167.555,352.464c2.179,0.134,4.45-0.159,6.295-0.825c0.582,0.521,1.325,1.423,1.785,2.021 c0.609-0.664,1.088-1.296,1.642-2.044c0.258,0.18,1.248,1.355,1.503,1.43c9.173-3.908,23.222,1.29,31.895-4.51 c4.2,8.94,5.881,3.966,12.096,2.924c5.647-0.944,19.344,5.896,22.628-1.198c3.238,1.728,7.339-0.904,8.805,3.535 c1.254-0.184,2.44,0.052,3.739-0.559c0.073,0.457,0.155,0.914,0.231,1.367c0.852-0.219,2.808-0.249,3.813-0.367 c0.287,0.632,0.03,1.308,0.215,1.993c3.396,0,7.402,2.548,10.491,3.161c0.931,8.624-15.601,23.208-21.411,29.022 c-10.193,10.197-21.712,19.018-34.118,26.372c-2.874,1.707-18.023-11.339-19.853-12.857 c-14.861-12.272-30.666-28.98-37.199-47.26c1.912,0.954,5.138,0.889,7.197,0.751 C167.22,354.55,167.643,353.337,167.555,352.464z"
id="path73" />
<g id="g75">
<linearGradient id="XMLID_9_" gradientUnits="userSpaceOnUse" x1="180.354" y1="336.3311"
x2="257.6602" y2="336.3311">
<stop offset="0" style="stop-color:#FFFF8C" id="stop78" />
<stop offset="0.0277" style="stop-color:#FFFF92" id="stop80" />
<stop offset="0.1859" style="stop-color:#FEFDB0" id="stop82" />
<stop offset="0.3525" style="stop-color:#FEFCC8" id="stop84" />
<stop offset="0.5293" style="stop-color:#FDFCD9" id="stop86" />
<stop offset="0.7231" style="stop-color:#FDFBE3" id="stop88" />
<stop offset="0.9663" style="stop-color:#FDFBE6" id="stop90" />
</linearGradient>
<path fill="url(#XMLID_9_)" stroke="#000000" stroke-width="1.2021"
d="M187.575,298.303c0,0,30.079-12.609,63.467,0 l6.618,81.662h-77.306L187.575,298.303z"
id="path92" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M186.463,310.864c0,0,30.222-10.85,65.6,0" id="path94" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M185.27,324.35c0,0,29.389-9.076,67.889,0" id="path96" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M184.149,337.017c0,0,34.855-10.579,70.128,1.174" id="path98" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M199.606,379.965v-30.329c0,0,2.994-16.97,20.748-16.97 c0,0,17.755,0.767,19.26,16.97v30.329"
id="path100" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M182.854,351.697c0,0,12.842-2.062,16.752-2.062" id="path102" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M181.42,367.94c0,0,11.565-2.685,18.186-2.685" id="path104" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M239.614,364.052c0,0,10.74,0.285,16.952,2.392" id="path106" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="197.394" y1="308.097" x2="197.394"
y2="321.837" id="line108" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="207.056" y1="293.535" x2="207.056"
y2="306.106" id="line110" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="219.76" y1="306.047" x2="219.76"
y2="320.321" id="line112" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="232.168" y1="293.535" x2="232.168"
y2="306.704" id="line114" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="243.85" y1="308.701" x2="243.85"
y2="322.467" id="line116" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="206.522" y1="320.796" x2="206.522"
y2="333.154" id="line118" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="232.676" y1="320.987" x2="232.676"
y2="333.471" id="line120" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="193.768" y1="334.839" x2="193.768"
y2="350.147" id="line122" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="246.503" y1="335.946" x2="246.503"
y2="350.462" id="line124" />
<path fill="#FFFF84" stroke="#000000" stroke-width="1.2021"
d="M207.727,379.965V349.94c0,0,0.302-10.207,12.332-10.207 c12.032,0,10.833,9.902,10.833,9.902v30.329H207.727z"
id="path126" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="191.171" y1="366.07" x2="191.171"
y2="379.965" id="line128" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="248.364" y1="364.742" x2="248.364"
y2="379.965" id="line130" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="199.606" y1="367.655" x2="207.727"
y2="367.655" id="line132" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="230.892" y1="367.953" x2="239.614"
y2="367.953" id="line134" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="199.606" y1="357.146" x2="207.727"
y2="357.146" id="line136" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="230.892" y1="358.645" x2="239.614"
y2="358.645" id="line138" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="200.259" y1="347.255" x2="207.727"
y2="349.94" id="line140" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="205.856" y1="338.167" x2="210.771"
y2="343.071" id="line142" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="215.199" y1="333.206" x2="216.872"
y2="340.006" id="line144" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="225.496" y1="332.847" x2="223.382"
y2="340.029" id="line146" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="229.633" y1="344.038" x2="235.923"
y2="340.096" id="line148" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M230.892,349.636h8.723c0,0,10.202,1.04,15.78,2.323" id="path150" />
<path
d="M207.727,379.965h8.725V349.94c0,0,7.974-12.865,14.065-3.882c-2.906-5.297-9.075-7.82-14.767-5.648 c-10.72,4.108-8.024,15.226-8.024,24.308C207.727,369.801,207.727,374.881,207.727,379.965z"
id="path152" />
</g>
<path fill="none" stroke="#000000" stroke-width="2.4041"
d="M133.214,199.023h167.646c0,0,30.478,148.912-84.223,216.965 C216.637,415.988,122.786,378.362,133.214,199.023z"
id="path154" />
</g>
</g>
</g>
<g id="g156">
<g id="g158">
<g id="g160">
<polygon fill="#73B642" stroke="#000000" stroke-width="1.2021"
points="312.497,181.247 312.497,378.198 319.714,382.199 319.714,174.442 "
id="polygon162" />
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M316.105,320.149c-0.032-5.315-1.977-17.178-8.775-18.368 c1.271,5.871,1.688,11.814,2.71,17.639c1.149,6.56,2.853,12.826,2.855,19.549"
id="path164" />
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M314.903,309.344c1.12-3.073,5.787-14.417,10.313-13.334 c-4.934-1.182-5.899,36.769-5.899,39.757"
id="path166" />
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M313.297,269.716c0-8.466-0.459-16.388-1.707-24.809 c-0.411-2.783-0.521-5.58-1.343-8.291c-0.434-1.435-1.394-5.748-2.504-6.519c5.542,3.829,7.258,10.275,8.75,16.4 c1.054,4.314,3.014,9.958,2.823,14.41"
id="path168" />
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M318.111,252.103c-0.264-7.664,2.187-18.264,5.982-24.778 c-4.277,0.998-8.32,6.82-9.596,10.766"
id="path170" />
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M319.714,224.48c-0.002-6.109-0.613-11.5,0.46-17.741 c0.45-2.607-0.229-8.11,2.187-9.852c-4.936,3.548-7.496,12.698-7.457,18.387"
id="path172" />
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M317.71,282.923c-1.503-3.545-3.298-6.976-4.911-10.479 c-0.856-1.862-4.201-4.908-4.242-6.7c0.253,9.698,3.631,19.101,4.339,28.788"
id="path174" />
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M319.316,296.938c0.013-5.256,0.423-11.114,1.162-16.355 c0.693-4.899,3.057-9.331,3.166-14.439c-0.02,0.856-4.222,4.758-4.889,5.882c-1.381,2.327-2.674,5.084-3.459,7.67 c-2.364,7.703-3.48,15.149-3.206,23.246"
id="path176" />
</g>
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M268.378,380.199c0,0,20.854-2.406,34.895,0l18.448,5.606 c0,0,27.675-26.022,52.938-32.831c0,0-32.714,6.23-47.73,21.217c0,0-21.256-32.023-34.088-41.23 c0,0,15.259,24.006,28.145,45.278c0,0-27.74-12.85-45.384-11.651c0,0,20.162,2.913,24.171,8.523l26.362,3.891 c0,0,16.839-29.223,31.279-51.644c0,0-41.941,48.761-34.893,51.644C301.455,370.392,267.249,380.729,268.378,380.199z"
id="path178" />
<g id="g180">
<g id="g182">
<path fill="#F7FF73" stroke="#000000" stroke-width="1.2021"
d="M309.667,148.824c-0.639,1.703-0.857,3.824-0.63,5.623 c0.203,1.673,1.346,3.146,1.491,4.781c0.074,0.907-1.244,2.379-1.242,3.607c0.006,3.211,2.334,5.02,5.49,4.802 c-2.033,0.14-3.484-0.974-5.399-1.26c-2.473-0.369-3.104,0.349-5.284,1.281c-5.139,2.2-3.805,4.127-2.708,8.793 c0.22,0.978,0.208,1.163,0.687,2.309c0.209,0.5,1.367,0.92,1.623,1.668c0.61,1.842-3.562,12.786,1.073,11.687 c1.296,1.859,0.896,5.15,4.534,3.866c1.109-0.403,1.621-1.968,2.589-2.582c0.778-0.497,1.977-0.069,2.626-0.615 c1.575-1.334,1.495-3.116,1.997-5c1.236,2.313-1.786,4.603-0.328,7.072c1.225,2.077,4.516,2.762,5.847,0.542 c-0.999,1.666,3.244,1.541,3.828,1.259c2.465-1.202,1.339-3.209,1.872-4.969c0.354-1.165-0.687-0.775,0.412-1.883 c0.64-0.65,2.613-0.347,3.446-0.687c2.274-0.932,2.688-1.463,3.365-3.867c0.197-0.724-0.327-1.766,0.061-2.434 c0.403-0.701,1.873-0.385,2.382-1.063c0.886-1.197,1.202-2.534,1.164-4.11c-0.035-1.514-0.499-2.922-0.709-4.414 c-0.277-1.903-0.476-2.204-1.7-3.598c-0.72-0.824-2.199-0.569-2.686-1.512c-0.425-0.816,0.188-1.66-0.112-2.494 c-0.72-2.014-1.08-2.576-3.214-3.996c-1.475-0.981-3.684-1.825-4.721-3.293c-1.11-1.58-2.766-4.202-3.389-5.901 c-0.709-1.92,0.936-4.874-1.457-6.118c-1.053-0.544-5.002,1.398-4.787,1.659C313.845,145.64,310.735,145.972,309.667,148.824 z"
id="path184" />
<path fill="#F7FF73" stroke="#000000" stroke-width="1.2021"
d="M299.985,173.99c0.88-3.017,3.763-3.828,6.59-3.299 c1.604,0.297,2.697,1.325,4.145,1.868c0.864,0.319,1.743-0.395,2.595,0.248c1.269,0.967,2.082,2.976,1.54,4.565 c-0.317,0.909-4.22,3.585-4.307,1.938c0.157,2.898-0.336,4.848-3.268,5.458c-1.283,0.268-5.854-0.179-6.815-1.169 c-3.41,2.504-7.921-2.056-3.756-5.144C293.862,176.09,297.082,172.742,299.985,173.99z"
id="path186" />
<path fill="#F7FF73" stroke="#000000" stroke-width="1.2021"
d="M325.156,165.586c-3.002,4.161,6.496,9.001,6.649,2.601 c1.906,1.062,3.89,0.274,3.629-2.111c3.201,1.729,3.208-5.973-0.842-6.118c2.157-5.239-3.189-5.665-6.553-4.082 c-0.293,0.139-2.73-1.961-4.477-0.979c-1.81,1.015-2.419,2.967-1.194,4.761C315.318,160.091,321.976,170.007,325.156,165.586 z"
id="path188" />
<path fill="#F7FF73" stroke="#000000" stroke-width="1.2021"
d="M324.232,176.023c-2.268-3.329-4.476-0.939-6.994-0.147 c-0.783,0.249-1.703-1.083-2.714-0.487c-0.736,0.435-1.825,3.954-0.582,4.196c-3.708-0.723-5.042,4.076-2.757,6.486 c1.767,1.862,2.234,0.145,4.133,0.661c1.598,0.438,1.535,2.624,4.008,2.13c2.278-0.46,1.665-2.589,2.867-3.942 c1.528-1.733,3.4-1.297,3.153-4.473C325.31,179.971,324.334,176.176,324.232,176.023z"
id="path190" />
<path fill="#F7FF73" stroke="#000000" stroke-width="1.2021"
d="M311.671,163.342c0.066-3.638-0.375-6.791-4.696-6.462 c-1.945,0.149-5.836,1.681-4.65,4.291c-3.078-0.34-6.434,5.726-2.399,6.052c-0.764,0.846-1.346,3.29,0.128,3.953 c1.83,0.826,4.08-2.324,4.932-3.498c1.474,1.608,2.593,2.259,4.717,1.059c0.835-0.467,2.024-1.745,2.312-2.7 C312.48,164.498,311.659,164.058,311.671,163.342z"
id="path192" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M314.903,175.243c-0.903-2.303-2.098-5.069,1.059-5.981 c-2.24-3.315-0.107-6.483,3.752-6.029"
id="path194" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M323.725,175.642c2.355-0.129,3.96-2.979,3.615-4.805" id="path196" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M336.963,181.648c-1.514,2.233-4.938,0.846-6.1-1.144 c-2.354,1.074-3.364-0.898-5.473-0.796c0.214,3.233-3.75,4.307-3.093,7.038c0.535,2.208,4.831,3.242,6.643,2.507"
id="path198" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M310.486,158.428c2.575,1.413,3.796-2.519,6.354-2.642 c1.712-0.082,5.083,1.71,4.077,3.844"
id="path200" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M329.339,160.829c-0.398-0.079-0.788-0.057-1.17,0.065 c-0.14,0.506-0.138,1.381,0.028,1.879c0.473,0.083,1.053,0.145,1.546,0.063"
id="path202" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M331.747,174.843c-0.479,0.489-0.67,1.053-0.583,1.691 c0.764,0.522,1.343,0.262,2.185-0.092"
id="path204" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M328.145,184.451c-0.534,0.083-0.805,0.36-0.829,0.826 c0.529,0.433,0.976,0.385,1.625,0.376"
id="path206" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M321.721,191.253c-0.572,0.129-1.138,0.426-1.58,0.78 c0.189,0.694,0.219,0.654,0.796,1.102c0.321-0.109,0.446-0.337,0.382-0.68"
id="path208" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M308.486,188.453c-0.125,0.443,0,0.731,0.378,0.87 c2.331-0.638,0.919-4.509-0.778-1.672"
id="path210" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M304.474,176.042c-0.608,0.259-1.053,0.677-1.324,1.251 c0.905,0.947,1.7,0.816,2.522,0.351"
id="path212" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M317.71,180.047c-0.892,0.666-1.403,1.268-1.138,2.339 c0.711,0.285,0.951-0.073,1.539-0.34"
id="path214" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M320.512,169.238c-1.122,0.675-1.677,1.229-0.704,2.239 c0.541-0.05,0.44-0.459,0.704-0.639"
id="path216" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M306.48,161.631c-0.756,0.481-1.236,0.892-1.448,1.717 c1.098,0.734,1.223,0.075,1.849-0.514"
id="path218" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M313.297,159.629c-0.118,0.561-0.039,1.391,0.057,1.964 c1.177,0.012,1.257-0.642,1.55-1.563"
id="path220" />
</g>
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M320.115,150.823c-0.358-0.051,0.193,1.088-0.505,0.461 c-0.145-0.186-0.603-0.958-0.688-1.141c-0.668,0.624-0.605,0.608-0.759,1.418c1.811,0.071,3.599,0.331,4.804,1.667 c-4.048,5.921-12-1.318-6.461-5.609"
id="path222" />
</g>
</g>
<g id="g224">
<path fill="#6B2808" stroke="#000000" stroke-width="1.2021"
d="M371.213,281.336c-0.391-1.144-0.818-2.281-1.263-3.398 c-1.945-4.908-6.738-13.578-13.159-12.901c-3.226,0.336-8.679,6.49-10.813,8.622c-3.459,3.447-7.284,7.474-9.632,11.76 c-2.618,4.775-1.498,12.725-1.705,18.017c-0.208,5.28,0.715,12.092-1.911,16.848c-2.916,5.282-7.563,11.148-12.125,15.141 c-3.216,2.818-2.479,4.897-2.366,8.674c0.11,3.767-0.528,7.672-0.737,11.448c-0.033,0.689,0.236,1.759,0.012,2.408 c-0.381,1.11-1.227,0.743-1.622,1.541c-2.036,4.102-0.287,8.017,0.019,12.462c0.153,2.275-0.276,2.776,1.466,4.402 c1.268,1.18,6.297,3.399,8,3.146c0.779-5.993,1.611-12.714,6.027-17.467c-5.701-8.783,1.002-20.98,8.152-26.103 c2.69-1.929,7.144-3.896,8.938-6.789c1.056-1.71,0.267-4.373,0.363-6.107c0.2-3.678,0.621-8.171,2.325-11.525 c1.561-3.07,4.427-3.98,7.426-5.431C369.514,300.815,375.448,293.776,371.213,281.336z"
id="path226" />
<path fill="#391810"
d="M367.723,282.216c-0.976-4.188-4.182-7.066-7.691-9.535c-4.85-3.417-9.828-3.234-14.054,0.977 c-3.459,3.447-7.284,7.474-9.632,11.76c-3.021,5.507-2.5,16.013-1.918,22.067c3.041-4.566,3.896-10.754,7.542-15.502 c2.319-3.027,6.451-6.153,10.526-6.115c5.771,0.055,7.448,5.769,7.557,10.579c0.021,1.149-1.23,6.987-0.394,7.566 c1.928,1.319,6.755-5.803,7.265-7.31c1.357-4.021,1.525-8.941,1.022-13.228C367.894,283.048,367.82,282.62,367.723,282.216z"
id="path228" />
<path fill="#391810"
d="M331.618,338.038c0.445-0.99,0.946-1.966,1.513-2.9c2.158-3.548,5.599-5.854,7.909-9.161 c-2.816-0.134-4.684,3.352-7.457,3.512c0.204-1.478,1.091-2.938,0.891-4.234c-3.333,2.257-4.484,6.734-5.415,10.262 c-1.449,5.426-2.472,11.054-5,16.112c-1.335,2.68-2.66,3.917-4.806,5.75c-1.619,1.39-3.496,2.607-3.671,4.962 c-0.172,2.489,1.361,5.797,1.518,8.404c0.149,2.504-0.438,5.088,1.188,7.128c1.497,1.879,1.618,1.577,2.912,0.54 c2.18-1.737,2.691-5.668,3.592-8.127c1.334-3.604,3.565-6.889,3.575-10.884C328.38,352.353,328.679,344.656,331.618,338.038z"
id="path230" />
</g>
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M285.02,345.139c0,0,32.481,33.623,32.481,40.829 c0,0,4.414,5.2,9.628,0c0,0,24.061-5.208,48.93-5.208c0,0-25.269-4.401-48.124-1.6c0,0,1.996-42.43,4.806-50.838 c0,0-10.02,20.414-11.625,50.439C321.115,378.762,303.466,355.941,285.02,345.139z"
id="path232" />
</g>
<g id="g234">
<path fill="#6B2808" stroke="#000000" stroke-width="1.2021"
d="M91.803,277.877c-5.158-3.563-2.811-7.408-4.539-11.968 c-1.758-4.634-2.635-2.667-5.198,0.245c-4.036,4.585-8.625,8.537-12.365,13.403c-3.871,5.04-5.907,14.695-4.435,20.848 c1.81,7.58,11.826,6.633,18.147,9.858c4.793,2.437,6.343,5.597,7.852,10.653c1.245,4.16-0.247,11.248,2.361,14.572 c2.41,3.077,8.811,4.675,12.076,6.432c4.211,2.255,7.862,5.428,11.986,7.669c3.58,1.936,5.778,2.081,8.497,5.07 c2.671,2.937,4.037,6.499,8.5,7.09c8.971,1.179,5.585-13.432,2.417-17.547c-2.626-3.417-7.707-3.671-11.592-5.124 c-6.935-2.59-13.451-5.379-18.488-11.108c-7.145-8.141-1.996-25.905-3.289-35.738 C102.918,286.021,96.682,281.245,91.803,277.877z"
id="path236" />
<path fill="#841C18" stroke="#000000" stroke-width="1.2021"
d="M143.575,354.57c3.472-0.071,4.158-0.876,6.647,2.356 c1.267,1.652,3.277,5.708,2.402,7.854c-2.133,5.246-10.108,3.458-14.137,2.132c-2.438-0.805-9.229-4.268-9.813-6.98 C127.843,356.108,140.123,354.656,143.575,354.57z"
id="path238" />
<path fill="#391810"
d="M80.527,288.017c1.521-1.793,4.437,1.237,4.781-3.039c3.588-0.263,15.629-0.814,16.681,4.666 c-1.01-5.261-5.652-7.051-9.538-9.705c-5.653-3.868-4.761-8.501-7.984-13.571c-3.265,2.997-6.821,8.089-9.341,11.784 c-3.688,5.413-4.509,7.188-3.745,12.86c0.82,6.133-3.168,17.216,7.024,15.4C76.054,306.831,79.475,289.25,80.527,288.017z"
id="path240" />
<path fill="#391810"
d="M122.519,350.339c-2.396-0.151-4.783-1.42-5.926-3.44c1.673-1.912,1.219-4.535,0.575-6.708 c3.861,1.729,4.256-1.175,7.155-1.289c2.307-0.093,4.813,1.822,6.734,2.886c5.017,2.779,7.169,6.792,9.101,11.476 c-2.311-4.027-4.723-8.352-9.22-9.991c-4.615-1.685-10.398,0.014-6.827,5.776c-0.546,0.16-1.016,0.067-1.593,0.089"
id="path242" />
</g>
<g id="g244">
<g id="g246">
<path fill="#FFF363" stroke="#000000" stroke-width="1.2021"
d="M128.098,194.819l0.102,201.752c0,0-0.901,8.712-7.819,1.803 l1.2-199.951" id="path248" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M127.6,381.262c-0.815,1.917-5.357,1.521-6.918,0.602" id="path250" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M120.078,358.451c1.709,1.647,6.028,1.912,7.521,0" id="path252" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M120.381,326.024c1.718,1.341,6.051,1.147,7.218-0.907" id="path254" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M121.281,294.798c1.555,0.607,5.073,0.928,6.617,0.3" id="path256" />
</g>
<g id="g258">
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M121.428,200.767c-0.007-0.825,0.124-1.757-0.248-2.523 c-0.387-0.794-1.242-1.272-1.777-1.955c-1.225-1.552-2.288-3.263-3.087-5.071c-0.907-2.063-1.843-4.144-3.146-5.991 c-0.799-1.138-1.773-2.125-2.7-3.152c-0.461-0.518-0.89-1.038-1.276-1.602c-0.337-0.487-0.806-0.871-1.054-1.415 c1.123,1.625-0.946,3.474-1.46,4.89c-0.583,1.595-1.155,3.195-1.491,4.864c-0.48,2.395,0.037,5.496-1.07,7.597 c-1.373-7.403-4.339-15.367-0.48-22.498c2.99,0.345,7.583,1.293,10.03,0.368c-1.08-5.562-1.929-7.243-7.726-7.683 c-5.454-0.41-8.983,0.389-12.393,4.753c1.981-4.988,2.601-8.444,7.577-10.153c3.768-1.295,8.55-0.218,12.542-0.814 c0.574-10.431-10.582-14.06-16.056-21.784c4.13,3.491,8.954,6.555,13.757,9.249c3.076,1.73,8.113,1.742,10.372,4.129 c2.966-7.769,1.233-19.332-2.042-26.611c5.429,6.26,10.315,12.558,10.307,20.801c-0.014,8.292-1.711,17.069-1.236,25.055 c0.703-2.269,3.891-5.434,6.513-5.367c2.404,0.058,4.052,2.863,5.985,5.097c5.073,5.86,6.191,8.385,6.178,16.482 c-0.495-6.471-7.796-15.043-13.399-9.591c-1.887,1.834-3.236,4.104-3.961,6.633c-0.351,1.222-0.56,2.482-0.679,3.749 c-0.141,1.425-0.357,2.548-0.72,3.923c-0.189,0.71-0.4,1.47-0.554,2.179c-0.243,1.142-0.461,2.111-0.461,3.326"
id="path260" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M113.759,156.991c1.072,6.092,7.164,13.057,7.254,19.032 c-0.127-8.796,0.678-18.709,1.773-27.438"
id="path262" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M113.157,172.602c2.024,6.075,3.628,17.315,10.228,20.416" id="path264" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M126.997,184.009c0.819-2.292,0.938-4.749,1.16-7.152 c0.12-1.303,0-2.668,0.193-3.958c0.126-0.839,0.298-2.214,0.933-2.834"
id="path266" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M103.534,176.207c2.667,0.388,4.53,3.119,6.015,4.8" id="path268" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M132.687,179.606c0.2-1.017,1.056-1.685,1.476-2.594 c0.396-0.85,0.439-1.808,0.607-2.716c0.257-1.387,0.53-2.786,0.943-4.138c0.105-0.357,1.268-3.916,1.896-3.024"
id="path270" />
</g>
</g>
</g>
<g id="g272">
<path fill="#FFFFFF" stroke="#000000" stroke-width="1.2021"
d="M348.434,171.266c0.612-0.058,1.501,0.122,2.177,0.105 c-7.966,3.492-11.75,17.692-17.271,24.049c-5.19,5.98-7.999,9.896-8.419,18.012c-0.423,8.246-7.217,8.353-13.129,11.221 c-1.58,0.765-7.535,4.049-5.729,6.712c1.661,2.441,8.821-1.467,11.068-1.72c3.866-0.433,7.557-2.155,11.397-2.399 c3.199-0.204,5.145,0.593,8.182-1.264c-3.257,2.013-6.777,1.651-10.525,1.982c2.63-0.237,4.563,10.069,5.123,11.377 c0.854,2.016,5.835,16.944,7.375,17.222c-0.814-0.15-2.049,0.339-2.87,0.227c2.556,7.191,6.391,10.124,12.435,14.42 c2.658,1.888,5.171,4.647,7.344,6.636c1.687,1.542,4.949,5.191,7.136,5.779c0.203-3.284,0.094-6.656,0.094-9.977 c0,4.541,1.287,8.371,1.643,12.667c0.408,4.724-2.311,9.424-1.053,14.16c4.149,15.605,18.692,25.641,19.865,42.657 c0.367,5.313-0.257,10.564-0.598,15.748c-0.252,3.733-2.36,16.354,0.598,18.55c4.713-3.731,5.963-17.607,7.068-23.462 c2.075-10.962-0.219-20.229-3.494-30.705c-4.166-13.379-10.341-26.251-9.583-40.664c0.485-9.457,0.079-16.181-9.026-21.146 c-11.15-6.07-26.744-19.093-20.462-32.407c1.418-2.995,2.874-6.286,2.888-9.608c0.024-4.44-3.313-7.897-3.489-12.014 c-0.197-5.061,4.961-9.571,7.839-13.234c4.145-5.285,7.35-10.831,10.38-16.83c1.641-3.271,3.086-4.495,5.215-6.655 c2.332-2.362,5.563-5.597,4.271-9.525c-1.787-5.446-10.349-4.933-14.354-2.424c-3.688,2.314-1.782,3.542-3.743,6.873 C355.037,168.608,351.26,169.645,348.434,171.266z"
id="path274" />
<path fill="#6B2808" stroke="#000000" stroke-width="1.2021"
d="M405.067,290.894c0.401,3.816,2.211,7.024,3.012,10.676 c0.775,3.563-0.577,4.433-2.54,7.971c-2.258,4.071-2.25,4.864-5.581,0.114c-2.243-3.194-3.635-6.58-4.504-10.359 c-1.35-5.881-1.068-10.921-0.746-16.81c0.218-4.045-1.514-7.812-2.187-11.702C398.808,270.426,404.535,285.864,405.067,290.894z"
id="path276" />
<path fill="#391810" stroke="#000000" stroke-width="1.2021"
d="M374.254,112.742c3.438,4.172,8.157,10.091,10.072,14.971 c1.044,2.66,2.394,9.355-0.186,11.568c-4.699,4.037-10.231-5.887-10.477-9.87c-0.34-5.507-0.498-11.872,0.079-17.287 C373.907,112.325,374.076,112.532,374.254,112.742z"
id="path278" />
<path fill="#6B2808" stroke="#000000" stroke-width="1.2021"
d="M387.487,139.578c4.733-4.397,2.475-8.088,2.98-13.361 c0.504-5.271,4.737-10.757,8.436-14.249c1.201-1.129,10.626-6.625,10.735-7.938c0.364-4.504-6.807-0.483-8.823-0.576 c-0.814-4.658,2.686-10.033,4.505-14.225c-5.852-0.192-15.645,13.252-16.767,18.458c-1.579-1.384-2.458-3.69-4.059-5.157 c-1.411-1.302-2.255,6.417-2.274,6.624c-0.323,3.169-1.399,6.199-1.767,9.334c-0.199,1.667,0,3.571-0.479,5.135 c-1.593-1.161-1.944-3.668-4.046-3.813c0.176,0.013,3.198,13.908,3.68,15.24c1.452,3.963,4.857,8.84,9.081,4.526"
id="path280" />
<path fill="#732400" stroke="#000000" stroke-width="1.2021"
d="M392.691,261.561c2.645,7.092,5.099,14.335,5.857,21.905 c0.646,6.49,0.776,15.501-1.328,21.729c-1.118,3.317-3.749,6.023-4.542,9.517c-1.019,4.5,0.187,9.278,2.431,13.218 c1.62,2.854,4.117,5.002,4.494,8.308c0.419,3.663-2.086,8.354-3.395,12.037c-1.568,4.445-3.453,8.951-3.82,13.668 c-0.43,5.676-0.3,11.758,0.336,17.309c0.345,3.011-0.844,8.091-5.154,5.274c-1.799,3.525-3.89,5.22-8.422,3.52 c4.801,0.103,5.721,4.882,2.755,8.329c-2.491,2.894-7.911,2.657-11.427,2.432c-1.914-0.133-5.808,0-7.451-1.132 c-2.045-1.401-1.262-1.544-0.318-3.706c1.828-4.122,5.699-6.823,9.903-7.673c-1.512-5.67,2.607-5.128,5.962-7.624 c3.016-2.235,4.148-7.688,5.295-11.104c2.471-7.373,4.275-15.186,3.875-23.003c-0.403-7.938-3.771-13.846-7.487-20.659 c-3.565-6.499-7.776-13.977-10.333-20.812c-1.562-4.157-4.579-11.224-3.694-16.013c0.809-4.411,5.848-8.814,4.313-13.655 c-2.059-6.521-7.914-1.257-11.951-2.723c-2.641-0.962-4.981-3.794-7.188-5.526c-2.769-2.18-6.666-4.267-8.804-6.847 c1.001,0.149,1.94,0.649,2.728,1.401c-0.47-5.893-2.112-13.088-5.253-18.276c-1.941-3.208-5.988-7.075-6.07-11.047 c-0.089-4.192,7.081-4.735,10.157-7.346c2.586-2.183,4.313-5.68,6.768-7.584c-0.111,0.421-0.122,0.709-0.45,1.071 c-2.666,2.955-4.505,2.207-8.313,1.781c-4.088-0.458-5.899,1.636-9.211,3.424c-7.445,4.001-15.91,2.24-22.483,8.085 c-1.729,1.533-2.276,2.129-4.395,2.809c-1.852,0.595-3.048-0.083-4.322,1.982c-1.809,2.919,2.482,9.481,4.323,11.827 c0.886,1.129,7.808,4.053,7.557,4.718c-0.422,1.107-0.739,2.235-1.103,3.455c12.571-4.572,11.305,20.019,2.789,21.584 c-2.821,0.52-3.878-2.753-5.323-4.727c-0.849-1.162-1.96-2.187-2.413-3.519c-0.212-0.614,0.031-2.414-0.297-2.902 c-1.298-1.922-2.701-0.36-4.523-1.574c-2.418-1.614-3.179-5.567-4.516-7.986c-1.788-3.276-4.189-6.102-6.71-8.842 c-2.411-2.629-4.884-5.461-4.402-8.896c0.802-5.679,4.985-14.549,10.918-16.015c7.295-1.802,14.818-3.087,21.48-6.748 c6.116-3.365,10.767-8.053,15.498-13.091c2.576-2.747,6.447-4.218,8.76-7.276c1.955-2.581,3.31-6.016,5.192-8.745 c1.744-2.545,3.992-4.586,5.721-7.195c1.324-2,2.1-4.584,3.598-6.516c2.003-2.574,4.516-3.267,6.357-5.983 c0.465-0.681-0.45-1.047,0.372-1.923c0.531-0.563,1.053-0.203,1.6-0.56c1.443-0.951,3.27-1.259,4.725-2.173 c-4.635,1.462-10.119,3.413-14.748,1.083c-4.023-2.027-6.052-6.858-10.831-7.944c-2.463-0.563-9.699,1.626-9.637-2.493 c0.085-4.978,12.157-0.779,14.329-1.505c-5.414-2.233-10.149-0.002-15.452-0.958c-0.188-2.451-0.657-5.417,1.119-7.142 c1.488-1.453,5.655-2.706,7.655-3.518c4.674-1.883,9.176-0.349,13.707-1.602c6.115-1.695,9.498-4.413,16.361-3.692 c3.368,0.354,7.5,2.152,10.472,0.223c3.037-1.969,4.342-6.89,6.279-9.788c0.695,1.687-0.025,3.63,2.175,4 c3.876,0.645,9.603-8.235,11.449-10.847c2.763-3.901,5.229-7.709,7.72-11.714c1.495-2.408,3.697-7.17,6.34-8.267 c0.896,5.556-5.132,11.174-4.279,16.726c4.705-0.779,8.952-7.164,13.047-9.034c-2.317,5.535-7.391,10.149-10.812,15.109 c-1.616,2.337-3.52,7.567-5.981,9.105c-1.036,0.649-3.83,0.754-5.223,1.285c-1.576,0.597-3.134,1.211-4.637,2.003 c-2.203,1.166-5.299,2.475-6.461,4.729c9.582-1.799,15.819,0.611,23.187,7.133c-1.406-0.39-3.12,1.475-4.286,2.55 c-2.396,2.184-4.396,3.302-7.242,4.803c-2.213,1.163-5.319,2.558-7.78,2.922c-3.426,0.511-6.236-1.417-9.53-1.961 c5.922,3.071-0.38,15.469-2.106,19.774c-2.724,6.792-6.29,12.974-9.237,19.624c-2.169,4.895-3.475,10.953-3.926,16.387 c-1.235,15.09,5.585,27.997,13.56,40.127C389.188,252.621,391.027,257.093,392.691,261.561z"
id="path282" />
<path fill="#391810"
d="M346.182,223.04c1.038,0.312,2.114,0.173,3.069-0.356c-0.944,2.139-2.327,8.911-0.263,9.744 c1.612,2.68,2.399,5.69,4.729,7.793c0.045-0.646,0.417-1.243,0.481-1.846c1.261,2.651,1.346,4.444,3.292,6.654 c3.089,3.497,7.589,4.667,10.674,7.632c-3.081-1.873-16.542-16.116-13.931-20.675c-0.16,0.291-0.736,0.969-0.778,1.035 c0.801-5.254,0.512-11.694-1.355-16.756c-1.824,1.607-2.882,4.437-4.72,5.975"
id="path284" />
<path fill="#391810"
d="M349.389,152.986c1.118,0.598,2.458,0.539,3.577,0.045c-0.165,0.423-0.258,0.901-0.313,1.349 c1.765,0.328,9.87,6.294,10.496,2.06c2.875-0.585,7.582-1.308,7.838-5.041c1.411,0.393,2.975,0.124,4.429,0.23 c-0.591,4.376,0.753,5.856,3.848,8.964c-1.182,1.366-0.478,4.823,0.036,6.375c1.171,3.555,1.036,3.738-0.748,6.557 c-1.983,3.142-1.604,7.514-2.717,10.974c-0.021-0.356-0.01-0.686-0.049-1.039c-4.013,1.348-3.773,8.258-5.857,11.144 c-0.339-3.218-4.255-3.298-5.347-5.589c-1.089-2.288,0.794-4.861,2.032-6.816c3.217-5.085,8.69-4.394,10.337-11.078 c3.12,1.386,1.632-4.579,1.32-5.858c-0.761-3.017-2.131-3.992-5.19-4.73c0.84-1.148,1.64-2.524,2.022-3.818 c-1.451,0.746-2.537,2.583-4.147,3.571c-2.251,1.382-5.235,2.088-7.976,1.817c-2.988-0.301-5.953-1.596-8.378-3.345 c-2.271-1.643-3.479-4.104-5.982-5.336c0.009-0.878,0.506-0.932,1.171-1.234"
id="path286" />
<path fill="#391810"
d="M363.427,140.979c-1.053,0.743-1.857,1.589-1.971,2.732c4.333,1.376,10.285,0.917,14.761,1.625 c-0.216-2.041-2.455-2.497-3.682-3.869c-0.997-1.117-0.215-2.028-1.895-2.999c-3.06-1.779-5.409,1.423-7.615,2.909"
id="path288" />
<path fill="#391810"
d="M392.303,138.575c-2.321,1.719-5.793,3.793-5.147,7.167c1.566-0.754,2.982,0.35,3.839,1.61 c1.343-4.041,7.103-5.458,10.917-4.77c3.988,0.714,5.958,3.322,1.762,6.028c3.011-0.698,8.016-2.958,9.842-5.544 c-4.464-2.007-8.116-3.956-13.207-4.798c-1.796-0.299-4.184-0.744-6.005-0.514c-1.3,0.165-3.275,1.534-3.201,1.223"
id="path290" />
<path fill="#391810"
d="M374.653,229.448c0.333,12.249,11.147,22.023,14.368,33.329c1.18,4.137-0.513,7.085,0.182,11.095 c1.158,6.669,1.541,13.266,1.961,20c1.318-1.176,2.897-0.938,3.644,0.793c2.935-2.158-0.48-16.225-0.911-19.985 c-0.622-5.384-1.647-11.379-4.497-16.1c-2.703-4.505-5.199-8.699-7.837-13.428c-2.421-4.333-5.664-8.252-6.909-13.304"
id="path292" />
<path fill="#391810"
d="M389.892,322.318c0.03,4.394,0.328,8.639,2.787,12.423c0.677,1.039,1.753,1.548,2.365,2.779 c0.515,1.051,0.34,2.458,0.966,3.589c1.851-2.359,1.695-3.435,0.72-5.842c-2.251-5.545-6.243-9.058-6.035-15.351"
id="path294" />
<path fill="#391810"
d="M301.662,258.67c2.688,5.996,8.044,0.343,10.668-2.059c-1.519,4.568-3.958,6.7-2.204,11.561 c-0.958-2.711-1.262-4.89-3.648-5.899c-1.984-0.835-5.282,0.849-4.815-3.204"
id="path296" />
</g>
<g id="g298">
<path fill="#FFFFFF" stroke="#000000" stroke-width="1.2021"
d="M76.465,165.396c-3.438,8.477,10.613,13.384,14.967,19.545 c-0.336-0.182-0.686-0.259-1.061-0.229c1.737,3.153,3.924,5.485,5.478,8.892c1.873,4.103,3.375,8.296,5.732,12.152 c2.472,4.051,6.25,8.008,8.153,12.342c1.626,3.726-0.2,7.16,0.943,10.843c-4.753,0.323-11.042-4.032-14.287-6.105 c2,1.906,4.245,3.664,7.053,3.896c0.439,6.918,0.38,14.098-2.156,20.327c-3.261,8.036-9.657,14.873-11.969,22.889 c1.357-0.852,2.863-1.519,4.379-1.93c-1.872,0.505-2.386,4.781-3.466,6.032c-1.476,1.705-3.902,2.679-5.816,4.02 c-4.376,3.07-8.509,6.888-11.909,11.01c9.04,19.262-12.554,37.886-19.538,54.438c0.218-11.768-0.529-23.825,3.024-35.224 c2.17-6.954,7.689-13.164,6.124-19.727c2.939,0.139,4.533,3.318,7.559,3.439c-10.122-4.05-4.533-11.943,0.757-17.326 c12.333-12.569,16.568-26.025,14.417-43.199c-0.415-3.309-1.504-4.393-2.37-7.19c-2.012-6.498-1.581-14.335-2.395-21.095 c-1.246-10.361-5.434-12.77-10.9-21.194c-2.72-4.194-4.223-9.821-2.196-14.655c2.481-5.907,4.643-1.001,9.475-3.15"
id="path300" />
<path fill="#391810" stroke="#000000" stroke-width="1.2021"
d="M57.814,143.178c-1.173-7.455,1.812-16.299,1.803-24.106 c-1.653,5.265-7.271,11.289-8.423,18.105c-0.346,2.027-2.125,7.188-0.475,8.942c2.317,2.461,6.489-1.149,6.493-4.14"
id="path302" />
<path fill="#6B2808" stroke="#000000" stroke-width="1.2021"
d="M44.684,140.672c-0.897-9.572-0.992-13.437-9.126-19.079 c-5.626-3.899-10.892-7.367-10.142-14.964c4.549,0.249,5.678,5.576,10.647,5.834c0.355-3.235-0.932-6.298-0.403-9.438 c4.335,0.858,7.75,12.073,11.208,15.528c2.34,2.354,1.455,3.645,4.339,1.685c1.777-1.204,0.988-6.797,4.075-2.274 c2.288,3.349-0.139,15.157,0.094,19.255c0.169,2.896,2.989,11.498-2.807,11.88C47.9,149.412,48.567,141.843,44.684,140.672z"
id="path304" />
<path fill="#6B2808" stroke="#000000" stroke-width="1.2021"
d="M43.376,276.483c-0.682-0.42-1.37-0.499-2.061-0.24 c-3.763,6.397-6.047,11.678-6.961,19.319c-1.111,9.293,0.076,18.327-1.731,27.574c2.499-2.214,6.814-5.194,8.211-8.226 c1.434-3.126,0.535-6.91,0.718-10.31c0.239-4.284,2.276-7.488,3.055-11.267c1.186-5.763-1.173-12.283-1.231-18.054"
id="path306" />
<path fill="#6B2808" stroke="#000000" stroke-width="1.2021"
d="M23.707,141.38c2.628,3.935,11.193,3.685,15.247,5.591 c1.328,0.628,3.148,2.466,4.509,2.733c1.944,0.386,6.182-0.505,7.251-2.403c1.484-2.642-2.387-4.442-3.629-7.116 c-1.317-2.83-0.137-6.088-1.271-8.696c-1.721,1.361-2.559,3.26-2.909,5.443c-2.89-0.459-4.771-2.909-6.75-4.852 c-2.463-2.411-5.976-4.401-8.421-7.098c-1.648-1.82-4.171-7.036-5.613-3.226c-0.524,1.388,1.503,5.104,0.027,5.978 c-1.156,0.683-2.446-1.035-2.495-1.91c-2.723-0.187-5.08,0.167-7.25-1.563c-2.112-1.691-3.276-4.291-5.455-5.669 c-1.805,9.224,10.952,12.542,15.97,16.985C26.27,138.541,22.096,138.98,23.707,141.38z"
id="path308" />
<path fill="#732400" stroke="#000000" stroke-width="1.2021"
d="M63.83,138.257c5.186-1.381,5.936,0.562,10.825,1.918 c6.417,1.782,15.484-1.569,21.559,1.307c0.374,2.611,2.83,7.063,0.583,9.381c-1.572,1.625-8.437,0.723-9.633,0.723 c4.104-0.02,13.062-1.438,8.58,5.402c-2.695,4.11-8.053,2.624-11.928,4.338c-8.112,3.587-12.948,11.747-23.077,6.741 c3.761,2.182,8.742,2.894,12.64,1.005c-2.371,7.783,2.955,7.103,7.31,10.854c4.605,3.958,4.632,10.972,8.271,15.357 c3.292,3.959,9.637,5.109,14.106,7.188c5.9,2.745,10.595,7.349,16.108,10.192c5.984,3.084,10.138,7.073,16.875,8.637 c6.67,1.546,9.577,2.885,10.806,10.143c0.825,4.902,4.653,10.435,2.232,15.026c-2.468,4.686-8.656,7.476-11.997,11.964 c-2.364,3.17-3.069,14.764-7.553,12.716c-1.078,0.984-1.145,1.021-2.454,1.816c-0.396,3.193,0.436,4.525-1.142,7.269 c-1.375,2.39-4.068,4.008-5.683,6.24c-9.396-8.509-8.382-18.56,1.967-25.398c-0.307,3.098,0.446,7.316,2.29,9.784 c-2.492-2.114-1.823-5.742-1.641-8.7c4.292,0.622,2.641-2.498,3.518-4.898c1.002-2.725,1.553-3.071,3.595-5.375 c2.986-3.361,8.826-9.779,5.578-14.454c-2.425-3.497-8.35-0.766-12.78-1.818c-4.766-1.132-9.756-4.218-13.837-7.173 c-2.875-2.083-24.799-22.494-21.815-9.008c1.227,5.571,8.18,6.068,9.273,12.223c1.228,6.939-2.945,14.679-5.673,20.802 c-1.898,4.268-7.384,10.628-7.563,14.924c0.552,0.079,1.087,0.128,1.639,0.193c-1.041,4.435-8.701,10.224-12.409,12.653 c-5.188,3.401-5.754,3.759-4.193,9.895c2.851,11.197-6.11,21.514-9.659,32.021c-2.269,6.721-4.187,14.573-3.945,21.7 c0.083,2.34-0.019,4.627,0.401,6.893c0.828,4.455,3.308,8.71,3.618,13.485c0.322,4.954-0.702,13.139,2.298,17.354 c1.109,1.56,2.388,1.546,3.71,2.474c1.734,1.215,13.08,10.325,11.737,12.359c-2.689,4.07-10.391,4.962-14.978,4.386 c-6.857-0.836-5.247-7.895-11.908-9.737c-0.892-4.425,0.724-9.454,0.377-14.201c-0.377-5.174-1.722-10.837-3.309-15.848 c-1.643-5.174-4.382-9.423-6.634-14.31c-2.363-5.128-0.856-6.753,2.841-10.792c2.717-2.965,6.639-7.726,6.529-11.991 c-0.108-4.277-4.583-9.454-6.263-13.438c-2.292-5.426-3.399-10.674-2.67-16.588c0.496-4.021,2.158-7.233,1.853-11.448 c-0.282-3.804-2.336-7.539-0.844-11.33c1.493-3.806,6.2-7.263,8.514-10.851c3.959-6.146,6.619-12.492,9.128-19.331 c3.325-9.072-2.219-15.196-2.793-23.88c-0.139-2.072,0.288-3.978,0.397-5.991c0.545-10.048-6.157-17.178-9.376-26.481 c-2.898-8.382-3.666-17.504-1.638-26.17c-5.288-2.045-9.681,2.403-15.234,0.014c-2.007-0.864-11.073-12.663-9.149-12.756 c4.408-0.226,7.938-3.552,12.341-3.707c4.984-0.174,9.375,3.244,13.31,5.824C44.191,146.04,62.818,138.529,63.83,138.257z"
id="path310" />
<path fill="#391810"
d="M62.023,159.391c-0.762-0.639-1.617-1.082-2.569-1.333c1.034,3.551-0.548,4.456,3.803,6.304 c2.301,0.975,6.587,2.244,5.945-1.771c2.922,4.531,4.26-1.038,5.412-2.012c2.94-2.489,5.981-3.197,10.087-2.955 c-8.059-3.576-15.623,6.58-22.075,0.571"
id="path312" />
<path fill="#391810"
d="M74.562,146.286c-3.546-0.584-4.576-4.502-8.327-4.229c-0.09,0.142-0.699,1.52-0.52,1.605 c0.705,0.344,1.31,1.031,1.807,1.318c-1.677,1.076-3.248,2.194-3.833,4.068c3.442-0.947,7.092-0.29,10.279,1.275 C74.447,149.321,74.686,147.364,74.562,146.286z"
id="path314" />
<path fill="#391810"
d="M75.858,247.658c-4.269,4.718-2.891,10.055-1.335,15.487c0.917-8.265,2.706-10.784,7.221-17.272 c3.633-5.225,4.028-9.5,4.434-15.534c8.079,1.636,0.451-6.241-0.722-8.932c0.037,2.112,0.084,4.263-0.06,6.344 c-4.395-0.405-4.029,16.352-9.537,19.307"
id="path316" />
<path fill="#391810"
d="M51.195,172.002c-1.443,1.095-2.333,2.518-2.344,4.086c2.121,0.658,4.012,1.159,5.229,2.967 c0.207-2.28,0.179-4.688,0.036-6.977c-1.1-0.103-2.047,0.367-2.92,1.125"
id="path318" />
<path fill="#391810"
d="M54.804,185.21c-0.683,0.735-0.841,2.053-1.578,2.883c3.912,3.59,4.933,9.249,5.185,14.36 c0.01-4.909-0.551-10.038,1.146-14.619c-2.683,0.984-4.806-1.759-4.753-4.424"
id="path320" />
<path fill="#391810"
d="M48.189,334.725c-1.61,3.442-3.537,2.754-4.228,6.621c-0.389,2.18,1.531,3.698-0.493,5.831 c1.063,1.162,2.313,2.31,3.409,3.124c0.708-5.025-4.575-10.341,1.834-13.916c0.505-0.978-0.312-0.607-0.523-1.056"
id="path322" />
<path fill="#391810"
d="M61.716,388.356c-0.493,0.717-1.222,1.352-1.781,1.86c1.927,0.693,3.7-0.369,5.707,0.116 c2.127,0.515,5.431,2.237,6.651,4.036c-1.409-2.06-4.42-6.556-7.041-5.334c0.951-0.442-3.144-3.989-3.781-4.141 c0.779,0.182,0.564,2.724,0.364,3.204c-0.738,1.773-3.872,4.074-5.294,5.438c-1.119-0.929-2.806-1.758-3.839-2.902 c-0.655-0.729-0.859-0.367-1.151-1.281c-0.468-1.467,0.952-3.022,0.065-4.727c0.671,3.472,7.526,7.74,10.108,4.139"
id="path324" />
<path fill="#391810"
d="M36.457,294.194c-0.544,4.077-0.844,6.089,0.376,10.123c0.801,2.642,0.921,4.958,0.598,7.691 c-0.148,1.272-0.715,2.825-0.093,3.864c2.008-1.469,2.873-5.636,2.517-7.938c-0.33-2.113-1.211-3.928-1.902-5.905 c-0.844-2.419-0.46-4.871-1.193-7.231"
id="path326" />
<path fill="#391810"
d="M27.934,146.785c4.035,1.151,8.889,1.461,11.429,5.394c4.544-1.706,5.215,5.293,7.992,6.615 c0.088-1.308-0.01-2.638,0.072-3.952c0.11-1.769,0.867-3.372,1.024-5.092c0.197-2.162-0.966-1.713-3.021-2.011 c-4.096-0.596-6.665-4.046-10.689-4.56c-2.645-0.333-4.108,0.742-6.249,1.963c-1.681,0.957-3.165,0.681-4.938,0.67 c-0.18,1.673,3.287,0.746,4.379,1.172"
id="path328" />
</g>
</g>
<g id="g330">
<g id="g332">
<g id="g334">
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M250.837,80.565c-0.205-0.971-0.393-1.948-0.549-2.932 c-3.994,0.73-6.858,4.46-11.081,4.88c-2.988,0.302-6.964,0.857-9.981,0.502c-6.291-0.732-10.302-0.888-16.561,1.126 c-6.988,2.256-12.264,3.542-19.005,0.887c-2.387-0.941-5.221-0.644-7.527-1.83c-0.554-0.286-5.064-4.165-3.524-4.92 c-1.98,0.974-3.633,3.285-4.715,5.155c4.128,4.535,6.11,7.753,12.653,7.646c-1.734-0.626-4.226-1.117-6.216-0.762 c0.174,1.937-0.813,3.767-1.088,5.55c3.842,1.646,7.633,3.606,11.48,5.456c3.211-3.077,5.338-7.467,9.483-9.784 c3.181-1.78,8.526-3.698,12.15-4.083c7.903-0.837,12.929,6.489,17.988,11.085c-3.778-3.434,13.481-2.904,11.613-0.382 c1.467-1.985,1.282-4.849,3.248-6.427c-2.168-2.354-5.762-0.986-8.367-2.276c2.453-1.625,5.337-2.433,7.966-3.687 C252.063,84.217,251.689,84.588,250.837,80.565z"
id="path336" />
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M209.538,47.024c2.71-3.732-1.838-9.315-5.188-10.917 c-4.185-1.999-7.46-1.889-11.283,0.38c-0.758-10.936,10.936-11.507,17.542-6.236c-2.726-1.45-5.666-3.239-8.29-4.92 c-3.267-2.102-4.225-5.222-8.382-3.98c4.081-9.942,19.575-6.367,19.992,3.546c1.392-4.074,3.861-6.711,8.446-7.104 c4.866-0.42,6.19,3.392,9.593,5.523c-2.725,0.056-6.177,0.795-8.412,2.471c-2.966,2.233-3.823,5.701-8.287,5.246 c3.941-1.195,6.728-5.509,11.032-4.833c4.365,0.683,5.811,4.221,6.852,7.867c-8.125-2.175-9.77,4.508-13.274,9.762 c-1.662,2.497-9.121,5.346-9.935,0.792"
id="path338" />
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M241.318,41.447c1.187,1.578,5.087,5.212,5.552,7.188 c0.7,3.013-3.032,4.593-5.552,5.916c-1.42,0.742-6.072,3.468-7.717,3.188C225.934,56.43,240.977,43.015,241.318,41.447z"
id="path340" />
<radialGradient id="XMLID_10_" cx="253.0488" cy="85.874" r="16.6817"
gradientTransform="matrix(1.0501 0 0 1.0481 -5.4221 -16.4509)" gradientUnits="userSpaceOnUse">
<stop offset="0.0056" style="stop-color:#71190B" id="stop343" />
<stop offset="0.0686" style="stop-color:#871509" id="stop345" />
<stop offset="0.1862" style="stop-color:#A90F06" id="stop347" />
<stop offset="0.3117" style="stop-color:#C50904" id="stop349" />
<stop offset="0.4458" style="stop-color:#DB0502" id="stop351" />
<stop offset="0.5923" style="stop-color:#EB0201" id="stop353" />
<stop offset="0.7606" style="stop-color:#F40100" id="stop355" />
<stop offset="1" style="stop-color:#F70000" id="stop357" />
</radialGradient>
<path fill="url(#XMLID_10_)" stroke="#000000" stroke-width="1.2021"
d="M258.071,60.634c-0.573-3.009-4.163-3.831-6.821-3.211 c-4.71,1.1-2.416,3.78-3.992,6.835c-1.247,2.421-4.083,2.583-4.448,6.276c-0.369,3.671,1.729,8.021,5.994,7.373 c-2.436,4.247,0.651,9.092,5.609,7.697c-0.87,2.371,0.696,4.218,2.854,5.041c3.234,1.234,3.822-0.934,6.419-1.55 c0.411-0.094,1.807,0.931,2.807,0.683c1.295-0.324,2.034-1.447,2.789-2.345c1.688-1.969,1.926-3.85,2.487-6.331 c5.252,1.302,9.077-10.736,2.879-10.919c2.635-3.417-1.717-7.483-5.296-7.206c2.32-5.52-9.128-10.577-10.981-3.177 c-0.479-0.083-0.224-0.362-0.299-0.768"
id="path359" />
<radialGradient id="XMLID_11_" cx="171.4756" cy="91.8794" r="10.5365"
gradientTransform="matrix(1.0501 0 0 1.0481 -5.4221 -16.4509)" gradientUnits="userSpaceOnUse">
<stop offset="0.0056" style="stop-color:#71190B" id="stop362" />
<stop offset="0.0686" style="stop-color:#871509" id="stop364" />
<stop offset="0.1862" style="stop-color:#A90F06" id="stop366" />
<stop offset="0.3117" style="stop-color:#C50904" id="stop368" />
<stop offset="0.4458" style="stop-color:#DB0502" id="stop370" />
<stop offset="0.5923" style="stop-color:#EB0201" id="stop372" />
<stop offset="0.7606" style="stop-color:#F40100" id="stop374" />
<stop offset="1" style="stop-color:#F70000" id="stop376" />
</radialGradient>
<path fill="url(#XMLID_11_)" stroke="#000000" stroke-width="1.2021"
d="M172.24,63.437c4.274-4.476,8.603-0.177,8.883,4.752 c5.711-0.348,8.006,5.193,6.055,9.668c-0.336,0.775-1.345,0.608-1.63,1.276c-0.28,0.655,0.102,2.822-0.074,3.811 c-0.402,2.257-2.276,6.491-5.063,5.363c2.292,7.853-9.674,9.395-11.039,2.012c-2.399,0.473-4.328,1.309-6.846-0.049 c-3.2-1.727-4.866-5.83-3.441-9.248c0.694-1.665,1.431-0.936,1.53-2.771c0.071-1.323-1.383-3.016-1.22-4.803 c0.271-2.904,2.037-5.929,5.184-4.847c-0.79-2.381-0.534-5.876,2.446-6.683c2.325-0.627,5.043,2.413,6.821,0.319"
id="path378" />
<radialGradient id="XMLID_12_" cx="247.0977" cy="54.0684" r="11.5582"
gradientTransform="matrix(1.0501 0 0 1.0481 -5.4221 -16.4509)" gradientUnits="userSpaceOnUse">
<stop offset="0.0056" style="stop-color:#71190B" id="stop381" />
<stop offset="0.0686" style="stop-color:#871509" id="stop383" />
<stop offset="0.1862" style="stop-color:#A90F06" id="stop385" />
<stop offset="0.3117" style="stop-color:#C50904" id="stop387" />
<stop offset="0.4458" style="stop-color:#DB0502" id="stop389" />
<stop offset="0.5923" style="stop-color:#EB0201" id="stop391" />
<stop offset="0.7606" style="stop-color:#F40100" id="stop393" />
<stop offset="1" style="stop-color:#F70000" id="stop395" />
</radialGradient>
<path fill="url(#XMLID_12_)" stroke="#000000" stroke-width="1.2021"
d="M256.063,24.207c-1.73-0.388-3.461,0.146-4.945,1.067 c-0.96,0.596-2.052,2.499-2.819,2.809c-1.2,0.487-3.532-0.63-5.146-0.027c-1.686,0.625-3.076,1.895-3.891,3.486 c-0.631,1.228-0.246,9.332,2.602,7.478c-2.966,1.932-0.945,7.962,1.281,9.604c3.261,2.405,6.523-0.468,10.046-0.338 c-0.107,3.149-1.106,9.972,4.076,9.057c4.851-0.855,5.282-7.183,5.184-10.987c1.046,1.403,4.073,1.861,5.661,1.081 c2.665-1.306,2.638-5.771,2.405-8.308c-0.436-4.774-3.931-15.05-10.361-9.759C260.385,26.638,258.439,24.747,256.063,24.207z"
id="path397" />
<radialGradient id="XMLID_13_" cx="179.8784" cy="54.8301" r="7.8734"
gradientTransform="matrix(1.0501 0 0 1.0481 -5.4221 -16.4509)" gradientUnits="userSpaceOnUse">
<stop offset="0.0056" style="stop-color:#71190B" id="stop400" />
<stop offset="0.0686" style="stop-color:#871509" id="stop402" />
<stop offset="0.1862" style="stop-color:#A90F06" id="stop404" />
<stop offset="0.3117" style="stop-color:#C50904" id="stop406" />
<stop offset="0.4458" style="stop-color:#DB0502" id="stop408" />
<stop offset="0.5923" style="stop-color:#EB0201" id="stop410" />
<stop offset="0.7606" style="stop-color:#F40100" id="stop412" />
<stop offset="1" style="stop-color:#F70000" id="stop414" />
</radialGradient>
<path fill="url(#XMLID_13_)" stroke="#000000" stroke-width="1.2021"
d="M193.557,28.147c-0.288-4.09-1.012-5.93-5.363-5.89 c-0.558,0.008-6.486,0.678-5.196,1.811c-2.93-2.579-7.443,2.792-8.759,4.933c-0.388,0.621,0.117,1.669-0.346,2.432 c-0.38,0.631-2.214,1.213-2.865,1.972c-1.52,1.775-0.968,3.499-1.574,5.21c-0.53,1.485-1.726,2.306-2.023,4.005 c-0.336,1.917,0.56,2.345,0.63,3.685c0.168,3.245-1.358,7.304,4.116,6.775c-0.423,3.647,1.111,5.389,4.858,5.161 c2.34-0.141,2.999-1.413,4.852-2.008c0.62-0.199,0.282-1.236,1.197-1.258c0.625-0.018,0.59,1.172,1.186,1.265 c4.353,0.705,6.233,0.463,9.14-4.001c1.602-2.461,5.079-8.851,2.143-11.128C199.991,39.448,200.582,27.713,193.557,28.147z"
id="path416" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M254.464,85.454c2.412-2.08,3.461-5.281,4.809-7.607" id="path418" />
<path fill="none" stroke="#000000" stroke-width="1.2021" d="M262.884,89.057c0.684-2,0.706-4.802,0-6.803"
id="path420" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M248.041,77.847c1.911-1.484,4.383-1.898,6.423-3.202" id="path422" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M246.84,64.639c2.937-0.342,5.624,2.2,7.219,4.403" id="path424" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M257.267,59.033c1.536,2.384,2.122,5.598,2.006,8.406" id="path426" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M268.899,62.636c-1.105,2.455-3.366,4.134-5.214,6.005" id="path428" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M273.714,70.239c-2.375,0.054-4.711,0.967-6.82,2.003" id="path430" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M272.102,81.45c-2.174-1.389-4.081-3.168-6.815-3.2" id="path432" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M248.45,30.212c3.166,0,2.788,6.973,4.003,9.207" id="path434" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M259.272,28.609c0.91,2.35-1.756,6.604-3.21,8.407" id="path436" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M242.027,41.017c3.146,0.056,6.409-0.396,9.624-0.396" id="path438" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M252.453,48.625c0.55-1.968,0.769-4.349,0.801-6.404" id="path440" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M262.48,46.622c-0.557-3.425-4.893-5.199-8.017-4.802" id="path442" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M194.298,28.609c-3.751,2.318-7.134,5.051-7.219,10.005" id="path444" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M183.471,23.404c-1.724,3.818-1.138,9.41,1.204,12.811" id="path446" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M173.444,30.611c2.075,1.993,5.607,3.938,6.419,6.805" id="path448" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M169.435,38.218c2.308,0.004,5.052-0.469,7.217,0.396" id="path450" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M167.429,45.023c4.037-1.807,9.045-4.857,13.23-2.403" id="path452" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M171.837,54.23c2.471-3.875,4.702-7.779,9.63-8.806" id="path454" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M183.471,55.031c-1.015-3.54-1.353-8.039,0.804-11.211" id="path456" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M195.102,42.62c-2.329-1.395-7.599-0.812-9.226,1.2" id="path458" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M167.829,92.26c1.534-3.775,2.863-7.005,6.415-9.209" id="path460" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M159.807,80.25c3.574-1.515,8.098-0.339,11.632,0.803" id="path462" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M164.617,68.642c1.687,3.162,4.617,6.066,7.623,8.005" id="path464" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M173.043,63.437c0.013,4.38-0.529,9.075,1.2,13.21" id="path466" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M181.869,69.44c-1.171,3.255-4.531,5.448-6.017,8.809" id="path468" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M179.056,85.053c-1.26-1.046-2.213-2.116-2.804-3.604" id="path470" />
<path fill="#73B642" stroke="#000000" stroke-width="1.2021"
d="M218.464,31.933c0.521,2.345,1.979,6.806,0.811,9.084 c-1.342,2.619-4.451,2.218-6.544,0.512c-4.727-3.847-1.935-11.309-2.889-16.523c-0.51-2.771-1.581-5.167-0.821-8.086 c1.069-4.109,5.167-10.948,9.995-11.293c0.057,1.916-1.777,2.985-2.507,4.663c-0.93,2.158-0.807,4.974-0.692,7.266 C216.07,22.44,217.41,27.184,218.464,31.933z"
id="path472" />
<path fill="#F7A639" stroke="#000000" stroke-width="1.2021"
d="M195.024,49.818c-5.616,8.022-6.068,19.386-3.835,28.731 c2.299,9.601,6.602,16.132,15.433,20.505c12.598,6.238,26.385-0.036,31.685-12.478c5.511-12.947,5.05-29.389-4.37-40.458 C222.256,32.413,204.886,35.727,195.024,49.818z"
id="path474" />
</g>
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M191.029,78.948c2.635,0.098,5.12,2.668,7.222,3.995 c3.742,2.362,7.239,5.383,10.727,8.106c4.321,3.364,8.191,7.178,12.54,10.317"
id="path476" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M189.83,67.339c8.711,2.374,16.673,8.936,23.566,14.502 c5.645,4.556,12.177,9.32,16.542,15.125"
id="path478" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M192.239,55.73c4.061,2.968,9.337,4.692,13.735,7.207 c4.783,2.734,9.443,6.062,13.943,9.305c6.465,4.655,10.917,11.483,16.836,16.314"
id="path480" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M197.448,47.326c17.35,3.859,31.707,19.257,43.318,31.223" id="path482" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M206.675,39.719c8.238,3.263,15.008,8.176,21.66,14.001 c4.047,3.54,10.966,7.905,13.237,12.82"
id="path484" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M191.029,76.947c2.302-3.614,3.142-8.447,4.898-12.399 c2.006-4.516,4.118-9.019,6.729-13.219c2.435-3.928,5.409-10.866,9.628-13.211"
id="path486" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M195.421,89.225c5.084-11.29,9.006-20.998,14.976-31.878 c2.36-4.299,9.097-18.243,13.925-18.828"
id="path488" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M200.661,96.163c3.039-4.237,4.72-10.417,7.203-15.11 c3.456-6.517,6.95-12.94,10.777-19.248c3.53-5.819,7.422-13.067,12.897-17.283"
id="path490" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M208.277,100.165c6.127-11.71,11.513-23.919,18.152-35.435 c2.424-4.209,6.196-11.226,9.924-13.401"
id="path492" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M216.7,101.768c1.479-4.585,5.092-8.624,7.322-12.901 c2.616-5.009,4.931-10.148,7.628-15.128c1.715-3.164,3.729-6.217,5.3-9.452c1.136-2.33,1.507-5.225,3.017-7.354"
id="path494" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M227.13,98.162c4.278-5.051,6.931-11.974,9.62-17.931 c1.695-3.74,3.765-7.63,4.416-11.69"
id="path496" />
<path fill="none" stroke="#000000" stroke-width="1.2021"
d="M218.709,37.717c6.699,4.822,12.753,9.877,18.853,15.212" id="path498" />
</g>
<g id="g500">
<path fill="#FFFFFF" stroke="#000000" stroke-width="1.2021"
d="M262.537,182.895c1.903,2.186,6.574,3.486,9.362,4.006 c3.312,0.616,3.391-0.245,3.59-4.103c0.137-2.596-0.131-3.898-1.971-5.962c2.911,2.141,2.252,2.771,5.869,2.771 c2.828,0,5.261,0.608,7.98-0.47c-0.579-2.195-0.414-4.909-1.121-7.135c-0.908-2.834-1.922-3.049-4.719-4.445 c1.237,0.497,2.662,0.608,3.811,1.202c0.29-1.936,0.558-8.118-0.303-9.988c-1.306-2.841-4.322-3.324-6.611-4.797 c-2.897-1.862-4.906-4.937-6.362-8.015c-1.077-2.275-2.202-5.91-4.204-7.602c-2.918-2.468-7.966-1.72-11.217-4.358 c-1.638,3.103,0.198,6.66-0.062,10.049c-0.365,4.673-0.932,9.283-1.147,13.976c-0.214,4.435,1.945,8.094,3.103,12.223 C259.648,174.247,259.691,179.621,262.537,182.895z"
id="path502" />
<g id="g504">
<path fill="#FFFFFF" stroke="#000000" stroke-width="1.2021"
d="M167.373,126.272c-5.366,0.799-15.385-1.206-18.242-6.585 c-3.181-5.975,2.787-14.387,9.474-11.327c0.079-8.083-8.463-8-12.989-3.227c11.769-10.729,8.854-20.275,2.467-32.219 c1.656,7.306-7.411,11.608-11.091,16.221c-4.6,5.771-6.271,22.699,3.389,25.564c-6.03-3.965-7.685-8.06-10.607-14.447 c-5.127-11.2-15.746-24.591-29.528-24.146c-8.202,0.268-18.901,5.494-20.236,14.448c-1.034,6.949,3.99,10.391,9.956,11.676 c4.761,1.03,11.083,2.198,15.439,4.163c4.598,2.068,8.599,8.365,11.516,12.275c8.35,11.215,22.641,16.081,36.316,13.697 c2.601-0.455,15.08-3.189,13.337-6.892"
id="path506" />
<path fill="#6BC3FF" stroke="#000000" stroke-width="1.1895"
d="M264.229,121.582c7.327,2.865,19.666-0.982,18.173-10.941 c-0.76-5.044-8.807-6.228-11.093-1.66c-0.231-3.851-0.289-7.846,3.239-10.236c3.33-2.259,8.826-1.008,10.797,2.589 c-1.774-2.684-5.632-2.626-6.973-5.071c-1.06-1.934-0.83-7.915-0.323-10.04c1.717-7.166,14.9-9.031,14.467-16.671 c-2.794,8.556,2.326,13.732,4.109,21.897c0.835,3.8,1.509,7.94,1.121,11.897c-0.44,4.393-2.674,7.263-4.29,10.892 c5.742-8.067,8.168-17.738,15.166-24.892c7.827-8.004,21.06-22.628,33.211-13.831c4.372,3.163,7.5,10.214,5.736,15.552 c-1.507,4.558-6.201,6.155-10.134,7.875c-8.7,3.803-13.755,12.679-20.465,18.925c-3.237,3.012-6.825,5.542-10.427,8.019 c-7.308,5.025-17.153,4.664-25.625,5.621c-2.997,0.339-6.14,1.494-9.102,0.493c-3.805-1.285-5.546-5.912-9.349-6.944 c-2.164-0.589-3.955,1.292-5.993-0.481c-1.72-1.509-1.901-4.531,0.313-5.549C259.076,117.975,262.261,120.811,264.229,121.582z"
id="path508" />
<path fill="#6BC3FF" stroke="#000000" stroke-width="1.1895"
d="M167.711,122.732c-4.185-0.835-7.691,1.769-11.987-0.452 c-4.781-2.469-5.188-6.055-4.896-10.913c-0.091,1.518-2.703,3.885-2.983,5.934c-0.343,2.574,0.344,5.122,1.611,7.353 c2.705,4.742,8.626,7.248,13.941,5.834C165.047,130.045,170.346,123.253,167.711,122.732z"
id="path510" />
<path fill="#FFFFFF" stroke="#000000" stroke-width="1.2021"
d="M349.847,97.126c0.323-2.561,0.657-5.121,0.72-7.709 c0.283-10.633-8.291-18.159-18.521-16.806c4.194,1.415,8.2,1.721,10.413,6.126c1.943,3.864,1.051,8.343-2.195,11.192 c-2.097,1.831-4.908,3.208-7.734,3.202c-0.801-0.005-7.985-2.768-6.834-3.625c-3.122,2.339-1.832,6.539,0.892,8.768 c2.576,2.11,5.869,2.024,8.378,1.448c-4.952,2.718-10.851,0.979-13.093,7.807c-1.569,4.787-0.379,11.674-0.023,16.686 c4.306,0.269,8.054-0.007,11.859-2.245c4.698-2.771,5.731-5.496,8.172-9.965c-3.057,4.729,2.38,8.446,2.443,12.938 c-0.015-1.072,2.133-3.657,2.603-4.793c0.671-1.621,1.174-3.31,1.547-5.022c0.95-4.327,0.462-8.37,0.785-12.677 C349.396,100.665,349.618,98.896,349.847,97.126z"
id="path512" />
<path fill="#6BC3FF" stroke="#000000" stroke-width="1.1895"
d="M105.501,90.686c4.432,4.75-0.253,15.947-6.187,17.091 c11.657-3.911,6.699,15.781,9.474,20.441c-8.063,0.497-19.624,1.945-23.872-6.627c3.26,5.067,3.085,11.152-3.701,13.036 c-0.442-5.251-2.992-8.317-4.992-13.159c-1.44-3.479-2.286-10.582,1.958-12.38c-0.644-2.573-3.439-10.97,0.084-12.504 c0.288-4.004-0.583-8.017,1.577-11.674c4.175-7.066,11.136-5.961,17.713-8.932c-3.537,4.655-8.69,7.396-4.345,13.696 c1.335,1.933,3.479,3.733,5.881,4.058C99.936,93.846,106.641,91.909,105.501,90.686z"
id="path514" />
<g id="g516">
<path fill="#6BC3FF" stroke="#000000" stroke-width="1.1895"
d="M184.44,178.507c-3.746,3.438-9.55,7.674-9.012,13.416 c-0.871-3.603-2.565-6.63-1.2-10.353c1.36-3.696,5.188-5.719,7.106-9.125c-4.014,4.208-6.569,11.34-13.205,12.08 c-5.095,0.567-10.215-2.065-15.18-2.459c1.495-1.469,3.413-2.172,4.728-3.912c1.855-2.447,2.782-5.522,4.437-8.07 c1.801-2.767,4.033-4.658,6.75-6.34c1.678-1.035,4.086-2.31,4.948-4.059c-2.552,3.2-10.791,8.502-14.511,3.809 c0.477,0.603,1.216-4.075,1.231-4.239c0.165-1.874,0.444-3.75,0.908-5.572c0.878-3.452,2.408-7.182,5.547-9.17 c3.009-1.901,5.497-1.5,8.924-1.733c2.651-0.183,3.386-0.857,5.067,1.351c1.382,1.816,2.162,4.14,3.195,6.163 c1.453,2.849,3.391,5.458,4.73,8.364C191.977,165.316,189.652,173.71,184.44,178.507z"
id="path518" />
<path fill="#6BC3FF" stroke="#000000" stroke-width="1.1895"
d="M166.414,134.665c2.219-2.676,1.284-4.096,1.136-7.004 c-2.097,0.563-4.122,0.754-6.3,0.835c-2.036,0.069-3.876,0.723-5.894,1.147c-3.363,0.707-6.917,1.703-9.71,3.815 c-3.792,2.862-4.806,9.091-8.934,11.131c5.311,2.244,7.961,0.661,11.858-3.227c-7.335,6.268-8.079,20.17,0.875,25.711 c-1.159-3.502,3.41-8.669,5.475-11.016c2.344-2.663,4.127-5.446,6.065-8.374c1.113,2.604-1.757,5.228-1.818,7.707 c-0.052,2.092,1.634,3.932,1.497,6.198c3.337-2.958,6.494-5.567,7.553-10.33c0.889-4.028,0.043-11.127,3.192-14.204 c-2.622,0.65-5.282,0.985-7.699,2.417c-4.208,2.493-7.815,7.014-10.592,10.977c2.878-7.453,10.287-9.666,16.185-13.39 c-4.87,0.71-11.04,1.854-15.169,4.714C158.167,139.821,163.462,138.228,166.414,134.665z"
id="path520" />
<g id="g522">
<g id="g524">
<linearGradient id="XMLID_14_" gradientUnits="userSpaceOnUse" x1="191.5625" y1="177.1738"
x2="263.846" y2="195.847">
<stop offset="0" style="stop-color:#FFE000" id="stop527" />
<stop offset="0.0843" style="stop-color:#BDDFD6" id="stop529" />
<stop offset="0.264" style="stop-color:#C6F7FF" id="stop531" />
<stop offset="0.9663" style="stop-color:#FDFBE6" id="stop533" />
</linearGradient>
<path fill="url(#XMLID_14_)" stroke="#000000" stroke-width="1.2021"
d="M204.001,163.796 c5.536-0.626,9.848-0.682,14.923,1.319c4.581,1.808,7.762,2.675,12.871,1.847c9.394-1.528,19.484-7.644,28.5-1.465 c3.019,2.067,8.079,7.407,8.079,11.512c0,4.479-0.038,9.179-1.07,13.565c-0.374,1.589-0.644,3.856-1.374,5.313 c-0.37,0.743-3.67,2.698-3.547,2.087c0.921-4.29,1.763-9.286,0.849-13.636c-1.192-5.661-5.395-7.152-10.897-7.338 c-5.106-0.174-10.841,3.601-15.088,6.213c-6.755,4.155-13.19,9.202-18.811,14.81c-6.917,6.903-31.28,8.404-31.28,8.404 s-10.225-24.021,7.819-35.426L204.001,163.796z"
id="path535" />
<linearGradient id="XMLID_15_" gradientUnits="userSpaceOnUse" x1="169.709" y1="144.8687"
x2="251.5234" y2="144.8687">
<stop offset="0" style="stop-color:#BDDFD6" id="stop538" />
<stop offset="0.2247" style="stop-color:#C6F7FF" id="stop540" />
<stop offset="0.9663" style="stop-color:#FDFBE6" id="stop542" />
</linearGradient>
<path fill="url(#XMLID_15_)" stroke="#000000" stroke-width="1.2021"
d="M169.709,138.575c0,0,25.267,31.43,25.267,49.238 h7.224c0,0,33.203-25.021,49.324-25.021v-38.028c0,0-5.408-21.614-37.896-21.614 C213.627,103.149,179.334,91.739,169.709,138.575z"
id="path544" />
</g>
<path fill="#F9E255" stroke="#000000" stroke-width="1.2021"
d="M164.295,140.379c0,0,25.266,24.616,26.159,45.97l4.811,1.8 c0,0,2.118-21.353-26.154-49.575L164.295,140.379z"
id="path546" />
<polygon fill="#F9E255" stroke="#000000" stroke-width="1.2021"
points="252.134,161.994 252.134,124.764 259.648,132.272 259.648,164.396 "
id="polygon548" />
<path fill="#F9E255" stroke="#000000" stroke-width="1.2021"
d="M167.426,128.423h8.598c0,0,7.82-14.467,12.336-18.968 l-9.02,0.006C179.34,109.461,169.325,124.085,167.426,128.423z"
id="path550" />
<linearGradient id="XMLID_16_" gradientUnits="userSpaceOnUse" x1="171.0381" y1="136.0596"
x2="190.8896" y2="127.6377">
<stop offset="0" style="stop-color:#A52410" id="stop553" />
<stop offset="1" style="stop-color:#420E06" id="stop555" />
</linearGradient>
<path fill="url(#XMLID_16_)" stroke="#000000" stroke-width="2.4041"
d="M168.007,127.236h41.112 c0,0-16.85,17.345-46.026,11.041C163.092,138.277,160.801,133.823,168.007,127.236z"
id="path557" />
<path fill="#F9E255" stroke="#000000" stroke-width="1.2021"
d="M211.219,115.156c0,0,19.85-4.199,22.864-7.202l5.414,5.403 l-22.86,5.402c0,0-0.603,6.004-7.829,13.212l19.858-7.208l4.807,4.807c0,0-37.897,16.812-73.991,10.207 c0,0,0.941-2.633,2.408-6.41c3.148-8.118,8.729-21.521,12.633-25.413h6.015c0,0-11.73,14.109-16.243,28.221 C164.295,136.175,204.302,144.281,211.219,115.156z"
id="path559" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="176.34" y1="146.557" x2="205.203"
y2="146.557" id="line561" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="179.516" y1="150.67" x2="194.375"
y2="150.67" id="line563" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="183.268" y1="156.231" x2="193.472"
y2="156.231" id="line565" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="186.243" y1="161.42" x2="191.369"
y2="161.42" id="line567" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="189.655" y1="165.63" x2="199.218"
y2="165.63" id="line569" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="191.969" y1="169.501" x2="201.59"
y2="169.501" id="line571" />
<line fill="none" stroke="#000000" stroke-width="1.2021" x1="193.967" y1="175.465" x2="198.478"
y2="175.465" id="line573" />
</g>
<path fill="#6BC3FF" stroke="#000000" stroke-width="1.1895"
d="M239.801,117.252c0,2.411-0.302,5.216-2.335,6.927 c-3.316,2.791-6.444-2.446-4.62-5.375c-4.18,0.228-7.494,7.151-6.583,10.771c0.949,3.803,6.296,5.993,9.517,3.275 c-1.406,0.524-2.879,1.111-4.406,1.221c-1.258,0.087-2.751-0.614-3.854-0.239c-2.171,0.738-5.192,5.359-5.778,7.447 c-0.912,3.262-0.467,6.75,0.308,9.987c0.93,3.891,1.278,7.503,1.189,11.537c2.436-7.209,11.883-10.241,16.521-15.748 c2.12-2.507,3.563-5.497,4.621-8.782c1.012-3.107,1.206-6.839,2.356-9.832c-1.055,3.64-1.326,7.313-2.653,10.949 c-1.231,3.356-3.114,6.727-5.127,9.39c-3.051,4.057-2.978,11.254-0.354,15.808c-0.47-3.821,3.502-6.675,6.242-8.559 c2.781-1.924,4.756-3.847,6.158-7.006c2.562-5.78,2.71-12.563,2.345-18.771c-1.246,2.406,1.064,5.257,2.691,6.822 c5.959,5.709,8.145,11.181,8.12,19.522c-0.007,3.429,0.939,4.146,3.099,6.552c1.025,1.151,2.876-5.098,3.026-5.624 c1.369-4.473,0.407-13.452-2.819-17.056c-0.787,1.496,0.798,4.619,1.279,6.205c1.368,4.49,4.958,9.095,8.645,11.951 c2.853,2.208,5.759,2.403,9.341,2.168c2.982-0.196,5.014-1.101,7.778-2.095c-1.16-1.564-2.804-2.378-3.574-4.512 c-0.907-2.485-0.868-5.181-1.507-7.737c-1.367-5.43-4.996-7.446-8.899-10.914c1.401,1.217,3.238,2.01,4.69,3.34 c1.067,0.979,2.362,3.286,3.611,3.859c2.537,1.163,6.866,0.23,9.474-0.273c-3.963-0.211-6.696-5.599-9.167-8.09 c-2.288-2.295-5.466-2.807-8.526-3.271c-3.191-0.481-7.374-0.481-10.368-1.61c-4.671-1.761-6.812-6.636-9.549-10.355 c-1.137-1.558-5.689-7.742-8.229-5.729c1.667,4.422,4.334,8.058,6.832,11.927c-2.35-3.315-4.734-7.856-7.498-10.913 c1.098,3.199,2.018,7.178,1.814,10.563c1.314-3.64-1.051-11.456-4.876-13.056c-6.57-2.749-2.246,6.508-2.254,9.998 c1.08-3.229-0.491-10.47-3.143-13.071c-0.41-0.4-5.607-2.167-5.316-1.149C239.073,111.331,239.789,113.387,239.801,117.252z"
id="path575" />
</g>
<g id="g577">
<path fill="#FFFFFF" stroke="#000000" stroke-width="1.2021"
d="M184.137,113.473c-2.67,6.034-8.95-1.708-11.488-2.362 c0.306,1.911,3.541,2.497,3.887,5.085c-4.326,2.018-10.266-0.729-11.08-5.523c-1.01-5.956,6.011-9.738,11.127-8.785 C180.383,102.595,186.035,109.19,184.137,113.473z"
id="path579" />
<path fill="#FFFFFF" stroke="#000000" stroke-width="1.2021"
d="M215.871,106.251c1.491-2.132,1.67-5.245-0.192-7.368 c-2.401-2.74-8.39-3.963-11.813-4.234c-3.087-0.245-5.614,0.371-7.536,2.821c-2.228,2.837-0.388,3.397,1.431,5.552 c2.812,3.327,4.117,6.71,9.243,5.478c0.71-1.862,1.384-5.744,0.098-7.413c-0.024-0.031,0,3.467,0.225,4.074 c0.818,2.193,1.699,3.515,4.266,3.459C213.427,108.577,214.916,107.614,215.871,106.251z"
id="path581" />
<path fill="#6BC3FF" stroke="#000000" stroke-width="1.1895"
d="M200.379,104.157c-0.169-0.804-0.476-1.573-0.929-2.255 c-1.422-2.134-4.522-3.478-6.953-3.893c-0.63-0.107-7.173-0.049-7.017,0.701c0.082,0.382,0.072,0.794,0.193,1.171 c-2.092-0.664-6.83-1.437-7.091,1.707c-0.166,2.061,3.217,4.133,4.143,5.776c1.046,1.868,1.038,4.31,2.683,5.31 c1.351,0.816,4.554,0.586,5.96-0.081c0.011-1.869,0.138-7.46-1.865-7.885c-0.108,2.365,3.611,7.12,5.982,6.95 C199.376,111.383,201.089,107.491,200.379,104.157z"
id="path583" />
<path fill="#6BC3FF" stroke="#000000" stroke-width="1.1895"
d="M250.797,103.456c3.984-0.003,8.979,0.071,11.353,3.971 c2.245,3.708-0.356,7.266-1.799,10.366c-3.502,0.515-2.383-5.087-2.403-7.079c-2.671,0.664,1.443,3.483,0.498,5.55 c-0.824,1.781-4.923,1.729-6.455,0.511c-2.136-1.7-0.891-4.139-0.708-6.505c0.159-1.977-1.182-6.386-0.485-7.611"
id="path585" />
<path fill="#FFFFFF" stroke="#000000" stroke-width="1.2021"
d="M240.69,97.813c-0.096-4.541,6.123,1.536,6.996,2.844 c1.981,2.948,2.706,5.304,2.706,8.815c0.016,3.056-0.869,6.763-4.831,4.492c-4.279-2.45,1.331-6.617-1.582-9.966 c-0.775,2.289,1.813,5.86-0.404,7.774c-1.625,1.401-5.208-0.019-6.822-1c-3.054-1.859-2.144-3.094-2.789-6.114 c-0.548-2.534-3.499-5.147-1.258-7.688C234.637,94.778,238.796,96.22,240.69,97.813z"
id="path587" />
<path fill="#6BC3FF" stroke="#000000" stroke-width="1.1895"
d="M216.305,103.456c1.463,1.85,5.029,4.862,7.624,4.311 c1.964-0.408,3.087-3.354,1.69-5.079c-0.783,3.56,1.145,9.198,6.328,7.112c5.039-2.028,2.304-9.384-0.292-12.06 c-1.613-1.659-3.764-2.756-6.135-2.688c-1.235,0.03-2.09,0.711-3.222,0.794c-0.847,0.062-1.528-0.403-2.361-0.421 c-1.991-0.037-3.828-0.633-4.945,1.537c-1.185,2.311,1.029,3.878,1.314,6.093"
id="path589" />
</g>
<path
d="M87.651,104.89c-3.254-3.203-6.759-6.775-7.611-11.441c-0.69-3.791,1.261-9.34,5.187-10.648 c-1.414,2.741,1.984,6.757,4.422,8.098c-5.02-6.011,3.17-9.595,6.017-13.785c-2.691-0.358-9.566,2.09-11.906,3.615 c-3.93,2.558-5.699,8.176-4.832,12.586C80.028,98.919,84.007,101.305,87.651,104.89z"
id="path591" />
<path
d="M78.708,109.712c-1.134-4.345-3.345-7.895-1.544-12.537c-2.536,6.534,4.192,12.709,7.682,16.927 c-2.386-1.328-4.745-3.503-6.737-1.049c-1.43,1.755-1.068,5.45,0.19,7.163c-0.744-0.591-1.437-0.428-2.187-0.686 c0.044,0.685-0.229,1.521-0.041,2.217C74.803,119.525,73.177,107.403,78.708,109.712z"
id="path593" />
<path
d="M163.021,129.104c-1.717,0.332-2.435,4.739-3.539,6.374c-1.809,2.684-5.265,4.363-6.776,7.059 c1.919-1.012,3.995-0.918,4.842,1.298c2.016-1.311,5.14-1.934,7.404-1.122c-0.093-0.031-2.249-1.876-2.616-2.127 c-1.267-0.861-1.958,0.357-2.588-1.504C158.926,136.643,162.787,131.77,163.021,129.104z"
id="path595" />
<path
d="M174.713,180.713c-1.192,1.18-1.838,2.579-3.159,3.604c0.884,1.83,1.767,3.839,3.109,5.482 c-0.88-3.08-1.815-6.049-0.352-9.086"
id="path597" />
<path
d="M160.675,147.09c-0.203,5.264-7.472,9.519-1.253,14.099c-0.825,1.39-2.773,1.39-3.105,3.042 c1.404-0.071,3.051,0.108,4.33,0.397c-1.947-1.514-0.023-1.785-0.053-3.218c-0.034-1.759-0.709-3.002-1.011-4.714 c-0.482-2.733,1.067-6.652,1.092-8.807"
id="path599" />
<path
d="M276.585,121.37c4.768-2.228,4.85-5.167,6.329-9.073c0.28,1.896-0.075,3.87-0.729,5.654 c-0.58,1.583-2.742,3.253-3.128,4.423c-0.447,1.342-1.63,1.202,0.335,1.887c0.726,0.25,2.088-0.062,2.809-0.304 c3.267-1.107,5.711-3.689,8.711-5.349c-2.984,2.565-6.287,4.736-9.167,7.274c3.798,3.845,14.231-3.476,17.953-5.244 c-2.688,1.731-5.073,3.731-7.965,5.134c-1.346,0.654-10.567,4.258-5.556,5.214c-3.754,0.379-7.47,0.135-11.189-0.538 c-4.839-0.876-10.67-4.161-12.296-9.017c0.27,0.788,4.848,1.683,5.782,1.761C271.209,123.412,274.132,122.517,276.585,121.37z"
id="path601" />
<path
d="M343.564,83.041c0.309-6.439-5.266-10.689-11.145-10.32c-6.646,0.415-12.971,6.249-17.702,10.557 c4.235-3.854,13.639-5.37,19.128-6.222c4.552-0.706,6.469,0.224,9.183,3.609c-4.875-0.748-8.582-2.154-13.383,0.389 c3.713-0.429,11.531-2.667,13.97,1.596c-1.825,1.834-6.916,1.064-9.584,2.407c2.107,0.08,4.268-0.214,6.348-0.124 c1.992,0.088,3.408,1.636,3.584-2.294"
id="path603" />
</g>
</g>
</g>
<path fill="#9CE3F7" stroke="#000000" stroke-width="1.7493"
d="M363.897,402.781c5.742,0,11.624,0.524,17.282-0.739 c6.919-1.543,7.631-4.066,8.677-10.151c0.11-0.659,3.69,3.196,3.987,3.623c1.53,2.222,2.198,4.074,1.975,6.826 c-0.54,6.646-5.355,11.373-11.234,13.565c-7.566,2.83-15.932,2.27-23.841,1.819c-9.636-0.54-19.309-0.269-28.901,0.258 c-4.643,0.247-9.445,1.145-14.05,2.007c-5.093,0.958-10.063,2.668-14.932,4.483c-3.312,1.234-6.692,2.62-10.025,3.922 c-4.09,1.613-7.496,3.661-11.825,4.679c-2.799,0.66-5.689,0.375-8.537,0.529c-8.369,0.465-16.316,0.843-24.62-0.89 c-2.727-0.567-5.295-1.629-7.954-2.303c-8.563-2.148-18.491-2.454-27.171-1.111c-3.936,0.606-7.889,1.608-11.645,2.304 c-13.881,2.537-27.035,3.967-41.321,3.201c-7.631-0.407-14.142-1.18-21.081-4.199c-7.468-3.239-16.288-6.201-24.304-7.658 c-3.737-0.684-7.407-0.03-11.214-0.237c-14.47-0.804-29.115,1.135-43.545-0.866c-9.568-1.334-22.864-5.549-19.149-17.865 c0.544-1.795,2.953-5.961,5.314-5.642c2.105,0.285,4.102,4.226,5.886,5.471c2.715,1.89,6.189,3.213,9.353,4.1 c7.122,1.99,14.663,1.748,21.968,1.278c4.867-0.314,9.756-0.059,14.631-0.181c4.028-0.097,7.773-1.302,11.815-1.321 c9.04-0.055,17.323,2.417,25.772,4.813c2.981,0.846,5.891,1.653,8.852,2.384c1.898,0.467,3.682,1.449,5.576,1.914 c5.073,1.23,11.138,1.986,16.374,1.977c6.069-0.011,12.144-0.43,18.138-1.263c7.06-0.972,14.181-2.079,21.281-2.319 c7.78-0.262,15.563-0.464,23.349-0.473c6.261-0.004,12.893,1.491,19.133,2.479c13.498,2.122,28.021,1.999,40.825-2.302 c16.822-5.658,32.437-13.146,50.69-12.11C347.594,403.244,355.663,402.781,363.897,402.781z"
id="path605" />
<path fill="none" stroke="#FFFFFF" stroke-width="2.4041"
d="M45.227,401.294c2.107,0.279,4.101,4.221,5.886,5.464 c2.717,1.892,6.19,3.218,9.356,4.104c7.117,1.992,14.661,1.744,21.966,1.276c4.864-0.312,9.755-0.062,14.627-0.174 c4.03-0.104,7.779-1.3,11.815-1.331c9.044-0.048,17.324,2.42,25.775,4.819c2.982,0.849,5.89,1.654,8.853,2.379 c1.893,0.471,3.682,1.457,5.575,1.915c5.074,1.231,11.143,1.986,16.375,1.979c6.065-0.015,12.142-0.43,18.136-1.258 c7.057-0.976,14.181-2.088,21.284-2.327c7.782-0.262,15.56-0.461,23.341-0.475c6.268,0,12.9,1.499,19.135,2.479 c13.501,2.129,28.019,2.004,40.831-2.299c16.815-5.655,32.436-13.146,50.687-12.116c8.166,0.465,16.236,0,24.473,0 c5.742,0,11.63,0.536,17.284-0.732"
id="path607" />
<g id="g609">
<g id="g611">
<path fill="#FF3810" stroke="#000000" stroke-width="1.7493"
d="M64.833,446.998c0,0,19.211-5.358,60.472,20.642 c0,0,23.734,20.419,49.147,28.583c0,0,10.506,1.688,16.593-4.472l12.142-18c0,0-7.858,2.232-14.432,0.084l-89.501-48.903 c0,0-23.892-10.139-36.285,2.396C62.97,427.328,56.036,438.302,64.833,446.998z"
id="path613" />
<path fill="#FF3810" stroke="#000000" stroke-width="1.7493"
d="M372.677,445.22c0,0-19.273-5.137-60.229,21.341 c0,0-23.496,20.689-48.813,29.146c0,0-10.485,1.811-16.643-4.277l-12.351-17.859c0,0,7.885,2.141,14.432-0.083l88.93-49.934 c0,0,23.775-10.415,36.312,1.977C374.313,425.529,381.373,436.422,372.677,445.22z"
id="path615" />
<path fill="#FFFFA5" stroke="#000000" stroke-width="1.7493"
d="M178.748,482.639c0,0,17.726,1.436,6.745,12.543 c0,0,11.254-0.838,22.261-26.048c0,0,2.793-8.546-8.578-8.479L178.748,482.639z"
id="path617" />
<path fill="#FFFFA5" stroke="#000000" stroke-width="1.7493"
d="M259.418,482.173c0,0-17.709,1.64-6.602,12.621 c0,0-11.261-0.708-22.557-25.79c0,0-2.894-8.513,8.477-8.578L259.418,482.173z"
id="path619" />
<path fill="#FFFFA5" stroke="#000000" stroke-width="1.7493"
d="M60.478,438.344c0,0,6.188,23.076,13.226,30.032 c7.038,6.957,122.421-5.955,147.348-6.099c24.929-0.146,134.576,11.864,143.716,2.725c13.202-13.201,11.5-34.982,11.5-34.982 s-13.185,16.306-51.257,12.59c-38.068-3.716-104.104-5.697-104.104-5.697s-88.79,4.568-110.169,7.195 C69.656,449.156,60.478,438.344,60.478,438.344z"
id="path621" />
</g>
<g id="g623">
<path fill="#FF3810"
d="M87.202,464.586l1.216-15.29l5.315,0.423l-0.205,2.585l-3.874-0.307l-0.27,3.39l3.599,0.286l-0.205,2.576 l-3.599-0.286l-0.331,4.161l4.005,0.319l-0.205,2.576L87.202,464.586z"
id="path625" />
<path fill="#FF3810"
d="M101.55,465.353l-1.579-0.05l-0.518-3.501l-2.87-0.093l-0.702,3.464l-1.542-0.05l3.284-15.239 l1.536,0.048L101.55,465.353z M99.069,459.203l-0.806-5.721l-1.155,5.658L99.069,459.203z"
id="path627" />
<path fill="#FF3810"
d="M108.125,459.67l1.415,0.938c-0.202,1.719-0.556,2.976-1.058,3.773c-0.502,0.796-1.125,1.198-1.871,1.206 c-0.937,0.009-1.703-0.614-2.297-1.872c-0.683-1.45-1.038-3.415-1.062-5.892c-0.025-2.616,0.292-4.665,0.951-6.151 c0.573-1.291,1.354-1.94,2.343-1.948c0.806-0.009,1.483,0.466,2.036,1.423c0.393,0.681,0.686,1.692,0.878,3.038l-1.428,0.747 c-0.099-0.829-0.288-1.465-0.565-1.905c-0.276-0.441-0.601-0.658-0.972-0.654c-0.53,0.005-0.958,0.412-1.286,1.226 c-0.327,0.812-0.481,2.149-0.463,4.012c0.019,1.933,0.196,3.305,0.531,4.118c0.334,0.813,0.763,1.217,1.286,1.212 c0.383-0.003,0.71-0.266,0.984-0.789C107.819,461.63,108.013,460.801,108.125,459.67z"
id="path629" />
<path fill="#FF3810"
d="M112.057,465.225l-0.66-15.329l1.445-0.063l0.26,6.033l2.843-0.122l-0.26-6.033l1.451-0.063l0.661,15.329 l-1.45,0.063l-0.29-6.702l-2.843,0.122l0.289,6.702L112.057,465.225z"
id="path631" />
<path fill="#FF3810"
d="M136.506,463.528l-1.505-15.262l5.31-0.523l0.254,2.58l-3.868,0.382l0.333,3.384l3.596-0.354l0.253,2.572 l-3.595,0.354l0.41,4.153l4-0.393l0.252,2.571L136.506,463.528z"
id="path633" />
<path fill="#FF3810"
d="M144.386,462.741l-1.596-15.264l1.405-0.146l3.991,9.887l-1.066-10.192l1.344-0.14l1.596,15.261 l-1.451,0.152l-3.917-9.651l1.04,9.951L144.386,462.741z"
id="path635" />
<path fill="#FF3810"
d="M151.225,446.593l2.634-0.273c0.666-0.067,1.182,0.011,1.548,0.236s0.723,0.632,1.073,1.22 c0.349,0.587,0.656,1.366,0.92,2.336c0.264,0.968,0.473,2.185,0.624,3.648c0.137,1.318,0.17,2.476,0.101,3.468 c-0.07,0.993-0.207,1.787-0.409,2.383c-0.204,0.597-0.475,1.058-0.816,1.385c-0.341,0.326-0.802,0.519-1.384,0.579l-2.712,0.279 L151.225,446.593z M152.931,449.026l1.045,10.107l1.082-0.11c0.464-0.048,0.792-0.161,0.984-0.336 c0.192-0.173,0.339-0.421,0.44-0.744c0.101-0.321,0.161-0.821,0.179-1.496c0.018-0.676-0.029-1.558-0.142-2.648 c-0.117-1.131-0.253-2.017-0.411-2.662c-0.156-0.642-0.349-1.14-0.575-1.496c-0.228-0.355-0.482-0.579-0.764-0.668 c-0.212-0.07-0.606-0.075-1.186-0.016L152.931,449.026z"
id="path637" />
<path fill="#FF3810"
d="M161.268,460.98l-1.314-15.28l5.316-0.457l0.222,2.586l-3.873,0.333l0.291,3.387l3.6-0.31l0.221,2.575 l-3.6,0.309l0.358,4.158l4.004-0.343l0.221,2.574L161.268,460.98z"
id="path639" />
<path fill="#FF3810"
d="M175.59,459.924l-1.575,0.101l-0.85-3.437l-2.864,0.185l-0.367,3.515l-1.539,0.099l1.807-15.488 l1.532-0.099L175.59,459.924z M172.534,454.038l-1.35-5.618l-0.607,5.743L172.534,454.038z"
id="path641" />
<path fill="#FF3810"
d="M178.681,459.76l-3.403-15.181l1.571-0.085l2.438,11.238l1.133-11.435l1.542-0.086l-1.727,15.462 L178.681,459.76z"
id="path643" />
<path fill="#FF3810"
d="M184.039,451.881c-0.103-1.826-0.033-3.339,0.21-4.536c0.242-1.199,0.595-2.102,1.061-2.706 c0.465-0.606,1.051-0.929,1.761-0.97c1.028-0.059,1.903,0.58,2.627,1.918c0.724,1.336,1.158,3.271,1.3,5.808 c0.145,2.563-0.085,4.587-0.689,6.067c-0.529,1.308-1.31,1.992-2.341,2.05c-1.04,0.059-1.895-0.526-2.567-1.755 C184.634,456.354,184.18,454.396,184.039,451.881z M185.526,451.691c0.099,1.763,0.364,3.074,0.796,3.935 c0.431,0.858,0.93,1.273,1.496,1.241c0.57-0.032,1.017-0.495,1.342-1.391c0.325-0.896,0.437-2.25,0.335-4.062 c-0.1-1.776-0.356-3.08-0.769-3.907c-0.412-0.83-0.913-1.229-1.502-1.194c-0.59,0.032-1.046,0.489-1.367,1.364 C185.535,448.557,185.425,449.894,185.526,451.691z"
id="path645" />
<path fill="#FF3810"
d="M192.71,443.612l1.443-0.104l0.586,8.288c0.091,1.288,0.168,2.126,0.232,2.511 c0.111,0.672,0.299,1.183,0.567,1.534c0.267,0.353,0.597,0.513,0.991,0.485c0.334-0.023,0.597-0.173,0.79-0.449 c0.192-0.275,0.311-0.647,0.355-1.116c0.045-0.467,0.014-1.464-0.094-2.987l-0.599-8.465l1.45-0.103l0.569,8.036 c0.146,2.054,0.187,3.542,0.126,4.466c-0.061,0.923-0.291,1.685-0.69,2.282c-0.399,0.598-0.958,0.923-1.679,0.974 c-0.748,0.054-1.348-0.141-1.801-0.58c-0.452-0.44-0.804-1.08-1.053-1.918c-0.25-0.84-0.455-2.405-0.617-4.693L192.71,443.612z"
id="path647" />
<path fill="#FF3810"
d="M202.226,458.276l-0.936-15.31l3.049-0.187c0.78-0.048,1.345,0.055,1.695,0.312 c0.352,0.252,0.654,0.714,0.911,1.38c0.256,0.664,0.414,1.471,0.471,2.419c0.074,1.196-0.032,2.171-0.315,2.922 c-0.284,0.751-0.722,1.239-1.314,1.465c0.333,0.369,0.616,0.78,0.847,1.232c0.23,0.448,0.558,1.264,0.981,2.439l1.053,2.933 l-1.724,0.105l-1.254-3.266c-0.451-1.183-0.753-1.921-0.907-2.215c-0.153-0.295-0.31-0.494-0.468-0.601 c-0.158-0.105-0.405-0.148-0.738-0.128l-0.299,0.019l0.391,6.391L202.226,458.276z M203.13,449.353l1.074-0.064 c0.656-0.042,1.07-0.117,1.243-0.229c0.174-0.112,0.306-0.323,0.399-0.639c0.092-0.313,0.123-0.725,0.092-1.23 c-0.03-0.488-0.109-0.876-0.239-1.166c-0.129-0.289-0.293-0.484-0.49-0.583c-0.14-0.067-0.534-0.082-1.182-0.042l-1.134,0.068 L203.13,449.353z"
id="path649" />
<path fill="#FF3810" d="M210.657,457.811l-0.63-15.329l1.445-0.061l0.63,15.331L210.657,457.811z"
id="path651" />
<path fill="#FF3810"
d="M214.726,457.649l-0.346-15.339l1.411-0.032l3.172,10.178l-0.231-10.243l1.352-0.031l0.346,15.34 l-1.459,0.033l-3.12-9.938l0.226,10.002L214.726,457.649z"
id="path653" />
<path fill="#FF3810"
d="M226.529,451.856l0.007-2.584l3.126,0.005l-0.01,6.11c-0.318,0.649-0.765,1.206-1.343,1.672 c-0.579,0.468-1.158,0.699-1.743,0.697c-0.707,0-1.333-0.307-1.875-0.917c-0.54-0.611-0.967-1.527-1.281-2.744 c-0.316-1.218-0.472-2.65-0.469-4.297c0.003-1.688,0.165-3.132,0.49-4.331c0.321-1.2,0.741-2.094,1.253-2.686 c0.513-0.593,1.127-0.888,1.84-0.887c0.856,0.001,1.543,0.384,2.059,1.149c0.513,0.764,0.844,1.887,0.988,3.366l-1.435,0.572 c-0.106-0.788-0.303-1.393-0.588-1.812c-0.287-0.419-0.628-0.628-1.028-0.631c-0.619,0-1.118,0.419-1.503,1.26 c-0.383,0.84-0.578,2.122-0.581,3.844c-0.003,1.849,0.202,3.254,0.615,4.218c0.354,0.832,0.834,1.247,1.438,1.248 c0.284,0,0.578-0.115,0.883-0.35c0.306-0.231,0.579-0.552,0.818-0.955l0.004-1.948L226.529,451.856z"
id="path655" />
<path fill="#FF3810"
d="M254.372,458.482l-1.575-0.094l-0.425-3.515l-2.862-0.169l-0.797,3.441l-1.537-0.09l3.697-15.146 l1.534,0.093L254.372,458.482z M252.062,452.267l-0.648-5.74l-1.31,5.624L252.062,452.267z"
id="path657" />
<path fill="#FF3810"
d="M256.391,458.627l1.135-15.175l1.441,0.107l-0.939,12.598l3.604,0.268l-0.194,2.578L256.391,458.627z"
id="path659" />
<path fill="#FF3810"
d="M263.754,459.199l1.336-15.156l1.441,0.126l-1.107,12.582l3.599,0.318l-0.227,2.573L263.754,459.199z"
id="path661" />
<path fill="#FF3810"
d="M292.901,462.125l-1.568-0.158l-0.273-3.53l-2.854-0.29l-0.939,3.406l-1.534-0.154l4.333-14.979 l1.527,0.155L292.901,462.125z M290.858,455.818l-0.406-5.763l-1.545,5.563L290.858,455.818z"
id="path663" />
<path fill="#FF3810"
d="M299.967,457.111l1.313,1.074c-0.372,1.69-0.849,2.906-1.425,3.649c-0.578,0.743-1.24,1.082-1.981,1.016 c-0.934-0.085-1.631-0.781-2.098-2.09c-0.537-1.512-0.695-3.502-0.473-5.969c0.233-2.605,0.752-4.617,1.555-6.028 c0.697-1.228,1.537-1.796,2.522-1.707c0.803,0.071,1.427,0.611,1.883,1.617c0.323,0.717,0.515,1.753,0.573,3.109l-1.493,0.602 c-0.018-0.834-0.144-1.484-0.376-1.951c-0.232-0.464-0.532-0.714-0.902-0.748c-0.525-0.047-0.994,0.317-1.4,1.094 c-0.403,0.776-0.69,2.092-0.857,3.947c-0.171,1.926-0.134,3.31,0.119,4.151s0.639,1.286,1.159,1.332 c0.383,0.035,0.733-0.195,1.058-0.688C299.468,459.03,299.741,458.227,299.967,457.111z"
id="path665" />
<path fill="#FF3810"
d="M303.315,463.053l1.1-15.302l1.442,0.105l-0.431,6.021l2.839,0.206l0.431-6.023l1.452,0.104l-1.1,15.302 l-1.449-0.104l0.482-6.689l-2.841-0.204l-0.481,6.69L303.315,463.053z"
id="path667" />
<path fill="#FF3810" d="M311.727,463.616l0.834-15.32l1.445,0.078l-0.834,15.322L311.727,463.616z"
id="path669" />
<path fill="#FF3810"
d="M315.813,463.834l0.532-15.331l5.327,0.187l-0.092,2.593l-3.882-0.135l-0.116,3.398l3.608,0.125 l-0.092,2.583l-3.608-0.125l-0.144,4.173l4.015,0.138l-0.093,2.584L315.813,463.834z"
id="path671" />
<path fill="#FF3810"
d="M325.538,464.025l-2.888-15.284l1.574-0.035l2.054,11.316l1.521-11.39l1.545-0.033l-2.252,15.394 L325.538,464.025z"
id="path673" />
<path fill="#FF3810" d="M331.588,463.829l-0.69-15.32l1.445-0.065l0.691,15.32L331.588,463.829z"
id="path675" />
<path fill="#FF3810"
d="M335.65,463.627l-0.502-15.331l1.412-0.045l3.276,10.14l-0.336-10.236l1.35-0.044l0.502,15.329 l-1.459,0.047l-3.222-9.9l0.328,9.997L335.65,463.627z"
id="path677" />
<path fill="#FF3810"
d="M347.113,457.627l-0.156-2.579l3.119-0.188l0.369,6.099c-0.277,0.667-0.687,1.251-1.237,1.752 c-0.547,0.502-1.11,0.771-1.691,0.804c-0.711,0.043-1.354-0.224-1.93-0.799c-0.578-0.577-1.06-1.464-1.449-2.659 c-0.39-1.196-0.636-2.614-0.734-4.258c-0.103-1.687-0.027-3.136,0.219-4.353c0.25-1.217,0.611-2.138,1.086-2.759 c0.476-0.624,1.07-0.957,1.78-0.999c0.854-0.053,1.562,0.287,2.125,1.019c0.561,0.731,0.96,1.83,1.196,3.298l-1.397,0.66 c-0.158-0.78-0.39-1.37-0.7-1.771c-0.312-0.399-0.667-0.588-1.063-0.563c-0.618,0.036-1.093,0.486-1.421,1.347 c-0.332,0.864-0.447,2.154-0.342,3.874c0.109,1.845,0.403,3.234,0.874,4.171c0.403,0.809,0.909,1.192,1.515,1.157 c0.28-0.017,0.567-0.152,0.857-0.403c0.29-0.254,0.543-0.588,0.755-1.005l-0.116-1.942L347.113,457.627z"
id="path679" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 111 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 129 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 343 KiB

Some files were not shown because too many files have changed in this diff Show More