### Getting Started with Dub Conversions Source: https://dub.co/help/article/dub-conversions Provides a link to the quickstart guide for users new to Dub Conversions. ```text To get started with Dub Conversions, check out our quickstart guide. ``` -------------------------------- ### Dub Conversions Setup Guide Source: https://dub.co/docs/conversions/quickstart Provides a step-by-step guide for setting up Dub Conversions, including enabling tracking, installing SDKs, and viewing results. ```APIDOC Setup Steps: 1. Enable conversion tracking for your links. 2. Install the Dub Analytics client-side SDK (`@dub/analytics`). 3. Install the Dub server-side SDK and track conversion events. 4. View your conversions. ``` -------------------------------- ### Client-Side SDK Installation Source: https://dub.co/docs/data-model Guides for installing the Dub.co client-side SDK across various platforms and frameworks. Includes manual installation and framework-specific setups. ```markdown ## Client-Side SDK Installation Guides This section provides instructions for integrating the Dub.co client-side SDK into your projects. ### React Instructions for installing and configuring the SDK within a React application. ### Manual Installation Steps for manually adding the SDK to any web project. ### Webflow Guide for embedding the SDK in Webflow sites. ### WordPress Instructions for integrating the SDK with WordPress. ### Framer Steps for using the SDK within Framer projects. ### Shopify Guide for adding the SDK to Shopify stores. ### Google Tag Manager Instructions for deploying the SDK via Google Tag Manager. ``` -------------------------------- ### Dub Partners Quickstart Source: https://dub.co/docs/sdks/client-side/installation-guides/google-tag-manager Learn how to set up your referral or affiliate program using Dub Partners. This guide covers the initial setup process. ```APIDOC APIDOC: Endpoint: /partners/quickstart Description: Quickstart guide for setting up referral/affiliate programs with Dub Partners. Purpose: To guide users through the initial configuration of Dub Partners. Key Steps: 1. Account setup. 2. Program configuration (commissions, rules). 3. Integration with your platform. Outputs: A functional referral/affiliate program. Related: Dub Partners White-labeling. ``` -------------------------------- ### Dub Go SDK GitHub and Package Information Source: https://dub.co/docs/sdks/go Details on accessing the Dub Go SDK. This includes a link to download and install the SDK from GitHub, a reference to the complete SDK documentation, and examples for quickstart usage. ```go Go Package: Download and install the Dub Go SDK on GitHub SDK Reference: View the complete SDK reference documentation Examples: Quickstart examples with the Go ``` -------------------------------- ### Client-side SDK Installation Guides Source: https://dub.co/docs/sdks/quickstart/go Guides for installing the client-side SDK across different platforms and frameworks. ```APIDOC Client-side SDK Installation Guides: - react: Installation guide for React applications. - manual: Manual installation instructions. - webflow: Installation guide for Webflow. - wordpress: Installation guide for WordPress. - framer: Installation guide for Framer. - shopify: Installation guide for Shopify. - google-tag-manager: Integration guide for Google Tag Manager. ``` -------------------------------- ### Client-side SDK Installation Source: https://dub.co/docs/partners/quickstart Guides for installing and using the client-side SDKs for various frontend frameworks and platforms, including React, manual setup, Webflow, WordPress, Framer, Shopify, and Google Tag Manager. ```react // Example usage for React (conceptual) import { useDub } from '@dub/react'; function MyComponent() { const dub = useDub('YOUR_PUBLIC_KEY'); const handleClick = async () => { const link = await dub.createLink({ url: 'https://example.com' }); console.log(link.shortUrl); }; return ; } ``` ```javascript // Example usage for manual/vanilla JS (conceptual) import { DubClient } from '@dub/dub-sdk-web'; const client = new DubClient('YOUR_PUBLIC_KEY'); async function createLink() { const link = await client.createLink({ url: 'https://example.com', domain: 'dub.co', alias: 'my-link' }); console.log(link.shortUrl); } ``` -------------------------------- ### TypeScript Quickstart Source: https://dub.co/docs/sdks/quickstart/typescript This section provides a quickstart guide for using the Dub SDK with TypeScript. It covers basic setup and common operations. ```typescript // Example of initializing the Dub client in TypeScript import { DubClient } from '@dubco/dub-sdk'; // Replace with your actual API key const apiKey = 'YOUR_API_KEY'; const client = new DubClient(apiKey); // Example: Creating a link async function createDubLink() { try { const link = await client.links.create({ url: 'https://www.example.com', prefix: 'my-test-link', tags: ['test', 'typescript'], }); console.log('Link created:', link); } catch (error) { console.error('Error creating link:', error); } } // Example: Retrieving link analytics async function getLinkAnalytics() { try { const analytics = await client.links.getAnalytics('my-test-link', { interval: '7d', }); console.log('Link analytics:', analytics); } catch (error) { console.error('Error getting analytics:', error); } } // Call the functions // createDubLink(); // getLinkAnalytics(); ``` -------------------------------- ### Django Quickstart Guide Source: https://dub.co/docs/sdks/quickstart/django Instructions for integrating Dub into a Django project. This section likely covers installation, configuration, and basic usage patterns for the Dub SDK within a Django application. ```bash pip install dub-sdk-python # Example usage in Django views or models: from dub import Dub dub = Dub(api_key="YOUR_DUB_API_KEY") # Create a link response = dub.links.create( domain="dub.co", url="https://example.com", alias="my-test-link" ) print(response.link) ``` -------------------------------- ### Client-Side SDK Installation Guides Source: https://dub.co/docs/sdks/quickstart/express Guides for installing and setting up the Dub.co client-side SDKs for various platforms and services. ```APIDOC Client-Side SDKs: Installation Guides: - Shopify: /sdks/client-side/installation-guides/shopify - Google Tag Manager: /sdks/client-side/installation-guides/google-tag-manager Features: - Conversion Tracking: /sdks/client-side/features/conversion-tracking - Client-Side Click Tracking: /sdks/client-side/features/client-side-click-tracking - Cross-Domain Tracking: /sdks/client-side/features/cross-domain-tracking - Reverse Proxy Support: /sdks/client-side/features/reverse-proxy-support Variants: /sdks/client-side/variants ``` -------------------------------- ### Client-Side SDK Installation Guides Source: https://dub.co/docs/sdks/client-side/features/cross-domain-tracking Guides for installing the client-side SDK across various platforms and frameworks. ```React sdks/client-side/installation-guides/react ``` ```Manual sdks/client-side/installation-guides/manual ``` ```Webflow sdks/client-side/installation-guides/webflow ``` ```WordPress sdks/client-side/installation-guides/wordpress ``` ```Framer sdks/client-side/installation-guides/framer ``` ```Shopify sdks/client-side/installation-guides/shopify ``` ```Google Tag Manager sdks/client-side/installation-guides/google-tag-manager ``` -------------------------------- ### Platform-Specific Installation Guides Source: https://dub.co/docs/partners/quickstart Provides links to detailed installation guides for integrating Dub Analytics into specific platforms and frameworks like React, Framer, Shopify, WordPress, and Webflow. ```html

