@swell/apps-sdk 1.0.13 → 1.0.14
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/dist/src/api.d.ts +91 -0
- package/dist/src/cache.d.ts +17 -0
- package/dist/src/categories.d.ts +5 -0
- package/dist/src/compatibility/shopify-configs.d.ts +10 -0
- package/dist/src/compatibility/shopify-fonts.d.ts +1 -0
- package/dist/src/compatibility/shopify-objects/address.d.ts +6 -0
- package/dist/src/compatibility/shopify-objects/article.d.ts +5 -0
- package/dist/src/compatibility/shopify-objects/blog.d.ts +5 -0
- package/dist/src/compatibility/shopify-objects/cart.d.ts +5 -0
- package/dist/src/compatibility/shopify-objects/collection.d.ts +5 -0
- package/dist/src/compatibility/shopify-objects/collections.d.ts +3 -0
- package/dist/src/compatibility/shopify-objects/customer.d.ts +5 -0
- package/dist/src/compatibility/shopify-objects/filter.d.ts +5 -0
- package/dist/src/compatibility/shopify-objects/font.d.ts +4 -0
- package/dist/src/compatibility/shopify-objects/form.d.ts +28 -0
- package/dist/src/compatibility/shopify-objects/image.d.ts +6 -0
- package/dist/src/compatibility/shopify-objects/index.d.ts +26 -0
- package/dist/src/compatibility/shopify-objects/line_item.d.ts +6 -0
- package/dist/src/compatibility/shopify-objects/link.d.ts +4 -0
- package/dist/src/compatibility/shopify-objects/localization.d.ts +4 -0
- package/dist/src/compatibility/shopify-objects/media.d.ts +4 -0
- package/dist/src/compatibility/shopify-objects/order.d.ts +10 -0
- package/dist/src/compatibility/shopify-objects/page.d.ts +4 -0
- package/dist/src/compatibility/shopify-objects/paginate.d.ts +4 -0
- package/dist/src/compatibility/shopify-objects/predictive_search.d.ts +4 -0
- package/dist/src/compatibility/shopify-objects/product.d.ts +6 -0
- package/dist/src/compatibility/shopify-objects/resource.d.ts +23 -0
- package/dist/src/compatibility/shopify-objects/search.d.ts +4 -0
- package/dist/src/compatibility/shopify-objects/shop.d.ts +4 -0
- package/dist/src/compatibility/shopify-objects/variant.d.ts +5 -0
- package/dist/src/compatibility/shopify.d.ts +71 -0
- package/dist/src/constants.d.ts +1 -0
- package/dist/src/content.d.ts +8 -0
- package/dist/src/easyblocks/config.d.ts +136 -0
- package/dist/src/easyblocks/index.d.ts +2 -0
- package/dist/src/easyblocks/utils.d.ts +36 -0
- package/dist/src/fonts.d.ts +6 -0
- package/dist/src/index.d.ts +14 -0
- package/dist/src/liquid/color.d.ts +33 -0
- package/dist/src/liquid/filters/asset_url.d.ts +2 -0
- package/dist/src/liquid/filters/brightness_difference.d.ts +2 -0
- package/dist/src/liquid/filters/color_brightness.d.ts +2 -0
- package/dist/src/liquid/filters/color_contrast.d.ts +2 -0
- package/dist/src/liquid/filters/color_darken.d.ts +2 -0
- package/dist/src/liquid/filters/color_desaturate.d.ts +2 -0
- package/dist/src/liquid/filters/color_difference.d.ts +2 -0
- package/dist/src/liquid/filters/color_extract.d.ts +4 -0
- package/dist/src/liquid/filters/color_lighten.d.ts +2 -0
- package/dist/src/liquid/filters/color_mix.d.ts +2 -0
- package/dist/src/liquid/filters/color_modify.d.ts +4 -0
- package/dist/src/liquid/filters/color_saturate.d.ts +2 -0
- package/dist/src/liquid/filters/color_to_hex.d.ts +2 -0
- package/dist/src/liquid/filters/color_to_hsl.d.ts +2 -0
- package/dist/src/liquid/filters/color_to_rgb.d.ts +2 -0
- package/dist/src/liquid/filters/date.d.ts +10 -0
- package/dist/src/liquid/filters/default_errors.d.ts +2 -0
- package/dist/src/liquid/filters/font_face.d.ts +2 -0
- package/dist/src/liquid/filters/font_modify.d.ts +3 -0
- package/dist/src/liquid/filters/font_url.d.ts +2 -0
- package/dist/src/liquid/filters/format_address.d.ts +6 -0
- package/dist/src/liquid/filters/image_tag.d.ts +2 -0
- package/dist/src/liquid/filters/image_url.d.ts +6 -0
- package/dist/src/liquid/filters/index.d.ts +88 -0
- package/dist/src/liquid/filters/json.d.ts +2 -0
- package/dist/src/liquid/filters/json_pretty.d.ts +2 -0
- package/dist/src/liquid/filters/money.d.ts +2 -0
- package/dist/src/liquid/filters/money_with_currency.d.ts +2 -0
- package/dist/src/liquid/filters/money_without_currency.d.ts +2 -0
- package/dist/src/liquid/filters/money_without_trailing_zeros.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/default_pagination.d.ts +3 -0
- package/dist/src/liquid/filters/shopify/hex_to_rgba.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/item_count_for_variant.d.ts +6 -0
- package/dist/src/liquid/filters/shopify/payment_button.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/payment_terms.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/blog-apparel-1.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/blog-apparel-2.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/blog-apparel-3.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/collection-1.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/collection-2.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/collection-3.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/collection-4.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/collection-5.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/collection-6.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/collection-apparel-1.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/collection-apparel-2.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/collection-apparel-3.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/collection-apparel-4.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/detailed-apparel-1.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/hero-apparel-1.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/hero-apparel-2.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/hero-apparel-3.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/image.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/index.d.ts +33 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/lifestyle-1.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/lifestyle-2.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/product-1.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/product-2.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/product-3.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/product-4.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/product-5.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/product-6.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/product-apparel-1.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/product-apparel-2.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/product-apparel-3.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder-svgs/product-apparel-4.d.ts +2 -0
- package/dist/src/liquid/filters/shopify/placeholder_svg_tag.d.ts +2 -0
- package/dist/src/liquid/filters/stylesheet_tag.d.ts +2 -0
- package/dist/src/liquid/filters/time_tag.d.ts +2 -0
- package/dist/src/liquid/filters/translate.d.ts +2 -0
- package/dist/src/liquid/filters/where.d.ts +2 -0
- package/dist/src/liquid/font.d.ts +50 -0
- package/dist/src/liquid/form.d.ts +17 -0
- package/dist/src/liquid/index.d.ts +67 -0
- package/dist/src/liquid/operators.d.ts +4 -0
- package/dist/src/liquid/tags/case.d.ts +3 -0
- package/dist/src/liquid/tags/for.d.ts +3 -0
- package/dist/src/liquid/tags/form.d.ts +3 -0
- package/dist/src/liquid/tags/index.d.ts +28 -0
- package/dist/src/liquid/tags/javascript.d.ts +3 -0
- package/dist/src/liquid/tags/layout.d.ts +3 -0
- package/dist/src/liquid/tags/paginate.d.ts +3 -0
- package/dist/src/liquid/tags/render.d.ts +3 -0
- package/dist/src/liquid/tags/section.d.ts +3 -0
- package/dist/src/liquid/tags/sections.d.ts +3 -0
- package/dist/src/liquid/tags/shopify/include.d.ts +3 -0
- package/dist/src/liquid/tags/shopify/schema.d.ts +3 -0
- package/dist/src/liquid/tags/style.d.ts +3 -0
- package/dist/src/liquid/utils.d.ts +50 -0
- package/dist/src/menus.d.ts +27 -0
- package/dist/src/products.d.ts +9 -0
- package/dist/src/resources.d.ts +99 -0
- package/dist/src/theme.d.ts +127 -0
- package/dist/src/utils/index.d.ts +19 -0
- package/dist/src/utils/md5.d.ts +1 -0
- package/dist/types/shopify.d.ts +126 -0
- package/dist/types/swell.d.ts +341 -0
- package/package.json +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from './api';
|
|
2
|
+
export * from './categories';
|
|
3
|
+
export * from './constants';
|
|
4
|
+
export * from './content';
|
|
5
|
+
export * from './easyblocks';
|
|
6
|
+
export * from './menus';
|
|
7
|
+
export * from './products';
|
|
8
|
+
export * from './resources';
|
|
9
|
+
export * from './theme';
|
|
10
|
+
export * from './fonts';
|
|
11
|
+
export * from './utils';
|
|
12
|
+
export * from './liquid';
|
|
13
|
+
export * from './compatibility/shopify';
|
|
14
|
+
export * from './compatibility/shopify-objects';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import Color from "color";
|
|
2
|
+
export type ColorParam = Color | string | ArrayLike<number> | number | Record<string, unknown>;
|
|
3
|
+
export declare class ThemeColor {
|
|
4
|
+
color: Color;
|
|
5
|
+
colorValues: ColorParam;
|
|
6
|
+
red: number;
|
|
7
|
+
green: number;
|
|
8
|
+
blue: number;
|
|
9
|
+
constructor(value: string);
|
|
10
|
+
static get(colorVal: string | ThemeColor): ThemeColor;
|
|
11
|
+
toString(): string;
|
|
12
|
+
lighten(percent: number): string;
|
|
13
|
+
darken(percent: number): string;
|
|
14
|
+
rgb(): string;
|
|
15
|
+
rgba(alpha: number): string;
|
|
16
|
+
hsl(): string;
|
|
17
|
+
hex(): string;
|
|
18
|
+
saturate(value: number): string;
|
|
19
|
+
desaturate(value: number): string;
|
|
20
|
+
modify(field: string, value: number): any;
|
|
21
|
+
extract(field: string): any;
|
|
22
|
+
mix(color2: ThemeColor, ratio: number): string;
|
|
23
|
+
contrast(color2: ThemeColor): string;
|
|
24
|
+
/**
|
|
25
|
+
* Color perceived brightness/difference algorithms from https://www.w3.org/WAI/ER/WD-AERT/#color-contrast
|
|
26
|
+
*/
|
|
27
|
+
difference(color2: ThemeColor): number;
|
|
28
|
+
brightness(): number;
|
|
29
|
+
brightnessDifference(color2: ThemeColor): number;
|
|
30
|
+
}
|
|
31
|
+
export declare function mix(a: number, b: number, r: number): number;
|
|
32
|
+
export declare function diff(v1: number, v2: number): number;
|
|
33
|
+
export declare function brightness(colorStr: string): number;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { LiquidSwell, ThemeColor } from "..";
|
|
2
|
+
type ColorField = 'red' | 'green' | 'blue' | 'alpha' | 'hue' | 'saturation' | 'lightness';
|
|
3
|
+
export default function bind(_liquidSwell: LiquidSwell): (color: string | ThemeColor, field: ColorField, value: number) => string;
|
|
4
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { LiquidSwell } from '..';
|
|
2
|
+
export default function bind(_liquidSwell: LiquidSwell): (dateValue: string, maybeParams: any, params?: any[]) => string;
|
|
3
|
+
export declare function ensureDate(dateValue: string | Date): Date;
|
|
4
|
+
export declare function getDateFilterParams(maybeParams: any, params?: any[]): {
|
|
5
|
+
format: unknown;
|
|
6
|
+
datetime: unknown;
|
|
7
|
+
strFormat: string | undefined;
|
|
8
|
+
};
|
|
9
|
+
export declare function applyDateFormat(type: string, date: Date): string;
|
|
10
|
+
export declare function applyStrftimeFormat(format: string, date: Date): string;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { LiquidSwell } from '..';
|
|
2
|
+
import asset_url from './asset_url';
|
|
3
|
+
import brightness_difference from './brightness_difference';
|
|
4
|
+
import color_brightness from './color_brightness';
|
|
5
|
+
import color_contrast from './color_contrast';
|
|
6
|
+
import color_darken from './color_darken';
|
|
7
|
+
import color_desaturate from './color_desaturate';
|
|
8
|
+
import color_difference from './color_difference';
|
|
9
|
+
import color_extract from './color_extract';
|
|
10
|
+
import color_lighten from './color_lighten';
|
|
11
|
+
import color_mix from './color_mix';
|
|
12
|
+
import color_modify from './color_modify';
|
|
13
|
+
import color_saturate from './color_saturate';
|
|
14
|
+
import color_to_hex from './color_to_hex';
|
|
15
|
+
import color_to_hsl from './color_to_hsl';
|
|
16
|
+
import color_to_rgb from './color_to_rgb';
|
|
17
|
+
import date from './date';
|
|
18
|
+
import default_errors from './default_errors';
|
|
19
|
+
import font_face from './font_face';
|
|
20
|
+
import font_modify from './font_modify';
|
|
21
|
+
import font_url from './font_url';
|
|
22
|
+
import image_tag from './image_tag';
|
|
23
|
+
import json from './json';
|
|
24
|
+
import json_pretty from './json_pretty';
|
|
25
|
+
import money from './money';
|
|
26
|
+
import money_with_currency from './money_with_currency';
|
|
27
|
+
import money_without_currency from './money_without_currency';
|
|
28
|
+
import money_without_trailing_zeros from './money_without_trailing_zeros';
|
|
29
|
+
import stylesheet_tag from './stylesheet_tag';
|
|
30
|
+
import time_tag from './time_tag';
|
|
31
|
+
import translate from './translate';
|
|
32
|
+
import where from './where';
|
|
33
|
+
import hex_to_rgba from './shopify/hex_to_rgba';
|
|
34
|
+
import payment_button from './shopify/payment_button';
|
|
35
|
+
import payment_terms from './shopify/payment_terms';
|
|
36
|
+
import placeholder_svg_tag from './shopify/placeholder_svg_tag';
|
|
37
|
+
export declare const filters: {
|
|
38
|
+
asset_url: typeof asset_url;
|
|
39
|
+
brightness_difference: typeof brightness_difference;
|
|
40
|
+
color_brightness: typeof color_brightness;
|
|
41
|
+
color_contrast: typeof color_contrast;
|
|
42
|
+
color_darken: typeof color_darken;
|
|
43
|
+
color_desaturate: typeof color_desaturate;
|
|
44
|
+
color_difference: typeof color_difference;
|
|
45
|
+
color_extract: typeof color_extract;
|
|
46
|
+
color_lighten: typeof color_lighten;
|
|
47
|
+
color_mix: typeof color_mix;
|
|
48
|
+
color_modify: typeof color_modify;
|
|
49
|
+
color_saturate: typeof color_saturate;
|
|
50
|
+
color_to_hex: typeof color_to_hex;
|
|
51
|
+
color_to_hsl: typeof color_to_hsl;
|
|
52
|
+
color_to_rgb: typeof color_to_rgb;
|
|
53
|
+
date: typeof date;
|
|
54
|
+
default_errors: typeof default_errors;
|
|
55
|
+
font_face: typeof font_face;
|
|
56
|
+
font_modify: typeof font_modify;
|
|
57
|
+
font_url: typeof font_url;
|
|
58
|
+
format_address: {
|
|
59
|
+
bind(_liquidSwell: LiquidSwell): (address: any) => Promise<string>;
|
|
60
|
+
resolve: string[][];
|
|
61
|
+
};
|
|
62
|
+
image_tag: typeof image_tag;
|
|
63
|
+
image_url: {
|
|
64
|
+
bind(_liquidSwell: LiquidSwell): (imageField: any, params: any[]) => Promise<string>;
|
|
65
|
+
resolve: string[][];
|
|
66
|
+
};
|
|
67
|
+
json: typeof json;
|
|
68
|
+
json_pretty: typeof json_pretty;
|
|
69
|
+
money: typeof money;
|
|
70
|
+
money_with_currency: typeof money_with_currency;
|
|
71
|
+
money_without_currency: typeof money_without_currency;
|
|
72
|
+
money_without_trailing_zeros: typeof money_without_trailing_zeros;
|
|
73
|
+
stylesheet_tag: typeof stylesheet_tag;
|
|
74
|
+
time_tag: typeof time_tag;
|
|
75
|
+
translate: typeof translate;
|
|
76
|
+
t: typeof translate;
|
|
77
|
+
where: typeof where;
|
|
78
|
+
hex_to_rgba: typeof hex_to_rgba;
|
|
79
|
+
item_count_for_variant: {
|
|
80
|
+
bind(_liquidSwell: LiquidSwell): (cart: any, variantId: string) => any;
|
|
81
|
+
resolve: string[][];
|
|
82
|
+
};
|
|
83
|
+
payment_button: typeof payment_button;
|
|
84
|
+
payment_terms: typeof payment_terms;
|
|
85
|
+
placeholder_svg_tag: typeof placeholder_svg_tag;
|
|
86
|
+
};
|
|
87
|
+
export declare function bindFilters(liquidSwell: LiquidSwell): void;
|
|
88
|
+
export declare function resolveAsyncProps(propArg: any, resolveProps: boolean | Array<string>): Promise<any>;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: "<svg preserveAspectRatio=\"xMidYMid slice\" width=\"512\" height=\"513\" viewBox=\"0 0 512 513\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_755_1478)\"><path d=\"M512 0H0v512h512V0Z\" fill=\"#D2D5D9\"></path><path d=\"M0 512.52h512V132.7L309.25 31.33c-24.81-12.4-36.33-14.68-64.37 4.01L0 198.59v313.93Z\" fill=\"#fff\"></path><path d=\"M0 512.52h512V132.7L309.25 31.33c-24.81-12.4-36.33-14.68-64.37 4.01L0 198.59v313.93Z\" fill=\"#fff\"></path><path d=\"M0 512.52h512V132.7L309.25 31.33c-24.81-12.4-36.33-14.68-64.37 4.01L0 198.59v313.93Z\" fill=\"#fff\"></path><path d=\"M467.89 423.42v31.31l-63.57 27.43-278.24-139.12a10.988 10.988 0 0 1-6.08-9.84v-14.96c0-2.12 1.06-4.09 2.82-5.27a6.341 6.341 0 0 1 6.34-.4l116.63-23.16 26.34-15.37a39.535 39.535 0 0 0 18.52-35.4l-9.63-4.82-72.6-35.68-117.77 50.81-81.02 16.97-9.62 2.03v134.3l39.57 9.24c13.29 3.1 21.88 14.26 21.66 26.75-.04 2.35-.73 4.67-2.25 6.47-2.85 3.37-7.54 4.45-11.39 2.69-1.95-.9-3.77-2.11-5.36-3.63-2.05-1.95-4.2-3.8-6.45-5.53l-4.92-3.34c-3.72-2.52-8.82-2.16-11.88 1.12a9.001 9.001 0 0 0-1.06 10.92l20.46 32.79c8.86 16.41 23.73 27.86 40.65 32.77h99.16l-33.87-84.82a101.965 101.965 0 0 1-7.27-36.87L379.6 512.5h132.42v-67.06l-44.11-22.04-.02.02Z\" fill=\"#D2D5D9\"></path><path opacity=\".5\" d=\"M112.97 258.01v95.95l288.12 144.06a30 30 0 0 0 30.05-1.87l50.56-33.7c7.67-5.11 6.95-16.6-1.29-20.72L112.97 258.01Z\" fill=\"#B6BABF\"></path><path d=\"M281.2 164.6 408 228l-126.79-63.4h-.01ZM281.21 164.6s0-.01.01-.02c0 0 0 .01-.01.02ZM282.6 162.63l.09-.09-.09.09ZM283.47 161.78ZM282.69 162.54c.25-.27.51-.52.78-.76-.28.24-.54.5-.78.76Z\" fill=\"#fff\"></path><path d=\"m464.01 190.66-128-64-51.56 34.37c-.35.23-.67.48-.98.75-.28.24-.54.5-.78.76l-.09.09c-.54.59-1 1.25-1.38 1.95 0 0 0 .01-.01.02l126.8 63.4A28.93 28.93 0 0 1 424 253.87l56-37.34c0-10.96-6.19-20.97-15.99-25.87Z\" fill=\"#8FD5DE\"></path><path d=\"M424 479.51c0 3.28-1.98 5.9-4.63 7.07.91-.28 1.79-.68 2.6-1.22l52.69-35.12c3.34-2.23 5.34-5.97 5.34-9.98V216.55l-56 37.34v225.63-.01ZM207.48 262.6c-3.21-1.6-7.03-1.37-10.02.62l-68.77 49.12 216.84 108.42c6.65 3.32 14.47-1.51 14.47-8.94v-72.96L207.48 262.6Z\" fill=\"#5BA7B1\"></path><path d=\"m300.9 398.45 44.63 22.31c6.65 3.32 14.47-1.51 14.47-8.94v-52.78l-59.1 39.41Z\" fill=\"#3C8B96\"></path><path d=\"m324.96 102.48-24.43-12.21-78.88-39.44-19.27-9.64a20.005 20.005 0 0 0-20.04 1.25L120.9 83.4a19.878 19.878 0 0 0-5.98 6.24l3.41-2.27a20.005 20.005 0 0 1 20.04-1.25l131.71 65.85c.05-.04.1-.08.16-.12l62.85-41.89c-1.92-3.15-4.7-5.77-8.13-7.48Z\" fill=\"#8FD5DE\"></path><path d=\"m408.01 228-126.8-63.4a9.978 9.978 0 0 0-1.21 4.75v63.98l73.37 36.68c4.07 2.03 6.63 6.19 6.63 10.73v131.07c0 7.43-7.82 12.27-14.47 8.94L129.17 312.57a6.293 6.293 0 0 0-6.34.4 6.33 6.33 0 0 0-2.82 5.27v14.96c0 4.17 2.35 7.98 6.08 9.84l285.87 142.94a9.95 9.95 0 0 0 7.41.6c2.65-1.17 4.63-3.79 4.63-7.07V253.88c0-10.96-6.19-20.97-15.99-25.87V228Z\" fill=\"#7FBEC6\"></path><path opacity=\".5\" d=\"m408.01 228-126.8-63.4a9.978 9.978 0 0 0-1.21 4.75v1.63l122.02 61.01a28.93 28.93 0 0 1 15.99 25.87v229.02l.22-.03c.02 0 .04 0 .07-.01.36-.07.72-.15 1.07-.26 2.65-1.17 4.63-3.79 4.63-7.07V253.88c0-10.96-6.19-20.97-15.99-25.87V228Z\" fill=\"#5BA7B1\"></path><path opacity=\".5\" d=\"M207.48 262.6c-3.21-1.6-7.03-1.37-10.02.62l-68.77 49.12 29.59 14.79v-.02c0-.32.02-.71.05-1.02.02-2.31.65-4.59 1.94-6.5a14.68 14.68 0 0 1 6.52-5.35l5.05-2.12c10.1-4.23 19.45-10.05 27.71-17.24l20.9-18.18c2.32-2.02 5.19-3.22 8.2-3.52l-21.16-10.58h-.01Z\" fill=\"#3C8B96\"></path><path d=\"m280 233.33-8.16-12.05c-2.4-3.55-5.28-6.76-8.6-9.47a73.495 73.495 0 0 0-44.78-16.45h-.38c-33.7.16-67.03-7.09-97.17-22.16l-36.27-23.88a20 20 0 0 0-22.09.06L0 191.09v186.34l76.95 17.98a40.86 40.86 0 0 0 29.22-4.11 40.85 40.85 0 0 0 18.84-22.72l2.56-7.65c1.76-5.25 3.93-10.35 6.49-15.26l13.23-25.34c.4-.77.76-1.58 1-2.41 1.24-4.26 4.34-7.73 8.43-9.44l5.05-2.12c10.1-4.23 19.45-10.05 27.71-17.24l20.9-18.18c3.2-2.78 7.44-4.05 11.64-3.47l5.86.8c.42.06.84.11 1.27.14 5.82.53 11.65-.94 16.7-3.87l44.66-25.95-10.52-5.26h.01Z\" fill=\"#EC856F\"></path><path opacity=\".25\" d=\"m280 233.33-8.16-12.05c-2.4-3.55-5.28-6.76-8.6-9.47a73.424 73.424 0 0 0-44.78-16.44l-22.9-1.79-3 47.6 49.77 25.12c1.21-.51 2.4-1.09 3.54-1.75l44.65-25.95-10.52-5.26v-.01Z\" fill=\"#CD5747\"></path><path d=\"m280 233.33-8.16-12.05c-2.4-3.55-5.28-6.76-8.6-9.46a73.434 73.434 0 0 0-44.78-16.45h-.38c-33.7.16-67.03-7.09-97.17-22.16l-36.27-23.88c-2.8-1.84-5.94-2.91-9.14-3.21-3.38-.31-4.88 4.19-2.04 6.05l47.45 31.24c30.14 15.07 63.47 22.32 97.17 22.16h.38c16.41.35 32.15 6.18 44.77 16.44 3.33 2.7 6.2 5.92 8.61 9.47l8.16 12.05 1.07.54 9.44-5.49-10.52-5.26.01.01Z\" fill=\"#FC9A86\"></path><path opacity=\".25\" d=\"m150.82 268.55-7.29-9.49a91.718 91.718 0 0 0-20.64-19.61l15.7-.14c1.79-.02 3.47-1.05 4.12-2.71.94-2.39-.39-5.01-2.79-5.71l-2.3-.67a102.887 102.887 0 0 0-55.1-.74l-26.85 7.07A119.612 119.612 0 0 0 0 269.2v50.28c18.03 2 59.84 6.63 59.84 6.63 10.58 1.17 20.38-5.71 22.85-16.06l.12-.5c2.04-8.59 11.36-13.24 19.43-9.69l.06.03 15.56 6.84c1.47.65 3.08.99 4.68.86 6.43-.53 10.3-7.1 7.89-12.88l-1.3-3.12c-1.19-2.86 2.04-5.59 4.7-3.81 2.75 1.85 6.08 2.7 9.26 1.77 10.48-3.06 13.06-14.05 7.72-21.01l.01.01Z\" fill=\"#CD5747\"></path><path d=\"m280 233.33-.21-.31-42.23 24.54c-4.96 2.89-10.69 4.34-16.41 3.82-.43-.04-.86-.09-1.3-.15l-5.77-.79c-4.14-.57-8.32.68-11.46 3.42l-20.57 17.9a100.846 100.846 0 0 1-27.29 16.97l-4.98 2.09c-4.03 1.69-7.08 5.1-8.3 9.3-.24.82-.59 1.62-.99 2.38l-12.08 23.14c2.72 1.74 5.43 3.52 8.11 5.33l10.78-20.64c.4-.77.76-1.58 1-2.41 1.24-4.26 4.34-7.73 8.43-9.44l5.05-2.12a102.57 102.57 0 0 0 27.72-17.24l20.89-18.18c3.2-2.78 7.44-4.05 11.64-3.48l5.86.8c.44.06.88.11 1.32.15 5.81.52 11.62-.95 16.66-3.88l44.65-25.95-10.52-5.26v.01Z\" fill=\"#FC9A86\"></path><path d=\"M127.47 337.46a103.54 103.54 0 0 0-6.39 15.03l-2.52 7.53a40.257 40.257 0 0 1-47.33 26.42L0 369.79v7.64l76.95 17.98a40.86 40.86 0 0 0 29.22-4.11 40.85 40.85 0 0 0 18.84-22.72l2.56-7.65c1.76-5.25 3.93-10.35 6.49-15.26l2.45-4.7c-2.68-1.81-5.38-3.59-8.11-5.33l-.94 1.81.01.01Z\" fill=\"#FC9A86\"></path><path d=\"M184 208c-6.63 0-12 2.69-12 6v40c0 3.31 5.37 6 12 6s12-2.69 12-6v-40c0-3.31-5.37-6-12-6Z\" fill=\"#5BA7B1\"></path><path d=\"M159.95 267.24c-.39-2.6-1.61-5-3.49-6.84l-12.25-12.03c-2.65-2.6-5.67-4.79-8.96-6.49l-21.94-11.35c-.98-.51-.54-1.99.56-1.88l28.65 2.87c1.76.18 3.5-.76 4.16-2.4.92-2.3-.47-4.81-2.82-5.3l-28.6-5.94a52.186 52.186 0 0 0-14.75-.93l-26.25 2.08c-7.16.57-14.29 1.41-21.38 2.53l-44.19 6.95c-3.02.47-5.91 1.28-8.67 2.34v66.94a52.785 52.785 0 0 0 16.26 4.78l18.49 2.31c3.55.44 7.06 1.16 10.49 2.14l31.24 8.44c2.84.77 5.86-.19 7.74-2.44a7.527 7.527 0 0 0-1.04-10.69l-4.07-3.29a69.408 69.408 0 0 0-20.7-10.07 5.878 5.878 0 0 1-3.9-7.37c1.54-4.96 5.96-8.55 11.15-8.83 1.5-.08 3.01-.04 4.53.1 4.49.42 18.02.78 18.02.78 4.33.62 8.42 2.41 11.82 5.18l15.83 12.88a51.73 51.73 0 0 0 10.4 6.58l8.22 3.93c1.76.84 3.83.71 5.46-.35 2.98-1.93 3.45-6.1.97-8.63-5.65-5.77-15.16-15.34-20.29-20.5-2.37-2.38-4.6-4.88-6.69-7.5l-5.05-6.31c-.7-.87.35-2.06 1.3-1.48l15.33 9.37c2.4 1.46 4.54 3.3 6.35 5.45l11.14 13.2a15.33 15.33 0 0 0 7.43 4.83c1.86.54 3.93.2 5.34-1.13 1.9-1.79 2.19-4.62.82-6.72l-10.4-16 6.67 5.15a4.427 4.427 0 0 0 4.71.45c1.75-.87 2.66-2.86 2.37-4.79l-.01-.02Z\" fill=\"#E9B99E\"></path><path d=\"m184 239.77 54.37-36.24-68.2-16.46 13.83 52.7Z\" fill=\"#5BA7B1\"></path><path d=\"M184 260c-1.4 0-2.75-.13-4-.35V276c0 .42.27.82.72 1.14.93.66 1.4 1.8 1.4 2.94v3.18c0 .93.64 1.8 1.56 1.95 1.18.19 2.19-.71 2.19-1.85v-3.28c0-1.14.47-2.28 1.4-2.94.45-.32.72-.71.72-1.14v-16.35c-1.25.22-2.6.35-4 .35h.01Z\" fill=\"#3C8B96\"></path><path opacity=\".5\" d=\"m464.01 190.66-56 37.34A28.93 28.93 0 0 1 424 253.87l56-37.34c0-10.96-6.19-20.97-15.99-25.87Z\" fill=\"#5BA7B1\"></path><path opacity=\".5\" d=\"M424 445.87v33.63c0 3.28-1.98 5.9-4.63 7.07.91-.28 1.79-.68 2.6-1.22L424 484l50.66-33.77c3.34-2.23 5.34-5.97 5.34-9.98v-31.71l-56 37.34v-.01Z\" fill=\"#3C8B96\"></path><path d=\"M336.01 126.66v-6.29c0-3.75-1.05-7.33-2.93-10.41l-62.85 41.89-.13.1c-3.66 2.77-6.1 6.82-6.1 11.41v79.08c1.7-.12 3.36-.67 4.83-1.65l11.17-7.45v-63.98a10 10 0 0 1 4.45-8.32l51.56-34.37v-.01Z\" fill=\"#5BA7B1\"></path><path d=\"M408.41 160.79v6.52c5.79-1.39 9.79-4.31 9.79-7.69v-6.52c0 3.38-4 6.29-9.79 7.69Z\" fill=\"#DE6A5A\"></path><path opacity=\".5\" d=\"M408.54 174.65c-16.25-2.97-30.56 1.42-31.94 9.79-1.39 8.37 10.66 17.56 26.92 20.53 16.25 2.97 30.56-1.42 31.94-9.79 1.39-8.37-10.66-17.56-26.92-20.53Z\" fill=\"#5BA7B1\"></path><path d=\"M376.32 181.16v6.6c0 6.62 10.94 11.99 24.43 11.99s24.43-5.37 24.43-11.99v-6.6h-48.86Z\" fill=\"#975D48\"></path><path d=\"M400.75 193.15c13.492 0 24.43-5.368 24.43-11.99s-10.938-11.99-24.43-11.99c-13.492 0-24.43 5.368-24.43 11.99s10.938 11.99 24.43 11.99Z\" fill=\"#BF8563\"></path><path d=\"M383.3 122.68v55.83c0 4.73 7.81 8.57 17.45 8.57s17.45-3.84 17.45-8.57v-55.83h-34.9Z\" fill=\"#EC856F\"></path><path d=\"M418.2 153.1c0 4.73-7.81 8.57-17.45 8.57s-17.45-3.84-17.45-8.57v6.52c0 .89.27 1.74.78 2.55-.51-.8-.78-1.66-.78-2.55v8.27c0 4.73 7.81 8.57 17.45 8.57s17.45-3.83 17.45-8.57v-8.27c0 .89-.27 1.74-.78 2.55.51-.8.78-1.66.78-2.55v-6.52Z\" fill=\"#FC9A86\"></path><path opacity=\".5\" d=\"M408.41 122.68v7.13H383.3v13.4c4.43 2.22 10.61 3.6 17.45 3.6h.08c4.17 0 7.58 3.29 7.58 7.46v31.92c5.79-1.39 9.79-4.31 9.79-7.69v-55.83h-9.79v.01Z\" fill=\"#CD5747\"></path><path d=\"M395.78 121.06 187.44 38.25l1.12-2.79 208.34 82.82-1.12 2.78Z\" fill=\"#FC9A86\"></path><path d=\"M376.32 123.42v6.6c0 6.62 10.94 11.99 24.43 11.99s24.43-5.37 24.43-11.99v-6.6h-48.86Z\" fill=\"#975D48\"></path><path d=\"M400.75 133.91c-12.43 0-22.93-4.8-22.93-10.49s10.5-10.49 22.93-10.49 22.93 4.81 22.93 10.49c0 5.68-10.5 10.49-22.93 10.49Z\" fill=\"#A86C57\"></path><path d=\"M400.75 114.43c12.27 0 21.43 4.75 21.43 8.99s-9.16 8.99-21.43 8.99-21.43-4.75-21.43-8.99 9.16-8.99 21.43-8.99Zm0-3c-13.49 0-24.43 5.37-24.43 11.99s10.94 11.99 24.43 11.99 24.43-5.37 24.43-11.99-10.94-11.99-24.43-11.99Z\" fill=\"#BF8563\"></path><path opacity=\".5\" d=\"M400.75 127.18c4.231 0 7.66-1.683 7.66-3.76 0-2.076-3.429-3.76-7.66-3.76s-7.66 1.684-7.66 3.76c0 2.077 3.429 3.76 7.66 3.76Z\" fill=\"#6D493C\"></path><path d=\"M181.84 22.43c-3.82 0-6.91 1.55-6.91 3.45v41.5c0 1.91 3.09 3.45 6.91 3.45 3.82 0 6.91-1.55 6.91-3.45V25.89c0-1.91-3.09-3.45-6.91-3.45v-.01Z\" fill=\"#7FBEC6\"></path><path d=\"M193.91 475.29a53.843 53.843 0 0 1-4.32-28.8l7.59-60.3c.56-4.46.75-8.97.34-13.44-.24-2.61-.64-5.21-1.21-7.78l-7.51-34.07a4.67 4.67 0 0 0-6.41-3.28c-1.93.82-3 2.9-2.76 4.98l3.95 35.19c.12 1.1-1.36 1.55-1.88.58l-14.35-26.93a44.289 44.289 0 0 0-7.88-10.61l-14.55-14.45a14.423 14.423 0 0 0-8.21-4.06c-2.31-.32-4.68.8-5.69 2.9a5.31 5.31 0 0 0 .61 5.61l5.91 7.67-18.92-11.97a6.288 6.288 0 0 0-8.01 1.08c-1.57 1.71-1.94 4.19-1.27 6.4 1.05 3.44 3.09 6.51 5.87 8.8l15.92 13.12c2.59 2.13 4.82 4.67 6.6 7.51l12 19.11c.6.95-.58 2.01-1.46 1.32l-8.5-6.64c-3.15-2.46-6.16-5.08-9.03-7.87-6.18-6-17.61-17.08-24.6-23.77-2.63-2.52-6.86-2.68-9.47-.13a6.697 6.697 0 0 0-1.34 7.77l4.81 9.76c2.17 4.41 4.86 8.55 8.01 12.33l10.82 12.98a37.372 37.372 0 0 1-.61 48.59c-2.68 3.06-7.65 2.21-9.26-1.53-2.45-5.67-9.32-19.28-12.98-24.28l-3.8-4.58c-2.87-3.46-7.87-4.53-11.72-2.22a9.01 9.01 0 0 0-4.06 10.19l14.33 45.4c4.28 19.74 16.92 35.87 33.71 45.02.02.01.04.02.07.04 4.4 2.39 7.72 6.38 9.05 11.21l1.72 6.24h75.18l-16.69-37.09Z\" fill=\"#E9B99E\"></path><path d=\"M204.65 471.6c.09-.04.18-.09 0 0Z\" fill=\"#EC856F\"></path><path d=\"M183.29 370.95c.75-.87.87-2.13.29-3.13l-16.23-26.38a44.289 44.289 0 0 0-7.88-10.61l-14.55-14.45a14.423 14.423 0 0 0-8.21-4.06c-2.13-.29-4.3.64-5.42 2.44.09 0 .18 0 .28.02 3.1.43 5.99 1.85 8.21 4.06l14.55 14.45c3.14 3.12 5.8 6.7 7.88 10.61l16.69 26.66c.94 1.6 3.18 1.8 4.39.39ZM109.11 425.36c-2.96-8.91-12.5-25.75-16.98-29.25-2.67 1.28-3.68 4.56-2.18 7.11 1.92 3.29 8.08 12.34 9.97 16.1 2.67 5.31 7.9 8.86 13.82 9.4-1.93-.18-3.95-1.28-4.64-3.35l.01-.01ZM151.36 373.56c-2.14-1.48-5.9-4.06-9.62-6.63-7.3-5.03-14.16-10.65-20.53-16.81a4729.54 4729.54 0 0 0-15.07-14.54c-2.63-2.52-6.86-2.68-9.47-.13-.2.2-.37.41-.55.63 1.75 0 3.52.67 4.87 1.96l22.8 22.03c1.37 1.32 2.79 2.59 4.25 3.81 3.16 2.62 8.78 7.16 12.43 9.41l7.87 4.85c1.43.88 3.32.28 3.97-1.27.5-1.2.1-2.58-.96-3.32l.01.01ZM137.3 328.35l-18.68-11.82a6.287 6.287 0 0 0-8.01 1.08c-.95 1.03-1.45 2.35-1.56 3.72a6.296 6.296 0 0 1 7.19-.33l18.68 11.82c9.86 6.77 21.16 17.58 27.41 29.29.51.96 1.69 1.34 2.67.88 1.04-.48 1.48-1.72 1-2.77-5.88-12.69-18.12-24.61-28.7-31.88v.01ZM105.65 220.5c14.18-.14 35.08 7.23 41.06 8.52.85-2.27-.53-4.72-2.85-5.2l-28.6-5.94a52.186 52.186 0 0 0-14.75-.93l-26.25 2.08c-.07 0-.14.01-.21.02-1.31.1-1.2 2.06.11 2.03 11.59-.25 24.87-.52 31.5-.58h-.01ZM79.61 315.55l-.08.08c2.35-.34 4.5-1.77 5.66-4.08 1.61-3.21.58-7.13-2.21-9.39l-3.86-3.12a69.408 69.408 0 0 0-20.7-10.07 5.878 5.878 0 0 1-3.9-7.37c.45-1.45 1.15-2.78 2.05-3.95.38-.5-.17-1.15-.72-.84a12.622 12.622 0 0 0-5.94 7.33c-.97 3.11.78 6.42 3.9 7.37a69.285 69.285 0 0 1 20.7 10.07l4.07 3.29c3.27 2.65 3.74 7.47 1.04 10.69l-.01-.01ZM139.34 243.58l-.74-.56c-3.08-2.34-24.79-14.25-24.79-14.25-.98-.52-2.19-.37-3.01.38-1.37 1.25-1.06 3.48.6 4.3 0 0 19.09 9.81 22.28 12.11l.2.15c3.88 2.8 7.47 5.97 10.73 9.47l7.22 7.76c1.88 1.84 3.1 4.24 3.49 6.84.14.92 0 1.85-.37 2.67.94.13 1.93-.02 2.83-.53 1.65-.92 2.45-2.87 2.16-4.74-.4-2.57-1.62-4.95-3.48-6.78l-7.84-8.43a72.346 72.346 0 0 0-9.28-8.39ZM139.95 301.85c2.98-1.93 3.45-6.1.97-8.63-3.27-3.34-9.55-9.67-14.26-14.42-4.05-4.08-7.73-8.49-11.02-13.2-2.09-2.99-4.35-6.24-5.75-8.28a2.615 2.615 0 0 0-3.42-.81 2.615 2.615 0 0 0-.91 3.77c1.38 2.03 3.47 5.03 5.42 7.82 3.29 4.7 6.96 9.1 11 13.17 4.72 4.75 11.03 11.13 14.32 14.48 1.91 1.95 2.07 4.86.68 6.98a5.49 5.49 0 0 0 2.97-.89v.01Z\" fill=\"#F2C6AC\"></path><path d=\"M155.78 289.15c.77-.73 1.26-1.62 1.5-2.57v-.03c.06-.26.11-.53.13-.8v-.14c.01-.24.02-.47 0-.71 0-.09-.03-.19-.04-.28-.02-.19-.05-.38-.09-.57-.04-.15-.09-.3-.14-.45-.04-.13-.08-.26-.13-.39a6.8 6.8 0 0 0-.42-.8l-10.4-16-3.72-5.73c-2.75-4.23-6.6-7.64-11.14-9.86l-21.18-10.36c-.96-.47-2.1-.3-2.89.42-1.34 1.24-1.02 3.44.63 4.23l21.67 10.46c3.07 1.48 5.71 3.73 7.67 6.52l14.75 22.86c1.1 1.69 1.11 3.84.09 5.55 1.36.02 2.7-.42 3.7-1.36l.01.01ZM191.93 380.3l-1.03 11.1-10.33 59.64c-1.24 9.81.26 19.78 4.32 28.8L199.36 512h11.06l-16.52-36.71a53.843 53.843 0 0 1-4.32-28.8l7.59-60.3c.52-4.12.73-8.29.42-12.43-.22-2.95-.65-5.89-1.29-8.79l-7.51-34.07a4.65 4.65 0 0 0-2.86-3.34c-1.65-.65-3.33.95-2.92 2.67 2.25 9.4 9.71 41.46 8.91 50.07h.01Z\" fill=\"#F2C6AC\"></path><path d=\"M138.37 86.11a20.005 20.005 0 0 0-20.04 1.25c-2.9 1.93-5.06 4.85-5.83 8.24-.33 1.44-.5 2.92-.5 4.43v62.45c0 6.28 1.18 12.51 3.49 18.36l11.24 28.47a30.007 30.007 0 0 0 14.49 15.82l30.77 15.38a12.03 12.03 0 0 0 12.02-.74V213.7c0-4.46 4.69-7.36 8.68-5.37l66.13 33.06a9.94 9.94 0 0 0 5.19 1.02v-78.94c0-4.61 2.28-8.92 6.08-11.53L138.38 86.09l-.01.02Z\" fill=\"#7FBEC6\"></path><path opacity=\".5\" d=\"M246.74 180c-3.93-11.49-15.86-20.8-26.66-20.8s-16.36 9.31-12.43 20.8c3.93 11.49 15.86 20.8 26.66 20.8s16.36-9.31 12.43-20.8ZM399.32 324.03c-2.11-6.18-8.54-11.2-14.35-11.2-5.81 0-8.8 5.01-6.69 11.2 2.11 6.18 8.54 11.2 14.35 11.2 5.81 0 8.8-5.01 6.69-11.2ZM399.32 361.57c-2.11-6.18-8.54-11.2-14.35-11.2-5.81 0-8.8 5.01-6.69 11.2 2.11 6.18 8.54 11.2 14.35 11.2 5.81 0 8.8-5.01 6.69-11.2Z\" fill=\"#3C8B96\"></path><path d=\"M480.8 280.35c.04-.03.07.07 0 0ZM441.9 319.36c-.06-.08-.04.03 0 0Z\" fill=\"#7FBEC6\"></path><path d=\"M441.9 323.14c-4.89-2.98-8.57-8.06-5.52-18.17 4.16-13.8 16.82-28.59 28.26-33.04 3.41-1.33 6-1.19 8.22-.44 1.17.39 2.23 1 3.21 1.7l4.72 3.38c4.88 2.99 8.57 8.06 5.52 18.17-4.16 13.8-16.82 28.59-28.26 33.04-3.41 1.33-5.99 1.19-8.22.45-1.17-.39-2.24-1-3.22-1.7l-4.72-3.38.01-.01Z\" fill=\"#7FBEC6\"></path><path d=\"M449.36 308.94c3.23-10.69 13.03-22.15 21.89-25.59 8.86-3.45 13.43 2.43 10.21 13.11-3.23 10.69-13.03 22.15-21.89 25.59-8.86 3.45-13.43-2.43-10.21-13.11Z\" fill=\"#8FD5DE\"></path><path d=\"M160 167c-.45 0-.91-.1-1.34-.32l-16-8a3.005 3.005 0 0 1-1.34-4.03 2.997 2.997 0 0 1 4.02-1.34l16 8a3.005 3.005 0 0 1-1.35 5.69h.01ZM160 154c-.45 0-.91-.1-1.34-.32l-16-8a3.005 3.005 0 0 1-1.34-4.03 2.997 2.997 0 0 1 4.02-1.34l16 8a3.005 3.005 0 0 1-1.35 5.69h.01Z\" fill=\"#5BA7B1\"></path><path opacity=\".5\" d=\"M138.37 86.11a20.005 20.005 0 0 0-20.04 1.25c-.92.62-1.76 1.34-2.51 2.14a20.01 20.01 0 0 1 16.56.6l133.68 66.14c1.02-1.67 2.36-3.14 4.02-4.28L138.37 86.11Z\" fill=\"#5BA7B1\"></path></g><defs><clipPath id=\"clip0_755_1478\"><path fill=\"#fff\" d=\"M0 0h512v512.52H0z\"></path></clipPath></defs></svg>";
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: "<svg preserveAspectRatio=\"xMidYMid slice\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_755_1554)\"><path d=\"M512 0H0v512h512V0Z\" fill=\"#D2D5D9\"></path><path opacity=\".25\" d=\"M410.33 43.69 439.4 0H0v228L104.67 64.79c14.78-23.05 51.69-34.51 85.62-26.59l134.82 31.46c33.58 7.84 70.14-3.3 85.21-25.96l.01-.01Z\" fill=\"#fff\"></path><path opacity=\".5\" d=\"M512 268.42 269.42 147.13a30.013 30.013 0 0 0-26.83 0L0 268.42V512h512V268.42Z\" fill=\"#fff\"></path><path d=\"M434.14 417.59c34.772 0 62.96-13.839 62.96-30.91 0-17.071-28.188-30.91-62.96-30.91-34.772 0-62.96 13.839-62.96 30.91 0 17.071 28.188 30.91 62.96 30.91ZM264.72 364.19c43.874 0 79.44-17.461 79.44-39s-35.566-39-79.44-39c-43.873 0-79.44 17.461-79.44 39s35.567 39 79.44 39ZM93.96 417.59c34.772 0 62.96-13.839 62.96-30.91 0-17.071-28.188-30.91-62.96-30.91-34.772 0-62.96 13.839-62.96 30.91 0 17.071 28.188 30.91 62.96 30.91Z\" fill=\"#D2D5D9\"></path><path d=\"M186.24 300.71h-.96v19.1c0 19.17 31.66 34.72 70.72 34.72s70.72-15.54 70.72-34.72v-19.1H186.24Z\" fill=\"#975D48\"></path><path d=\"M256 335.43c39.058 0 70.72-15.544 70.72-34.72 0-19.175-31.662-34.72-70.72-34.72s-70.72 15.545-70.72 34.72c0 19.176 31.662 34.72 70.72 34.72Z\" fill=\"#BF8563\"></path><path d=\"M256 112.28c-31.83 0-57.64 12.67-57.64 28.29v151.38c0 15.63 25.81 28.29 57.64 28.29 31.83 0 57.64-12.67 57.64-28.29V140.57c0-15.63-25.8-28.29-57.64-28.29Z\" fill=\"#5AB2AC\"></path><path opacity=\".5\" d=\"M256 246.17c-31.83 0-57.64-12.67-57.64-28.29v38.51c0 11.59 14.2 21.54 34.51 25.92l35.2-36.76c-3.89.41-7.93.63-12.07.63v-.01Z\" fill=\"#83D6D0\"></path><path d=\"M244.54 284.12c-4.06-.4-7.96-1.02-11.67-1.82l-24.49 25.58c1.56 1.12 3.28 2.19 5.15 3.19l31.01-26.95ZM313.64 217.88v-58.04H198.37v17.44c0 15.44 10.54 28.84 25.52 32.6 9.64 2.42 20.55 3.78 32.12 3.78h.4c10.85-.01 19.65 8.78 19.65 19.62v3.93l-7.97 8.33c26.03-2.73 45.56-14.07 45.56-27.67l-.01.01Z\" fill=\"#399C97\"></path><path d=\"M276.05 280.24v8.32c0 10.99-8.84 20.04-19.84 20.06H256c-31.83 0-57.64-12.67-57.64-28.29v11.63c0 15.63 25.81 28.29 57.64 28.29 31.83 0 57.64-12.67 57.64-28.29v-38.24c0 12.17-15.64 22.53-37.59 26.53v-.01Z\" fill=\"#399C97\"></path><path d=\"m256.51 273.71 8.85-7.69c-2.94 2.56-5.89 5.12-8.84 7.68l-.01.01ZM244.54 284.12c3.97-3.45 7.97-6.93 11.98-10.41l-11.98 10.41Z\" fill=\"#399C97\"></path><path d=\"M276.38 244.34c-2.68.5-5.45.91-8.31 1.2l-35.2 36.76c3.7.8 7.6 1.41 11.67 1.82l11.98-10.41c2.95-2.56 5.9-5.13 8.84-7.68l33.89-29.45c-6.16 3.43-13.99 6.12-22.87 7.77v-.01Z\" fill=\"#399C97\"></path><path d=\"m299.25 236.57-33.89 29.45c4.18-3.62 10.69-.66 10.69 4.88v12.02l.33-.06c21.77-4.04 37.26-14.37 37.26-26.47v-38.51c0 7.17-5.43 13.71-14.39 18.69Z\" fill=\"#399C97\"></path><path d=\"M186.24 144.96h-.96v19.1c0 19.17 31.66 34.72 70.72 34.72s70.72-15.54 70.72-34.72v-19.1H186.24Z\" fill=\"#975D48\"></path><path d=\"M256 176.68c-36.71 0-67.72-14.53-67.72-31.72 0-17.19 31.01-31.72 67.72-31.72 36.71 0 67.72 14.53 67.72 31.72 0 17.19-31.01 31.72-67.72 31.72Z\" fill=\"#A86C57\"></path><path d=\"M256 122.54c33.35 0 61.99 11.99 66.96 27.07.5-1.52.77-3.07.77-4.65 0-17.19-31.01-31.72-67.72-31.72-36.71 0-67.72 14.53-67.72 31.72 0 1.57.27 3.13.77 4.65 4.97-15.08 33.61-27.07 66.96-27.07H256Z\" fill=\"#975D48\"></path><path d=\"M256 116.24c17.99 0 34.81 3.39 47.36 9.55 11.03 5.42 17.36 12.4 17.36 19.16s-6.33 13.75-17.36 19.16c-12.55 6.16-29.37 9.55-47.36 9.55s-34.81-3.39-47.36-9.55c-11.03-5.42-17.36-12.4-17.36-19.16s6.33-13.75 17.36-19.16c12.55-6.16 29.37-9.55 47.36-9.55Zm0-6c-39.06 0-70.72 15.54-70.72 34.72s31.66 34.72 70.72 34.72 70.72-15.54 70.72-34.72-31.66-34.72-70.72-34.72Z\" fill=\"#BF8563\"></path><path d=\"M371.94 365.78h-.75v14.83c0 14.89 24.58 26.95 54.91 26.95s54.91-12.07 54.91-26.95v-14.83H371.94Z\" fill=\"#975D48\"></path><path d=\"M426.09 392.73c30.326 0 54.91-12.066 54.91-26.95 0-14.884-24.584-26.95-54.91-26.95-30.326 0-54.91 12.066-54.91 26.95 0 14.884 24.584 26.95 54.91 26.95Z\" fill=\"#BF8563\"></path><path d=\"M426.09 219.5c-24.71 0-44.75 9.83-44.75 21.97v117.52c0 12.13 20.03 21.97 44.75 21.97s44.75-9.83 44.75-21.97V241.47c0-12.13-20.03-21.97-44.75-21.97Z\" fill=\"#DE6A5A\"></path><path d=\"M381.35 257.35v26.88c7.88 5.43 19.75 9.37 33.52 10.78 7.58.77 14.69 4.02 20.08 9.41l.1.1a27.518 27.518 0 0 1 8.07 19.48v7.99c0 7.3-2.9 14.3-8.05 19.46-6.28 6.29-15.23 9.24-23.99 7.7-17.32-3.03-29.72-11.15-29.72-20.7v20.54c0 12.13 20.03 21.97 44.75 21.97s44.75-9.83 44.75-21.97V257.36h-89.49l-.02-.01Z\" fill=\"#CD5747\"></path><path d=\"M31.75 365.78H31v14.83c0 14.89 24.58 26.95 54.91 26.95s54.91-12.07 54.91-26.95v-14.83H31.75Z\" fill=\"#975D48\"></path><path d=\"M85.91 392.73c30.326 0 54.91-12.066 54.91-26.95 0-14.884-24.584-26.95-54.91-26.95-30.326 0-54.91 12.066-54.91 26.95 0 14.884 24.584 26.95 54.91 26.95Z\" fill=\"#BF8563\"></path><path d=\"M85.91 219.5c-24.71 0-44.75 9.83-44.75 21.97v117.52c0 12.13 20.03 21.97 44.75 21.97s44.75-9.83 44.75-21.97V241.47c0-12.13-20.03-21.97-44.75-21.97Z\" fill=\"#E9AF58\"></path><path opacity=\".5\" d=\"M41.16 257.35v26.88c7.88 5.43 19.75 9.37 33.52 10.78 7.58.77 14.69 4.02 20.08 9.41l.1.1a27.518 27.518 0 0 1 8.07 19.48v7.99c0 7.3-2.9 14.3-8.05 19.46-6.28 6.29-15.23 9.24-23.99 7.7-17.32-3.03-29.72-11.15-29.72-20.7v20.54c0 12.13 20.03 21.97 44.75 21.97s44.75-9.83 44.75-21.97V257.36H41.16v-.01Z\" fill=\"#D9942D\"></path><path d=\"M351.13 158.07c-4.64-4.23-11.83-3.91-16.07.73l-134.4 147.25c-1.95 2.14 1.07 5.17 3.2 3.22 53.88-49.15 147.8-134.77 148-135.13 4.23-4.64 3.91-11.83-.73-16.07Zm-5.11 12.15-10.58 10.58a4.52 4.52 0 0 1-3.21 1.33c-1.16 0-2.33-.44-3.21-1.33-1.77-1.77-1.77-4.65 0-6.43l10.58-10.58a4.557 4.557 0 0 1 6.43 0c1.77 1.77 1.77 4.65 0 6.43h-.01Z\" fill=\"#9FA5AB\"></path><path d=\"M338.26 177.98v151.91c0 16.41-9.86 30.93-25.12 36.98L209.2 408.09c-8.84 3.51-14.14 11.9-13.51 21.38.63 9.49 7 17.1 16.22 19.4l35.91 8.96c7.96 1.99 11.25 8.43 11.68 13.79.43 5.36-1.82 12.24-9.38 15.45l-54.32 23.29h15l41.66-17.76c8.64-3.67 13.75-12.09 13.01-21.45-.74-9.36-7.1-16.88-16.21-19.15l-35.91-8.96c-8.07-2.01-11.33-8.54-11.69-13.98-.36-5.44 2-12.34 9.73-15.41l103.94-41.22c17.56-6.96 28.9-23.67 28.9-42.56V171.96l-6 6 .03.02Z\" fill=\"#83D6D0\"></path><path opacity=\".5\" d=\"M256 153.32c9.4 0 17.02-3.743 17.02-8.36 0-4.617-7.62-8.36-17.02-8.36-9.4 0-17.02 3.743-17.02 8.36 0 4.617 7.62 8.36 17.02 8.36Z\" fill=\"#6D493C\"></path><path d=\"m470 366.48-2.38-1.03a150.404 150.404 0 0 1-78.97-80.18l-3.2-7.69c-2.5-1.33-4.73-2.78-6.66-4.33-.3.66-.33 1.43-.04 2.13l5.82 13.98a150.37 150.37 0 0 0 78.97 80.18l4.32 1.88c1.01.44 2.19.22 2.97-.57 1.34-1.34.91-3.61-.83-4.37Z\" fill=\"#EC856F\"></path><path d=\"M371.94 244.87h-.75v14.83c0 14.89 24.58 26.95 54.91 26.95s54.91-12.07 54.91-26.95v-14.83H371.94Z\" fill=\"#975D48\"></path><path d=\"M426.09 268.82c28.669 0 51.91-10.723 51.91-23.95 0-13.227-23.241-23.95-51.91-23.95-28.669 0-51.91 10.723-51.91 23.95 0 13.227 23.241 23.95 51.91 23.95Z\" fill=\"#A86C57\"></path><path d=\"M426.09 223.92c13.77 0 26.62 2.59 36.18 7.28 8.09 3.97 12.73 8.95 12.73 13.67 0 4.72-4.64 9.7-12.73 13.67-9.56 4.69-22.41 7.28-36.18 7.28s-26.62-2.59-36.18-7.28c-8.09-3.97-12.73-8.95-12.73-13.67 0-4.72 4.64-9.7 12.73-13.67 9.56-4.7 22.41-7.28 36.18-7.28Zm0-6c-30.32 0-54.91 12.07-54.91 26.95 0 14.88 24.58 26.95 54.91 26.95S481 259.75 481 244.87c0-14.88-24.58-26.95-54.91-26.95Z\" fill=\"#BF8563\"></path><path opacity=\".5\" d=\"M426.09 250.8c6.672 0 12.08-2.655 12.08-5.93s-5.408-5.93-12.08-5.93-12.08 2.655-12.08 5.93 5.408 5.93 12.08 5.93Z\" fill=\"#6D493C\"></path><path d=\"M31.75 244.87H31v14.83c0 14.89 24.58 26.95 54.91 26.95s54.91-12.07 54.91-26.95v-14.83H31.75Z\" fill=\"#975D48\"></path><path d=\"M85.91 268.82c28.669 0 51.91-10.723 51.91-23.95 0-13.227-23.241-23.95-51.91-23.95-28.67 0-51.91 10.723-51.91 23.95 0 13.227 23.24 23.95 51.91 23.95Z\" fill=\"#A86C57\"></path><path d=\"M85.91 223.92c13.77 0 26.62 2.59 36.18 7.28 8.09 3.97 12.73 8.95 12.73 13.67 0 4.72-4.64 9.7-12.73 13.67-9.56 4.69-22.41 7.28-36.18 7.28s-26.62-2.59-36.18-7.28C41.64 254.57 37 249.59 37 244.87c0-4.72 4.64-9.7 12.73-13.67 9.56-4.7 22.41-7.28 36.18-7.28Zm0-6c-30.32 0-54.91 12.07-54.91 26.95 0 14.88 24.58 26.95 54.91 26.95s54.91-12.07 54.91-26.95c0-14.88-24.58-26.95-54.91-26.95Z\" fill=\"#BF8563\"></path><path opacity=\".5\" d=\"M85.91 250.8c6.672 0 12.08-2.655 12.08-5.93s-5.408-5.93-12.08-5.93-12.08 2.655-12.08 5.93 5.408 5.93 12.08 5.93Z\" fill=\"#6D493C\"></path><path d=\"m129.82 366.48-2.38-1.03a150.404 150.404 0 0 1-78.97-80.18l-3.2-7.69c-2.5-1.33-4.73-2.78-6.66-4.33-.3.66-.33 1.43-.04 2.13l5.82 13.98a150.37 150.37 0 0 0 78.97 80.18l4.32 1.88c1.01.44 2.19.22 2.97-.57 1.34-1.34.91-3.61-.83-4.37Z\" fill=\"#FFC875\"></path><path d=\"m310.86 299.96-3-1.3a190.063 190.063 0 0 1-99.81-101.34l-4.04-9.72c-3.16-1.68-5.98-3.51-8.42-5.47-.38.84-.42 1.81-.05 2.69l7.35 17.67a190.097 190.097 0 0 0 99.81 101.34l5.46 2.37c1.28.56 2.77.27 3.76-.71 1.7-1.69 1.15-4.56-1.05-5.52l-.01-.01Z\" fill=\"#83D6D0\"></path></g><defs><clipPath id=\"clip0_755_1554\"><path fill=\"#fff\" d=\"M0 0h512v512H0z\"></path></clipPath></defs></svg>";
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: "<svg preserveAspectRatio=\"xMidYMid slice\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_755_1599)\"><path opacity=\".5\" d=\"M145.98 0H0v231.98l145.98-48.65V0Z\" fill=\"#fff\"></path><path d=\"M512 0H0v512h512V0Z\" fill=\"#D2D5D9\"></path><path opacity=\".5\" d=\"M145.98 0v183.33S350.7 251.57 512 305.34V0H145.98Z\" fill=\"#E8E9EB\"></path><path opacity=\".5\" d=\"M0 231.98V512h512V305.33c-161.3-53.77-366.02-122.01-366.02-122.01L0 231.98Z\" fill=\"#fff\"></path><path opacity=\".5\" d=\"M461.33 380 37.34 409.33l308 102.67H512V396.89c-15.66-5.22-32.98-10.99-50.67-16.89Z\" fill=\"#B6BABF\"></path><path opacity=\".25\" d=\"M58.68 76.41c13.5 5.21 28.62-1.92 33.18-15.65L112.06 0H0v178.21l25.25-85.34c4.2-14.19 19.62-21.78 33.43-16.45v-.01ZM452.56 6.25c11.92 21.49 2.1 44.42-21.79 50.84-28.45 7.65-35.82 37.89-14.73 60.47l95.95 102.7V0h-62.91l3.47 6.25h.01Z\" fill=\"#fff\"></path><path d=\"m293.34 172-256 85.33 168 56 256-85.33-168-56Z\" fill=\"#BF8563\"></path><path d=\"m461.34 228-256 85.33v152l256-85.33V228Z\" fill=\"#975D48\"></path><path d=\"m37.34 409.33 168 56v-152l-168-56v152Z\" fill=\"#975D48\"></path><path opacity=\".5\" d=\"m37.34 409.33 168 56v-152l-168-56v152Z\" fill=\"#BF8563\"></path><path d=\"m326.56 132.49-135.25 45.08 88.76 29.59 135.24-45.08-88.75-29.59Z\" fill=\"#E9AF58\"></path><path d=\"m415.31 162.08-135.24 45.08v64l135.24-45.08v-64Z\" fill=\"#D9942D\"></path><path d=\"m191.31 241.57 88.76 29.59v-64l-88.76-29.59v64Z\" fill=\"#E0A143\"></path><path d=\"m287.66 116.96-56.17-18.57v66.2l56.17 18.57v-66.2Z\" fill=\"#975D48\"></path><path d=\"m287.66 116.96-56.17-18.57v66.2l56.17 18.57v-66.2Z\" fill=\"#BF8563\"></path><path d=\"m290.09 80.88-58.6 17.51 56.17 18.57 55.55-18.52-53.12-17.56Z\" fill=\"#BF8563\"></path><path d=\"m343.21 98.44-55.55 18.52v66.2l55.55-18.52v-66.2Z\" fill=\"#975D48\"></path><path d=\"m143.62 177.28-56.17-18.57v93.7l56.17 18.57v-93.7Z\" fill=\"#5BA7B1\"></path><path d=\"m146.05 141.2-58.6 17.51 56.17 18.57 55.55-18.52-53.12-17.56Z\" fill=\"#7FBEC6\"></path><path d=\"m199.17 158.76-55.55 18.52v93.7l55.55-18.52v-93.7Z\" fill=\"#3C8B96\"></path><path d=\"m220.32 216.62-67.62 22.54 44.38 14.79 67.62-22.54-44.38-14.79Z\" fill=\"#EC856F\"></path><path d=\"m264.7 231.41-67.62 22.54v34.57l67.62-22.54v-34.57Z\" fill=\"#CD5747\"></path><path d=\"m152.7 273.73 44.38 14.79v-34.57l-44.38-14.79v34.57Z\" fill=\"#DE6A5A\"></path><path d=\"M73.66 269.44v37.82a5 5 0 0 0 3.42 4.74l19.07 6.36c1.94.65 3.95-.8 3.95-2.85v-37.26l-26.43-8.81h-.01ZM108.76 165.76v19.52a5 5 0 0 0 3.42 4.74l6.17 2.06c1.94.65 3.95-.8 3.95-2.85v-19l-13.54-4.48v.01Z\" fill=\"#fff\"></path><path d=\"M221.75 245.73v9.71c0 2.05 2.01 3.49 3.95 2.85l15.96-5.32a5 5 0 0 0 3.42-4.74v-10.27l-23.33 7.78v-.01Z\" fill=\"#E8E9EB\"></path><path d=\"M437.34 256.36a2 2 0 0 0-2.63-1.9l-36 12a2 2 0 0 0-1.37 1.9v5.53a2 2 0 0 0 2.63 1.9l36-12a2 2 0 0 0 1.37-1.9v-5.53Z\" fill=\"#BF8563\"></path><path opacity=\".5\" d=\"M398.71 282.46a2 2 0 0 0-1.37 1.9v1.28a2 2 0 0 0 2.63 1.9l20-6.67a2 2 0 0 0 1.37-1.9v-1.28a2 2 0 0 0-2.63-1.9l-20 6.67ZM398.71 293.31a2 2 0 0 0-1.37 1.9v1.28a2 2 0 0 0 2.63 1.9l20-6.67a2 2 0 0 0 1.37-1.9v-1.28a2 2 0 0 0-2.63-1.9l-20 6.67Z\" fill=\"#BF8563\"></path><path d=\"M125.04 229.29a2 2 0 0 1 1.37 1.9v1.28a2 2 0 0 1-2.63 1.9l-20-6.67a2 2 0 0 1-1.37-1.9v-1.28a2 2 0 0 1 2.63-1.9l20 6.67ZM125.04 240.15a2 2 0 0 1 1.37 1.9v1.28a2 2 0 0 1-2.63 1.9l-20-6.67a2 2 0 0 1-1.37-1.9v-1.28a2 2 0 0 1 2.63-1.9l20 6.67Z\" fill=\"#7FBEC6\"></path><path d=\"M309.49 124.73a2 2 0 0 0-1.37 1.9v1.28a2 2 0 0 0 2.63 1.9l20-6.67a2 2 0 0 0 1.37-1.9v-1.28a2 2 0 0 0-2.63-1.9l-20 6.67Z\" fill=\"#BF8563\"></path><path d=\"m355.7 199.81-55.8 18.61a2 2 0 0 0-1.37 1.9v1.27a2 2 0 0 0 2.63 1.9l55.8-18.61a2 2 0 0 0 1.37-1.9v-1.28c0-1.36-1.34-2.33-2.63-1.9v.01Z\" fill=\"#E9AF58\"></path><path d=\"M377.38 174.72v14.8c0 2.05 2.01 3.49 3.95 2.85l15.96-5.32a5 5 0 0 0 3.42-4.74v-15.36l-23.33 7.78v-.01Z\" fill=\"#E8E9EB\"></path><path d=\"M245.83 103.13V121a5 5 0 0 0 3.42 4.74l6.17 2.06c1.94.65 3.95-.8 3.95-2.85V107.6l-13.54-4.48v.01Z\" fill=\"#fff\"></path><path d=\"m329.49 128.93-8 2.67a2 2 0 0 0-1.37 1.9v1.28a2 2 0 0 0 2.63 1.9l8-2.67a2 2 0 0 0 1.37-1.9v-1.28a2 2 0 0 0-2.63-1.9Z\" fill=\"#BF8563\"></path><path d=\"M191.31 404.54c0-1.9-1.22-3.59-3.02-4.19l-36.9-12.3c-1.43-.48-2.9.59-2.9 2.09v6.94l42.82 14.27v-6.82.01ZM148.49 405.59v19.81c0 1.9 1.22 3.59 3.02 4.19l36.9 12.3c1.43.48 2.9-.59 2.9-2.09v-19.93l-42.82-14.27v-.01Z\" fill=\"#975D48\"></path></g><defs><clipPath id=\"clip0_755_1599\"><path fill=\"#fff\" d=\"M0 0h512v512H0z\"></path></clipPath></defs></svg>";
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 525.5 525.5\"><path d=\"M439.9 310.8c-.2.2-.1.5.1.7l13.2 8.7c.1.1.2.1.3.1.2 0 .3-.1.4-.2.2-.2.1-.5-.1-.7l-13.2-8.7c-.3-.2-.6-.1-.7.1z\"></path><path d=\"M463.4 235c1.1-9.4-1-18.6-5.1-21.6-1.7-1.2-3.6-1.3-5.4-.3l-.3.3-6.1-9.8-.1-.1-.8-8.1c-.2-1.9-1.7-3.3-3.6-3.3h-33c-1.6-33-14-75.8-44-75.9h-.1c-7.8 0-14.9 3.1-21.1 9.3-12.5 12.5-21 38.1-22.3 66.5h-20.7v-2.5c0-1.5-1.2-2.7-2.7-2.7h-3.8c-1.5 0-2.7 1.2-2.7 2.7v2.5H288c-1.9 0-3.4 1.4-3.6 3.3l-.8 8.4-5.9 9.5c-.1-.1-.3-.3-.5-.3-.8-.2-2.2-.3-3.6.8-.4.3-.7.6-1.1 1.1-8.5 9.5-6.5 32.6-.8 51.2h-34.5c.1-2.1.2-4.6.4-7.3.6-10.3 1.3-23.1.1-30.3-1.7-10.1-8.9-21.5-13.3-26.6-3.9-4.5-9.3-10.8-11.1-12.9 6.2-4 9.6-9.6 10.1-16.6v-.6c.3-3-.4-7.1-2.8-9.7-1.5-1.7-3.4-2.5-5.7-2.5h-39.6c-.3-11.5-6.3-23-19.3-23-4.3 0-8.2 1.7-11.4 4.5l-.2-.1c0 .1-.1.2-.1.4-4.5 4.2-7.4 10.8-7.6 18.3h-34.9c-2.3 0-4.3.8-5.7 2.5-2.3 2.6-3.1 6.7-2.8 9.7v.6c.5 7 3.9 12.6 10.1 16.6-1.9 2.2-7.3 8.4-11.1 12.9-5.4 6.3-11.9 17.3-13.3 26.6-2 12.9-.8 23 .2 32 .9 7.8 1.7 14.6.3 21.6-.8 1.7-1.7 3.6-2.4 5.6-3.2 8.4-4.4 18.9-3.6 23.5.7 3.9 4.3 6.7 8.9 8.3H62.8c-.6 0-1 .4-1 1V389c0 .6.4 1 1 1h59.7c.2.4.4.8.5 1.2 1.1 2.4 2.2 5 3.5 8.2.1.2.2.5.3.7 2.3 5.2 7.5 8.8 13.5 8.8h171.3c6 0 11.2-3.6 13.5-8.8v-.1l.3-.6c1.3-3.2 2.5-5.9 3.5-8.3.2-.4.4-.8.5-1.2H442c.9 0 1.7-.5 2.1-1.3.4-.8.3-1.7-.2-2.4l-8.4-10.8c-3-3.8-7.4-6-12.3-6h-53v-30.5c0-.3-.1-.5-.3-.7 6.3-.4 13.3-1.6 21-4 7.8-2.4 14.7-5.7 20.9-9.5H452c1.7 0 3.4-.7 4.5-2s1.7-3 1.5-4.7l-4.2-42.4c0-.1-.1-.3-.1-.4 5.8-13.2 9.3-27.2 9.7-40.5.1.4.1.3 0 .3zm-9.4-20.2c1.1-.6 2.2-.6 3.2.2 1.9 1.4 3.5 5 4.2 9.7-1.5-1.6-3.8-2-5.7-2.3l-1.5-.3c-1.4-.3-2.2-1-2.5-2.1-.3-1 0-2.2.7-3.3l1 1.6c.2.3.5.5.8.5.2 0 .4 0 .5-.2.5-.3.6-.9.3-1.4l-1.4-2.2c.2-.1.3-.1.4-.2zm-2.8 0c-1.5 1.7-2 3.8-1.5 5.7.5 1.8 1.9 3 4 3.5.5.1 1.1.2 1.6.3 3.1.6 5.1 1.1 5.5 3.8.1.5.5.8.9.8.1 3-.2 6.4-.9 9.8-1.9 8.8-4.6 17.3-8.2 25.5l-5.7-56.1 4.3 6.7zm-50.1-7.5h8.3l3.1 27.6c.1.5-.1.9-.4 1.2-.3.3-.7.5-1.2.5h-11.4c-.5 0-.9-.2-1.2-.5s-.4-.8-.4-1.2l3.2-27.6zm10.2-.4l-.1-.7c-.1-.5-.5-.9-1-.9h-10.1c-.5 0-.9.4-1 .9l-.1.7v-7.7h2.3v.6c0 1.3 1.1 2.4 2.4 2.4h3.2c1.3 0 2.4-1.1 2.4-2.4v-.6h2v7.7zm-49.2-14.7V140c1 .3 2 .5 3.1.5s2.1-.2 3.1-.5v52.2h-6.2zm-32.6 0c1.2-26.6 8.8-50.1 19.9-61.3 2.6-2.6 5.4-4.5 8.4-5.7-1.3 1.6-2.1 3.6-2.1 5.9 0 3.4 1.8 6.3 4.5 8 0 .1-.1.2-.1.4v52.7h-30.6zm-8.2 15.2h8.3l3.1 27.6c.1.5-.1.9-.4 1.2s-.7.5-1.2.5h-11.4c-.5 0-.9-.2-1.2-.5s-.4-.8-.4-1.2l3.2-27.6zm10.2-.4l-.1-.7c-.1-.5-.5-.9-1-.9h-10.1c-.5 0-.9.4-1 .9l-.1.7v-7.7h2.1v.5c0 1.3 1.1 2.4 2.4 2.4h3c1.3 0 2.4-1.1 2.4-2.4v-.6h2.3v7.8zm33.6-83.2c.6 0 1.2 0 1.7.1 3.3.8 5.8 3.7 5.8 7.2 0 4.1-3.3 7.4-7.4 7.4s-7.4-3.3-7.4-7.4c0-3.5 2.4-6.4 5.7-7.2.5-.1 1-.1 1.6-.1zm5 15.3c2.7-1.7 4.4-4.6 4.4-8 0-2.3-.8-4.3-2.1-6 17.4 6.6 27.3 36.7 28.7 67.1h-31v-52.7c.1-.2.1-.3 0-.4zm-24.8-12c5.8-5.8 12.5-8.8 19.7-8.8h.1c31 .1 42.2 48.8 42.2 81.5 0 .2-.2.4-.4.4h-3.2c-.2 0-.4-.2-.4-.4 0-2.1 0-4.1-.1-6.2.1-.1.1-.3.1-.5s-.1-.4-.2-.5c-1.5-34.5-14-68.8-36.1-70.8-.6-.1-1.3-.2-2-.2s-1.4.1-2 .2c-5.5.5-10.6 3.1-15.2 7.6-12.6 12.5-20.7 40.1-20.7 70.3 0 .2-.2.4-.4.4h-3c-.2 0-.4-.2-.4-.4.1-30.8 8.7-59.3 22-72.6zM299 208h-5.3l1.7-13.5h1.8L299 208zm-5.4-16v-2.3c0-.4.3-.7.7-.7h3.8c.4 0 .7.3.7.7v2.5h-5.4c.2-.1.2-.1.2-.2zm-7.1 3.7c.1-.8.8-1.5 1.6-1.5h5.3l-1.9 14.7c0 .3.1.6.2.8.2.2.5.3.8.3h7.6c.3 0 .6-.1.8-.3.2-.2.3-.5.2-.8l-1.9-14.7h22.3c0 1-.1 2-.1 3.1h-3.1c-.6 0-1 .4-1 1v11.8c0 .6.4 1 1 1 .2 0 .4-.1.6-.2l-2.7 23.9c-.1 1 .2 2 .9 2.8.7.8 1.6 1.2 2.7 1.2h11.4c1 0 2-.4 2.7-1.2.7-.8 1-1.8.9-2.8l-2.7-23.9c.2.1.3.2.6.2.6 0 1-.4 1-1v-11.8c0-.6-.4-1-1-1H329.4c0-1 0-2.1.1-3.1h71.9c0 1 .1 2 .1 3h-3.3c-.6 0-1 .4-1 1V210c0 .6.4 1 1 1 .2 0 .4-.1.6-.2l-2.7 23.9c-.1 1 .2 2 .9 2.8.7.8 1.6 1.2 2.7 1.2h11.4c1 0 2-.4 2.7-1.2.7-.8 1-1.8.9-2.8l-2.7-23.9c.2.1.3.2.6.2.6 0 1-.4 1-1v-11.8c0-.6-.4-1-1-1h-3c0-1 0-2-.1-3.1h32.9c.8 0 1.5.6 1.6 1.5l7.3 72.1c-11.7 24.7-30.6 45-52.5 55.3h-66.3c0-.4-.1-.9-.1-1.3-.5-4.8-.9-9.5-1.3-14.1h81.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H331c-.6-7.5-1.1-14.8-1.1-22v-15.1c0-1.8-1.5-3.3-3.3-3.3h-22.2v-5.7c0-.6-.4-1-1-1h-17.2c-.6 0-1 .4-1 1v5.7h-5.5l6.8-70.5zm75.6 134.2V325h6.1v5.1c-2.1.1-4.1 0-6.1-.2zm-18.6-4.9h16.6v4.6c-5.7-.7-11.3-2.2-16.6-4.6zm26.7 0h23.6c-7.9 3.1-15.8 4.8-23.6 5.1V325zm-10.1 44.6h-25.3c.1-1.2.1-2.5.1-3.8v-6.2c1.1-1.1 2.1-2.3 3.1-3.6.2-.2.2-.5.2-.8l-1.8-11.2c-.1-.4-.4-.7-.8-.8-.4-.1-.8.1-1 .5-.1.2-.3.5-.4.7-.4-5-.8-9.9-1.2-14.8 5.8 3.7 14.8 7.8 27.3 8.8 0 .1-.1.2-.1.3v30.9zm-81.5 6.8h.7v9.6h-.7v-9.6zm-2 16.3h-10.9v-16.3h4.5v8.9c0 .6.4 1 1 1s1-.4 1-1v-8.9h4.5v16.3zm-101.2 1h10.9v8.7l-5.5 4.4-5.5-4.4v-8.7zm-2-7.8h-.7v-9.6h.7v9.6zm2 1v-10.6h4.5v8.9c0 .6.4 1 1 1s1-.4 1-1v-8.9h4.5v15.3h-10.9v-4.7zm0-30.7h10.9v18.2h-4.5v-1c0-.6-.4-1-1-1s-1 .4-1 1v1h-4.5v-18.2zm12.9 20.2h.7v9.6h-.7v-9.6zm-.4 27.3c.2-.2.4-.5.4-.8v-9.2h1.3c.6 0 1-.4 1-1s-.4-1-1-1h-1.3v-3.8h1.7c.6 0 1-.4 1-1v-11.6c0-.6-.4-1-1-1h-1.7v-4.1c.2.2.4.3.7.3h74.4c.1 0 .2 0 .3-.1v3.8H262c-.6 0-1 .4-1 1v11.6c0 .6.4 1 1 1h1.7v4.8h-1.3c-.6 0-1 .4-1 1s.4 1 1 1h1.3v8.2c0 .3.1.6.4.8l4.3 3.4h-84.8l4.3-3.3zm75.8-17.8h-.7v-9.6h.7v9.6zm2 16.6v-7.7h10.9v7.7l-5.5 4.4-5.4-4.4zm6.5-28.1v-1c0-.6-.4-1-1-1s-1 .4-1 1v1h-4.5v-18.2h10.9v18.2h-4.4zm6.4-18.2h2.8c.6 0 1-.4 1-1s-.4-1-1-1h-20.6c-.6 0-1 .4-1 1s.4 1 1 1h2.8v12.5c-.1 0-.2-.1-.3-.1H189c-.3 0-.6.1-.7.3v-12.8h2.8c.6 0 1-.4 1-1s-.4-1-1-1h-20.6c-.6 0-1 .4-1 1s.4 1 1 1h2.8v12.6c-.1-.1-.3-.1-.5-.1h-37.2c-6.2 0-11.2-5-11.2-11.2v-88c0-.7.6-1.3 1.3-1.3h51.7c2 3.3 6.8 9.6 17.9 17.6l-1.1 1.4c-.2.2-.2.5-.2.7 0 .3.2.5.4.7l4 3.1-.6.8c-.3.4-.3 1.1.2 1.4.2.1.4.2.6.2.3 0 .6-.1.8-.4l.6-.8 4 3.1c.2.1.4.2.6.2.3 0 .6-.1.8-.4l1.1-1.4 4.7 3.6c-.1.1-.2.1-.3.2-.8 1.1-1.2 2.5-1 3.8.2 1.4.9 2.6 2 3.5l48.7 37.3c.9.7 2 1.1 3.2 1.1h.7c1.4-.2 2.6-.9 3.5-2 .2-.2.2-.5.2-.7 21.9 14.6 38.4 24.9 51.4 24.9 1.5 0 3-.2 4.5-.5-2.1 1.9-4.8 3-7.6 3h-37.7v-12.3zM152.6 197v5h-6.5v-5h6.5zm-6.5 6h6.5v3.2h-6.5V203zm7.5 5.2c.6 0 1-.4 1-1V197h6.2v10.2c0 .6.4 1 1 1h2.9c.2 10.1 1.1 18.1 3 24.4h-18.9c1.7-7.8 2.6-16.3 2.2-24.4h2.6zm9.2-2V203h6.5v3.2h-6.5zm6.6-4.2h-6.5v-5h6.5v5zm-1 32.6c.5 1.6 1.1 3 1.8 4.3.2.3.5.6.9.6.2 0 .3 0 .4-.1.5-.2.7-.8.4-1.3-.5-1-1-2.2-1.4-3.4H208v8.6h-25.4c-.3 0-.5.2-.5.5s.2.5.5.5H208v4h-27.1c-.7-.3-3.4-2.6-4.2-3.5-.4-.4-1-.5-1.4-.1-.4.4-.5 1-.1 1.4.4.4 1.3 1.3 2.4 2.2h-34c.6-1.3 1.2-2.6 1.7-4h19.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-19c1-2.7 1.9-5.6 2.6-8.6h20.1zm30.6 25.5h-4.6l1.5-9.5h1.6l1.5 9.5zm-55.4-17h-34.9v-8.6h37.6c-.8 3.1-1.7 6-2.7 8.6zm-34.9 1h34.5c-.6 1.4-1.2 2.8-1.8 4h-32.7v-4zm4.3 6.1h27.3c-.7 1.3-1.5 2.5-2.3 3.6-.3.4-.2 1.1.2 1.4.2.1.4.2.6.2.3 0 .6-.1.8-.4 1-1.4 2-3 2.9-4.8h51.3l-1.7 10.8c0 .3 0 .6.2.8.2.2.5.4.8.4h6.9c.3 0 .6-.1.8-.4.2-.2.3-.5.2-.8l-1.7-10.8h4.8v16h-11.9c-2.5-2.7-3.6-4.5-3.7-4.6-.2-.4-.7-.6-1.1-.4l-10.7 3.1c-.3.1-.5.2-.6.5-.1.2-.2.5-.1.8l.2.6h-8.8v-5.7c0-.6-.4-1-1-1h-17.2c-.6 0-1 .4-1 1v5.7h-22.6c-1.8 0-3.3 1.5-3.3 3.3v15.1c0 5.5-.3 11-.7 16.6h-2.7c-5.4-.4-6.1-2.8-6.1-4.9v-46.1zm207.4 18v85.3c-11.3.5-26.1-9.9-43.2-21.8-.3-.2-.6-.4-.9-.7 1.7-2.3 1.3-5.5-1-7.3l-48.6-37.3c-1.1-.8-2.5-1.2-3.9-1-1.4.2-2.6.9-3.5 2 0 0-.1.1-.1.2l-4.7-3.6 1-1.3c.2-.2.2-.5.2-.7 0-.3-.2-.5-.4-.7l-4-3.1.6-.8c.3-.4.3-1.1-.2-1.4-.4-.3-1.1-.3-1.4.2l-.6.8-4-3.1c-.4-.3-1.1-.3-1.4.2l-1.1 1.4c-3.8-2.5-6.8-5-9-7.2h126.2zm-18.3-2h-15.2v-4.7h15.2v4.7zm25.5 85c-1.4.9-3 1.5-4.6 1.9-.5.1-1 .2-1.6.2v-85.2h4.8c.7 0 1.3.6 1.3 1.3v81.7c0 .1.1.1.1.1zm2.5-29.3c.8 8.1 1.6 16.5 2.2 25.1-.9 1.1-1.8 2-2.7 2.8v-33.2c.1 1.8.3 3.5.5 5.3zm-68.2 15.2c1.7 1.1 3.3 2.2 4.9 3.3-.2.1-.4.2-.5.3-.5.7-1.3 1.1-2.1 1.2-.8.1-1.7-.1-2.4-.6l-2.2-1.7c.2 0 .5-.1.6-.4l1.7-2.1zm-3.3 1c-.2.2-.2.5-.2.7l-7.8-6c.2 0 .5-.1.6-.4l2.4-3.1 6.9-9 2.7-3.5 7.4 5.7-12 15.6zm-80.1-72.2l8.9-2.6c1.3 1.9 5.7 7.7 14.7 13.6l-5.6 7.3c-12.6-9.1-16.8-15.9-18-18.3zm18.4 21.1l3.2 2.5-.5.6-3.2-2.5.5-.6zm4.8 3.7l3.2 2.5-.5.6-3.2-2.5.5-.6zm-3.6-5.3l5.6-7.3 8.1 6.2-5.6 7.3-8.1-6.2zm14.9-2.7l-3.2-2.5.4-.5 3.2 2.5-.4.5zm-4.8-3.7l-3.2-2.5.4-.5 3.2 2.5-.4.5zm5.2 6.5l10.3 7.9-5.7 7.4-10.3-7.9 5.7-7.4zm11.5 6.3l-4.1-3.2.1-.1c.5-.7 1.3-1.1 2.1-1.2.9-.1 1.7.1 2.4.6l1.6 1.2-2.1 2.7zm-12.4 7.7c.1-.1.1-.2.2-.3l4.1 3.2-2.2 2.8-1.5-1.2c-.7-.5-1.1-1.3-1.2-2.1s.1-1.7.6-2.4zm13.4-5.7l2.7-3.5 7.4 5.7-9.6 12.5-2.8 3.6-7.4-5.7 9.7-12.6zm26.7 33.5l-24-18.4 5.7-7.4 24 18.4-5.7 7.4zm6.9-9l-24-18.4 2.1-2.7 24 18.4-2.1 2.7zm-32.1-7.8l24 18.4-1.7 2.3c-.2.2-.2.5-.2.7l-24.2-18.6 2.1-2.8zm44.7 13.3l2 1.5c1.4 1.1 1.7 3.1.6 4.5v.1c-1.5-1.1-3.1-2.2-4.7-3.3l2.1-2.8zm-121.7-57.6v-4.7h15.2v4.7h-15.2zm112.7 69.3l5.7-7.4c2.5 1.7 4.9 3.4 7.3 5.1 19.5 13.7 34.9 24.4 47.3 21.8 4.1-.9 7.6-3.2 10.6-7l.3-.3c.2-.3.4-.5.6-.8l1.3 8.2c-15 19.2-35.7 5.5-73.1-19.6zm15.1-77.8c-5-7.8-7.1-17.4-7.3-25.5.2.4.5.6.9.6.1 0 .2 0 .4-.1.5-.2.8-.8.6-1.3-.8-2 1.6-4.1 4.1-6.4 2.4-2.2 4.8-4.4 4.7-6.9-.1-1.3-.8-2.5-2.2-3.6l3.8-6.1-5 49.3zm-1.5-42.8l-1.4 2.2c-.3.5-.1 1.1.3 1.4.2.1.3.2.5.2.3 0 .7-.2.8-.5l1.3-2.1c.8.7 1.2 1.3 1.2 2 .1 1.6-2 3.5-4.1 5.3-1.8 1.6-3.8 3.4-4.5 5.4.2-5.4 1.3-9.8 2.9-12.2.1-.2.2-.3.3-.5.3-.3.5-.6.8-.8.7-.4 1.3-.5 1.9-.4zm-7.7 17.7c0 1 .1 2 .2 3.1.8 9.6 4 18.5 8.8 25.1l-.5 5.4H274c-3.6-11.1-5.6-23.5-5-33.6zm-46.1-29.3c4.3 5 11.2 15.9 12.8 25.6 1.2 7 .4 20.2-.1 29.9-.2 2.7-.3 5.2-.4 7.3h-29v-16h2.8c.6 0 1-.4 1-1v-15.6c0-.6-.4-1-1-1h-39.2c-1.9-6.1-2.9-14.3-3.1-24.4h3.6c.6 0 1-.4 1-1V197h2.8c16.7 0 29.1-2.3 37.4-6.9 1.7 1.9 7.4 8.5 11.4 13.2zm-10-40.3c1.7 1.8 2.2 4.8 1.9 6.8v.5c-1 12.7-15.2 19.1-42.4 19.1h-28.1c-27.1 0-41.4-6.4-42.4-19.1v-.5c-.2-2.1.3-5 1.9-6.8.5-.6 1.1-1 1.8-1.3H211c.7.3 1.3.7 1.9 1.3zm-39.6-3.3h-6c.7-2.7 2.1-9.2 1.2-15.2 3.3 4.1 4.7 9.8 4.8 15.2zm-7.5-18c2.3 6.5.1 15.6-.6 18h-18.4c-.6-2.3-2.7-10.7-.8-17.2 2.8-2.5 6.2-3.9 10-3.9 4.1-.1 7.3 1.1 9.8 3.1zm-22.4 3.6c-.7 5.8.7 11.8 1.3 14.4h-6c.2-5.7 1.9-10.7 4.7-14.4zm-48.1 27c0-.2 0-.5-.1-.7-.2-2.5.4-6.1 2.3-8.2 1.1-1.2 2.5-1.8 4.3-1.8h2c-.2.2-.5.4-.7.6-1.9 2.1-2.4 5.3-2.2 7.6v.5c1 13.3 15.6 20 43.4 20h28.1c27.7 0 42.3-6.7 43.4-20v-.5c.2-2.3-.3-5.6-2.2-7.6-.2-.2-.4-.4-.7-.6h2c1.7 0 3.2.6 4.3 1.8 1.9 2.1 2.5 5.7 2.3 8.2 0 .2 0 .4-.1.7-1.1 15-17 22.7-47.3 22.7h-31.6c-30.2 0-46.1-7.6-47.2-22.7zm-14.1 88.1c-1-8.8-2.2-18.9-.2-31.5 1.5-9.5 8.5-20.6 12.8-25.6 4-4.7 9.7-11.3 11.4-13.2 8.2 4.6 20.7 6.9 37.4 6.9h1.6v10.2c0 .6.4 1 1 1h3.8c.4 8.1-.5 16.6-2.2 24.4h-39c-.6 0-1 .4-1 1v15.6c0 .6.4 1 1 1h3.3v37H79.5c3-7.4 6.8-12.6 6.9-12.7.3-.4.2-1.1-.2-1.4-.4-.3-1.1-.2-1.4.2-.1.1-1.1 1.6-2.5 3.9.3-5.4-.4-10.8-1.1-16.8zM75.4 311c-.7-4.1.4-14 3.3-21.8H111v7.1c0 4.2 2.7 6.5 8 6.9h2.7c-.4 5.4-.9 10.9-1.5 16.5H94.6c-12.1-.1-18.4-4.6-19.2-8.7zm-11.6 77.1v-66.5H120c-1.4 14.1-2.9 28.7-2.8 44.1 0 10.7 1.8 16 4.5 22.3H63.8zm55.3-22.3c0-15.3 1.4-29.8 2.8-43.9.2-1.8.3-3.5.5-5.2v40.8c0 3.2 1.2 6.2 3.1 8.5v26.2c-.2-.5-.5-1.1-.7-1.6-3.5-8-5.6-12.8-5.7-24.8zm9.5 33.7c-.1-.2-.2-.5-.3-.7-.5-1.4-.8-2.9-.8-4.5v-26.5c2.2 1.8 5.1 2.8 8.1 2.8h37.2c.2 0 .3-.1.5-.1v3.9h-1.7c-.6 0-1 .4-1 1V387c0 .6.4 1 1 1h1.7v3.8H172c-.6 0-1 .4-1 1s.4 1 1 1h1.3v9.2c0 .3.1.6.4.8l4.3 3.4h-37.7c-5.2-.1-9.7-3.2-11.7-7.7zm183 7.6H274l4.3-3.4c.2-.2.4-.5.4-.8v-8.2h1.3c.6 0 1-.4 1-1s-.4-1-1-1h-1.3v-4.8h1.7c.6 0 1-.4 1-1v-11.6c0-.6-.4-1-1-1h-1.7v-3.7h37.7c3 0 5.8-1 8.1-2.8v26.5c0 1.6-.3 3.1-.8 4.5l-.3.6c-2 4.6-6.5 7.7-11.8 7.7zm14.9-15v-26.2c.3-.4.6-.7.8-1.1 0-.1 0-.1.1-.2 1.9-.8 3.7-1.8 5.5-3.2v4.4c0 12-2.2 16.8-5.7 24.8-.3.5-.5 1-.7 1.5zm107.4-15.3l8.4 10.8c.1.1.1.3 0 .3 0 .1-.1.2-.3.2H330.4c2.2-5.1 3.7-9.5 4.2-16.5h88.8c4 0 7.9 1.9 10.5 5.2zm-65.7-37.7v30.5h-6.1V338.5c1.1.1 2.2.1 3.4.1 1 0 2 0 3-.1-.2.2-.3.4-.3.6zm22.1-6.5c-29.7 9.2-48.8.6-57.8-5.5-.1-.7-.1-1.4-.2-2h6.4c9.1 4.8 19 7.2 29.2 7.2h.9c.1 0 .2.1.3.1.1 0 .2 0 .3-.1 9.8-.2 19.9-2.6 29.7-7.3 27.3-12.8 49.4-39.8 59.9-72.2-3 13.8-8.9 27.6-16.9 39.7-9.1 13.8-25.5 32-51.8 40.1zm65.8-14c.1 1.2-.2 2.3-1 3.1-.8.9-1.9 1.3-3 1.3H415c13.4-8.9 22.8-20.2 29-29.5 3.1-4.6 5.8-9.5 8.2-14.5l3.9 39.6z\"></path><path d=\"M322.1 233.3h6.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-5.9l2.2-21.3c0-.3-.2-.5-.4-.5-.3 0-.5.2-.5.4l-2.2 21.9c0 .1 0 .3.1.4-.1 0 0 .1.2.1zm79.7.8h8.3c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-7.8l2.1-22.1c0-.3-.2-.5-.5-.5s-.5.2-.5.5l-2.2 22.6c0 .1 0 .3.1.4.2 0 .4.1.5.1zm-232.3 8.6c.3.1.7.1 1 .1 1.2 0 2.5-.5 3.3-1.4 1-1 1.4-2.3 1.1-3.6-.1-.5-.7-.9-1.2-.8-.5.1-.9.7-.8 1.2.2.8-.3 1.5-.5 1.8-.6.6-1.6.9-2.5.7-.5-.1-1.1.2-1.2.8-.1.5.3 1.1.8 1.2z\"></path><path d=\"M171.4 243.4c-.5 0-1 .4-1 1s.4 1 1 1h.2c2.6 0 5-2 5.5-4.5.1-.5-.2-1.1-.8-1.2-.5-.1-1.1.2-1.2.8-.3 1.7-2 3-3.7 2.9zm-32.3 15.8c.3 0 .7 0 1-.1.5-.1.9-.6.8-1.2-.1-.5-.6-.9-1.2-.8-.9.2-1.8-.1-2.5-.7-.3-.3-.7-.9-.5-1.8.1-.5-.2-1.1-.8-1.2-.5-.1-1.1.2-1.2.8-.3 1.3.1 2.6 1.1 3.6.8.9 2 1.4 3.3 1.4z\"></path><path d=\"M138 261.9h.2c.6 0 1-.5 1-1 0-.6-.5-1-1-1-1.7.1-3.4-1.3-3.7-2.9-.1-.5-.6-.9-1.2-.8-.5.1-.9.6-.8 1.2.5 2.5 2.9 4.5 5.5 4.5z\"></path><path d=\"M131 264.5c.1 0 .2 0 .4-.1 1.2-.4 2.2-1.1 3-2 .4-.4.3-1-.1-1.4-.4-.4-1-.3-1.4.1-.6.7-1.3 1.2-2.2 1.5-.5.2-.8.8-.6 1.3.1.3.5.6.9.6zm33.7 99.2h-26.1c-4.3 0-7.9-3.5-7.9-7.9v-82c0-.3-.2-.5-.5-.5s-.5.2-.5.5v82c0 4.9 4 8.9 8.9 8.9h26.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm91.6 0h-60.6c-.3 0-.5.2-.5.5s.2.5.5.5h60.6c.3 0 .5-.2.5-.5s-.3-.5-.5-.5z\"></path></svg>";
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 525.5 525.5\"><path d=\"M123.3 254.9h-21.8c-.3 0-.5.2-.5.5s.2.5.5.5h21.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zm32.6-23.4c.5 2.5.4 4.8-.3 6.8-.1.3.1.5.3.6h.2c.2 0 .4-.1.5-.3.7-2.2.8-4.7.3-7.3-.6-3.1-1.3-6.3-2.1-9.6-.1-.3-.3-.4-.6-.4-.3.1-.4.3-.4.6.8 3.3 1.5 6.5 2.1 9.6zm-3.3-17.3h.1c.3-.1.4-.3.4-.6-1.8-8.2-3.8-18.1-5.1-29.2 0-.3-.3-.5-.6-.4-.3 0-.5.3-.4.6 1.3 11.1 3.3 21 5.1 29.3 0 .2.3.3.5.3zM292 201.4c-18.6-1.6-44.4-3.8-61.4-5.7-2.1-.2-4 1.2-4.3 3.3-.2 1.1.1 2.2.8 3 .7.8 1.7 1.4 2.8 1.4 4.7.2 35.3 1.5 46.9 1.8.3 0 .5-.2.5-.5s-.2-.5-.5-.5c-11.7-.4-42.2-1.6-46.9-1.8-.8 0-1.6-.4-2.1-1.1-.5-.6-.7-1.5-.6-2.3.2-1.5 1.6-2.6 3.2-2.4 17 1.9 42.8 4.1 61.4 5.7.3 0 .5-.2.5-.5.2-.1 0-.3-.3-.4zM91.1 326.8c-.2-.2-.5-.1-.7.1 0 .1-.1.1-.1.2-.2-.2-.5-.2-.7 0-4.6 5.1-2.1 19.1 3.2 25.9 2.2 2.8 4.6 4.2 7.1 4.2 1.1 0 2.3-.3 3.4-.9 1.5-.8 2.3-2.1 2.5-3.8.7-7.9-11.6-23.3-14.7-25.7zm13.7 25.5c-.1 1.5-.8 2.5-1.9 3.1-4.1 2.1-7.3-.5-9.3-3.1-5.5-7.1-7.2-20.2-3.2-24.6.1-.1.1-.1.1-.2 3.2 2.6 15 17.7 14.3 24.8z\"></path><path d=\"M463.3 337c.1-.2.2-.5.1-.8l-6.5-25c-.1-.5-.7-.9-1.2-.7-.3.1-.5.3-.7.6-.3.2-.8.4-1.4.8 2.4-17.1-11.4-37.3-18.8-48.3-1.3-1.9-2.4-3.5-3.1-4.7-.1-.2-.4-.4-.7-.5-.3-.1-.6 0-.8.2-.1.1-3.2 2.3-8.1 5.6v-51.3c0-2.3-1.9-4.2-4.2-4.2h-50.2c27.4-2.2 44.3-8.8 51.8-20 .5-.8 1-1.6 1.4-2.4.4-.8.2-1.9-.4-2.4-.5-.4-1.2-.4-1.7 0l-.2-.6c-1.9-4.2-5.2-7.4-9.4-9l-57.3-23.4-10.4-5.7 1.3-3.6c.2-.5-.1-1.1-.6-1.3-.5-.2-1.1.1-1.3.6l-1.2 3.3-10.9-6 1.2-3.6c.2-.5-.1-1.1-.6-1.3-.5-.2-1.1.1-1.3.6l-1.1 3.2-10.7-5.9 1.2-3.6c.2-.5-.1-1.1-.6-1.3-.5-.2-1.1.1-1.3.6l-1.1 3.3-18-9.9c-3.9-2.3-8.5-2.3-12.1.1-3.4 2.2-5.1 6-4.6 10.1l1 9.3c-6.1 4.8-13.1 7.4-20.1 7.4-6.5 0-12.5-1.7-18.1-4.9-4.4-2.6-8.2-6.1-11.3-10.3-1.4-1.9-3.7-3.6-5.6-3.1-.6.2-1.6.7-1.9 2.3v57.3l-2.8-.3c-1.8-.2-3.4 1.2-3.9 3.4l-1.7 11.5c-.3 1.6 0 3.2.9 4.4.3.4.7.8 1.1 1h-5.5c-2.3 0-4.2 1.9-4.2 4.2v47.1c-6.7-7-12.5-20.5-19.3-47.2-5.4-21.3-10.8-54.3-10.8-54.7 0-.3-.2-.5-.5-.7-.2-.2-.5-.2-.8-.1-3 .9-6 1.6-8.8 2.1-9.6 2-18 3.7-17.4 17.7-3.3-1.1-13.2-3.6-35-1.9-.6-2.4-1.6-4.3-3-5.8-3.7-3.9-9.4-3.8-14.4-3.7-1.6 0-3.1.1-4.5 0-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8 0 .2 1.8 21.1-3.7 32.5-5.8 12.1-9 29.8-3.8 40.3l1 6.9H85c-.3 0-.5.2-.5.5s.2.5.5.5h.8l1.1 7.3h-.7c-.3 0-.5.2-.5.5s.2.5.5.5h.8l1.1 7.3h-.7c-.3 0-.5.2-.5.5s.2.5.5.5h.8l1.1 7.3h-.6c-.3 0-.5.2-.5.5s.2.5.5.5h.7l1.1 7.3h-.6c-.3 0-.5.2-.5.5s.2.5.5.5h.8l1.1 7.3h-.4c-.3 0-.5.2-.5.5s.2.5.5.5h.5l1.1 7.3h-.5c-.3 0-.5.2-.5.5s.2.5.5.5h.7l1.1 7.3h-.6c-.3 0-.5.2-.5.5s.2.5.5.5h.8l.6 4.4H66.2c-2.3 0-4.2 1.9-4.2 4.2v82.9c0 .6.4 1 1 1h163.4l-26.7 7c-.5.1-.8.6-.7 1.1.1.5.5.9 1 .9h261.2c.6 0 1-.4 1-1v-10h.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.4v-10.5h.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.4v-10.5h.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.4v-10.5h.7c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.7v-10.5h.7c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-.7v-7.2c0-1.3-.6-2.5-1.6-3.3-.1-.1-.2-.1-.4-.2l2.6-.7c.2-.1.4-.3.5-.5zm-135.7 34.4c3.9-1.6 6.9-3.1 9-4.3 1.8-1.1 3.6-2.2 5.3-3.3 11.4-7 22.1-13.7 41-21l3.4 13.2-58.7 15.4zm55.8-30.8h-.1c-.1 0-.1.1-.2.1-19.6 7.5-30.6 14.3-42.3 21.5-1.7 1.1-3.5 2.2-5.3 3.3-9.5 5.8-41.1 17.2-93.1 19.1-28.3 1-40.8-2.1-45.9-4.1 11.7.9 22.9 1.4 33.6 1.4 29.9 0 56.4-3.7 82.9-11.3 15.3-4.4 23.8-9.6 32.7-15.1 10.8-6.6 23-14.1 49.9-21.8.6-.2 1.1-.3 1.7-.5h.2c.1 0 .1-.1.1-.1 33.9-9.9 49.2-16.6 55.2-19.6.2 0 .3-.1.4-.2.8-.4 1.5-.8 1.9-1.1l.8 3.2c-21 10.3-43.1 16.5-57.7 20.6-6.3 1.9-11.4 3.3-14.8 4.6zm-167 16.3c12.5-6.5 27.6-11.4 35.2-13.7v1.5c0 .3.2.5.5.5s.5-.2.5-.5v-1.8c.4-.1.8-.2 1.1-.3 1.3-.4 2.6-.8 3.8-1.2-.1 8.1 4.7 29.5 9.2 37.3-1.8.2-3.7.4-5.5.6-2.1-3.7-4.5-10.9-6.3-19.3-.1-.3-.3-.4-.6-.4-.3.1-.4.3-.4.6 1.8 8.2 4.1 15.3 6.2 19.2-19.7 1.8-40.5 1.8-63.5 0-1.7-7.1 4.9-14.7 19.8-22.5zm40-17.6c-4.2-2.3-8.3-1.2-12.2-.2-2.2.6-4.4 1.1-6.6 1.2-3.7 0-6.1-1.4-8.7-3-1.8-1.1-3.6-2.2-6-2.7-10.7-2.4-20.8 5.4-25.4 14.3-1.3 2.5-1.8 4.5-2.4 6.3-1 3.3-1.6 5.7-5.9 8.8-1.4 1-3.2 1.5-5.1 2-2.9.8-5.9 1.6-7.6 4.2-3.8 5.9-.3 10.3 3.1 14.5 2.9 3.6 5.6 6.9 4.4 11.2h-9.3c-3.7-6.5-9.8-9.6-15.7-12.5-5.7-2.8-11-5.5-13.9-11-2.8-5.3-3.4-9.4-2.1-12.5 2.2-5 9.2-7 16-8.9.7-.2 1.5-.4 2.2-.6 8.7-2.5 9.5-7.3 10.5-12.4.7-3.8 1.4-7.7 5.4-11.2 4.5-3.9 10.7-4.9 16.6-5.9 7.3-1.2 14.8-2.5 19.6-8.9v-.1h8.3c3.5.5 6.7 3.6 10.1 6.8 3.9 3.8 7.9 7.7 13 8.2 1.8.2 3.5.3 5.1.4 7.2.4 12.5.7 15.4 8.9-3 1.4-6 2.5-8.6 3.4.1-.1 0-.3-.2-.3zm-96.6 56.6c-9.2-3.2-18.5-7.1-24.3-14.7-2.4-3.2-4.3-6.3-6.1-9.2-2.9-4.8-5.6-9.3-10.4-13.8-4.6-4.4-6.2-9.3-7.8-14.5-1.2-3.8-2.4-7.8-4.9-11.7-1.6-2.4-3.8-4.6-5.9-6.7-3.9-3.8-7.9-7.7-8.2-13.4h7.5c.6 3.7 3 6 5.4 8.2 1.3 1.2 2.6 2.4 3.6 3.8 2.3 3.2 3.4 6.5 4.6 10 .8 2.4 1.6 4.9 2.9 7.3 2.4 4.7 4.8 7.3 7.5 8.2.7.2 1.4.3 2.1.3 2.7 0 5.5-1.4 8.6-3.1 2.2-1.2 4.7-2.5 7.5-3.4 2.2-.7 3.9-1 5.4-1.2 3.3-.5 5.6-.9 8.9-5.5 1.1-1.6 1.4-3.7 1.7-5.7.3-1.9.5-3.7 1.4-5.2 4.1-6.4 12.3-8.2 20.2-10 4.4-1 9-2 12.9-3.9h19.7c-4.6 5.6-11.4 6.8-18.6 8-6.1 1-12.4 2.1-17.1 6.2-4.2 3.7-5 8-5.7 11.8-.9 5-1.7 9.3-9.7 11.7-.7.2-1.4.4-2.2.6-7 2-14.3 4-16.7 9.4-1.5 3.5-.8 7.8 2.1 13.4 3 5.8 8.5 8.5 14.3 11.4 5.6 2.8 11.4 5.7 15 11.6h-13.7zm-21.3 0c-10.2-6.5-11.9-9.4-16.7-17.8-.6-1-1.2-2.2-1.9-3.4-5-8.7-9.5-9.2-15.2-9.8-3.4-.4-7.2-.8-11.8-3.1-7.2-3.6-13.4-13.2-13.9-21.4-.1-2.5 1.4-6.2 3-10.2 2.8-6.6 5.9-14.1 1.6-18.3h7.5c.3 6.1 4.4 10.2 8.5 14.1 2.1 2 4.2 4.2 5.8 6.5 2.5 3.8 3.7 7.7 4.8 11.4 1.6 5.3 3.2 10.4 8 15 4.7 4.4 7.4 8.9 10.2 13.6 1.8 3 3.7 6.1 6.1 9.3 5.4 7.1 13.8 11 22.2 14.1h-18.2zm-16 0c-4.2-1.9-5.9-7.1-7.6-12.2-1.2-3.7-2.4-7.3-4.4-9.5-3.5-3.7-8.1-4.3-12.5-4.9-3.8-.5-7.7-1-11.1-3.4-7.8-5.5-15.4-17-14.6-26.8.2-2.9 1.4-6 2.6-9.3 2.2-6.1 4.5-12.4 1-18.1h6.3c5 3.5 1.8 11.2-1 17.9-1.7 4-3.3 7.9-3.1 10.6.5 8.5 7 18.5 14.5 22.3 4.7 2.4 8.7 2.8 12.1 3.2 5.4.6 9.7 1.1 14.5 9.3.7 1.2 1.3 2.3 1.9 3.4 4.5 8 6.4 11.2 15.7 17.3h-14.3zm8.9-137.1c5.9 4.4 11.8 9.7 17.5 16.3 3 3.5 5.6 6.7 8 9.6 11 13.6 17 21 35.2 21 13.5 0 33.7-4.1 67.5-12.7l.8 3.2c-81.7 19-84.8 18.5-107.1-10.7-10.5-13.8-20-21.7-22-23.4v-3.3zm58.5 53.1c-3.3 1.3-7 2.1-10.6 2.9-8.1 1.8-16.4 3.7-20.8 10.4-1.1 1.6-1.3 3.6-1.6 5.6-.3 2-.5 3.8-1.5 5.2-3 4.2-4.9 4.5-8.2 5-1.6.2-3.3.5-5.6 1.3-2.9.9-5.4 2.3-7.7 3.4-3.9 2-7 3.6-10 2.7-2.4-.8-4.6-3.2-6.9-7.7-1.2-2.4-2.1-4.8-2.8-7.2-1.1-3.4-2.3-6.9-4.7-10.2-1.1-1.5-2.4-2.7-3.7-3.9-2.3-2.2-4.5-4.2-5.1-7.5h7.6c6.2 1.8 8.7 6.7 11.1 11.4 2.6 5.2 5.1 10.2 12.2 10.2 1.2 0 2.6-.1 4.1-.5 7.1-1.5 12.8-4.1 16.8-7.8 1.6-1.4 2.9-2.7 4.2-4 3.9-3.9 7.1-7 13.4-9.4h19.8zm-33.8 8.6c-1.3 1.3-2.6 2.6-4.2 4-3.9 3.5-9.4 6.1-16.4 7.5-9.7 2-12.3-3.2-15.3-9.2-2-4.1-4.3-8.6-9.2-11h11.2c2.1 1 2.7 3.2 3.3 5.7 1 3.6 2.1 7.7 8.2 8.2h1.1c8 0 16.3-6.7 19.6-13.4.1-.2 0-.4-.1-.6h13.1c-4.9 2.5-7.9 5.4-11.3 8.8zm-2.4-8.5c-3.3 6.6-11.8 13.4-19.8 12.8-5.4-.4-6.3-3.8-7.3-7.4-.5-2-1.1-4.1-2.5-5.5h7.6c.5.3 1 .6 1.6 1.1 1.9 1.3 4.1 2.9 6.7 2.9 2 0 4.1-.9 6.5-3.5.1-.1.1-.3.1-.5h7.2c-.1 0-.1 0-.1.1zm-19.9.1c-.1-.1-.2-.2-.3-.2h12.1c-4.9 5.1-8.6 2.5-11.8.2zm167.5-3.7l-4.3-4.2c1.8-2.2 4-4.6 6.7-7.3l4.5 4.4c.2.2.4.3.7.3.3 0 .5-.1.7-.3.4-.4.4-1 0-1.4l-4.5-4.4 1.4-1.4c1.7-1.7 3.6-3.6 5.6-5.7l4.5 4.4c.2.2.4.3.7.3.3 0 .5-.1.7-.3.4-.4.4-1 0-1.4l-4.5-4.4c2.1-2.2 4.4-4.6 6.8-7.3l4.6 4.5c.2.2.4.3.7.3.3 0 .5-.1.7-.3.4-.4.4-1 0-1.4l-4.7-4.6c6.3-7 12.7-3.6 21.6 1.1 11 5.8 24.6 13.1 45 5.2 11.6-4.5 23.3-11.2 31.6-16.5.7.8 1.4 1.6 2.1 2.5l1.5 1.8c-6 4.1-13.4 8.9-23.1 13.5-.2.1-.4.4-.2.7.1.2.3.3.5.3h.2c9.8-4.7 17.3-9.5 23.3-13.7 2.9 3.5 5.4 7 4.8 10.2-.4 2.2-2.2 4-5.4 5.7-.2.1-.3.4-.2.7.1.2.3.3.4.3.1 0 .2 0 .2-.1 3.5-1.8 5.5-3.9 5.9-6.4.8-4.4-3.2-9.1-7.2-13.6-.7-.8-1.4-1.6-2-2.4 1.4-.9 2.8-1.8 4-2.6 0 .1 0 .1.1.2l1.8 2.1c4.6 5.5 10.4 12.4 9.3 18-.5 2.6-2.5 4.8-6 6.6-3.8 2-7.2 3.7-10.1 5.2-21.5 10.8-24.8 12.5-16.8 33.5-1.7.5-3.5 1-5.3 1.6-1.2-3.2-2.1-6-2.7-8.5-.1-.3-.3-.4-.6-.4s-.4.3-.4.6c.6 2.5 1.5 5.3 2.7 8.5-.5.1-.9.3-1.3.4-.5.1-1 .3-1.5.4-6.3-12.6-16.4-19.6-30-20.8-.3 0-.5.2-.5.5s.2.5.5.5c13.2 1.2 23 7.9 29.1 20.1-1.6.5-3.2 1-4.7 1.4 0-.1 0-.3-.1-.4-4-8.2-10.2-13.5-18.6-15.8-11.3-3.1-26.2-.8-44.3 7-11.2 4.8-20.2 10.3-22.9 12-.8-1.2-1.5-2.3-2.1-3.4 1.2-.7 2.7-1.6 4.3-2.5.2-.1.3-.4.2-.7s-.4-.3-.7-.2c-1.7 1-3.1 1.8-4.4 2.5-3.8-6.2-6.1-10.9-6.9-14.8v-.2c-1-4.8.2-8.5 3.1-12.6l4.2 4.1c.2.2.4.3.7.3.3 0 .5-.1.7-.3.3-.4.3-1-.1-1.4zm29.8-36.2l4.8-4.9c1.8 1.1 6.9 4.7 9.1 10.6-.2-.1-.5-.3-.7-.4-4.7-2.5-9.1-4.8-13.2-5.3zm-29.9 67.4c.1.2.4.4.6.4h.2c.2 0 .4-.1.6-.2.4-.3 40.4-26.4 66.4-19.3 7.8 2.1 13.6 7.1 17.3 14.8 0 .1.1.1.1.1-20.9 6.8-31.6 13.3-41.2 19.2-8.9 5.4-17.3 10.6-32.5 14.9-14.5 4.2-28.9 7.1-44 9 0-.2 0-.4-.1-.6-4.8-8.1-9.5-30.8-9-37.2 14.2-5.1 25.7-13.4 31.7-20 1.4 4.9 4.6 10.9 9.9 18.9zm-31.2-8.7c-1.2-1.7-1.8-3.3-2.3-4.7-1.2-3.1-2.2-5.6-8.2-7.6-2.1-.7-4.1-1-6-1.3-4.1-.6-7.6-1.1-10.2-5.5h24.6c1.2 0 2.2 1 2.2 2.2v16.9zm-28-19c2.9 5.3 6.9 5.9 11.2 6.5 1.9.3 3.9.5 5.8 1.2 5.6 1.9 6.5 4.1 7.6 7 .7 1.7 1.5 3.7 3.3 6v.9c0 .1 0 .3.1.4-1.3.7-2.6 1.3-3.9 1.9-3.2-8.7-9.2-9.1-16.2-9.4-1.6-.1-3.3-.2-5.1-.4-4.7-.5-8.6-4.3-12.4-8-2.5-2.4-5-4.8-7.6-6.1H242zm209.7 1c-5.9 2.9-19.4 8.8-46.9 17v-.1c-7.3-19.4-5.6-20.3 15.8-31.1 3-1.5 6.4-3.2 10.2-5.2 4-2.1 6.4-4.8 7-8 1.1-5.5-3.1-11.6-7.4-16.8 1.2-.9 2.6-1.9 3.7-2.7 7.6 11.2 20.2 30.5 17.5 46.3-.1.2 0 .4.1.6zm-21.1-52.1c.7 1.1 1.6 2.4 2.6 3.9.1.2.2.4.4.6-1.1.8-2.6 1.8-3.8 2.7-.6-.7-1.2-1.4-1.7-2.1l-1.8-2.1c1.9-1.4 3.4-2.4 4.3-3zM416.7 184l.5 1.1c-.4.3-.9.7-1.3 1-22.7 16.4-61.2 13.7-98.4 11l-34.1-3.1c-.1-11.2-5.4-24.8-10.6-32.2 10.6-2.4 20.5-8.3 28-16.9l4-4.6 5.4 2.7-2.1 6.1h-.1c-1.1 0-2.2.4-3.1 1.1-.8.8-1.3 1.8-1.4 3 0 1.1.4 2.2 1.1 3.1.8.8 1.8 1.3 3 1.4h.2c1.1 0 2.1-.4 2.9-1.1.8-.8 1.3-1.8 1.4-3 0-.6-.4-1-1-1-.5 0-1 .4-1 1s-.3 1.2-.7 1.6c-.4.4-1 .6-1.6.6-.6 0-1.2-.3-1.6-.7s-.6-1-.6-1.6c0-.6.3-1.2.7-1.6.3-.3.7-.5 1.2-.6l-.6 1.7c-.2.5.1 1.1.6 1.3.1 0 .2.1.3.1.4 0 .8-.3.9-.7l3.3-9.6 10.9 5.3-1.8 5.4c-1.1-.1-2.2.4-3.1 1.1-.8.8-1.3 1.8-1.4 3 0 1.1.4 2.2 1.1 3.1.8.8 1.8 1.3 3 1.4h.2c2.3 0 4.1-1.8 4.2-4.1 0-.6-.4-1-1-1-.5 0-1 .4-1 1-.1 1.2-1.1 2.2-2.3 2.2-.6 0-1.2-.3-1.6-.7s-.6-1-.6-1.6c0-.6.3-1.2.7-1.6.3-.3.7-.4 1-.5l-.5 1.4c-.2.5.1 1.1.6 1.3.1 0 .2.1.3.1.4 0 .8-.3.9-.7l2.9-8.6 11 5.4-1.6 4.6h-.1c-1.1 0-2.2.4-3.1 1.1-.8.8-1.3 1.8-1.4 3-.1 2.3 1.7 4.3 4.1 4.4h.2c1.1 0 2.1-.4 2.9-1.1.8-.8 1.3-1.8 1.4-3 0-.6-.4-1-1-1s-1 .4-1 1-.3 1.2-.7 1.6c-.4.4-1 .6-1.6.6-1.2-.1-2.2-1.1-2.2-2.3 0-.6.3-1.2.7-1.6.3-.3.7-.5 1.1-.6l-.4 1.2c-.2.5.1 1.1.6 1.3.1 0 .2.1.3.1.4 0 .8-.3.9-.7l2.7-7.6.2.1 1.6.8c6.3 3.1 13.2 4.7 20.2 4.7 3.5 0 7-.4 10.5-1.2.2 0 .3-.1.5-.3l38 15.5c3.8.8 6.7 3.7 8.4 7.4zm-65.8-31.4h.1l16.3 6.7c-9.2 1.7-18.7.4-27.2-3.7l-1.6-.8-.5-.2 2.7-7.5 10.2 5.5zM339 146l-2.7 7.6-10.9-5.3-.1-.1 2.8-8.2 10.9 6zm-12.6-7l-2.8 8.3-10.7-5.2-.2-.1 3-8.9 10.7 5.9zm-44.6-8.8c-.4-3.3 1-6.4 3.7-8.2 2.8-1.8 6.2-1.9 9.3-.4-.1.2-.1.3-.2.5-.1.3-.3.6-.4.9l-.3.6c-1.8 3.5-3.9 6.8-6.5 9.8-1.5 1.8-3.1 3.4-4.7 4.8l-.9-8zm-56 1.7V131.6c.1-.4.2-.7.4-.7.6-.2 2.2.6 3.5 2.4 3.3 4.5 7.3 8.1 11.9 10.8 5.8 3.5 12.3 5.2 19.1 5.2 10.3 0 20.3-5.2 28.2-14.5 2.7-3.1 4.9-6.6 6.8-10.3.1-.2.2-.3.2-.5.2-.4.3-.7.5-1 .1-.1.1-.2.2-.3l17.3 9.5-3.1 9-5.9-2.9c-.4-.2-.9-.1-1.2.2l-4.5 5.2c-9.2 10.5-22.1 16.8-35.3 17.4h-2.2c-14.3 0-28.3-5.6-35.9-14.4V132s-.1-.1 0-.1zm0 17.7c8.2 8.2 21.9 13.4 35.9 13.4h2.3c2.3-.1 4.5-.4 6.7-.8 0 .1.1.2.1.3 5 7 10.3 20.2 10.5 31.2l-55.5-5v-39.1zm-6.7 57.5c-.6 0-1-.4-1.2-.7-.6-.7-.8-1.8-.5-2.9l1.7-11.5c.2-1 .9-1.8 1.6-1.8h.1l94 8.6 2.6.2c1.5.1 3 .2 4.6.3.4 0 .7.1 1.1.1l9.6.6c.4 0 .7 0 1.1.1 3.2.2 6.3.4 9.5.5h1.1l9.3.3h1.1c2.8 0 5.7.1 8.5 0h1.1c.9 0 1.8 0 2.7-.1h1.3c.9 0 1.8-.1 2.7-.1.4 0 .8 0 1.1-.1 2.5-.1 4.9-.3 7.3-.6.4 0 .7-.1 1.1-.1.9-.1 1.7-.2 2.5-.3.4-.1.8-.1 1.2-.2.8-.1 1.7-.2 2.5-.4.4-.1.7-.1 1.1-.2 2.3-.4 4.5-.9 6.7-1.4.3-.1.7-.2 1-.3.8-.2 1.5-.4 2.3-.6.4-.1.7-.2 1.1-.3.7-.2 1.5-.5 2.2-.7.3-.1.6-.2 1-.3 2-.7 4-1.5 5.9-2.4.3-.1.6-.3.9-.4.7-.3 1.3-.7 2-1 .3-.2.6-.3 1-.5.6-.4 1.3-.7 1.9-1.1.3-.2.6-.3.8-.5.9-.6 1.7-1.1 2.6-1.7l1.2-.9.1-.1c-.2.2-.3.5-.5.7-7.2 11-24.3 17.3-52.3 19.3-12.8.9-26.5 1.5-40.3 1.8h-65.7c-17.5-.2-31.8-.8-40.7-1.3zm-9.4 5.7c0-1.2 1-2.2 2.2-2.2h47.6c10.4.2 21.9.4 33.8.4 10.4 0 21.2-.1 31.8-.4h92.7c1.2 0 2.2 1 2.2 2.2v52.6c-8.3 5.3-20.5 12.5-32.6 17.2-17.6 6.8-30 1.8-40.1-3.4-2.2-9.1-10.9-13.8-11.3-14-.4-.2-.9-.1-1.2.2l-6.5 6.8s0 .1-.1.1c-2.8.3-5.5 1.6-8.1 4.5l-1.3-1.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l1.3 1.3c-2.4 2.6-4.7 5.1-6.8 7.3l-1.5-1.5c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l1.5 1.5c-2 2.1-3.9 4-5.6 5.7l-1.4 1.4-1.4-1.4c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l1.4 1.4c-2.7 2.7-4.9 5.1-6.8 7.3l-1.6-1.6c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l1.8 1.7c-3.3 4.5-4.7 8.6-3.7 14-4.4 5.8-11.3 10.8-18.4 14.6V314c0-2.3-1.9-4.2-4.2-4.2H205c13.4-1.9 31.5-6 56.9-11.9.3-.1.5-.2.6-.5.1-.2.2-.5.1-.8l-1.1-4.3c-.1-.5-.7-.9-1.2-.7-.1 0-.1.1-.2.1-.5.1-1 .2-1.4.4.1-1.5.2-8.9-5.4-15.3-4.9-5.7-12.7-8.8-23.3-9.3-8.2-.4-14.7-1.1-20.5-6.1.1-.2.2-.4.2-.6v-48zm-59.6-34.6c1.1 16.7 4.5 31.3 7.2 43.1.8 3.6 1.6 7.1 2.3 10.2 1 4.7-.5 8.6-4.1 10.8-5.9 3.5-18.1 2.3-34.9-11.7-8.3-7-7.8-12.2-6.3-27.8.5-4.6 1-10.3 1.4-17.1.2-3.7.1-6.8-.5-9.5 22.4-1.7 32.3 1 34.9 2zm-59.9 22c5-10.5 4.3-27.8 4-32.4h3.5c4.8-.1 9.8-.2 12.9 3.1 2.6 2.7 3.6 7.5 3.2 14.7-.4 6.8-1 12.4-1.4 17-1.6 15.9-2.2 21.9 7 29.5 11.5 9.6 27.3 17.8 37.2 11.9 4.3-2.5 6.1-7.4 5-12.9-.7-3.2-1.4-6.7-2.3-10.3-2.7-11.7-6-26.3-7.1-42.8-.9-13.1 5.7-14.5 15.8-16.6 2.5-.5 5.2-1.1 7.9-1.9 1 6 5.9 34.6 10.7 53.7 13.3 52.6 24 55.5 43.4 56.4 9.9.5 17.3 3.4 21.8 8.6 5.5 6.3 4.9 14 4.9 14.1 0 .1 0 .3.1.4-76.4 19.4-80.5 14.4-99.1-8.6-2.3-2.9-5-6.1-8-9.6C123.3 244 92 239.6 86.4 239c-4.9-10-1.8-27 3.8-38.8zM86.6 240c3 .3 12.1 1.7 23.6 6.6H87.6l-1-6.6zm2.3 15.9h4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-4.2l-1.1-7.3h24.7c5.4 2.5 11.2 5.7 17.2 9.9-.1.2-.2.4-.2.6v5H90l-1.1-7.2zm2.4 16.5H109c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H91.2l-1.1-7.3h39.2v7.3h-14.8c-.3 0-.5.2-.5.5s.2.5.5.5h14.8v7.3h-37l-1-7.3zm2.5 16.5h29.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H93.6l-1.1-7.3h36.8v15.5H94.8l-1-7.2zm8.4 15.5H96l-1.1-7.3h34.4v7.3h-20.7c-.3 0-.5.2-.5.5s.2.5.5.5h20.7v4.3H96.8l-.6-4.3h6c.3 0 .5-.2.5-.5s-.3-.5-.5-.5zm29.2-39.6c3.3 2.8 11.4 10.2 20.4 22 9.8 12.9 16.2 20.3 26.7 23.1h-47.1v-45.1zm-65.2 47.1h8.4c3.7 5.4 1.5 11.7-.7 17.7-1.2 3.2-2.4 6.5-2.6 9.6-.8 10.1 7 22.1 15.1 27.7 3.6 2.5 7.6 3 11.5 3.5 4.5.6 8.7 1.1 11.9 4.6 1.9 2.1 3 5.5 4.2 9.1 1.5 4.5 3 9.3 6.5 11.9h-11.6c.2-5.8-2.9-11.9-8-15.4-2.9-2-6-2.2-9-2.3-2.5-.1-4.9-.2-7-1.5-3.4-1.9-4.7-4.8-6.2-7.8-.8-1.7-1.6-3.4-2.8-5.1-1.1-1.5-2.8-3.2-4.5-4.9-2.9-2.8-6-5.9-7.3-9.2v-35.6c-.1-1.4.9-2.3 2.1-2.3zm34.1 84c-2.1-7.4-6.5-8.2-11.3-9.1-2.8-.5-5.7-1-8.4-2.8-2.8-1.9-4.3-4.5-5.8-7-2.3-3.9-4.4-7.5-10.9-7.6V352c1.6 2.8 4.2 5.3 6.6 7.6 1.7 1.7 3.3 3.3 4.4 4.7 1.2 1.6 2 3.3 2.7 4.9 1.5 3.2 2.9 6.1 6.6 8.2 2.3 1.3 4.9 1.5 7.5 1.6 2.9.1 5.8.3 8.5 2.2 4.8 3.3 7.7 9.1 7.5 14.6h-7.4zM64 370.5c6 .1 7.9 3.3 10.1 7.1 1.5 2.6 3.1 5.2 6.1 7.3 2.9 2 5.9 2.5 8.7 3 4.5.8 8.5 1.5 10.4 8.1H64v-25.5zm169.4 25.4h-48.3c1.1-4.7-1.8-8.3-4.6-11.8-3.3-4.1-6.5-8.1-3.1-13.4 1.5-2.3 4.3-3.1 7-3.8 1.9-.5 3.9-1.1 5.4-2.2 4.6-3.3 5.3-5.9 6.3-9.3.5-1.7 1.1-3.7 2.3-6.1 5.7-11.3 16.5-15.5 24.2-13.8 2.2.5 3.9 1.5 5.7 2.6 2.5 1.5 5.1 3.1 9.1 3.1h.1c2.4 0 4.7-.6 6.9-1.2 3.8-1 7.4-1.9 11.2-.1-.9.3-1.7.5-2.5.8-14.8 4.2-62.2 19.3-58.6 38.5h-.6c-.3-.2-.4-.3-.5-.3-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4.3.3 7.1 6.3 39.6 6.3 3.3 0 6.9-.1 10.7-.2 16.7-.6 31.4-2.2 43.9-4.3L233.8 396c-.1-.1-.3-.1-.4-.1zm226.7 9H207.7l35.4-9.3c.1.2.2.3.4.3h216.6v9zm0-44.5h-31.8c-.3 0-.5.2-.5.5s.2.5.5.5h31.8v10.5h-57.4c-.3 0-.5.2-.5.5s.2.5.5.5h57.4v10.5h-20.3c-.3 0-.5.2-.5.5s.2.5.5.5h20.3v10.5H245.9l40.1-10.5h145.4c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H289.9l40.7-10.6c.1.1.2.1.3.1h61.6c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-58.6l40.5-10.6c.1.1.2.1.3.1h44.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-40.9l40.1-10.5h42.1v10.5zm0-11.5h-38.3l35.5-9.3c.7-.2 1.4 0 1.9.4s.9 1.1.9 1.7v7.2zm-72 5.9l-3.3-12.6c3.3-1.2 8.1-2.5 14-4.2 14.6-4.1 36.6-10.3 57.7-20.6l1.8 7-24.7 6.4c-.3.1-.4.3-.4.6.1.2.3.4.5.4h.1l24.7-6.4 1.5 5.7-57.1 14.9c-.3.1-.4.3-.4.6.1.2.3.4.5.4h.1l57.1-14.9 1 3.8-73.1 18.9z\"></path><path d=\"M392.7 318.1c0 .3.2.4.5.4h.1c.3 0 .5-.3.4-.6-1.6-12.3 6.9-16.5 22.4-24.2 1.2-.6 2.5-1.2 3.8-1.9.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2-1.3.7-2.6 1.3-3.8 1.9-15.8 7.9-24.6 12.3-22.9 25.3zm-85.3 12c.1 0 .2 0 .2-.1 19.9-10.9 37-16.6 51-16.8.3 0 .5-.2.5-.5s-.2-.5-.5-.5c-14.1.2-31.5 5.9-51.5 16.9-.2.1-.3.4-.2.7.2.2.3.3.5.3zm32.5-40c2.6-.8 5.5-.6 8 .4 2.3 1 12.3 4.8 23.2 4.8 3.1 0 6.3-.3 9.4-1.1 4.9-1.2 10.1-3 15.5-5.4.3-.1.4-.4.3-.7-.1-.3-.4-.4-.7-.3-5.4 2.3-10.5 4.1-15.3 5.3-13.8 3.4-29.1-2.4-32.1-3.6-2.7-1.1-5.8-1.3-8.7-.4-.3.1-.4.4-.3.6.2.4.5.5.7.4zm-21 16.8c.1 0 .2 0 .3-.1l16-14.1c.3-.3.6-.5 1-.8.2-.2.3-.5.1-.7-.2-.2-.5-.3-.7-.1-.4.3-.7.5-1.1.8l-16 14.1c-.2.2-.2.5 0 .7.1.1.3.2.4.2zm-5.8 14.1l.6 1.5c.1.2.3.3.5.3h.2c.3-.1.4-.4.3-.7l-.6-1.5c-1.7-4-.6-8.7 2.7-11.6.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0-3.7 3.2-4.9 8.3-3 12.7zm-59.2 36.9c.4-.1.5-.3.5-.6-.7-3.5-1.2-6.9-1.5-9.7 0-.3-.3-.5-.5-.4-.3 0-.5.3-.4.5.3 2.8.8 6.2 1.5 9.7-.1.3.1.5.4.5zm4.5 5.7c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-2.2-13.2c1.3 0 1.3-2 0-2s-1.3 2 0 2zm5.4 24.7c1.3 0 1.3-2 0-2s-1.3 2 0 2zm43.7-40.4c1.3 0 1.3-2 0-2s-1.3 2 0 2z\"></path><path d=\"M317.4 326.4c-1.3 0-1.3 2 0 2s1.3-2 0-2zm11.7-5.3c-1.3 0-1.3 2 0 2s1.3-2 0-2zm13.8-4.5c-1.3 0-1.3 2 0 2s1.3-2 0-2zm15.5-2c-1.3 0-1.3 2 0 2s1.3-2 0-2zm14.7 4.3c1.3 0 1.3-2 0-2s-1.3 2 0 2zm12 8.2c1.3 0 1.3-2 0-2s-1.3 2 0 2zm12.5-4c-1.3 0-1.3 2 0 2s1.3-2 0-2zm-1.7-10.7c-1.3 0-1.3 2 0 2s1.3-2 0-2zm6.5-9.3c-1.3 0-1.3 2 0 2s1.3-2 0-2zm11-6.5c-1.3 0-1.3 2 0 2s1.3-2 0-2zm12.2-4.2c1.3 0 1.3-2 0-2s-1.3 2 0 2zm6.8-11.5c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-7.3-12.3c-1.3 0-1.3 2 0 2s1.3-2 0-2zm-14 9.3c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-14.5 7.2c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-15.5 5.5c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-15.5 1.3c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-16.2-4c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-17 3.2c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-9.5 8.8c1.3 0 1.3-2 0-2s-1.3 2 0 2zm-9.8 8.5c1.3 0 1.3-2 0-2s-1.3 2 0 2z\"></path></svg>";
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 525.5 525.5\"><path d=\"M151.9 163c-8.4-2.4-20.5-1-24.3.4-3 1.1-8.5 4-10.7 10.4-2.2 6.4.3 16.2 6.2 24.5 3.9 5.4 11.2 8.3 18.8 8.3 5 0 10.1-1.2 14.4-3.8 11.5-6.8 11.4-24.1 10.5-27.2-.9-3.3-6.6-10.2-14.9-12.6zm3.9 38.9c-10.4 6.2-25.9 4.1-31.9-4.2-5.2-7.2-7.6-15.6-6.6-21.6.1.2.3.5.6.5l34.7 10.7v.2c0 .4.3.8.7 1l5.1 1.5c.3.3 1.2 1.6 1.8 2.7l.7 1.2c.2.3.5.5.8.5h.1c.4 0 .7-.2.8-.6l1.2-2.6c.2-.4.1-.8-.2-1.1-1.8-1.9-2.7-2.6-3.4-2.9-1.6-.6-6.3-2.1-6.5-2.2-.3-.1-.6 0-.9.1-.1 0-.1.1-.2.2l-34.4-10.6c-.3-.1-.7 0-.9.2.1-.3.1-.5.2-.8 2-5.7 6.6-8.5 10.1-9.8 2.3-.8 7.5-1.7 13.1-1.7 3.6 0 7.4.3 10.6 1.3 8.3 2.4 13.6 9.5 14.3 11.9 1.1 3.1 1.2 19.6-9.8 26.1zm5.3-11.7l.8.8-.1.3c-.3-.4-.5-.7-.7-1.1zm-52.2-18.7c-.7-.7-1.8-.6-2.5.1-.3.3-.5.8-.5 1.3s.2.9.5 1.2c.3.3.8.5 1.2.5.5 0 .9-.2 1.3-.5.7-.8.7-2 0-2.6zm-1.4 1.1s.1-.1.2-.1.1 0 .2.1l-.3.3c-.2-.1-.2-.2-.1-.3zm.3.3c-.1.1-.2.1-.3 0l.3-.3s.1.1.1.2c0 0 0 .1-.1.1zM239 198.4c6-8.3 8.5-18.2 6.3-24.7s-7.7-9.4-10.8-10.5c-3.9-1.4-16-2.9-24.5-.4-8.3 2.4-14.2 9.4-15.1 12.7-.9 3.2-1 20.6 10.6 27.5 4.4 2.6 9.5 3.9 14.5 3.9 7.8-.1 15.2-3 19-8.5zm-43.1-22.7c.7-2.4 6-9.6 14.4-12 8.3-2.4 20.2-1 23.9.4 3.6 1.3 8.2 4.1 10.2 9.9.1.2.1.5.2.7-.3-.2-.6-.3-.9-.2L209 185.4l-.2-.2c-.3-.2-.6-.2-.9-.1-.2.1-4.9 1.6-6.4 2.2-.6.2-1.5.9-4 3.5-2.3-6.5-2.1-13.2-1.6-15.1zm4.3 15.1c-.2.3-.5.7-.8 1.1l-.1-.2.9-.9zm5.8 11.3c-3-1.8-5.2-4.4-6.8-7.2h.2c.3 0 .7-.2.9-.5 2.1-3.3 2.8-4.2 3.1-4.4l5.1-1.6c.4-.1.7-.5.7-1v-.2l35.1-10.9c.3-.1.5-.3.6-.5 1.1 6.1-1.5 14.5-6.7 21.8-6 8.7-21.7 10.7-32.2 4.5zm48.3-27.6c.4 0 .9-.2 1.2-.5.7-.7.7-1.8.1-2.5-.3-.3-.8-.5-1.2-.5-.5 0-.9.2-1.3.5-.7.7-.7 1.8 0 2.5.3.3.8.5 1.2.5zm.2-1.9c.1.1.1.2 0 .3l-.3-.3c.1-.1.2-.1.3 0zm-.3 0l.3.3s-.1.1-.2.1-.1 0-.2-.1c0-.1 0-.2.1-.3zm-86.1 1.9c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5-.7-1.5-1.5-1.5-1.5.7-1.5 1.5zm1.5-.6c.3 0 .5.2.5.5s-.2.5-.5.5-.5-.2-.5-.5c-.1-.2.2-.5.5-.5zm22.6-.9c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5zm0 2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5c.1.3-.2.5-.5.5zm29 140.8c-13.5 0-24.6 11-24.6 24.6s11 24.6 24.6 24.6 24.6-11 24.6-24.6-11.1-24.6-24.6-24.6zm0 1c11.4 0 20.9 8.1 23.1 18.9-.2-.1-.3-.1-.5-.1l-45.6 1.6c-.1 0-.3 0-.4.1 1.5-11.5 11.4-20.5 23.4-20.5zm-23.6 23.6c.2.1.4.3.6.3l8.1.3c6.3.2 12.4 1.7 18 4.2 4.8 2.7 8.7 6.8 11.5 12.4.2.3.5.5.9.5-4.1 3.6-9.6 5.9-15.5 5.9-13-.1-23.6-10.6-23.6-23.6zm40.1 16.7c0-.2 0-.3-.1-.5-1.1-2.1-2.4-4.1-3.7-5.8 1.7 1.3 3.3 2.6 4.8 4.1.2.2.4.3.7.3h.1c-.6.7-1.2 1.3-1.8 1.9zm2.6-3c0-.2-.1-.4-.3-.5-8.9-8.8-20.7-14-33.3-14.6l37-1.3c.3 0 .5-.1.7-.3.1 1 .2 2 .2 3.1.1 5-1.5 9.7-4.3 13.6zm-100 10.8c13.5 0 24.6-11 24.6-24.6s-11-24.6-24.6-24.6-24.6 11-24.6 24.6 11 24.6 24.6 24.6zm-18.3-9.7c.4 0 .6-.1.8-.3 1.5-1.5 3.1-2.9 4.8-4.1-1.4 1.7-2.6 3.7-3.7 5.8-.1.2-.1.3-.1.5-.7-.6-1.3-1.2-1.8-1.9zm18.3 8.7c-5.9 0-11.4-2.2-15.5-5.9.3 0 .7-.2.9-.5 2.9-5.6 6.8-9.8 11.6-12.4 5.6-2.5 11.7-4 18-4.2l8.1-.3c.2 0 .5-.1.6-.3-.2 13.1-10.8 23.6-23.7 23.6zm0-47.1c12 0 21.9 9 23.4 20.5-.1-.1-.3-.1-.4-.1l-45.6-1.6c-.2 0-.3 0-.5.1 2.1-10.8 11.6-18.9 23.1-18.9zm-23.4 20.5c.2.2.4.3.7.3l37 1.3c-12.5.6-24.3 5.7-33.3 14.6-.2.2-.2.3-.3.5-2.8-3.9-4.4-8.6-4.4-13.7l.3-3zM256 244.8c0-2.6-8.6-2.6-8.6 0 0 1.3 2.2 2 4.3 2s4.3-.7 4.3-2zm-4.3 1c-2.1 0-3.3-.7-3.3-1s1.2-1 3.3-1 3.3.7 3.3 1-1.2 1-3.3 1zm-145.7-1c0 1.3 2.2 2 4.3 2s4.3-.7 4.3-2c0-2.6-8.6-2.6-8.6 0zm4.3 1c-2.1 0-3.3-.7-3.3-1s1.2-1 3.3-1 3.3.7 3.3 1-1.2 1-3.3 1zm128.6-3.9c-4.8-1.2-21.7-4.5-40.8 3.3-3.4 1.4-5.7 4.8-5.5 8.5.6 13.6 4.2 31.6 29.2 31.6 7.8 0 13.9-2.3 18.1-6.9 6.8-7.3 7.6-18.5 7.1-26.7-.2-4.7-3.5-8.6-8.1-9.8zm5.7 7.1c-2.2.2-10.2 1.1-21.7 2-5.5.4-12.5 1-20.4 1.4h-.7c-2.2.1-4.6.2-6.9.3-.6 0-1 .5-1 1s.5 1 1 1c2.6-.1 5.2-.2 7.6-.3 17.5.1 25.2 11.3 32 21.2a27644768299299944 27644768299299944 0 0 0 3.7 1.8l-2.1-3c-5.4-7.8-11.8-17.2-23.7-20.7 3.8-.3 7.2-.5 10.2-.8 6.2 3.5 12.7 8.7 20 16.1.2.2.5.3.7.3.3 0 .5-.1.7-.3.1-.1.1-.2.2-.3-1.1 3.2-2.6 6.3-5 8.9-4.1 4.3-9.9 6.5-17.4 6.5-24.2 0-27.7-17.5-28.2-30.6-.1-3.3 1.8-6.3 4.9-7.6 9.4-3.8 18.3-4.9 25.4-4.9 7.1 0 12.4 1.1 14.8 1.7 4.2 1 7.2 4.6 7.4 9 .3 4.2.2 10.7-1.7 16.8.1-.3 0-.6-.3-.9-6.5-6.5-12.4-11.4-18-15 9.8-.8 16.7-1.6 18.7-1.8.5-.1.9-.6.9-1.1 0-.4-.6-.7-1.1-.7zm-80.6-3.8c-19-7.7-36-4.5-40.8-3.3-4.6 1.1-7.9 5.1-8.2 9.9-.5 8.2.3 19.4 7.1 26.7 4.3 4.6 10.4 6.9 18.1 6.9 25.1 0 28.7-18 29.2-31.6.3-3.8-1.9-7.2-5.4-8.6zm-47.9 6.6c.3-4.3 3.3-7.9 7.4-9 4.6-1.2 21.1-4.3 39.6 3-4.4.5-8.2.8-12.7 1.2-3.4.3-7.2 1.6-11.4 3.9-11.4-.9-19.3-1.8-21.5-2-.5-.1-1 .3-1.1.9s.3 1 .9 1.1c2 .2 8.8 1 18.7 1.8-5.7 3.6-11.6 8.5-18.1 15.1-.2.2-.3.5-.3.8-1.7-6-1.8-12.5-1.5-16.8zm24.2 32.5c-6.4 0-11.7-1.6-15.6-4.9.3 0 .5-.2.7-.4.7-1 1.5-2.1 2.2-3.2 7-10.2 15-21.7 34-21 2.1.1 3.9.1 5.9.2.5 0 .9-.3 1-.8-.6 13.2-4.3 30.1-28.2 30.1zm28.2-30.3c-.1-.5-.5-.9-1-.9-2 0-3.7-.1-5.9-.2-20.1-.8-28.8 11.8-35.7 21.8-.8 1.1-1.5 2.2-2.2 3.2-.1.2-.2.3-.2.5-.2-.2-.5-.4-.7-.6-2.4-2.5-3.9-5.6-5-8.8 0 .1.1.2.1.2.2.2.4.3.7.3.3 0 .5-.1.7-.3 7.3-7.5 14-12.8 20.3-16.3 4-2.2 7.7-3.5 10.8-3.8 4.7-.4 8.7-.8 13.4-1.3.5-.1.9-.5.9-1.1 2.3 1.5 3.8 4.1 3.6 6.9.2.2.2.3.2.4z\"></path><path d=\"M293.1 381.7h-8.8l-6.8-246.4c0-.5-.5-1-1-1H85.1c-.5 0-1 .4-1 1l-6.8 246.4h-8.8c-2.6 0-4.8 2.1-4.8 4.8 0 2.6 2.1 4.8 4.8 4.8h224.6c2.6 0 4.8-2.1 4.8-4.8 0-2.6-2.2-4.8-4.8-4.8zm-207-245.4h189.4l6.8 245.4h-203l6.8-245.4zm207 253H68.5c-1.5 0-2.8-1.2-2.8-2.8 0-1.5 1.2-2.8 2.8-2.8h224.6c1.5 0 2.8 1.2 2.8 2.8 0 1.5-1.3 2.8-2.8 2.8z\"></path><path d=\"M273 302.6H89.7c-.5 0-1 .4-1 1l-1.1 67.6c0 .3.1.5.3.7s.4.3.7.3h185.6c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7l-1.1-67.6c-.1-.6-.5-1-1.1-1zm-162.6 42h-1.6V336h1.6c-.2 1.4-.3 2.8-.3 4.3s.1 2.9.3 4.3zm1.7-4.2c0-15.6 12.7-28.4 28.4-28.4 15.6 0 28.4 12.7 28.4 28.4s-12.7 28.4-28.4 28.4c-15.7-.1-28.4-12.8-28.4-28.4zm139.1-4.3h1.6v8.6h-1.6c.2-1.4.3-2.8.3-4.3s-.1-2.9-.3-4.3zm-1.7 4.3c0 15.6-12.7 28.4-28.4 28.4-15.6 0-28.4-12.7-28.4-28.4s12.7-28.4 28.4-28.4 28.4 12.7 28.4 28.4zm-10.9 24.8c.3.7.5 1.3.7 1.7.2.5.4.9.5 1.3.2.7.7 1.4 1.2 1.9h-13.9c4.2-.8 8.1-2.5 11.5-4.9zm8 3c-.5.9-1.4 1.3-2.4 1.3-1.1 0-2.1-.8-2.5-1.9-.2-.6-.4-1-.6-1.5-.3-.5-.5-1.2-.9-2.1 1.2-1 2.3-2 3.4-3.2 1.1 1.5 2.1 3.1 3.1 4.7.5.8.4 1.8-.1 2.7zm-55.7-30.7l-10.2.4-10.1-.4c0-.5-.1-1-.2-1.4 3.4-3.4 6-5.2 10.3-5.2 4.6 0 7 1.7 10.3 5.4 0 .4 0 .8-.1 1.2zm-20.1 2.9l10-.4 10 .4c0 14.7 10.5 27 24.4 29.8h-68.8c13.9-2.9 24.4-15.1 24.4-29.8zm-49.6 23.4c-.4 1-.7 1.7-.9 2.3l-.6 1.5c-.3 1.1-1.3 1.8-2.5 1.9-1 0-1.9-.5-2.4-1.3s-.5-1.8 0-2.7c.9-1.7 2-3.3 3.1-4.8 1 1.1 2.1 2.1 3.3 3.1zm.3 4.4c.1-.4.3-.8.5-1.3s.5-1 .8-1.8c3.4 2.4 7.3 4.2 11.6 5h-14.1c.6-.5 1-1.2 1.2-1.9zm126.1 1.9c.3-.3.5-.6.7-.9.9-1.5.9-3.2.1-4.7-1-1.8-2.2-3.6-3.5-5.3 2.9-3.6 4.9-7.9 5.9-12.5h2.9c.6 0 1-.4 1-1v-10.6c0-.6-.4-1-1-1h-3c-2.9-13.7-15.1-24.1-29.7-24.1-14.5 0-26.6 10.2-29.6 23.8-2.7-2.8-5.6-4.9-10.7-4.9-4.9 0-8 2.2-10.7 4.8-3-13.5-15.2-23.7-29.6-23.7-14.6 0-26.8 10.3-29.7 24.1h-3c-.6 0-1 .4-1 1v10.6c0 .6.4 1 1 1h3c1 4.6 3 8.8 5.8 12.4-1.3 1.7-2.5 3.6-3.6 5.4-.8 1.5-.8 3.2.1 4.7.2.3.5.7.7.9H89.6l1.1-65.6h181.4l1.1 65.6h-25.6zm-156.8-79h179.9c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7l-1.1-66.4c0-.5-.5-1-1-1H91.9c-.5 0-1 .4-1 1L89.8 290c0 .3.1.5.3.7.2.3.5.4.7.4zm150.3-6.6c1.5 1.7 3.3 3.4 5.5 4.6h-13.3c3-1.1 5.6-2.7 7.8-4.6zm14.5 3.4c-5 1.5-8.8.1-13.1-4.8 2.3-2.4 4.2-5.3 5.6-8.2 4.5 4.9 7.9 9.1 9.6 11.2l.8-.6-.8.8-.3.3c.1-.1-.5.9-1.8 1.3zm-32 .7c-25.8 0-30.4-13.8-33.7-23.8-1.9-5.8-3.6-10.8-8.9-10.8-5.2 0-6.9 5-8.8 10.8-3.4 10.1-8 23.9-33.8 23.9-20.8 0-25.3-19.2-28.2-31.9-.2-1-.5-2-.7-2.9-.5-1.9-1.7-3.4-3.3-3.9l-1-.4-2-8.5c36.8-4.9 56.5 0 68.4 2.9 4.1 1 7.1 1.8 9.5 1.8s5.4-.7 9.5-1.8c11.8-2.9 31.6-7.8 68.4-2.9l-2 8.5-1 .4c-1.6.6-2.8 2-3.3 3.9-.2.9-.4 1.9-.7 2.9-3.1 12.6-7.6 31.8-28.4 31.8zm-13.4.5h-58.4c15.7-4.1 19.5-15.6 22.3-23.7 2-6 3.3-9.4 6.9-9.4 3.7 0 5 3.4 7 9.5 2.7 8 6.5 19.4 22.2 23.6zm-90.6-5.8c-4.2 4.8-8 6.1-12.9 4.6-1.2-.4-1.8-1.4-1.8-1.4-.1-.1-.2-.4-.3-.4 1.7-2.1 5-6.2 9.4-10.9 1.4 2.9 3.3 5.7 5.6 8.1zm1.5 1.4c2.1 1.8 4.6 3.4 7.5 4.4h-12.9c2.2-1.2 3.9-2.8 5.4-4.4zm-28.2-60.1h175.8l1 64.4h-12c.7-.5 1.2-1.1 1.4-1.4.4-.3.6-.8.7-1.3.1-.6-.1-1.1-.4-1.6-1.8-2.3-5.5-6.8-10.3-12 2.4-5.4 3.7-11.1 4.8-15.7.2-1 .5-2 .7-2.9.2-.7.7-2.1 2-2.5l1.5-.5c.3-.1.6-.4.6-.7l2.3-10.1c.1-.3 0-.6-.2-.8-.2-.2-.4-.4-.7-.4-37.8-5.2-58.1-.2-70.2 2.8-4 1-6.8 1.7-9 1.7s-5-.7-9-1.7c-12.1-3-32.4-8-70.2-2.8-.3 0-.5.2-.7.4s-.2.5-.2.8l2.3 10.1c.1.3.3.6.6.7l1.5.5c1.3.5 1.8 1.8 2 2.5.2.9.4 1.9.7 2.9 1.1 4.7 2.5 10.5 4.9 16-4.7 5.1-8.3 9.5-10 11.6-.4.4-.5 1-.4 1.6.1.5.3 1 .7 1.3.2.3.7.9 1.4 1.4H91.8l1.1-64.3zm-.4-12.2h177c.3 0 .5-.1.7-.3s.3-.5.3-.7l-2.1-66.4c0-.5-.5-1-1-1H94.6c-.5 0-1 .4-1 1l-2.1 66.4c0 .3.1.5.3.7.2.2.5.3.7.3zm79.8-40c.1 2.9.3 15.7-6.6 25.7-7.5 10.9-15.5 11.8-22.4 11.8-9.8 0-22.8-3.4-28.8-19.3-5.5-14.6-6-15.2-8.5-15.7-.2 0-.5-.1-.7-.2v-4.5c1.7-.2 5.4-.6 7.3-1.7.4-.2 1-.7 1.7-1.2 3.5-2.5 10.7-7.8 20-8.4 11.2-.7 18.7.3 24.3 3.2 4 2.1 6.9 5 8.7 6.9.8.8 1.3 1.4 1.8 1.7 1.1.8 2.4 1.4 3.2 1.7zm-5 26.9c.3-.5.6-1 .9-1.4 2.1 2.4 3.9 4.5 4.4 5.2.7 1 .8 3.2.2 4.1-.2.2-.3.3-.4.3-1-.6-4.1-5.7-5.3-7.8.1-.2.2-.3.2-.4zm-1.5 2.1c3.7 6.1 5.1 7.9 6.3 8h.4c.8 0 1.6-.4 2.1-1.2 1-1.6.9-4.6-.2-6.3-.6-.9-2.9-3.6-5-5.9 6-11.2 5-23.8 4.9-24.4 0-.4-.3-.7-.7-.9 0 0-.7-.2-1.5-.6v-1.4c1.3-.5 4.8-1.8 8.9-1.8s7.6 1.2 8.9 1.8v1.4c-.8.4-1.5.6-1.5.6-.3.1-.6.4-.7.8v.3c-.1 1.5-.7 13.5 4.9 24.1-2.1 2.3-4.4 5.1-5.1 6-1.1 1.7-1.2 4.7-.2 6.3.5.8 1.2 1.2 2.1 1.2h.4c1.2-.2 2.6-2 6.3-8.1 3.9 5 7.9 7.7 11.8 9.1H154c4-1.4 7.9-4.1 11.8-9zm52.9 8.6c-6.9 0-14.9-.9-22.4-11.8-6.9-10-6.7-22.9-6.6-25.7.7-.3 2-.9 3.1-1.7.5-.4 1-.9 1.8-1.7 1.9-1.9 4.7-4.8 8.7-6.9 5.7-3 13.2-4 24.3-3.2 9.3.6 16.5 5.9 20 8.4.7.5 1.3.9 1.7 1.2 1.9 1.1 5.6 1.6 7.3 1.7v4.5c-.3.1-.5.1-.7.2-2.5.5-3 1.1-8.5 15.7-2.7 7.1-7 12.3-12.7 15.5h-.1c-4.3 2.4-9.4 3.7-15.2 3.8h-.7zm-24-10.7c.1.1.1.2.2.2-1.2 2-4.4 7.3-5.4 7.9-.1 0-.2 0-.4-.3-.6-.9-.5-3.1.2-4.1.4-.7 2.3-2.9 4.4-5.3.3.6.6 1.1 1 1.6zM95.6 146h171l2 64.4h-38.7c2.1-.6 4.1-1.5 5.9-2.5h.1c6.2-3.4 10.7-9 13.6-16.6 5.3-14.1 5.7-14.2 7.1-14.5.3-.1.6-.1 1-.3.2-.1.5-.2.7-.3.4-.2.6-.5.6-.9v-2.7h2.5c.6 0 1-.4 1-1s-.4-1-1-1h-2.5v-1.4c0-.5-.4-1-.9-1-1.5-.1-5.6-.5-7.3-1.5-.3-.2-.9-.6-1.5-1.1-3.6-2.6-11.2-8.2-21-8.8-11.6-.8-19.4.3-25.4 3.5-4.3 2.3-7.3 5.3-9.2 7.3-.5.6-1 1-1.4 1.3v-.8c0-.4-.2-.7-.6-.9-.2-.1-4.6-2.2-10.4-2.2s-10.2 2.1-10.4 2.2c-.3.2-.6.5-.6.9v.8c-.3-.3-.8-.8-1.4-1.3-1.8-1.9-4.9-5-9.2-7.3-6-3.2-13.9-4.2-25.4-3.5-9.8.7-17.4 6.2-21 8.8-.7.5-1.2.9-1.5 1.1-1.7 1-5.9 1.5-7.3 1.5-.5 0-.9.5-.9 1v1.4H101c-.6 0-1 .4-1 1s.4 1 1 1h2.5v2.7c0 .4.2.8.6.9.7.3 1.3.4 1.7.5 1.3.3 1.7.4 7.1 14.5 4.3 11.4 11.9 16.8 19.5 19.1H93.6l2-64.3zm243.8 75.6c.1 0 .2 0 .3-.1l10.9-10.4c.2-.2.2-.5 0-.7-.2-.2-.5-.2-.7 0L339 220.7c-.2.2-.2.5 0 .7.1.1.2.2.4.2zm20.8-13.1l-23.6 23c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .3 0 .3-.1l23.6-23c.2-.2.2-.5 0-.7-.2-.3-.5-.3-.7-.1zm76.6-1.7l-23.5 22.7c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1l23.5-22.7c.2-.2.2-.5 0-.7-.2-.3-.5-.3-.7-.1zm-5.3 13l-8 7.8c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .3 0 .3-.1l8-7.8c.2-.2.2-.5 0-.7-.2-.3-.5-.3-.7-.1z\"></path><path d=\"M464.7 207.3h-2.5v-1.4c0-.5-.4-1-.9-1-1.4-.1-5.5-.5-7.2-1.5-.3-.2-.9-.6-1.5-1.1-2.8-2-7.8-5.7-14.5-7.6v-.4c-9.1-27.8-29.7-45.8-52.5-45.8-23 0-43.7 18.1-52.7 46.2-6.6 1.9-11.6 5.6-14.3 7.6-.7.5-1.2.9-1.5 1.1-1.7 1-5.8 1.4-7.2 1.5-.5 0-.9.5-.9 1v1.4h-2.5c-.6 0-1 .4-1 1s.4 1 1 1h2.5v2.6c0 .4.2.8.6.9.7.3 1.3.4 1.7.5 1.3.3 1.7.3 7 14.3 2.9 7.7 7.3 12.6 12.3 15.7 2.1 9.6 5.7 18.9 10.3 27.2-.1.2-.1.5.2.7.1.1.2.1.4.2 9.5 16.7 22.9 29.4 36.1 33.3v.1c-2 34.4-5.8 55.6-6.3 58.3h-1.7c-2.4 0-4.4 2-4.4 4.4 0 .9.3 1.7.7 2.4H347c-13 0-25.6 4.7-35.3 13.4-1.4 1.3-1.9 3.2-1.2 5 .7 1.8 2.3 2.9 4.3 2.9h141.8c1.9 0 3.6-1.2 4.3-2.9.7-1.8.2-3.8-1.2-5-9.8-8.6-22.3-13.4-35.3-13.4h-18.6c.4-.7.7-1.5.7-2.4 0-2.4-2-4.4-4.4-4.4h-1.7c-.5-2.7-4.3-23.6-6.3-57.6 0-.3-.2-.6-.4-.7 19.9-5.7 40.7-31.9 47.2-61.2v-.4c5.6-3.4 9.7-8.7 12.4-15.7 5.2-13.9 5.6-14 7-14.3.3-.1.6-.1 1-.2.2-.1.5-.2.7-.3.4-.2.6-.5.6-.9v-2.6h2.5c.6 0 1-.4 1-1s-.8-.9-1.4-.9zm-79.2-56.8c21.7 0 41.4 17.1 50.4 43.7-1.3-.3-2.7-.5-4.1-.6-11.4-.8-19.1.3-25.1 3.4-4.3 2.2-7.2 5.2-9.1 7.2l-1.3 1.3v-.8c0-.4-.2-.7-.6-.9-.2-.1-4.5-2.2-10.2-2.2-5.7 0-10 2.1-10.2 2.2-.3.2-.6.5-.6.9v.8l-1.3-1.3c-1.8-1.8-4.8-4.9-9.1-7.2-5.9-3.1-13.7-4.2-25.1-3.4-1.4.1-2.8.3-4.1.6 9-26.6 28.6-43.7 50.4-43.7zM320 226.9c-5.4-14.4-6-15-8.4-15.5-.2 0-.5-.1-.7-.2v-4.4c1.7-.2 5.3-.6 7.2-1.7.4-.2 1-.7 1.7-1.2 3.4-2.5 10.6-7.7 19.7-8.3 11-.7 18.4.3 24 3.2 4 2.1 6.8 4.9 8.6 6.8.8.8 1.3 1.3 1.8 1.7 1.1.8 2.4 1.4 3.1 1.7.1 2.9.3 15.5-6.5 25.4-7.4 10.7-15.2 11.6-22 11.6-9.8 0-22.5-3.3-28.5-19.1zm28.4 21.1c7.3 0 15.8-1 23.7-12.5 8.1-11.7 6.9-26.7 6.8-27.3 0-.4-.3-.7-.7-.9 0 0-.6-.2-1.4-.6v-1.4c1.3-.5 4.7-1.7 8.8-1.7 4.1 0 7.5 1.2 8.8 1.7v1.4c-.8.4-1.4.6-1.4.6-.3.1-.6.4-.7.8v.3c-.1 1.6-.8 16 6.8 27.1 1.2 1.8 2.5 3.3 3.7 4.6-1.8 5.2-5.2 9.9-8.5 14.5-1.4 2-2.7 3.9-4 5.8-1.4 2.2-2.4 4.5-3.4 6.7-1.6 3.7-3.1 7.1-6.4 10-11.4 10-22.9 3.1-33.9-3.7-.9-.6-1.9-1.2-2.9-1.7-4.9-8.4-8.7-17.6-11-27.1 5.3 2.6 10.9 3.4 15.7 3.4zm5.7 38c-3.4-3.8-6.5-8-9.2-12.5.4.2.8.5 1.2.7 6.9 4.2 14.5 8.8 22.1 8.8 4.3 0 8.7-1.5 13-5.2 3.4-3 5-6.6 6.6-10.3 1-2.2 1.9-4.4 3.3-6.6 1.2-1.9 2.5-3.8 3.9-5.7 3.2-4.5 6.5-9.2 8.4-14.4 1.9 1.8 3.8 3.2 5.7 4.2-7.5 7.2-11.4 15.2-15.6 23.7-1.6 3.3-3.3 6.7-5.3 10.2-6.2 10.9-14.2 11-25.4 11.1-1.5 0-3.1 0-4.7.1h-.1c-1.2-1.2-2.6-2.6-3.9-4.1zm79.8-27.7c-2.1 3.4-6 6.3-10.1 9.3-8 5.9-17.1 12.6-13.4 25.1-2.9 2.5-5.8 4.7-8.8 6.4-.1-11.4.5-19 7.7-28.7 3.2-4.3 9-7.8 14.6-11.1 4.7-2.8 9.5-5.6 12.9-9.1-.9 2.8-1.8 5.5-2.9 8.1zm3.5-10.2c-3.3 4-8.8 7.3-14 10.4-5.7 3.4-11.5 6.8-14.9 11.4-7.4 10-8 18.2-7.9 29.6 0 .1 0 .2.1.2-5.1 2.8-10.2 4.4-15.2 4.4-6 0-12.6-2.4-19.1-6.9 4.4-.6 8.2-.5 11.6-.3 8.6.4 14.8.7 19.6-13.4 5.4-15.7 13.2-27 24.6-35.5h1.2c5.5-.1 10.5-1.2 14.8-3.3-.2 1.1-.5 2.2-.8 3.4zm-40.7 35c-4.6 13.3-9.9 13.1-18.6 12.7-3.6-.2-7.7-.4-12.5.4-.1 0-.2.1-.2.1-2.1-1.5-4.2-3.2-6.2-5.1 1.3 0 2.5 0 3.7-.1 11.1-.1 19.8-.2 26.2-11.6 2-3.5 3.7-6.9 5.3-10.2 4.2-8.5 8.2-16.5 15.7-23.7 3.6 1.7 7.2 2.2 10.5 2.3-11 8.6-18.6 19.8-23.9 35.2zm-17.4 22.2c2.1.5 4.2.7 6.2.7.7 0 1.4 0 2.1-.1-9 20.2-10.9 39.5-5.5 57.2H373c.8-3.8 4.4-24.7 6.3-57.8zm17.3 66.7c.1.1.1.1.2.1 13.7 3.6 21 6.7 22.1 9.6.2.6.2 1.1.1 1.6h-7.5c-.1-.1-.2-.3-.3-.5-1.4-1.7-18-7.4-20.7-7.7-2.2-.2-9.4.5-12.8 3.4-1.2 1-1.8 2.2-1.9 3.5 0 .4.2.8.5 1.2h-12.7c-1.1-2.4 1.5-4.6 5.3-7.3 2-1.4 3.7-2.7 4.2-4h23.5zm12.5 17.3c0-.1-.1-.2-.1-.3 0-.5.6-1 1.1-1.5.6-.6 1.4-1.3 1.6-2.2h6.2c-.7 1.2-1.5 2.6-.8 4h-8zm-16.3 0c-1.2-.7-3.4-1.4-6-2.3-1.3-.5-3-1.1-4.7-1.7h28.6c-.2.5-.7.9-1.2 1.5-.7.7-1.4 1.4-1.4 2.2v.3h-15.3zm-10.6 0c-3.4-.7-11-2.6-15.3-4h12.6c1.8.8 4.2 1.7 7 2.7 1.4.5 2.8 1 3.9 1.4h-8.2zm-17.5 0c-3-.6-8.7-2.2-12-4h11.5c2.7 1.3 8.9 2.9 13.5 4h-13zm-17.4 0c-1.1-1.5-1.9-2.8-2.5-4h6.1c2.2 1.7 6.3 3.1 9.7 4h-13.3zm-6.5 0c-3.6-1.4-6-2.7-7.3-4h10.1c.6 1.2 1.3 2.6 2.4 4h-5.2zm-17.2 0c-1-1.6-1.3-2.9-1-4h9.6c1 1.4 2.9 2.7 6 4h-14.6zm2.8-9c1.8-1.6 3.8-3.5 5.3-6.1 2.8-.9 5.6-1.5 8.5-1.9-1.2 1.3-2.4 2.4-3.6 3.6-2.8 2.6-5.3 4.9-5.1 7.3h-7.9c.7-.9 1.7-1.8 2.8-2.9zm-4 3h-7.6c4.6-3.7 9.9-6.6 15.4-8.5-1.4 1.9-3 3.5-4.5 4.8-1.3 1.2-2.5 2.4-3.3 3.7zm21.4-3.1c.6-2.9 4-4.8 8.6-7.3.5-.3 1.1-.6 1.7-.9h8c-2.1 1.4-4.8 4-7.4 6.5-2 1.9-3.9 3.8-5.1 4.5-.1.1-.2.2-.2.3H344c-.3-1.2-.4-2.2-.2-3.1zm32.9 2c.1-1 .6-2 1.6-2.8 3-2.6 9.5-3.5 12.1-3.2 2.5.2 17.7 5.6 19.8 7.1h-32.4c-.7-.4-1.1-.8-1.1-1.1zm-8.5-7.1c-3.1 2.2-6.8 5-5.8 8.1h-11.6c1.2-.9 2.7-2.4 4.5-4.1 3.3-3.2 7.3-7.1 9.2-7.2h7.3c-.5 1-2.1 2.1-3.6 3.2zm-16.1-3.1s-.1 0-.1.1c-4.7 2.6-8.4 4.6-9.1 8-.2 1-.2 2.1.1 3.2h-10.4c-.1-1.9 2.2-4.1 4.8-6.6 1.4-1.3 3-2.8 4.4-4.5 1.7-.2 3.5-.3 5.2-.3h5.1zm-39.8 15.6c-.3-.7-.3-1.6.3-2.4h9c-.2 1.2 0 2.5.9 4h-7.8c-1.4.1-2.1-.8-2.4-1.6zm146.5 0c-.3.8-1.1 1.7-2.4 1.7h-38.1c-.9-1.1-.4-2.1.5-3.6.1-.1.2-.3.3-.5h39.4c.6.9.6 1.8.3 2.4zm-2.5-4.3H420c.1-.6.1-1.3-.2-2-.8-2.1-3.9-4.9-19.6-9.3h24c11.7 0 23 4 32.1 11.3zm-52.1-15.7c0 1.3-1.1 2.4-2.4 2.4h-32.6c-1.3 0-2.4-1.1-2.4-2.4 0-1.3 1.1-2.4 2.4-2.4h32.6c1.3 0 2.4 1.1 2.4 2.4zm-13.8-4.4c-5-8.7-5.1-19.2-4.5-28.4.2-3.5 1.9-7.8 3.6-11.9 1.1-2.7 2.2-5.5 2.9-8.1.2 2.3.3 4.5.5 6.7-.3 3.2-.9 6.2-1.5 9.2-2 9.9-3.8 19.3 6.1 29.4.2 1.5.4 2.5.5 3.1h-7.6zm2.9-37.3c1.4 15.2 2.9 26.2 3.9 32.4-8.4-9.3-6.7-17.7-4.8-27.4.3-1.6.6-3.3.9-5zm-1.2-14.9c-.4 3.5-2 7.6-3.6 11.5-1.7 4.2-3.4 8.5-3.6 12.2-.6 9.1-.5 19.6 4.4 28.4h-6.1c-5.5-17.8-3.6-37.1 5.6-57.4 1-.1 2-.3 3.1-.5-.1.1-.1.3-.1.5.1 1.8.2 3.6.3 5.3zm19.1-19c-3.2-11.5 5.1-17.6 13.2-23.5 3-2.2 5.8-4.3 8-6.6-1.4 3-2.9 6-4.5 8.8-.7.6-1.7 1.3-2.8 2-4.7 3.2-11 7.7-7.8 13-1.9 2.3-4 4.4-6.1 6.3zm6.9-7.1c-2.3-4.4 3.2-8.3 7.7-11.4l.9-.6c-2.7 4.3-5.5 8.4-8.6 12zm42.1-73.7c-.3.1-.5.1-.7.2-2.5.5-3 1.1-8.4 15.5-2.6 7-6.9 12.2-12.5 15.3h-.1c-4.2 2.4-9.3 3.6-15 3.7h-.8c-6.8 0-14.7-.9-22.1-11.6-6.8-9.9-6.6-22.5-6.5-25.4.7-.3 2-.9 3.1-1.7.5-.3 1-.9 1.8-1.7 1.8-1.9 4.6-4.7 8.6-6.8 5.6-2.9 13-3.9 24-3.2 9.1.6 16.3 5.8 19.7 8.3.7.5 1.3.9 1.7 1.2 1.9 1.1 5.5 1.6 7.2 1.7v4.5z\"></path><path d=\"M371.6 212.1c-.9-3.2-6.6-10-14.7-12.4-8.3-2.4-20.2-1-24 .4-3 1.1-8.4 3.9-10.5 10.3-2.1 6.3.3 16 6.2 24.1 3.8 5.3 11 8.2 18.6 8.2 4.9 0 9.9-1.2 14.2-3.8 11.2-6.7 11.1-23.7 10.2-26.8zm-40.7-10c-.9 3.7-1.5 7.5-1.9 11.3l-5.6-1.7h-.4c.1-.3.2-.7.3-1 1.5-4.4 4.6-7.1 7.6-8.6zm-8.2 11.5l.1.1 6 1.8c-.3 3-.4 6-.4 9.1 0 2.8.2 6.1.5 8.7-4.6-6.6-6.9-14.1-6.2-19.7zm7.8 21.7c.3-.2.5-.6.5-1-.4-3.3-.6-7.1-.6-9.9 0-7.7.9-15.2 2.6-22.4.1-.3 0-.6-.2-.8.2-.1.3-.1.5-.2 2.2-.8 7.4-1.7 12.9-1.7 3.6 0 7.3.3 10.4 1.3 8.2 2.4 13.4 9.3 14.1 11.7.8 3 1 19.3-9.9 25.7-9.7 5.8-23.8 4.4-30.3-2.7zm-17.3-27.7c-.5 0-.9.2-1.2.5-.3.3-.5.8-.5 1.2 0 .5.2.9.5 1.2.3.3.8.5 1.2.5.5 0 .9-.2 1.2-.5.3-.3.5-.8.5-1.2 0-.5-.2-.9-.5-1.2-.3-.4-.7-.5-1.2-.5zm.2 1.9s-.1.1-.2.1-.1 0-.2-.1c0 0-.1-.1-.1-.2s0-.1.1-.2c0 0 .1-.1.2-.1s.1 0 .2.1.1.3 0 .4zm125-9.6c-3.8-1.4-15.8-2.9-24.2-.4-8.2 2.4-14 9.3-14.9 12.5-.9 3.2-1 20.3 10.4 27.1 4.3 2.6 9.4 3.8 14.3 3.8 7.6 0 14.9-2.9 18.7-8.3 5.9-8.2 8.4-18 6.2-24.3-2.1-6.4-7.5-9.2-10.5-10.4zm-28.2 38.4c-10.9-6.5-10.8-22.9-10-26 .7-2.4 5.9-9.4 14.2-11.8 3.2-.9 6.9-1.3 10.5-1.3 5.6 0 10.8.8 13.1 1.7.2.1.3.1.5.2-.3.2-.4.6-.4 1 1.7 7.2 2.6 14.8 2.6 22.4 0 2.7-.2 6.5-.6 9.9-.1.5.2.9.7 1-6.5 7.2-20.8 8.7-30.6 2.9zm32.1-4.7c.3-2.6.5-6.1.5-9.1s-.1-6-.4-8.9l5.4-1.8c.5-.2.8-.7.6-1.3-.2-.5-.7-.8-1.3-.6l-5 1.6c-.4-4-1.1-7.9-2-11.7 3 1.5 6.3 4.2 7.9 8.8 2.1 6-.2 15.2-5.7 23zm15.5-22.5c.1 0 .1 0 0 0 .5 0 .9-.2 1.2-.5.3-.3.5-.8.5-1.2 0-.5-.2-.9-.5-1.2-.3-.3-.8-.5-1.2-.5-.5 0-.9.2-1.2.5-.3.3-.5.8-.5 1.2 0 .5.2.9.5 1.2.3.3.8.5 1.2.5zm-.1-2s.1-.1.2-.1.1 0 .2.1c0 0 .1.1.1.2s0 .1-.1.2c0 0-.1.1-.2.1s-.1 0-.2-.1-.1-.3 0-.4zm-83.4 3.4c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5-1.5.7-1.5 1.5.7 1.5 1.5 1.5zm0-2c.3 0 .5.2.5.5s-.2.5-.5.5-.5-.2-.5-.5c-.1-.3.2-.5.5-.5zm22.3-.9c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5zm0 2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5c.1.2-.2.5-.5.5z\"></path></svg>";
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 525.5 525.5\"><path d=\"M463.2 317c0-.5-.5-1-1-1h-18c.3-.8.2-1.6-.4-2.3l-3.8-4.4c-3.8-4.5-10.9-7.2-18.3-7.2h-30.9c0-.1.1-.2.1-.3 0-2.9-1.6-5.4-4-6.7.1-.1.2-.3.2-.5v-73.8c0-.4-.2-.7-.5-.8 15.7.8 26.3 7.3 35.7 13.1 6 3.7 11.7 7.2 18 8.8.5.1 1.1.2 1.6.2 1.5 0 3-.5 4.2-1.5 1.7-1.3 2.7-3.3 2.7-5.5v-24.9c.3.1.6.1.8.1.7 0 1.5-.2 2.1-.6 1.3-.8 2-2.2 2-3.7-1-19-8.4-79.2-62.7-83.9-.3-3.1-2.9-5-6.9-5s-6.5 1.9-6.9 5c-55.1 4.6-62.6 64.9-63.6 83.9-.1 1.5.7 2.9 1.9 3.7.9.6 2 .7 3 .5v24.5c0 2.3 1.1 4.4 3 5.7 1.8 1.3 4.1 1.6 6.2.9 5-1.7 10-4.7 15.3-7.8 10.3-6 21.9-12.7 37.1-13.6-.3.2-.5.5-.5.8v73.8c0 .2.1.4.2.5-2.4 1.3-4 3.8-4 6.7 0 .1 0 .2.1.3H349c-.1 0-.3 0-.4.1l-.6-4.1c-1.3-8.1-6.9-14.8-14.3-17.1-6.2-1.9-15-4.1-25.4-5.1-.2-4.8-3.5-8.9-8-10.2-1.4-3.4-6.2-5.5-11.5-4.9-7 .8-14.7 6-19 17.7-3.3.7-6.6 1.6-9.8 2.6-7.6 2.3-13.3 9.1-14.5 17.4l-2.6 17.9h-24.5c-.4 0-.8.3-.8.8v67.5c0 .4.3.8.8.8s.8-.3.8-.8v-66.8h23.6l-9.1 62.5h-2.1c-.3 0-.5.2-.5.5s.2.5.5.5h2l-1 6.9c-5.8-1.9-12-2.9-18.2-2.9h-20.7c.5-.8.9-1.7.9-2.7 0-2.6-2.1-4.7-4.7-4.7h-2c-.5-2.5-4.7-25.6-6.9-63.4 0-.4-.3-.7-.6-.9 5.5-1.5 11.1-4.5 16.4-8.6h.1c.1-.1.3-.2.3-.3 15.8-12.3 29.9-34.4 35.2-58.4.1-.5-.2-1.1-.8-1.2-.5-.1-1.1.2-1.2.8-.8 3.4-1.7 6.8-2.8 10.1-.8.5-1.6.9-2.4 1.4-17.2 10.3-36.7 22-29.5 45.8-8.1 6.2-16.4 9.6-23.8 9.6-6.8 0-14.2-2.8-21.3-7.7 4.2-.6 7.8-.1 11.4.4 2.1.3 4.2.6 6.1.6 4.6 0 8.8-1.5 12.9-7.8 3.2-4.9 5-10.9 6.8-16.6 1.7-5.7 3.5-11.6 6.7-16.7 3.5-5.5 7.8-8.3 12.5-11.3 3.6-2.3 7.3-4.7 10.6-8.5 1.5-1.7 2.3-3.9 3.1-6 .7-2 1.4-3.9 2.6-5.2 2-2.3 3.8-3.1 5.7-3.8 1.2-.5 2.5-1 3.8-2-.1 2.6-.3 5.5-.6 8.1-.1.5.3 1 .9 1.1h.1c.5 0 .9-.4 1-.9.3-2.9.7-7.4.7-11.1 0-1.4 0-2.9-.1-4.3 0-.3-.1-.5-.3-.7 6-1.1 29.3-5.6 38.1-9.2 13.1-5.3 17.1-9.7 17.3-9.9.1-.1.1-.2.2-.3 0-.1.1-.2.1-.3 0-.1-.1-3.4-3.4-5.8-4.6-3.3-12.7-3.1-24.2.5-21.2 6.7-27.7 6.7-29.3 6.5-.1-.2-.2-.5-.3-.9-.6-2.1-1.8-6-3.5-10.7.6-.2.9-.2 1-.3.5-.1.9-.7.7-1.2-.1-.5-.7-.9-1.2-.7l-1.2.3c-2.5-6.7-6.1-14.7-10.7-21.7-9.9-15.1-17.7-26.6-19.9-29.7-3.1-4.5-13.9-15-26-9.8-4.3 1.8-7.9 3.9-11.3 5.9-.6.4-1.2.7-1.9 1.1-4.7 2.8-10.6 6.3-17.7 9.3l-1.5.6c-1.2.5-2.5.9-3.7 1.2-3.7 1.1-7.3 1.8-11.2 2.5-3.4.6-7 1.3-10.6 2.2-2.6.6-5.3 1.3-8.1 2.2-12.5 4.2-13.6 19.2-12.9 24.7.1.7.2 1.6.3 2.7 0 .1 0 .1.1.2v5.3c-1.2-2.8-2.7-5.7-3.9-6.5-2.1-1.3-10.4-1.9-12-2.1-.3 0-.5.1-.7.2-.2.2-.3.4-.3.7 0 .5-.7 11.5 2.9 16.3.1.2.3.3.5.3 2.4.8 5.2 1.8 6.8 2.6l-2.9 1.1c-.3.1-.5.3-.6.6-.1.3-.1.6.1.8.2.3 3.6 6.4 13 8.3l-3.4 2.9c-.2.2-.4.5-.4.8 0 .3.2.6.5.8.2.1 2.4 1.4 5.5 2.7 0 .1-.1.3 0 .4 1.4 7.5 3.9 14.9 6.2 20.9-.5.2-1 .5-1.5.7-.5.2-.7.8-.4 1.3.2.4.5.6.9.6.1 0 .3 0 .4-.1.5-.2.9-.4 1.4-.7 1.8 4.5 3.4 8 4.3 9.8.1.3.2.5.3.7-1.9 1.6-9.6 7.6-30.4 16.9-10.8 4.9-16.7 10-17.5 15.2-.5 3.1 1 5.3 1.8 6.2.2.3.4.4.5.5 0 0 .1 0 .1.1 0 0 .1 0 .1.1.1 0 .2.1.3.1.5 0 7.3-.1 16.4-3.6 9.7-3.7 29.8-16.1 31.9-17.4 1.5-.3 3-.6 4.5-1v.1c10.4 24.2 28.4 42.8 45.3 47.8 0 .1-.1.2-.1.2-2.2 38.2-6.5 61.6-7 64.2h-2c-2.6 0-4.7 2.1-4.7 4.7 0 1 .3 1.9.9 2.7h-20.7c-14.3 0-28.1 5.2-38.8 14.7-1.5 1.4-2.1 3.5-1.3 5.4.7 1.9 2.5 3.2 4.6 3.2h155.9c2.1 0 3.9-1.2 4.6-3.2.7-1.9.2-4.1-1.3-5.4-.8-.7-1.7-1.4-2.5-2.1h111.8c.3 0 .6-.1.8-.3.2-.2.3-.5.2-.8l-1.1-6.9h100.7c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7l-1.2-71.6zM384 119c1.7 0 4.3.4 4.8 2.8-1.6-.1-3.2-.2-4.8-.2h-.1c-1.6 0-3.2.1-4.8.1.6-2.3 3.2-2.7 4.9-2.7zm-67.5 88.9c-.7-.4-1-1.1-1-1.9.4-7.2 1.7-20.6 6.4-34.6-.1 3-.1 6.1 0 9.1 0 .3.2.5.5.5s.5-.2.5-.5c-.1-4.1-.1-8.3.2-12.3.8-2.3 1.8-4.5 2.8-6.8-.8 7.5-1.5 22.4 2 39 0 .2.3.4.5.4h.1c.3-.1.4-.3.4-.6-4-19-2.4-35.8-1.6-41.6 9.4-18.5 26.2-34.8 56.3-35v68.7c0 .3.2.5.5.5s.5-.2.5-.5v-68.7c29.5.2 46 16.3 55.3 34.6.8 5.5 2.5 22.6-1.6 42-.1.3.1.5.4.6h.1c.2 0 .4-.2.5-.4 3.6-16.9 2.8-32.1 2-39.5 1.1 2.3 2 4.6 2.9 6.9.2 3.5.3 7 .2 10.6 0 .3.2.5.5.5s.5-.2.5-.5c.1-2.5 0-4.9 0-7.4 4.7 14 6 27.5 6.4 34.7 0 .8-.3 1.5-1 1.9-.7.4-1.5.4-2.1 0-8.6-4.9-28.4-13.1-64.9-13.1-36.5 0-56.3 8.2-64.9 13.1-.9.7-1.7.7-2.4.3zm25.4 23.8c-5.2 3-10.2 5.9-15 7.6-1.5.5-3.1.3-4.4-.6-1.3-.9-2.1-2.5-2.1-4.1V210c0-.2-.1-.5-.2-.6 8.7-4.8 28.1-12.5 63.3-12.5 35.3 0 54.6 7.7 63.3 12.5-.1.2-.2.4-.2.6v25c0 1.5-.7 3-1.9 3.9-1.2.9-2.7 1.2-4.1.9-6-1.5-11.5-4.9-17.4-8.5-10.2-6.3-21.9-13.5-40-13.5-17.3 0-30.1 7.4-41.3 13.9zm39.1-11.9c.8 0 1.5-.1 2.3-.1.8 0 1.5 0 2.2.1-.3.2-.5.5-.5.9v73.7c-.6-.1-1.1-.2-1.7-.2s-1.2.1-1.7.2v-73.7c0-.4-.2-.7-.6-.9zm-3.3 82c0-3.1 2.5-5.6 5.6-5.6s5.6 2.5 5.6 5.6c0 .1 0 .2.1.3h-11.4c0-.1.1-.2.1-.3zm-28.8 2.3h72.9c6.9 0 13.4 2.5 16.8 6.5l3.8 4.4c.1.2.1.3.1.3-.1.2-.6.6-1.5.6-.1 0-.3 0-.4.1h-89.8l-1.9-11.9c-.1 0-.1 0 0 0zm-42.8-28.5c-2.9-.2-5.9-.4-9.1-.4-3 0-6.1.1-9.1.3.3-4.7 4.3-8.5 9.1-8.5 4.8.1 8.8 3.9 9.1 8.6zm-22.6.4c1.4-3.4 3.2-5.4 4.8-6.7-1.4 1.8-2.3 4-2.4 6.5-.8.1-1.6.1-2.4.2zm-36.2 22.6c1.1-7.4 6.2-13.6 13.1-15.7 2.8-.9 5.6-1.6 8.5-2.3-1.2 4-2.1 8.7-2.5 14.2-2.1 32.6-7.2 54.3-14.7 62.8-.4.4-.3 1 .1 1.4.2.2.4.3.7.3.3 0 .6-.1.7-.3 9.8-11.1 13.7-40.9 15.2-64 .4-5.9 1.4-10.8 2.7-14.9.4-.2.6-.6.5-1.1 0 0 0-.1-.1-.1 4-10.7 10.9-15.5 17.2-16.2 3.6-.4 7.1.7 8.7 2.5h-.4c-.2 0-.7-.1-1.3-.2-2-1.1-5.3-1.7-8.8-.6-3.6 1.1-10.3 4.9-14.2 17.7-1.9 6.2-2.3 12.7-2.7 20.9-.2 3.7-.4 7.5-.8 11.7 0 .3.2.5.5.5s.5-.2.5-.5c.4-4.3.6-8.1.8-11.8.5-8.2.9-14.6 2.7-20.7 3.8-12.4 10.1-16 13.6-17.1 2.2-.7 4.3-.7 5.9-.3h-.2c-2.1-.2-4.8.3-7.6 2-4.4 2.9-10 10-11.5 27.7 0 .3.2.5.5.5s.5-.2.5-.5c1.5-17.3 6.9-24.2 11.1-26.9.9-.6 1.8-1 2.7-1.3-.5.3-.9.6-1.4.9-6.1 4.7-9.2 14.8-9.2 30 0 2.8 0 5.6-.1 8.3 0 .6.4 1 1 1 .5 0 1-.4 1-1 0-2.7.1-5.5.1-8.3 0-9.1 1.1-15.5 2.8-19.9.2.2.5.4.9.4 4.4-.5 8.9-.7 13.2-.7 15 0 27.8 3 35.9 5.6 6.7 2.1 11.8 8.2 13 15.5l12.7 81.8H259c8.3-9.9 13.1-27.6 14-34.3 0-.3-.2-.5-.4-.6-.3 0-.5.2-.6.4-1 7.5-6.2 25.2-14.1 34.3-.1.1-.1.1-.1.2h-22.2l11.7-81.3zm2.5 101.3h-41.1c-.3-1.5-1.2-3.1-4-5.5-3.6-3-11.5-5.9-16.3-7.1h25.7c13 0 25.6 4.4 35.7 12.6zm-41.6 6.6h-9.5c-.5-.8-.2-1.6.3-2.8.2-.6.5-1.2.7-1.8h8.2v.3c-.1 1.2-.2 2.5.3 4.3zm-24 0c-1.2-.7-3.3-1.5-5.7-2.5-1.5-.6-3.5-1.4-5.2-2.2h25.3c-.1.5-.3.9-.5 1.4-.4 1-.9 2.1-.5 3.2h-13.4zm-16 0c-4.9-.9-13.9-2.9-17.9-4.6H171c1.8.9 4.3 1.9 7.2 3.1 1.4.5 2.7 1.1 3.8 1.5h-13.8zm-38.9 0c-1.1-.7-3.2-2.9-4.6-4.6h23.6c2.4 1.7 9.6 3.5 14.9 4.6h-33.9zm-6.7 0c-.7-.3-1.5-.5-2.2-.7-2.6-.8-4.8-1.4-5.9-3.9h9c1 1.4 2.8 3.4 4.2 4.6h-5.1zm-29-6.6c8.7-7 19.2-11.3 30.3-12.4-3.1 1.7-7.5 5.9-9.7 9.4-.7 1.1-1.1 2.1-1.2 2.9H93.6zm60.2-12.6h3c-.5 1.3-2.4 2.6-4.4 3.9-2.7 1.8-5.5 3.7-5.9 6.3-.1.8 0 1.6.3 2.4h-22.1c2.2-1.5 4.4-3.6 6.4-5.7 2.8-2.8 5.7-5.6 8.7-6.9h14zm-5.9 12.6c-.4-.8-.5-1.5-.4-2.3.4-2.2 3-3.9 5.5-5.6 2.3-1.5 4.4-3 4.8-4.7h16c-.8.2-1.6.5-2.3.9-1.5.7-10.8 6.4-11.2 10.4 0 .5.1.9.3 1.4h-12.7zm20.6-1.3c.1-1.3.6-2.4 1.7-3.2 2.7-2.3 8.3-2.7 11.2-2.4 3 .4 15.3 4.3 16.5 5.9.3.4.5.7.6 1h-28.9c-.7-.5-1.1-.9-1.1-1.3zm31.1 1.3c-.1-.5-.4-1.1-.9-1.7-1.6-1.9-14.1-5.8-17.2-6.2-2.5-.3-8.7-.1-11.9 2.6-1.3 1.1-2 2.4-2 3.9 0 .5.2.9.6 1.4h-6.3c-.4-.3-.6-.8-.6-1.3.3-3.2 8.4-8.6 10.6-9.6 4.3-1.9 9.8-2.3 15.5-1 4.6 1.1 13 4.1 16.6 7.1 2.4 2.1 3.3 3.4 3.6 4.7h-8zm-14.9-27.3c-12-12.5-10.2-17.9-7.2-26.6 1-2.9 2.1-6.1 2.8-10 1.5 17.3 3.3 29.8 4.4 36.6zm-4.8-41c-.6 5.8-2.1 10.1-3.4 14-3.1 9-5.1 15 8.5 28.7.3 1.7.5 2.8.6 3.5h-14.3c-6.7-21.6-5.3-42.9 3.9-63.3 1.2-.2 2.5-.4 3.7-.7-.1.2-.2.4-.2.7.3 6.1.7 11.8 1.2 17.1zm22.3-34.3c-1.6-6 .1-12.9 4.5-17.9 2-2.2 5-3.6 8-5 2.3-1 4.6-2.1 6.5-3.6-1.7 3.4-3.6 6.7-5.7 9.9-.6.4-1.3.9-2.1 1.3-3.1 1.9-6.7 4.1-7.3 7.1-.2 1.1 0 2.2.6 3.3-.2.2-.4.5-.6.7-1.2 1.5-2.6 2.9-3.9 4.2zm5.2-5.6c-.4-.8-.5-1.5-.3-2.3.5-2.5 4-4.7 6.8-6.4.1 0 .1-.1.2-.1-2 3-4.3 6-6.7 8.8zm18.1-33.5c.5-.3.9-.5 1.4-.8-1.3 3.7-2.7 7.3-4.4 10.9-1.9 2.4-5 3.8-8.2 5.3-3.1 1.4-6.2 2.8-8.3 5.2-4.7 5.3-6.5 12.9-4.6 19.3-1.6 1.6-3.3 3-5 4.3-6.7-22.7 12.3-34.1 29.1-44.2zm2.8-29.2c-1.9.8-3.9 1.6-6 4.1-1.3 1.5-2 3.5-2.8 5.5-.7 2-1.5 4.1-2.9 5.7-3.1 3.7-6.8 6-10.4 8.3-4.5 2.9-9.2 5.9-12.8 11.6-3.3 5.2-5.1 11.2-6.8 17-1.8 6-3.5 11.6-6.7 16.4-5.6 8.5-11.1 7.7-18.1 6.8-3.6-.5-7.7-1-12.2-.3-.1 0-.3.1-.3.2-2.4-1.7-4.7-3.7-7-5.8 1.7 0 3.5 0 5.4.1 1.6 0 3.3.1 5 .1 5.4 0 10.8-.5 15.1-3 5.8-3.5 8.3-10.1 10.7-16.4.8-2 1.5-4 2.3-5.8 4.6-9.9 10.2-17.9 16.6-23.8 1.7-1.6 3.9-3 6.2-4.5 5.6-3.6 11.9-7.7 11.9-14.7 5.8-3.3 11.5-6.6 17-9.9 0 .1-.1.2 0 .3.1 1.4.1 2.8.1 4.3v1.5c-1.6 1.2-2.9 1.8-4.3 2.3zm43.2-19.9c-7.1 2.9-24.5 6.5-33.5 8.3 17.3-10.3 32.1-19.1 39.4-19.1h.1c6.2 0 8.8 1.4 9.8 2.1-1.5 1.4-6.1 4.8-15.8 8.7zm-40.8-7.8c.1.2.1.3.1.5-2.6.7-9.8 2.6-19.9 5.8l1.9-12.8c6.5-2 11.4-3.4 14.3-4.2 1.7 4.7 2.9 8.5 3.6 10.7zm-44 14.2l1.9-12.7c1.7-.6 3.5-1.2 5.1-1.8l-1.9 12.7-5.1 1.8zm-24.6-2.9l-1.9 12.8c-1.8.7-3.5 1.4-5.2 2.1l1.9-12.9c1.7-.7 3.5-1.3 5.2-2zm1-.4c.7-.3 1.4-.5 2-.8l-1.9 12.8c-.7.3-1.4.5-2 .8l1.9-12.8zm3.2-1.2c1.7-.7 3.5-1.3 5.2-2l-1.9 12.8c-1.7.7-3.5 1.3-5.2 2l1.9-12.8zm6.2-2.4c5.3-2 10.3-3.8 15-5.5l-1.9 12.7c-4.8 1.7-9.9 3.5-15 5.5l1.9-12.7zm22.3-8c.7-.2 1.4-.5 2-.7l-1.9 12.7c-.7.2-1.3.5-2 .7l1.9-12.7zm3.1-1c.8-.3 1.6-.5 2.4-.8l-1.9 12.7c-.8.3-1.6.5-2.4.8l1.9-12.7zm3.4-1.2c2.6-.9 5.1-1.7 7.4-2.4l-1.9 12.8c-2.3.7-4.8 1.5-7.4 2.4l1.9-12.8zm8.4-2.7c.7-.2 1.4-.4 2-.6l-1.9 12.8c-.7.2-1.3.4-2 .6l1.9-12.8zM96.1 164.9c1.9-5.7 5.3-9.4 10.3-11 5.6-1.9 11.4-.9 17.4.2 3.7.7 7.4 1.3 11.2 1.3 3 0 6.1-.4 9.2-1.6.5-.2.8-.8.6-1.3s-.8-.8-1.3-.6c-6.5 2.5-13.1 1.3-19.4.2-2.2-.4-4.5-.8-6.8-1l4.5-.9c4.3-.8 8.6-1.6 13.4-3l.9-.3c1.3-.4 2.5-.8 3.8-1.3.4-.1.7-.2 1.1-.4 7.1-2.7 12.4-5.9 17.5-9.1.9-.6 1.9-1.1 2.8-1.7.4-.2.7-.4 1.1-.6a7272929126779848 7272929126779848 0 0 1-6.9 10c.2.2.4.2.6.2.3 0 .6-.1.8-.4.9-1.1 1.8-2.2 2.7-3.4 3.8-4.8 7.4-9.4 12.8-11.7 12.9-5.5 23.5 9 23.6 9.1 2.2 3.1 10 14.6 19.9 29.7 4.5 6.8 7.9 14.6 10.4 21.2-9.5 2.6-39.9 11.5-78.2 27.4v-4.2c0-.4-.3-.8-.7-1-.4-.1-.9 0-1.1.4l-2.2 3.5-2.7-7.5c-.1-.4-.5-.6-.9-.7-.4 0-.8.2-1 .5l-2.6 4.6c-.8-2.4-1.9-6.1-2.2-7.2-1.8-5.9-8.2-9.4-15-13-1.7-.9-3.4-1.8-5-2.8-.4-.2-.8-.2-1.1.1-.3.3-.4.7-.3 1.1l4 11c-1.9-2.2-4.5-6-7.2-12.3-1.5-3.5-12.4-9-15-10.2-.1-.8-.2-1.5-.3-2.1-.3-1.7-.3-6.5 1.3-11.2zm35.5 58.2c-.1-.1-.3-.1-.5-.1l-1.1.1 2.3-2.5c.3-.3.3-.8.1-1.2-.2-.4-.7-.5-1.2-.4-7.3 2.5-13.5 3.1-17.8 3.2 7-2.3 12.2-5.5 13.1-6.1.5.2.9.3 1.4.5.1 0 .1 0 .2.1 1 .3 2.1.6 3.1.9.1 0 .1.1.2.1 2.7.7 5.6 1.4 8.6 1.9-2.7 1-5.5 2.3-8.4 3.5zm-26.2-18.4c-5.4-7.8-7.3-18.7-7.8-22.6 1 .6 2.1 1.1 3.1 1.7.3 3.2 1.8 14.7 8.3 23.1-1.2-.7-2.4-1.4-3.6-2.2zm6.2 3.7c-7.4-7.7-9.3-19.7-9.8-24 3.1 1.9 5.8 3.8 6.4 5.1 5.5 12.6 10.7 15.8 10.9 15.9.4.2.8.2 1.1-.1.3-.3.4-.7.3-1.1l-4.5-12.4 2.7 1.5.6.3c2.1 3 8 12.5 8.4 21.8-6-1.9-11.4-4.3-16.1-7zm14.4-11c1.4 2.9 5.3 11.5 5.1 19-.8-.2-1.6-.5-2.3-.7-.2-8.5-4.9-16.9-7.5-21.1 1.6 1 3.2 1.9 4.7 2.8zm15.7 21.4c-.1-.1-.2-.1-.3-.1-3.3-.5-6.4-1.2-9.3-2 .2-6.7-2.7-14.2-4.4-18.1 2.5 1.9 4.4 4 5.2 6.5.5 1.7 2.8 9.1 2.9 9.4.1.4.5.7.8.7.4 0 .8-.2 1-.5l2.7-4.7 2.7 7.4c.1.3.3.5.6.6-.7.3-1.3.5-1.9.8zm4.5-1.9c-.5.2-.9.4-1.4.6l1.4-2.1v1.5zm-52.9-26.4c.2.5.6.7 1.1.6.5-.1.8-.5.8-1l-.1-9.3c.4.2.9.4 1.3.7.4 3 2 13.5 6.8 21.8-5.9-4.2-10.4-8.4-13.5-11.8-.7-1.1-4.3-7.2-4.7-12.2 1.4.3 2.6.5 3.1.8 1.2.7 3.6 5.9 5.2 10.4zm-6.4-2.4c-1.4-1.8-2.2-2.9-2.2-2.9s-1.7-2.5-2.6-6.3l2.1.3c.2 3 1.5 6.3 2.7 8.9zm-8.7-9.7c.9.1 1.8.2 2.8.3 1 4.2 2.7 6.9 2.8 7 .1.1 1.5 2.2 4.4 5.5-2.4-.6-7.3-2.3-9.8-6.5-.3-2.6-.3-5-.2-6.3zm7.2 20.7l3.6-1.4c.3-.1.5-.4.6-.7.1-.3 0-.6-.2-.9-1.1-1.5-6.7-3.4-8.8-4.1-.9-1.4-1.5-3.3-1.9-5.3 3.7 4.4 9.7 5.5 10.7 5.7 2.5 2.6 5.8 5.8 10 9.1-1.9.5-6.4 1.4-10.9.5-1.5-1.1-2.5-2.2-3.1-2.9zm13.5 8.4c.3-.3.4-.7.3-1.1-.1-.4-.4-.7-.8-.7-3.3-.4-5.9-1.3-7.9-2.4.7.1 1.3.1 2 .1 3.9 0 7.1-.9 7.9-1.1 1.4 1 2.8 2.1 4.4 3.1.1.1.2.2.3.2 1.8 1.2 3.8 2.4 5.9 3.6.1.1.2.1.3.1 4.2 2.3 8.9 4.5 14.1 6.2-2.1 1.3-7.9 4.5-15.2 6.4-.8-.1-1.5-.1-2-.2l4.7-6.3c.3-.3.3-.8 0-1.2-.3-.4-.7-.5-1.1-.4-6 1.9-13.9-1.7-16.9-3.3l4-3zm1.4 7.8c2.9.9 6.2 1.6 9.5 1.3l-4.1 5.5c-.2.3-.3.6-.1.9s.4.6.7.6c.4.1 8.9 2.1 22.2-1.7l-1.5 1.7c-.3.3-.3.7-.2 1.1.1.2.2.3.3.4-6.8 3.1-13.8 6.4-20.9 9.8-2.2-5.6-4.5-12.5-5.9-19.6zm6.6 21.6c17.2-8.5 33.8-15.7 48.9-21.8l-1.9 12.9c-22.1 9.1-38.5 17.2-42.5 19.3-.1-.1-.1-.3-.2-.4-.9-2-2.5-5.5-4.3-10zm-43.1 43.9c.5-3.1 3.8-8 16.4-13.7.1-.1.2-.1.4-.2 6-2.2 14.9-4.6 25.8-7.2.3-.1.4-.3.4-.6-.1-.3-.3-.4-.6-.4-7 1.7-13.1 3.2-18.1 4.7 17.1-8.3 22.6-13.2 23.5-14.1 2-1 26.8-13.6 59.2-26 7.5-2.9 14.8-5.5 21.5-7.7 21.7-7.4 37.7-11.7 39.8-12.2 1.3.3 6.3.5 21.7-3.8-4.8 2.5-9.8 5.5-15.1 8.6l-2.9 1.7c-.2.1-.3.4-.2.7.1.2.3.2.4.2.1 0 .2 0 .3-.1l2.9-1.7c7.3-4.3 14-8.3 20.3-11.2 1-.3 2.1-.6 3.2-1 13.5-4.2 19.6-2.8 22.4-.8.7.5 1.3 1.1 1.7 1.7-1.8-.8-4.7-1.5-9.3-1.5h-.1c-7.9 0-22.5 8.7-41 19.6-18.4 10.9-39.2 23.3-60.1 31.3-22.7 8.7-50.4 14.4-72.6 19-19.2 4-33 6.9-36.4 10.1-1.5 1.7-2.7 3.2-3.5 4.6zm16.6 1.1c-7.7 3-13.7 3.4-15.3 3.5-.1-.2-.3-.6-.3-1.1 0-1 .5-3.1 4-6.5 3-2.8 18-6 35.4-9.6.9-.2 1.9-.4 2.9-.6-7 4.2-19.8 11.7-26.7 14.3zm39.1-16.9c18.9-4.1 39.7-9.1 57.6-15.9 12.7-4.8 25.3-11.3 37.4-18-.3 6.1-5.9 9.8-11.4 13.3-2.4 1.5-4.6 3-6.4 4.6-6.5 6-12.2 14.1-16.8 24.1-.8 1.8-1.6 3.8-2.4 5.8-2.4 6.2-4.8 12.6-10.3 15.9-5.3 3.2-12.8 3-19.5 2.8-2.2-.1-4.2-.1-6.2-.1-.1 0-.2 0-.2.1-8.4-8.3-16.2-19.6-21.8-32.6zm45.3 48.9c2.3.6 4.7.9 6.9.9.8 0 1.6 0 2.3-.1-9.1 20.4-10.3 41.6-3.8 63.1h-12.4c.8-4 4.8-27.1 7-63.9zm-13.7 68.6c0-1.5 1.2-2.7 2.7-2.7h35.8c1.5 0 2.7 1.2 2.7 2.7 0 1.5-1.2 2.7-2.7 2.7h-35.8c-1.5.1-2.7-1.2-2.7-2.7zm-13.4 4.8c-2.5 1.5-4.9 3.9-7.2 6.2-2.5 2.5-5.1 5-7.7 6.4H114c.1-.7.5-1.5 1.1-2.4 2.5-4.1 8.3-9.3 10.9-9.7.2 0 .4-.2.4-.4.9 0 1.9-.1 2.9-.1h8.4zM91 404.7c-.3-.8-.3-1.9.4-2.8h22c1.2 3 3.3 3.9 5.9 4.6H93.7c-1.5 0-2.4-.9-2.7-1.8zm161.4 0c-.3.9-1.2 1.9-2.7 1.9h-40.5c-.5-1.8-.5-3.1-.4-4.3v-.3H252c.7.8.7 1.9.4 2.7zm-4.1-8.9c-.2 0-.3 0-.4.1-4.2-3-8.8-5.4-13.6-7.1v-.1l1.1-7.4h123.4l2.3 14.6H248.3zm114-8c-.2 0-.3.1-.5.1l-1-6.7h1.8c.3 0 .5-.2.5-.5s-.2-.5-.5-.5h-2L351 318h110.3l.5 69.8h-99.5z\"></path><path d=\"M410.5 137.5c1.8 0 3.3-1.5 3.3-3.3s-1.5-3.3-3.3-3.3-3.3 1.5-3.3 3.3 1.5 3.3 3.3 3.3zm0-5.5c1.2 0 2.3 1 2.3 2.3s-1 2.3-2.3 2.3c-1.2 0-2.3-1-2.3-2.3s1.1-2.3 2.3-2.3zm-53 5.5c1.8 0 3.3-1.5 3.3-3.3s-1.5-3.3-3.3-3.3-3.3 1.5-3.3 3.3 1.5 3.3 3.3 3.3zm0-5.5c1.2 0 2.3 1 2.3 2.3s-1 2.3-2.3 2.3-2.3-1-2.3-2.3 1-2.3 2.3-2.3zm79.7 101.7c-1.8-.7-3.7-1.7-5.9-2.8-.2-.1-.5 0-.7.2-.1.2 0 .5.2.7 2.2 1.2 4.1 2.1 6 2.9.6.2 1.2.4 1.9.4.9 0 1.9-.3 2.7-.8 1.3-.9 2.1-2.4 2.1-4v-19.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v19.6c0 1.2-.6 2.4-1.7 3.1-1 .6-2.4.8-3.6.3zm-21.8-11.5c.1-.2 0-.5-.2-.7-7.3-3.9-17.6-8.3-32.2-8.3-18 0-31.2 7.4-42.8 14-3.5 2-6.9 3.9-10.1 5.4-1.2.6-2.6.5-3.7-.2s-1.8-1.9-1.8-3.2v-18.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v18.6c0 1.6.8 3.1 2.2 4 .8.5 1.7.8 2.6.8.7 0 1.4-.2 2.1-.5 3.3-1.6 6.6-3.4 10.2-5.4 11.5-6.5 24.6-13.8 42.3-13.8 14.3 0 24.5 4.4 31.7 8.2.3 0 .6-.1.7-.3z\"></path><path d=\"M327.8 216.8c.3 0 .5-.2.5-.5v-7.1c0-.3-.2-.5-.5-.5s-.5.2-.5.5v7.1c0 .2.2.5.5.5zm.9 11.5c.5.3 1.1.5 1.6.5.4 0 .9-.1 1.3-.3 2.3-1.1 4.7-2.3 6.9-3.5.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2-2.2 1.1-4.5 2.3-6.8 3.4-.6.3-1.4.2-2-.1-.6-.4-.9-1-.9-1.7v-6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v6c0 1.1.5 2 1.4 2.6zm22.4-9.7c7.7-3.6 18.3-7.8 32-7.8 18.4 0 30.3 6.7 40.8 12.6 4 2.2 7.8 4.4 11.7 6 .4.2.8.2 1.2.2.6 0 1.2-.2 1.7-.5.8-.6 1.3-1.5 1.3-2.5v-17.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v17.5c0 .7-.3 1.3-.9 1.6-.6.4-1.3.5-2 .2-3.8-1.6-7.6-3.7-11.6-5.9-10.6-5.9-22.6-12.7-41.2-12.7-13.9 0-24.7 4.2-32.5 7.8-.2.1-.4.4-.2.7.1.3.4.4.7.3zm36.4-66.7c.3 0 .5-.2.5-.5v-25.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v25.6c0 .3.3.5.5.5zm-6.9 32.7c.3 0 .5-.2.5-.5v-19.6c0-.3-.2-.5-.5-.5s-.5.2-.5.5v19.6c0 .3.2.5.5.5zm62.8 9.7c.3 0 .5-.2.6-.4.5-3.1.8-6.3 1-9.5 0-.3-.2-.5-.5-.5s-.5.2-.5.5c-.2 3.2-.6 6.3-1 9.4-.1.2.1.4.4.5zm-119.8-.1c.3 0 .5-.3.5-.6-.4-2.8-.7-5.7-.9-8.7 0-.3-.3-.5-.5-.5-.3 0-.5.3-.5.5.2 2.9.5 5.9.9 8.7 0 .5.2.6.5.6zM274 357.1c-.3-.1-.5.1-.6.4-1.7 6.8-3.8 12.4-6.3 17.4-.1.2 0 .5.2.7.1 0 .2.1.2.1.2 0 .4-.1.4-.3 2.6-5 4.7-10.8 6.4-17.6.1-.4-.1-.7-.3-.7zm.8-3.7h.1c.2 0 .4-.2.5-.4 2.2-10.6 3.5-23.5 4-39.5 0-.3-.2-.5-.5-.5s-.5.2-.5.5c-.5 15.9-1.8 28.8-4 39.3 0 .3.1.5.4.6zm-5.3-32.9c0-.3-.2-.5-.5-.5s-.5.2-.5.5c-3.4 36.9-16.1 43.6-16.2 43.6-.2.1-.3.4-.2.7.1.2.3.3.4.3.1 0 .1 0 .2-.1.6-.3 13.3-6.9 16.8-44.5z\"></path><path d=\"M267 351c.5-1.8 1-3.6 1.2-5.1 0-.3-.1-.5-.4-.6-.3-.1-.5.1-.6.4-1.2 6.9-5.7 19.4-12.7 23.4-.2.1-.3.4-.2.7.1.2.3.2.4.2.1 0 .2 0 .3-.1 3.2-1.9 5.9-5.3 8-9.2-1.8 5-4.2 10.1-7.1 13.9-.2.2-.1.5.1.7.1.1.2.1.3.1.2 0 .3-.1.4-.2 5-6.4 8.6-16.7 10.3-24.2zm3.5-10.4s.1 0 0 0c.3 0 .5-.2.6-.4 2.3-12.6 3-24 3.4-31.5.1-2.7.3-4.9.4-6.6 0-.3-.2-.5-.4-.5-.3 0-.5.2-.5.4-.2 1.7-.3 4-.4 6.7-.4 7.5-1 18.8-3.4 31.3-.2.3 0 .6.3.6zm44.7-55.3c1.9.8 3.8 1.7 5.6 2.7 4.2 2.4 7.4 9.2 8.1 17.5l.5 5.6c0 .3.2.5.5.5s.5-.3.5-.5l-.5-5.6c-.8-8.7-4-15.8-8.6-18.3-1.9-1.1-3.8-2-5.7-2.8-.3-.1-.5 0-.7.3-.1.2 0 .5.3.6zm-16.2-3.4c3.6 0 7.3.5 11 1.6h.1c.2 0 .4-.1.5-.4.1-.3-.1-.5-.3-.6-3.8-1.1-7.6-1.6-11.3-1.6-.3 0-.5.2-.5.5s.2.5.5.5zM176.8 138.8c4.5-.9 9.5.9 12.4 4.5 1.4 1.8 2.4 4 3.3 6.1.2.4.4.8.6 1.3 3.6 7.9 6.2 11.6 12.7 17.7.1.1.2.1.3.1.1 0 .3-.1.4-.2.2-.2.2-.5 0-.7-6.4-6-9-9.6-12.5-17.3-.2-.4-.4-.8-.6-1.3-1-2.2-1.9-4.4-3.5-6.3-3.1-3.9-8.5-5.8-13.4-4.8-.3.1-.4.3-.4.6.2.2.5.4.7.3zm-54.3 118.1h.1c15.6-3.4 35.8-8.2 53.7-15 8-3 16.5-7 26.1-12.1.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2-9.6 5.1-18.1 9-26 12-17.8 6.8-38 11.6-53.6 15-.3.1-.4.3-.4.6.2.3.4.4.6.4zm86.7-30.7c.1 0 .2 0 .2-.1 7.3-4 14.4-8.2 20.5-11.8.2-.1.3-.4.2-.7-.1-.2-.4-.3-.7-.2-6.1 3.6-13.2 7.8-20.5 11.8-.2.1-.3.4-.2.7.1.2.3.3.5.3z\"></path></svg>";
|
|
2
|
+
export default _default;
|