Lauren's stuff
@@ -4,3 +4,12 @@ weight: 2350
|
||||
---
|
||||
|
||||
# CI/CD Pipelines
|
||||
|
||||
<dl>
|
||||
<dt>Pipelines</dt>
|
||||
<dd>Contain a series of stages and steps. Out of the box the pipelines feature supports fan out and in capabilities.</dd>
|
||||
<dt>Stages</dt>
|
||||
<dd>Executed sequentially. The next stage will not execute until all of the steps within the stage execute.</dd>
|
||||
<dt>Steps</dt>
|
||||
<dd>Are executed in parallel within a stage. </dd>
|
||||
</dl>
|
||||
|
||||
@@ -4,19 +4,81 @@ weight: 3700
|
||||
---
|
||||
# Pipelines
|
||||
|
||||
Coming Soon
|
||||
## Enabling CI Pipelines
|
||||
|
||||
1. Select cluster from drop down.
|
||||
|
||||
2. Under tools menu select pipelines.
|
||||
|
||||
3. Follow instructions for setting up github auth on page.
|
||||
|
||||
|
||||
## Creating CI Pipelines
|
||||
|
||||
Coming Soon
|
||||
1. Go to the project you want this pipeline to run in.
|
||||
|
||||
2. Select workloads from the top level Nav bar
|
||||
|
||||
3. Select pipelines from from the secondary Nav bar
|
||||
|
||||
4. Click Add pipeline button.
|
||||
|
||||
5. Enter in your repository name (Autocomplete should help zero in on it quickly).
|
||||
|
||||
6. Select Branch options.
|
||||
|
||||
- Only the branch {BRANCH NAME}: Only events triggered by changes to this branch will be built.
|
||||
- Evertyhing but {BRANCH NAME}: Build any branch that triggered an event EXCEPT events from this branch.
|
||||
- All branches: Regardless of the branch that triggered the event always build.
|
||||
|
||||
7. Click Add button.
|
||||
|
||||
By default, Rancher provides a three stage pipeline for you. It consists of a build stage where you would compile, unit test, and scan code. The publish stage has a single step to publish a docker image.
|
||||
|
||||
|
||||
8. Add a name to the pipeline in order to complete adding a pipeline.
|
||||
|
||||
9. Click on the ‘run a script’ box under the ‘Build’ stage.
|
||||
|
||||
Here you can set the image, or select from pre-packaged envs.
|
||||
|
||||
10. Configure a shell script to run inside the container when building.
|
||||
|
||||
11. Click Save to persist the changes.
|
||||
|
||||
Click the “publish an image’ box under the “Publish” stage.
|
||||
|
||||
|
||||
Set the location of the Dockerfile, by default it looks in the root of the workspace.
|
||||
Set the build context for building the image relative to the root of the workspace.
|
||||
|
||||
Set the image information:
|
||||
The registry is the remote registry URL. It is defaulted to Docker hub.
|
||||
Repository is the <org>/<repo> in the repository.
|
||||
Finally select the Tag. You can hard code a tag like ‘latest’ or select from a list of available variables.
|
||||
|
||||
Finally, if this is the first time using this registry, you can add the username/password for pushing the image. You must click save for the registry credentials AND also save for the modal.
|
||||
|
||||
|
||||
|
||||
|
||||
## Creating a New Stage
|
||||
|
||||
Coming Soon
|
||||
1. To add a new stage the user must click the ‘add a new stage’ link in either create or edit mode of the pipeline view.
|
||||
|
||||
2. Provide a name for the stage.
|
||||
|
||||
3. Click save
|
||||
|
||||
|
||||
## Creating a New Step
|
||||
|
||||
Coming Soon
|
||||
1. Go to create / edit mode of the pipeline.
|
||||
|
||||
2. Click “Add Step” button in the stage that you would like to add a step in.
|
||||
|
||||
3. Fill out the form as detailed above
|
||||
|
||||
|
||||
### Adding a Build Script
|
||||
|
||||
@@ -28,4 +90,4 @@ Coming Soon
|
||||
|
||||
## Importing a Pipeline From YAML
|
||||
|
||||
Coming Soon
|
||||
If there is a ##YAML FILE### already checked into the github repository click import.
|
||||
|
||||
@@ -1,8 +1,19 @@
|
||||
---
|
||||
title: Upgrades
|
||||
weight: 1000
|
||||
draft: true
|
||||
---
|
||||
|
||||
# Upgrades
|
||||
|
||||
Coming Soon!
|
||||
- Upgrading from Rancher 2.x.x
|
||||
|
||||
All Rancher 2.x.x will support upgrades from a previous version. This section will be updated as soon as the first release post 2.0 is available.
|
||||
|
||||
- Migrating from Rancher 1.6.x
|
||||
|
||||
By embarking on the Rancher 2.0 project, all of the legacy Rancher 1.6 Java modules were completely rewritten in Go, and in the process touched just about every other module in the system. As such, there will not be a direct upgrade from 1.6.x to 2.0.
|
||||
|
||||
Our next major milestone will be our 2.1 release that will include a tool that will convert Rancher Compose to Kubernetes YAML. This will help our existing Cattle users from having to start the migration from scratch. However, we know the biggest challenge will be having to leverage Cattle functionality in a Kubernetes environment as you deploy new workloads. We plan to also release a guide that will act as a cheatsheet for those that enjoy Cattle's simplicity and want to quickly create those workloads in Kubernetes.
|
||||
|
||||
We do plan to continue to support Rancher 1.6.x for at least another year after 2.1 has been released to give our users time to plan this migration.
|
||||
|
||||
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 81 KiB |
@@ -1,85 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 2374.4 541.3" style="enable-background:new 0 0 2374.4 541.3;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
.st1{opacity:0.5;}
|
||||
.st2{fill:url(#SVGID_1_);}
|
||||
.st3{fill:url(#SVGID_2_);}
|
||||
</style>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st0" d="M1175.5-1248.9c0-47.4-46.5-82.7-92.1-70.1c6.1-80.5-53.1-154.1-133.1-165.1s-158.9,45.3-173.3,125.9
|
||||
c-54.1-16.8-112,19.9-119.8,75.9c-35.9-15.5-77.3-5.7-77.3,33.3L1175.5-1248.9L1175.5-1248.9z"/>
|
||||
<path class="st0" d="M0.3-1298.6c-4.4-57.1,39.2-109.4,96-117.1c56.8-7.7,112.7,32.2,122.9,89.3c38.4-11.9,79.5,14.1,85,53.9
|
||||
c25.5-11,54.9-4.1,54.9,23.6H0.3V-1298.6z"/>
|
||||
<path class="st0" d="M2380.1-1248.9h-358.8c0-27.7,29.4-34.6,54.9-23.6c5.5-39.8,46.6-65.8,85-53.9c10.2-57.1,66.1-97,122.9-89.3
|
||||
c56.8,7.7,100.4,60,96,117.1L2380.1-1248.9L2380.1-1248.9z"/>
|
||||
<path class="st0" d="M1582.8-1249c0-32.3-31.7-56.3-62.8-47.7c4.1-54.8-36.2-105-90.7-112.4s-108.2,30.9-118,85.8
|
||||
c-36.8-11.5-76.3,13.6-81.6,51.7c-24.4-10.6-52.6-3.9-52.6,22.7L1582.8-1249L1582.8-1249z"/>
|
||||
<path class="st0" d="M2019.6-1248.9L2019.6-1248.9c0-39.9-39-69.4-77.3-58.8c5-67.5-44.6-129.3-111.7-138.4s-133.2,38-145.3,105.6
|
||||
c-66.9-20-105.2,35.5-100.5,91.6H2019.6z"/>
|
||||
<path class="st0" d="M578.3-1248.9L578.3-1248.9c0-19.9-19.5-34.7-38.7-29.4c2.5-33.7-22.3-64.6-55.8-69.2s-66.6,19-72.6,52.8
|
||||
c-33.5-10-52.6,17.7-50.2,45.8H578.3L578.3-1248.9z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st0" d="M694.9-1337.5c0-13-12.7-22.7-25.3-19.3c1.7-22.1-14.6-42.4-36.6-45.4c-22.1-3-43.7,12.5-47.6,34.6
|
||||
c-14.8-4.6-30.8,5.5-33,20.9c-9.8-4.3-21.2-1.6-21.2,9.1L694.9-1337.5L694.9-1337.5z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st0" d="M179.6-1414.8h81.9c0-5.4-5.7-6.7-10.6-4.6c-1.1-7.7-9.1-12.7-16.5-10.4c-2-11.1-12.7-18.8-23.8-17.3
|
||||
s-19.2,11.6-18.4,22.7C185.9-1426.1,179.6-1421.3,179.6-1414.8L179.6-1414.8z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st0" d="M1132.3-1367.6H1296c0-10.7-11.4-13.4-21.2-9.1c-2.2-15.4-18.1-25.5-33-20.9c-3.9-22.2-25.5-37.7-47.6-34.6
|
||||
c-22.1,3-38.3,23.3-36.6,45.4C1145-1390.3,1132.3-1380.6,1132.3-1367.6L1132.3-1367.6z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st0" d="M1647.7-1444.8c0-6.5-6.4-11.4-12.7-9.6c0.8-11-7.3-21.2-18.3-22.7s-21.8,6.2-23.8,17.3
|
||||
c-7.4-2.3-15.4,2.8-16.5,10.4c-4.9-2.1-10.6-0.8-10.6,4.6H1647.7L1647.7-1444.8z"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<path class="st0" d="M2059.9-1347.3c0-3.9-3.9-6.9-7.7-5.8c0.5-6.7-4.4-12.8-11.1-13.7c-6.7-0.9-13.2,3.8-14.4,10.5
|
||||
c-4.5-1.4-9.3,1.7-10,6.3c-3-1.3-6.4-0.5-6.4,2.8L2059.9-1347.3L2059.9-1347.3z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-1831.575" y1="606.991" x2="-1831.575" y2="103.584" gradientTransform="matrix(-1 0 0 1 -1370.6973 0)">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
<stop offset="9.461686e-02" style="stop-color:#FFFFFF;stop-opacity:5.526882e-02"/>
|
||||
<stop offset="0.856" style="stop-color:#FFFFFF;stop-opacity:0.5"/>
|
||||
</linearGradient>
|
||||
<path class="st2" d="M73.4,134.2c30.4-19.4,66.4-30.6,105.1-30.6c85.4,0,157.9,54.7,184.6,130.9c25.4-12,53.7-18.7,83.6-18.7
|
||||
c48.7,0,93.2,17.8,127.4,47.3c24-47.1,72.8-79.3,129.3-79.3c80.1,0,145,64.9,145,145c0,80.1-64.9,145-145,145
|
||||
c-24,0-46.7-5.9-66.6-16.2C616,543.3,538.8,607,446.7,607C361.3,607,288.8,552.3,262,476c-25.4,12-53.7,18.7-83.6,18.7
|
||||
c-38.7,0-74.7-11.3-105.1-30.6V134.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="1570.733" y1="601.7001" x2="1570.733" y2="137.2777">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
<stop offset="9.461686e-02" style="stop-color:#FFFFFF;stop-opacity:5.526882e-02"/>
|
||||
<stop offset="0.856" style="stop-color:#FFFFFF;stop-opacity:0.5"/>
|
||||
</linearGradient>
|
||||
<path class="st3" d="M2374.4,597.7V168.2c-35.3-19.7-76-30.9-119.3-30.9c-107.3,0-198.4,68.8-231.9,164.7
|
||||
c-8.4-1.1-17-1.7-25.7-1.7c-38.9,0-75.1,11.5-105.5,31.2c-13.2-94.5-94.3-167.3-192.4-167.3c-85.4,0-158,55.2-184,131.8
|
||||
c-17.6-7.2-36.8-11.3-56.9-11.3c-70.4,0-129.5,48.7-145.3,114.3c-8.2-1.4-16.7-2.2-25.3-2.2c-47.8,0-90.4,22.5-117.8,57.4
|
||||
c-20.4-25.9-52.1-42.6-87.7-42.6c-10.7,0-21.1,1.5-30.9,4.4c-23.8-51.1-75.6-86.5-135.6-86.5c-82.6,0-149.6,67-149.6,149.6
|
||||
c0,50.8,25.4,95.7,64.1,122.7h170.9c0.4-0.3,0.7-0.5,1.1-0.8c0.2,0.3,0.5,0.5,0.8,0.8h423.6c2.6-6.5,4.8-13.2,6.4-20.1
|
||||
c8.2,1.4,16.7,2.2,25.3,2.2c52.8,0,99.3-27.4,125.9-68.8c32.2,23.7,72,37.8,115.1,37.8c38.9,0,75.1-11.5,105.5-31.2
|
||||
c4.1,29.3,14.7,56.5,30.3,80.1h539C2376.9,600.4,2371.8,599.1,2374.4,597.7z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st0" d="M2374.4,30c-62.6,21.1-109.4,76.6-118.1,144.1c-127,22.2-223.6,132.9-223.6,266.3c0,8.7,0.5,17.3,1.3,25.8
|
||||
c-7.9-1.1-15.9-1.7-24-1.7c-52.6,0-99.7,23.1-131.9,59.7c-37.2-104.9-137.2-180-254.9-180c-82.4,0-156.1,36.9-205.7,95
|
||||
c-4-0.3-8.1-0.5-12.2-0.5c-49,0-93.3,20-125.1,52.3c-27-16.8-58.8-26.6-92.9-26.6c-34.1,0-65.9,9.7-92.9,26.6
|
||||
c-31.9-32.3-76.2-52.3-125.1-52.3c-4.1,0-8.2,0.2-12.2,0.5c-49.6-58.1-123.3-95-205.7-95c-117.6,0-217.7,75.1-254.9,180
|
||||
c-32.2-36.6-79.4-59.7-131.9-59.7c-8.1,0-16.2,0.6-24,1.7c0.8-8.5,1.3-17.1,1.3-25.8c0-133.4-96.6-244.1-223.6-266.3
|
||||
C109.4,106.6,62.6,51.1,0,30v621.3h2374.4V30z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2374.4 541.3"><style>.st0{fill:#fff}.st1{opacity:.5}</style><path class="st0" d="M1175.5-1248.9c0-47.4-46.5-82.7-92.1-70.1 6.1-80.5-53.1-154.1-133.1-165.1s-158.9 45.3-173.3 125.9c-54.1-16.8-112 19.9-119.8 75.9-35.9-15.5-77.3-5.7-77.3 33.3l595.6.1zM.3-1298.6c-4.4-57.1 39.2-109.4 96-117.1 56.8-7.7 112.7 32.2 122.9 89.3 38.4-11.9 79.5 14.1 85 53.9 25.5-11 54.9-4.1 54.9 23.6H.3v-49.7zm2379.8 49.7h-358.8c0-27.7 29.4-34.6 54.9-23.6 5.5-39.8 46.6-65.8 85-53.9 10.2-57.1 66.1-97 122.9-89.3 56.8 7.7 100.4 60 96 117.1v49.7zm-797.3-.1c0-32.3-31.7-56.3-62.8-47.7 4.1-54.8-36.2-105-90.7-112.4s-108.2 30.9-118 85.8c-36.8-11.5-76.3 13.6-81.6 51.7-24.4-10.6-52.6-3.9-52.6 22.7l405.7-.1zm436.8.1c0-39.9-39-69.4-77.3-58.8 5-67.5-44.6-129.3-111.7-138.4s-133.2 38-145.3 105.6c-66.9-20-105.2 35.5-100.5 91.6h434.8zm-1441.3 0c0-19.9-19.5-34.7-38.7-29.4 2.5-33.7-22.3-64.6-55.8-69.2s-66.6 19-72.6 52.8c-33.5-10-52.6 17.7-50.2 45.8h217.3z"/><g class="st1"><path class="st0" d="M694.9-1337.5c0-13-12.7-22.7-25.3-19.3 1.7-22.1-14.6-42.4-36.6-45.4-22.1-3-43.7 12.5-47.6 34.6-14.8-4.6-30.8 5.5-33 20.9-9.8-4.3-21.2-1.6-21.2 9.1l163.7.1z"/></g><g class="st1"><path class="st0" d="M179.6-1414.8h81.9c0-5.4-5.7-6.7-10.6-4.6-1.1-7.7-9.1-12.7-16.5-10.4-2-11.1-12.7-18.8-23.8-17.3s-19.2 11.6-18.4 22.7c-6.3-1.7-12.6 3.1-12.6 9.6z"/></g><g class="st1"><path class="st0" d="M1132.3-1367.6H1296c0-10.7-11.4-13.4-21.2-9.1-2.2-15.4-18.1-25.5-33-20.9-3.9-22.2-25.5-37.7-47.6-34.6-22.1 3-38.3 23.3-36.6 45.4-12.6-3.5-25.3 6.2-25.3 19.2z"/></g><g class="st1"><path class="st0" d="M1647.7-1444.8c0-6.5-6.4-11.4-12.7-9.6.8-11-7.3-21.2-18.3-22.7s-21.8 6.2-23.8 17.3c-7.4-2.3-15.4 2.8-16.5 10.4-4.9-2.1-10.6-.8-10.6 4.6h81.9z"/></g><g class="st1"><path class="st0" d="M2059.9-1347.3c0-3.9-3.9-6.9-7.7-5.8.5-6.7-4.4-12.8-11.1-13.7-6.7-.9-13.2 3.8-14.4 10.5-4.5-1.4-9.3 1.7-10 6.3-3-1.3-6.4-.5-6.4 2.8l49.6-.1z"/></g><linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-1831.575" y1="606.991" x2="-1831.575" y2="103.584" gradientTransform="matrix(-1 0 0 1 -1370.697 0)"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset=".095" stop-color="#fff" stop-opacity=".055"/><stop offset=".856" stop-color="#fff" stop-opacity=".5"/></linearGradient><path d="M73.4 134.2c30.4-19.4 66.4-30.6 105.1-30.6 85.4 0 157.9 54.7 184.6 130.9 25.4-12 53.7-18.7 83.6-18.7 48.7 0 93.2 17.8 127.4 47.3 24-47.1 72.8-79.3 129.3-79.3 80.1 0 145 64.9 145 145s-64.9 145-145 145c-24 0-46.7-5.9-66.6-16.2C616 543.3 538.8 607 446.7 607c-85.4 0-157.9-54.7-184.7-131-25.4 12-53.7 18.7-83.6 18.7-38.7 0-74.7-11.3-105.1-30.6V134.2z" fill="url(#SVGID_1_)"/><linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="1570.733" y1="601.7" x2="1570.733" y2="137.278"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset=".095" stop-color="#fff" stop-opacity=".055"/><stop offset=".856" stop-color="#fff" stop-opacity=".5"/></linearGradient><path d="M2374.4 597.7V168.2c-35.3-19.7-76-30.9-119.3-30.9-107.3 0-198.4 68.8-231.9 164.7-8.4-1.1-17-1.7-25.7-1.7-38.9 0-75.1 11.5-105.5 31.2-13.2-94.5-94.3-167.3-192.4-167.3-85.4 0-158 55.2-184 131.8-17.6-7.2-36.8-11.3-56.9-11.3-70.4 0-129.5 48.7-145.3 114.3-8.2-1.4-16.7-2.2-25.3-2.2-47.8 0-90.4 22.5-117.8 57.4-20.4-25.9-52.1-42.6-87.7-42.6-10.7 0-21.1 1.5-30.9 4.4-23.8-51.1-75.6-86.5-135.6-86.5-82.6 0-149.6 67-149.6 149.6 0 50.8 25.4 95.7 64.1 122.7h170.9c.4-.3.7-.5 1.1-.8.2.3.5.5.8.8H1427c2.6-6.5 4.8-13.2 6.4-20.1 8.2 1.4 16.7 2.2 25.3 2.2 52.8 0 99.3-27.4 125.9-68.8 32.2 23.7 72 37.8 115.1 37.8 38.9 0 75.1-11.5 105.5-31.2 4.1 29.3 14.7 56.5 30.3 80.1h539c2.4-1.4-2.7-2.7-.1-4.1z" fill="url(#SVGID_2_)"/><path class="st0" d="M2374.4 30c-62.6 21.1-109.4 76.6-118.1 144.1-127 22.2-223.6 132.9-223.6 266.3 0 8.7.5 17.3 1.3 25.8-7.9-1.1-15.9-1.7-24-1.7-52.6 0-99.7 23.1-131.9 59.7-37.2-104.9-137.2-180-254.9-180-82.4 0-156.1 36.9-205.7 95-4-.3-8.1-.5-12.2-.5-49 0-93.3 20-125.1 52.3-27-16.8-58.8-26.6-92.9-26.6-34.1 0-65.9 9.7-92.9 26.6-31.9-32.3-76.2-52.3-125.1-52.3-4.1 0-8.2.2-12.2.5-49.6-58.1-123.3-95-205.7-95-117.6 0-217.7 75.1-254.9 180-32.2-36.6-79.4-59.7-131.9-59.7-8.1 0-16.2.6-24 1.7.8-8.5 1.3-17.1 1.3-25.8 0-133.4-96.6-244.1-223.6-266.3C109.4 106.6 62.6 51.1 0 30v621.3h2374.4V30z"/></svg>
|
||||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 713 KiB After Width: | Height: | Size: 302 KiB |
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 294 B |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 19 KiB |
@@ -1,90 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 1920 1080" style="enable-background:new 0 0 1920 1080;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:url(#SVGID_1_);}
|
||||
.st1{fill:url(#SVGID_2_);}
|
||||
.st2{fill:#FFFFFF;}
|
||||
.st3{opacity:5.000000e-02;fill:#00FFFF;}
|
||||
.st4{opacity:0.5;fill:url(#SVGID_3_);}
|
||||
.st5{opacity:0.5;fill:url(#SVGID_4_);}
|
||||
.st6{opacity:0.5;fill:url(#SVGID_5_);}
|
||||
.st7{opacity:0.5;fill:url(#SVGID_6_);}
|
||||
.st8{opacity:0.5;fill:url(#SVGID_7_);}
|
||||
.st9{opacity:0.5;fill:url(#SVGID_8_);}
|
||||
.st10{opacity:0.5;fill:url(#SVGID_9_);}
|
||||
.st11{fill:url(#SVGID_10_);}
|
||||
</style>
|
||||
<title>header-1</title>
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="0" y1="540" x2="1920" y2="540">
|
||||
<stop offset="0" style="stop-color:#193672"/>
|
||||
<stop offset="0.1722" style="stop-color:#1C3E83"/>
|
||||
<stop offset="0.4707" style="stop-color:#214899"/>
|
||||
<stop offset="0.753" style="stop-color:#244FA7"/>
|
||||
<stop offset="1" style="stop-color:#2551AC"/>
|
||||
</linearGradient>
|
||||
<rect class="st0" width="1920" height="1080"/>
|
||||
<g>
|
||||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="254.9923" y1="1001.1948" x2="1665.8153" y2="1001.1948">
|
||||
<stop offset="0" style="stop-color:#92B1F1"/>
|
||||
<stop offset="0.2269" style="stop-color:#AEC5F5"/>
|
||||
<stop offset="0.5501" style="stop-color:#CFDCF9"/>
|
||||
<stop offset="0.8195" style="stop-color:#E3EBFB"/>
|
||||
<stop offset="1" style="stop-color:#EAF0FC"/>
|
||||
</linearGradient>
|
||||
<path class="st1" d="M1665.8,1033.4h-25.3l-105-253.1c-3.5-8.9-10.8-17.2-21.3-24.2c-1-0.7-2.1-1.3-3.2-1.9
|
||||
c-7.9-4.6-17.2-8.3-27.3-11L990.3,606c-25.8-7.2-55.7-7.2-81.4,0L422.2,743.5c-22.9,6.4-40.2,17.9-47.9,32c-1,1.7-1.8,3.4-2.4,5.1
|
||||
l-94.3,252.8H255v69.7h0.2c1.2,11.3,8.5,22.3,21.1,31.3l344.3,246.9c2.2,1.6,4.5,3.1,7,4.5c17.6,10.2,41.6,16,66.7,16l544.3-0.2
|
||||
c28.5,0,55.4-7.6,72.9-20.5l334.5-247c12.1-9,18.9-19.8,19.7-31h0.1V1033.4z"/>
|
||||
<path class="st2" d="M1511.1,694.7c1.1,0.6,2.1,1.3,3.2,1.9c10.4,6.9,17.8,15.2,21.3,24.2l127.7,307.8c6.7,16.1,0.4,33-17.2,46
|
||||
l-334.5,247c-17.6,13-44.4,20.5-72.9,20.5l-544.3,0.2c-25.1,0-49.1-5.9-66.7-16c-2.4-1.4-4.8-2.9-7-4.5l-344.3-246.9
|
||||
c-18.1-12.8-25.2-29.7-19.3-45.8l114.9-308c0.7-1.7,1.5-3.4,2.4-5.1c7.7-14,25-25.6,47.9-32l486.7-137.4c25.7-7.2,55.6-7.2,81.4,0
|
||||
l493.5,137.1C1493.9,686.4,1503.2,690.1,1511.1,694.7z"/>
|
||||
<polygon class="st3" points="456,990.7 512.9,838.2 949.7,714.9 1397.3,839.3 1462,995.2 1226.7,1169 704.9,1169.1 "/>
|
||||
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="657.573" y1="855.9921" x2="805.0192" y2="-344.8609">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#2551AC;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st4" points="512.9,838.2 512.9,-203.8 949.7,-327.1 949.7,714.9 "/>
|
||||
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="1106.2739" y1="803.5502" x2="1240.7125" y2="-291.3645">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#2551AC;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st5" points="949.7,714.9 1397.3,839.3 1397.3,-202.7 949.7,-327.1 "/>
|
||||
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="1357.6664" y1="982.4207" x2="1501.614" y2="-189.9388">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#2551AC;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st6" points="1462,995.2 1397.3,839.3 1397.3,-202.7 1462,-46.8 "/>
|
||||
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="1014.6425" y1="1014.8824" x2="1674.0571" y2="107.2761">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.75"/>
|
||||
<stop offset="4.057624e-02" style="stop-color:#00FFFF;stop-opacity:0.6942"/>
|
||||
<stop offset="0.5449" style="stop-color:#00FFFF;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st7" points="1226.7,1169 1226.7,126.9 1462,-46.8 1462,995.2 "/>
|
||||
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="627.8306" y1="1113.361" x2="1303.705" y2="183.0997">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.75"/>
|
||||
<stop offset="5.840200e-02" style="stop-color:#00FFFF;stop-opacity:0.6942"/>
|
||||
<stop offset="0.7843" style="stop-color:#00FFFF;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st8" points="1226.7,1169.2 1226.7,127.2 704.9,127.2 704.9,1169.4 "/>
|
||||
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="190.6372" y1="797.8572" x2="778.2929" y2="-10.9815">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#2551AC;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st9" points="512.9,838.2 512.9,-203.8 456,-51.4 456,990.7 "/>
|
||||
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="332.1477" y1="900.6705" x2="828.7885" y2="217.1031">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.75"/>
|
||||
<stop offset="4.092821e-02" style="stop-color:#00FFFF;stop-opacity:0.6942"/>
|
||||
<stop offset="0.5496" style="stop-color:#00FFFF;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st10" points="704.9,1169.1 704.9,127.1 456,-51.4 456,990.7 "/>
|
||||
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="474.6914" y1="1173.8016" x2="509.3518" y2="678.1345">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
<stop offset="1" style="stop-color:#326CE5;stop-opacity:0.5"/>
|
||||
</linearGradient>
|
||||
<path class="st11" d="M704.9,1169.1L456,990.7V674.4l-40.9,11.8c0,0-32.6,6.2-47.5,46s-107.3,287.7-107.3,287.7
|
||||
s-18.7,27.5,8.8,49.1s138.7,100.1,138.7,100.1H704.9z"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><linearGradient id="a" gradientUnits="userSpaceOnUse" y1="540" x2="1920" y2="540"><stop offset="0" stop-color="#193672"/><stop offset=".172" stop-color="#1c3e83"/><stop offset=".471" stop-color="#214899"/><stop offset=".753" stop-color="#244fa7"/><stop offset="1" stop-color="#2551ac"/></linearGradient><path fill="url(#a)" d="M0 0h1920v1080H0z"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="254.992" y1="1001.195" x2="1665.815" y2="1001.195"><stop offset="0" stop-color="#92b1f1"/><stop offset=".227" stop-color="#aec5f5"/><stop offset=".55" stop-color="#cfdcf9"/><stop offset=".82" stop-color="#e3ebfb"/><stop offset="1" stop-color="#eaf0fc"/></linearGradient><path d="M1665.8 1033.4h-25.3l-105-253.1c-3.5-8.9-10.8-17.2-21.3-24.2-1-.7-2.1-1.3-3.2-1.9-7.9-4.6-17.2-8.3-27.3-11L990.3 606c-25.8-7.2-55.7-7.2-81.4 0L422.2 743.5c-22.9 6.4-40.2 17.9-47.9 32-1 1.7-1.8 3.4-2.4 5.1l-94.3 252.8H255v69.7h.2c1.2 11.3 8.5 22.3 21.1 31.3l344.3 246.9c2.2 1.6 4.5 3.1 7 4.5 17.6 10.2 41.6 16 66.7 16l544.3-.2c28.5 0 55.4-7.6 72.9-20.5l334.5-247c12.1-9 18.9-19.8 19.7-31h.1v-69.7z" fill="url(#b)"/><path d="M1511.1 694.7c1.1.6 2.1 1.3 3.2 1.9 10.4 6.9 17.8 15.2 21.3 24.2l127.7 307.8c6.7 16.1.4 33-17.2 46l-334.5 247c-17.6 13-44.4 20.5-72.9 20.5l-544.3.2c-25.1 0-49.1-5.9-66.7-16-2.4-1.4-4.8-2.9-7-4.5l-344.3-246.9c-18.1-12.8-25.2-29.7-19.3-45.8l114.9-308c.7-1.7 1.5-3.4 2.4-5.1 7.7-14 25-25.6 47.9-32L909 546.6c25.7-7.2 55.6-7.2 81.4 0l493.5 137.1c10 2.7 19.3 6.4 27.2 11z" fill="#fff"/><path opacity=".05" fill="#0ff" d="M456 990.7l56.9-152.5 436.8-123.3 447.6 124.4 64.7 155.9-235.3 173.8-521.8.1z"/><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="657.573" y1="855.992" x2="805.019" y2="-344.861"><stop offset="0" stop-color="#0ff" stop-opacity=".5"/><stop offset="1" stop-color="#2551ac" stop-opacity="0"/></linearGradient><path opacity=".5" fill="url(#c)" d="M512.9 838.2v-1042l436.8-123.3v1042z"/><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="1106.274" y1="803.55" x2="1240.713" y2="-291.365"><stop offset="0" stop-color="#0ff" stop-opacity=".5"/><stop offset="1" stop-color="#2551ac" stop-opacity="0"/></linearGradient><path opacity=".5" fill="url(#d)" d="M949.7 714.9l447.6 124.4v-1042L949.7-327.1z"/><linearGradient id="e" gradientUnits="userSpaceOnUse" x1="1357.666" y1="982.421" x2="1501.614" y2="-189.939"><stop offset="0" stop-color="#0ff" stop-opacity=".5"/><stop offset="1" stop-color="#2551ac" stop-opacity="0"/></linearGradient><path opacity=".5" fill="url(#e)" d="M1462 995.2l-64.7-155.9v-1042L1462-46.8z"/><linearGradient id="f" gradientUnits="userSpaceOnUse" x1="1014.643" y1="1014.882" x2="1674.057" y2="107.276"><stop offset="0" stop-color="#0ff" stop-opacity=".75"/><stop offset=".041" stop-color="#0ff" stop-opacity=".694"/><stop offset=".545" stop-color="#0ff" stop-opacity="0"/></linearGradient><path opacity=".5" fill="url(#f)" d="M1226.7 1169V126.9L1462-46.8v1042z"/><linearGradient id="g" gradientUnits="userSpaceOnUse" x1="627.831" y1="1113.361" x2="1303.705" y2="183.1"><stop offset="0" stop-color="#0ff" stop-opacity=".75"/><stop offset=".058" stop-color="#0ff" stop-opacity=".694"/><stop offset=".784" stop-color="#0ff" stop-opacity="0"/></linearGradient><path opacity=".5" fill="url(#g)" d="M1226.7 1169.2v-1042H704.9v1042.2z"/><linearGradient id="h" gradientUnits="userSpaceOnUse" x1="190.637" y1="797.857" x2="778.293" y2="-10.982"><stop offset="0" stop-color="#0ff" stop-opacity=".5"/><stop offset="1" stop-color="#2551ac" stop-opacity="0"/></linearGradient><path opacity=".5" fill="url(#h)" d="M512.9 838.2v-1042L456-51.4V990.7z"/><linearGradient id="i" gradientUnits="userSpaceOnUse" x1="332.148" y1="900.67" x2="828.788" y2="217.103"><stop offset="0" stop-color="#0ff" stop-opacity=".75"/><stop offset=".041" stop-color="#0ff" stop-opacity=".694"/><stop offset=".55" stop-color="#0ff" stop-opacity="0"/></linearGradient><path opacity=".5" fill="url(#i)" d="M704.9 1169.1v-1042L456-51.4V990.7z"/><linearGradient id="j" gradientUnits="userSpaceOnUse" x1="474.691" y1="1173.802" x2="509.352" y2="678.135"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#326ce5" stop-opacity=".5"/></linearGradient><path d="M704.9 1169.1L456 990.7V674.4l-40.9 11.8s-32.6 6.2-47.5 46-107.3 287.7-107.3 287.7-18.7 27.5 8.8 49.1 138.7 100.1 138.7 100.1h297.1z" fill="url(#j)"/></svg>
|
||||
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,90 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 1920 1080" style="enable-background:new 0 0 1920 1080;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:url(#SVGID_1_);}
|
||||
.st1{fill:url(#SVGID_2_);}
|
||||
.st2{fill:#FFFFFF;}
|
||||
.st3{opacity:5.000000e-02;fill:#00FFFF;}
|
||||
.st4{opacity:0.3;fill:url(#SVGID_3_);}
|
||||
.st5{opacity:0.3;fill:url(#SVGID_4_);}
|
||||
.st6{opacity:0.3;fill:url(#SVGID_5_);}
|
||||
.st7{opacity:0.3;fill:url(#SVGID_6_);}
|
||||
.st8{opacity:0.3;fill:url(#SVGID_7_);}
|
||||
.st9{opacity:0.3;fill:url(#SVGID_8_);}
|
||||
.st10{opacity:0.3;fill:url(#SVGID_9_);}
|
||||
.st11{fill:url(#SVGID_10_);}
|
||||
</style>
|
||||
<title>header-1</title>
|
||||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-2" y1="541.3376" x2="1918" y2="541.3376">
|
||||
<stop offset="0" style="stop-color:#193672"/>
|
||||
<stop offset="0.1722" style="stop-color:#1C3E83"/>
|
||||
<stop offset="0.4707" style="stop-color:#214899"/>
|
||||
<stop offset="0.753" style="stop-color:#244FA7"/>
|
||||
<stop offset="1" style="stop-color:#2551AC"/>
|
||||
</linearGradient>
|
||||
<rect x="-2" y="1.3" class="st0" width="1920" height="1080"/>
|
||||
<g>
|
||||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="254.9923" y1="564.0397" x2="1665.8153" y2="564.0397">
|
||||
<stop offset="0" style="stop-color:#92B1F1"/>
|
||||
<stop offset="0.2269" style="stop-color:#AEC5F5"/>
|
||||
<stop offset="0.5501" style="stop-color:#CFDCF9"/>
|
||||
<stop offset="0.8195" style="stop-color:#E3EBFB"/>
|
||||
<stop offset="1" style="stop-color:#EAF0FC"/>
|
||||
</linearGradient>
|
||||
<path class="st1" d="M1665.8,596.2h-25.3l-105-253.1c-3.5-8.9-10.8-17.2-21.3-24.2c-1-0.7-2.1-1.3-3.2-1.9
|
||||
c-7.9-4.6-17.2-8.3-27.3-11L990.3,168.9c-25.8-7.2-55.7-7.2-81.4,0L422.2,306.3c-22.9,6.4-40.2,17.9-47.9,32
|
||||
c-1,1.7-1.8,3.4-2.4,5.1l-94.3,252.8H255v69.7h0.2c1.2,11.3,8.5,22.3,21.1,31.3L620.6,944c2.2,1.6,4.5,3.1,7,4.5
|
||||
c17.6,10.2,41.6,16,66.7,16l544.3-0.2c28.5,0,55.4-7.6,72.9-20.5l334.5-247c12.1-9,18.9-19.8,19.7-31h0.1V596.2z"/>
|
||||
<path class="st2" d="M1511.1,257.5c1.1,0.6,2.1,1.3,3.2,1.9c10.4,6.9,17.8,15.2,21.3,24.2l127.7,307.8c6.7,16.1,0.4,33-17.2,46
|
||||
l-334.5,247c-17.6,13-44.4,20.5-72.9,20.5l-544.3,0.2c-25.1,0-49.1-5.9-66.7-16c-2.4-1.4-4.8-2.9-7-4.5L276.3,637.7
|
||||
c-18.1-12.8-25.2-29.7-19.3-45.8l114.9-308c0.7-1.7,1.5-3.4,2.4-5.1c7.7-14,25-25.6,47.9-32l486.7-137.4c25.7-7.2,55.6-7.2,81.4,0
|
||||
l493.5,137.1C1493.9,249.2,1503.2,252.9,1511.1,257.5z"/>
|
||||
<polygon class="st3" points="456,553.5 512.9,401.1 949.7,277.8 1397.3,402.1 1462,558.1 1226.7,731.8 704.9,732 "/>
|
||||
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="657.573" y1="418.8371" x2="805.0192" y2="-782.0159">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#2551AC;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st4" points="512.9,401.1 512.9,-641 949.7,-764.3 949.7,277.8 "/>
|
||||
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="1106.2739" y1="366.3951" x2="1240.7125" y2="-728.5195">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#2551AC;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st5" points="949.7,277.8 1397.3,402.1 1397.3,-639.9 949.7,-764.3 "/>
|
||||
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="1357.6664" y1="545.2656" x2="1501.614" y2="-627.0939">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#2551AC;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st6" points="1462,558.1 1397.3,402.1 1397.3,-639.9 1462,-484 "/>
|
||||
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="1014.6425" y1="577.7273" x2="1674.0571" y2="-329.879">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.75"/>
|
||||
<stop offset="4.057624e-02" style="stop-color:#00FFFF;stop-opacity:0.6942"/>
|
||||
<stop offset="0.5449" style="stop-color:#00FFFF;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st7" points="1226.7,731.8 1226.7,-310.2 1462,-484 1462,558.1 "/>
|
||||
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="627.8306" y1="676.2059" x2="1303.705" y2="-254.0554">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.75"/>
|
||||
<stop offset="5.840200e-02" style="stop-color:#00FFFF;stop-opacity:0.6942"/>
|
||||
<stop offset="0.7843" style="stop-color:#00FFFF;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st8" points="1226.7,732 1226.7,-310 704.9,-310 704.9,732.2 "/>
|
||||
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="190.6372" y1="360.7021" x2="778.2929" y2="-448.1366">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.5"/>
|
||||
<stop offset="1" style="stop-color:#2551AC;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st9" points="512.9,401.1 512.9,-641 456,-488.5 456,553.5 "/>
|
||||
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="332.1477" y1="463.5155" x2="828.7885" y2="-220.052">
|
||||
<stop offset="0" style="stop-color:#00FFFF;stop-opacity:0.75"/>
|
||||
<stop offset="4.092821e-02" style="stop-color:#00FFFF;stop-opacity:0.6942"/>
|
||||
<stop offset="0.5496" style="stop-color:#00FFFF;stop-opacity:0"/>
|
||||
</linearGradient>
|
||||
<polygon class="st10" points="704.9,732 704.9,-310.1 456,-488.5 456,553.5 "/>
|
||||
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="474.6914" y1="736.6465" x2="509.3518" y2="240.9794">
|
||||
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
||||
<stop offset="1" style="stop-color:#326CE5;stop-opacity:0.5"/>
|
||||
</linearGradient>
|
||||
<path class="st11" d="M704.9,732L456,553.5V237.3L415.2,249c0,0-32.6,6.2-47.5,46S260.4,582.7,260.4,582.7s-18.7,27.5,8.8,49.1
|
||||
C296.6,653.5,407.8,732,407.8,732H704.9z"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="-2" y1="541.338" x2="1918" y2="541.338"><stop offset="0" stop-color="#193672"/><stop offset=".172" stop-color="#1c3e83"/><stop offset=".471" stop-color="#214899"/><stop offset=".753" stop-color="#244fa7"/><stop offset="1" stop-color="#2551ac"/></linearGradient><path fill="url(#a)" d="M-2 1.3h1920v1080H-2z"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="254.992" y1="564.04" x2="1665.815" y2="564.04"><stop offset="0" stop-color="#92b1f1"/><stop offset=".227" stop-color="#aec5f5"/><stop offset=".55" stop-color="#cfdcf9"/><stop offset=".82" stop-color="#e3ebfb"/><stop offset="1" stop-color="#eaf0fc"/></linearGradient><path d="M1665.8 596.2h-25.3l-105-253.1c-3.5-8.9-10.8-17.2-21.3-24.2-1-.7-2.1-1.3-3.2-1.9-7.9-4.6-17.2-8.3-27.3-11L990.3 168.9c-25.8-7.2-55.7-7.2-81.4 0L422.2 306.3c-22.9 6.4-40.2 17.9-47.9 32-1 1.7-1.8 3.4-2.4 5.1l-94.3 252.8H255v69.7h.2c1.2 11.3 8.5 22.3 21.1 31.3L620.6 944c2.2 1.6 4.5 3.1 7 4.5 17.6 10.2 41.6 16 66.7 16l544.3-.2c28.5 0 55.4-7.6 72.9-20.5l334.5-247c12.1-9 18.9-19.8 19.7-31h.1v-69.6z" fill="url(#b)"/><path d="M1511.1 257.5c1.1.6 2.1 1.3 3.2 1.9 10.4 6.9 17.8 15.2 21.3 24.2l127.7 307.8c6.7 16.1.4 33-17.2 46l-334.5 247c-17.6 13-44.4 20.5-72.9 20.5l-544.3.2c-25.1 0-49.1-5.9-66.7-16-2.4-1.4-4.8-2.9-7-4.5L276.3 637.7c-18.1-12.8-25.2-29.7-19.3-45.8l114.9-308c.7-1.7 1.5-3.4 2.4-5.1 7.7-14 25-25.6 47.9-32l486.7-137.4c25.7-7.2 55.6-7.2 81.4 0l493.5 137.1c10.1 2.7 19.4 6.4 27.3 11z" fill="#fff"/><path opacity=".05" fill="#0ff" d="M456 553.5l56.9-152.4 436.8-123.3 447.6 124.3 64.7 156-235.3 173.7-521.8.2z"/><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="657.573" y1="418.837" x2="805.019" y2="-782.016"><stop offset="0" stop-color="#0ff" stop-opacity=".5"/><stop offset="1" stop-color="#2551ac" stop-opacity="0"/></linearGradient><path opacity=".3" fill="url(#c)" d="M512.9 401.1V-641l436.8-123.3V277.8z"/><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="1106.274" y1="366.395" x2="1240.713" y2="-728.519"><stop offset="0" stop-color="#0ff" stop-opacity=".5"/><stop offset="1" stop-color="#2551ac" stop-opacity="0"/></linearGradient><path opacity=".3" fill="url(#d)" d="M949.7 277.8l447.6 124.3v-1042L949.7-764.3z"/><linearGradient id="e" gradientUnits="userSpaceOnUse" x1="1357.666" y1="545.266" x2="1501.614" y2="-627.094"><stop offset="0" stop-color="#0ff" stop-opacity=".5"/><stop offset="1" stop-color="#2551ac" stop-opacity="0"/></linearGradient><path opacity=".3" fill="url(#e)" d="M1462 558.1l-64.7-156v-1042L1462-484z"/><linearGradient id="f" gradientUnits="userSpaceOnUse" x1="1014.643" y1="577.727" x2="1674.057" y2="-329.879"><stop offset="0" stop-color="#0ff" stop-opacity=".75"/><stop offset=".041" stop-color="#0ff" stop-opacity=".694"/><stop offset=".545" stop-color="#0ff" stop-opacity="0"/></linearGradient><path opacity=".3" fill="url(#f)" d="M1226.7 731.8v-1042L1462-484V558.1z"/><linearGradient id="g" gradientUnits="userSpaceOnUse" x1="627.831" y1="676.206" x2="1303.705" y2="-254.055"><stop offset="0" stop-color="#0ff" stop-opacity=".75"/><stop offset=".058" stop-color="#0ff" stop-opacity=".694"/><stop offset=".784" stop-color="#0ff" stop-opacity="0"/></linearGradient><path opacity=".3" fill="url(#g)" d="M1226.7 732V-310H704.9V732.2z"/><linearGradient id="h" gradientUnits="userSpaceOnUse" x1="190.637" y1="360.702" x2="778.293" y2="-448.137"><stop offset="0" stop-color="#0ff" stop-opacity=".5"/><stop offset="1" stop-color="#2551ac" stop-opacity="0"/></linearGradient><path opacity=".3" fill="url(#h)" d="M512.9 401.1V-641L456-488.5v1042z"/><linearGradient id="i" gradientUnits="userSpaceOnUse" x1="332.148" y1="463.515" x2="828.788" y2="-220.052"><stop offset="0" stop-color="#0ff" stop-opacity=".75"/><stop offset=".041" stop-color="#0ff" stop-opacity=".694"/><stop offset=".55" stop-color="#0ff" stop-opacity="0"/></linearGradient><path opacity=".3" fill="url(#i)" d="M704.9 732V-310.1L456-488.5v1042z"/><linearGradient id="j" gradientUnits="userSpaceOnUse" x1="474.691" y1="736.646" x2="509.352" y2="240.979"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#326ce5" stop-opacity=".5"/></linearGradient><path d="M704.9 732L456 553.5V237.3L415.2 249s-32.6 6.2-47.5 46-107.3 287.7-107.3 287.7-18.7 27.5 8.8 49.1C296.6 653.5 407.8 732 407.8 732h297.1z" fill="url(#j)"/></svg>
|
||||
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 889 KiB After Width: | Height: | Size: 805 KiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 983 KiB |
|
Before Width: | Height: | Size: 644 KiB After Width: | Height: | Size: 377 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 390 KiB After Width: | Height: | Size: 251 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 13 KiB |
@@ -1,11 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 266.9 266.9" style="enable-background:new 0 0 266.9 266.9;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#3C5A99;}
|
||||
</style>
|
||||
<path class="st0" d="M252.2,0H14.7C6.6,0,0,6.6,0,14.7v237.4c0,8.1,6.6,14.7,14.7,14.7h127.8V163.5h-34.8v-40.3h34.8V93.6
|
||||
c0-34.5,21.1-53.2,51.8-53.2c14.7,0,27.4,1.1,31.1,1.6v36l-21.3,0c-16.7,0-20,7.9-20,19.6v25.7H224l-5.2,40.3h-34.7v103.4h68
|
||||
c8.1,0,14.7-6.6,14.7-14.7V14.7C266.9,6.6,260.3,0,252.2,0z"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 266.9 266.9"><path d="M252.2 0H14.7C6.6 0 0 6.6 0 14.7v237.4c0 8.1 6.6 14.7 14.7 14.7h127.8V163.5h-34.8v-40.3h34.8V93.6c0-34.5 21.1-53.2 51.8-53.2 14.7 0 27.4 1.1 31.1 1.6v36h-21.3c-16.7 0-20 7.9-20 19.6v25.7H224l-5.2 40.3h-34.7V267h68c8.1 0 14.7-6.6 14.7-14.7V14.7c.1-8.1-6.5-14.7-14.6-14.7z" fill="#3c5a99"/></svg>
|
||||
|
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 369 B |
@@ -1,14 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 32.6 31.8" style="enable-background:new 0 0 32.6 31.8;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#191717;}
|
||||
</style>
|
||||
<path class="st0" d="M16.3,0C7.3,0,0,7.3,0,16.3c0,7.2,4.7,13.3,11.1,15.5c0.8,0.1,1.1-0.4,1.1-0.8c0-0.4,0-1.4,0-2.8
|
||||
c-4.5,1-5.5-2.2-5.5-2.2c-0.7-1.9-1.8-2.4-1.8-2.4c-1.5-1,0.1-1,0.1-1c1.6,0.1,2.5,1.7,2.5,1.7c1.5,2.5,3.8,1.8,4.7,1.4
|
||||
c0.1-1.1,0.6-1.8,1-2.2c-3.6-0.4-7.4-1.8-7.4-8.1c0-1.8,0.6-3.2,1.7-4.4C7.4,10.7,6.8,9,7.7,6.8c0,0,1.4-0.4,4.5,1.7
|
||||
c1.3-0.4,2.7-0.5,4.1-0.5c1.4,0,2.8,0.2,4.1,0.5c3.1-2.1,4.5-1.7,4.5-1.7c0.9,2.2,0.3,3.9,0.2,4.3c1,1.1,1.7,2.6,1.7,4.4
|
||||
c0,6.3-3.8,7.6-7.4,8c0.6,0.5,1.1,1.5,1.1,3c0,2.2,0,3.9,0,4.5c0,0.4,0.3,0.9,1.1,0.8c6.5-2.2,11.1-8.3,11.1-15.5
|
||||
C32.6,7.3,25.3,0,16.3,0z"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32.6 31.8"><path d="M16.3 0C7.3 0 0 7.3 0 16.3c0 7.2 4.7 13.3 11.1 15.5.8.1 1.1-.4 1.1-.8v-2.8c-4.5 1-5.5-2.2-5.5-2.2-.7-1.9-1.8-2.4-1.8-2.4-1.5-1 .1-1 .1-1 1.6.1 2.5 1.7 2.5 1.7 1.5 2.5 3.8 1.8 4.7 1.4.1-1.1.6-1.8 1-2.2-3.6-.4-7.4-1.8-7.4-8.1 0-1.8.6-3.2 1.7-4.4-.1-.3-.7-2 .2-4.2 0 0 1.4-.4 4.5 1.7 1.3-.4 2.7-.5 4.1-.5 1.4 0 2.8.2 4.1.5 3.1-2.1 4.5-1.7 4.5-1.7.9 2.2.3 3.9.2 4.3 1 1.1 1.7 2.6 1.7 4.4 0 6.3-3.8 7.6-7.4 8 .6.5 1.1 1.5 1.1 3V31c0 .4.3.9 1.1.8 6.5-2.2 11.1-8.3 11.1-15.5C32.6 7.3 25.3 0 16.3 0z" fill-rule="evenodd" clip-rule="evenodd" fill="#191717"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 628 B |
@@ -1 +1 @@
|
||||
<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 128 128" id="Social_Icons" version="1.1" viewBox="0 0 128 128" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="_x34__stroke"><g id="LinkedIn"><rect clip-rule="evenodd" fill="none" fill-rule="evenodd" height="128" width="128"/><path clip-rule="evenodd" d="M3.229,43.133h24.948v79.049H3.229V43.133z M15.067,33.246h-0.181C5.855,33.246,0,27.203,0,19.543C0,11.734,6.028,5.818,15.24,5.818c9.204,0,14.864,5.901,15.044,13.703 C30.284,27.18,24.444,33.246,15.067,33.246z M128,122.182H99.71V81.275c0-10.707-4.425-18.017-14.156-18.017 c-7.443,0-11.582,4.933-13.509,9.686c-0.722,1.706-0.61,4.083-0.61,6.46v42.777H43.409c0,0,0.361-72.462,0-79.049h28.026v12.406 c1.656-5.424,10.611-13.166,24.903-13.166c17.731,0,31.661,11.37,31.661,35.855V122.182z" fill="#007EBB" fill-rule="evenodd" id="LinkedIn_1_"/></g></g></svg>
|
||||
<svg viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"><g clip-rule="evenodd" fill-rule="evenodd"><path fill="none" d="M0 0h128v128H0z"/><path d="M3.229 43.133h24.948v79.049H3.229V43.133zm11.838-9.887h-.181C5.855 33.246 0 27.203 0 19.543 0 11.734 6.028 5.818 15.24 5.818c9.204 0 14.864 5.901 15.044 13.703 0 7.659-5.84 13.725-15.217 13.725zM128 122.182H99.71V81.275c0-10.707-4.425-18.017-14.156-18.017-7.443 0-11.582 4.933-13.509 9.686-.722 1.706-.61 4.083-.61 6.46v42.777H43.409s.361-72.462 0-79.049h28.026v12.406c1.656-5.424 10.611-13.166 24.903-13.166 17.731 0 31.661 11.37 31.661 35.855v43.955z" fill="#007EBB"/></g></svg>
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 633 B |
@@ -1,31 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 121.9 121.8" style="enable-background:new 0 0 121.9 121.8;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#ECB32D;}
|
||||
.st1{fill:#63C1A0;}
|
||||
.st2{fill:#E01A59;}
|
||||
.st3{fill:#331433;}
|
||||
.st4{fill:#D62027;}
|
||||
.st5{fill:#89D3DF;}
|
||||
.st6{fill:#258B74;}
|
||||
.st7{fill:#819C3C;}
|
||||
</style>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st0" d="M79,7.5c-1.9-5.7-8-8.8-13.7-7c-5.7,1.9-8.8,8-7,13.7l28.1,86.4c1.9,5.3,7.7,8.3,13.2,6.7
|
||||
c5.8-1.7,9.3-7.8,7.4-13.4C107,93.7,79,7.5,79,7.5z"/>
|
||||
<path class="st1" d="M35.5,21.6c-1.9-5.7-8-8.8-13.7-7c-5.7,1.9-8.8,8-7,13.7l28.1,86.4c1.9,5.3,7.7,8.3,13.2,6.7
|
||||
c5.8-1.7,9.3-7.8,7.4-13.4C63.5,107.8,35.5,21.6,35.5,21.6z"/>
|
||||
<path class="st2" d="M114.4,79c5.7-1.9,8.8-8,7-13.7c-1.9-5.7-8-8.8-13.7-7L21.2,86.5c-5.3,1.9-8.3,7.7-6.7,13.2
|
||||
c1.7,5.8,7.8,9.3,13.4,7.4C28.1,107.1,114.4,79,114.4,79z"/>
|
||||
<path class="st3" d="M39.2,103.5c5.6-1.8,12.9-4.2,20.7-6.7c-1.8-5.6-4.2-12.9-6.7-20.7l-20.7,6.7L39.2,103.5z"/>
|
||||
<path class="st4" d="M82.8,89.3c7.8-2.5,15.1-4.9,20.7-6.7c-1.8-5.6-4.2-12.9-6.7-20.7l-20.7,6.7L82.8,89.3z"/>
|
||||
<path class="st5" d="M100.2,35.5c5.7-1.9,8.8-8,7-13.7c-1.9-5.7-8-8.8-13.7-7L7.1,42.9c-5.3,1.9-8.3,7.7-6.7,13.2
|
||||
c1.7,5.8,7.8,9.3,13.4,7.4C14,63.5,100.2,35.5,100.2,35.5z"/>
|
||||
<path class="st6" d="M25.1,59.9c5.6-1.8,12.9-4.2,20.7-6.7c-2.5-7.8-4.9-15.1-6.7-20.7l-20.7,6.7L25.1,59.9z"/>
|
||||
<path class="st7" d="M68.6,45.8c7.8-2.5,15.1-4.9,20.7-6.7c-2.5-7.8-4.9-15.1-6.7-20.7l-20.7,6.7L68.6,45.8z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 121.9 121.8"><path d="M79 7.5c-1.9-5.7-8-8.8-13.7-7-5.7 1.9-8.8 8-7 13.7l28.1 86.4c1.9 5.3 7.7 8.3 13.2 6.7 5.8-1.7 9.3-7.8 7.4-13.4 0-.2-28-86.4-28-86.4z" fill="#ecb32d"/><path d="M35.5 21.6c-1.9-5.7-8-8.8-13.7-7-5.7 1.9-8.8 8-7 13.7l28.1 86.4c1.9 5.3 7.7 8.3 13.2 6.7 5.8-1.7 9.3-7.8 7.4-13.4 0-.2-28-86.4-28-86.4z" fill="#63c1a0"/><path d="M114.4 79c5.7-1.9 8.8-8 7-13.7-1.9-5.7-8-8.8-13.7-7L21.2 86.5c-5.3 1.9-8.3 7.7-6.7 13.2 1.7 5.8 7.8 9.3 13.4 7.4.2 0 86.5-28.1 86.5-28.1z" fill="#e01a59"/><path d="M39.2 103.5c5.6-1.8 12.9-4.2 20.7-6.7-1.8-5.6-4.2-12.9-6.7-20.7l-20.7 6.7 6.7 20.7z" fill="#331433"/><path d="M82.8 89.3c7.8-2.5 15.1-4.9 20.7-6.7-1.8-5.6-4.2-12.9-6.7-20.7l-20.7 6.7 6.7 20.7z" fill="#d62027"/><path d="M100.2 35.5c5.7-1.9 8.8-8 7-13.7-1.9-5.7-8-8.8-13.7-7L7.1 42.9C1.8 44.8-1.2 50.6.4 56.1c1.7 5.8 7.8 9.3 13.4 7.4.2 0 86.4-28 86.4-28z" fill="#89d3df"/><path d="M25.1 59.9c5.6-1.8 12.9-4.2 20.7-6.7-2.5-7.8-4.9-15.1-6.7-20.7l-20.7 6.7 6.7 20.7z" fill="#258b74"/><path d="M68.6 45.8c7.8-2.5 15.1-4.9 20.7-6.7-2.5-7.8-4.9-15.1-6.7-20.7l-20.7 6.7 6.7 20.7z" fill="#819c3c"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -1,6 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.00006 244.18703" height="244.19" width="300" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<g style="" transform="translate(-539.18 -568.86)">
|
||||
<path d="m633.9 812.04c112.46 0 173.96-93.168 173.96-173.96 0-2.6463-0.0539-5.2806-0.1726-7.903 11.938-8.6302 22.314-19.4 30.498-31.66-10.955 4.8694-22.744 8.1474-35.111 9.6255 12.623-7.5693 22.314-19.543 26.886-33.817-11.813 7.0031-24.895 12.093-38.824 14.841-11.157-11.884-27.041-19.317-44.629-19.317-33.764 0-61.144 27.381-61.144 61.132 0 4.7978 0.5364 9.4646 1.5854 13.941-50.815-2.5569-95.874-26.886-126.03-63.88-5.2508 9.0354-8.2785 19.531-8.2785 30.73 0 21.212 10.794 39.938 27.208 50.893-10.031-0.30992-19.454-3.0635-27.69-7.6468-0.009 0.25652-0.009 0.50661-0.009 0.78077 0 29.61 21.075 54.332 49.051 59.934-5.1376 1.4006-10.543 2.1516-16.122 2.1516-3.9336 0-7.766-0.38716-11.491-1.1026 7.7838 24.293 30.355 41.971 57.115 42.465-20.926 16.402-47.287 26.171-75.937 26.171-4.929 0-9.7983-0.28036-14.584-0.84634 27.059 17.344 59.189 27.464 93.722 27.464" fill="#1da1f2"/>
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 244.187" height="244.19" width="300"><path d="M94.72 243.18c112.46 0 173.96-93.168 173.96-173.96 0-2.646-.054-5.28-.173-7.903a124.338 124.338 0 0 0 30.498-31.66c-10.955 4.87-22.744 8.147-35.11 9.625 12.622-7.569 22.313-19.543 26.885-33.817a122.62 122.62 0 0 1-38.824 14.841C240.8 8.422 224.916.99 207.327.99c-33.764 0-61.144 27.381-61.144 61.132 0 4.798.537 9.465 1.586 13.941-50.815-2.556-95.874-26.886-126.03-63.88a60.977 60.977 0 0 0-8.279 30.73c0 21.212 10.794 39.938 27.208 50.893a60.685 60.685 0 0 1-27.69-7.646c-.009.256-.009.506-.009.78 0 29.61 21.075 54.332 49.051 59.934a61.218 61.218 0 0 1-16.122 2.152c-3.933 0-7.766-.387-11.49-1.103 7.783 24.293 30.354 41.971 57.114 42.465-20.926 16.402-47.287 26.171-75.937 26.171-4.929 0-9.798-.28-14.584-.846 27.06 17.344 59.19 27.464 93.722 27.464" fill="#1da1f2"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 879 B |
|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 645 KiB After Width: | Height: | Size: 309 KiB |
|
Before Width: | Height: | Size: 396 KiB After Width: | Height: | Size: 255 KiB |
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 135 KiB |
|
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 159 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 191 KiB |
|
Before Width: | Height: | Size: 247 KiB After Width: | Height: | Size: 178 KiB |
|
Before Width: | Height: | Size: 281 KiB After Width: | Height: | Size: 207 KiB |
|
Before Width: | Height: | Size: 287 KiB After Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 297 KiB After Width: | Height: | Size: 217 KiB |
|
Before Width: | Height: | Size: 282 KiB After Width: | Height: | Size: 206 KiB |
|
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 105 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 743 KiB After Width: | Height: | Size: 443 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 289 KiB After Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 5.4 KiB |
@@ -1,67 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#00AAF2;}
|
||||
</style>
|
||||
<path class="st0" d="M73.66,52.61c0,3.5,0,7,0,10.52c0,1.2-0.36,1.46-1.53,1.29c-7.86-1.17-15.74-2.28-23.62-3.35
|
||||
c-1.41-0.19-1.94-0.69-1.92-2.23c0.1-5.61,0.07-11.24,0-16.84c0-1.25,0.38-1.58,1.61-1.58c7.953,0.047,15.907,0.047,23.86,0
|
||||
c1.27,0,1.61,0.5,1.61,1.65C73.62,45.59,73.64,49.09,73.66,52.61z"/>
|
||||
<path class="st0" d="M60.25,38.36c-4,0-8,0-11.93,0c-1.22,0-1.75-0.29-1.72-1.68c0.07-5.68,0.07-11.33,0-17
|
||||
c-0.172-0.737,0.286-1.474,1.023-1.646C47.746,18.005,47.873,17.994,48,18c8.15-1.15,16.29-2.35,24.44-3.55
|
||||
c1.44-0.22,1.17,0.79,1.17,1.53c0,5.08,0,10.167,0,15.26c0,1.87,0,3.74,0,5.61c0,1.15-0.38,1.51-1.51,1.51
|
||||
C68.18,38.34,64.23,38.36,60.25,38.36z"/>
|
||||
<path class="st0" d="M33.9,40.47c3,0,6,0,8.94,0c0.585-0.163,1.192,0.18,1.354,0.766c0.047,0.171,0.053,0.351,0.016,0.524
|
||||
c0,5.847,0,11.693,0,17.54c0,1-0.48,1.13-1.34,1c-5.89-0.86-11.79-1.72-17.7-2.54c-0.821,0.058-1.533-0.56-1.592-1.381
|
||||
C23.569,56.252,23.577,56.125,23.6,56c0.07-4.67,0.07-9.34,0-14c0-1.15,0.34-1.51,1.49-1.49C28.05,40.52,31,40.47,33.9,40.47z"/>
|
||||
<path class="st0" d="M33.9,38.36c-2.92,0-5.85,0-8.77,0c-1.13,0-1.51-0.36-1.49-1.53c0-4.62,0-9.22,0-13.85
|
||||
c-0.163-0.733,0.3-1.46,1.033-1.622c0.133-0.03,0.271-0.039,0.407-0.028c5.89-0.79,11.79-1.61,17.66-2.56
|
||||
c1.37-0.22,1.49,0.29,1.49,1.32c0,5.61,0,11.21,0,16.82c0,1.22-0.53,1.44-1.58,1.41L33.9,38.36z"/>
|
||||
<path class="st0" d="M12.82,81.23c-0.07-1.32-0.15-2.9-0.14-4.08l0,0c-0.32,1.11-0.71,2.28-1.19,3.59l-1.71,4.58H8.86l-1.53-4.5
|
||||
c-0.45-1.33-0.83-2.55-1.09-3.67l0,0c0,1.18-0.1,2.76-0.18,4.17l-0.25,4h-1.2l0.66-9.44h1.55l1.62,4.62c0.39,1.16,0.71,2.2,1,3.18
|
||||
l0,0c0.24-1,0.57-2,1-3.18l1.68-4.57h1.55l0.59,9.44h-1.2L12.82,81.23z"/>
|
||||
<path class="st0" d="M17.62,76.69c0,0.423-0.343,0.765-0.765,0.765c-0.422,0-0.765-0.342-0.765-0.765l0,0
|
||||
c-0.011-0.414,0.315-0.759,0.729-0.77c0.014,0,0.027,0,0.041,0c0.403-0.017,0.743,0.295,0.76,0.698
|
||||
C17.621,76.642,17.621,76.666,17.62,76.69z M16.25,85.37V78.6h1.23v6.78h-1.23V85.37z"/>
|
||||
<path class="st0" d="M24.35,85.12c-0.613,0.272-1.279,0.405-1.95,0.39c-1.775,0.104-3.299-1.251-3.403-3.026
|
||||
C18.989,82.343,18.99,82.201,19,82.06c-0.092-1.898,1.372-3.51,3.27-3.602c0.123-0.006,0.247-0.005,0.37,0.002
|
||||
c0.588-0.007,1.172,0.112,1.71,0.35l-0.28,1c-0.441-0.229-0.934-0.339-1.43-0.32c-1.408,0.125-2.449,1.368-2.324,2.776
|
||||
c0.11,1.235,1.089,2.214,2.324,2.324c0.522,0.001,1.038-0.115,1.51-0.34L24.35,85.12z"/>
|
||||
<path class="st0" d="M25.79,80.71c0-0.8,0-1.48-0.06-2.12h1.08v1.33h0.06c0.23-0.855,0.995-1.457,1.88-1.48
|
||||
c0.116-0.016,0.234-0.016,0.35,0v1.16c-0.14-0.016-0.28-0.016-0.42,0c-0.869,0.037-1.575,0.713-1.65,1.58
|
||||
c-0.035,0.188-0.055,0.379-0.06,0.57v3.61h-1.18V80.71z"/>
|
||||
<path class="st0" d="M36.37,81.93c0.161,1.821-1.185,3.427-3.006,3.588c-0.121,0.011-0.242,0.015-0.364,0.012
|
||||
c-1.778,0.03-3.244-1.386-3.275-3.165c-0.002-0.122,0.003-0.244,0.015-0.365c-0.16-1.821,1.186-3.427,3.007-3.588
|
||||
c0.117-0.01,0.235-0.014,0.353-0.012c1.772-0.042,3.243,1.361,3.285,3.133C36.388,81.666,36.383,81.798,36.37,81.93z M31,82
|
||||
c0,1.48,0.85,2.61,2.06,2.61c1.21,0,2.05-1.11,2.05-2.61c0-1.15-0.57-2.61-2-2.61S31,80.71,31,82z"/>
|
||||
<path class="st0" d="M37.75,84.12c0.49,0.306,1.053,0.475,1.63,0.49c0.588,0.128,1.169-0.245,1.297-0.833
|
||||
c0.012-0.055,0.02-0.111,0.023-0.167c0-0.59-0.35-0.91-1.26-1.25c-1.22-0.43-1.79-1.11-1.79-1.92
|
||||
c0.041-1.154,1.01-2.055,2.163-2.014c0.059,0.002,0.118,0.007,0.177,0.014c0.584-0.006,1.159,0.139,1.67,0.42l-0.31,0.9
|
||||
c-0.418-0.257-0.899-0.392-1.39-0.39c-0.547-0.073-1.051,0.311-1.124,0.859c-0.003,0.02-0.005,0.041-0.006,0.061
|
||||
c0,0.56,0.41,0.81,1.29,1.15c1.18,0.45,1.78,1,1.78,2c0,1.19-0.92,2-2.54,2c-0.666,0.014-1.324-0.145-1.91-0.46L37.75,84.12z"/>
|
||||
<path class="st0" d="M49.6,81.93c0.161,1.821-1.185,3.427-3.006,3.588c-0.124,0.011-0.249,0.015-0.374,0.012
|
||||
c-1.778,0.008-3.227-1.427-3.235-3.205C42.985,82.216,42.99,82.108,43,82c-0.16-1.821,1.186-3.427,3.007-3.588
|
||||
c0.117-0.01,0.235-0.014,0.353-0.012c1.773-0.025,3.23,1.391,3.256,3.164C49.617,81.686,49.612,81.808,49.6,81.93z M44.22,82
|
||||
c0,1.48,0.85,2.61,2.06,2.61s2.06-1.11,2.06-2.61c0-1.15-0.57-2.61-2-2.61S44.22,80.71,44.22,82z"/>
|
||||
<path class="st0" d="M51.27,85.38v-5.85h-1V78.6h1v-0.33c-0.071-0.863,0.21-1.718,0.78-2.37c0.448-0.416,1.039-0.641,1.65-0.63
|
||||
c0.359,0,0.716,0.068,1.05,0.2l-0.17,1c-0.249-0.107-0.519-0.159-0.79-0.15c-1,0-1.32,0.92-1.32,2v0.28h1.64v0.94h-1.62v5.84
|
||||
C52.49,85.38,51.27,85.38,51.27,85.38z"/>
|
||||
<path class="st0" d="M56.87,76.65v1.95h1.76v0.94h-1.76v3.66c0,0.84,0.24,1.32,0.92,1.32c0.239,0.004,0.478-0.023,0.71-0.08
|
||||
l0.06,0.92c-0.35,0.124-0.719,0.181-1.09,0.17c-0.5,0.026-0.986-0.167-1.33-0.53c-0.375-0.506-0.546-1.134-0.48-1.76v-3.7h-1.04
|
||||
V78.6h1.05V77L56.87,76.65z"/>
|
||||
<path class="st0" d="M64.56,82.41l-1,3h-1.24l3.21-9.44H67l3.22,9.44h-1.3l-1-3H64.56z M67.66,81.41l-0.92-2.72
|
||||
c-0.21-0.62-0.35-1.18-0.49-1.72l0,0c-0.14,0.56-0.29,1.13-0.48,1.71l-0.92,2.73h2.84H67.66z"/>
|
||||
<path class="st0" d="M71,84.66l3.07-4c0.29-0.36,0.58-0.69,0.88-1.05l0,0h-3.69v-1h5.17v0.77l-3,3.94
|
||||
c-0.28,0.38-0.56,0.71-0.87,1.06l0,0h4v1H71V84.66z"/>
|
||||
<path class="st0" d="M83.42,83.53c0,0.7,0,1.32,0.06,1.85h-1.1l-0.07-1.11l0,0c-0.477,0.816-1.366,1.3-2.31,1.26
|
||||
c-1.06,0-2.34-0.59-2.34-3v-4h1.23v3.75c0,1.29,0.39,2.16,1.51,2.16c0.955,0.006,1.734-0.764,1.74-1.72c0-0.01,0-0.02,0-0.03V78.6
|
||||
h1.23v4.93H83.42z"/>
|
||||
<path class="st0" d="M85.46,80.71c0-0.8,0-1.48-0.06-2.12h1.08v1.33h0.06c0.23-0.855,0.995-1.457,1.88-1.48
|
||||
c0.116-0.016,0.234-0.016,0.35,0v1.16c-0.14-0.016-0.28-0.016-0.42,0c-0.869,0.037-1.575,0.713-1.65,1.58
|
||||
c-0.035,0.188-0.055,0.379-0.06,0.57v3.61h-1.18V80.71z"/>
|
||||
<path class="st0" d="M90.58,82.21c-0.103,1.194,0.781,2.245,1.975,2.348c0.118,0.01,0.237,0.011,0.355,0.002
|
||||
c0.645,0.021,1.286-0.098,1.88-0.35L95,85.1c-0.712,0.297-1.479,0.44-2.25,0.42c-1.736,0.106-3.23-1.216-3.336-2.952
|
||||
c-0.01-0.156-0.007-0.312,0.006-0.468c0-2,1.21-3.66,3.18-3.66c2.21,0,2.8,1.95,2.8,3.19c0.011,0.19,0.011,0.38,0,0.57h-4.82V82.21z
|
||||
M94.19,81.33c0.133-0.963-0.54-1.851-1.503-1.984c-0.069-0.009-0.138-0.015-0.207-0.016c-1.061,0.058-1.892,0.937-1.89,2H94.19z"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M73.66 52.61v10.52c0 1.2-.36 1.46-1.53 1.29-7.86-1.17-15.74-2.28-23.62-3.35-1.41-.19-1.94-.69-1.92-2.23.1-5.61.07-11.24 0-16.84 0-1.25.38-1.58 1.61-1.58 7.953.047 15.907.047 23.86 0 1.27 0 1.61.5 1.61 1.65-.05 3.52-.03 7.02-.01 10.54zM60.25 38.36H48.32c-1.22 0-1.75-.29-1.72-1.68.07-5.68.07-11.33 0-17A1.37 1.37 0 0 1 48 18c8.15-1.15 16.29-2.35 24.44-3.55 1.44-.22 1.17.79 1.17 1.53v20.87c0 1.15-.38 1.51-1.51 1.51-3.92-.02-7.87 0-11.85 0zM33.9 40.47h8.94a1.1 1.1 0 0 1 1.37 1.29V59.3c0 1-.48 1.13-1.34 1-5.89-.86-11.79-1.72-17.7-2.54A1.49 1.49 0 0 1 23.6 56c.07-4.67.07-9.34 0-14 0-1.15.34-1.51 1.49-1.49 2.96.01 5.91-.04 8.81-.04zm0-2.11h-8.77c-1.13 0-1.51-.36-1.49-1.53V22.98a1.36 1.36 0 0 1 1.44-1.65c5.89-.79 11.79-1.61 17.66-2.56 1.37-.22 1.49.29 1.49 1.32v16.82c0 1.22-.53 1.44-1.58 1.41l-8.75.04zM12.82 81.23c-.07-1.32-.15-2.9-.14-4.08-.32 1.11-.71 2.28-1.19 3.59l-1.71 4.58h-.92l-1.53-4.5c-.45-1.33-.83-2.55-1.09-3.67 0 1.18-.1 2.76-.18 4.17l-.25 4h-1.2l.66-9.44h1.55l1.62 4.62c.39 1.16.71 2.2 1 3.18.24-1 .57-2 1-3.18l1.68-4.57h1.55l.59 9.44h-1.2l-.24-4.14zm4.8-4.54a.765.765 0 1 1-1.53 0 .75.75 0 0 1 .729-.77h.041a.73.73 0 0 1 .76.77zm-1.37 8.68V78.6h1.23v6.78h-1.23v-.01zm8.1-.25a4.557 4.557 0 0 1-1.95.39 3.22 3.22 0 0 1-3.4-3.45 3.44 3.44 0 0 1 3.64-3.6 4.108 4.108 0 0 1 1.71.35l-.28 1a2.865 2.865 0 0 0-1.43-.32 2.56 2.56 0 0 0 0 5.1 3.493 3.493 0 0 0 1.51-.34l.2.87zm1.44-4.41c0-.8 0-1.48-.06-2.12h1.08v1.33h.06a2 2 0 0 1 1.88-1.48c.116-.016.234-.016.35 0v1.16a1.843 1.843 0 0 0-.42 0 1.73 1.73 0 0 0-1.65 1.58 3.638 3.638 0 0 0-.06.57v3.61h-1.18v-4.65zm10.58 1.22a3.31 3.31 0 0 1-3.37 3.6A3.22 3.22 0 0 1 29.74 82a3.311 3.311 0 0 1 3.36-3.6 3.21 3.21 0 0 1 3.27 3.53zM31 82c0 1.48.85 2.61 2.06 2.61s2.05-1.11 2.05-2.61c0-1.15-.57-2.61-2-2.61S31 80.71 31 82zm6.75 2.12c.49.306 1.053.475 1.63.49a1.09 1.09 0 0 0 1.32-1c0-.59-.35-.91-1.26-1.25-1.22-.43-1.79-1.11-1.79-1.92a2.09 2.09 0 0 1 2.34-2 3.393 3.393 0 0 1 1.67.42l-.31.9a2.632 2.632 0 0 0-1.39-.39 1 1 0 0 0-1.13.92c0 .56.41.81 1.29 1.15 1.18.45 1.78 1 1.78 2 0 1.19-.92 2-2.54 2a3.863 3.863 0 0 1-1.91-.46l.3-.86zm11.85-2.19a3.31 3.31 0 0 1-3.38 3.6A3.22 3.22 0 0 1 43 82a3.311 3.311 0 0 1 3.36-3.6 3.21 3.21 0 0 1 3.24 3.53zm-5.38.07c0 1.48.85 2.61 2.06 2.61s2.06-1.11 2.06-2.61c0-1.15-.57-2.61-2-2.61s-2.12 1.32-2.12 2.61zm7.05 3.38v-5.85h-1v-.93h1v-.33a3.202 3.202 0 0 1 .78-2.37 2.36 2.36 0 0 1 1.65-.63c.359 0 .716.068 1.05.2l-.17 1a1.848 1.848 0 0 0-.79-.15c-1 0-1.32.92-1.32 2v.28h1.64v.94h-1.62v5.84h-1.22zm5.6-8.73v1.95h1.76v.94h-1.76v3.66c0 .84.24 1.32.92 1.32.239.004.478-.023.71-.08l.06.92c-.35.124-.719.181-1.09.17-.5.026-.986-.167-1.33-.53a2.513 2.513 0 0 1-.48-1.76v-3.7h-1.04v-.94h1.05V77l1.2-.35zm7.69 5.76l-1 3h-1.24l3.21-9.44H67l3.22 9.44h-1.3l-1-3h-3.36zm3.1-1l-.92-2.72c-.21-.62-.35-1.18-.49-1.72-.14.56-.29 1.13-.48 1.71l-.92 2.73h2.84-.03zM71 84.66l3.07-4c.29-.36.58-.69.88-1.05h-3.69v-1h5.17v.77l-3 3.94c-.28.38-.56.71-.87 1.06h4v1H71v-.72zm12.42-1.13c0 .7 0 1.32.06 1.85h-1.1l-.07-1.11A2.55 2.55 0 0 1 80 85.53c-1.06 0-2.34-.59-2.34-3v-4h1.23v3.75c0 1.29.39 2.16 1.51 2.16a1.73 1.73 0 0 0 1.74-1.72V78.6h1.23v4.93h.05zm2.04-2.82c0-.8 0-1.48-.06-2.12h1.08v1.33h.06a2 2 0 0 1 1.88-1.48c.116-.016.234-.016.35 0v1.16a1.843 1.843 0 0 0-.42 0 1.73 1.73 0 0 0-1.65 1.58 3.638 3.638 0 0 0-.06.57v3.61h-1.18v-4.65zm5.12 1.5a2.17 2.17 0 0 0 2.33 2.35 4.441 4.441 0 0 0 1.88-.35l.21.89a5.476 5.476 0 0 1-2.25.42 3.15 3.15 0 0 1-3.33-3.42c0-2 1.21-3.66 3.18-3.66 2.21 0 2.8 1.95 2.8 3.19.011.19.011.38 0 .57h-4.82v.01zm3.61-.88a1.76 1.76 0 0 0-1.71-2 2 2 0 0 0-1.89 2h3.6z" fill="#00aaf2"/></svg>
|
||||
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 3.6 KiB |
@@ -1 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#00aaf2;}</style></defs><path class="cls-1" d="M73.66,52.61c0,3.5,0,7,0,10.52,0,1.2-.36,1.46-1.53,1.29-7.86-1.17-15.74-2.28-23.62-3.35-1.41-.19-1.94-0.69-1.92-2.23,0.1-5.61.07-11.24,0-16.84,0-1.25.38-1.58,1.61-1.58q11.93,0.07,23.86,0c1.27,0,1.61.5,1.61,1.65C73.62,45.59,73.64,49.09,73.66,52.61Z"/><path class="cls-1" d="M60.25,38.36c-4,0-8,0-11.93,0-1.22,0-1.75-.29-1.72-1.68,0.07-5.68.07-11.33,0-17A1.37,1.37,0,0,1,48,18c8.15-1.15,16.29-2.35,24.44-3.55,1.44-.22,1.17.79,1.17,1.53q0,7.62,0,15.26c0,1.87,0,3.74,0,5.61,0,1.15-.38,1.51-1.51,1.51C68.18,38.34,64.23,38.36,60.25,38.36Z"/><path class="cls-1" d="M33.9,40.47c3,0,6,0,8.94,0a1.1,1.1,0,0,1,1.37,1.29q0,8.77,0,17.54c0,1-.48,1.13-1.34,1-5.89-.86-11.79-1.72-17.7-2.54A1.49,1.49,0,0,1,23.6,56c0.07-4.67.07-9.34,0-14,0-1.15.34-1.51,1.49-1.49C28.05,40.52,31,40.47,33.9,40.47Z"/><path class="cls-1" d="M33.9,38.36c-2.92,0-5.85,0-8.77,0-1.13,0-1.51-.36-1.49-1.53,0-4.62,0-9.22,0-13.85a1.36,1.36,0,0,1,1.44-1.65c5.89-.79,11.79-1.61,17.66-2.56,1.37-.22,1.49.29,1.49,1.32,0,5.61,0,11.21,0,16.82,0,1.22-.53,1.44-1.58,1.41Z"/><path class="cls-1" d="M12.82,81.23c-0.07-1.32-.15-2.9-0.14-4.08h0c-0.32,1.11-.71,2.28-1.19,3.59L9.78,85.32H8.86l-1.53-4.5c-0.45-1.33-.83-2.55-1.09-3.67h0c0,1.18-.1,2.76-0.18,4.17l-0.25,4H4.61l0.66-9.44H6.82L8.44,80.5c0.39,1.16.71,2.2,1,3.18h0c0.24-1,.57-2,1-3.18l1.68-4.57h1.55l0.59,9.44H13.06Z"/><path class="cls-1" d="M17.62,76.69a0.76,0.76,0,0,1-1.53,0,0.75,0.75,0,0,1,.77-0.77A0.73,0.73,0,0,1,17.62,76.69Zm-1.37,8.68V78.6h1.23v6.78H16.25Z"/><path class="cls-1" d="M24.35,85.12a4.55,4.55,0,0,1-1.95.39A3.22,3.22,0,0,1,19,82.06a3.44,3.44,0,0,1,3.64-3.6,4.11,4.11,0,0,1,1.71.35l-0.28,1a2.86,2.86,0,0,0-1.43-.32,2.56,2.56,0,0,0,0,5.1,3.5,3.5,0,0,0,1.51-.34Z"/><path class="cls-1" d="M25.79,80.71c0-.8,0-1.48-0.06-2.12h1.08l0,1.33h0.06a2,2,0,0,1,1.88-1.48,1.32,1.32,0,0,1,.35,0v1.16a1.83,1.83,0,0,0-.42,0,1.73,1.73,0,0,0-1.65,1.58,3.55,3.55,0,0,0-.06.57v3.61H25.79V80.71Z"/><path class="cls-1" d="M36.37,81.93A3.31,3.31,0,0,1,33,85.53,3.22,3.22,0,0,1,29.74,82a3.31,3.31,0,0,1,3.36-3.6A3.21,3.21,0,0,1,36.37,81.93ZM31,82c0,1.48.85,2.61,2.06,2.61S35.11,83.5,35.11,82c0-1.15-.57-2.61-2-2.61S31,80.71,31,82Z"/><path class="cls-1" d="M37.75,84.12a3.23,3.23,0,0,0,1.63.49,1.09,1.09,0,0,0,1.32-1c0-.59-0.35-0.91-1.26-1.25-1.22-.43-1.79-1.11-1.79-1.92a2.09,2.09,0,0,1,2.34-2,3.39,3.39,0,0,1,1.67.42l-0.31.9a2.64,2.64,0,0,0-1.39-.39,1,1,0,0,0-1.13.92c0,0.56.41,0.81,1.29,1.15,1.18,0.45,1.78,1,1.78,2,0,1.19-.92,2-2.54,2a3.87,3.87,0,0,1-1.91-.46Z"/><path class="cls-1" d="M49.6,81.93a3.31,3.31,0,0,1-3.38,3.6A3.22,3.22,0,0,1,43,82a3.31,3.31,0,0,1,3.36-3.6A3.21,3.21,0,0,1,49.6,81.93ZM44.22,82c0,1.48.85,2.61,2.06,2.61S48.34,83.5,48.34,82c0-1.15-.57-2.61-2-2.61S44.22,80.71,44.22,82Z"/><path class="cls-1" d="M51.27,85.38V79.53h-1V78.6h1V78.27a3.2,3.2,0,0,1,.78-2.37,2.36,2.36,0,0,1,1.65-.63,2.86,2.86,0,0,1,1.05.2l-0.17,1a1.85,1.85,0,0,0-.79-0.15c-1,0-1.32.92-1.32,2V78.6h1.64v0.94H52.49v5.84H51.27Z"/><path class="cls-1" d="M56.87,76.65V78.6h1.76v0.94H56.87v3.66c0,0.84.24,1.32,0.92,1.32a2.75,2.75,0,0,0,.71-0.08l0.06,0.92a3,3,0,0,1-1.09.17A1.71,1.71,0,0,1,56.14,85a2.51,2.51,0,0,1-.48-1.76v-3.7H54.62V78.6h1.05V77Z"/><path class="cls-1" d="M64.56,82.41l-1,3H62.32l3.21-9.44H67l3.22,9.44h-1.3l-1-3H64.56Zm3.1-1-0.92-2.72c-0.21-.62-0.35-1.18-0.49-1.72h0c-0.14.56-.29,1.13-0.48,1.71l-0.92,2.73h2.84Z"/><path class="cls-1" d="M71,84.66l3.07-4c0.29-.36.58-0.69,0.88-1.05v0H71.26v-1h5.17v0.77l-3,3.94c-0.28.38-.56,0.71-0.87,1.06v0h4v1H71V84.66Z"/><path class="cls-1" d="M83.42,83.53c0,0.7,0,1.32.06,1.85H82.38l-0.07-1.11h0A2.55,2.55,0,0,1,80,85.53c-1.06,0-2.34-.59-2.34-3v-4h1.23v3.75c0,1.29.39,2.16,1.51,2.16a1.73,1.73,0,0,0,1.74-1.75V78.6h1.23v4.93Z"/><path class="cls-1" d="M85.46,80.71c0-.8,0-1.48-0.06-2.12h1.08l0,1.33h0.06a2,2,0,0,1,1.88-1.48,1.31,1.31,0,0,1,.35,0v1.16a1.83,1.83,0,0,0-.42,0,1.73,1.73,0,0,0-1.65,1.58,3.55,3.55,0,0,0-.06.57v3.61H85.46V80.71Z"/><path class="cls-1" d="M90.58,82.21a2.17,2.17,0,0,0,2.33,2.35,4.45,4.45,0,0,0,1.88-.35L95,85.1a5.48,5.48,0,0,1-2.25.42,3.15,3.15,0,0,1-3.33-3.42c0-2,1.21-3.66,3.18-3.66,2.21,0,2.8,1.95,2.8,3.19a4.73,4.73,0,0,1,0,.57H90.58Zm3.61-.88a1.76,1.76,0,0,0-1.71-2,2,2,0,0,0-1.89,2h3.6Z"/></svg>
|
||||
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M73.66 52.61v10.52c0 1.2-.36 1.46-1.53 1.29-7.86-1.17-15.74-2.28-23.62-3.35-1.41-.19-1.94-.69-1.92-2.23.1-5.61.07-11.24 0-16.84 0-1.25.38-1.58 1.61-1.58q11.93.07 23.86 0c1.27 0 1.61.5 1.61 1.65-.05 3.52-.03 7.02-.01 10.54zM60.25 38.36H48.32c-1.22 0-1.75-.29-1.72-1.68.07-5.68.07-11.33 0-17A1.37 1.37 0 0 1 48 18c8.15-1.15 16.29-2.35 24.44-3.55 1.44-.22 1.17.79 1.17 1.53v20.87c0 1.15-.38 1.51-1.51 1.51-3.92-.02-7.87 0-11.85 0zM33.9 40.47h8.94a1.1 1.1 0 0 1 1.37 1.29V59.3c0 1-.48 1.13-1.34 1-5.89-.86-11.79-1.72-17.7-2.54A1.49 1.49 0 0 1 23.6 56c.07-4.67.07-9.34 0-14 0-1.15.34-1.51 1.49-1.49 2.96.01 5.91-.04 8.81-.04zm0-2.11h-8.77c-1.13 0-1.51-.36-1.49-1.53V22.98a1.36 1.36 0 0 1 1.44-1.65c5.89-.79 11.79-1.61 17.66-2.56 1.37-.22 1.49.29 1.49 1.32v16.82c0 1.22-.53 1.44-1.58 1.41zM12.82 81.23c-.07-1.32-.15-2.9-.14-4.08-.32 1.11-.71 2.28-1.19 3.59l-1.71 4.58h-.92l-1.53-4.5c-.45-1.33-.83-2.55-1.09-3.67 0 1.18-.1 2.76-.18 4.17l-.25 4h-1.2l.66-9.44h1.55l1.62 4.62c.39 1.16.71 2.2 1 3.18.24-1 .57-2 1-3.18l1.68-4.57h1.55l.59 9.44h-1.2zm4.8-4.54a.76.76 0 0 1-1.53 0 .75.75 0 0 1 .77-.77.73.73 0 0 1 .76.77zm-1.37 8.68V78.6h1.23v6.78h-1.23zm8.1-.25a4.55 4.55 0 0 1-1.95.39 3.22 3.22 0 0 1-3.4-3.45 3.44 3.44 0 0 1 3.64-3.6 4.11 4.11 0 0 1 1.71.35l-.28 1a2.86 2.86 0 0 0-1.43-.32 2.56 2.56 0 0 0 0 5.1 3.5 3.5 0 0 0 1.51-.34zm1.44-4.41c0-.8 0-1.48-.06-2.12h1.08v1.33h.06a2 2 0 0 1 1.88-1.48 1.32 1.32 0 0 1 .35 0v1.16a1.83 1.83 0 0 0-.42 0 1.73 1.73 0 0 0-1.65 1.58 3.55 3.55 0 0 0-.06.57v3.61h-1.18v-4.65zm10.58 1.22a3.31 3.31 0 0 1-3.37 3.6A3.22 3.22 0 0 1 29.74 82a3.31 3.31 0 0 1 3.36-3.6 3.21 3.21 0 0 1 3.27 3.53zM31 82c0 1.48.85 2.61 2.06 2.61s2.05-1.11 2.05-2.61c0-1.15-.57-2.61-2-2.61S31 80.71 31 82zm6.75 2.12a3.23 3.23 0 0 0 1.63.49 1.09 1.09 0 0 0 1.32-1c0-.59-.35-.91-1.26-1.25-1.22-.43-1.79-1.11-1.79-1.92a2.09 2.09 0 0 1 2.34-2 3.39 3.39 0 0 1 1.67.42l-.31.9a2.64 2.64 0 0 0-1.39-.39 1 1 0 0 0-1.13.92c0 .56.41.81 1.29 1.15 1.18.45 1.78 1 1.78 2 0 1.19-.92 2-2.54 2a3.87 3.87 0 0 1-1.91-.46zm11.85-2.19a3.31 3.31 0 0 1-3.38 3.6A3.22 3.22 0 0 1 43 82a3.31 3.31 0 0 1 3.36-3.6 3.21 3.21 0 0 1 3.24 3.53zm-5.38.07c0 1.48.85 2.61 2.06 2.61s2.06-1.11 2.06-2.61c0-1.15-.57-2.61-2-2.61s-2.12 1.32-2.12 2.61zm7.05 3.38v-5.85h-1v-.93h1v-.33a3.2 3.2 0 0 1 .78-2.37 2.36 2.36 0 0 1 1.65-.63 2.86 2.86 0 0 1 1.05.2l-.17 1a1.85 1.85 0 0 0-.79-.15c-1 0-1.32.92-1.32 2v.28h1.64v.94h-1.62v5.84h-1.22zm5.6-8.73v1.95h1.76v.94h-1.76v3.66c0 .84.24 1.32.92 1.32a2.75 2.75 0 0 0 .71-.08l.06.92a3 3 0 0 1-1.09.17 1.71 1.71 0 0 1-1.33-.53 2.51 2.51 0 0 1-.48-1.76v-3.7h-1.04v-.94h1.05V77zm7.69 5.76l-1 3h-1.24l3.21-9.44H67l3.22 9.44h-1.3l-1-3h-3.36zm3.1-1l-.92-2.72c-.21-.62-.35-1.18-.49-1.72-.14.56-.29 1.13-.48 1.71l-.92 2.73h2.84zM71 84.66l3.07-4c.29-.36.58-.69.88-1.05h-3.69v-1h5.17v.77l-3 3.94c-.28.38-.56.71-.87 1.06h4v1H71v-.72zm12.42-1.13c0 .7 0 1.32.06 1.85h-1.1l-.07-1.11A2.55 2.55 0 0 1 80 85.53c-1.06 0-2.34-.59-2.34-3v-4h1.23v3.75c0 1.29.39 2.16 1.51 2.16a1.73 1.73 0 0 0 1.74-1.75V78.6h1.23v4.93zm2.04-2.82c0-.8 0-1.48-.06-2.12h1.08v1.33h.06a2 2 0 0 1 1.88-1.48 1.31 1.31 0 0 1 .35 0v1.16a1.83 1.83 0 0 0-.42 0 1.73 1.73 0 0 0-1.65 1.58 3.55 3.55 0 0 0-.06.57v3.61h-1.18v-4.65zm5.12 1.5a2.17 2.17 0 0 0 2.33 2.35 4.45 4.45 0 0 0 1.88-.35l.21.89a5.48 5.48 0 0 1-2.25.42 3.15 3.15 0 0 1-3.33-3.42c0-2 1.21-3.66 3.18-3.66 2.21 0 2.8 1.95 2.8 3.19a4.73 4.73 0 0 1 0 .57h-4.82zm3.61-.88a1.76 1.76 0 0 0-1.71-2 2 2 0 0 0-1.89 2h3.6z" fill="#00aaf2"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.5 KiB |
@@ -1,33 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#4052D7;}
|
||||
.st1{fill:#387EFA;}
|
||||
</style>
|
||||
<polygon class="st0" points="61.83,41.67 72,48.2 72,24.48 52.03,12.95 52.03,24.69 61.83,30.35 "/>
|
||||
<polygon class="st1" points="59.64,45.06 49.89,50.76 38.12,43.88 38.12,30.11 47.87,24.41 47.87,12.59 28,24.2 28,49.79
|
||||
49.89,62.59 69.22,51.29 "/>
|
||||
<path class="st0" d="M54.86,43.76h-1.8l-4.8-6.38l-1.38,1.22v5.16h-1.53V30.6h1.53v6.53l6-6.53h1.81l-5.29,5.72L54.86,43.76z"/>
|
||||
<path class="st0" d="M11.8,74.19h1.52l3.59,10.61h-1.44l-1-3.24H10.6l-1,3.24H8.21L11.8,74.19z M10.94,80.48h3.19l-0.5-1.62
|
||||
c-0.39-1.18-0.73-2.35-1.07-3.57H12.5c-0.32,1.23-0.66,2.39-1.05,3.57L10.94,80.48z"/>
|
||||
<path class="st0" d="M18.28,76.94h1.1l0.11,1.13l0,0c0.609-0.779,1.523-1.26,2.51-1.32c0.991-0.089,1.904,0.542,2.17,1.5
|
||||
c0.614-0.842,1.554-1.386,2.59-1.5c1.62,0,2.39,1.07,2.39,3.07v5h-1.34V80c0-1.47-0.47-2.1-1.46-2.1
|
||||
c-0.807,0.104-1.533,0.543-2,1.21v5.69h-1.3V80c0-1.47-0.47-2.1-1.47-2.1c-0.803,0.116-1.524,0.553-2,1.21v5.69h-1.3V76.94z"/>
|
||||
<path class="st0" d="M31.2,82.77c0-1.72,1.47-2.57,4.82-2.94c0-1-0.32-2-1.62-2c-0.849,0.04-1.668,0.333-2.35,0.84l-0.52-0.92
|
||||
c0.915-0.619,1.986-0.966,3.09-1c1.93,0,2.73,1.28,2.73,3.24v4.82h-1.1l-0.11-0.94l0,0c-0.722,0.678-1.661,1.078-2.65,1.13
|
||||
c-1.179,0.084-2.203-0.804-2.287-1.982C31.197,82.935,31.196,82.853,31.2,82.77z M36.02,82.88V80.7c-2.62,0.32-3.53,1-3.53,2
|
||||
s0.61,1.26,1.39,1.26c0.82-0.072,1.58-0.459,2.12-1.08H36.02z"/>
|
||||
<path class="st0" d="M39,84.09L43.15,78h-3.69v-1.06h5.37v0.71l-4.14,6.07H45v1.08h-6V84.09z"/>
|
||||
<path class="st0" d="M46,80.89c0-2.64,1.71-4.14,3.64-4.14s3.64,1.5,3.64,4.14S51.52,85,49.6,85S46,83.5,46,80.89z M51.9,80.89
|
||||
c0-1.81-0.91-3-2.26-3s-2.26,1.23-2.26,3s0.92,3,2.26,3s2.22-1.2,2.22-3H51.9z"/>
|
||||
<path class="st0" d="M55.3,76.94h1.1l0.11,1.13l0,0c0.658-0.79,1.614-1.272,2.64-1.33c1.65,0,2.39,1.07,2.39,3.07v5h-1.27V80
|
||||
c0-1.47-0.45-2.1-1.49-2.1c-0.81,0-1.36,0.42-2.15,1.21v5.69H55.3V76.94z"/>
|
||||
<path class="st0" d="M67.51,74.19h6.11v1.13h-4.77v3.33h4v1.15h-4v3.85h4.93v1.15h-6.27V74.19z"/>
|
||||
<path class="st0" d="M76,74.19h1.34v5.32l0,0l4.42-5.32h1.52l-3.32,4l3.83,6.57h-1.5l-3.09-5.47l-1.83,2.15v3.37H76V74.19z"/>
|
||||
<path class="st0" d="M84.47,83.43l0.81-0.94c0.758,0.819,1.814,1.299,2.93,1.33c1.39,0,2.22-0.7,2.22-1.73s-0.76-1.42-1.76-1.88
|
||||
l-1.52-0.66c-1.228-0.361-2.091-1.462-2.15-2.74C85,75.2,86.39,74,88.32,74c1.18-0.001,2.311,0.471,3.14,1.31l-0.73,0.87
|
||||
c-0.637-0.642-1.505-1.003-2.41-1c-1.18,0-2,0.6-2,1.55s0.92,1.41,1.76,1.76l1.5,0.65c1.23,0.53,2.18,1.26,2.18,2.83s-1.37,3-3.61,3
|
||||
C86.766,84.972,85.44,84.417,84.47,83.43z"/>
|
||||
</svg>
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st0{fill:#4052d7}</style><path class="st0" d="M61.83 41.67L72 48.2V24.48L52.03 12.95v11.74l9.8 5.66z"/><path fill="#387efa" d="M59.64 45.06l-9.75 5.7-11.77-6.88V30.11l9.75-5.7V12.59L28 24.2v25.59l21.89 12.8 19.33-11.3z"/><path class="st0" d="M54.86 43.76h-1.8l-4.8-6.38-1.38 1.22v5.16h-1.53V30.6h1.53v6.53l6-6.53h1.81l-5.29 5.72 5.46 7.44zM11.8 74.19h1.52l3.59 10.61h-1.44l-1-3.24H10.6l-1 3.24H8.21l3.59-10.61zm-.86 6.29h3.19l-.5-1.62c-.39-1.18-.73-2.35-1.07-3.57h-.06c-.32 1.23-.66 2.39-1.05 3.57l-.51 1.62zm7.34-3.54h1.1l.11 1.13A3.453 3.453 0 0 1 22 76.75a2.06 2.06 0 0 1 2.17 1.5 3.706 3.706 0 0 1 2.59-1.5c1.62 0 2.39 1.07 2.39 3.07v5h-1.34V80c0-1.47-.47-2.1-1.46-2.1a2.893 2.893 0 0 0-2 1.21v5.69h-1.3V80c0-1.47-.47-2.1-1.47-2.1a3 3 0 0 0-2 1.21v5.69h-1.3v-7.86zm12.92 5.83c0-1.72 1.47-2.57 4.82-2.94 0-1-.32-2-1.62-2a4.279 4.279 0 0 0-2.35.84l-.52-.92a5.835 5.835 0 0 1 3.09-1c1.93 0 2.73 1.28 2.73 3.24v4.82h-1.1l-.11-.94A4.193 4.193 0 0 1 33.49 85a2.14 2.14 0 0 1-2.29-2.23zm4.82.11V80.7c-2.62.32-3.53 1-3.53 2s.61 1.26 1.39 1.26A3.177 3.177 0 0 0 36 82.88h.02zM39 84.09L43.15 78h-3.69v-1.06h5.37v.71l-4.14 6.07H45v1.08h-6v-.71zm7-3.2c0-2.64 1.71-4.14 3.64-4.14s3.64 1.5 3.64 4.14S51.52 85 49.6 85 46 83.5 46 80.89zm5.9 0c0-1.81-.91-3-2.26-3s-2.26 1.23-2.26 3 .92 3 2.26 3 2.22-1.2 2.22-3h.04zm3.4-3.95h1.1l.11 1.13a3.709 3.709 0 0 1 2.64-1.33c1.65 0 2.39 1.07 2.39 3.07v5h-1.27V80c0-1.47-.45-2.1-1.49-2.1-.81 0-1.36.42-2.15 1.21v5.69H55.3v-7.86zm12.21-2.75h6.11v1.13h-4.77v3.33h4v1.15h-4v3.85h4.93v1.15h-6.27V74.19zm8.49 0h1.34v5.32l4.42-5.32h1.52l-3.32 4 3.83 6.57h-1.5l-3.09-5.47-1.83 2.15v3.37H76V74.19zm8.47 9.24l.81-.94a4.15 4.15 0 0 0 2.93 1.33c1.39 0 2.22-.7 2.22-1.73s-.76-1.42-1.76-1.88l-1.52-.66A3 3 0 0 1 85 76.81C85 75.2 86.39 74 88.32 74a4.41 4.41 0 0 1 3.14 1.31l-.73.87a3.38 3.38 0 0 0-2.41-1c-1.18 0-2 .6-2 1.55s.92 1.41 1.76 1.76l1.5.65c1.23.53 2.18 1.26 2.18 2.83s-1.37 3-3.61 3a5.149 5.149 0 0 1-3.68-1.54z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -1 +1 @@
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#4052d7;}.cls-2{fill:#387efa;}</style></defs><title>providers-resize</title><polygon class="cls-1" points="61.83 41.67 72 48.2 72 24.48 52.03 12.95 52.03 24.69 61.83 30.35 61.83 41.67"/><polygon class="cls-2" points="59.64 45.06 49.89 50.76 38.12 43.88 38.12 30.11 47.87 24.41 47.87 12.59 28 24.2 28 49.79 49.89 62.59 69.22 51.29 59.64 45.06"/><path class="cls-1" d="M54.86,43.76h-1.8l-4.8-6.38L46.88,38.6v5.16H45.35V30.6h1.53v6.53l6-6.53h1.81l-5.29,5.72Z"/><path class="cls-1" d="M11.8,74.19h1.52l3.59,10.61H15.47l-1-3.24H10.6l-1,3.24H8.21Zm-.86,6.29h3.19l-.5-1.62c-.39-1.18-.73-2.35-1.07-3.57h-.06c-.32,1.23-.66,2.39-1.05,3.57Z"/><path class="cls-1" d="M18.28,76.94h1.1l.11,1.13h0A3.45,3.45,0,0,1,22,76.75a2.06,2.06,0,0,1,2.17,1.5,3.71,3.71,0,0,1,2.59-1.5c1.62,0,2.39,1.07,2.39,3.07v5H27.81V80c0-1.47-.47-2.1-1.46-2.1a2.89,2.89,0,0,0-2,1.21v5.69H23.05V80c0-1.47-.47-2.1-1.47-2.1a3,3,0,0,0-2,1.21v5.69H18.28Z"/><path class="cls-1" d="M31.2,82.77c0-1.72,1.47-2.57,4.82-2.94,0-1-.32-2-1.62-2a4.28,4.28,0,0,0-2.35.84l-.52-.92a5.84,5.84,0,0,1,3.09-1c1.93,0,2.73,1.28,2.73,3.24v4.82h-1.1l-.11-.94h0A4.19,4.19,0,0,1,33.49,85,2.14,2.14,0,0,1,31.2,82.77Zm4.82.11V80.7c-2.62.32-3.53,1-3.53,2s.61,1.26,1.39,1.26A3.18,3.18,0,0,0,36,82.88Z"/><path class="cls-1" d="M39,84.09,43.15,78H39.46V76.94h5.37v.71l-4.14,6.07H45v1.08H39Z"/><path class="cls-1" d="M46,80.89c0-2.64,1.71-4.14,3.64-4.14s3.64,1.5,3.64,4.14S51.52,85,49.6,85,46,83.5,46,80.89Zm5.9,0c0-1.81-.91-3-2.26-3s-2.26,1.23-2.26,3,.92,3,2.26,3S51.86,82.69,51.86,80.89Z"/><path class="cls-1" d="M55.3,76.94h1.1l.11,1.13h0a3.71,3.71,0,0,1,2.64-1.33c1.65,0,2.39,1.07,2.39,3.07v5H60.27V80c0-1.47-.45-2.1-1.49-2.1-.81,0-1.36.42-2.15,1.21v5.69H55.3Z"/><path class="cls-1" d="M67.51,74.19h6.11v1.13H68.85v3.33h4v1.15h-4v3.85h4.93v1.15H67.51Z"/><path class="cls-1" d="M76,74.19h1.34v5.32h0l4.42-5.32h1.52l-3.32,4,3.83,6.57h-1.5L79.2,79.29l-1.83,2.15v3.37H76Z"/><path class="cls-1" d="M84.47,83.43l.81-.94a4.15,4.15,0,0,0,2.93,1.33c1.39,0,2.22-.7,2.22-1.73s-.76-1.42-1.76-1.88l-1.52-.66A3,3,0,0,1,85,76.81C85,75.2,86.39,74,88.32,74a4.41,4.41,0,0,1,3.14,1.31l-.73.87a3.38,3.38,0,0,0-2.41-1c-1.18,0-2,.6-2,1.55s.92,1.41,1.76,1.76l1.5.65c1.23.53,2.18,1.26,2.18,2.83s-1.37,3-3.61,3A5.15,5.15,0,0,1,84.47,83.43Z"/></svg>
|
||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#4052d7}</style></defs><path class="cls-1" d="M61.83 41.67L72 48.2V24.48L52.03 12.95v11.74l9.8 5.66v11.32z"/><path fill="#387efa" d="M59.64 45.06l-9.75 5.7-11.77-6.88V30.11l9.75-5.7V12.59L28 24.2v25.59l21.89 12.8 19.33-11.3-9.58-6.23z"/><path class="cls-1" d="M54.86 43.76h-1.8l-4.8-6.38-1.38 1.22v5.16h-1.53V30.6h1.53v6.53l6-6.53h1.81l-5.29 5.72zM11.8 74.19h1.52l3.59 10.61h-1.44l-1-3.24H10.6l-1 3.24H8.21zm-.86 6.29h3.19l-.5-1.62c-.39-1.18-.73-2.35-1.07-3.57h-.06c-.32 1.23-.66 2.39-1.05 3.57zm7.34-3.54h1.1l.11 1.13A3.45 3.45 0 0 1 22 76.75a2.06 2.06 0 0 1 2.17 1.5 3.71 3.71 0 0 1 2.59-1.5c1.62 0 2.39 1.07 2.39 3.07v5h-1.34V80c0-1.47-.47-2.1-1.46-2.1a2.89 2.89 0 0 0-2 1.21v5.69h-1.3V80c0-1.47-.47-2.1-1.47-2.1a3 3 0 0 0-2 1.21v5.69h-1.3zm12.92 5.83c0-1.72 1.47-2.57 4.82-2.94 0-1-.32-2-1.62-2a4.28 4.28 0 0 0-2.35.84l-.52-.92a5.84 5.84 0 0 1 3.09-1c1.93 0 2.73 1.28 2.73 3.24v4.82h-1.1l-.11-.94A4.19 4.19 0 0 1 33.49 85a2.14 2.14 0 0 1-2.29-2.23zm4.82.11V80.7c-2.62.32-3.53 1-3.53 2s.61 1.26 1.39 1.26A3.18 3.18 0 0 0 36 82.88zM39 84.09L43.15 78h-3.69v-1.06h5.37v.71l-4.14 6.07H45v1.08h-6zm7-3.2c0-2.64 1.71-4.14 3.64-4.14s3.64 1.5 3.64 4.14S51.52 85 49.6 85 46 83.5 46 80.89zm5.9 0c0-1.81-.91-3-2.26-3s-2.26 1.23-2.26 3 .92 3 2.26 3 2.22-1.2 2.22-3zm3.4-3.95h1.1l.11 1.13a3.71 3.71 0 0 1 2.64-1.33c1.65 0 2.39 1.07 2.39 3.07v5h-1.27V80c0-1.47-.45-2.1-1.49-2.1-.81 0-1.36.42-2.15 1.21v5.69H55.3zm12.21-2.75h6.11v1.13h-4.77v3.33h4v1.15h-4v3.85h4.93v1.15h-6.27zm8.49 0h1.34v5.32l4.42-5.32h1.52l-3.32 4 3.83 6.57h-1.5l-3.09-5.47-1.83 2.15v3.37H76zm8.47 9.24l.81-.94a4.15 4.15 0 0 0 2.93 1.33c1.39 0 2.22-.7 2.22-1.73s-.76-1.42-1.76-1.88l-1.52-.66A3 3 0 0 1 85 76.81C85 75.2 86.39 74 88.32 74a4.41 4.41 0 0 1 3.14 1.31l-.73.87a3.38 3.38 0 0 0-2.41-1c-1.18 0-2 .6-2 1.55s.92 1.41 1.76 1.76l1.5.65c1.23.53 2.18 1.26 2.18 2.83s-1.37 3-3.61 3a5.15 5.15 0 0 1-3.68-1.54z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |