192 Commits

Author SHA1 Message Date
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
sHa
211775b1cb feat: Add variants to logos and update OpenVPN SVG structure 2025-06-12 21:11:22 +03:00
sHa
d88c5b802d Enhance logo search and display functionality
- Updated logo filtering to include title in search criteria across multiple components.
- Modified CardFull, CardMiddle, CardSmall, and CardTiny components to display title or name as appropriate.
- Added support for displaying logo variants in CardFull component.
- Improved logo retrieval logic in Preview page to account for title matching.
2025-06-12 18:23:42 +03:00
sHa
de3c5dc52b refactor: Remove unused import of push from svelte-spa-router in Home component 2025-06-12 17:35:12 +03:00
sHa
1a006e75b8 feat: Enhance filtering capabilities by adding support for variants in Filter, Header, and Home components 2025-06-12 17:34:43 +03:00
sHa
b4bd726dad feat: Add Filter, ListViewSwitcher, SearchBar, and ThemeSwitcher components
- Implemented Filter component for managing tags and brands with localStorage and URL parameter updates.
- Created ListViewSwitcher component to toggle between compact, grid, and list views.
- Developed SearchBar component with global hotkey support for quick access and URL search parameter management.
- Added ThemeSwitcher component to allow users to switch between system, light, and dark themes.
2025-06-12 16:14:17 +03:00
sHa
1b51146c29 refactor: Enhance logo loading logic and streamline theme setting in Preview component 2025-06-12 11:18:39 +03:00
sHa
dc4abca75b feat: Add Laravel logo with detailed attributes and SVG format 2025-06-12 10:28:50 +03:00
sHa
d02e11fd7d refactor: Simplify ColorSwitcher integration and clean up related styles 2025-06-12 10:21:23 +03:00
sHa
224a2c7e27 refactor: Clean up unused styles and improve color switcher functionality 2025-06-12 03:41:59 +03:00
sHa
ec55af55d9 feat: Implement ColorSwitcher component and integrate it into logo cards for enhanced color selection 2025-06-12 03:27:57 +03:00
sHa
7968d399f2 feat: Add script to generate PWA cache file list and improve SVG circle rendering 2025-06-12 01:59:13 +03:00
sHa
0650c40199 feat: Add PWA support with service worker and caching
- Implemented service worker registration in main.js
- Added icons for PWA in manifest.json
- Created a basic service worker (sw.js) for caching static assets
- Generated a list of files to cache using a Node.js script (generate-pwa-cache-list.js)
- Added icon images (icon-192.png and icon-512.png) for PWA
- Defined PWA manifest with app details and icon references
2025-06-11 22:36:48 +03:00
sHa
1c0d303adc fix: Update ToDo.md to include checkboxes for tasks and improve formatting 2025-06-11 11:21:00 +03:00
sHa
292ab8fc19 feat: Enhance Kubernetes logo with color sets and SVG structure
- Added color tags and sets for the Kubernetes logo in logos.json.
- Updated the SVG file for Kubernetes to include separate paths for background, outline, and logo, allowing for dynamic color changes.
2025-06-11 00:20:59 +03:00
sHa
222ab46fc3 Add Matter and Mattermost logos, update styles, and enhance Thread logo
- Added Matter and Mattermost logos in SVG format with appropriate attributes and color sets.
- Updated global CSS to include new color variables for default fills.
- Modified existing Mattermost logo to include additional color options.
- Replaced the Thread logo with a new SVG version.
2025-06-10 18:00:35 +03:00
sHa
a94fdc992a feat: add color chooser feature and image collection strategy to ToDo.md 2025-06-02 09:52:33 +03:00
sHa
9ae3d5b7b0 feat: add InfluxDB logos and metadata in SVG format to logos.json 2025-06-01 14:00:42 +03:00
sHa
c84f1e9791 fix: update radial gradient IDs in Affinity SVG logos for consistency 2025-06-01 12:32:52 +03:00
sHa
79b03d396b feat: add Affinity Designer, Photo, and Publisher logos with SVG files and metadata; add Microsoft Azure logo with SVG file 2025-06-01 12:30:55 +03:00
sHa
c4b753b855 feat: add new logos for Eufy, Homarr, and Reolink with SVG files and metadata 2025-06-01 11:42:37 +03:00
sHa
13e148dc8a refactor: improve layout and styling of preview components for better responsiveness 2025-05-30 02:35:29 +03:00
sHa
99fbbe551a feat: add 1Password logo and metadata to logos.json 2025-05-30 02:22:05 +03:00
sHa
9cb10afe64 Add new logos and update existing logo data
- Added Apache, Bitwarden, Bluesky, Enpass, Messenger, MongoDB, MQTT, and Neo4j logos in SVG format.
- Updated logo data in logos.json to include new entries and additional tags for existing logos.
- Enhanced color definitions for some logos and added new color sets.
- Improved brand representation for Meta and other logos with updated tags.
2025-05-30 02:20:14 +03:00
sHa
0cc3f570b9 feat: update Apple SVG with new color sets and remove legacy rainbow SVG 2025-05-30 01:16:33 +03:00
sHa
27ed1f9809 Add new SVG logos for Android Auto, Homebridge, OpenVPN, Slack, Unifi, and WireGuard
- Introduced android-auto.svg with a detailed design representing the Android Auto branding.
- Added homebridge.svg featuring a gradient background and a unique home automation icon.
- Included openvpn.svg showcasing the OpenVPN logo with distinct color elements.
- Implemented slack.svg that captures the Slack logo with its characteristic colors and shapes.
- Added unifi.svg, representing the Unifi branding with a circular design and logo details.
- Introduced wireguard.svg featuring the WireGuard logo with a creative circular design and eye element.
2025-05-30 00:46:54 +03:00
sHa
0b5fc5894e feat: add "Selfhosted" tag to various brands and standardize tag casing 2025-05-29 23:44:48 +03:00
sHa
754f87eaca feat: update SVG handling to support active color sets and improve URL copying 2025-05-29 23:27:18 +03:00
sHa
46fc2915b1 feat: enhance SVG color application by removing existing fill attributes before adding new ones 2025-05-29 23:17:53 +03:00
sHa
e33d296aab feat: add script and workflow step for generating SVG variants from logos 2025-05-29 23:08:18 +03:00
sHa
9f315ac247 feat: refactor Header and Footer styles for improved layout and consistency 2025-05-29 21:09:34 +03:00
sHa
23a45aaf71 feat: update border-radius of selected filter buttons for improved styling 2025-05-29 20:37:42 +03:00
sHa
670c265db1 feat: add additional color variable and update selected filter button styles for improved UI 2025-05-29 20:36:46 +03:00
sHa
585589a2d4 feat: add addBrand prop to CardSmall, CardMiddle, List, and Home components for brand filtering 2025-05-29 17:40:35 +03:00
sHa
f1731e55dd feat: update Header component to use allLogos for accurate logo count display 2025-05-29 17:27:10 +03:00
sHa
ac263276af feat: reorganize filter display and improve layout for selected tags and brands 2025-05-29 16:23:25 +03:00
sHa
2010eb6704 feat: refactor header layout for improved responsiveness on mobile 2025-05-29 15:48:16 +03:00
sHa
341571d920 feat: remove mobile logo count display and clean up responsive styles in header 2025-05-29 14:55:08 +03:00
sHa
07931e9767 feat: add mobile logo count display and responsive styles for header 2025-05-29 14:19:34 +03:00
sHa
2212c6db17 feat: enhance layout styles for better responsiveness and visual consistency 2025-05-29 13:21:22 +03:00
sHa
52a4292079 feat: add brand filtering functionality and integrate with localStorage 2025-05-29 13:00:27 +03:00
sHa
436d6847b2 feat: update tag labels for consistency and add clear all filters functionality 2025-05-29 11:45:14 +03:00
sHa
f4f4312d5b feat: restore selected tags from localStorage and update on changes 2025-05-29 11:27:12 +03:00
sHa
e1165b72d8 refactor: improve tag filtering logic and clean up unused styles 2025-05-29 11:04:20 +03:00
sHa
aac4889a25 refactor: rename 'Tags' to 'Categories' and update placeholder text in search input 2025-05-29 04:21:47 +03:00
sHa
13077a9925 style: update header layout and adjust tag background color for consistency 2025-05-29 04:18:22 +03:00
sHa
9c63c940cb feat: enhance tag filtering with search functionality and update compact mode toggle 2025-05-29 04:05:33 +03:00
sHa
9d91721ab8 feat: update tag filtering UI with new dropdown and compact mode options 2025-05-29 03:03:49 +03:00
sHa
6e3e65841f style: adjust padding in main section for improved layout 2025-05-29 02:18:21 +03:00
sHa
016239c30f style: remove comment on border-radius in Header component 2025-05-29 02:03:14 +03:00
sHa
fe67375590 feat: refactor theme and view mode switchers to use button group styles 2025-05-29 01:53:37 +03:00
sHa
5a5202eb80 feat: add compact view mode and integrate CardTiny component for logo display 2025-05-29 01:36:07 +03:00
sHa
d8c2c02dac feat: add Dockge logo in SVG format and update logos.json 2025-05-29 00:19:40 +03:00
sHa
1849a0ef49 feat: enhance search bar styling and improve keyboard accessibility 2025-05-28 21:30:21 +03:00
sHa
78ba526ff3 feat: add Authentik SVG logos and update logos.json 2025-05-28 20:35:20 +03:00
sHa
64cd39d736 feat: add Frigate logo in SVG format and update logos.json 2025-05-28 20:00:47 +03:00
sHa
d7cd7c12b3 feat: add SLZB logo in SVG format and update logos.json with SMLIGHT entry 2025-05-27 00:59:07 +03:00
sHa
538627fb91 Refactor code structure for improved readability and maintainability 2025-05-27 00:37:04 +03:00
sHa
44a5cbb67f Add SVG logos for Trakt and Zigbee2MQTT
- Added a new SVG logo for Trakt with a radial gradient background and checkbox design.
- Introduced a comprehensive SVG logo for Zigbee2MQTT featuring intricate path designs and color fills.
2025-05-26 23:53:20 +03:00
sHa
7ab514335d feat: add global search hotkey functionality and display hint in header 2025-05-26 16:44:41 +03:00
sHa
91d3ab629d Add Traefik Proxy logos in SVG format
- Introduced traefik-proxy-logo.svg with a detailed SVG path for the Traefik Proxy logo.
- Added traefik-proxy.svg containing the full logo design with color specifications and paths.
2025-05-26 14:49:35 +03:00
sHa
42dd0ce729 feat: add Forgejo logo with SVG file; update logos.json to include Forgejo entry and adjust tags for related brands 2025-05-26 14:07:32 +03:00
sHa
d0402ceafa feat: add AdGuard and Uptime Kuma logos with SVG files; enhance logos.json for new entries 2025-05-26 13:35:49 +03:00
sHa
7acb294fa7 refactor: consolidate routing logic into App.svelte; remove router.js file 2025-05-17 01:55:21 +03:00
sHa
6b4bada5f4 feat: enhance SVG handling by updating color targets and adding SVG source retrieval; refactor Actions and InlineSvg components for improved functionality 2025-05-16 12:25:33 +03:00
sHa
cd753de3db feat: add CardFull, CardMiddle, CardSmall, Grid, and List components for logo display; refactor Preview page to use CardFull 2025-05-16 02:50:03 +03:00
sHa
1c0247dc39 feat: update setTheme prop to a constant function in multiple components for consistency 2025-05-16 02:33:58 +03:00
sHa
5d1bae8008 Refactor Home and Preview pages for improved data handling and UI components
- Updated Home.svelte to streamline app data initialization and reactivity.
- Removed unnecessary intervals and checks for app data updates.
- Enhanced data binding for logos, view modes, and themes.
- Simplified the structure of the Header and Footer components.
- Introduced CardList and CardSquare components for better logo display.
- Improved routing with a NotFound page for unmatched routes.
- Added a RouteHeader component for search functionality and theme switching.
- Enhanced styling for better user experience across components.
2025-05-16 02:24:04 +03:00
sHa
802bdedf53 feat: add isFetchingSvgSource state for improved SVG source handling 2025-05-15 22:12:56 +03:00
sHa
0bce3afd65 feat: simplify SVG source handling and improve preview layout; remove unused styles 2025-05-15 22:03:02 +03:00
sHa
3aaa39b49e feat: clean up unused styles and remove URL manipulation from Preview component 2025-05-15 21:50:11 +03:00
sHa
1cb75c0ec3 feat: enhance styling and structure for color switcher; move common styles to global.css 2025-05-15 17:19:02 +03:00
sHa
9509ef0688 feat: refactor layout and styling for improved responsiveness and accessibility; add Footer component 2025-05-15 15:49:56 +03:00
sHa
d30e2f9e0b Implement routing and improve app data management
- Integrated svelte-spa-router for navigation between Home and Preview pages.
- Refactored App.svelte to manage global app data and handle search queries, compact mode, and view mode changes.
- Updated Grid and List components to navigate to the Preview page instead of using modals.
- Created Home.svelte to serve as the main page, utilizing global app data for rendering.
- Enhanced Preview.svelte to fetch logos and display the selected logo based on URL parameters.
- Improved data handling and reactivity across components, ensuring UI updates reflect changes in global state.
- Added logging for better debugging and tracking of state changes.
2025-05-15 10:32:15 +03:00
sHa
8fb057324e feat: enhance Actions and Preview components to support SVG source copying in preview mode 2025-05-14 22:30:20 +03:00
sHa
d841f27454 feat: enhance SVG handling by adding source fetching and copying functionality 2025-05-14 21:34:53 +03:00
sHa
554861c940 feat: implement SVG source copying functionality and add Notification component 2025-05-14 13:48:42 +03:00
sHa
e9b58a6592 feat: add Yahoo logos in SVG format and update logos.json entries 2025-05-14 12:27:10 +03:00
sHa
6935a66cc5 feat: add color and target configurations for Viber logo in SVG and update logos.json 2025-05-12 23:43:04 +03:00
sHa
ea79881b84 Add new SVG logos for various technologies including Swagger, Ubuntu, Visual Studio Code, Vue, Webhooks, Webkit, WebTorrent, WiFi, Wise, and Zoom 2025-05-12 23:36:17 +03:00
sHa
64c5f275cb feat: add DuckDuckGo logo SVG and update logos.json entry 2025-05-12 22:23:50 +03:00
sHa
c9f467de62 feat: add color configuration and targets for shadoll logo 2025-05-12 21:43:55 +03:00
sHa
3086f57ce1 feat: add generateColorSetCircle utility for SVG color representation 2025-05-12 21:24:58 +03:00
sHa
296e9480e2 refactor: remove redundant colorConfig entries from logos.json 2025-05-12 20:59:07 +03:00
sHa
bd4c8dca76 feat: add color conversion and target/sets configuration for logos
- Updated Makefile to include a new target for converting logo colors format.
- Added a new script `convertColorsFormat.js` to convert colors from array to object format in `logos.json`.
- Modified `logos.json` structure to use an object for colors and added targets and sets for SVG logos.
- Updated `scanLogos.js` to set default colorConfig, targets, and sets for SVG logos.
- Enhanced Svelte components (`Grid.svelte`, `List.svelte`, `Preview.svelte`, `InlineSvg.svelte`) to support new targets, sets, and colors structure.
- Updated color theme utility functions to handle the new colors object format.
- Removed deprecated `mono_white.svg` logo file.
2025-05-12 20:52:07 +03:00
sHa
29383bb6a1 Add new SVG logos for Mastercard, Visa, and Bvr 2025-05-12 19:06:59 +03:00
sHa
b0949592db Add new SVG logos for Pepsi and Starbucks 2025-05-12 18:11:11 +03:00
sHa
55caba9b06 Add favicon files to GitHub Pages deployment 2025-05-12 17:10:14 +03:00
sHa
d9e46d2b0c Refactor code structure and improve readability in main module 2025-05-12 17:04:08 +03:00
sHa
fbe239c1fe Added favicon 2025-05-12 16:54:41 +03:00
sHa
bd55447551 Add color configuration for LG logo and introduce PHP logo 2025-05-12 02:52:26 +03:00
sHa
af292376e0 Add Go programming language 2025-05-12 02:32:50 +03:00
sHa
3a3f088e21 Add SVG logos for Google Chrome, Google Chrome icon, and Swift 2025-05-12 02:16:27 +03:00
sHa
c06b3a5bac Update SVG logos with new gradient IDs and styles 2025-05-10 17:57:17 +03:00
sHa
949ad03b09 Add new logos for Gmail, Microsoft Office Outlook, Microsoft Outlook, and @UKR.NET Mail 2025-05-10 17:41:51 +03:00
sHa
4d652de6d9 Update LICENSE and README to clarify logo usage and brand guidelines 2025-05-06 18:06:12 +03:00
sHa
e4402359c0 Create LICENSE 2025-05-06 16:58:26 +03:00
sHa
269ee5798c Add new Apple logos and update existing ones 2025-05-04 14:49:08 +03:00
sHa
7b6fbbf280 Add search parameter update to brand filter buttons in Grid and List components 2025-05-04 13:55:53 +03:00
sHa
a007d67828 display brand count in filter buttons 2025-05-04 13:51:12 +03:00
sHa
9b95855d4e Add MySQL logo; enhance logo scanning logic 2025-05-04 13:05:06 +03:00
sHa
f017d480e8 Enhance Header and List components with compact mode functionality 2025-05-04 12:48:15 +03:00
sHa
2d9de12630 Add brand filter button and integrate search query functionality in Grid and List components 2025-05-04 12:13:44 +03:00
sHa
da65ca6d7f Add RabbitMQ logos 2025-05-04 11:45:09 +03:00
sHa
63fa0b8229 Implement search query handling in Header component and synchronize with URL parameters 2025-05-04 11:33:52 +03:00
sHa
52ff5da978 Enhance search functionality in Header component with clear button and improved input handling 2025-05-04 11:21:36 +03:00
sHa
a290989914 Add Redis logos 2025-05-04 11:21:27 +03:00
sHa
61044feecc Add SVG logos for Signal application 2025-05-02 15:50:15 +03:00
sHa
74bb163a17 Add SVG logos for Puma, Tesla, Threads, and Ubuntu 2025-05-02 14:58:37 +03:00
sHa
829ba354a7 Add SVG logos for GitHub, GitLab, PostgreSQL, and Python 2025-05-02 13:56:57 +03:00
sHa
b01c328925 Remove unnecessary polygon and class attributes from atb.svg for cleaner SVG structure 2025-05-02 13:19:45 +03:00
sHa
d1ce168b83 Add new SVG logos for LG, Samsung, Siemens, Skechers, and WhatsApp 2025-05-02 13:17:41 +03:00
sHa
22c8482740 Refactor Grid and List components by removing debug logging for color and theme 2025-05-02 10:51:34 +03:00
sHa
446eeabcb3 Refactor App.svelte layout by enhancing main container styles for improved responsiveness and structure 2025-05-02 10:46:10 +03:00
sHa
7b5516d997 Refactor Grid and List components by cleaning up unused styles and improving layout consistency 2025-05-02 10:43:53 +03:00
sHa
31cf501a8b Refactor Preview component by removing unused logos export and cleaning up CSS variables for improved maintainability 2025-05-02 10:32:45 +03:00
sHa
5bf362d1f0 Refactor Preview component styles for improved consistency and theme alignment 2025-05-02 10:29:27 +03:00
sHa
2938631e85 Refactor App.svelte for improved code consistency and readability 2025-05-02 10:16:51 +03:00
sHa
92acb6e982 Refactor Sainsbury's and Ford logo SVGs for improved color consistency 2025-05-02 10:03:04 +03:00
sHa
1660c91747 Refactor backdrop color handling in Preview component for improved theme support 2025-05-02 00:28:19 +03:00
sHa
72da8ae666 Refactor Preview component for improved URL hash synchronization and responsive design 2025-05-02 00:04:39 +03:00
sHa
43a3b37661 Enhance logo preview functionality with URL anchor support and responsive SVG handling 2025-05-01 23:29:46 +03:00
sHa
8c10f643d9 Update gitea.svg to remove unnecessary attributes for improved SVG rendering 2025-05-01 22:42:38 +03:00
sHa
6c0d6cf2b5 Add YouTube logo and update Ford brand entry in logos.json 2025-05-01 17:59:58 +03:00
sHa
71679ff608 Add Fiat and Ford logos to the project 2025-05-01 17:50:42 +03:00
sHa
fdea176b86 Add SVG logos for BMW and Suzuki 2025-05-01 17:18:17 +03:00
sHa
10b072d521 Add arm logo with SVG file and associated metadata 2025-05-01 16:32:32 +03:00
sHa
b0604fc2e7 Add Sainsbury's logo and update tags for ATB brand 2025-05-01 14:58:22 +03:00
sHa
6d83122c1b Refactor Header component: improve button formatting, enhance tag dropdown styles, and update SVG attributes for better readability and accessibility. 2025-05-01 14:39:02 +03:00
sHa
003b45d5b4 Add tag filter and dropdown styles: implement tag filtering UI with improved dropdown design and hover effects. 2025-05-01 14:35:00 +03:00
sHa
9d031dc874 Add dropdown menu styles: implement dropdown menu and item styles with hover effects and accessibility features. 2025-05-01 14:33:08 +03:00
sHa
27ae28be63 Refactor Header and Preview components: update tag handling styles, rename dropdown class, and clean up unused modal styles. 2025-05-01 14:28:01 +03:00
sHa
4a2230223c Enhance theme support: update CSS variables for dark and light themes, improve modal styles, and ensure SVGs use currentColor for theme compatibility. 2025-05-01 13:48:32 +03:00
sHa
3dd4e50281 Merge branch 'worked' 2025-05-01 11:58:41 +03:00
sHa
c62d453946 Refactor logo management components: remove LogoModal, add Actions and Grid components, enhance List and Preview components with improved theme handling and SVG support. 2025-05-01 11:57:23 +03:00
sHa
0313d091fc Add new logos 2025-05-01 02:54:03 +03:00
sHa
b044b81644 Revert "feat: Refactor logo components into Grid and List views"
This reverts commit aaf7db1471.
2025-05-01 02:35:10 +03:00
sHa
a49568a389 Add new logos and refactor header component 2025-05-01 01:51:14 +03:00
sHa
aaf7db1471 feat: Refactor logo components into Grid and List views 2025-05-01 00:27:38 +03:00
sHa
7afcf996ca fix: adjust margin for color switcher preview for better alignment 2025-04-30 22:40:48 +03:00
sHa
c6c3e482c9 chore: remove unused color mode SVG file and ensure proper JSON formatting 2025-04-30 22:38:20 +03:00
sHa
8ce320d3db feat: update SVG logos and enhance color switcher functionality 2025-04-30 22:37:07 +03:00
sHa
c9d6ae7104 Add new SVG logos for Nova Post and Ukrposhta; update scanLogos.js to remove unused brand assignment 2025-04-30 19:48:16 +03:00
sHa
848813367d Add new logos 2025-04-30 17:18:43 +03:00
sHa
ed5cde4db5 Add logo count display to header for improved user information 2025-04-30 16:49:26 +03:00
sHa
a999f219d4 Refactor theme switcher layout and styles for improved usability and aesthetics 2025-04-30 16:17:23 +03:00
sHa
c28037e1a7 Add brand information to logos and display in LogoModal component 2025-04-30 16:17:17 +03:00
sHa
f3051bd3dd Add shadoll logo SVG 2025-04-30 15:03:32 +03:00
sHa
0e7cb66611 Add new SVG logos, optimize SVG 2025-04-30 14:54:05 +03:00
742 changed files with 105290 additions and 2450 deletions

