wakeb-clients 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +80 -0
- package/assets/aldrees/dark.svg +12 -0
- package/assets/aldrees/light.svg +1 -0
- package/assets/alfanar/dark.svg +91 -0
- package/assets/alfanar/light.svg +71 -0
- package/assets/alfanar/sm_dark.svg +47 -0
- package/assets/alfanar/sm_light.svg +47 -0
- package/assets/aramco/dark.svg +309 -0
- package/assets/aramco/light.svg +281 -0
- package/assets/aramco/sm_dark.svg +285 -0
- package/assets/aramco/sm_light.svg +285 -0
- package/assets/autism/dark.svg +11 -0
- package/assets/autism/light.svg +9 -0
- package/assets/civil-defense/logo.svg +256 -0
- package/assets/dga/dark.svg +81 -0
- package/assets/dga/light.svg +126 -0
- package/assets/dga/sm_dark.svg +21 -0
- package/assets/dga/sm_light.svg +62 -0
- package/assets/eastern-province/dark.svg +176 -0
- package/assets/eastern-province/light.svg +180 -0
- package/assets/eastern-province/sm_dark.svg +118 -0
- package/assets/eastern-province/sm_light.svg +118 -0
- package/assets/fikra/dark.svg +38 -0
- package/assets/fikra/logo.svg +16 -0
- package/assets/gadd/dark.svg +468 -0
- package/assets/gadd/light.svg +468 -0
- package/assets/gadd/sm_dark.svg +5 -0
- package/assets/gadd/sm_light.svg +5 -0
- package/assets/gadd-new/dark.svg +18 -0
- package/assets/gadd-new/light.svg +22 -0
- package/assets/gadd-new/sm_dark.svg +16 -0
- package/assets/gadd-new/sm_light.svg +20 -0
- package/assets/guard/logo.svg +1 -0
- package/assets/hajj/dark.svg +77 -0
- package/assets/hajj/light.svg +83 -0
- package/assets/hajj/sm_dark.svg +17 -0
- package/assets/hajj/sm_light.svg +17 -0
- package/assets/haramain/dark.svg +73 -0
- package/assets/haramain/light.svg +77 -0
- package/assets/haramain/sm_dark.svg +15 -0
- package/assets/haramain/sm_light.svg +15 -0
- package/assets/jeddah/logo.svg +95 -0
- package/assets/kfu/logo.svg +367 -0
- package/assets/mada/logo.svg +42 -0
- package/assets/makkah/dark.svg +139 -0
- package/assets/makkah/light.svg +139 -0
- package/assets/makkah/sm_dark.svg +5 -0
- package/assets/makkah/sm_light.svg +5 -0
- package/assets/mujib/logo.svg +13 -0
- package/assets/national-guard/logo.svg +5432 -0
- package/assets/ncms/logo.svg +8 -0
- package/assets/ncpd/dark.svg +94 -0
- package/assets/ncpd/light.svg +102 -0
- package/assets/ncpd/sm_dark.svg +35 -0
- package/assets/ncpd/sm_light.svg +39 -0
- package/assets/neom/dark.svg +374 -0
- package/assets/neom/light.svg +582 -0
- package/assets/neom/sm_dark.svg +362 -0
- package/assets/neom/sm_light.svg +569 -0
- package/assets/nwc/dark.svg +46 -0
- package/assets/nwc/light.svg +50 -0
- package/assets/nwc/logo.svg +38 -0
- package/assets/rcjy/dark.svg +65 -0
- package/assets/rcjy/light.svg +126 -0
- package/assets/rcjy/sm_dark.svg +13 -0
- package/assets/rcjy/sm_light.svg +64 -0
- package/assets/redf/dark.svg +62 -0
- package/assets/redf/light.svg +70 -0
- package/assets/redf/sm_dark.svg +17 -0
- package/assets/redf/sm_light.svg +25 -0
- package/assets/sabic/dark.svg +17 -0
- package/assets/sabic/light.svg +22 -0
- package/assets/sar/dark.svg +58 -0
- package/assets/sar/light.svg +58 -0
- package/assets/sar/sm_dark.svg +22 -0
- package/assets/sar/sm_light.svg +22 -0
- package/assets/savola/dark.svg +15 -0
- package/assets/savola/light.svg +9 -0
- package/assets/stc/dark.svg +6 -0
- package/assets/stc/light.svg +6 -0
- package/assets/stc/logo.svg +8 -0
- package/assets/swcc/dark.svg +147 -0
- package/assets/swcc/light.svg +174 -0
- package/assets/swcc/sm_dark.svg +20 -0
- package/assets/swcc/sm_light.svg +20 -0
- package/assets/trendy/dark.svg +16 -0
- package/assets/trendy/light.svg +15 -0
- package/assets/trendy/sm_dark.svg +19 -0
- package/assets/trendy/sm_light.svg +5 -0
- package/assets/wakeb/dark.svg +27 -0
- package/assets/wakeb/light.svg +18 -0
- package/assets/wakeb/sm_dark.svg +31 -0
- package/assets/wakeb/sm_light.svg +9 -0
- package/index.js +117 -0
- package/index.mjs +115 -0
- package/package.json +49 -0
package/README.md
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# wakeb-clients
|
|
2
|
+
|
|
3
|
+
Centralized client logos & brand assets for Wakeb projects. Ships **32 clients** with dark/light SVG variants in large & small sizes.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install wakeb-clients
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```js
|
|
14
|
+
import { getClientAssets, getAvailableClients } from "wakeb-clients";
|
|
15
|
+
|
|
16
|
+
// Get logo paths for a client
|
|
17
|
+
const logos = getClientAssets("wakeb");
|
|
18
|
+
// {
|
|
19
|
+
// website_dark_logo_large: "/.../assets/wakeb/dark.svg",
|
|
20
|
+
// website_logo_large: "/.../assets/wakeb/light.svg",
|
|
21
|
+
// website_dark_logo_small: "/.../assets/wakeb/sm_dark.svg",
|
|
22
|
+
// website_logo_small: "/.../assets/wakeb/sm_light.svg"
|
|
23
|
+
// }
|
|
24
|
+
|
|
25
|
+
// List all clients
|
|
26
|
+
const clients = getAvailableClients();
|
|
27
|
+
// ["aldrees", "alfanar", "aramco", ...]
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
### CommonJS
|
|
31
|
+
|
|
32
|
+
```js
|
|
33
|
+
const { getClientAssets } = require("wakeb-clients");
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## Adding a Client at Runtime
|
|
37
|
+
|
|
38
|
+
```js
|
|
39
|
+
import { addClient } from "wakeb-clients";
|
|
40
|
+
|
|
41
|
+
addClient("my-client", {
|
|
42
|
+
website_dark_logo_large: "./logos/dark.svg",
|
|
43
|
+
website_logo_large: "./logos/light.svg",
|
|
44
|
+
website_dark_logo_small: "./logos/sm_dark.svg",
|
|
45
|
+
website_logo_small: "./logos/sm_light.svg",
|
|
46
|
+
});
|
|
47
|
+
// → { created: true, path: "/.../assets/my-client" }
|
|
48
|
+
// Already exists → { created: false, path: "..." }
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
## API
|
|
52
|
+
|
|
53
|
+
### `getClientAssets(clientName)` → `{ website_dark_logo_large, website_logo_large, website_dark_logo_small, website_logo_small }`
|
|
54
|
+
|
|
55
|
+
Returns absolute paths for each logo variant (`null` if not available). Throws if the client folder doesn't exist.
|
|
56
|
+
|
|
57
|
+
### `getAvailableClients()` → `string[]`
|
|
58
|
+
|
|
59
|
+
Returns all client folder names under `assets/`.
|
|
60
|
+
|
|
61
|
+
### `addClient(clientName, logos)` → `{ created, path }`
|
|
62
|
+
|
|
63
|
+
Copies logo files into the package assets. Skips if the client already exists.
|
|
64
|
+
|
|
65
|
+
## File Naming Convention
|
|
66
|
+
|
|
67
|
+
| Key | File | Fallback |
|
|
68
|
+
| ------------------------- | -------------- | ------------- |
|
|
69
|
+
| `website_dark_logo_large` | `dark.svg` | `logo.svg` |
|
|
70
|
+
| `website_logo_large` | `light.svg` | `logo.svg` |
|
|
71
|
+
| `website_dark_logo_small` | `sm_dark.svg` | `sm_logo.svg` |
|
|
72
|
+
| `website_logo_small` | `sm_light.svg` | `sm_logo.svg` |
|
|
73
|
+
|
|
74
|
+
## Docs
|
|
75
|
+
|
|
76
|
+
[wakeb-clients.surge.sh](https://wakeb-clients.surge.sh)
|
|
77
|
+
|
|
78
|
+
## License
|
|
79
|
+
|
|
80
|
+
MIT
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 980 474.74">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
fill-rule: evenodd;
|
|
8
|
+
}
|
|
9
|
+
</style>
|
|
10
|
+
</defs>
|
|
11
|
+
<path class="cls-1" d="M321.1,4.74v407h-81c-1.5-3-1.1-6.1-1.1-9.4,0-.73,0-1.5,0-2.3,0-2.53,0-5.07,0-7.6,0-1.73,0-3.47,0-5.2,0-4.6,0-9.2,0-13.8,0-4.67.03-9.37.1-14.1v-27.6h-11.7c-6.5,0-13,.2-19.6.5-14.9.5-29.8.5-44.7.5v78c-4.7,1.9-6.8,2.2-11.7,2.1h-2c-2.2,0-4.37-.03-6.5-.1-1.6-.07-3.2-.1-4.8-.1-3.33-.07-6.7-.13-10.1-.2-9.07-.13-18.1-.27-27.1-.4-.93,0-1.87,0-2.8,0-21.3-.4-42.7-.4-64-.4h-5.2c-9.6.07-19.2.1-28.8.1,0-10.4-.03-20.8-.1-31.2v-43.6q0-5.1,1.1-6.2c2.4-.07,4.83-.1,7.3-.1h28.9c4.73,0,9.43.03,14.1.1h27.7v-3.6c-.07-28.47-.13-56.9-.2-85.3,0-3.53,0-7.07,0-10.6,0-.67,0-1.37,0-2.1-.07-11.27-.1-22.53-.1-33.8-.07-11.6-.1-23.2-.1-34.8v-19.5c-.07-6.13-.1-12.27-.1-18.4v-6.7c-.1-17.2,1.7-32.3,8.8-48.1.4-.87.8-1.77,1.2-2.7,11.1-24.6,30.3-43.6,55.5-53.4,58.2-21.4,98-7,177-7h0ZM175.3,98.14c-9.9,11.4-12.5,19.6-12.4,34.5v25.3c0,6.93.03,13.83.1,20.7v23.6c0,16.2.03,32.37.1,48.5,5.07.13,10.13.27,15.2.4,1.73.07,3.47.13,5.2.2q27.9,1.7,55.6-.6V87.74q-33.7-2.5-63.7,10.4h-.1ZM539,7.74c74.6-.1,149.3,0,223.9.2h6.4c23.93.13,47.87.23,71.8.3,45.8.2,91.7.3,138.9.5v305h-156.4c-9.8.07-19.63.1-29.5.1h-249.2q-4.8,0-5.9-1.1c-.07-1.6-.1-3.23-.1-4.9V121.54c.07-37.93.1-75.87.1-113.8h0ZM969,20.34c-.87.53-1.73,1.1-2.6,1.7-.93.6-1.87,1.23-2.8,1.9-.93.6-1.87,1.23-2.8,1.9-8.53,5.73-17,11.5-25.4,17.3-4.2,2.87-8.37,5.7-12.5,8.5-.8.53-1.57,1.07-2.3,1.6-5.2,3.53-10.4,7.03-15.6,10.5,1.7,3.8,3.5,5.3,7,7.7,5.7,4,10.9,8.5,16,13.3.8.73,1.63,1.47,2.5,2.2,14.8,14,25.6,33.1,30.5,52.8.2.8.43,1.63.7,2.5,5.7,24.6-.6,51.8-13.5,73.2-27.9,42.5-74.9,66.5-123.6,77.2-61.1,12.5-135.7,10-190.5-22.8-.87-.53-1.73-1.07-2.6-1.6-1.67-1-3.3-2-4.9-3-.8-.47-1.57-.93-2.3-1.4-.67-.47-1.33-.9-2-1.3-3.4-1.2-5.8-.6-9.3.2q-3.1,1.6-6.1,3.7-.9.6-1.7,1.2c-1.8,1.2-3.57,2.4-5.3,3.6-1.2.8-2.37,1.6-3.5,2.4-2.87,1.93-5.77,3.9-8.7,5.9-1.73,1.2-3.5,2.43-5.3,3.7-1.2.8-2.37,1.57-3.5,2.3q-1.6,1.1-3.2,2.2c-2.5,1.8-4.5,3.8-6.7,6-3,2-6,4-9,5.9q-3.5,2.4-8,7.1h422V17.74c-1.9,0-3.5,1.6-5,2.6h0ZM633,56.74q-.9.5-1.8,1c-30.7,16.4-58.7,42.7-69.2,76.7-2.8,9.4-3.2,18-3.2,27.8-.07,1.27-.1,2.57-.1,3.9-.1,30.1,15.7,54.1,36.2,74.9q9.5,9.8,21.1,16.7,2.7-.2,5-1c.33-1,.67-2,1-3-.67-.47-1.3-.93-1.9-1.4-25.8-18.3-47.5-41-53.8-73.1-4.2-25.9,1.9-50,16.7-71.5,29.6-40.9,79.5-61.3,127.9-69.5,6-.93,12.03-1.77,18.1-2.5.73-.07,1.5-.17,2.3-.3,10.1-1.1,20.3-1.1,30.4-1.3,1.93,0,3.9-.03,5.9-.1,4.8-.13,9.6-.23,14.4-.3v2c1.27,0,2.53.03,3.8.1,36.3,1,70.2,12.3,102.2,28.9,2.67,1.33,5.33,2.67,8,4,1.33-1,2.67-2,4-3-1.2-3.6-2-3.8-5.2-5.6-.93-.53-1.83-1.03-2.7-1.5l-3-1.6c-1-.53-2-1.07-3-1.6-76.4-40.4-177.2-40.2-253.1,1.3ZM892.7,71.94c-.87.53-1.77,1.1-2.7,1.7-.87.6-1.73,1.2-2.6,1.8-2.8,1.9-5.5,3.9-8.3,5.9-6.5,4.7-13.2,9.2-19.9,13.7-3.73,2.4-7.43,4.83-11.1,7.3-.73.47-1.47.93-2.2,1.4-6.7,4.5-13.4,9.1-20.1,13.7-6.13,4.2-12.27,8.37-18.4,12.5-2.4,1.67-4.83,3.33-7.3,5q-.9.6-1.8,1.2c-8.07,5.47-16.17,10.97-24.3,16.5-4,2.73-8.03,5.47-12.1,8.2-1,.67-2,1.33-3,2-1.8,1.27-3.63,2.5-5.5,3.7-5.2,3.6-10.1,7.4-15,11.3-3.4,2.7-6.9,5-10.5,7.3-1.53,1.07-3.1,2.1-4.7,3.1-.8.6-1.63,1.17-2.5,1.7-5,3.3-9.9,6.6-14.8,10-1,.73-2.07,1.47-3.2,2.2-2.13,1.47-4.27,2.93-6.4,4.4-4.33,2.93-8.67,5.87-13,8.8-9.07,6.13-18.13,12.33-27.2,18.6-4.4,3-8.8,5.97-13.2,8.9-1,.67-2,1.33-3,2-2,1.4-4,2.77-6,4.1-.93.6-1.87,1.2-2.8,1.8-.8.53-1.6,1.07-2.4,1.6-.53.47-1.1.93-1.7,1.4v2c36.1,21.1,77.7,34,119.9,34.2h9.5c3.2.07,6.4.1,9.6.1,19,.1,37.8-1.6,56.3-5.9,1.13-.27,2.27-.53,3.4-.8,43-10.2,89-31.5,114.1-69.9,13.4-21.8,19.4-46.1,13.7-71.6-7.5-29.4-30.1-54.4-55.5-70.1q-2.9-1.4-5.3.2ZM775,82.74c-1.5,2.1-2.8,4.1-4.1,6.3-.33.6-.7,1.2-1.1,1.8-1.5,2.6-2.8,5-3.8,7.9.73,2.2,1.53,4.4,2.4,6.6,2.3,5.8,3.8,11.1,2.6,17.4-2.5,5.4-5.7,7.6-11,10q-2.9.2-5,0c-.2-2.07-.4-4.13-.6-6.2-.13-.6-.27-1.2-.4-1.8-.67-.33-1.33-.67-2-1-.13.8-.3,1.6-.5,2.4-1.4,6.5-2.5,11.1-7.5,15.6-5.3,2.9-10.1,3.5-16,4v-12l-2,1c-.47,1.73-.87,3.47-1.2,5.2-1.5,5.7-2.8,7.8-7.8,10.8-9.1,3.8-18.4,2.5-27.4-.8-5.6-2.6-8.4-7.1-11.6-12.2-3.6,1.2-4.1,2.1-6,5.2-1.7,3.6-2.1,5.2-1.2,9,.87,2.2,1.8,4.4,2.8,6.6,3.1,7.2,3,13.9.4,21.2-5,8.9-11.8,13.1-21,17-9,2.4-18.9,2.3-27-2.4-5-4-6.2-9.4-7-15.6-.07-2.2-.1-4.4-.1-6.6v-3.4c.1-2.5.4-4.6,1.1-7h-3c-5.5,14.2-9.4,26-4,41,4.2,8,10.6,12.5,19.1,15.3,9.9,2.4,19.6.5,28.3-4.8,13.6-9.9,22.5-24,25.6-40.5,0-1,0-2,0-3,.73.27,1.47.57,2.2.9,15.8,5.8,30.2,2.7,45.1-4,17.4-8.2,35-18.9,42.8-37.4,2.7-7.8,3.1-15,3.1-23.1,0-1.07,0-2.1,0-3.1,0-7-.7-13.5-2.2-20.3h-2,0ZM628,111.74c-3.6,7.7-6.9,15.4-4.4,24,1.3,3.4,2.3,4.9,5.4,7q4.6.6,8.7-1.2c2.4-3.2,2.5-6.9,2.3-10.8-1.7-3-2.8-4.5-5.9-5.9q-2.6-.2-7.1.9c.7-4.6,1.3-9.2,2-14h-1ZM340,4.74h83v326h100c19.1,19.1,1,54,1,81h-185v-144.3c-.07-9.67-.1-19.37-.1-29.1V8.44q.1-2.7,1.1-3.7h0ZM0,441.74h980v33H0v-33ZM932.7,329.54h6.3q23-.1,32,6.2c3.9,4,5.9,7.8,6.2,13.3-.07,3.27-.13,6.5-.2,9.7h-16c-.3-3.3-.7-6.6-1-10-6.4-2.4-11.9-3.5-18.6-3.8-.87,0-1.73-.03-2.6-.1q-15.5-.8-29.8,3.9c-1.6,3.2-1.4,6.5-1,10,1.5,2.2,2.6,2.8,5,4,3.07.13,6.1.2,9.1.2,1.93.07,3.83.1,5.7.1,3,.07,6,.1,9,.1q30.5.3,39.2,8.6c2.9,5.4,3.5,9.9,3.4,15.9.07.8.1,1.57.1,2.3,0,6.7-1.9,11.7-6.2,16.8-10.2,8.5-24.2,7.2-36.8,7.1h-6.1q-25.9,0-33.2-6.8c-5-5.5-6.5-9.6-6.3-17.1,0-2.3.1-4.7.1-7.2h16c.13,2.8.3,5.57.5,8.3q.3,2.7,1.6,4.5c10.2,6.6,35.5,4.6,46.9,2.2,3-1.5,4.6-2.4,6.4-5.3.8-3.5.5-6.2-.4-9.7-5.5-3.7-11.4-3.2-17.8-3.2-1.93-.07-3.87-.1-5.8-.1-3.07-.07-6.13-.1-9.2-.1s-5.9-.03-8.9-.1h-2.7c-8.4-.2-15.9-1.9-22.2-7.8-5.6-6.7-5.1-15.3-4.4-23.7,1-5.7,3.4-9.2,8-12.8,10-6.1,22.4-5.4,33.7-5.4ZM546.9,330.44h21c3.8,0,7.57-.03,11.3-.1h13c10.3,0,20.6.3,28.8,7.4,10.9,12.6,9.9,29.3,9,45-.9,9.9-4.5,18.2-12.1,24.9-6.3,4.5-12.7,5.2-20.3,5.2-1.27.07-2.53.1-3.8.1h-41.1c-1.93.07-3.87.07-5.8,0h-3.3q-2.6-.2-4.6-2.2c-.2-2.5-.3-4.9-.3-7.4v-26c.07-4.67.07-9.33,0-14v-25.4c.1-6.7,1.9-7.4,8.2-7.5h0ZM556,345.74v52q11.7.2,23.6.3,3.7.1,7.5.2h5.8c1,0,2.03.03,3.1.1q6.2,0,11.6-2.9c6.3-7,5.8-14.8,5.7-23.8v-3.4q.1-10.5-4.7-19.4c-3.5-2.8-5.9-3.2-10.3-3.2h-19q-11.5.1-23.3.1h0ZM644.7,330.54h7.8c.67,0,1.37-.03,2.1-.1h10.8c3.67,0,7.37-.03,11.1-.1h8.6c2,0,4.03-.03,6.1-.1,9.2,0,18.4.9,25.4,7.6,5.3,7.1,5.2,17.7,4.1,26.2-1,5.1-2.5,8.6-5.7,12.7.67.93,1.3,1.87,1.9,2.8,2.9,4.4,3.2,7.3,3.2,12.4v7.5c0,1.27-.03,2.53-.1,3.8v9.5h-16c-.07-1.67-.1-3.37-.1-5.1-.13-2.2-.23-4.43-.3-6.7,0-1.07-.03-2.17-.1-3.3,0-1.07-.03-2.17-.1-3.3,0-.93-.03-1.9-.1-2.9-.3-2.7-.8-4.4-2.3-6.7-2.3-1.2-3.7-1.1-6.3-1.1h-17.8c-2.13,0-4.27.03-6.4.1-5.13,0-10.3,0-15.5,0-.3,9.6-.7,19.1-1,29h-16c0-10.53-.03-21.07-.1-31.6v-44.1c0-6.4.5-6.4,6.8-6.5h0ZM654,345.74v22c6.33.07,12.67.13,19,.2,2.13,0,4.27.03,6.4.1,3.07.07,6.17.1,9.3.1q1.4,0,2.9.1c4.3,0,6.7-.1,10.5-2.3,2.5-2.9,2.5-4.5,2.3-8.2v-3.1c-.4-2.9-.7-4.6-2.4-6.9-4.7-2.7-9.6-2.3-14.9-2.2h-2.9c-3,0-6,.03-9,.1h-6.2c-5,0-10,.03-15,.1h0ZM733.8,330.64h29.7c4.2,0,8.43.03,12.7.1h24.8v15h-54v17h51c1.4,2.7,1.1,5,1.1,8.1v3.2q-.1,2.7-1.1,3.7c-1.6.07-3.2.1-4.8.1h-20.8c-2.4,0-4.83-.03-7.3-.1h-18.1v20h54v15c-9.13,0-18.23.03-27.3.1h-39.9q-2.8-.1-3.8-1.1c-.07-2.47-.1-4.93-.1-7.4v-67.4q0-6.2,3.9-6.3h0ZM812,330.74h70v15h-54q.5,7.9,1,16,2.3,0,4.6.1c5.53.07,11.1.17,16.7.3,2.4,0,4.83.03,7.3.1,3.47.07,6.93.13,10.4.2h3.3q1.5.1,3,.1c.87,0,1.77,0,2.7,0q2,.2,3,1.2v14q-25.2.5-51,1c-.3,6.3-.7,12.5-1,19h8c2.6,0,5.2-.03,7.8-.1h5.3c11.4,0,22.6.3,33.9,1.1v14h-71v-82h0ZM880,114.74h2c.13,11.33.23,22.63.3,33.9,0,5.27.03,10.5.1,15.7.07,5.13.1,10.23.1,15.3v5.7q.3,19.2-5.5,27.4c-.53.93-1.1,1.87-1.7,2.8-5.1,4.8-10.9,7.5-17.9,7.8-6.9-.4-13.1-3-18.4-7.6q-.1,1.3-.2,2.6c-1.3,5.6-3.6,8.9-8.3,12.2-8,4.6-15.4,5.5-24.5,4.2-6.6-2-11.3-5.2-15-11-.4-1.67-.73-3.33-1-5q1.5,0,3-.1c13.8-.5,26-2.5,36-12.9,4.5-5.8,6.8-11.6,8.4-18.8q.6-2.2,2.6-4.2,2.1.2,4,1c.9,2.7,1.2,4.6,1.4,7.4.4,3.9,1.1,6.5,3.6,9.6,3.1,1.5,5.6,1.2,9,1,4.6-1.7,6.1-4.5,8.2-8.7,2.4-7.1,1.8-14.4,1.5-21.8-.07-2.47-.1-4.93-.1-7.4-.13-3.87-.27-7.77-.4-11.7q-.9-23.9,4.7-30.6c2.2-2.2,4.6-4,7.1-5.8.33-.33.67-.67,1-1h0ZM786,187.74c.33,0,.67,0,1,0,.9,13.4-2.1,26.9-10,38-8.5,9.6-19.5,12.4-31.9,13.2-13.2.3-25.6-2.2-38.1-6.2,0-1,0-2,0-3,11-4.7,22.2-7.7,33.8-10.4,20.1-4.7,32.2-13.4,44.1-30.2.33-.47.7-.93,1.1-1.4h0ZM907,121.74c.13,9.67.23,19.37.3,29.1,0,4.47.03,8.97.1,13.5.07,4.33.1,8.67.1,13v5c.07,2.33.1,4.63.1,6.9v2.1c0,3.9-.5,5.3-3,8.3q-1.3,1-2.6,2.1c-.87,1.07-1.73,2.13-2.6,3.2-2.4,2.8-3,3.2-6.4,3.8-.27-9.4-.47-18.83-.6-28.3-.07-4.33-.17-8.7-.3-13.1-.13-4.27-.2-8.5-.2-12.7-.07-1.6-.13-3.2-.2-4.8-.3-8.4,0-14.4,5.6-20.9q6.8-7.2,9.7-7.2h0ZM779,164.74v16c-2.67,1.47-5.37,2.93-8.1,4.4-.73.4-1.47.8-2.2,1.2-4.5,2.4-8.7,4.2-13.7,5.4-.13-2.6-.27-5.2-.4-7.8-.07-.67-.1-1.4-.1-2.2q-.1-2.1.5-6c4-3.7,9.3-5.6,14.2-7.8.73-.27,1.47-.57,2.2-.9q5.3-2.3,7.6-2.3h0Z"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 486" width="1000" height="486"><style>.a{fill:#1b94d2}</style><path fill-rule="evenodd" class="a" d="m331 12c0 134.3 0 268.6 0 407-26.7 0-53.5 0-81 0-1.5-3-1.1-6.1-1.1-9.4q0-1.1 0-2.3 0-3.8 0-7.6 0-2.6 0-5.2 0-6.9 0-13.8 0-7 0.1-14.1 0-13.8 0-27.6-4.5 0-9.1 0c-1.3 0-1.3 0-2.6 0-6.5 0-13 0.2-19.6 0.5-14.9 0.5-29.8 0.5-44.7 0.5 0 25.7 0 51.5 0 78-4.7 1.9-6.8 2.2-11.7 2.1q-1 0-2 0-3.3 0-6.5-0.1-2.4-0.1-4.8-0.1-5-0.1-10.1-0.2-13.6-0.2-27.1-0.4-1.4 0-2.8 0c-21.3-0.4-42.7-0.4-64-0.4q-2.6 0-5.2 0-14.4 0.1-28.8 0.1 0-15.6-0.1-31.2 0-7.3 0-14.5 0-7 0-14 0-2.7 0-5.4 0-3.7 0-7.4 0-1.2 0-2.3c0-5.1 0-5.1 1.1-6.2q3.6-0.1 7.3-0.1 1.1 0 2.3 0 3.8 0 7.6 0 2.6 0 5.2 0 6.9 0 13.8 0 7.1 0 14.1 0.1 13.9 0 27.7 0 0-1.8 0-3.6-0.1-42.7-0.2-85.3 0-5.3 0-10.6 0-1 0-2.1-0.1-16.9-0.1-33.8-0.1-17.4-0.1-34.8 0-9.7 0-19.5-0.1-9.2-0.1-18.4 0-3.3 0-6.7c-0.1-17.2 1.7-32.3 8.8-48.1q0.6-1.3 1.2-2.7c11.1-24.6 30.3-43.6 55.5-53.4 58.2-21.4 98-7 177-7zm-145.8 93.4c-9.9 11.4-12.5 19.6-12.4 34.5q0 1.9 0 3.9 0 5.2 0 10.5 0 5.4 0 10.9 0 10.4 0.1 20.7 0 11.8 0 23.6 0 24.3 0.1 48.5 7.6 0.2 15.2 0.4 2.6 0.1 5.2 0.2c27.9 1.7 27.9 1.7 55.6-0.6 0-53.8 0-107.6 0-163-33.7-2.5-33.7-2.5-63.7 10.4zm363.7-90.4c74.6-0.1 149.3 0 223.9 0.2q1.1 0 2.3 0c1.1 0 1.1 0 2.2 0 0.9 0 0.9 0 1.9 0q35.9 0.2 71.8 0.3c45.8 0.2 91.7 0.3 138.9 0.5 0 100.6 0 201.3 0 305-110.4 0-110.4 0-156.4 0q-14.7 0.1-29.5 0.1-3 0-6 0-32 0-64 0-32.8 0-65.6 0-20.3 0-40.6 0-13.8 0-27.7 0-8 0-16 0-7.4 0-14.7 0-2.7 0-5.3 0-3.6 0-7.2 0c-1.1 0-1.1 0-2.1 0-4.8 0-4.8 0-5.9-1.1q-0.1-2.4-0.1-4.9 0-1.6 0-3.2 0-1.8 0-3.6 0-1.9 0-3.8 0-5.2 0-10.4 0-5.6 0-11.2 0-9.8 0-19.5 0-14.1 0-28.1 0-22.9 0-45.7 0-22.2 0-44.3 0-1.4 0-2.8 0-6.9 0-13.7 0.1-56.9 0.1-113.8zm430 12.6q-1.3 0.8-2.6 1.7-1.4 0.9-2.8 1.9-1.4 0.9-2.8 1.9-12.8 8.6-25.4 17.3-6.3 4.3-12.5 8.5-1.2 0.8-2.3 1.6-7.8 5.3-15.6 10.5c1.7 3.8 3.5 5.3 7 7.7 5.7 4 10.9 8.5 16 13.3q1.2 1.1 2.5 2.2c14.8 14 25.6 33.1 30.5 52.8q0.3 1.2 0.7 2.5c5.7 24.6-0.6 51.8-13.5 73.2-27.9 42.5-74.9 66.5-123.6 77.2-61.1 12.5-135.7 10-190.5-22.8q-1.3-0.8-2.6-1.6-2.5-1.5-4.9-3-1.2-0.7-2.3-1.4-1-0.7-2-1.3c-3.4-1.2-5.8-0.6-9.3 0.2-3.1 1.6-3.1 1.6-6.1 3.7-0.9 0.6-0.9 0.6-1.7 1.2q-2.7 1.8-5.3 3.6-1.8 1.2-3.5 2.4-4.3 2.9-8.7 5.9-2.6 1.8-5.3 3.7-1.8 1.2-3.5 2.3c-1.6 1.1-1.6 1.1-3.2 2.2-2.5 1.8-4.5 3.8-6.7 6-3 2-6 4-9 5.9-3.5 2.4-3.5 2.4-8 7.1 139.3 0 278.5 0 422 0 0-95.4 0-190.7 0-289-1.9 0-3.5 1.6-5 2.6zm-336 36.4c-0.9 0.5-0.9 0.5-1.8 1-30.7 16.4-58.7 42.7-69.2 76.7-2.8 9.4-3.2 18-3.2 27.8q-0.1 1.9-0.1 3.9c-0.1 30.1 15.7 54.1 36.2 74.9 9.5 9.8 9.5 9.8 21.1 16.7 2.7-0.2 2.7-0.2 5-1q0.5-1.5 1-3-1-0.7-1.9-1.4c-25.8-18.3-47.5-41-53.8-73.1-4.2-25.9 1.9-50 16.7-71.5 29.6-40.9 79.5-61.3 127.9-69.5q9-1.4 18.1-2.5 1.1-0.1 2.3-0.3c10.1-1.1 20.3-1.1 30.4-1.3q2.9 0 5.9-0.1 7.2-0.2 14.4-0.3 0 1 0 2 1.9 0 3.8 0.1c36.3 1 70.2 12.3 102.2 28.9q4 2 8 4 2-1.5 4-3c-1.2-3.6-2-3.8-5.2-5.6q-1.4-0.8-2.7-1.5-1.5-0.8-3-1.6-1.5-0.8-3-1.6c-76.4-40.4-177.2-40.2-253.1 1.3zm259.7 15.2q-1.3 0.8-2.7 1.7-1.3 0.9-2.6 1.8c-2.8 1.9-5.5 3.9-8.3 5.9-6.5 4.7-13.2 9.2-19.9 13.7q-5.6 3.6-11.1 7.3-1.1 0.7-2.2 1.4c-6.7 4.5-13.4 9.1-20.1 13.7q-9.2 6.3-18.4 12.5-3.6 2.5-7.3 5c-0.9 0.6-0.9 0.6-1.8 1.2q-12.1 8.2-24.3 16.5-6 4.1-12.1 8.2-1.5 1-3 2-2.7 1.9-5.5 3.7c-5.2 3.6-10.1 7.4-15 11.3-3.4 2.7-6.9 5-10.5 7.3q-2.3 1.6-4.7 3.1-1.2 0.9-2.5 1.7c-5 3.3-9.9 6.6-14.8 10q-1.5 1.1-3.2 2.2-3.2 2.2-6.4 4.4-6.5 4.4-13 8.8-13.6 9.2-27.2 18.6-6.6 4.5-13.2 8.9-1.5 1-3 2-3 2.1-6 4.1-1.4 0.9-2.8 1.8-1.2 0.8-2.4 1.6-0.8 0.7-1.7 1.4 0 1 0 2c36.1 21.1 77.7 34 119.9 34.2q1.5 0 3 0 3.3 0 6.5 0 4.8 0.1 9.6 0.1c19 0.1 37.8-1.6 56.3-5.9q1.7-0.4 3.4-0.8c43-10.2 89-31.5 114.1-69.9 13.4-21.8 19.4-46.1 13.7-71.6-7.5-29.4-30.1-54.4-55.5-70.1-2.9-1.4-2.9-1.4-5.3 0.2zm-117.7 10.8c-1.5 2.1-2.8 4.1-4.1 6.3q-0.5 0.9-1.1 1.8c-1.5 2.6-2.8 5-3.8 7.9q1.1 3.3 2.4 6.6c2.3 5.8 3.8 11.1 2.6 17.4-2.5 5.4-5.7 7.6-11 10-2.9 0.2-2.9 0.2-5 0q-0.3-3.1-0.6-6.2-0.2-0.9-0.4-1.8-1-0.5-2-1-0.2 1.2-0.5 2.4c-1.4 6.5-2.5 11.1-7.5 15.6-5.3 2.9-10.1 3.5-16 4 0-4 0-7.9 0-12-1 0.5-1 0.5-2 1q-0.7 2.6-1.2 5.2c-1.5 5.7-2.8 7.8-7.8 10.8-9.1 3.8-18.4 2.5-27.4-0.8-5.6-2.6-8.4-7.1-11.6-12.2-3.6 1.2-4.1 2.1-6 5.2-1.7 3.6-2.1 5.2-1.2 9q1.3 3.3 2.8 6.6c3.1 7.2 3 13.9 0.4 21.2-5 8.9-11.8 13.1-21 17-9 2.4-18.9 2.3-27-2.4-5-4-6.2-9.4-7-15.6q-0.1-3.3-0.1-6.6c0-1.7 0-1.7 0-3.4 0.1-2.5 0.4-4.6 1.1-7q-1.5 0-3 0c-5.5 14.2-9.4 26-4 41 4.2 8 10.6 12.5 19.1 15.3 9.9 2.4 19.6 0.5 28.3-4.8 13.6-9.9 22.5-24 25.6-40.5q0-1.5 0-3 1.1 0.4 2.2 0.9c15.8 5.8 30.2 2.7 45.1-4 17.4-8.2 35-18.9 42.8-37.4 2.7-7.8 3.1-15 3.1-23.1q0-1.6 0-3.1c0-7-0.7-13.5-2.2-20.3q-1 0-2 0zm-147 29c-3.6 7.7-6.9 15.4-4.4 24 1.3 3.4 2.3 4.9 5.4 7 4.6 0.6 4.6 0.6 8.7-1.2 2.4-3.2 2.5-6.9 2.3-10.8-1.7-3-2.8-4.5-5.9-5.9-2.6-0.2-2.6-0.2-7.1 0.9 0.7-4.6 1.3-9.2 2-14q-0.5 0-1 0zm-288-107c27.4 0 54.8 0 83 0 0 107.6 0 215.2 0 326 33 0 66 0 100 0 19.1 19.1 1 54 1 81-61.1 0-122.1 0-185 0 0-101.8 0-101.8 0-144.3q-0.1-14.5-0.1-29.1 0-1.8 0-3.7 0-29.5 0-59 0-30.3 0-60.6 0-18.7 0-37.4 0-12.8 0-25.6 0-7.4 0-14.8 0-6.7 0-13.5 0-2.4 0-4.9 0-3.3 0-6.6 0-1.9 0-3.8c0.1-2.7 0.1-2.7 1.1-3.7zm-340 437c323.4 0 646.8 0 980 0 0 10.9 0 21.8 0 33-323.4 0-646.8 0-980 0 0-10.9 0-21.8 0-33zm932.7-112.2q3.2 0 6.3 0c23-0.1 23-0.1 32 6.2 3.9 4 5.9 7.8 6.2 13.3q-0.1 4.9-0.2 9.7c-5.3 0-10.6 0-16 0-0.3-3.3-0.7-6.6-1-10-6.4-2.4-11.9-3.5-18.6-3.8q-1.3 0-2.6-0.1c-15.5-0.8-15.5-0.8-29.8 3.9-1.6 3.2-1.4 6.5-1 10 1.5 2.2 2.6 2.8 5 4q4.6 0.2 9.1 0.2 2.9 0.1 5.7 0.1 4.5 0.1 9 0.1c30.5 0.3 30.5 0.3 39.2 8.6 2.9 5.4 3.5 9.9 3.4 15.9q0.1 1.2 0.1 2.3c0 6.7-1.9 11.7-6.2 16.8-10.2 8.5-24.2 7.2-36.8 7.1q-3 0-6.1 0c-25.9 0-25.9 0-33.2-6.8-5-5.5-6.5-9.6-6.3-17.1 0-2.3 0.1-4.7 0.1-7.2 5.3 0 10.6 0 16 0q0.2 4.2 0.5 8.3c0.3 2.7 0.3 2.7 1.6 4.5 10.2 6.6 35.5 4.6 46.9 2.2 3-1.5 4.6-2.4 6.4-5.3 0.8-3.5 0.5-6.2-0.4-9.7-5.5-3.7-11.4-3.2-17.8-3.2q-2.9-0.1-5.8-0.1-4.6-0.1-9.2-0.1-4.4 0-8.9-0.1-1.3 0-2.7 0c-8.4-0.2-15.9-1.9-22.2-7.8-5.6-6.7-5.1-15.3-4.4-23.7 1-5.7 3.4-9.2 8-12.8 10-6.1 22.4-5.4 33.7-5.4zm-385.8 0.9c1.9 0 1.9 0 3.8 0q2.1 0 4.1 0 2.2 0 4.3 0 4.4 0 8.8 0 5.7 0 11.3-0.1 4.4 0 8.8 0 2.1 0 4.2 0c10.3 0 20.6 0.3 28.8 7.4 10.9 12.6 9.9 29.3 9 45-0.9 9.9-4.5 18.2-12.1 24.9-6.3 4.5-12.7 5.2-20.3 5.2q-1.9 0.1-3.8 0.1-2.1 0-4.1 0-2.1 0-4.2 0-4.4 0-8.8 0-5.6 0-11.2 0-4.3 0-8.7 0-2 0-4.1 0-2.9 0.1-5.8 0-1.6 0-3.3 0c-2.6-0.2-2.6-0.2-4.6-2.2-0.2-2.5-0.3-4.9-0.3-7.4q0-1.1 0-2.3 0-3.7 0-7.5 0-2.6 0-5.2 0-5.5 0-11 0.1-7 0-14 0-5.4 0-10.8 0-2.6 0-5.2 0-3.6 0-7.2 0-1.1 0-2.2c0.1-6.7 1.9-7.4 8.2-7.5zm9.1 15.3c0 17.2 0 34.3 0 52 11.7 0.2 11.7 0.2 23.6 0.3 3.7 0.1 3.7 0.1 7.5 0.2q2.9 0 5.8 0 1.5 0 3.1 0.1c6.2 0 6.2 0 11.6-2.9 6.3-7 5.8-14.8 5.7-23.8q0-1.7 0-3.4c0.1-10.5 0.1-10.5-4.7-19.4-3.5-2.8-5.9-3.2-10.3-3.2-1.4 0-1.4 0-2.8 0q-1.5 0-3.1 0c-1.4 0-1.4 0-2.8 0q-5.1 0-10.3 0c-11.5 0.1-11.5 0.1-23.3 0.1zm88.7-15.2q1.9 0 3.7 0 2.1 0 4.1 0 1 0 2.1-0.1 5.4 0 10.8 0 5.5 0 11.1-0.1 4.3 0 8.6 0 3 0 6.1-0.1c9.2 0 18.4 0.9 25.4 7.6 5.3 7.1 5.2 17.7 4.1 26.2-1 5.1-2.5 8.6-5.7 12.7q1 1.4 1.9 2.8c2.9 4.4 3.2 7.3 3.2 12.4 0 1.8 0 1.8 0 3.7 0 1.9 0 1.9 0 3.8q0 1.9-0.1 3.8 0 4.8 0 9.5c-5.3 0-10.6 0-16 0q-0.1-2.5-0.1-5.1-0.2-3.3-0.3-6.7 0-1.6-0.1-3.3 0-1.6-0.1-3.3 0-1.4-0.1-2.9c-0.3-2.7-0.8-4.4-2.3-6.7-2.3-1.2-3.7-1.1-6.3-1.1q-1.3 0-2.6 0-1.5 0-2.9 0c-1.5 0-1.5 0-3 0q-4.6 0-9.3 0-3.2 0-6.4 0.1-7.7 0-15.5 0c-0.3 9.6-0.7 19.1-1 29-5.3 0-10.6 0-16 0q0-15.8-0.1-31.6 0-7.4 0-14.7 0-7.1 0-14.2 0-2.7 0-5.4 0-3.8 0-7.6 0-1.1 0-2.2c0-6.4 0.5-6.4 6.8-6.5zm9.3 15.2c0 7.3 0 14.5 0 22q9.5 0.1 19 0.2 3.2 0 6.4 0.1 4.6 0.1 9.3 0.1c1.4 0 1.4 0 2.9 0.1 4.3 0 6.7-0.1 10.5-2.3 2.5-2.9 2.5-4.5 2.3-8.2q0-1.5 0-3.1c-0.4-2.9-0.7-4.6-2.4-6.9-4.7-2.7-9.6-2.3-14.9-2.2-1.4 0-1.4 0-2.9 0q-4.5 0-9 0.1-3.1 0-6.2 0-7.5 0-15 0.1zm79.8-15.1q1.8 0 3.7 0 1.1 0 2.1 0 3.4 0 6.8 0 2.4 0 4.7 0 6.2 0 12.4 0 6.3 0 12.7 0.1 12.4 0 24.8 0c0 5 0 9.9 0 15-17.8 0-35.6 0-54 0 0 5.6 0 11.2 0 17 16.8 0 33.7 0 51 0 1.4 2.7 1.1 5 1.1 8.1 0 1.6 0 1.6 0 3.2-0.1 2.7-0.1 2.7-1.1 3.7q-2.4 0.1-4.8 0.1-1.5 0-3.1 0-1.6 0-3.4 0-1.6 0-3.4 0-5.4 0-10.9 0-3.6 0-7.3-0.1-9.1 0-18.1 0c0 6.6 0 13.2 0 20 17.8 0 35.6 0 54 0 0 5 0 9.9 0 15q-13.7 0-27.3 0.1-6.4 0-12.7 0-6.1 0-12.3 0-2.3 0-4.6 0-3.3 0-6.6 0c-1.8 0-1.8 0-3.7 0-2.8-0.1-2.8-0.1-3.8-1.1q-0.1-3.7-0.1-7.4 0-1.2 0-2.4 0-3.9 0-7.8 0-2.6 0-5.3 0-5.7 0-11.3 0-7.2 0-14.5 0-5.5 0-11.1 0-2.6 0-5.3 0-3.7 0-7.5 0-1.1 0-2.2c0-6.2 0-6.2 3.9-6.3zm78.2 0.1c23.1 0 46.2 0 70 0 0 5 0 9.9 0 15-17.8 0-35.6 0-54 0 0.5 7.9 0.5 7.9 1 16 2.3 0 2.3 0 4.6 0.1q8.3 0.1 16.7 0.3 3.6 0 7.3 0.1 5.2 0.1 10.4 0.2c1.6 0 1.6 0 3.3 0 1.5 0.1 1.5 0.1 3 0.1q1.3 0 2.7 0c2 0.2 2 0.2 3 1.2 0 4.6 0 9.2 0 14-25.2 0.5-25.2 0.5-51 1-0.3 6.3-0.7 12.5-1 19 3.9 0 3.9 0 8 0q3.9 0 7.8-0.1 2.7 0 5.3 0c11.4 0 22.6 0.3 33.9 1.1 0 4.6 0 9.2 0 14-23.4 0-46.9 0-71 0 0-27.1 0-54.1 0-82zm68-216q1 0 2 0 0.2 17 0.3 33.9 0 7.9 0.1 15.7 0.1 7.7 0.1 15.3 0 2.9 0 5.7c0.3 19.2 0.3 19.2-5.5 27.4q-0.8 1.4-1.7 2.8c-5.1 4.8-10.9 7.5-17.9 7.8-6.9-0.4-13.1-3-18.4-7.6-0.1 1.3-0.1 1.3-0.2 2.6-1.3 5.6-3.6 8.9-8.3 12.2-8 4.6-15.4 5.5-24.5 4.2-6.6-2-11.3-5.2-15-11q-0.6-2.5-1-5c1.5 0 1.5 0 3-0.1 13.8-0.5 26-2.5 36-12.9 4.5-5.8 6.8-11.6 8.4-18.8 0.6-2.2 0.6-2.2 2.6-4.2 2.1 0.2 2.1 0.2 4 1 0.9 2.7 1.2 4.6 1.4 7.4 0.4 3.9 1.1 6.5 3.6 9.6 3.1 1.5 5.6 1.2 9 1 4.6-1.7 6.1-4.5 8.2-8.7 2.4-7.1 1.8-14.4 1.5-21.8q-0.1-3.7-0.1-7.4-0.2-5.8-0.4-11.7c-0.9-23.9-0.9-23.9 4.7-30.6 2.2-2.2 4.6-4 7.1-5.8q0.5-0.5 1-1zm-94 73q0.5 0 1 0c0.9 13.4-2.1 26.9-10 38-8.5 9.6-19.5 12.4-31.9 13.2-13.2 0.3-25.6-2.2-38.1-6.2q0-1.5 0-3c11-4.7 22.2-7.7 33.8-10.4 20.1-4.7 32.2-13.4 44.1-30.2q0.5-0.7 1.1-1.4zm121-66q0.2 14.5 0.3 29.1 0 6.7 0.1 13.5 0.1 6.5 0.1 13 0 2.5 0 5 0.1 3.5 0.1 6.9 0 1.1 0 2.1c0 3.9-0.5 5.3-3 8.3-1.3 1-1.3 1-2.6 2.1q-1.3 1.6-2.6 3.2c-2.4 2.8-3 3.2-6.4 3.8q-0.4-14.1-0.6-28.3-0.1-6.5-0.3-13.1-0.2-6.4-0.2-12.7-0.1-2.4-0.2-4.8c-0.3-8.4 0-14.4 5.6-20.9 6.8-7.2 6.8-7.2 9.7-7.2zm-128 43c0 5.3 0 10.6 0 16q-4 2.2-8.1 4.4-1.1 0.6-2.2 1.2c-4.5 2.4-8.7 4.2-13.7 5.4q-0.2-3.9-0.4-7.8-0.1-1-0.1-2.2c-0.1-2.1-0.1-2.1 0.5-6 4-3.7 9.3-5.6 14.2-7.8q1.1-0.4 2.2-0.9c5.3-2.3 5.3-2.3 7.6-2.3z"/></svg>
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
<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 157.7 44.7" style="enable-background:new 0 0 157.7 44.7;" xml:space="preserve">
|
|
2
|
+
<style type="text/css">
|
|
3
|
+
.st0{fill:#fff;}
|
|
4
|
+
</style>
|
|
5
|
+
<g>
|
|
6
|
+
<path class="st0" d="M144.4,0.9h-3.5v16.6h-7.1c0.3-0.3,0.6-0.8,0.9-1.4c0.3-0.5,0.4-1.1,0.4-1.8c0-1.5-0.5-2.8-1.6-3.8
|
|
7
|
+
S131.2,9,129.6,9c-1.6,0-2.8,0.5-3.9,1.5c-1,1-1.6,2.3-1.6,3.8c0,0.8,0.1,1.5,0.4,1.9c0.3,0.6,0.6,1,0.9,1.2h-10.4V9.5h-3.5v8.1
|
|
8
|
+
H72.9V0.9h-3.5v19.9h75V0.9z M129.5,17.5c-0.7,0-1.3-0.2-1.8-0.7c-0.5-0.5-0.7-1.1-0.7-1.8c0-0.7,0.2-1.4,0.7-1.9
|
|
9
|
+
c0.5-0.5,1.1-0.8,1.9-0.8c0.7,0,1.3,0.2,1.8,0.7c0.5,0.5,0.7,1.1,0.7,1.8c0,0.7-0.3,1.4-0.8,1.9C130.9,17.3,130.3,17.5,129.5,17.5z
|
|
10
|
+
">
|
|
11
|
+
</path>
|
|
12
|
+
<rect x="147.6" y="0.9" class="st0" width="3.7" height="19.9">
|
|
13
|
+
</rect>
|
|
14
|
+
<path class="st0" d="M129.3,3.2c-0.5,0-0.9,0.2-1.3,0.5c-0.3,0.4-0.5,0.8-0.5,1.3c0,0.5,0.2,0.9,0.5,1.3c0.3,0.4,0.8,0.6,1.3,0.6
|
|
15
|
+
c0.5,0,0.9-0.2,1.3-0.6c0.4-0.3,0.5-0.7,0.5-1.3c0-0.5-0.2-0.9-0.5-1.3C130.2,3.4,129.8,3.2,129.3,3.2">
|
|
16
|
+
</path>
|
|
17
|
+
<path class="st0" d="M138.6,28.9c-0.8-0.4-1.7-0.6-2.7-0.6c-2.3,0-4.2,0.7-5.8,2.4c-1.6,1.6-2.3,3.5-2.3,5.8c0,2.3,0.8,4.3,2.4,5.9
|
|
18
|
+
c1.6,1.6,3.5,2.4,5.8,2.4c1.2,0,2.1-0.2,2.9-0.6c0.8-0.4,1.5-1,2-1.9l0,2.2h3.5V28.6h-3.5l0,2.1C140.2,29.8,139.4,29.2,138.6,28.9
|
|
19
|
+
M132.9,33.1c0.9-0.9,2-1.3,3.2-1.3c1.3,0,2.5,0.5,3.4,1.3c0.9,0.9,1.3,2,1.3,3.3c0,1.2-0.4,2.3-1.3,3.2c-0.9,0.9-1.9,1.3-3.2,1.3
|
|
20
|
+
c-1.4,0-2.5-0.5-3.4-1.3c-0.9-0.9-1.4-2-1.4-3.3C131.5,35.1,132,34,132.9,33.1z">
|
|
21
|
+
</path>
|
|
22
|
+
<path class="st0" d="M125.4,36.1c0-1.5-0.1-2.5-0.2-3.2c-0.2-0.7-0.4-1.4-0.8-2c-0.6-0.9-1.3-1.5-2.1-1.9c-0.8-0.4-1.8-0.6-3-0.6
|
|
23
|
+
c-0.9,0-1.7,0.1-2.4,0.5c-0.7,0.4-1.3,0.9-1.9,1.6v-1.8h-3.5v15.7h3.5v-6.7c0-2.1,0.3-3.6,0.8-4.4c0.6-0.9,1.5-1.3,2.6-1.3
|
|
24
|
+
c1.2,0,2.1,0.4,2.5,1.2c0.5,0.7,0.7,2.2,0.7,4.3v7h3.7V36.1z">
|
|
25
|
+
</path>
|
|
26
|
+
<path class="st0" d="M156.1,32l1.6-3.1c-1.4-0.7-2.7-0.9-4-0.6c-1.2,0.3-2.1,0.9-2.6,1.9v-1.6h-3.5v15.7h3.7v-8.9
|
|
27
|
+
c0-1.5,0.4-2.5,1.3-3.2C153.5,31.5,154.7,31.4,156.1,32">
|
|
28
|
+
</path>
|
|
29
|
+
<path class="st0" d="M99.7,3.2c-0.5,0-0.9,0.2-1.3,0.5c-0.3,0.4-0.5,0.8-0.5,1.3c0,0.5,0.2,0.9,0.5,1.3c0.3,0.4,0.8,0.6,1.3,0.6
|
|
30
|
+
c0.5,0,0.9-0.2,1.3-0.6c0.3-0.3,0.5-0.7,0.5-1.3c0-0.5-0.2-0.9-0.5-1.3C100.6,3.4,100.2,3.2,99.7,3.2">
|
|
31
|
+
</path>
|
|
32
|
+
<path class="st0" d="M92.5,23.1c-1-0.6-2.4-0.9-4.1-0.9c-1.8,0.1-3.1,0.6-3.7,1.4c-0.7,1-1.1,2.4-1.1,4.2v2.7h-1.3v3.3h1.3v10.6
|
|
33
|
+
h3.7V33.8h3.6v-3.3h-3.6v-2.8c0-1,0.3-1.6,0.8-1.8c0.6-0.3,1.5-0.2,2.8,0.2L92.5,23.1z">
|
|
34
|
+
</path>
|
|
35
|
+
<path class="st0" d="M62.1,9.5v5.1c0,2-0.7,3.3-2.2,3.8c-1.2,0.5-2.8,0.5-4.7,0c0,1.2,0.7,2.1,2.2,2.7c1.5,0.6,3,0.6,4.6,0.1
|
|
36
|
+
c1.5-0.5,2.5-1.5,3-2.8c0.4-1,0.6-2.4,0.6-4.3V9.5H62.1z">
|
|
37
|
+
</path>
|
|
38
|
+
<path class="st0" d="M69.3,28.6l0,2.1c-0.7-0.9-1.5-1.5-2.2-1.9c-0.8-0.4-1.7-0.6-2.8-0.6c-2.3,0-4.2,0.7-5.7,2.4
|
|
39
|
+
c-1.6,1.6-2.3,3.5-2.3,5.8c0,2.3,0.8,4.3,2.4,5.9c1.6,1.6,3.5,2.4,5.8,2.4c1.2,0,2.1-0.2,2.9-0.6c0.8-0.4,1.5-1.1,2-1.9l0,2.2h3.5
|
|
40
|
+
V28.6H69.3z M64.6,31.8c1.3,0,2.4,0.5,3.3,1.3c0.9,0.9,1.4,2,1.4,3.3c0,1.3-0.5,2.3-1.3,3.2C67.1,40.5,66,41,64.8,41
|
|
41
|
+
c-1.4,0-2.5-0.5-3.4-1.3c-0.9-0.9-1.3-2-1.3-3.3c0-1.2,0.5-2.3,1.3-3.2C62.3,32.3,63.3,31.8,64.6,31.8z">
|
|
42
|
+
</path>
|
|
43
|
+
<path class="st0" d="M104.6,28.6l0,2.1c-0.7-0.9-1.4-1.5-2.2-1.9c-0.8-0.4-1.7-0.6-2.8-0.6c-2.3,0-4.2,0.7-5.7,2.4
|
|
44
|
+
c-1.6,1.6-2.4,3.5-2.4,5.8c0,2.3,0.8,4.3,2.4,5.9c1.5,1.6,3.5,2.4,5.8,2.4c1.2,0,2.1-0.2,2.9-0.6c0.8-0.4,1.5-1,2-1.9l0,2.2h3.5
|
|
45
|
+
V28.6H104.6z M103.2,33.2c0.9,0.9,1.3,2,1.3,3.3c0,1.2-0.4,2.3-1.3,3.2c-0.9,0.9-1.9,1.3-3.2,1.3c-1.4,0-2.5-0.5-3.4-1.3
|
|
46
|
+
c-0.9-0.9-1.4-2-1.4-3.3c0-1.3,0.4-2.4,1.3-3.2c0.9-0.9,1.9-1.3,3.2-1.3C101.2,31.8,102.3,32.3,103.2,33.2z">
|
|
47
|
+
</path>
|
|
48
|
+
<rect x="76.6" y="22.6" class="st0" width="3.5" height="21.7">
|
|
49
|
+
</rect>
|
|
50
|
+
<path class="st0" d="M33,2.8C29.9,1,26.4,0.1,22.6,0v10.4H33V2.8z">
|
|
51
|
+
</path>
|
|
52
|
+
<path class="st0" d="M21.7,13.7v-2.4H11.3v10.5h2.4c2.2,0,4.1-0.8,5.7-2.4C20.9,17.8,21.7,15.9,21.7,13.7">
|
|
53
|
+
</path>
|
|
54
|
+
<path class="st0" d="M22.6,11.3v2.4c0,2.2,0.8,4.1,2.4,5.7c1.6,1.6,3.5,2.4,5.7,2.4H33V11.3H22.6z">
|
|
55
|
+
</path>
|
|
56
|
+
<polygon class="st0" points="24.9,25.5 22.6,23.2 22.6,25.5 ">
|
|
57
|
+
</polygon>
|
|
58
|
+
<polygon class="st0" points="25.8,26.4 22.6,26.4 22.6,29.2 28.7,29.3 ">
|
|
59
|
+
</polygon>
|
|
60
|
+
<path class="st0" d="M33,22.6h-2.4c-2.1,0-3.8,0.7-5.3,2.1l7.7,7.7V22.6z">
|
|
61
|
+
</path>
|
|
62
|
+
<path class="st0" d="M33.9,10.4H41c-1.8-2.9-4.1-5.2-7.1-7.1V10.4z">
|
|
63
|
+
</path>
|
|
64
|
+
<path class="st0" d="M44.3,21.7c-0.1-3.7-1-7.2-2.8-10.5h-7.6v10.5H44.3z">
|
|
65
|
+
</path>
|
|
66
|
+
<path class="st0" d="M44.3,22.6H33.9v10.6l4.3,4.3C42.2,33.3,44.2,28.4,44.3,22.6">
|
|
67
|
+
</path>
|
|
68
|
+
<path class="st0" d="M21.7,10.4V0C18,0.1,14.5,1,11.3,2.8v7.6H21.7z">
|
|
69
|
+
</path>
|
|
70
|
+
<path class="st0" d="M2.8,11.3C1,14.5,0.1,18,0,21.7h10.4V11.3H2.8z">
|
|
71
|
+
</path>
|
|
72
|
+
<path class="st0" d="M13.7,22.6h-2.4V33l10.4,0v-2.4c0-2.2-0.8-4.1-2.4-5.7C17.8,23.4,15.9,22.6,13.7,22.6">
|
|
73
|
+
</path>
|
|
74
|
+
<path class="st0" d="M3.4,10.4h7V3.4C7.5,5.2,5.2,7.5,3.4,10.4">
|
|
75
|
+
</path>
|
|
76
|
+
<path class="st0" d="M10.4,22.6H0c0.1,3.7,1,7.2,2.8,10.4h7.6V22.6z">
|
|
77
|
+
</path>
|
|
78
|
+
<path class="st0" d="M11.3,33.9v7.6c3.2,1.8,6.7,2.8,10.4,2.9V33.9H11.3z">
|
|
79
|
+
</path>
|
|
80
|
+
<path class="st0" d="M10.4,41v-7.1h-7C5.2,36.8,7.5,39.1,10.4,41">
|
|
81
|
+
</path>
|
|
82
|
+
<polygon class="st0" points="40,40.5 37.1,37.7 22.6,37.7 22.6,40.5 ">
|
|
83
|
+
</polygon>
|
|
84
|
+
<polygon class="st0" points="43.7,44.3 40.8,41.4 22.6,41.4 22.6,44.3 ">
|
|
85
|
+
</polygon>
|
|
86
|
+
<polygon class="st0" points="32.4,33 29.5,30.1 22.6,30.1 22.6,33 ">
|
|
87
|
+
</polygon>
|
|
88
|
+
<polygon class="st0" points="33.3,33.9 22.6,33.9 22.6,36.8 36.2,36.8 ">
|
|
89
|
+
</polygon>
|
|
90
|
+
</g>
|
|
91
|
+
</svg>
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" style="enable-background:new 0 0 157.7 44.7;" xml:space="preserve" viewBox="0 0 157.7 44.8">
|
|
2
|
+
<style type="text/css">
|
|
3
|
+
.st0{fill:#006CB6;}
|
|
4
|
+
</style>
|
|
5
|
+
<g>
|
|
6
|
+
<path class="st0" d="M144.4,0.9h-3.5v16.6h-7.1c0.3-0.3,0.6-0.8,0.9-1.4c0.3-0.5,0.4-1.1,0.4-1.8c0-1.5-0.5-2.8-1.6-3.8 S131.2,9,129.6,9c-1.6,0-2.8,0.5-3.9,1.5c-1,1-1.6,2.3-1.6,3.8c0,0.8,0.1,1.5,0.4,1.9c0.3,0.6,0.6,1,0.9,1.2h-10.4V9.5h-3.5v8.1 H72.9V0.9h-3.5v19.9h75V0.9z M129.5,17.5c-0.7,0-1.3-0.2-1.8-0.7c-0.5-0.5-0.7-1.1-0.7-1.8c0-0.7,0.2-1.4,0.7-1.9 c0.5-0.5,1.1-0.8,1.9-0.8c0.7,0,1.3,0.2,1.8,0.7c0.5,0.5,0.7,1.1,0.7,1.8c0,0.7-0.3,1.4-0.8,1.9C130.9,17.3,130.3,17.5,129.5,17.5z ">
|
|
7
|
+
</path>
|
|
8
|
+
<rect x="147.6" y="0.9" class="st0" width="3.7" height="19.9">
|
|
9
|
+
</rect>
|
|
10
|
+
<path class="st0" d="M129.3,3.2c-0.5,0-0.9,0.2-1.3,0.5c-0.3,0.4-0.5,0.8-0.5,1.3c0,0.5,0.2,0.9,0.5,1.3c0.3,0.4,0.8,0.6,1.3,0.6 c0.5,0,0.9-0.2,1.3-0.6c0.4-0.3,0.5-0.7,0.5-1.3c0-0.5-0.2-0.9-0.5-1.3C130.2,3.4,129.8,3.2,129.3,3.2">
|
|
11
|
+
</path>
|
|
12
|
+
<path class="st0" d="M138.6,28.9c-0.8-0.4-1.7-0.6-2.7-0.6c-2.3,0-4.2,0.7-5.8,2.4c-1.6,1.6-2.3,3.5-2.3,5.8c0,2.3,0.8,4.3,2.4,5.9 c1.6,1.6,3.5,2.4,5.8,2.4c1.2,0,2.1-0.2,2.9-0.6c0.8-0.4,1.5-1,2-1.9l0,2.2h3.5V28.6h-3.5l0,2.1C140.2,29.8,139.4,29.2,138.6,28.9 M132.9,33.1c0.9-0.9,2-1.3,3.2-1.3c1.3,0,2.5,0.5,3.4,1.3c0.9,0.9,1.3,2,1.3,3.3c0,1.2-0.4,2.3-1.3,3.2c-0.9,0.9-1.9,1.3-3.2,1.3 c-1.4,0-2.5-0.5-3.4-1.3c-0.9-0.9-1.4-2-1.4-3.3C131.5,35.1,132,34,132.9,33.1z">
|
|
13
|
+
</path>
|
|
14
|
+
<path class="st0" d="M125.4,36.1c0-1.5-0.1-2.5-0.2-3.2c-0.2-0.7-0.4-1.4-0.8-2c-0.6-0.9-1.3-1.5-2.1-1.9c-0.8-0.4-1.8-0.6-3-0.6 c-0.9,0-1.7,0.1-2.4,0.5c-0.7,0.4-1.3,0.9-1.9,1.6v-1.8h-3.5v15.7h3.5v-6.7c0-2.1,0.3-3.6,0.8-4.4c0.6-0.9,1.5-1.3,2.6-1.3 c1.2,0,2.1,0.4,2.5,1.2c0.5,0.7,0.7,2.2,0.7,4.3v7h3.7V36.1z">
|
|
15
|
+
</path>
|
|
16
|
+
<path class="st0" d="M156.1,32l1.6-3.1c-1.4-0.7-2.7-0.9-4-0.6c-1.2,0.3-2.1,0.9-2.6,1.9v-1.6h-3.5v15.7h3.7v-8.9 c0-1.5,0.4-2.5,1.3-3.2C153.5,31.5,154.7,31.4,156.1,32">
|
|
17
|
+
</path>
|
|
18
|
+
<path class="st0" d="M99.7,3.2c-0.5,0-0.9,0.2-1.3,0.5c-0.3,0.4-0.5,0.8-0.5,1.3c0,0.5,0.2,0.9,0.5,1.3c0.3,0.4,0.8,0.6,1.3,0.6 c0.5,0,0.9-0.2,1.3-0.6c0.3-0.3,0.5-0.7,0.5-1.3c0-0.5-0.2-0.9-0.5-1.3C100.6,3.4,100.2,3.2,99.7,3.2">
|
|
19
|
+
</path>
|
|
20
|
+
<path class="st0" d="M92.5,23.1c-1-0.6-2.4-0.9-4.1-0.9c-1.8,0.1-3.1,0.6-3.7,1.4c-0.7,1-1.1,2.4-1.1,4.2v2.7h-1.3v3.3h1.3v10.6 h3.7V33.8h3.6v-3.3h-3.6v-2.8c0-1,0.3-1.6,0.8-1.8c0.6-0.3,1.5-0.2,2.8,0.2L92.5,23.1z">
|
|
21
|
+
</path>
|
|
22
|
+
<path class="st0" d="M62.1,9.5v5.1c0,2-0.7,3.3-2.2,3.8c-1.2,0.5-2.8,0.5-4.7,0c0,1.2,0.7,2.1,2.2,2.7c1.5,0.6,3,0.6,4.6,0.1 c1.5-0.5,2.5-1.5,3-2.8c0.4-1,0.6-2.4,0.6-4.3V9.5H62.1z">
|
|
23
|
+
</path>
|
|
24
|
+
<path class="st0" d="M69.3,28.6l0,2.1c-0.7-0.9-1.5-1.5-2.2-1.9c-0.8-0.4-1.7-0.6-2.8-0.6c-2.3,0-4.2,0.7-5.7,2.4 c-1.6,1.6-2.3,3.5-2.3,5.8c0,2.3,0.8,4.3,2.4,5.9c1.6,1.6,3.5,2.4,5.8,2.4c1.2,0,2.1-0.2,2.9-0.6c0.8-0.4,1.5-1.1,2-1.9l0,2.2h3.5 V28.6H69.3z M64.6,31.8c1.3,0,2.4,0.5,3.3,1.3c0.9,0.9,1.4,2,1.4,3.3c0,1.3-0.5,2.3-1.3,3.2C67.1,40.5,66,41,64.8,41 c-1.4,0-2.5-0.5-3.4-1.3c-0.9-0.9-1.3-2-1.3-3.3c0-1.2,0.5-2.3,1.3-3.2C62.3,32.3,63.3,31.8,64.6,31.8z">
|
|
25
|
+
</path>
|
|
26
|
+
<path class="st0" d="M104.6,28.6l0,2.1c-0.7-0.9-1.4-1.5-2.2-1.9c-0.8-0.4-1.7-0.6-2.8-0.6c-2.3,0-4.2,0.7-5.7,2.4 c-1.6,1.6-2.4,3.5-2.4,5.8c0,2.3,0.8,4.3,2.4,5.9c1.5,1.6,3.5,2.4,5.8,2.4c1.2,0,2.1-0.2,2.9-0.6c0.8-0.4,1.5-1,2-1.9l0,2.2h3.5 V28.6H104.6z M103.2,33.2c0.9,0.9,1.3,2,1.3,3.3c0,1.2-0.4,2.3-1.3,3.2c-0.9,0.9-1.9,1.3-3.2,1.3c-1.4,0-2.5-0.5-3.4-1.3 c-0.9-0.9-1.4-2-1.4-3.3c0-1.3,0.4-2.4,1.3-3.2c0.9-0.9,1.9-1.3,3.2-1.3C101.2,31.8,102.3,32.3,103.2,33.2z">
|
|
27
|
+
</path>
|
|
28
|
+
<rect x="76.6" y="22.6" class="st0" width="3.5" height="21.7">
|
|
29
|
+
</rect>
|
|
30
|
+
<path class="st0" d="M33,2.8C29.9,1,26.4,0.1,22.6,0v10.4H33V2.8z">
|
|
31
|
+
</path>
|
|
32
|
+
<path class="st0" d="M21.7,13.7v-2.4H11.3v10.5h2.4c2.2,0,4.1-0.8,5.7-2.4C20.9,17.8,21.7,15.9,21.7,13.7">
|
|
33
|
+
</path>
|
|
34
|
+
<path class="st0" d="M22.6,11.3v2.4c0,2.2,0.8,4.1,2.4,5.7c1.6,1.6,3.5,2.4,5.7,2.4H33V11.3H22.6z">
|
|
35
|
+
</path>
|
|
36
|
+
<polygon class="st0" points="24.9,25.5 22.6,23.2 22.6,25.5 ">
|
|
37
|
+
</polygon>
|
|
38
|
+
<polygon class="st0" points="25.8,26.4 22.6,26.4 22.6,29.2 28.7,29.3 ">
|
|
39
|
+
</polygon>
|
|
40
|
+
<path class="st0" d="M33,22.6h-2.4c-2.1,0-3.8,0.7-5.3,2.1l7.7,7.7V22.6z">
|
|
41
|
+
</path>
|
|
42
|
+
<path class="st0" d="M33.9,10.4H41c-1.8-2.9-4.1-5.2-7.1-7.1V10.4z">
|
|
43
|
+
</path>
|
|
44
|
+
<path class="st0" d="M44.3,21.7c-0.1-3.7-1-7.2-2.8-10.5h-7.6v10.5H44.3z">
|
|
45
|
+
</path>
|
|
46
|
+
<path class="st0" d="M44.3,22.6H33.9v10.6l4.3,4.3C42.2,33.3,44.2,28.4,44.3,22.6">
|
|
47
|
+
</path>
|
|
48
|
+
<path class="st0" d="M21.7,10.4V0C18,0.1,14.5,1,11.3,2.8v7.6H21.7z">
|
|
49
|
+
</path>
|
|
50
|
+
<path class="st0" d="M2.8,11.3C1,14.5,0.1,18,0,21.7h10.4V11.3H2.8z">
|
|
51
|
+
</path>
|
|
52
|
+
<path class="st0" d="M13.7,22.6h-2.4V33l10.4,0v-2.4c0-2.2-0.8-4.1-2.4-5.7C17.8,23.4,15.9,22.6,13.7,22.6">
|
|
53
|
+
</path>
|
|
54
|
+
<path class="st0" d="M3.4,10.4h7V3.4C7.5,5.2,5.2,7.5,3.4,10.4">
|
|
55
|
+
</path>
|
|
56
|
+
<path class="st0" d="M10.4,22.6H0c0.1,3.7,1,7.2,2.8,10.4h7.6V22.6z">
|
|
57
|
+
</path>
|
|
58
|
+
<path class="st0" d="M11.3,33.9v7.6c3.2,1.8,6.7,2.8,10.4,2.9V33.9H11.3z">
|
|
59
|
+
</path>
|
|
60
|
+
<path class="st0" d="M10.4,41v-7.1h-7C5.2,36.8,7.5,39.1,10.4,41">
|
|
61
|
+
</path>
|
|
62
|
+
<polygon class="st0" points="40,40.5 37.1,37.7 22.6,37.7 22.6,40.5 ">
|
|
63
|
+
</polygon>
|
|
64
|
+
<polygon class="st0" points="43.7,44.3 40.8,41.4 22.6,41.4 22.6,44.3 ">
|
|
65
|
+
</polygon>
|
|
66
|
+
<polygon class="st0" points="32.4,33 29.5,30.1 22.6,30.1 22.6,33 ">
|
|
67
|
+
</polygon>
|
|
68
|
+
<polygon class="st0" points="33.3,33.9 22.6,33.9 22.6,36.8 36.2,36.8 ">
|
|
69
|
+
</polygon>
|
|
70
|
+
</g>
|
|
71
|
+
</svg>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<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 44.3 44.3" style="enable-background:new 0 0 44.3 44.3;" xml:space="preserve">
|
|
2
|
+
<style type="text/css">
|
|
3
|
+
.st0{fill:#fff;}
|
|
4
|
+
</style>
|
|
5
|
+
<g>
|
|
6
|
+
<path class="st0" d="M33,2.8C29.9,1,26.4,0.1,22.6,0v10.4H33V2.8z">
|
|
7
|
+
</path>
|
|
8
|
+
<path class="st0" d="M21.7,13.7v-2.4H11.3v10.5h2.4c2.2,0,4.1-0.8,5.7-2.4C20.9,17.8,21.7,15.9,21.7,13.7">
|
|
9
|
+
</path>
|
|
10
|
+
<path class="st0" d="M22.6,11.3v2.4c0,2.2,0.8,4.1,2.4,5.7c1.6,1.6,3.5,2.4,5.7,2.4H33V11.3H22.6z">
|
|
11
|
+
</path>
|
|
12
|
+
<polygon class="st0" points="24.9,25.5 22.6,23.2 22.6,25.5 ">
|
|
13
|
+
</polygon>
|
|
14
|
+
<polygon class="st0" points="25.8,26.4 22.6,26.4 22.6,29.2 28.7,29.3 ">
|
|
15
|
+
</polygon>
|
|
16
|
+
<path class="st0" d="M33,22.6h-2.4c-2.1,0-3.8,0.7-5.3,2.1l7.7,7.7V22.6z">
|
|
17
|
+
</path>
|
|
18
|
+
<path class="st0" d="M33.9,10.4H41c-1.8-2.9-4.1-5.2-7.1-7.1V10.4z">
|
|
19
|
+
</path>
|
|
20
|
+
<path class="st0" d="M44.3,21.7c-0.1-3.7-1-7.2-2.8-10.5h-7.6v10.5H44.3z">
|
|
21
|
+
</path>
|
|
22
|
+
<path class="st0" d="M44.3,22.6H33.9v10.6l4.3,4.3C42.2,33.3,44.2,28.4,44.3,22.6">
|
|
23
|
+
</path>
|
|
24
|
+
<path class="st0" d="M21.7,10.4V0C18,0.1,14.5,1,11.3,2.8v7.6H21.7z">
|
|
25
|
+
</path>
|
|
26
|
+
<path class="st0" d="M2.8,11.3C1,14.5,0.1,18,0,21.7h10.4V11.3H2.8z">
|
|
27
|
+
</path>
|
|
28
|
+
<path class="st0" d="M13.7,22.6h-2.4V33l10.4,0v-2.4c0-2.2-0.8-4.1-2.4-5.7C17.8,23.4,15.9,22.6,13.7,22.6">
|
|
29
|
+
</path>
|
|
30
|
+
<path class="st0" d="M3.4,10.4h7V3.4C7.5,5.2,5.2,7.5,3.4,10.4">
|
|
31
|
+
</path>
|
|
32
|
+
<path class="st0" d="M10.4,22.6H0c0.1,3.7,1,7.2,2.8,10.4h7.6V22.6z">
|
|
33
|
+
</path>
|
|
34
|
+
<path class="st0" d="M11.3,33.9v7.6c3.2,1.8,6.7,2.8,10.4,2.9V33.9H11.3z">
|
|
35
|
+
</path>
|
|
36
|
+
<path class="st0" d="M10.4,41v-7.1h-7C5.2,36.8,7.5,39.1,10.4,41">
|
|
37
|
+
</path>
|
|
38
|
+
<polygon class="st0" points="40,40.5 37.1,37.7 22.6,37.7 22.6,40.5 ">
|
|
39
|
+
</polygon>
|
|
40
|
+
<polygon class="st0" points="43.7,44.3 40.8,41.4 22.6,41.4 22.6,44.3 ">
|
|
41
|
+
</polygon>
|
|
42
|
+
<polygon class="st0" points="32.4,33 29.5,30.1 22.6,30.1 22.6,33 ">
|
|
43
|
+
</polygon>
|
|
44
|
+
<polygon class="st0" points="33.3,33.9 22.6,33.9 22.6,36.8 36.2,36.8 ">
|
|
45
|
+
</polygon>
|
|
46
|
+
</g>
|
|
47
|
+
</svg>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<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 44.3 44.3" style="enable-background:new 0 0 44.3 44.3;" xml:space="preserve">
|
|
2
|
+
<style type="text/css">
|
|
3
|
+
.st0{fill:#006CB6;}
|
|
4
|
+
</style>
|
|
5
|
+
<g>
|
|
6
|
+
<path class="st0" d="M33,2.8C29.9,1,26.4,0.1,22.6,0v10.4H33V2.8z">
|
|
7
|
+
</path>
|
|
8
|
+
<path class="st0" d="M21.7,13.7v-2.4H11.3v10.5h2.4c2.2,0,4.1-0.8,5.7-2.4C20.9,17.8,21.7,15.9,21.7,13.7">
|
|
9
|
+
</path>
|
|
10
|
+
<path class="st0" d="M22.6,11.3v2.4c0,2.2,0.8,4.1,2.4,5.7c1.6,1.6,3.5,2.4,5.7,2.4H33V11.3H22.6z">
|
|
11
|
+
</path>
|
|
12
|
+
<polygon class="st0" points="24.9,25.5 22.6,23.2 22.6,25.5 ">
|
|
13
|
+
</polygon>
|
|
14
|
+
<polygon class="st0" points="25.8,26.4 22.6,26.4 22.6,29.2 28.7,29.3 ">
|
|
15
|
+
</polygon>
|
|
16
|
+
<path class="st0" d="M33,22.6h-2.4c-2.1,0-3.8,0.7-5.3,2.1l7.7,7.7V22.6z">
|
|
17
|
+
</path>
|
|
18
|
+
<path class="st0" d="M33.9,10.4H41c-1.8-2.9-4.1-5.2-7.1-7.1V10.4z">
|
|
19
|
+
</path>
|
|
20
|
+
<path class="st0" d="M44.3,21.7c-0.1-3.7-1-7.2-2.8-10.5h-7.6v10.5H44.3z">
|
|
21
|
+
</path>
|
|
22
|
+
<path class="st0" d="M44.3,22.6H33.9v10.6l4.3,4.3C42.2,33.3,44.2,28.4,44.3,22.6">
|
|
23
|
+
</path>
|
|
24
|
+
<path class="st0" d="M21.7,10.4V0C18,0.1,14.5,1,11.3,2.8v7.6H21.7z">
|
|
25
|
+
</path>
|
|
26
|
+
<path class="st0" d="M2.8,11.3C1,14.5,0.1,18,0,21.7h10.4V11.3H2.8z">
|
|
27
|
+
</path>
|
|
28
|
+
<path class="st0" d="M13.7,22.6h-2.4V33l10.4,0v-2.4c0-2.2-0.8-4.1-2.4-5.7C17.8,23.4,15.9,22.6,13.7,22.6">
|
|
29
|
+
</path>
|
|
30
|
+
<path class="st0" d="M3.4,10.4h7V3.4C7.5,5.2,5.2,7.5,3.4,10.4">
|
|
31
|
+
</path>
|
|
32
|
+
<path class="st0" d="M10.4,22.6H0c0.1,3.7,1,7.2,2.8,10.4h7.6V22.6z">
|
|
33
|
+
</path>
|
|
34
|
+
<path class="st0" d="M11.3,33.9v7.6c3.2,1.8,6.7,2.8,10.4,2.9V33.9H11.3z">
|
|
35
|
+
</path>
|
|
36
|
+
<path class="st0" d="M10.4,41v-7.1h-7C5.2,36.8,7.5,39.1,10.4,41">
|
|
37
|
+
</path>
|
|
38
|
+
<polygon class="st0" points="40,40.5 37.1,37.7 22.6,37.7 22.6,40.5 ">
|
|
39
|
+
</polygon>
|
|
40
|
+
<polygon class="st0" points="43.7,44.3 40.8,41.4 22.6,41.4 22.6,44.3 ">
|
|
41
|
+
</polygon>
|
|
42
|
+
<polygon class="st0" points="32.4,33 29.5,30.1 22.6,30.1 22.6,33 ">
|
|
43
|
+
</polygon>
|
|
44
|
+
<polygon class="st0" points="33.3,33.9 22.6,33.9 22.6,36.8 36.2,36.8 ">
|
|
45
|
+
</polygon>
|
|
46
|
+
</g>
|
|
47
|
+
</svg>
|