You can install the @dub/analytics script in several different ways:

Add Dub Analytics to your React app

Add Dub Analytics to your website

Add Dub Analytics via GTM

} href="https://dub.co/docs/sdks/client-side/installation-guides/framer" >

Add Dub Analytics to your Framer site

Add Dub Analytics to your Shopify store

Add Dub Analytics to your WP site

Add Dub Analytics to your Webflow site

``` -------------------------------- ### Client-Side SDK Installation Guides Source: https://dub.co/docs/api-reference/endpoint/update-a-customer Guides for installing and setting up Dub.co client-side SDKs for various platforms. ```APIDOC Client-Side SDKs: React: Installation: npm install @dub/react Usage: Import and use the DubProvider and useDub hook. Vue: Installation: npm install @dub/vue Usage: Import and use the DubPlugin. Angular: Installation: npm install @dub/angular Usage: Import and use the DubModule. JavaScript: Installation: npm install @dub/js-client Usage: Initialize the Dub client with your API key. Framer: Installation: Add the Dub integration via Framer's app store. Usage: Configure the integration settings within Framer. Shopify: Installation: Install the Dub app from the Shopify App Store. Usage: Follow the in-app instructions to connect your Shopify store. Google Tag Manager: Installation: Configure a custom HTML tag in GTM with the Dub tracking snippet. Usage: Set up triggers and variables for tracking events. ``` -------------------------------- ### Configure UI Grid Guides Source: https://vercel.com/ This snippet defines the configuration for UI grid guides, including their visual representation and positioning. It appears to be part of a larger UI framework or component library, specifying styles and layout properties for different grid breakpoints. ```javascript self.__next_f.push([1,"5e: [[\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"grid_guides__XbybQ\",\"data-grid-guides\":true,\"children\":[[\"$\",\"div\",\"0\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":1,\"--y\":1,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"1\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":2,\"--y\":1,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"2\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":1,\"--y\":2,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"3\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":2,\"--y\":2,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"4\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":1,\"--y\":3,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"5\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":2,\"--y\":3,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"6\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":1,\"--y\":4,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"7\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":2,\"--y\":4,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"8\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":1,\"--y\":5,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"9\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":2,\"--y\":5,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"10\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":1,\"--y\":6,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"11\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":2,\"--y\":6,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"12\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":1,\"--y\":7,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"13\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":2,\"--y\":7,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}]]},{[\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"grid_guides__XbybQ\",\"data-grid-guides\":true,\"children\":[[\"$\",\"div\",\"0\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_smGuide__dhwwf\",\"style\":{\"--x\":1,\"--y\":1,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"1\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_smGuide__dhwwf\",\"style\":{\"--x\":2,\"--y\":1,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"2\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_smGuide__dhwwf\",\"style\":{\"--x\":1,\"--y\":2,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"3\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_smGuide__dhwwf\",\"style\":{\"--x\":2,\"--y\":2,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}],[\"$\",\"div\",\"4\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_smGuide__dhwwf\",\"style\":{\"--x\":1,\"--y\":3,\"borderRi ``` -------------------------------- ### Grid Guides and Styling Source: https://vercel.com/ Details the rendering of grid guides for visual alignment. This snippet includes definitions for various guide types (xs, sm, md, lg) and their associated styling, such as border properties and positioning based on CSS variables. ```javascript self.__next_f.push([ 1, "4b:[\"$\",\"div\",null,{\"aria-hidden\":\"$undefined\",\"className\":\"grid_grid__MIUsj\",\"data-grid\":\"\",\"id\":\"$undefined\",\"ref\":\"$undefined\",\"style\":{\"--grid-rows\":1,\"--sm-grid-columns\":2,\"--md-grid-columns\":3,\"--sm-height\":\"var(--grid-divider-gap)\"} },[\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"grid_guides__XbybQ\",\"data-grid-guides\":true,\"children\":[[\"$\",\"div\",\"0\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":1,\"--y\":1,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}], [\"$\",\"div\",\"1\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_xsGuide__Xupsz\",\"style\":{\"--x\":2,\"--y\":1,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}]}]}, [\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"grid_guides__XbybQ\",\"data-grid-guides\":true,\"children\":[[\"$\",\"div\",\"0\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_smGuide__dhwwf\",\"style\":{\"--x\":1,\"--y\":1,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}], [\"$\",\"div\",\"1\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_smGuide__dhwwf\",\"style\":{\"--x\":2,\"--y\":1,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}]}]}, [\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"grid_guides__XbybQ\",\"data-grid-guides\":true,\"children\":[[\"$\",\"div\",\"0\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_smdGuide__pWYK7\",\"style\":{\"--x\":1,\"--y\":1,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}], [\"$\",\"div\",\"1\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_smdGuide__pWYK7\",\"style\":{\"--x\":2,\"--y\":1,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}], [\"$\",\"div\",\"2\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_smdGuide__pWYK7\",\"style\":{\"--x\":3,\"--y\":1,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}]}]}, [\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"grid_guides__XbybQ\",\"data-grid-guides\":true,\"children\":[[\"$\",\"div\",\"0\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_mdGuide__Kf1OM\",\"style\":{\"--x\":1,\"--y\":1,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}], [\"$\",\"div\",\"1\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_mdGuide__Kf1OM\",\"style\":{\"--x\":2,\"--y\":1,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}], [\"$\",\"div\",\"2\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_mdGuide__Kf1OM\",\"style\":{\"--x\":3,\"--y\":1,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}]}]}, [\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"grid_guides__XbybQ\",\"data-grid-guides\":true,\"children\":[[\"$\",\"div\",\"0\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_lgGuide__2OXaB\",\"style\":{\"--x\":1,\"--y\":1,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}], [\"$\",\"div\",\"1\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_lgGuide__2OXaB\",\"style\":{\"--x\":2,\"--y\":1,\"borderRight\":\"$undefined\",\"borderBottom\":\"none\"}}], [\"$\",\"div\",\"2\",{\"aria-hidden\":\"true\",\"className\":\"grid_guide__Ei25j grid_lgGuide__2OXaB\",\"style\":{\"--x\":3,\"--y\":1,\"borderRight\":\"none\",\"borderBottom\":\"none\"}}]}]}]}]]) ``` -------------------------------- ### Vercel Git Push Deployment Example Source: https://vercel.com/ Demonstrates a typical Git push command output when deploying to Vercel, showcasing the process of enumerating, counting, and writing objects, and updating the main branch. ```bash ▲ ~ vercel-site/ git push Enumerating objects: 1, done. Counting objects: 100% (1/1), done. Writing objects: 100% (1/1), 72 bytes, done. Total 1 (delta 0), reused 0 (delta 0). To github.com:vercel/vercel-site.git 21326a9..81663c3 main -> main ``` -------------------------------- ### Responsive Grid Layout Guides Source: https://vercel.com/ Defines the structure for responsive grid layout guides, specifying column and row configurations for different breakpoints (xs, sm, smd, md, lg). Includes styling properties like `--x`, `--y`, and border configurations to visualize grid divisions. ```json-like [ "$", "div", null, { "aria-hidden": true, "className": "grid_guides__XbybQ", "data-grid-guides": true, "children": [ [ "$", "div", "0", { "aria-hidden": true, "className": "grid_guide__Ei25j grid_xsGuide__Xupsz", "style": { "--x": 1, "--y": 1, "borderRight": "none", "borderBottom": "none" } } ], [ "$", "div", "1", { "aria-hidden": true, "className": "grid_guide__Ei25j grid_xsGuide__Xupsz", "style": { "--x": 1, "--y": 2, "borderRight": "none", "borderBottom": "none" } } ] ] } ] ``` ```json-like [ "$", "div", null, { "aria-hidden": true, "className": "grid_guides__XbybQ", "data-grid-guides": true, "children": [ [ "$", "div", "0", { "aria-hidden": true, "className": "grid_guide__Ei25j grid_smGuide__dhwwf", "style": { "--x": 1, "--y": 1, "borderRight": "none", "borderBottom": "none" } } ], [ "$", "div", "1", { "aria-hidden": true, "className": "grid_guide__Ei25j grid_smGuide__dhwwf", "style": { "--x": 1, "--y": 2, "borderRight": "none", "borderBottom": "none" } } ] ] } ] ``` ```json-like [ "$", "div", null, { "aria-hidden": true, "className": "grid_guides__XbybQ", "data-grid-guides": true, "children": [ [ "$", "div", "0", { "aria-hidden": true, "className": "grid_guide__Ei25j grid_smdGuide__pWYK7", "style": { "--x": 1, "--y": 1, "borderRight": "$undefined", "borderBottom": "none" } } ], [ "$", "div", "1", { "aria-hidden": true, "className": "grid_guide__Ei25j grid_smdGuide__pWYK7", "style": { "--x": 2, "--y": 1, "borderRight": "none", "borderBottom": "none" } } ] ] } ] ``` ```json-like [ "$", "div", null, { "aria-hidden": true, "className": "grid_guides__XbybQ", "data-grid-guides": true, "children": [ [ "$", "div", "0", { "aria-hidden": true, "className": "grid_guide__Ei25j grid_mdGuide__Kf1OM", "style": { "--x": 1, "--y": 1, "borderRight": "$undefined", "borderBottom": "none" } } ], [ "$", "div", "1", { "aria-hidden": true, "className": "grid_guide__Ei25j grid_mdGuide__Kf1OM", "style": { "--x": 2, "--y": 1, "borderRight": "none", "borderBottom": "none" } } ] ] } ] ``` ```json-like [ "$", "div", null, { "aria-hidden": true, "className": "grid_guides__XbybQ", "data-grid-guides": true, "children": [ [ "$", "div", "0", { "aria-hidden": true, "className": "grid_guide__Ei25j grid_lgGuide__2OXaB", "style": { "--x": 1, "--y": 1, "borderRight": "$undefined", "borderBottom": "none" } } ], [ "$", "div", "1", { "aria-hidden": true, "className": "grid_guide__Ei25j grid_lgGuide__2OXaB", "style": { "--x": 2, "--y": 1, "borderRight": "none", "borderBottom": "none" } } ] ] } ] ``` -------------------------------- ### Small Grid Layout Configuration Source: https://vercel.com/ Defines the structure and styling for small screen grid guides. It includes an array of div elements, each with specific ARIA attributes and inline styles for positioning and borders. ```javascript self.__next_f.push([ 1, "101:[\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"grid_guides__XbybQ\",\"data-grid-guides\":true,\"children\":[[ \"$\", \"div\", \"0\", { \"aria-hidden\": \"true\", \"className\": \"grid_guide__Ei25j grid_smGuide__pWYK7\", \"style\": { \"--x\": 1, \"--y\": 7, \"borderRight\": \"$undefined\", \"borderBottom\": \"none\" } } ], [ \"$\", \"div\", \"1\", { \"aria-hidden\": \"true\", \"className\": \"grid_guide__Ei25j grid_smGuide__pWYK7\", \"style\": { \"--x\": 2, \"--y\": 7, \"borderRight\": \"none\", \"borderBottom\": \"none\" } } ] ] }] ]) ``` -------------------------------- ### SVG Path Data Example Source: https://vercel.com/ This snippet contains SVG path data, likely used for drawing vector graphics. It defines a complex shape with multiple commands and coordinates. ```svg M3.07332 3.04702 2.48321C3.18796 1.89169 3.48385 1.3698 4 1.0718C4.51615 0.773798 5.11607 0.778495 5.69881 0.952201C6.28016 1.12549 6.89077 1.47841 7.49466 1.95361ZM7.36747 4.51025C7.57735 4.25194 7.78881 4.00927 7.99999 3.78356C8.21117 4.00927 8.42263 4.25194 8.63251 4.51025C8.42369 4.50346 8.21274 4.5 8 4.5C7.78725 4.5 7.5763 4.50345 7.36747 4.51025ZM8.71425 3.08331C9.13781 3.53447 9.55759 4.04358 9.96246 4.60092C10.6475 4.67288 11.2983 4.78186 11.9008 4.92309C11.9383 4.74244 11.9693 4.56671 11.9939 4.39657C12.0927 3.71031 12.0817 3.14114 11.9802 2.71499C11.879 2.29025 11.7013 2.05404 11.5 1.93782C11.2987 1.82161 11.0053 1.7858 10.5868 1.91053C10.167 2.03568 9.66859 2.31073 9.12371 2.73948C8.98862 2.84578 8.85196 2.96052 8.71425 3.08331ZM8 5.5C8.48433 5.5 8.95638 5.51885 9.41188 5.55456C9.67056 5.93118 9.9229 6.33056 10.1651 6.75C10.4072 7.16944 10.6269 7.58766 10.8237 7.99998C10.6269 8.41232 10.4072 8.83055 10.165 9.25C9.92288 9.66944 9.67053 10.0688 9.41185 10.4454C8.95636 10.4812 8.48432 10.5 8 10.5C7.51567 10.5 7.04363 10.4812 6.58813 10.4454C6.32945 10.0688 6.0771 9.66944 5.83494 9.25C5.59277 8.83055 5.37306 8.41232 5.17624 7.99998C5.37306 7.58765 5.59275 7.16944 5.83492 6.75C6.07708 6.33056 6.32942 5.93118 6.5881 5.55456C7.04361 5.51884 7.51566 5.5 8 5.5ZM11.0311 6.25C11.1375 6.43423 11.2399 6.61864 11.3385 6.80287C11.4572 6.49197 11.5616 6.18752 11.6515 5.89178C11.3505 5.82175 11.0346 5.75996 10.706 5.70736C10.8163 5.8848 10.9247 6.06576 11.0311 6.25ZM11.0311 9.75C11.1374 9.56576 11.2399 9.38133 11.3385 9.19709C11.4572 9.50801 11.5617 9.81246 11.6515 10.1082C11.3505 10.1782 11.0346 10.24 10.7059 10.2926C10.8162 10.1152 10.9247 9.93424 11.0311 9.75ZM11.9249 7.99998C12.2051 8.62927 12.4362 9.24738 12.6151 9.83977C12.7903 9.78191 12.958 9.72092 13.1176 9.65708C13.7614 9.39958 14.2488 9.10547 14.5671 8.80446C14.8843 8.50445 15 8.23243 15 8C15 7.76757 14.8843 7.49555 14.5671 7.19554C14.2488 6.89453 13.7614 6.60042 13.1176 6.34292C12.958 6.27907 12.7903 6.21808 12.6151 6.16022C12.4362 6.7526 12.2051 7.37069 11.9249 7.99998ZM9.96244 11.3991C10.6475 11.3271 11.2983 11.2181 11.9008 11.0769C11.9383 11.2576 11.9694 11.4333 11.9939 11.6034C12.0928 12.2897 12.0817 12.8589 11.9802 13.285C11.879 13.7098 11.7013 13.946 11.5 14.0622C11.2987 14.1784 11.0053 14.2142 10.5868 14.0895C10.167 13.9643 9.66861 13.6893 9.12373 13.2605C8.98863 13.1542 8.85196 13.0395 8.71424 12.9167C9.1378 12.4655 9.55758 11.9564 9.96244 11.3991ZM8.63249 11.4898C8.42262 11.7481 8.21116 11.9907 7.99999 12.2164C7.78881 11.9907 7.57737 11.7481 7.36749 11.4897C7.57631 11.4965 7.78726 11.5 8 11.5C8.21273 11.5 8.42367 11.4965 8.63249 11.4898ZM4.96891 9.75C5.07528 9.93424 5.18375 10.1152 5.29404 10.2926C4.9654 10.24 4.64951 10.1782 4.34844 10.1082C4.43833 9.81246 4.54276 9.508 4.66152 9.19708C4.76005 9.38133 4.86254 9.56575 4.96891 9.75ZM6.03754 11.3991C5.35244 11.3271 4.70163 11.2181 4.09914 11.0769C4.06165 11.2576 4.03062 11.4333 4.0061 11.6034C3.90723 12.2897 3.91823 12.8589 4.01977 13.285C4.12097 13.7098 4.29869 13.946 4.49998 14.0622C4.70127 14.1784 4.9947 14.2142 5.41313 14.0895C5.83296 13.9643 6.33137 13.6893 6.87625 13.2605C7.01135 13.1542 7.14802 13.0395 7.28573 12.9167C6.86217 12.4655 6.4424 11.9564 6.03754 11.3991ZM4.07507 7.99998C3.79484 8.62927 3.56381 9.24737 3.38489 9.83977C3.20969 9.78191 3.042 9.72092 2.88239 9.65708C2.23864 9.39958 1.75123 9.10547 1.43294 8.80446C1.11571 8.50445 1 8.23243 1 8C1 7.76757 1.11571 7.49555 1.43294 7.19554C1.75123 6.89453 2.23864 6.60042 2.88239 6.34292C3.042 6.27907 3.2097 6.21808 3.3849 6.16022C3.56383 6.75261 3.79484 7.37069 4.07507 7.99998ZM4.66152 6.80287C4.54277 6.49197 4.43835 6.18752 4.34846 5.89178C4.64952 5.82175 4.96539 5.75996 5.29402 5.70736C5.18373 5.8848 5.07526 6.06576 4.96889 6.25C4.86253 6.43423 4.76005 6.61864 4.66152 6.80287ZM9.25 8C9.25 8.69036 8.69036 9.25 8 9.25C7.30964 9.25 6.75 8.69036 6.75 8C6.75 7.30965 7.30964 6.75 8 6.75C8.69036 6.75 9.25 7.30965 9.25 8Z" fill="#149ECA"/> ```