View File

@@ -32,7 +32,13 @@ 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
- name: Generate PWA cache list
run: node scripts/generate-pwa-cache-list.js
- name: Prepare Pages artifact
run: |
@@ -40,9 +46,17 @@ jobs:
cp public/build/* ./gh-pages-artifact/build/
cp public/index.html ./gh-pages-artifact/
cp public/global.css ./gh-pages-artifact/
cp public/favicon.svg ./gh-pages-artifact/
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 public/pwa-files-to-cache.json ./gh-pages-artifact/
if [ -f public/CNAME ]; then
cp public/CNAME ./gh-pages-artifact/CNAME
fi

5
.gitignore vendored
View File

@@ -8,6 +8,7 @@ yarn.lock
# Build output
public/build/
public/pwa-files-to-cache.json
# macOS specific files
.DS_Store
@@ -51,3 +52,7 @@ Temporary Items
.env.development
.env.test
.env.production
# Make favicon generation script executable
chmod +x ./scripts/generate-favicons.js
chmod +x ./scripts/update-data.js

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

28
LICENSE Normal file
View File

@@ -0,0 +1,28 @@
MIT License
Copyright (c) 2025 sHa
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---
**Notice:**
The code in this repository is licensed under the MIT License.
All logos and brand images included in this repository are the property of their respective owners.
These logos are provided for informational and illustrative purposes only and are not covered by the MIT License.
Use of these logos must comply with each brand's guidelines and does not imply endorsement or affiliation.

View File

@@ -1,34 +1,52 @@
# Logo Gallery Project Makefile
# Configuration
DOCKER_COMPOSE = docker compose
CONTAINER_NAME = logo-gallery
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
.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
# Development mode with hot reloading
dev:
$(DOCKER_COMPOSE) -f compose.dev.yml up --build
dev: pwa-cache-list
$(DOCKER_COMPOSE) up --build
# Build the Docker container
build:
@echo "Building the Logo Gallery container..."
$(DOCKER_COMPOSE) -f compose.dev.yml build
$(DOCKER_COMPOSE) build
# Start the application in the background
start:
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
@@ -36,27 +54,55 @@ 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 slogos-dev 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) run --rm $(CONTAINER_NAME) npm run generate-favicons
@echo "Favicons have been generated"
# Build with favicons
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) 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) run --rm $(CONTAINER_NAME) node scripts/generate-svg-variants.js
@echo "SVG variants have been generated"
# Generate PWA cache list
generate-pwa-cache-list:
@echo "Generating PWA cache list..."
$(DOCKER_COMPOSE) run --rm $(CONTAINER_NAME) npm run pwa-cache-list

View File

@@ -16,4 +16,6 @@ All project code was created by AI (GitHub Copilot) with my coaching, explanatio
## License
This project is MIT licensed. Please note that the logos themselves are property of their respective owners and should be used according to their brand guidelines.
This project is MIT licensed. See [LICENSE](./LICENSE) for details.
**Note:** The logos themselves are the property of their respective owners and are provided here for informational and illustrative purposes only. Usage of these logos must comply with each brand's guidelines and does not imply endorsement or affiliation.

10
ToDo.md Normal file
View File

@@ -0,0 +1,10 @@
[ ] 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 quiz game to guess the logo or flags and invert
Done:
[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

1065
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,11 @@
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --host 0.0.0.0 --dev --single",
"scan-logos": "node scripts/scanLogos.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"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
@@ -15,11 +19,13 @@
"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": {
"@resvg/resvg-js": "^2.0.1",
"sirv-cli": "^1.0.0"
"jimp": "^0.22.10",
"sirv-cli": "^1.0.0",
"svelte-spa-router": "^3.3.0"
}
}

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

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"
}
}
]

6905
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

View File

@@ -1,6 +0,0 @@
[
{
"name": "tech",
"color": "silver"
}
]

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

13
public/favicon.svg Normal file
View File

@@ -0,0 +1,13 @@
<svg width="100%" height="100%" viewBox="0 0 84 84" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="24" height="24" rx="4" fill="#ffc728"/>
<rect x="30" y="0" width="24" height="24" rx="4" fill="#b01cab"/>
<rect x="60" y="0" width="24" height="24" rx="4" fill="#00a1de"/>
<rect x="0" y="30" width="24" height="24" rx="4" fill="#EA4335"/>
<rect x="30" y="30" width="24" height="24" rx="4" fill="#75bd21"/>
<rect x="60" y="30" width="24" height="24" rx="4" fill="#ff661c"/>
<rect x="0" y="60" width="24" height="24" rx="4" fill="#4285F4"/>
<rect x="30" y="60" width="24" height="24" rx="4" fill="#cf0f2b"/>
<rect x="60" y="60" width="24" height="24" rx="4" fill="#34A853"/>
</svg>

After

Width:  |  Height:  |  Size: 712 B

21
public/favicon_big.svg Normal file
View File

@@ -0,0 +1,21 @@
<svg width="100%" height="100%" viewBox="0 0 114 114" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="24" height="24" rx="4" fill="#4285F4"/>
<rect x="30" y="0" width="24" height="24" rx="4" fill="#EA4335"/>
<rect x="60" y="0" width="24" height="24" rx="4" fill="#FBBC05"/>
<rect x="90" y="0" width="24" height="24" rx="4" fill="#34A853"/>
<rect x="0" y="30" width="24" height="24" rx="4" fill="#34A853"/>
<rect x="30" y="30" width="24" height="24" rx="4" fill="#4285F4"/>
<rect x="60" y="30" width="24" height="24" rx="4" fill="#EA4335"/>
<rect x="90" y="30" width="24" height="24" rx="4" fill="#FBBC05"/>
<rect x="0" y="60" width="24" height="24" rx="4" fill="#FBBC05"/>
<rect x="30" y="60" width="24" height="24" rx="4" fill="#EA4335"/>
<rect x="60" y="60" width="24" height="24" rx="4" fill="#34A853"/>
<rect x="90" y="60" width="24" height="24" rx="4" fill="#4285F4"/>
<rect x="0" y="90" width="24" height="24" rx="4" fill="#34A853"/>
<rect x="30" y="90" width="24" height="24" rx="4" fill="#FBBC05"/>
<rect x="60" y="90" width="24" height="24" rx="4" fill="#4285F4"/>
<rect x="90" y="90" width="24" height="24" rx="4" fill="#EA4335"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,9 +1,83 @@
:root {
--primary-color: #3498db;
--primary-color: #4619c2;
--primary-color-hover: #6447b5;
--secondary-color: #2c3e50;
--additional-color: #219150;
--background-color: #f8f9fa;
--card-background: #ffffff;
--text-color: #333333;
--white: #ffffff;
--black: #000000;
--color-border: #ddd;
--card-background: var(--white);
--color-bg: var(--background-color);
--color-text: var(--text-color);
--color-card: var(--card-background);
--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 */
@media (prefers-color-scheme: dark) {
:root {
--color-card: #23272e;
--background-color: #181a20;
--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;
}
}
/* Class-based theme overrides for explicit theme switching */
:root.dark,
[data-theme="dark"] {
--color-card: #23272e;
--background-color: #181a20;
--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,
[data-theme="light"] {
--color-bg: #fff;
--color-card: #f8f8f8;
--background-color: #f8f9fa;
--color-text: #333333;
--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;
}
* {
@@ -12,24 +86,35 @@
padding: 0;
}
:global(html),
:global(body) {
background: var(--color-bg);
color: var(--color-text);
height: 100%;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background-color: var(--background-color);
color: var(--text-color);
background-color: var(--color-bg);
color: var(--color-text);
line-height: 1.6;
}
.container {
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 2rem;
padding: 0;
background: var(--color-bg);
color: var(--color-text);
}
button {
cursor: pointer;
padding: 0.5rem 1rem;
background-color: var(--primary-color);
color: white;
background-color: var(--color-accent);
color: var(--white);
border: none;
border-radius: 4px;
font-size: 0.9rem;
@@ -37,33 +122,40 @@ button {
}
button:hover {
background-color: #2980b9;
background-color: var(--color-accent-hover);
}
.view-toggle {
display: flex;
gap: 0.5rem;
margin-bottom: 1rem;
gap: 0.2rem;
}
.search-bar {
margin-bottom: 1.5rem;
width: 100%;
max-width: 500px;
}
.search-bar input {
width: 100%;
padding: 0.75rem;
border: 1px solid #ddd;
.view-toggle button {
padding: 0.3rem 0.5rem;
background: var(--color-card);
color: var(--color-text);
border: 1px solid var(--color-border);
border-radius: 4px;
font-size: 1rem;
transition: background 0.2s, color 0.2s;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.view-toggle button.active,
.view-toggle button:focus {
background: var(--color-accent);
color: var(--white);
font-weight: bold;
/* outline: 2px solid var(--color-border); */
}
.copy-btn,
.copy-group .png-btn {
background-color: var(--secondary-color, #2c3e50);
color: #fff;
background-color: var(--secondary-color);
color: var(--white);
font-weight: 500;
letter-spacing: 0.02em;
min-width: 2.5em;
@@ -71,7 +163,7 @@ button:hover {
margin: 0;
padding: 0.4em 1em;
font-size: 0.95em;
border-right: 1px solid var(--color-border, #ddd);
border-right: 1px solid var(--color-border);
transition: background 0.2s, color 0.2s;
text-wrap: nowrap;
}
@@ -85,15 +177,15 @@ button:hover {
.copy-btn:hover,
.copy-group .png-btn:focus,
.copy-group .png-btn:hover {
background: #222;
color: #fff;
background: var(--black);
color: var(--white);
outline: none;
}
.download-btn,
.download-group .png-btn {
background: #27ae60;
color: #fff;
color: var(--white);
font-weight: 500;
letter-spacing: 0.02em;
min-width: 2.5em;
@@ -101,7 +193,7 @@ button:hover {
margin: 0;
padding: 0.4em 1em;
font-size: 0.95em;
border-right: 1px solid var(--color-border, #ddd);
border-right: 1px solid var(--color-border);
transition: background 0.2s, color 0.2s;
}
@@ -115,69 +207,76 @@ button:hover {
.download-group .png-btn:focus,
.download-group .png-btn:hover {
background: #219150;
color: #fff;
color: var(--white);
outline: none;
}
.copy-group, .download-group {
.copy-group,
.download-group {
display: inline-flex;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 1px 2px rgba(0,0,0,0.03);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
margin-right: 0.5em;
}
/* Shared color switcher and color circle styles */
.color-circle {
width: 20px;
height: 20px;
border-radius: 50%;
box-shadow: 0 1px 2px rgba(0,0,0,0.08);
cursor: pointer;
display: inline-block;
transition: border 0.2s, box-shadow 0.2s;
}
.color-circle:hover {
box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.color-switcher-preview,
.color-switcher-inline,
.color-switcher-under {
display: flex;
gap: 0.4em;
align-items: center;
}
.color-switcher-preview {
justify-content: center;
margin: 1em 0 0.5em 0;
}
.color-switcher-inline {
margin-left: auto;
}
.color-switcher-under {
margin: 0.5em 0 0 0;
/* Universal Button Group Styles */
.button-group {
display: inline-flex;
border: 1px solid var(--color-border);
border-radius: 6px;
overflow: hidden;
background: var(--color-card);
}
.logo-tag {
display: inline-block;
background: var(--color-accent, #4f8cff);
.button-group button {
background: none;
border: none;
color: var(--color-text);
cursor: pointer;
padding: 0.5em 0.7em;
transition: background 0.2s, color 0.2s, border-color 0.2s;
display: flex;
align-items: center;
justify-content: center;
border-right: 1px solid var(--color-border);
border-radius: 0;
position: relative;
}
.button-group button:last-child {
border-right: none;
}
.button-group button:hover:not(.active) {
background: var(--color-border);
color: var(--color-text);
}
.button-group button.active {
background: var(--color-accent);
color: #fff;
border-radius: 12px;
padding: 0.2em 0.8em;
font-size: 0.85em;
font-weight: 500;
letter-spacing: 0.02em;
transition: background 0.2s;
border-right-color: var(--color-accent);
}
.button-group button.active:hover {
background: var(--color-accent-hover, #2980b9);
border-right-color: var(--color-accent-hover, #2980b9);
}
.button-group button.active:last-child {
border-right: none;
}
.logo-actions {
display: flex;
align-items: center;
gap: 0.5em;
flex-wrap: nowrap;
}
.logo-info {
flex: 1 1 auto;
min-width: 0;
background: var(--color-card);
color: var(--color-text);
padding: 0.5rem 1rem;
@@ -185,6 +284,11 @@ button:hover {
transition: background 0.2s, color 0.2s;
}
.logo-info h3 {
margin-bottom: 0.5rem;
color: var(--color-accent);
}
.logo-image,
.logo-preview {
display: flex;
@@ -198,7 +302,9 @@ button:hover {
transition: background 0.2s, color 0.2s;
}
.logo-preview img {
/* Logo image styles - used in multiple components */
.logo-preview img,
div.logo-image img {
max-width: 80%;
max-height: 80%;
width: auto;
@@ -208,61 +314,65 @@ button:hover {
margin: 0 auto;
}
.format-row {
display: flex;
align-items: center;
gap: 1em;
margin-bottom: 0.5em;
}
/* Direct logo image size constraints that will work with any component structure */
div.logo-image {
display: flex;
align-items: center;
justify-content: center;
/* background-color removed for theme support */
position: relative;
overflow: hidden;
}
div.logo-image img {
max-width: 80%;
max-height: 80%;
width: auto;
height: auto;
object-fit: contain;
}
.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);
}
/* Grid specific */
.logo-grid .logo-item .logo-image {
/* height: 160px; */
width: 100%;
/* Modal styles */
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
align-items: center;
justify-content: center;
z-index: 1000;
}
/* List specific */
.logo-list .logo-item .logo-image {
width: 120px;
min-width: 120px;
height: 100px;
border-right: 1px solid #eee;
.modal-content {
background: var(--color-card);
color: var(--color-text) !important;
border-radius: 8px;
padding: 1rem;
max-width: 500px;
width: 90%;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
border: 1px solid var(--color-border);
transition: background 0.2s, color 0.2s;
}
/* Dark theme overrides */
@media (prefers-color-scheme: dark) {
:root {
--color-card: #23272e;
--background-color: #181a20;
--color-text: #f5f6fa;
--color-border: #333842;
--color-accent: #4f8cff;
}
.modal-content * {
color: var(--color-text);
}
.modal-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1rem;
color: var(--color-text);
}
.modal-header h2 {
margin: 0;
font-size: 1.5rem;
color: var(--color-text);
}
.modal-body {
color: var(--color-text);
}
textarea {
background-color: var(--background-color);
color: var(--color-text);
}

BIN
public/icon-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
public/icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.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">
<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,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="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,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,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

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

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,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,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="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: 2.0 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

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,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

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

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

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 556 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 411 KiB

View File

@@ -0,0 +1,9 @@
<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600">
<circle cx="300" cy="300" r="300" fill="#0f47af" id="circle1" />
<path fill="#fcdd09"
d="M 71.746892,225.36874 H 246.11757 L 285.5414,104.02942 296.05735,136.39047 238.7616,312.72168 221.74968,300.36041 239.6176,245.36865 H 99.27437 L 71.746892,225.36874 M 158.9313,493.69421 212.81372,327.86028 109.59765,252.86862 h 34.02571 l 149.998,108.97818 -17.01592,12.35994 -46.7758,-33.98385 -43.37047,133.47141 -27.52787,19.99991 m 282.1374,0 -141.06737,-102.49154 -103.21954,74.99166 10.51462,-32.35986 149.99666,-108.97817 6.49998,19.99857 -46.7798,33.98785 113.5395,82.49163 10.51595,32.35986 M 528.25231,225.36874 387.18494,327.86028 426.60876,449.20241 399.08089,429.2025 341.78914,252.86862 h 21.02791 l 17.86792,54.99175 113.53949,-82.49163 h 34.02785 M 300.00133,59.533882 353.88109,225.36874 h 127.58343 l -27.52388,19.99991 H 268.53347 l 6.49597,-19.99991 h 57.82374 L 289.48538,91.894004 Z"
id="path1" />
<path fill="none" stroke="#fcdd09" stroke-width="10"
d="M 300.00133,410.46658 V 540.466 M 195.38447,334.45625 71.747158,374.63074 M 235.34562,211.47413 158.93263,106.30181 M 364.65704,211.47413 441.0687,106.30181 m -36.45184,228.15444 123.63545,40.17449 z"
id="path2" />
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 72 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 80 KiB

View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%"
viewBox="-82.5 0 165 230.5" fill="#ffd500">
<path
d="M-81.25 1.25h162.5v172.5a31.25 31.25 0 0 1-18.578029 28.565428L0 228.867475l-62.671971-27.802047A31.25 31.25 0 0 1-81.25 172.5z"
fill="#005bbb" stroke="#ffd500" stroke-width="2.5" />
<path
d="M5.985561 78.82382a104.079383 104.079383 0 0 0 14.053598 56.017033 55 55 0 0 1-13.218774 70.637179A20 20 0 0 0 0 212.5a20 20 0 0 0-6.820384-7.021968 55 55 0 0 1-13.218774-70.637179A104.079383 104.079383 0 0 0-5.98556 78.82382l-1.599642-45.260519A30.103986 30.103986 0 0 1 0 12.5a30.103986 30.103986 0 0 1 7.585202 21.063301zM5 193.624749a45 45 0 0 0 6.395675-53.75496A114.079383 114.079383 0 0 1 0 112.734179a114.079383 114.079383 0 0 1-11.395675 27.13561A45 45 0 0 0-5 193.624749V162.5H5z" />
<path id="ua-coat-a"
d="M27.779818 75.17546A62.64982 62.64982 0 0 1 60 27.5v145H0l-5-10a22.5 22.5 0 0 1 17.560976-21.95122l14.634147-3.292683a10 10 0 1 0-4.427443-19.503751zm5.998315 34.353887a20 20 0 0 1-4.387889 37.482848l-14.634146 3.292683A12.5 12.5 0 0 0 5 162.5h45V48.265462a52.64982 52.64982 0 0 0-12.283879 28.037802zM42 122.5h10v10H42z" />
<use xlink:href="#ua-coat-a" transform="scale(-1 1)" />
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 565 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 6 4">
<path d="M0,0H6V4H0z" fill="#d81c3f" />
<path d="M0,0H3V4H0z" fill="#fce016" />
</svg>

After

Width:  |  Height:  |  Size: 183 B

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1000 700">
<path fill="#d0103a" d="M0 0h1000v700H0z" />
<path fill="#fedf00" d="M0 0h680v700H0z" />
<path fill="#0018a8" d="M0 0h320v700H0z" />
</svg>

After

Width:  |  Height:  |  Size: 242 B

150
public/images/flags/ad.svg Normal file
View File

@@ -0,0 +1,150 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-ad" viewBox="0 0 640 480">
<path fill="#d0103a" d="M0 0h640v480H0z"/>
<path fill="#fedf00" d="M0 0h435.2v480H0z"/>
<path fill="#0018a8" d="M0 0h204.8v480H0z"/>
<path fill="#c7b37f" d="M300.4 136.6c7.7 0 10.9 6.6 18.6 6.6 4.7 0 7.5-1.5 11.7-3.9 2.9-1.6 4.7-2.5 8-2.5 3.4 0 5.5 1 7.3 4 1 1.6 1.8 4.9 1.3 6.7a40 40 0 0 1-2.7 8.3c-.7 1.6-1.3 2.5-1.3 4.2 0 4.1 5.6 5.5 9.4 5.6.8 0 7.7 0 12-4.2-2.3-.1-4.9-2-4.9-4.3 0-2.6 1.8-4.3 4.3-5.1.5-.1 1.3.3 1.7 0 .7-.3.4-1 1-1.4 1.2-1 2-1.6 3.6-1.6q1.3-.1 2.5.7.5.7 1 .8c1.2 0 1.8-.8 3-.8a5 5 0 0 1 2.3.6c.6.3.6 1.5 1.4 1.5.4 0 2.4-.9 3.5-.9 2.2 0 3.4.8 4.8 2.5.4.5.6 1.4 1 1.4a6 6 0 0 1 4.8 3c.3.4.7 1.4 1.1 1.5.6.3 1 .2 1.7.7a6 6 0 0 1 2.8 4.8q-.1 1.2-.5 2.2c-1.8 6.5-6.3 8.6-10.8 14.3-2 2.4-3.5 4.3-3.5 7.4 0 .7 1 2.1 1.3 2.7-.2-1.4.5-3.2 2-3.3a4 4 0 0 1 4 3.6l-.3 1.8a10 10 0 0 1 4-1.4h1.9c3.3 0 7 1.9 9.3 3.8a21 21 0 0 1 7.3 16.8c-.8 5.2-.3 14.8-13.8 18.6 2.5 1 4.2 3 4.2 5.2a4.5 4.5 0 0 1-4.4 4.7 4 4 0 0 1-3.5-1.4c-2.8 2.8-3.3 5.7-3.3 9.7 0 2.4.4 3.8 1.4 6s1.8 3.5 3.7 5.1q1.3-2.4 4-2.6 2.7-.1 3.9 2.2c.2.5 0 .9.3 1.4.3.6.8.7 1.1 1.3.5 1 0 1.8.5 2.7.3.7.9.8 1.2 1.4.4 1 .5 1.6.5 2.7 0 3-2.7 5.2-5.7 5.2-1 0-1.4-.4-2.3-.3 1.7 1.7 3 2.5 4.3 4.5a18 18 0 0 1 3 10.3 22 22 0 0 1-2.8 11.2 20 20 0 0 1-7 8.5 35 35 0 0 1-16 6.4 74 74 0 0 1-11 1.4l-14.1.8c-7.2.4-12.2 1.5-17.3 6.6 2.4 1.7 4 3.5 4 6.4q-.2 4.7-4.7 6.2c-.7.2-1.2 0-1.9.4s-.7 1.3-1.4 1.7a6 6 0 0 1-3.8 1 8 8 0 0 1-6.4-2.5c-2.2 1.8-3 3.4-5.5 4.9-.8.4-1.2 1-2.1 1-1.5 0-2.2-1-3.4-1.8a23 23 0 0 1-4.4-4c-2.3 1.3-3.6 2.4-6.3 2.4a7 7 0 0 1-4-1c-.6-.5-.8-1.2-1.5-1.6s-1.3-.3-2.1-.7c-3-1.3-5-3.5-5-6.8 0-2.9 1.8-4.7 4.4-6-5-5-10-5.8-17-6.2l-14-.8c-4.4-.3-6.8-.7-11-1.4-3.3-.5-5.2-.7-8.2-2.1-10.2-4.8-16.8-11.3-18-22.5-.2-1-.2-1.5-.2-2.5 0-5.8 2.3-9.4 6.4-13.5-1-.3-1.7 0-2.8-.3-2.5-1-4.4-2.7-4.4-5.5q-.1-1.4.5-2.6c.4-.6 1-.7 1.2-1.4.2-1 0-1.6.4-2.5.3-.5.8-.6 1-1.2 1-1.9 2-3.4 4.1-3.4q2.7.1 3.8 2.5c1.8-.8 2.2-2.1 3.2-3.7a16 16 0 0 0 1.4-13.3c-.4-1.5-.6-2.5-1.8-3.7q-1.4 1.4-3.4 1.4c-2.9 0-5-2.5-5-5.3a5 5 0 0 1 3-4.6c-1.6-1.4-3-1.5-4.7-2.6-2.6-1.6-3.5-3.4-5.2-6-1.2-1.6-1.5-2.8-2-4.7a19 19 0 0 1-1-7.8c.6-5 1.5-8 4.6-11.9 1.8-2.3 3-3.7 5.8-4.9 2.3-1 3.7-1.7 6.2-1.7l2 .1a7 7 0 0 1 2.8.8c.4.2 1.1.9 1.1.4s-.3-.8-.3-1.3c0-2 1.5-4 3.6-4 1.5 0 2.1 1.4 2.9 2.7q.6-1 .7-2.3c0-3.4-1.9-5.2-4-7.9-4.7-5.8-10.5-8.5-10.5-16q0-3.2 3-4.9c.5-.3 1.3 0 1.8-.3s.4-1 .7-1.4q.7-.9 1.6-1.6c1-1 2-.6 3.1-1.5q.8-.7 1.2-1.4c1.3-1.6 2.5-2.4 4.6-2.4q1.3-.1 2.5.4l1 .5q.5-.5 1.5-1.1a4 4 0 0 1 2.2-.6c1.1 0 1.8.6 3 .6l.8-.6c1-.7 1.5-1 2.7-1s1.8.3 2.8 1c1 .5 1 1.3 2 1.8l1.5.4c2.6.9 4.5 2.6 4.5 5.3q.1 2.1-1.4 3.5c-.9.7-1.7.6-2.8 1a16 16 0 0 0 11.3 3.5c4.2 0 9.3-1.7 9.3-5.9 0-2-1-3-1.8-4.8a19 19 0 0 1-2.1-8.5c0-2.8.3-4.5 1.9-6.7s3.6-2.9 6.5-2.9"/>
<g fill="none" stroke="#703d29">
<path stroke-linejoin="round" stroke-width=".7" d="M272.4 159a4 4 0 0 0 2.4 2.4c.8.3 2.7.2 3.8-1.4 1-1.2 1-2.8.6-4a5 5 0 0 0-1.7-2.2z"/>
<path stroke-linecap="round" stroke-width=".7" d="M401 236.1c-1.2-2.9-4.3-1.6-4.4 0-.5 3.7 2.7 4.8 5 4.2a4 4 0 0 0 2.5-2q1-1.6.4-3.7l-.8-1.6-1.3-1.2q-1.2-.7-3.4-.6c-5.5 0-10.4 6.5-12 13.4-.6 2.2-1.3 7.3-.3 12a22 22 0 0 0 5.9 11.3 26 26 0 0 0 9.9 5.8 8 8 0 0 0 4 .1c3.2-.7 4.7-3.8 3-7-1.3-2.5-5.3-4-7.2-.6q-.3.5-.4 1.5c0 .9.4 2 1 2.4 1.5.9 3.8.6 3.7-2"/>
<path stroke-width=".8" d="M383.8 274a11 11 0 0 1 6.6-3.7q4.4-.4 8.2 2a19 19 0 0 1 10.8 17c0 3.6-1 7.5-2 9.4-.8 1.7-3 9-15.3 14-7.1 3-18 3.6-25.7 4-10.4.3-20 .7-25.5 7.6"/>
<g stroke-width=".7">
<path d="M386.4 285.7q-.4-1.5.8-3.3c1.2-1.6 3.7-2.1 6-1a7 7 0 0 1 2.5 2.2l1.1 1.6q1 1.7 1 2.5c2.5 7-1.4 14.5-6.5 17.6-4 2.4-8.7 3.4-14.4 4-2.5.4-4 .3-6.5.5h-16.8c-2.9.3-5 .4-7.6.8q-2.4.3-5.4 1-.9 0-1.8.4l-1.2.3q-5.5 1.6-9.8 4.2-1.3.7-2.5 1.7l-1.3 1.2c-2 2-3.9 4-4.4 6.7v1.6c0 1.8 1.4 4.3 5.4 5m5.5-170c.8 1.4 1.3 2.3.8 3.9q-.9 2.7-3.6 2.8c-4 0-6.3-4.8-4.5-7.8 3.2-5.3 9.3-2.3 15 .3-.3-1.3-.8-1.8-.7-3.5.1-4.2 3.2-6 4.5-10 .7-2.3 1-4.3-.7-6q-2.2-1.8-5.1-.6c-3.8 1.5-8.5 5.9-16.6 6-8.2-.1-12.8-4.5-16.7-6q-3-1.2-5.1.7c-1.7 1.6-1.4 3.6-.7 6 1.3 3.8 4.4 5.7 4.5 10 0 1.6-.4 2-.7 3.4 5.7-2.6 12-5.9 15-.3 1.7 3.2-.5 7.7-4.5 7.7q-2.7 0-3.6-2.7-.5-2.2.8-4"/>
<path stroke-linecap="round" d="M314.6 159.9a5 5 0 0 1 2.4 5c-.2 2.5-.8 3.1-2.8 4.5m2.4-3.8q0 2.2-2.3 3.1"/>
</g>
<path fill="#c7b37f" stroke="none" d="m276.7 153.3.7.5.8.8.5 1 .2.8v1.9l-.2.8-.5.6-.6.6-.9.5-1 .2-1 .2-1-.5-.9-.6-.5-.8-.4-1v-.4z"/>
<path stroke-linecap="round" stroke-width=".7" d="M275.2 157.2c-.3-1.7-2.2-2-3-1-1.1 1.5-.3 4 2 4.7a4 4 0 0 0 3.9-1.4c1-1.3.9-2.8.5-4a5 5 0 0 0-1.7-2.2c-2.7-2-7.1-1.6-8.6 2-1.8 4.4 2.2 7.8 6 10.3 4.6 3.2 10 3.8 14 3.8 9.2-.1 16.2-4.5 20.7-7q1.7-.9 2.7.2a2 2 0 0 1-.3 2.7"/>
<path stroke-width=".7" d="m248 281.2-2 .7-2 1.6-1 1.3-1.1 2-.5 1.5-.4 1.8-.2 1.4m19-10.1-.1 1.8-.3 1.2-1 2.2-1.3 1.8-1.5 1.2-1.1.5-1.6.4"/>
<path stroke-width=".8" d="M319.7 329.1c-.3 1.7-1.9 3.6-5.3 4.2l-.6.2"/>
<path stroke-width=".9" d="M404.2 276.2a18 18 0 0 1 5.6 13.5c0 3.6-1 7.5-2 9.4-.8 1.7-3 9-15.3 14a85 85 0 0 1-25.6 4c-10.3.3-19.8.7-25.4 7.3"/>
<path stroke-width=".6" d="M387.5 282.9c.8-1 3.5-2.4 5.8-1.1a6 6 0 0 1 2.3 2"/>
<path stroke-width=".9" d="m401.6 273.8 1.4.5a7 7 0 0 0 4 0c2.8-.8 4.6-3.4 3.2-6.9a6 6 0 0 0-1.8-2.1"/>
<path stroke-linecap="round" stroke-width=".7" d="M240.3 199.8c-2 1.1-3.3 1.4-4.8 3.1a28 28 0 0 0-2.6 6.8m46-51.7q-.1 2.7-3 3.2"/>
<path stroke-width=".6" d="M397.1 192a19 19 0 0 1 18.6 19.8c0 16-9.9 18.5-13.8 19.6"/>
<path stroke-width=".7" d="M398.4 192c8.1-.3 16.5 5.7 16.9 20.7.3 11.7-8 17-12 18"/>
<path stroke-width=".6" d="m393.8 248.4.1-1.6.6-2.5.7-2 .9-1.6 1-1.3m7.8-3.4v1.5l-.5 1-.7 1.1-.8.6-1.2.5h-1.1l-.8-.1m-14.3-52.8.3-1.7.8-1.6 1-1.5 1.6-2.2 1.4-1.4 2-2.2 2-1.9 1.1-1.3 1.5-1.9 1.4-2 .8-1.7.5-2.2.1-2.7-.2-.8m-12.3 128.2 1.6-.4 1.2-.6.7-.7.5-.8.3-1.2v-.9m-158.2-12.1h2.7l1.6-.6m5-36.5-.2 1.4-.4.6-.4.6-.7.5-.7.3-1 .1h-.6m9.9-15.5-.3 2.1-.5 1-.8 1.2-1.2.9-1.2.6-2.3.5m15.3-39.7-.5 1.3-.5 1-.8 1-1 1-1.2.5-1.1.3-.6-.1m.3-6.2v1"/>
<g stroke-width=".6">
<path stroke-linecap="round" d="M254.3 224a7 7 0 0 1-2.1 1.4m150.5 44.8.5.2c1.4.8 4.2-.2 3.4-2.4"/>
<path d="M397.8 239.6c1 1.3 2.9 1.7 4.4 1.3a4 4 0 0 0 2.5-2q1-1.6.4-3.7l-.9-1.6-1.3-1.5-.4-.2m6.4 34 .1-.7a4 4 0 0 0-1.3-3l-.8-.8m.4.5c0-1.8-1.5-3.2-3.4-3.5m-4.2 2.8-1.3-1a16 16 0 0 1-4.3-10.7c0-4.2 1.6-8.4 3.6-10M341.2 324l1.8-1.6 1.2-1 2.3-1.4 2.2-1 1.6-.5 3-.6 3.6-.6m-29.5 19.4a17 17 0 0 1-7.6 6.1 18 18 0 0 1-7.6-6.1"/>
<path stroke-linecap="round" d="M314.4 332.6a10 10 0 0 1-2.2 4.2"/>
<path d="m314.7 330.5-.4 2.2M312 337l-1 1-1.7.9-2 .6m-5.6-177.8c.3-.8.5-1.4.5-2.6-.1-4.2-3.2-6.1-4.5-10-.7-2.3-1-4.3.7-6q2.2-2 5-.6c4 1.5 8.6 5.8 16.7 6-8.1-.2-12.8-4.5-16.6-6-2-.8-3.8-1-5.3.5-1.7 1.6-1.2 3.8-.5 6.1 1.3 3.9 4.2 5.8 4.3 10q-.1 1.6-.5 2.6M320 148c8-.4 14.9-5.8 17.1-6.3 2-.4 3-.2 4.5 1.1-1.4-1.3-3-1.2-5-.5-3.8 1.5-8.4 5.8-16.6 6m79.6 112.9a16 16 0 0 1-6.2-12.4c0-4.1 1.7-8.4 3.6-10m-70 97.6c-1.3 2-4.3 5-7.6 6.2a18 18 0 0 1-7.6-6.2"/>
<path stroke-linecap="round" d="m306.7 163.7 2.3-1.3c1-.6 2.3-.5 2.9.2s.7 2-.2 2.8"/>
<path d="M294.7 169.3c5.5-1.2 10-3.6 13.4-5.5M340.3 328c.5.3.8 1 .8 1l.3.8c.3 1.5-.7 2.4-2 2.6-1.7.2-3-.8-3.5-2M294.4 169c5.5-1.1 10-3.6 13.4-5.5m97.6 106.9c-1 .4-1.6.3-3-.2l-1.8-1a21 21 0 0 1-8.4-9 19 19 0 0 1-1.7-4.6 12 12 0 0 1-.5-3.3 26 26 0 0 1 4.7-15.3c1.1-1.6 2.1-2.5 4.2-2.6m-143.7-39.3a7 7 0 0 1 2.7 5.7c0 3.1-2.6 8.2-9 10a8 8 0 0 1-6.3-.8"/>
<path d="M256.3 205.6q1.6 1 1.6 3.3 0 1.6-1.9 3.7a12 12 0 0 1-8.8 4q-3 .1-6-1.7a9 9 0 0 1-3.8-5.4"/>
<path d="M256.2 212.3q1.8 1.8 1.7 4.6.1 3.9-3.7 7-.8.8-2 1.5m129.5-22.1v3.5m-.3-4.4v5m.3-15.8v6.6m-.3-8v8.9m-1.9 82a19 19 0 0 1-4.2 5.6 20 20 0 0 1-5.8 4.1 25 25 0 0 1-6.6 2.2 33 33 0 0 1-6.8.9c-2.5 0-3.9 0-6.4-.2s-4-.6-6.7-.8c-2.2-.2-3.4-.4-5.6-.3a28 28 0 0 0-11 1.8c-2.6 1-5.7 3-6.3 3.8a22 22 0 0 0-6.4-3.8 22 22 0 0 0-5.1-1.4c-2.3-.4-3.5-.4-5.8-.4s-3.4.1-5.6.3c-2.6.3-4 .6-6.7.8-2.5.2-3.9.3-6.4.2a33 33 0 0 1-13.4-3 20 20 0 0 1-6.4-4.8m42.1 53.4 1.8-.2m30.3-2.4 1.8-.1 1.7-.7 1.2-.8 1.7-2 .3-.6.3-1.7v-.8m47-136.7c.7-2.6-.2-5.4-2.8-5.3m-132 46.5a8 8 0 0 1-3.5 4.7m3.6-46.7a7 7 0 0 1-3.6 4c-1.9.8-4 0-5.2-.8"/>
<path stroke-linecap="round" d="M243.8 202.4c1.5.8 3.1-.4 2.8-2.4a3 3 0 0 0-2.5-2.2"/>
<path d="M250.2 286.6q.3.5.8.8c.7.2 1.2.4 1.9-.5.8-1.1.3-2.8-.5-3.9a5 5 0 0 0-5.8-1q-1.2.6-2.6 2.2l-1.1 1.6q-1 1.7-1.1 2.4c-2 5.9.4 12 4.1 15.7"/>
<path stroke-linecap="round" d="m340.2 327.8.7.8.2.9c.3 1.5-.7 2.4-2 2.6-1.6.2-2.8-.8-3.3-2"/>
<path d="M389.4 154.8a7.4 7.4 0 0 1 6.3 7c0 4.4-1.5 6-3.8 9.2-2.5 3.4-10.7 9.6-10.7 16.7q-.2 6.4 4.3 8.4c2 1 4.3 0 5.4-1 2.6-2.4 1.5-6.5-1.2-7-3.2-.6-3.9 4.6-.7 4.3m17.9 69a4 4 0 0 0-3.6-3 3.7 3.7 0 0 0-3.7 3.7q0 1.6 1 2.6"/>
<path d="M383.9 195.1a7 7 0 0 0-2.7 5.7c0 3.1 2.6 8.2 9 10 2.4.7 4.8.6 6.2-.3m-156-10.3a9 9 0 0 0-4.8 3.5 17 17 0 0 0-2.2 12.7 16 16 0 0 0 2.3 5.6l1 1.2 1.2 1m64 92c4.9 2.1 8.4 3.7 11.4 8.5a10 10 0 0 1 1.2 4.9c0 2.7-1 5.7-3.3 7.6a8 8 0 0 1-6.7 2c-1.9-.2-3.7-1.6-4-2.6M254 224.1c2.7 2.2 3.9 4.2 3.9 7.5a8 8 0 0 1-4 7.5"/>
<path stroke-linecap="round" d="M251.5 236.4c4 5.1 6.3 8.1 6.4 14.1.1 5.7-1.7 9.6-5 13.7"/>
<path d="M329.8 169.3a4 4 0 0 0 1.5-2.2q.8-2.2-.2-4 1.3 2 .7 4c-.1 1-.8 1.5-1.6 2.3m51.5 86.1v16.2l-.1 2.5-.3 1.7"/>
<path d="M381.4 254v19.9l-.5 2.6m.5-43v14.6m.3-13.4v11.8m0-26.8v8.8m-.3-9.9v11m.3-19v3.5m-.3-4.2v5m-1.8 65.2-.4.7a19 19 0 0 1-4.1 5.7 20 20 0 0 1-5.9 4 25 25 0 0 1-6.5 2.2c-2.7.6-4.2.8-6.9.9-2.5 0-3.9 0-6.3-.2-2.7-.2-4.1-.5-6.8-.8-2.2-.2-3.4-.3-5.6-.3s-3.5 0-5.7.4a22 22 0 0 0-5.2 1.4c-2.7 1.1-5.7 3-6.4 3.8-.6-.8-3.7-2.7-6.3-3.8a22 22 0 0 0-5.2-1.4c-2.2-.4-3.5-.4-5.8-.4s-3.4.1-5.6.3c-2.6.3-4 .6-6.7.8-2.5.2-3.9.3-6.3.2a33 33 0 0 1-13.5-3 20 20 0 0 1-5.8-4.1l-2.5-2.8m-2-3.2a10 10 0 0 1-2.3 7.7c-.8.9-2.6 2.6-5 2.6-3.7 0-4.8-2.5-5-3.2"/>
<path d="M255.6 278.9q1 1 1.9 2.5c1 1.8.6 4.8-.1 6.2l-.3.4m-20.3 18q3.3 3.8 10.9 7.1c7.1 3 18.1 3.6 25.7 4 10 .3 19.3.7 25 7m17.3-4a12 12 0 0 1 4 5.5m-7.3 11.5-.7.7a8 8 0 0 1-6.6 2c-2-.2-3.8-1.6-4.3-2.6m-5.4-2.9.3.4a8 8 0 0 0 5.1 2.4m27 0a18 18 0 0 1-7.7 6.1 18 18 0 0 1-7.6-6.1l-.3-.5m15.6.4.7.7a8 8 0 0 0 6.7 2 6 6 0 0 0 4-2.5l.5-.7"/>
<path d="m339 336.6-.7 1.2-1.1 1-1.7.7h-1.6"/>
<path d="M343 325.3a8 8 0 0 1 2.4 2.9q.4 1 .5 2.3a6 6 0 0 1-1.5 4.2 8 8 0 0 1-5.4 2.4h-.4m.2-.2a7 7 0 0 1-5.2-2.2m63.7-67.9a24 24 0 0 1-4.8-6.4 19 19 0 0 1-1.7-4.5 12 12 0 0 1-.5-3.3 26 26 0 0 1 4.6-15.3c.7-.8 1.4-1.8 2.1-2.2m-1.3-75.9c2.5.2 4.8 3 4.8 5.7 0 3.8-1.3 5.5-4.4 9.3-2.6 3.2-10.6 9-10.3 14.5q.1 1.6 1.1 2.8m-3.2 3.5a7 7 0 0 0 2 1.4 5 5 0 0 0 4.3-.3M369 153a6 6 0 0 1 2.2 2.6c1.8 4.5-2.2 7.9-6 10.4a21 21 0 0 1-8.3 3.3"/>
<path d="M364.6 161.6a4 4 0 0 1-3.1-1.5l-.7-1m-15 4.9-1.2-1q-1.7-1.4-.8-4.4c.6-1.9 3.7-7.2 3.8-10.9.2-5.6-2-9-5.3-10.2"/>
<path stroke-linecap="round" d="m347.3 146.5-.1 2-.6 2.2-1 3-1 1.9-.8 1.9-.4 1.3-.2 1 .1.9m38 126.3.6.8c.7 1 3.2 3 5.5 3 3.7 0 4.6-2.6 4.7-3.2.5-2.9-.5-3.6-2-4.5 0 0-.8-.4-1.9-.2"/>
<path d="M237 274.4a7 7 0 0 1-3.7 0c-2.9-.9-5.2-3.6-4-7m13.4-31.8q.4.5.4 1c.4 3.8-2.8 4.8-5 4.2a6 6 0 0 1-3-2.3 5 5 0 0 1-.7-2.3m22-23.6q.9.7 1.3 1.7m-1.1-8.5q.8.7 1.1 1.3"/>
<path stroke-linecap="round" d="M257.9 210.5a9 9 0 0 1-1.6 2.4 12 12 0 0 1-8.8 4q-3 .1-6-1.7a10 10 0 0 1-4-5.6"/>
<path d="M255.4 195.3a8 8 0 0 1 2.4 3.4"/>
<path stroke-linecap="round" d="M257.8 203.2c-.9 3-3.5 6.6-8.6 7.9-2.4.6-5.6-.2-6.6-1"/>
<path d="M240 202.6c.3 2.6 2 4.6 5.4 4.6 4.7.1 7.6-6.7 3.4-11.5"/>
<path stroke-linecap="round" d="M229.4 225.5q1 1.3 2.4 2.4a17 17 0 0 0 6 3.3m5.2.5c4.2-.5 6.6-3.7 6-7.3-.3-2.8-2.8-5-4.6-5.1"/>
<path d="M249.8 188.1c1.9 0 3 1.6 2.9 3"/>
<path stroke-linecap="round" d="M249.4 163a12 12 0 0 0 5 5.9m144.2 31c1.7 2.3.6 7-4 7a5 5 0 0 1-4.5-2.5"/>
<path d="M381.7 169.1V185"/>
<path stroke-linecap="round" d="M243.8 202.3c1.4 1 3.3-.7 2.5-2.6-.5-1.2-2.2-2.6-4.7-.9-2.8 1.9-2 7.8 3.2 7.9 4.7 0 7.6-6.8 3.4-11.6-4-4.6-11.3-3.6-16 .2A21 21 0 0 0 225 207a23 23 0 0 0 0 9.2 21 21 0 0 0 3 7.5l1.3 1.7c.8.8 1 1.2 2 2a15 15 0 0 0 10.4 3.7c4.6-.2 7.3-3.4 6.8-7.3-.4-3.8-4.2-5.7-6.7-3.9-1.7 1.2-2.3 4.9.7 5.8 1.6.5 3.1-1.7 2-3M374 150.9q4-2.2 6.3 1a10 10 0 0 1 1.6 7.2 9 9 0 0 1-3.5 5.8"/>
<path stroke-linecap="round" d="M380.5 152c3.1-2 6.5-1.1 8.3 1.6 1.3 2 1.7 3.6 1.6 6.1a11 11 0 0 1-5.7 9.2"/>
<path d="M395 159.2c2.6.2 4.6 2.5 4.6 5.1 0 3.8-1 5.5-4 9.3-2.7 3.3-10.6 9-10.4 14.6 0 2.1 1.8 4 3.3 4.2"/>
<path stroke-linecap="round" d="M395.4 202.3c-1.5 1-3.3-.6-2.5-2.4.5-1.2 2.2-2.8 4.7-1.1 2.7 1.9 2 7.8-3.3 7.9-4.7 0-8-6.6-3.4-11.6 4-4.6 11.7-3.7 16.5.1 2 1.6 6.1 6 7 12 1 7 .9 15.6-6.4 21-3 2.1-7 3.1-10.6 3-4.6-.2-7.3-3.5-6.8-7.4.5-3.8 4-5.4 6.7-3.9s2.3 5.4-.7 5.8c-1.7.2-3.1-1.7-2-3"/>
<path d="M392.9 199.9c.8-3.5 3.7-3.8 6.2-3.8 6.5.1 11.1 8 11.2 15.5 0 9.5-4 15.2-11 15.5-1.9 0-5-.8-5-3"/>
<path stroke-linecap="square" d="M397 198.3c6.9 1.6 9.3 7.8 9.3 13.8 0 4.9-.5 11.6-10 13.9"/>
<path d="M408.4 265.3a3.9 3.9 0 1 0-6.3 2.4"/>
<path stroke-linecap="round" d="M394.4 259.4c1.4 2 3 4.1 6.3 6m-1.3 10.5c-3.2-2.2-9.5-5-15-2.2a8 8 0 0 0-4.4 4.4 10 10 0 0 0 1.8 9.5c.9 1 2.7 2.6 5 2.7 3.8 0 4.7-2.6 4.8-3.2.4-2.8-1.2-3.9-2-4.1-.7-.3-2.8-.2-3.2 1.3q-.3.9.2 2"/>
<path stroke-linecap="round" d="M340.5 328.4c1 2.2-.2 3.2-1.6 3.4-2.2.3-3.3-1.4-3.4-3a4.4 4.4 0 0 1 4.3-4.7c2.3 0 4.1 1.5 5 3.5q.5 1 .5 2.4a6 6 0 0 1-1.4 4.1 8 8 0 0 1-5.4 2.5c-4.2.1-7.5-3.8-7.5-7.8 0-7.7 11.4-12 16-13a84 84 0 0 1 17.9-2.4c3.5-.1 6.2 0 10.1-.5 3.5-.3 5.4-.5 9-1.3a27 27 0 0 0 12.6-6.4c2.9-2.7 4.5-4.5 5.9-8.2a17 17 0 0 0-1.3-13.9 14 14 0 0 0-10.3-6.8c-3.7-.5-7 1.1-9 4.8-1 1.8-.6 4.8.1 6.2a6 6 0 0 0 4.8 3c3.8 0 4.7-2.6 4.8-3.2.4-2.8-1.2-3.9-2-4.2-.7-.2-2.8-.1-3.2 1.4q-.3.9.2 2"/>
<path stroke-linecap="round" d="M337.2 316.2c-4.8 2.1-8.4 3.7-11.4 8.5a10 10 0 0 0-1.2 4.9c0 2.7 1.1 5.7 3.3 7.6a8 8 0 0 0 6.7 2c2-.2 3.7-1.6 4-2.6"/>
<path d="M385.1 224.1c-2.3.8-3.9 4.2-3.9 7.5a8 8 0 0 0 4 7.5"/>
<path stroke-linecap="round" d="M387.6 236.4c-4 5.1-6.3 8.1-6.4 14.1 0 5.7 1.7 9.6 5.1 13.7"/>
<path d="m365.9 152 .3-.5c1.7-2.4 4.7-3.1 6.9-1.5 2.6 2 3.3 5.4 2.6 9q-.9 3.3-4 5.5"/>
<path stroke-linecap="round" d="M265.1 150.8q-3.9-1.9-6.3 1a9 9 0 0 0-1.6 7.2c.6 2.7 1.4 3.8 3.5 5.8"/>
<path d="M258.6 152a6 6 0 0 0-8.3 1.6 9 9 0 0 0-1.6 6.1c.2 4.2 2.8 7.6 5.8 9.2"/>
<path d="M249.7 154.8a7 7 0 0 0-6 6.6c0 4.5 1 6.3 3.5 9.6 2.5 3.4 10.7 9.6 10.7 16.7q.2 6.4-4.3 8.4c-2 1-4.3 0-5.4-1-2.6-2.4-1.5-6.5 1.2-7 3.3-.6 3.9 4.6.7 4.3"/>
<path d="M244 159.2c-2.5.2-5 2.3-5 5 0 3.8 1.5 5.6 4.6 9.4 2.6 3.3 10.1 9 9.9 14.5 0 2-1.5 4.6-2.9 4.3"/>
<path stroke-linecap="round" d="M238 236.1c1.3-2.9 4.4-1.6 4.6 0 .4 3.7-2.8 4.8-5.1 4.2a4 4 0 0 1-2.5-2 5 5 0 0 1-.4-3.7l.9-1.6 1.2-1.2q1.3-.7 3.4-.6c5.5 0 10.4 6.5 12 13.4.6 2.2 1.3 7.3.3 12a22 22 0 0 1-5.8 11.3 26 26 0 0 1-10 5.8 7 7 0 0 1-3.9.1c-2.8-.9-4.6-3.5-3.2-7 1.2-2.6 5.4-4 7.3-.6q.3.5.4 1.5c0 .9-.4 2-1 2.4-1.4.9-3.7.6-3.6-2"/>
<path d="M233.8 270.4c1 .4 1.6.3 2.9-.2l1.8-1c2.6-1.5 5.6-3.8 8.4-9.1a19 19 0 0 0 1.7-4.5q.4-1.6.6-3.3a26 26 0 0 0-4.8-15.3c-1.1-1.6-2-2.5-4.2-2.6m-9.5 31a3.9 3.9 0 1 1 6.3 2.3"/>
<path d="M232.2 261.4a4 4 0 0 1 3.7-3 3.7 3.7 0 0 1 3.6 3.7 4 4 0 0 1-1 2.6"/>
<path d="M239.4 261.3a16 16 0 0 0 6.2-12.4c0-4.1-1.6-8.4-3.6-10"/>
<path stroke-linecap="round" d="M244.7 259.4a17 17 0 0 1-6.3 6"/>
<path d="M254.6 273.7q-1.4-3.2-5.8-3.5-4.3-.3-8.2 1.9a19 19 0 0 0-10.8 17 25 25 0 0 0 2 9.5c.9 1.6 3 9 15.3 14a86 86 0 0 0 25.7 3.9c10.4.4 20 .8 25.6 7.6"/>
<path stroke-linecap="round" d="M239.7 275.9c3.3-2.2 9.5-5 15.1-2.2a8 8 0 0 1 4.3 4.4 10 10 0 0 1-1.8 9.5c-.9 1-2.7 2.6-5 2.7-3.8 0-4.7-2.6-4.8-3.2-.4-2.8 1.2-3.9 2-4.2.7-.2 2.8-.1 3.2 1.4q.4.9-.2 2"/>
<path d="M252.7 285.7q.6-1.6-.8-3.3a5 5 0 0 0-6-1q-1.1.6-2.4 2.2-.7.7-1.2 1.6-1 1.7-1 2.5c-2.5 7 1.5 14.4 6.5 17.6 4.4 2.8 8.8 3.6 14.4 4 2.5.3 4 .3 6.5.5h16.8c3 .3 5.1.4 7.6.8q2.5.3 5.4 1 .9 0 1.8.4l1.2.3q5.5 1.6 9.8 4.2 1.3.7 2.5 1.7l1.3 1.2c2 2 4 4 4.4 6.7v1.6c0 1.8-1.4 4.3-5.3 5"/>
<path d="M298.6 328.4c-1 2.2.2 3.2 1.6 3.4 2.2.3 3.3-1.4 3.5-3a4.4 4.4 0 0 0-4.4-4.7 6 6 0 0 0-5 3.5 7 7 0 0 0-.5 2.4 6 6 0 0 0 1.4 4.1 8 8 0 0 0 5.4 2.5c4.2.1 7.5-3.8 7.5-7.8 0-7.7-11.4-12-16-13a84 84 0 0 0-17.9-2.4c-3.5-.1-6.2 0-10.1-.5-3.5-.3-5.4-.5-9-1.3a27 27 0 0 1-12.5-6.4 17 17 0 0 1-4.7-22 14 14 0 0 1 10.3-6.9q5.9-.7 9 4.8c1 1.8.6 4.8-.1 6.2a6 6 0 0 1-4.8 3c-3.8 0-4.7-2.6-4.8-3.2-.4-2.8 1.2-3.9 2-4.2.7-.2 2.8-.1 3.2 1.4q.3.9-.2 2"/>
<path stroke-linecap="round" d="m273.3 152-.4-.5c-1.7-2.4-4.7-3.1-6.9-1.5-2.6 2-3.3 5.4-2.5 9a9 9 0 0 0 4 5.5"/>
<path d="M366.8 159.6c-4 4.4-8.1 5.8-14.1 6-2 0-5.5-.6-7.6-2.1-1.3-1-2.8-2.6-1.9-5.5.6-1.9 3.7-7.2 3.8-10.9.3-5.6-1.9-8.7-5.3-9.9-6.2-2.2-13 4-17 5.4-2.1.7-3.2.8-5.1.8-2 0-3-.1-5.2-.8-4-1.4-10.7-7.6-17-5.4-3.4 1.2-5.5 4.3-5.3 10 .1 3.6 3.2 9 3.8 10.8 1 2.9-.5 4.5-1.9 5.5-2 1.5-5.7 2.1-7.5 2-6-.1-10.1-1.5-14.1-5.9"/>
<path stroke-linecap="round" d="M297.3 314.4c.8.3.2-.2 5.3 2a22 22 0 0 1 11.3 8.9 11 11 0 0 1 .9 7.3"/>
<path d="M297.7 336a8 8 0 0 0 3.2.9c4.2.1 7.5-3.8 7.5-7.8 0-2.8-1.5-5.2-3.6-7"/>
<path stroke-linecap="round" d="M298.6 328.4c-1 2.3.4 3.5 1.8 3.7 2.2.2 3.4-1.4 3.6-3a5 5 0 0 0-2.2-4.2"/>
<path d="M390.1 154.8c3.2 0 6 3.6 6 7.2 0 4.3-2.2 6.9-3.9 8.8q-1.9 2.3-4.4 4.7"/>
<path stroke-linecap="round" d="M386.3 151.4a9 9 0 0 1 2.8 2.4c1.3 2 1.7 3.7 1.6 6.2-.2 4.2-3.2 7.1-6 9m-4.7-17.6.6.7c1.9 2.2 2 5.4 1.6 7.2a8 8 0 0 1-3.8 5.4m-5-14.4c2.6 2 3.4 5.4 2.5 9q-1 3.6-4.2 5.2m11.1 41.1c.3 1 .9 1.3 1.5 2a14 14 0 0 0 6.2 3.5q3.7.9 6.3-.9m-163 54q2 .1 3.3 2.3.3.4.4 1.5 0 1.5-1 2.2c-1.5 1-4 .5-4-2"/>
<path d="M241.5 231.3c5 1 9.7 6.9 11.2 13.3.6 2.3 1.3 7.3.3 12a22 22 0 0 1-6 11.4l-2.1 1.9-1 .7m-8-12.1c2 0 3.8 1.9 3.8 4a4 4 0 0 1-1 2.6"/>
<path d="M234.6 260.7c2.1 0 4.1 2 4.1 4.2a4 4 0 0 1-1.4 3"/>
<path stroke-linecap="round" d="M254 239.5a18 18 0 0 1 3.8 7.7m0 8.5a17 17 0 0 1-1.5 4 18 18 0 0 1-3.6 4.7"/>
<path d="M254.3 224.3q2.7 2.2 3.5 4.8"/>
<path stroke-linecap="round" d="M257.9 219.5a10 10 0 0 1-3.4 4.6m-9.2-17.2 2.2-.6 1.3-1 .8-1.1.7-1.8.3-1.5"/>
<path d="m241 199.3-2.5.8a9 9 0 0 0-3.5 3 17 17 0 0 0-2.2 12.7 16 16 0 0 0 2.3 5.6l1 1.4c1.4 1.3 2.6 2 4.6 1.7"/>
<path stroke-linecap="round" d="M253 189.8c-.3 1.3-1 2.9-3 2.7"/>
<path d="M245.7 198.5c-2-1.9-6-2.4-10.1.2L234 200l-1.4 1.6a18 18 0 0 0-2.4 5c-.7 3-.7 5.6-.6 6.3q0 1.5.3 2.7 1 4.2 2.3 6.2c.9 1.5 3 5 7.7 5.4 1.8.1 4.8-.7 5-3"/>
<path stroke-linecap="round" d="M363.8 157c.3-1.6 2.3-1.9 3-1 1.2 1.6.4 4.2-2 4.9a4 4 0 0 1-3.8-1.4c-1-1.3-.9-2.8-.5-4q.4-1.2 1.7-2.2c2.7-2 7.1-1.6 8.6 2 1.8 4.4-2.2 7.8-6 10.3-4.6 3.2-10 3.8-14 3.7-9.2 0-16.1-4.4-20.7-7q-1.7-.7-2.7.3a2 2 0 0 0 .3 2.7"/>
<path stroke-linecap="round" d="M365.6 155.5c1 0 1.2.4 1.5.8 1.2 1.5.3 4.1-2 4.9m17.8 51.5c-3.5 3.8-.2 10.3 2.4 11.8.9.7 1.3.3 2 .7"/>
<path d="M383.1 205.4q-1.5 1-1.6 3.3a5 5 0 0 0 1.4 4 14 14 0 0 0 9.3 3.7q3 .1 6-1.7a9 9 0 0 0 3.8-5.4m-20.8 61.8-.2 2.5a19 19 0 0 1-2 7 19 19 0 0 1-4.2 5.6 20 20 0 0 1-5.9 4 25 25 0 0 1-6.5 2.3 44 44 0 0 1-13.2.6c-2.7-.2-4.1-.5-6.8-.8-2.2-.1-3.4-.3-5.6-.3a28 28 0 0 0-10.9 1.9c-2.7 1-5.7 3-6.4 3.8-.6-.9-3.7-2.8-6.3-3.8a22 22 0 0 0-5.2-1.5c-2.2-.4-3.5-.4-5.8-.4s-3.4.2-5.6.4c-2.6.2-4 .6-6.7.7-2.5.2-3.9.3-6.3.2a33 33 0 0 1-7-.8 25 25 0 0 1-6.5-2.2 20 20 0 0 1-5.8-4.1 19 19 0 0 1-4.2-5.7 19 19 0 0 1-2-6.9c-.2-1-.2-2.5-.2-2.5V169.3h123.2z"/>
</g>
<g fill="#c7b37f" stroke="#c7b37f">
<path stroke-width=".3" d="M248 285.6a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0zM232.5 268q.2-2.1 1.8-2.3c1.6-.2 1.7 1 1.7 2.3q-.2 2-1.7 2.2-1.6-.2-1.8-2.2z"/>
<path stroke="none" d="M241.3 223.6q.2-1.7 1.7-1.8 1.6.2 1.7 1.8c.1 1.6-.7 1.8-1.7 1.8s-1.7-.8-1.7-1.8M272 158c0-1 .5-2 1.4-2q1.5 0 1.8 1.6c0 1-.5 2-1.4 2q-1.4 0-1.8-1.6"/>
</g>
<g stroke="#c7b37f" stroke-linecap="round" stroke-width=".6">
<path d="M239.3 234q-.6.1-.8.5-.4.3-.6.9l-.2 1.2m4.7 26.7 1-1 .6-1 .5-1 .7-1.3m-1.3 14-1.5.7-1.1.6-1.3.8-1.2 1m15-37.9-.8-.8-1-.8-.9-.8"/>
<path stroke-linecap="butt" d="m254.2 225-1.2.5-1.5.3"/>
<path d="m237.4 208.4.5 1.5q.3 1 .9 1.7a8 8 0 0 0 2.6 2.7l1.5.8m-1-5.8 1.3.6a7 7 0 0 0 3 .6l1.8-.1m7.2-40.7-2-1.2q-1.2-.7-2-1.5l-1.1-1.3-.8-1.3m7.5-4.6.6 1.7 1.4 2c1 1 1.7 1.3 2.8 2.2m1.4-6 .7 1.6.8 1.2 1.3 1.3q1 .7 2 1.1"/>
</g>
<path fill="#703d29" stroke-width=".2" d="M333.3 151.6c0-1.7-1.7-1.8-2.4-1.8-1.8 0-2.3 1.1-4.6 2.3a12 12 0 0 1-6.7 2 12 12 0 0 1-6.7-2c-2.3-1.2-2.7-2.3-4.6-2.3a2.3 2.3 0 0 0-2.2 2.4v.9l.3.2q0-1 .5-1.7a2 2 0 0 1 1.6-.8c1.8 0 2.5 1.2 4.8 2.4 3 1.6 4.2 1.9 6.7 2a12 12 0 0 0 6.8-2c2.3-1.2 3-2.5 4.8-2.5q.9 0 1.3 1v.9l.2.1z"/>
</g>
<g fill="#703d29">
<path d="M264.4 294c.5-.5.9-.3 1-.6q0-.2-.3-.3l-.9-.2-.8-.4h-.5c-.1.4 1 .4.6 1.4l-.8 1.2-2.6 3-.2.1v-4.3l.1-1.8c.2-.4.8 0 .9-.4q0-.2-.3-.3t-1.1-.3l-1-.5h-.6l.1.3q.5.2.5 1v7.4q0 .7.2.7l.4-.3z"/>
<path d="M267.5 295.2c.3-1.1 1-.4 1-.8q.1-.2-.2-.3l-1.3-.4-1.2-.4h-.4c-.1.5 1.1.5.8 1.5l-1.7 5.5c-.3 1-1 .6-1.1 1v.1l1.2.4 1.6.5h.3c.2-.4-1.2-.3-.7-1.7zm3.7 1q.3-.7.9-.4 1.6.6 1 2.5c-.2.6-.4 1.2-2 .8q-.6-.1-.6-.5l.7-2.3zm-2.8 5c-.5 1.4-1.2.8-1.3 1.2q0 .2.3.3l1.6.4.8.3h.4c.1-.5-1-.3-.7-1.5l.6-2q0-.6.6-.3.8.1.8.8l.3 2q.1 1.4 1 2 1 .1 1.4-.4l-.2-.2h-.3s-.3 0-.3-.3l-.7-3.6q.1-.2.8-.3a2 2 0 0 0 1-1.3c.1-.5.4-2.2-1.8-2.9l-2.1-.5-1.2-.4h-.3c-.1.5 1.1.4.7 1.7zm8.4 2.5c-.4 1.4-1.4.5-1.5 1q0 .3.3.3l1.5.3 1.4.4q.4.2.6-.1c0-.3-1.3-.3-1-1.8l1.3-5.2q0-.8.6-.5l1 .2c1.1.3.5 1.5 1 1.6q.2-.1.2-.6l.1-1v-.4l-3.3-.7-3.2-.8q-.2 0-.2.2l-.5 1.5q-.2.3 0 .4c.5.1.5-1.5 1.7-1.2l.9.2q.6 0 .4.8zm12.7-3.3c.4-.6.8-.5.9-.7q0-.2-.4-.3h-.9l-.9-.3q-.3-.1-.4.1c-.1.4 1 .2.8 1.3q0 .3-.6 1.3l-2 3.3-.3.2v-.2l-.7-4-.1-1.8c0-.5.7-.2.7-.5q.1-.2-.4-.3l-1.1-.1q-.6 0-1-.3-.4-.1-.6.1l.1.2q.7.2.7.9l1.3 7.3.3.7.4-.3zm.6 6.8q0 .3.2.5l1.7.7c1.4.2 2.6-.7 2.8-2.2.3-1.5-.3-2.1-1.4-2.9-1.3-.9-1.8-1.1-1.7-2q.3-1 1.4-1c1.8.3 1.6 2.6 1.8 2.6q.4 0 .3-.4l.2-1.6v-.4h-.6c-.4 0-.7-.5-1.6-.7q-2-.1-2.5 2-.1 1.6 1.2 2.4c1.6 1.1 2.2 1.4 2 2.4q-.3 1.5-1.7 1.3c-1.2-.2-1.6-1.4-1.8-2.6q0-.3-.2-.3-.2.1-.2.5v1.7zm15.8-4.5c.3-.7.8-.6.8-.9q0-.2-.4-.2h-.9l-.9-.1q-.3 0-.4.2c0 .4 1 0 1 1.1q0 .3-.5 1.4l-1.8 3.5-.1.3-.1-.3-1.1-4-.3-1.6c0-.5.7-.3.7-.6q.1-.2-.4-.2h-1.2l-1-.2q-.4-.1-.6.1l.2.2q.6.2.7.8l2.1 7.1.4.7q.2.1.3-.4z"/>
<path d="M307.6 308.5c0 1.2-1 1-1 1.5q0 .2.3.1h2.2l.4-.1c0-.6-1.4.2-1.4-2v-4.2l.1-.1.2.1 5.1 6.3.3.1.2-.3v-6.7c0-1.3 1-1 1-1.3l-.3-.2h-2.3q-.2 0-.2.2c0 .4 1.3.2 1.3 1.3v4l-.1.4-.4-.3-4.2-5.3q-.1-.4-.4-.3h-1.8l-.2.1c0 .6 1.2-.2 1.2 2.1zM318 303c0-1.1.8-.7.8-1.1q.1-.2-.4-.2h-2.6s-.3 0-.3.2c0 .4 1.1 0 1.1 1.2v5.7c0 1.1-.8.8-.8 1.2l.2.2h2.8q.3 0 .3-.2c0-.4-1.2.2-1.2-1.3zm4.5 5.5c0 1.5-1.2 1-1.2 1.4q0 .3.4.2h3q.5 0 .5-.3c0-.3-1.4 0-1.4-1.4V303q-.1-.7.5-.6h1c1.2-.1.8 1.2 1.3 1.2q.2-.1.1-.6l-.1-1q0-.3-.2-.4l-3.3.1h-3.3l-.2.3-.1 1.6.1.4c.5 0 .2-1.6 1.4-1.6h.9q.5-.1.6.6v5.6zm6.3-2.2h-.4l.1-.5.7-2.2v-.2l.2.1 1 2.1.2.4q0 .3-.4.2zm1.8.5c.3 0 .3 0 .8 1l.2.8c0 .7-.7.6-.7 1q0 .2.4 0h1.2l1.3-.1q.4 0 .4-.2c0-.4-.6 0-1-.7l-3.4-7-.3-.4q-.2 0-.3.4L327 309c-.2.7-.8.7-.7 1h2.3q.4 0 .5-.3c.1-.3-1.2 0-1.3-.9l.2-1q.3-1 .6-.8l2.1-.2zm8.3-5c-.1-.8 0-.8 1.2-1 2-.2 1.4 1.3 2 1.2q.2-.1 0-.6l-.1-1.1q0-.2-.3-.2-1.4 0-2.4.3l-2.8.4q-.3 0-.3.2c.1.5 1.3 0 1.4 1l.7 5.5c.2 1.5-.7 1-.6 1.5h.2l1.4-.1 1.2-.1q.5 0 .5-.3c0-.3-1.2.1-1.4-1.2l-.2-1.7q-.2-1 .3-1h.8c1.1-.2 1 1.1 1.3 1q.4-.2.1-.5l-.3-2.1q-.1-.4-.2-.3c-.3 0-.1 1.1-1 1.2l-.7.1q-.6.2-.6-.5zm4 2.8c.4 2.3 2.1 3.7 4.2 3.3 3.4-.7 3.5-3.6 3.2-5.3-.5-2.5-2.3-3.7-4.4-3.3-2.5.5-3.5 2.7-3 5.3m1.1-1c-.3-1.6 0-3.4 1.7-3.7 1.4-.3 3 .8 3.4 3.4.3 2 0 3.6-1.8 4s-3-2-3.3-3.6zm8.3-4.1q0-.9.6-.9 1.6-.2 2.1 1.6c.2.7.3 1.4-1.3 1.8q-.5.1-.8-.2l-.5-2.3zm0 5.7c.4 1.4-.5 1.3-.5 1.6q.2.3.4.1l1.6-.4 1-.2q.3 0 .2-.2c0-.4-1 .3-1.3-1l-.5-2c0-.4-.2-.4.4-.5q.6-.3 1.1.3l1.3 1.6c.5.6 1 1.3 1.8 1.1q.9-.2 1-.9l-.2-.1-.3.1s-.3.1-.4 0l-2.4-2.9.5-.6q.4-.6.2-1.6c-.1-.5-.7-2.1-3-1.6l-2.1.6-1.2.2q-.3 0-.2.2c0 .5 1.1-.2 1.4 1zm8.7-2c.3 1.4-1 1.2-.9 1.6q.1.3.5.2l1.4-.5 1.5-.3q.5.1.4-.4c0-.3-1.3.4-1.7-1l-1.3-5.3q-.2-.7.3-.7l1-.2c1.1-.4 1.1 1 1.5.9s0-.5 0-.7l-.4-1s0-.3-.2-.2l-3.2.9-3.2.7v.3l.1 1.6q0 .4.3.4c.5-.1-.3-1.6 1-1.9l.8-.2q.6-.2.7.5zm5.5-7.3c-.3-1 .6-.9.4-1.3h-.3l-1.4.4-1.2.3s-.3 0-.3.2c.1.4 1.2-.2 1.5.8l1.6 5.6c.2 1-.6 1-.5 1.3q0 .2.2.1l1.1-.3 1.6-.4q.4 0 .3-.3c-.1-.3-1.1.5-1.5-.9zm2.3 2.7c.7 2.3 2.6 3.4 4.7 2.7 3.2-1.1 3-4.1 2.4-5.7-.8-2.4-2.8-3.3-4.8-2.7-2.4.9-3.2 3.2-2.3 5.7m1-1c-.6-1.7-.6-3.5 1.1-4 1.3-.5 3 .4 3.9 2.9.6 1.8.5 3.6-1.2 4.2-1.8.6-3.2-1.5-3.8-3.2zm7.6-5.5q-.2-.9.4-1 1.7-.3 2.4 1.4c.2.6.4 1.3-1.1 1.9q-.6.2-.8 0zm.8 5.6c.6 1.4-.4 1.4-.2 1.7q0 .3.4.1l1.5-.7.9-.2q.3-.1.2-.3c-.2-.4-1 .4-1.4-.8l-.8-1.9q-.4-.5.3-.7.6-.3 1.1.3l1.6 1.4c.5.5 1.1 1.1 2 .8.3-.2.9-.7.7-1l-.2-.1-.2.2h-.5l-2.8-2.5.4-.7a2 2 0 0 0 0-1.6c-.1-.6-1-2-3.1-1.2l-2 .9-1.2.4-.2.2c.2.4 1.1-.4 1.6.8l2 5z"/>
</g>
<g fill="#fedf00" transform="matrix(.64 0 0 .64 0 16)">
<path fill="#d52b1e" d="M412.7 249.3h82.1v82h-82.1z"/>
<path id="ad-a" fill="#fff" d="M451.2 313.8s0 3-.8 5.3c-1 2.7-1 2.7-1.9 4a13 13 0 0 1-3.8 4q-3 1.9-6 1.6c-5.4-.4-8-6.4-9.2-11.2-1.3-5.1-5-8-7.5-6q-2 1.7-.3 4.6a9 9 0 0 0 4.1 2.8l-2.9 3.7s-6.3-.8-7.5-7.4c-.5-2.5.7-7.1 4.9-8.5 5.3-1.8 8.6 2 10.3 5.2 2.2 4.4 3.2 12.4 9.4 11.2 3.4-.7 5-5.6 5-7.9l2.4-2.6 3.7 1.2z"/>
<use xlink:href="#ad-a" width="100%" height="100%" transform="matrix(-1 0 0 1 907.5 0)"/>
<path d="m461.1 279 10.8-11.7s1.6-1.3 1.6-3.4l-2.2.4-.5-1.2-.1-1.1 3-.7V260l.3-1.3-3.2.2.3-1.4.5-1 1.9-.4h1.9c1.8-3.4 9.2-6.4 14.4-1 3.8 4 3 11.2-2 13.2a6 6 0 0 1-6.8-1.1l2-4c2.7 1.7 5-.3 4.8-2.4-.2-2.7-2-4.3-4.3-4.5q-3.5-.1-5 3c-.6 1.3-.3 2.2-.5 3.6-.2 1.5 0 2.3-.5 3.8a9 9 0 0 1-2.4 3.6l-11 12-43 46.4-3.2-3z"/>
<path fill="#fff" d="M429.5 283s2.7 13.4 11.9 33.5c4.7-1.7 7.4-2.8 12.4-2.8s7.6 1 12.3 2.8A171 171 0 0 0 478 283l-24.2-31z"/>
<path d="m456.1 262.4 16.8 21.7s-2.2 10.5-9 26.3c-2.7-.6-5-1.1-7.8-1.3zm-4.7 0-16.8 21.7s2.2 10.5 9 26.3c2.7-.6 5-1.1 7.8-1.3z"/>
</g>
<g fill="#d52b1e">
<path fill="#fedf00" d="M322.3 175.5h52.6V228h-52.6z"/>
<path d="M329.7 175.5h7.8V228h-7.8zm15 0h7.8V228h-7.8zm15 0h7.9V228h-7.9z"/>
</g>
<g fill="#d52b1e" stroke="#d52b1e" stroke-width=".5">
<path fill="#fedf00" stroke="none" d="M264.3 273.5q.1 1.6 1.4 4.3c1 1.5.6 1.4 2.7 3.8a15 15 0 0 0 4 2.9 33 33 0 0 0 15 2.6q4-.2 6.6-.7a71 71 0 0 1 11-.6q2.2 0 4.7.6c3.5.7 7 2 7 2v-54.7h-52.6V271l.2 2.4z"/>
<path stroke-width=".3" d="m270.4 283.1 2.5 1.5 3.4 1.2v-52.2h-5.9zm29.2 2.4v-51.9h-5.8v52.8l5.8-.7zm11.7-51.9h-5.8v52.1l5.8 1zm-23.4 0V287s-3.8.2-5.8 0v-53.4z"/>
</g>
<g transform="matrix(.64 0 0 .64 0 16)">
<path fill="#fedf00" d="M585.5 402.4a21 21 0 0 1-2.2 6.6c-1.5 2.3-1 2.3-4.3 6a26 26 0 0 1-13 7 52 52 0 0 1-16.6 1.6q-6.3-.4-10.3-1c-3.8-.6-6.7-.9-11-1h-6.2a83 83 0 0 0-18.3 4.2V340h82.2v58.5z"/>
<g id="ad-b">
<path fill="#d52b1e" d="m524.6 347-.6.2-.8.8q-.5.5-1.2.8l-.6.5c-.3.3 0 .6-.3 1q-.1.5-.6 1t-1 1l-1.2 1-.3.1h-.6l-.8.8.3.6.8 1.4q.2.6.5.8.7.3 1.3.1l2 .5 1.5.8q.6.4 1.3.5h1.8v.3l2 1-.1.4q-.2.5-.1.8 1 2.9 1.5 3.2.8.4 1.1 1.5l-.3.3q-1 .8-1.7 1.8c-.7 1.2-1.2 1.2-.3 2.8l1.5 2.4.8 2q.3 1 .3 2l1 .3.7-.6.6-1.2v-1q-.3-.2-.2-.7c0-.4.5-.3.7-.6.3-.5-.4-.8-.7-1.1-.6-.7-1.4-.9-1.6-1.9q-.1-.3.4-.7l2-1.8q.4.2 1 .1l1.3.4h1.6l.1.6c.1 1-.1 3 .2 3.5l.3.6.2.6v2l-.2 1.7q0 .6-.5 1t-1 .7v1l1.1.5 1.3.3.7-.3.1-.6.5-.5.9-.1q.2-.3 0-.8 0-.8-.3-1.6l-.1-2.8q0-.8.2-1.5c.1-1 .4-1.4.6-2.2l.4-2.5a24 24 0 0 0 10.1-.6q1.2 1 2.7 1.6v1q0 .4.2.7l.3.3q.4 0 .7-.2t.2-.7v-.7h1.8v1.1q.2.4.5.4h.6q.3-.4.3-1v-.7l1-.4v.9l-.3.9c-.2.6-.5.8-.8 1.4q-.4.8-1 1.5l-.6.7-.6.9-.9 1c-.7.6-1.2.2-2 .9l-.3 1 1.4.6 1.3.2.4-.2q0-.5.3-.8t.7-.4q.6 0 1-.2.4-.6.7-1.5a13 13 0 0 1 3-3.9l1.7-1.4q.4-.4.5-1l-.2-.6-.2-1c1.5.7 1 .7 1.2 1.4.3.6 0 1 .1 1.7.1.8.5 1.1.5 1.9q0 1.1-.3 2.3 0 1-.5 2a4 4 0 0 1-1.1 1.5l-.6.5-.1 1 1.1.4 1.6.4.4-.3c.2-.7 0-1.7.4-1.7q.6 0 .8-.3v-.7l.7-4.5.4-1.9.4-1.7c.7-2-.2-2.3-1-3.6q-.7-.9-.7-1.5v-5.7l.4-.2c1.2-.7 1.7-.9 2.4-2.5l.3-1.5v-1l-.4-1-.6-.8c-.7-1-1.7-1.1-2.7-1.5-1.5-.5-2.5-.4-4-.5-1.8-.2-2.7-.2-4.4 0-2 0-3.1.4-5.1.7l-4.9.4c-2.3 0-4.4-.5-5.8-.4-2.4.2-2.5.8-6.2 1.1l-3.8.2-2.2-.7c.9-.3 1.1-.5 1.5-1s.2-.7.6-1.1l.7-1-.9-.4h-1l-1.2.3-.8.6-2.2-1.2a9 9 0 0 0-3-.9zm2 11.8"/>
<g fill="none" stroke="#fedf00" stroke-linecap="round">
<path d="m568.8 359.5-.8.3q-1.2.5-2.6.5c-2.6.2-4.3-1.1-7-.9-1.4.1-2 1.2-3.5 1.6l-1.7.2.5-1s-1.2.3-2 .3l-1.6-.2 1-1-1.3-.2-1-.7 1.7-.3c1.5-.4 2-1.2 3.9-1.4 1.1 0 3 0 7.6.8 3 .5 4.4.2 5.5-.3q1-.5 1.1-1.8 0-1.2-.8-1.8l-1.1-.4"/>
<path fill="#fcd900" stroke-linecap="butt" stroke-width=".5" d="M524.8 350.6q-.7 0-1.3.3-.6.5-1 1.1.7.3 1.2.3t.8-.5q.4-.5.4-1.2z"/>
<path d="m536 363.8 1 2.3c.2.8 0 1.2.2 2v1.6m6.8-7-.3 1.3-1 3.5v.7m-11-4c.9.2.6 3.3 1.9 4"/>
<path stroke-linecap="butt" d="m560.1 369.8.4-.3a8 8 0 0 0 2.7-1.8"/>
<path d="M552.4 368c3.5-.9 5.9-2.6 7.6-2.9m-4-1.5h.8c1.5-.3 1.7.6 2.7 1.2 1.9 1 2.1 2.3 4.3 3.4l.4.1.8.4"/>
<path fill="#fcd900" stroke-linecap="butt" stroke-width=".5" d="M517.7 354.5h.7l.8-.2q.4 0 .7.2.2 0 .3.3t.1.5q0 .3-.6.4-.3 0-.5-.3v-.4a1 1 0 0 1-.9 0z"/>
</g>
<path fill="#0065bd" d="m525.1 364.2-2-.9 1-.5.5-1.3q.1-1 .7-1.4t1.1-.1q.7.1.9.7 0 .8-.3 1.5l-.2 1.4q0 .6.4 1l-2-.4zm-1 1a.6.6 0 1 1 .7.5.6.6 0 0 1-.7-.6zm-1.7-16.6h-.2l-.6-1.2-.3-1.2v-2q0-.5-.2-.9c0-.2-.4-.3-.3-.4h.4q.5 0 1 .4t.6 1l.4 1.5.3.8.5.6-.7.8zm3.6 10.6 2.2 1a9 9 0 0 0 3.5-3.8c.9-1.8 1-2.7 1.4-4.4l-1.8-.5h-.4c-.5 1.8-.7 2.7-1.6 4.2q-1.2 2-2.6 3zm5 18.2.8-1.3 1.4-1.1h.4a9 9 0 0 1-.5 2.8l-.4 1-.5.5c-.5-.8-1.3-1.3-1.3-2zm33 1.8 1.4.6 1.5.9v.5l-1.5.2h-2.3l-.6-.4c.5-.7.8-1.6 1.4-1.8zm-9.8-2 1.4.5 1.5 1v.4a9 9 0 0 1-2.7.3l-1-.1-.7-.3c.6-.7.9-1.7 1.5-1.8m-17.4 2.1 1.5.5 1.5 1v.5a9 9 0 0 1-2.8.2h-1l-.6-.4c.5-.7.8-1.6 1.4-1.8m-9-29.8q-1-.6-.6-1.6l.6-.4q.2-.4 0-.8l-.1-1-.2-1q-.1-.8.4-1.6.5-.5.8-.6.2.3 0 .8 0 .6.3 1.2l.7 1.3.4 1.4-.2 1.2-.6.8-.8.4z"/>
</g>
<use xlink:href="#ad-b" width="100%" height="100%" y="36.6"/>
</g>
<path fill="none" stroke="#703d29" stroke-width=".5" d="M264.1 175.5h52.6V228h-52.6zm58.2 0h52.6V228h-52.6zm-58 98q.1 1.6 1.4 4.3c1 1.5.6 1.4 2.7 3.8a15 15 0 0 0 4 2.9 33 33 0 0 0 15 2.6q4-.2 6.6-.7a71 71 0 0 1 11-.6q2.2 0 4.7.6c3.5.7 7 2 7 2v-54.7h-52.6V271l.2 2.4zm110.4 0a13 13 0 0 1-1.4 4.3c-1 1.5-.6 1.4-2.7 3.8a15 15 0 0 1-4 2.9c-1.3.7-2.3 1-4.4 1.6a33 33 0 0 1-10.6 1q-4-.3-6.5-.7l-7.2-.6H334q-2.2 0-4.7.6c-3.5.7-7 2-7 2v-54.8H375v37.5l-.2 2.4z"/>
</svg>

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 12 6">
<rect width="12" height="6" fill="#00843d" id="green" />
<rect width="12" height="4" y="2" fill="#fff" />
<rect width="12" height="2" y="4" fill="#000" />
<rect width="3" height="6" fill="#c8102e" id="red" />
</svg>

After

Width:  |  Height:  |  Size: 318 B

View File

@@ -0,0 +1,81 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-af" viewBox="0 0 640 480">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#000001" d="M0 0h640v480H0z"/>
<path fill="#090" d="M426.7 0H640v480H426.7z"/>
<path fill="#bf0000" d="M213.3 0h213.4v480H213.3z"/>
</g>
<g fill="#fff" fill-rule="evenodd" stroke="#bd6b00" stroke-width=".5" transform="translate(1 27.3)scale(1.06346)">
<path d="M319.5 225.8h8.3c0 3.2 2 6.6 4.5 8.5h-16c2.5-2.2 3.2-5 3.2-8.5z"/>
<path stroke="none" d="m266.7 178.5 4.6 5 57 .2 4.6-5-14.6-.3-7-5h-23l-6.6 5.1z"/>
<path d="M290 172.7h19.7c2.6-1.4 3.5-5.9 3.5-8.4 0-7.4-5.3-11-10.5-11.2q-1.4-.1-1.9-1.3c-.5-1.6-.4-2.7-1-2.6-.4 0-.3 1-.7 2.4q-.6 1.3-2 1.6c-6.4.3-10.6 5-10.5 11.1.1 4 .6 6.4 3.4 8.4z"/>
<path stroke="none" d="M257.7 242.8H342l-7.5-6.1h-69.4z"/>
<path d="m296.4 219.7 1.5 4.6h3.5l-2.8-4.6zm-2 4.6 1 4.6h4l-1.5-4.6zm7 0 2.8 4.6h5.9l-4.6-4.6zm-34.5 10.4c3.1-2.9 5.1-5.3 5.1-8.8h7.6q0 3 1.8 3h7.7v-4.5h-5.6v-24.7c-.2-8.8 10.6-13.8 15-13.8h-26.3v-.8h55.3v.8H301c7.9 0 15.5 7.5 15.6 13.8v7h-1l-.1-6.9c0-6.9-8.7-13.3-15.7-13.1-6 .1-15.4 5.9-15.3 13v2.2l14.3.1-.1 2.5 2.2 1.4 4.5 1.4v3.8l3.2.9v3.7l3.8 1.7v3.8l2.5 1.5-.1 3.9 3.3 2.3h-7.8l4.9 5.5h-7.3l-3.6-5.5h-4.7l2.1 5.4h-5l-1.3-5.4h-6.2v5.8H267zm22.2-15v4.6h5.3l-1-4.6H289z"/>
<path fill="none" d="M289.4 211.7h3.3v7.6h-3.3z"/>
<path fill="none" d="M284.7 219.8h3.2v-5.6c0-2.4 2.2-4.9 3.2-5 1.2 0 2.9 2.3 3 4.8v5.8h3.4v-14.4h-12.8zm25.6 3.3h4v3.2h-4zm-2.4-5.3h4v3.1h-4zm-3.9-5.4h4v3.1h-4zm-3.3-4.5h4v3.1h-4z"/>
<path fill="none" d="m298 219.8 4.2.2 7.3 6.4v-3.8l-2.5-1.8v-3l-3.6-2v-3.3l-3.5-1.2V207l-1.7-1.5z"/>
<path d="M315.4 210.3h1v7.1h-1z"/>
<g id="af-a">
<path d="M257.3 186.5c-1.2-2-2.7 2.8-7.8 6.3-2.3 1.6-4 5.9-4 8.7v5.8c-.1 1.1-1.4 3.8-.5 4.5 2.2 1.6 5.1 5.4 6.4 6.7 1.2 1 2.2-5.3 3-8 1-3 .6-6.7 3.2-9.4 1.8-2 6.4-3.8 6-4.6z"/>
<path fill="#bf0000" d="M257 201.9a10 10 0 0 0-1.6-2.6 6 6 0 0 0-2.4-1.8 5 5 0 0 1-2.4-1.5l-.8-1.5v-2l-.3.3c-2.3 1.6-4 5.9-4 8.7v2.3q.2.8.6 1.3l1.1.8 2.7.7a7 7 0 0 1 2.6 2 11 11 0 0 1 1.8 2.6l.2-.8c.8-2.7.7-5.9 2.6-8.5z"/>
<path fill="none" d="M249.8 192.4c-.5 3.3 1.4 4.5 3.2 5.1 1.8.7 3.3 2.6 4 4.4m-11.7 1.5c.8 3 2.8 2.6 4.6 3.2s3.7 3 4.5 4.8"/>
<path d="m255.6 184.5 1-.6 17.7 29.9-1 .6z"/>
<path d="M257.5 183.3a2 2 0 1 1-4 0 2 2 0 1 1 4 0zm15.2-24h7.2v1.6h-7.2zm0 3.1h7.2v13.8h-7.2zm-.4-5h8c.2-2.7-2.5-5.6-4-5.6-1.6.1-4.1 3-4 5.6z"/>
<path fill="#bd6b00" stroke="none" d="M292.6 155.8c-1.5.6-2.7 2.3-3.4 4.3s-1 4.3-.6 6.1q.1 1 .5 1.5.3.5.6.5.5 0 .7-.3l.2-.8q-.2-3 .3-5.4a8 8 0 0 1 3-4.4q.4-.3.5-.7l-.3-.7q-.7-.5-1.5-.1m.2.4q.6-.2 1 .1l.1.2-.3.4a8 8 0 0 0-3.1 4.6 17 17 0 0 0-.3 5.6l-.2.6s0 .1-.2 0l-.4-.3-.4-1.2q-.4-2.9.7-6 1.1-2.9 3-4z"/>
<path fill="#bd6b00" stroke="none" d="M295.2 157.7q-2.3 1.2-3 4.2a14 14 0 0 0-.3 5.9q.5 2 1.6 2 .5.2.8-.3t.2-1q-.6-2.5-.3-5.1.4-2.6 2.2-4.1.5-.4.5-.8l-.2-.6q-.7-.5-1.5-.2m.2.5q.6-.2 1 0l.1.3-.3.4a7 7 0 0 0-2.4 4.4q-.4 2.8.2 5.2v.8l-.5.1c-.3 0-1-.5-1.2-1.7-.3-1.7-.2-3.9.3-5.7q.8-2.9 2.8-3.8"/>
<path d="M272.3 187.4h8v11h-8zm.5 17.4h7.7v2.4h-7.7zm-.2 4.1h8v8.7h-8zm-.6 10.5h8.7v4.9H272zm1.1-16.6h7l1.4-2.4h-9.6zm9.4-8.6.1-6h4.8a17 17 0 0 0-4.9 6z"/>
<path fill="none" d="M273.6 196.7c0 1.3 1.5.8 1.5.1v-5.6c0-1 2.4-.8 2.4-.1v6c0 1 1.7.9 1.6 0v-7c0-2.2-5.5-2.1-5.5-.1zm0 13.3h5.7v7h-5.7z"/>
<path d="M277.2 213h2v1h-2zm-3.5 0h2v1h-2zm2-3h1.5v3h-1.5zm0 4h1.5v3.1h-1.5zM244 139c.4 5.5-1.4 8.6-4.3 8.1-.8-3 1-5.1 4.3-8.1zm-6.5 12.3c-2.6-1.3-.7-11.5.3-15.8.7 5.5 2 13.3-.3 15.8z"/>
<path d="M238.4 151.8c4.4 1.5 8-3.2 9.1-8.7-3.6 5-9.5 5-9 8.7zm-3.3 5.1c-3.4-.9-1.4-11.7-.7-16 .7 4.5 3.1 14.5.7 16zm1.2-.3c.2-3.7 3.9-2.7 6.5-4.7-.5 2-2 5.2-6.5 4.7zm-4.2 5c-3.4-1-1.4-12.6-1.6-17.4 1 4.2 4.2 16.3 1.6 17.4zm1.6-.5c2.8.9 6.5-1 6.8-4.3-2.5 1.7-6.3.4-6.8 4.3z"/>
<path d="M229.5 166.7c-3.2.3-1.8-9.6-1.8-18.8 1.2 8.6 4.5 16.5 1.8 18.8z"/>
<path d="M230.7 166.3c2.2 1 6.1-.7 7.2-4.4-4 1.7-6.6 0-7.2 4.4zm25.6-22.2c-.6 4.9-2.6 7.7-5.5 7.2-.8-3 1.6-5 5.5-7.2zm-7.8 12.4c4.9.7 6.6-3 10-7.9-4.7 3.4-10.2 4-10 8z"/>
<path d="M247 156c-2.6-3.2 0-7.3 2-10.7-.4 5.1 1.3 8-2 10.7zm-1 5.3c-.4-3.2 5-3.9 7.4-5.6-.9 1.8-2 6.7-7.5 5.6z"/>
<path d="M244.8 161.3c-3.7-.4-2.2-6.7.5-10.1-1.1 4.8 2 8.1-.5 10.1z"/>
<path d="M242 166.6c-4.2-2-1.5-7.2 0-10.3-.6 4.1 2.8 7.2 0 10.2z"/>
<path d="M242.8 166c2.2 3 6.5-.8 7.4-5.2-3.7 3.1-6.5 2.6-7.4 5.3zm-9.6 20.3c-.4-4.3 2.8-12 .5-16.2-.3-.6.7-2.1 1.4-1.2 1 1.5 2 5.7 2.5 4.1s.5-4.6 2-5.2c1-.3 2.3-.6 1.9 1-.4 1.4-1.2 3.4-.3 3.5.5 0 2-2 3.3-3 1-.8 2.6.6 1 1.8-4.8 4-9.5 5.9-12.3 15.2zm-8.7 64.5c-.6 0-1.3-.3-.6.6 5.7 7 7.3 9 15.6 8 8.3-1.1 10.3-3.4 16.2-6.7a15 15 0 0 1 11.2-1c1.6.5 2.6.5 1.4-.7s-2.5-2.7-4-3.8a18 18 0 0 0-12.7-2.7c-6 1-11.1 4.9-17.2 6.4a25 25 0 0 1-9.9 0zm47.8 12.5c1 .2 1.7 2.2 2.3.9.8-2.3.2-4-.8-3.9-1.2.3-3.1 3-1.5 3z"/>
<path stroke="none" d="M220.6 183q-1.8-2 1-1.9c1.4 0 4.2 1 5.3.1 1-.7.5-3.7 1-5 .2-.9.7-2 2-.2 3.6 5.8 8 12.8 10 19.6 1 3.8 0 9.8-3.4 13.8 0-3.4-1.2-5.7-2.7-8.6-2-3.7-9.1-14-13.2-17.9z"/>
<path d="M235.5 213.4c4 0 4.7-5.3 4.7-6.8-2 .4-5.4 3.7-4.7 6.8zm34.5 51.9c2.8.6 2.7-6.2-.2-9.1 1.3 4.4-2 8.4.1 9zm-1.2-.1c.2 3.2-8-.4-10-3 4.8 2.1 9.8.4 10 3zm-3.5-4.6c.3 3.1-7 .3-9.3-2.1 4.9 1.6 9-.5 9.3 2zm1.3.4c2.9.7 2.4-6.4-.4-8.8 1.4 4.7-1.8 8.1.4 8.8zm-3-4.3c2.9.7 1.2-5.4-.9-7.8.4 4.4-1 7.5 1 7.8zm-1.5 0c.3 3.2-5.4.8-7.6-2.3 4.8 1.5 7.3-.3 7.6 2.3zm-1.5-2.5c1.8-1.3-.1-4.8-3.7-4.6.4 2.1 1.6 5.9 3.7 4.6zm14 14.7c.1 3.2-8 1.6-10.6-1.8 5.2 1 10.3-.8 10.5 1.8zm-32.4-5.8c.3 3.2-8.6-.4-10.8-3.4 4.7 1.6 10.5.8 10.8 3.4zm5.4 1.3c1.9-1.3-1.9-4.7-5-5.5.4 2.1 3 6.8 5 5.6zm.6 2.3c.2 2.9-9.5 1.3-12-1.4 8.3 1.5 11.7-1.1 12 1.4z"/>
<path d="M252.8 268.6c1 2.7-8.3 2-11.6.5 5.3 0 10.8-2.4 11.6-.5z"/>
<path d="M257.1 270.6c1 2.4-7.6 2.4-11.8 1 5.6 0 10.8-3.4 11.8-1zm6.3 1.3c1.6 2.9-7.6 3.1-10.5 1.7 5.2-.7 9.2-4 10.5-1.7zm-10.7-4.9c-2.9 1.8-2.7-3.6-5-7.3 3.6 3.3 7 5.6 5 7.3z"/>
<path d="M257.9 269c-2.4 2.1-4.4-5.3-6.6-9.5 3.6 4 8.8 7.7 6.6 9.4zm6.8 2c-2 2.4-8-7-10.2-12 3.3 3.9 11.8 10 10.2 12zm-5.8 7.2c-1 3.6-16.2-3.4-18-7.1 8.8 4.6 18.2 3.6 18 7zm-48.7-73.8c-.4-.5-1.4 0-1.2 1.1.3 1.5 2.5 9.2 6.3 11.8 2.7 2 17 5.1 23.4 6.5q5.3 1 8.9 5.3a94 94 0 0 0-3-9.8c-1.2-3-4.4-6.2-7.8-6.3-6.1-.3-14.1-.8-20-3.3a16 16 0 0 1-6.7-5.3z"/>
<path d="M245.5 234.9c2 1.4 4.1-3.7 1.7-8.6-.1 4.7-3.8 6.3-1.7 8.6z"/>
<path d="M247.4 239.6c2.7.8 3.5-4 1.8-7.8.3 4.1-4.3 6.6-1.8 7.8z"/>
<path d="M249.5 243.4c2.6 1.3 3.5-3.6 1.7-7.1.2 4.5-3.7 5.9-1.7 7z"/>
<path d="M248.4 243.7c-1 3-7-2.7-8-5.8 3.7 3.7 8.7 3.2 8 5.7z"/>
<path d="M245.7 239c-1.2 3-8.7-5-10.4-8.7 3.7 3.7 11.2 6.5 10.4 8.6z"/>
<path d="M244.2 234.3c-1.2 3.5-9.3-5.8-11.7-9.1 4 3.6 12.6 6.6 11.7 9.1zm-.3-3.4c3-.6-.1-3-3.7-6.9-.1 4.1.5 7 3.7 6.9z"/>
<path d="M239 228.5c1.3-1.3-1.1-1.9-4.1-5.3-.5 2.3 2.8 6.5 4.2 5.3zm14 15.2c1.6 1 2.6-2.3.7-5.2-.5 3.2-2.1 4-.7 5.2zm-34.2-20.3c-3.3 2-8.6-6-10-9.3 2.9 3.8 10.6 7.2 10 9.3z"/>
<path d="M221.7 228c-1.9 2-7.7-3.5-9.7-6.3 3 2.7 10.5 3 9.7 6.3z"/>
<path d="M224.8 232.2c-.6 2.8-9-3.5-11-6.5 3.6 3.5 11.6 3.2 11 6.5z"/>
<path d="M223.5 235.3c-1.3 2.5-8.2-3.8-9.9-7 4.3 3.6 11 4.5 10 7zM220 223c2.1-2.3 1.2-3.4-.4-7-.8 3.7-2.1 5.2.4 7zm2.9 4.3c4 .2 0-4.6-1-8.7.4 4.6-1 8.3 1 8.7z"/>
<path d="M225.4 231.1c2.7-.6 2-4.5-.2-9.2.5 5.1-2.3 8 .2 9.2zm-1 7.7c-1 3-8.8-4-10-6.8 4 3.4 10.7 4.5 10 6.8z"/>
<path d="M229.1 243.6c-1.1 3-9.3-3.2-11.8-6.6 4.9 4 12.4 3.6 11.8 6.6z"/>
<path d="M233.9 248.5c-1.3 4.3-9.9-2.6-12.4-6 5.4 4.2 13 3 12.4 6zm-8-11c2.3 1.1 3.2-5.4 1.9-10.1 0 5-4.7 8.8-2 10z"/>
<path d="M229.8 242.7c2.8.8 2-6.3-.5-11-.3 4.7-2.3 9 .5 11zm5 4.9c3 .1 1-6.1-1.6-9.6.4 4.5-1 9 1.6 9.6zm-5.5 2.6c-1 1.6-3.2-1.3-7-3.5 3.4 1 7.4 2 7 3.5zm-1.8-52.7c3-2.2.7-6.2 0-10-1 3.6-3.4 8.4 0 10zm0 5.3c-4.5-.5-3.8-6.1-4-9.7 1.4 4.9 5 5.7 4 9.8zm.6-.7c3.7-.2 3.5-4.4 3.7-8.6-1.9 3.9-4 4.5-3.7 8.6z"/>
<path d="M228 207.3c-3 .3-4.4-2.6-5-7 2.7 4.1 5.1 2.8 5 7zm1-.3c3.7.5 3-3.8 3-7-1.2 3-4.2 4-3 7z"/>
<path d="M223.2 205.2c.3 2.8 2.1 7.6 5 6.5 1.1-3.4-2.6-4.1-5-6.5z"/>
<path d="M229 212c-1.2-2.4 3-3.7 3.8-6.9.5 4.6.1 7.6-3.8 7zm-11.9-29.2c2.3-2.4.3-6.4-.4-10.2-1 3.6-2.5 8.4.4 10.2zm0 4.6c-4 .5-5-7.7-5.5-11.3 1.4 4.9 6 7 5.5 11.4zm.8 0c2.8-1.5 2.2-4.7 3-7-1.8 2.9-3.6 3.3-3 7z"/>
<path d="M217 192.8c-4.1.3-6.6-8.8-6.8-12.4 1.3 4.9 7.4 7.5 6.9 12.4zm.9-.2c4-.9 3.5-3.5 2.9-7.6-1.3 4.2-3.5 3.3-2.9 7.6z"/>
<path d="M217 198c-4.6.8-4.3-6.6-8-11.9 3.2 4 9 9 8 11.9zm1-.3c3.6.2 4-5.1 3.8-7.3-.9 2.2-5 4.2-3.7 7.4z"/>
<path d="M209.8 192.3c1.7 5.7 4.2 11.4 7.2 11 1.5-3.3-2.9-3.7-7.2-11z"/>
<path d="M218.1 202.4c-1.2-2.5 3-3.7 3.8-6.9.5 4.6.1 7.6-3.8 6.9zm-7.1-3.6c2.5 5.1 3.6 11 7 10.1 1.3-4-3.8-4.8-7-10.1z"/>
<path d="M218.7 208c-1.5-2.8 2.7-3.7 3.8-7.4.5 4.8 0 8.3-3.8 7.3zm7.2-34.5c2.4.6 5-2.1 4.1-6.2-2.8.6-4 3.2-4.1 6.2zm-7.9-2.1c.2 1.2 1.7 1.3 1.2-.4a5 5 0 0 1 0-3.4 8 8 0 0 0 0-4.6c-.4-1-1.8-.4-1.2.4s.7 2.8.2 3.7q-.7 2.2-.2 4.3zm22.9 16c-1 1.3-2.9.4-1.4-1.5 1.2-1.5 3-2.8 3-4.4.2-2 1.3-5 2.4-6.1s2.4.4 1.2 1.2c-1.3.8-2.2 4.4-2.1 5.8-.1 2-2 3.5-3.1 5zm-3-2.3c-1 1.4-2.4.5-1.6-1.7.7-1.5.8-3.5 1.6-4.6 1.2-1.7 3-3.1 4.1-4.2 1.2-1 2 0 1 1a27 27 0 0 0-3.3 4c-1.4 2.2-.8 4-1.8 5.5zm-15.7-7.2c-.1 2 1.5 2.4 1.4-.4 0-3-2.2-5.8-1-10.3.8-2.2.8-6.3.4-8.4s-2-.8-1.3.9c.6 2-.1 5.6-.6 7.5-1.5 5.4 1.2 8 1 10.7zm4.3-11c-.2 1.9-1.8 2-1.3-.5q.6-2.9 0-5.3c-.6-2.1-.4-5.7 0-7.2.5-1.6 2-.7 1.4.5a10 10 0 0 0-.3 5.9c.6 2 .5 4.8.2 6.7zM210.9 204c.8.9 2 .3 1-1-1-1-.7-1.2-1.3-2.4-.6-1.4-.5-2.1-1.2-3-.7-1-1.6 0-1 .7.8 1 .6 1.6 1 2.5 1 1.5.7 2.3 1.5 3.2zm20.4 24.6a9 9 0 0 1 4.4 6.7 16 16 0 0 0 2 7.1c-2-.5-3-3.7-3.3-6.8-.3-3.2-2-4.5-3-7zm5.1 5.9c1.7 3.1 4 4.3 4.2 6.6.2 2.7.4 2.8 1.1 5.4-2-.5-2.5-.7-3-4.7-.3-2.8-2.6-4.7-2.3-7.3z"/>
<path stroke="none" d="M289 263.3c1 1.8 2 4.5 4 4 0-1.3-2.1-2.3-4-4m3 .6c3.7 1.6 7 1.2 7.5 3.6-3.6.4-5-1-7.6-3.6zm-16.1-12.7a14 14 0 0 1 5 7.7 29 29 0 0 0 3.6 7.8 13 13 0 0 1-5.3-7.4c-.7-3-1.6-5.3-3.3-8zm3.1 0c2.8 2.2 5.4 4.8 6.2 7.9.8 2.9 1.3 5.1 3.2 8-3-1.9-4.1-4.7-5-7.8-.7-3-2.5-5.2-4.4-8zm9.2 7.3a1 1 0 0 1 .7-1.2l2.6-.8c1-.3 1.6.4 1.6.9v2q0 .9-.7.9-1.2 0-2.4.7-1 .5-1.5-.5zm10.6 0q0-1-.6-1.2a5 5 0 0 0-2.4-.4q-1.3 0-1.1.6v2.1c0 .8 0 .8.4 1q1.3-.1 2.5.6.9.4 1.1-.6z"/>
</g>
<use xlink:href="#af-a" width="100%" height="100%" x="-600" transform="scale(-1 1)"/>
<g stroke="none">
<path d="M328.5 286.6q-.1 1.8 1 3.1a19 19 0 0 0-13.8 1.1c-1.8.8-4-1-1.9-2.7 3-2.3 9.7-1 14.7-1.5m-57.5 0a7 7 0 0 1-.4 3c4.4-1.7 9.1-.2 13.6 1.6 3 1.3 3.3-1 2.8-1.7a7 7 0 0 0-5-2.9zm3.8-21.7q-2-.7-4 1.4c-4.3 4.2-9.4 8.3-13.5 11.6-1.5 1.3-3 3.7 3.4 6 .3.2 5 2 8 2 1.3 0 1.3 1.8 1 2.3-.5 1-.1 1.4-1.1 2.3-1.1 1 0 2.1 1 1.3 3.6-3.2 9.6-1.1 15.3.7 1.4.4 3.8.3 3.8-1.6s1.5-3.4 2.4-3.5c2.4.4 14 .5 17.5.1 2-.3 2.2 2.9 3.3 4 .8.9 3.7 1.1 5.8.2 4-1.8 10-1.8 12.5 0 1 .7 1.9 0 1.3-.7-.8-1-.7-1.6-1.1-2.4-1-2-.2-2.4.8-2.5 11-1.5 14.6-5.2 11.2-8.3-4.4-3.8-9.2-7.7-13.4-12.2-1.2-1.2-2-1.7-4.3-.7a67 67 0 0 1-25.3 5.9 76 76 0 0 1-24.6-5.8z"/>
<path fill="#bd6b00" d="m326.6 265.5-1.6.4c-9 3.2-17.2 5.4-25.7 5.4-8.3 0-17-2.4-24.9-5.6a2 2 0 0 0-1.5 0q-.8.2-1.3.7a116 116 0 0 1-11.8 10.3c-.7.5-.6 1.8.5 2.2 8.3 3 16.4 8.5 39.6 8.3 23.5-.2 31.8-5.6 39.2-8.1q.8-.3 1.3-1l.1-.8-.6-.8c-4.3-3.5-8.8-6.3-11.8-10.4q-.5-.7-1.5-.5zm0 .5q.9 0 1.1.3c3 4.3 7.7 7 11.9 10.5l.4.7v.4q-.3.5-1 .7c-7.6 2.6-15.7 8-39 8.2-23.2.2-31.2-5.3-39.5-8.3-.8-.4-.7-1.2-.4-1.4q6.4-4.9 11.8-10.4l1.1-.6h1.2a68 68 0 0 0 25 5.6c8.7 0 17-2.2 26-5.3l1.5-.4z"/>
<path d="M269.7 114.6c0-1.4 2-1.5 1.8.4-.3 2.3 4.5 8.3 4.9 12 .3 2.5-1.5 4.6-3.2 6a7 7 0 0 1-6.8.5c-.9-.8-1.7-3.3-1-4.3.2-.3 1.3 3.7 3.7 3.7 3.3 0 6-2.5 6-4.7.2-3.8-5.3-9.8-5.4-13.6m9.5 9.4c.6-.4 1.4 1.3.8 1.7s-1.5-1.3-.8-1.8zm1.5-3.5c-.3.2-.8 0-.7-.2a12 12 0 0 1 3.6-3.3c.4-.2 1 .4.8.7a11 11 0 0 1-3.7 2.8m12.6-10c.3-.6 2.1-1.3 2.6-1.7.4-.5.6.4.4.7-.3.7-1.9 1.7-2.6 1.8q-.6-.1-.4-.7zm4.3.3a8 8 0 0 1 2.5-3.4c.5-.3 1.3 0 1.1.4a9 9 0 0 1-2.9 3.3c-.3.3-.8 0-.7-.3m-3.7 2.7q-.3.5.1.8 1 .3 2 0c.6-.4.3-2.9-.5-1.6-.6.8-1 .6-1.6.8m-7.3 5.6c-1.3-1 .4-2.4 1.7-1.4 2.7 2-4 9.8-7.6 13.4-.7.7-1.3-1-.4-1.9a34 34 0 0 0 6.7-7.6c.4-.5.7-1.6-.4-2.5m15.3-6.6c.1-1-1.6 0-1.6-1.3 0-.7 1.9-1.2 2.7-.4 1.3 1.4.3 3.7-2 3.9-1.8 0-5 2.7-4.5 3.2.5.7 5.4 1.1 8.3.7 1.8-.3 1.4 1.3-.4 1.5s-3.2 0-4.8.6c-2 .5-2.8 3-3.9 4-.2.2-.8-.8-.6-1.2.8-1.2 2-3 3.4-3.6.8-.3-2.4-.4-3.4-.7-.8-.2-.6-1.3-.3-1.9.4-.8 3.4-3.9 4.7-3.8 1.1 0 2.3-.3 2.4-1m5 .2 1.5-1.8c.3-.3.9 0 .8.8-.1.7-1 1.2-1.5 1.7-.5.3-1-.4-.7-.7zm6.5-2.3c.9 0 1 1.6.2 1.8-.6.2-1-1.7-.2-1.8m-2.1 5c0 1.5.7 1.4 2 1.3s2.4 0 2.4-1.2c0-1.3-.7-2.5-1-1.6-.1.8-.3 2.2-.8 1.6-.4-.5-.2-.6-1 .2-.5.5-.5-.2-.8-.6-.2-.3-.8.2-.8.4zm-9.2 7.2c-.3 1.9 0 4.5.9 4.5 1.2 0 3.6-4 4.8-6.2.7-1.2 1.8-1.4 1.3-.1-.7 1.9-.6 6 0 7.2.4.6 3-.6 3.4-1.5.8-1.7.1-4.8.4-6.7.1-1.2 1.3-1.5 1.2-.3l-.1 7.5c0 1 2.9 2.4 3.3-.6.2-1.8 1.2-3.7 0-5.7-.8-1.3 1.1-1.2 2.1.6.7 1.2-.6 3.2-.5 4.7 0 2.4-1.8 3.8-3.1 3.8-1.2 0-2-1.5-3-1.5s-2.2 1.7-3 1.6c-3.6-.2-1.7-5.3-2.8-5.4-1.2 0-2.5 5-4 4.9-1.4-.2-3-4.2-2.3-5.8.5-1.6 1.5-2 1.4-1m16.9-8c-1.7-1 0-3.7.9-2.8 1.6 2 3.2 6.5 4.4 6.9.7.2.6-3.4 1.1-5 .4-1.3 1.8-.9 1.6.7-.1.5-2 6.4-1.8 6.6a47 47 0 0 1 3.3 7.8c.3 1.2-1.1.4-1.3.2-.9-1.4-2.4-6.5-2.4-6.2l-1.7 7.7c-.2 1-1.7.8-1.3-1 .3-1.4 2.3-8.3 2.2-8.6a17 17 0 0 0-5-6.3"/>
<path d="M322 131.2c-.4 0-1.2 1 1.2 1.5 3.1.6 6.6-.5 7.6-3.6 1.3-3.7 2-7.2 2.7-8.5.8-1.5 1.8-1.4 1-3.6-.5-1.7-1.5-1.2-1.7-.3-.5 2.3-2.6 10-3.3 11.3q-1.8 3.8-7.5 3.2"/>
<path d="M328.4 119c-.4-.7-1.2 0-1 .7a1 1 0 0 0 1.2 1c.7 0 2.2.1 2.2-1 0-.8-.7-1.5-1.1-.6q-.8 1.1-1.3 0zm.7-3c-.2.2 0 1.1.3 1a7 7 0 0 0 3.3-.8c.2-.2.1-.7-.2-.7-1 0-2.6 0-3.4.5m8.8 2.3c.8-1.2 2.8-1.3 2 .4l-6.3 12.3c-.8 1.4-1.4.7-.8-.4.7-1.4 4.9-12 5.1-12.3"/>
<path d="M330.2 133c-.2-.8-1.5-2-1.3.2.2 3.8 5.5 2.6 7 1.3s.3 4.3 2.2 4.9c1 .3 3-1.1 4-2.4 2.7-3.5 4.5-8.6 7-12 1-1.4-.5-2.4-1-1.3-2.4 3.8-5.2 11.6-8.3 13.6-2.5 1.6-1.7-2-1.8-3.2-.1-.8-1.1-2-2.4-.9a6 6 0 0 1-3.7 1.2c-.7 0-1.4 0-1.7-1.4"/>
<path d="M339.6 126c0-.3-1.1-.4-1 .7 0 .8 1 1 1.1 1 1.5-1.2-.3-.6-.1-1.8zm-2.3 4.4c-.3 0-.6 1 .2 1.1l3.9-.2c.4 0 .6-.9-.4-.8-1.2 0-2.7-.3-3.7 0zm-62-16.6c.5 0 1.6 1.4 1.5 1.9 0 .2-1.2 0-1.5-.3s-.2-1.6 0-1.6m-5.3 10.4c-1 .6.2 1.7 1 1.2 2.8-1.9 7-3.8 8-7.5.3-1.2 1.4-3.1 2.5-3.5 1-.5 2.6 1.9 3.6 0 .6-1 2.7.7 3.2-.4.6-1.3.3-2 .3-3.4 0-.8-.7-1-1.2.3l-.1 1.6q-.4.4-1 .2c-.2-.2 0-.7-.6-1q-.4-.1-.8.2c-.7 1.3-1 2.5-2.1 1-.9-1-1.4-3.1-2-.3-.2 1-1.7 2.4-2.6 2.4-1.1 0-.8-3-3.2-2.5-1.3.3-1.2 2.7-1 3.5.3 1.3 4 .4 3.7 1.2-.6 2.7-4.4 5.4-7.7 7m-22.7 13.2c-.1.5.5 1.7 1.1 1.8.6 0 1-1.3.8-1.8-.2-.3-1.8-.3-1.9 0m3.3 4.9c-.4-.4-1.6.7-.6 1.5.5.5 2.5 1.1 3 .2.8-1.2-.7-5.5 0-6 .5-.5 2.8 2.8 4 3 2.7.4 2-4.6 5-4.2 1.9.2 2.1-2.2 1.8-3.8-.2-1.5-2.6-3.6-3.7-4.6-1.4-1.2-2.1 1-1.2 1.6 1.2 1 3.3 2.9 3.6 4.1.1.6-1.4 1.8-2 1.5-1.4-.8-2.6-4-3.8-4.7-.4-.2-1.4.3-1 1.3.6 1.1 3 2.7 3.1 3.9.1 1-1 3.2-1.8 3.2s-3-2.7-3.7-4c-.4-.5-1.5-.5-1.7.4a22 22 0 0 0 .5 5.5c.2 1.6-.9 1.7-1.5 1.1m-4-8.6c-.4.4.8 1.2 1 1 .4-.4 2.1-2.3 1.8-3-.3-.6-2.6-2-3-1.3-.7 1.1 2.2 1.7 1.7 2zm4.1-8.4s.8 2.5 1.4 1.4c.4-.7-1.4-1.4-1.4-1.4m1.2 4c-.2 0-1 .7-.5 1 .8.4 2.9.8 2.4-.7-.3-.9 3.2 0 2.3-2.4a4 4 0 0 0-1.7-1.7c-.4 0-1.5.5-.8.9.5.2 2 1.1 1.5 1.7-.7.6-1.1-.3-1.9-.1-.4 0-.1 1.2-.4 1.5 0 .2-.7-.4-.9-.3zm5.5-9.5a4 4 0 0 0-1.2 2q.1.5.5.5a3 3 0 0 0 1.2-1.9c0-.3-.2-.8-.5-.6m2.8-.3c-.8-1 1-2.6 1.7-.5.5 1.3 5.5 7.9 6.5 10.1.8 1.5 0 2.1-.9 1-2.5-3.2-4.6-7.2-7.3-10.6m5.2.1c.9-1 2.7-3 2.2-4s-1.5-1-1.7-.7c-1 1.3.8 1 .5 1.4q-.8 1.3-1.3 2.6c-.1.3.1.9.3.7m77.8 3.2c-.7-.5.6-3 1.5-2 2.3 2.7 3.4 11.6 4.1 18.3 0 0-1 .9-1 .7 0-3.5-1.5-14.4-4.6-17m-53.1-8.6c-.8-1.8 1.1-2.4 1.4-1.2 1.3 5.8 4.5 10.2 7 14.1.7 1.2 0 2-1.7.8-1.2-.8-2.5-3.9-3-4-1.2-.2-3.8 5-9.1 3.5-1.4-.4-1.3-4.5-1.4-6.3 0-.9 1-1 1 0 0 1.7 0 5.2 2.1 5.4 1.8 0 5.6-2.4 6.4-4.4s-1.9-5.9-2.7-8z"/>
<path d="M344.6 138.4c.4-1.2 6.1-10.8 6.9-12.9.4-1 2 1.8.4 3.3-1.4 1.2-5.5 8-6.3 10.4-.4 1-1.4.5-1-.8"/>
<path d="M354.3 129.3c1-4 3.6.6 1.3 2.8-3.4 3.4-4.5 9.9-10 10.9-1.4.3-4-.7-4.8-1.3-.3-.2.2-1.6 1.1-.9 1.3 1 4.1 1.3 5.6.1a25 25 0 0 0 6.8-11.6m-57 12.7c-.3.3-1 .3-1.1.7-.3 1.4 0 2.2-.3 3.6s-1.3 1.4-1.2.3c0-1.4 1.3-3.5.4-3.6-.6-.1-1-.9-.4-1.3q1.5-.9 2.4-.4.5.3.2.7"/>
<path d="M296.5 140c-1.4 1.4-2.8 1.9-4.1 3.5-.6.6-.5 1.5-.9 2.4-.3.9-1.4 1-1.7.9-.5-.4-.4-2-1-1.2s-.9 2-1.7 2-2-1.5-1.3-1.5c2.3-.3 2.2-2 3-2.2 1-.1 1 1.5 1.7 1.2.4-.2.7-2.1 1.2-2.6 1.5-1.6 2.7-2.4 4.3-3.6.7-.6 1.3.5.5 1.2zm5.3 5c-1.2.2-1 1.7-.6 1.8.5.3 1.4.4 1.7-1.3.2-.7.3 3.5 1.8 1.9 1-1 3.1.2 4-1 .7-.9 1-1.5.4-2.7-.2-.3-1-.2-1 .7s-.5 1.7-1.3 1.6c-.4-.1.2-1.9-.2-2.4h-.7c-.3.4.3 2.2-.6 2.4-1.2.2-.6-1.2-1-1.4-1.7-.8-1.8.2-2.5.3zm9-3c.9-.2.6-.2 2-1.3.5-.4.6.8.5 1.3 0 .7-1 .2-1.3.9-.4.9-.2 3-.4 3.8 0 .4-.8.4-.8 0-.2-1 .1-2 0-3.3 0-.4-.5-1.1 0-1.3zm-5-2.5-.2 2.3c0 .5 1 .2 1 .1 0-.8.2-2 0-2.3q-.5-.3-.8-.1"/>
<path d="m299.5 130.2-1.4 5.6-2-3.8v3.9l-4.4-5.2 1.5 5.6-4-3.4 2.2 3.8-7-4.5 4.4 5.2-5.6-2.8 4 3.4-9-3.4 8.7 4.3a29 29 0 0 1 12.6-2.6q7.5.1 12.5 2.6l8.8-4.3-9 3.4 4-3.4-5.5 2.8 4.3-5.2-7 4.5 2.2-3.8-4 3.3 1.5-5.5-4.3 5.2V132l-2 3.8z"/>
</g>
</g>
<path fill="#fff" d="m311.3 295-.3 2.6h-.4l-.1-1.8-.5-1.6-.5-1.3-1-1.4.8-2.2a7 7 0 0 1 1.5 2.4 9 9 0 0 1 .5 3.2m7-4.2q0 1-.5 1.5-.3.5-1.3.7l.4 1.5v2l-.1 1.3h-.4l-.1-1.3-.2-1-.4-1-.7-1.4-1-1.7.6-2 1 1q.4.3 1 .3 1.2 0 1.2-1.3h.4v1.4m6.4 4.8-.5 2.1q-.6 0-.8-.7l-.4-1.3-.1-1.7-1 .2a2 2 0 0 1-1.3-.4 1 1 0 0 1-.5-1q0-1.4.7-2.3.8-1 1.5-1.1.7 0 1 .4l.3.9v2q0 1.3.3 1.9 0 .4.8 1m-2-3.5q0-.9-.8-.8l-.6.1q-.2.1-.2.3 0 .5 1 .5zm8.7 3-.3 2.6q-.8-.5-1.4-2l-1.3-4.1-1.8 5.5-.8.7v-2.5q.9-1 1-1.5l.8-1.7.5-2.7h.4l.9 2.7q.3 1 .9 1.6l1 1.4"/>
<path fill="#bf0000" d="M350.8 319.4q.6.6.7 1.2l.4 1.6-.8.1-1-1.5-1.1-1.2-1.7-1.5-2-1.7q-.6-.3-.6-.5l-.3-.8-.2-1.6 2.7 2.2 2.5 2.2zm-9.5-5.8-.2 2H338l.3-2zm8.4 8.9-7.6 2.3-1.3-2 6.5-2-.7-.8-.9-.6a1 1 0 0 1-.4 1l-1 .6a3 3 0 0 1-1.8 0 2 2 0 0 1-1.3-.7 4 4 0 0 1-.7-2.2q0-1.5.9-1.8 1.1-.3 3 .7a8 8 0 0 1 3 2.4zm-5.8-4-.8-.3h-.6l-.5.3v.6l.5.2h.6l.4-.3zm-8-1.6-.5 2-3.2-.3.5-2zm7.5 7.7-1.7.4H340l-1.5-.4q-.5.8-1.5 1.2l-1.6.6-1.2.3-1-2 1.1-.3 1.3-.4.9-.5-1-.5h-.9l-.2.3h-.5q-.8-1.2-.3-2c.5-.8.9-.8 2-1a7 7 0 0 1 2.6-.2q1.2.1 1.5.9.2.3.2.7l-.4 1.2h1.1l1.7-.3zm-8 1.8-1.6.3a3 3 0 0 1-2.2-.4 6 6 0 0 1-1.7-2.6l-.8-2.2a2 2 0 0 0-.8-1l-.9-.5.6-2.1q.9.4 1.4 1l1 1.7.5 1.5 1.1 2.2q.5.4 1 .3l1.7-.2zm-7-7.5-1 1.9-3-.7 1-1.9zm1.8 8.4-7.5.7-.4-2 6.2-.7-.6-.8-1-.6.5-2q1 .6 1.6 1.3.5.8.8 2.1zm-6 1-2.2-.2-1.7-.5-1.3.4h-3.7l-1.2-.3q-.4-.3-.8-1a4 4 0 0 1-1.5 1l-1.7.1h-1.7l.2-2.1h1.7q1.2.1 2.1-.4a2 2 0 0 0 1.3-1.8l.7.1-.1 1.3q0 .4.3.7.4.3 1 .3h1.5q1.5 0 2-.2.9-.2 1-1.1l.1-.4s.3 0 .5-.2l.5-.2v.7l-.3 1.1 2 .5q.1-.3-.1-.7l-.3-.6.1-.3.3-.2 1-.9.5 1v1zm-11.3-8.7-2 1.3-1.3-.9-1.4 1-1.9-1 1.8-1.3 1.5.8 1.5-1 1.8 1m-3 8.2-7.3-1.2.8-2 6.2 1q0-.6-.2-1l-.5-.8 1.6-1.7q.6.8.7 1.6t-.5 2.1zm-6.1-1-1.6-.3q-1.3-.3-1.5-1.2-.3-.9.8-2.8l1.2-2q.4-.7.3-1.2l-.3-.7 2.2-1.6q.4.8.3 1.4 0 .8-.7 1.8l-.8 1.4a6 6 0 0 0-.9 2.2q0 .6.5.7l1.6.4zm-3.8-8-2.5 1.1-1.8-1.7 2.6-1zm-1 6.6-1.6 1.4-1.7.6-2.4-.1-2.8-.7a8 8 0 0 1-3.4-2q-.9-1.2 0-2.2a7 7 0 0 1 2-1.6q1.1-.7 3.8-1.6l.4.5-2.8 1.2q-.8.4-1.3 1t.2 1.6a11 11 0 0 0 6.3 2.2q1.8 0 2.3-.7.4-.4.5-1l.2-1.6 2.5-1.5-.1 1.5a4 4 0 0 1-1 1.6z"/>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 154 KiB

View File

@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ag" viewBox="0 0 640 480">
<defs>
<clipPath id="ag-a">
<path fill-opacity=".7" d="M-79.7 0H603v512H-79.7z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#ag-a)" transform="translate(74.7)scale(.9375)">
<path fill="#fff" d="M-79.7 0H603v512H-79.7z"/>
<path fill="#000001" d="M-79.6 0H603v204.8H-79.7z"/>
<path fill="#0072c6" d="M21.3 203.2h480v112h-480z"/>
<path fill="#ce1126" d="M603 .1V512H261.6L603 0zM-79.7.1V512h341.3L-79.7 0z"/>
<path fill="#fcd116" d="M440.4 203.3 364 184l64.9-49-79.7 11.4 41-69.5-70.7 41L332.3 37l-47.9 63.8-19.3-74-21.7 76.3-47.8-65 13.7 83.2L138.5 78l41 69.5-77.4-12.5 63.8 47.8L86 203.3z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 742 B

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