@iconify-solid/selfhst 1.0.4 → 1.0.6
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/components/b/bumpsight-dark.jsx +16 -0
- package/components/b/bumpsight-light.jsx +16 -0
- package/components/b/bumpsight.jsx +16 -0
- package/components/e/etherpad-dark.jsx +3 -2
- package/components/e/etherpad-light.jsx +3 -2
- package/components/e/etherpad.jsx +6 -7
- package/components/g/grimoire-ttrpg-dark.jsx +16 -0
- package/components/g/grimoire-ttrpg-light.jsx +16 -0
- package/components/g/grimoire-ttrpg.jsx +16 -0
- package/components/l/lightningrod-dark.jsx +15 -0
- package/components/l/lightningrod-light.jsx +15 -0
- package/components/l/lightningrod.jsx +15 -0
- package/components/o/okd-dark.jsx +15 -0
- package/components/o/okd-light.jsx +15 -0
- package/components/o/okd.jsx +16 -0
- package/components/o/openshift-dark.jsx +15 -0
- package/components/o/openshift-light.jsx +15 -0
- package/components/o/openshift.jsx +18 -0
- package/components/o/opentogethertube-dark.jsx +15 -0
- package/components/o/opentogethertube-light.jsx +15 -0
- package/components/o/opentogethertube.jsx +17 -0
- package/components/t/tradetally-dark.jsx +3 -2
- package/components/t/tradetally-light.jsx +3 -2
- package/components/t/tradetally.jsx +3 -3
- package/css/a/a74kpfbuc.css +4 -0
- package/css/c/cr-i3_k_n.css +4 -0
- package/css/d/daf6drb9r.css +3 -0
- package/css/d/dl8utqb_s.css +3 -0
- package/css/d/dw2j3ebeq.css +4 -0
- package/css/e/ego17gzid.css +4 -0
- package/css/e/eo9cc-xor.css +8 -0
- package/css/f/fgm-sxbwr.css +5 -0
- package/css/f/fhp2ntaqw.css +3 -0
- package/css/h/hv0mwmg8g.css +3 -0
- package/css/i/itr6d0bop.css +3 -0
- package/css/i/iu_x1-bzu.css +3 -0
- package/css/j/jelzwgxzf.css +4 -0
- package/css/j/jyqhoib1s.css +4 -0
- package/css/k/k8g6v0u2f.css +6 -0
- package/css/l/l5x6prmfv.css +4 -0
- package/css/l/lheeptb-q.css +3 -0
- package/css/m/mkm74zqsg.css +5 -0
- package/css/m/mw3jqjowb.css +4 -0
- package/css/o/o3fpsd3sq.css +4 -0
- package/css/q/q5biwmbup.css +5 -0
- package/css/q/qgttro11x.css +4 -0
- package/css/r/r25huvknw.css +4 -0
- package/css/r/r_eg9t9sm.css +4 -0
- package/css/r/rd8e13qsa.css +4 -0
- package/css/r/rnb-hsiek.css +4 -0
- package/css/r/ro6wwmbtu.css +8 -0
- package/css/s/s3bpygbod.css +3 -0
- package/css/s/st1ujobif.css +4 -0
- package/css/s/sxbjysb0k.css +4 -0
- package/css/t/tx-4f1bjp.css +4 -0
- package/css/u/u7c96f_0y.css +4 -0
- package/css/u/ur2nqhb_s.css +3 -0
- package/css/v/vu_nye9-y.css +5 -0
- package/css/w/wm9w19bdd.css +3 -0
- package/css/x/x7rph2bhw.css +4 -0
- package/css/x/xmk3jccpe.css +4 -0
- package/css/x/xxmz3ienn.css +7 -0
- package/css/y/ys_vvx_-d.css +4 -0
- package/css/z/z9sl7lbit.css +4 -0
- package/css/z/zrtx0ebqp.css +4 -0
- package/iconify.json +2 -2
- package/package.json +73 -1
- package/css/a/azzuyibgx.css +0 -4
- package/css/c/cgrtrccko.css +0 -4
- package/css/d/d31zr2qws.css +0 -3
- package/css/g/gjern-b7y.css +0 -4
- package/css/j/jbnrc4b8f.css +0 -4
- package/css/l/lrtlntrje.css +0 -4
- package/css/r/r5f2cmbde.css +0 -4
- package/css/s/se31yp7xv.css +0 -4
- package/css/s/shty-kb1d.css +0 -4
- package/css/y/y9nszrbxu.css +0 -4
- package/css/z/zg_yhdb2q.css +0 -3
- package/css/z/zyu-5y60d.css +0 -4
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/x/xxmz3ienn.css';
|
|
4
|
+
import '../../css/w/wm9w19bdd.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<ellipse class="xxmz3ienn"/><path class="wm9w19bdd"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:bumpsight-dark"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/e/eo9cc-xor.css';
|
|
4
|
+
import '../../css/r/rd8e13qsa.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<ellipse class="eo9cc-xor"/><path class="rd8e13qsa"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:bumpsight-light"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/r/ro6wwmbtu.css';
|
|
4
|
+
import '../../css/s/sxbjysb0k.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<ellipse class="ro6wwmbtu"/><path class="sxbjysb0k"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:bumpsight"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-solid';
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/e/ego17gzid.css';
|
|
4
|
+
import '../../css/v/vu_nye9-y.css';
|
|
4
5
|
|
|
5
6
|
const viewBox = {"width":512,"height":512};
|
|
6
|
-
const content = `<path class="
|
|
7
|
+
const content = `<path class="ego17gzid"/><path class="vu_nye9-y"/>`;
|
|
7
8
|
|
|
8
9
|
/** @param props {{width?: string; height?: string;}} */
|
|
9
10
|
function Component(props) {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-solid';
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/q/q5biwmbup.css';
|
|
4
|
+
import '../../css/k/k8g6v0u2f.css';
|
|
4
5
|
|
|
5
6
|
const viewBox = {"width":512,"height":512};
|
|
6
|
-
const content = `<path class="
|
|
7
|
+
const content = `<path class="q5biwmbup"/><path class="k8g6v0u2f"/>`;
|
|
7
8
|
|
|
8
9
|
/** @param props {{width?: string; height?: string;}} */
|
|
9
10
|
function Component(props) {
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-solid';
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
7
|
-
import '../../css/
|
|
8
|
-
import '../../css/s/shty-kb1d.css';
|
|
3
|
+
import '../../css/d/daf6drb9r.css';
|
|
4
|
+
import '../../css/h/hv0mwmg8g.css';
|
|
5
|
+
import '../../css/j/jyqhoib1s.css';
|
|
6
|
+
import '../../css/v/vu_nye9-y.css';
|
|
7
|
+
import '../../css/f/fgm-sxbwr.css';
|
|
9
8
|
|
|
10
9
|
const viewBox = {"width":512,"height":512};
|
|
11
|
-
const content = `<
|
|
10
|
+
const content = `<linearGradient id="SVGLGgh3bII" x1="-700.179" x2="-700.179" y1="796.513" y2="794.059" gradientTransform="matrix(340 0 0 -340 238317 270541.5)" gradientUnits="userSpaceOnUse"><stop offset="0" class="daf6drb9r"/><stop offset="1" class="hv0mwmg8g"/></linearGradient><path fill="url(#SVGLGgh3bII)" class="jyqhoib1s"/><path class="vu_nye9-y"/><path class="fgm-sxbwr"/>`;
|
|
12
11
|
|
|
13
12
|
/** @param props {{width?: string; height?: string;}} */
|
|
14
13
|
function Component(props) {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/u/ur2nqhb_s.css';
|
|
4
|
+
import '../../css/x/xmk3jccpe.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<path class="ur2nqhb_s"/><path class="xmk3jccpe"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:grimoire-ttrpg-dark"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/u/ur2nqhb_s.css';
|
|
4
|
+
import '../../css/x/xmk3jccpe.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<path class="ur2nqhb_s"/><path class="xmk3jccpe"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:grimoire-ttrpg-light"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/r/r_eg9t9sm.css';
|
|
4
|
+
import '../../css/m/mw3jqjowb.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<path class="r_eg9t9sm"/><path class="mw3jqjowb"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:grimoire-ttrpg"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/f/fhp2ntaqw.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":512,"height":512};
|
|
6
|
+
const content = `<path class="fhp2ntaqw"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:lightningrod-dark"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/l/l5x6prmfv.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":512,"height":512};
|
|
6
|
+
const content = `<path class="l5x6prmfv"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:lightningrod-light"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/r/rnb-hsiek.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":512,"height":512};
|
|
6
|
+
const content = `<path class="rnb-hsiek"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:lightningrod"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/i/itr6d0bop.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":512,"height":512};
|
|
6
|
+
const content = `<path class="itr6d0bop"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:okd-dark"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/c/cr-i3_k_n.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":512,"height":512};
|
|
6
|
+
const content = `<path class="cr-i3_k_n"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:okd-light"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/i/iu_x1-bzu.css';
|
|
4
|
+
import '../../css/y/ys_vvx_-d.css';
|
|
5
|
+
|
|
6
|
+
const viewBox = {"width":512,"height":512};
|
|
7
|
+
const content = `<path class="iu_x1-bzu"/><path class="ys_vvx_-d"/>`;
|
|
8
|
+
|
|
9
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
10
|
+
function Component(props) {
|
|
11
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
12
|
+
|
|
13
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:okd"} {...others} />);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/s/s3bpygbod.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":512,"height":512};
|
|
6
|
+
const content = `<path class="s3bpygbod"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:openshift-dark"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/o/o3fpsd3sq.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":512,"height":512};
|
|
6
|
+
const content = `<path class="o3fpsd3sq"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:openshift-light"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/m/m-4_v9njk.css';
|
|
4
|
+
import '../../css/d/dw2j3ebeq.css';
|
|
5
|
+
import '../../css/s/st1ujobif.css';
|
|
6
|
+
import '../../css/r/r25huvknw.css';
|
|
7
|
+
|
|
8
|
+
const viewBox = {"width":512,"height":512};
|
|
9
|
+
const content = `<path class="m-4_v9njk"/><path class="dw2j3ebeq"/><path class="st1ujobif"/><path class="r25huvknw"/>`;
|
|
10
|
+
|
|
11
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
12
|
+
function Component(props) {
|
|
13
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
14
|
+
|
|
15
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:openshift"} {...others} />);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/l/lheeptb-q.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":512,"height":512};
|
|
6
|
+
const content = `<path class="lheeptb-q"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:opentogethertube-dark"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/j/jelzwgxzf.css';
|
|
4
|
+
|
|
5
|
+
const viewBox = {"width":512,"height":512};
|
|
6
|
+
const content = `<path class="jelzwgxzf"/>`;
|
|
7
|
+
|
|
8
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
9
|
+
function Component(props) {
|
|
10
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
11
|
+
|
|
12
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:opentogethertube-light"} {...others} />);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default Component;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Icon } from '@iconify/css-solid';
|
|
2
|
+
import { splitProps } from 'solid-js';
|
|
3
|
+
import '../../css/z/z9sl7lbit.css';
|
|
4
|
+
import '../../css/x/x7rph2bhw.css';
|
|
5
|
+
import '../../css/t/tx-4f1bjp.css';
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":512,"height":512};
|
|
8
|
+
const content = `<path class="z9sl7lbit"/><path class="x7rph2bhw"/><path class="tx-4f1bjp"/>`;
|
|
9
|
+
|
|
10
|
+
/** @param props {{width?: string; height?: string;}} */
|
|
11
|
+
function Component(props) {
|
|
12
|
+
const [local, others] = splitProps(props, ["width","height"]);
|
|
13
|
+
|
|
14
|
+
return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"selfhst:opentogethertube"} {...others} />);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export default Component;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-solid';
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/q/qgttro11x.css';
|
|
4
|
+
import '../../css/d/dl8utqb_s.css';
|
|
4
5
|
|
|
5
6
|
const viewBox = {"width":512,"height":512};
|
|
6
|
-
const content = `<path class="
|
|
7
|
+
const content = `<path class="qgttro11x"/><path class="dl8utqb_s"/>`;
|
|
7
8
|
|
|
8
9
|
/** @param props {{width?: string; height?: string;}} */
|
|
9
10
|
function Component(props) {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-solid';
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/m/mkm74zqsg.css';
|
|
4
|
+
import '../../css/u/u7c96f_0y.css';
|
|
4
5
|
|
|
5
6
|
const viewBox = {"width":512,"height":512};
|
|
6
|
-
const content = `<path class="
|
|
7
|
+
const content = `<path class="mkm74zqsg"/><path class="u7c96f_0y"/>`;
|
|
7
8
|
|
|
8
9
|
/** @param props {{width?: string; height?: string;}} */
|
|
9
10
|
function Component(props) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Icon } from '@iconify/css-solid';
|
|
2
2
|
import { splitProps } from 'solid-js';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/
|
|
3
|
+
import '../../css/z/zrtx0ebqp.css';
|
|
4
|
+
import '../../css/a/a74kpfbuc.css';
|
|
5
5
|
|
|
6
6
|
const viewBox = {"width":512,"height":512};
|
|
7
|
-
const content = `<path class="
|
|
7
|
+
const content = `<path class="zrtx0ebqp"/><path class="a74kpfbuc"/>`;
|
|
8
8
|
|
|
9
9
|
/** @param props {{width?: string; height?: string;}} */
|
|
10
10
|
function Component(props) {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.cr-i3_k_n {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M218.5 269.3V133h-31v240.1h31zm106 92.3c0-11.5-2.9-24.5-8.7-36.1c-7.9-11.5-11.5-18.7-17.3-24.5c-5-5-8.7-7.9-11.5-8.7l-8.7-5c26-14.4 41.8-35.3 47.6-60.6l2.9-14.4h-33.2l-1.4 10.8c-2.9 14.4-10.8 27.4-24.5 36.1c-10.8 8.7-23.1 11.5-35.3 14.4V301c14.4 1.4 26 7.9 36.1 14.4c11.5 10.8 21.6 24.5 23.1 43.3l1.4 11.5h29.6zM480.3 133v155.1c0 17.3-5 30.3-15.9 43.3c-11.5 12.3-24.5 17.3-39.7 17.3s-27.4-5-38.9-15.9c-10.8-10.8-15.9-24.5-15.9-38.9c0-15.9 5-29.6 17.3-39.7c10.8-10.8 26-17.3 41.8-17.3h5c1.4 0 5 0 8.7 1.4c5 1.4 10.8 2.9 17.3 7.9v-32.5c-7.9-2.9-14.4-5-18.7-5c-2.9-1.4-7.9-1.4-15.9-1.4c-26 0-46.2 7.9-63.5 23.1c-15.9 15.9-24.5 35.3-24.5 60.6s8.7 46.2 24.5 60.6c15.9 15.9 36.1 23.1 60.6 23.1c23.1 0 39.7-5 53.4-17.3v17.3H512V133zm-335.4 99.6c-17.3-15.9-37.5-24.5-59.9-24.5c-21.6 0-44.7 4.3-59.9 21.6S0 267.2 0 290.3s8.7 44 24.5 63.5C43.3 369.6 60.6 379 84.4 379s43.3-8.7 59.9-24.5c15.9-18 24.5-37.5 24.5-60.6c.7-24.6-6.5-45.5-23.9-61.3M84.4 346.5c-30.3 0-55.5-24.5-55.5-55.5c0-30.3 24.5-55.5 55.5-55.5c30.3 0 55.5 24.5 55.5 55.5s-24.5 55.5-55.5 55.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.dw2j3ebeq {
|
|
2
|
+
fill: var(--svg-color--4d4d4d, #4d4d4d);
|
|
3
|
+
d: path("M384 17.8c60.8 0 110.2 49.4 110.2 110.2v256c0 60.8-49.4 110.2-110.2 110.2H128c-60.8 0-110.2-49.4-110.2-110.2V128C17.8 67.2 67.2 17.8 128 17.8zM384 0H128C57.3 0 0 57.3 0 128v256c0 70.7 57.3 128 128 128h256c70.7 0 128-57.3 128-128V128C512 57.3 454.7 0 384 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ego17gzid {
|
|
2
|
+
fill-rule: evenodd;
|
|
3
|
+
d: path("M406.6 0H105.4C47.2 0 0 47.2 0 105.4v301.2C0 464.8 47.2 512 105.4 512h301.2c58.2 0 105.4-47.2 105.4-105.4V105.4C512 47.2 464.8 0 406.6 0m-326 165.6h176.2c10.4 0 18.8 8.4 18.8 18.8s-8.4 18.8-18.8 18.8H80.6c-10.4 0-18.8-8.4-18.8-18.8s8.4-18.8 18.8-18.8M201 378H80.6c-10.4 0-18.8-8.4-18.8-18.8s8.4-18.8 18.8-18.8H201c10.4 0 18.8 8.4 18.8 18.8c.1 10.3-8.4 18.8-18.8 18.8m94.9-85.9H83.6c-11.2 0-20.3-9.1-20.3-20.3s9.1-20.3 20.3-20.3h212.3c11.2 0 20.3 9.1 20.3 20.3s-9.1 20.3-20.3 20.3m61.9 34.4c-2.2 2.2-5 3.3-7.9 3.3c-2.8 0-5.7-1.1-7.9-3.3c-4.3-4.3-4.3-11.4 0-15.7c11.7-11.7 18.2-27.1 18.2-43.6s-6.4-31.9-18.2-43.6c-4.3-4.3-4.3-11.4 0-15.7s11.4-4.3 15.7 0c15.9 15.9 24.7 36.9 24.7 59.2c.1 22.5-8.7 43.6-24.6 59.4m44.8 34.7c-2.1 2.2-4.9 3.3-7.7 3.3s-5.6-1.1-7.7-3.3c-4.3-4.3-4.3-11.4 0-15.7c43-43.9 43-115.4 0-159.4c-4.3-4.3-4.3-11.4 0-15.7s11.1-4.3 15.4 0c51.5 52.6 51.5 138.2 0 190.8");
|
|
4
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.fgm-sxbwr {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
fill-rule: evenodd;
|
|
4
|
+
d: path("M83.6 251.5h212.3c11.2 0 20.3 9.1 20.3 20.3s-9.1 20.3-20.3 20.3H83.6c-11.2 0-20.3-9.1-20.3-20.3c-.1-11.2 9-20.3 20.3-20.3m-3-85.9h176.2c10.4 0 18.8 8.4 18.8 18.8s-8.4 18.8-18.8 18.8H80.6c-10.4 0-18.8-8.4-18.8-18.8c-.1-10.3 8.4-18.8 18.8-18.8m0 174.7H201c10.4 0 18.8 8.4 18.8 18.8s-8.4 18.8-18.8 18.8H80.6c-10.4 0-18.8-8.4-18.8-18.8c-.1-10.3 8.4-18.8 18.8-18.8");
|
|
5
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.fhp2ntaqw {
|
|
2
|
+
d: path("M412.3 227.1c-1.6-3.1-4.8-5.1-8.2-5.1H267.5l46.8-210.8c1-4.3-1.2-8.6-5.2-10.4s-8.7-.6-11.3 3L100.5 275.2c-2 2.8-2.3 6.5-.8 9.6c1.6 3.1 4.8 5.1 8.2 5.1h136.5l-46.8 210.8c-1 4.3 1.2 8.6 5.2 10.4c1.2.6 2.5.8 3.8.8c2.9 0 5.7-1.4 7.5-3.8l197.4-271.4c2.1-2.7 2.4-6.5.8-9.6");
|
|
3
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.itr6d0bop {
|
|
2
|
+
d: path("M218.5 269.3V133h-31v240.1h31zm106 92.3c0-11.5-2.9-24.5-8.7-36.1c-7.9-11.5-11.5-18.7-17.3-24.5c-5-5-8.7-7.9-11.5-8.7l-8.7-5c26-14.4 41.8-35.3 47.6-60.6l2.9-14.4h-33.2l-1.4 10.8c-2.9 14.4-10.8 27.4-24.5 36.1c-10.8 8.7-23.1 11.5-35.3 14.4V301c14.4 1.4 26 7.9 36.1 14.4c11.5 10.8 21.6 24.5 23.1 43.3l1.4 11.5h29.6zM480.3 133v155.1c0 17.3-5 30.3-15.9 43.3c-11.5 12.3-24.5 17.3-39.7 17.3s-27.4-5-38.9-15.9c-10.8-10.8-15.9-24.5-15.9-38.9c0-15.9 5-29.6 17.3-39.7c10.8-10.8 26-17.3 41.8-17.3h5c1.4 0 5 0 8.7 1.4c5 1.4 10.8 2.9 17.3 7.9v-32.5c-7.9-2.9-14.4-5-18.7-5c-2.9-1.4-7.9-1.4-15.9-1.4c-26 0-46.2 7.9-63.5 23.1c-15.9 15.9-24.5 35.3-24.5 60.6s8.7 46.2 24.5 60.6c15.9 15.9 36.1 23.1 60.6 23.1c23.1 0 39.7-5 53.4-17.3v17.3H512V133zm-335.4 99.6c-17.3-15.9-37.5-24.5-59.9-24.5c-21.6 0-44.7 4.3-59.9 21.6S0 267.2 0 290.3s8.7 44 24.5 63.5C43.3 369.6 60.6 379 84.4 379s43.3-8.7 59.9-24.5c15.9-18 24.5-37.5 24.5-60.6c.7-24.6-6.5-45.5-23.9-61.3M84.4 346.5c-30.3 0-55.5-24.5-55.5-55.5c0-30.3 24.5-55.5 55.5-55.5c30.3 0 55.5 24.5 55.5 55.5s-24.5 55.5-55.5 55.5");
|
|
3
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.iu_x1-bzu {
|
|
2
|
+
d: path("M218.5 269.3V133h-31v240.1h31zm106 92.3c0-11.5-2.9-24.5-8.7-36.1c-7.9-11.5-11.5-18.7-17.3-24.5c-5-5-8.7-7.9-11.5-8.7l-8.7-5c26-14.4 41.8-35.3 47.6-60.6l2.9-14.4h-33.2l-1.4 10.8c-2.9 14.4-10.8 27.4-24.5 36.1c-10.8 8.7-23.1 11.5-35.3 14.4V301c14.4 1.4 26 7.9 36.1 14.4c11.5 10.8 21.6 24.5 23.1 43.3l1.4 11.5h29.6zM480.3 133v155.1c0 17.3-5 30.3-15.9 43.3c-11.5 12.3-24.5 17.3-39.7 17.3s-27.4-5-38.9-15.9c-10.8-10.8-15.9-24.5-15.9-38.9c0-15.9 5-29.6 17.3-39.7c10.8-10.8 26-17.3 41.8-17.3h5c1.4 0 5 0 8.7 1.4c5 1.4 10.8 2.9 17.3 7.9v-32.5c-7.9-2.9-14.4-5-18.7-5c-2.9-1.4-7.9-1.4-15.9-1.4c-26 0-46.2 7.9-63.5 23.1c-15.9 15.9-24.5 35.3-24.5 60.6s8.7 46.2 24.5 60.6c15.9 15.9 36.1 23.1 60.6 23.1c23.1 0 39.7-5 53.4-17.3v17.3H512V133z");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.jelzwgxzf {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M402 181.2h94c8.8 0 16 7.2 16 16v251.6c0 8.8-7.2 16-16 16h-94c-8.8 0-16-7.2-16-16V197.2c0-8.9 7.1-16 16-16m47-134c34.8 0 63 28.2 63 63s-28.2 63-63 63s-63-28.2-63-63s28.2-63 63-63m-236.1 134h94c8.8 0 16 7.2 16 16v251.6c0 8.8-7.2 16-16 16h-94c-8.8 0-16-7.2-16-16V197.2c0-8.9 7.2-16 16-16m47.1-134c34.8 0 63 28.2 63 63s-28.2 63-63 63s-63-28.2-63-63s28.2-63 63-63m-78.3 288.7c-58.6 48.6-111.3 81.6-161.4 123.5C7.3 470.4 0 463 0 451l.4-257.2c0-13.5 4.4-16.9 17.5-6.8c57.6 44.8 105.4 78.8 163 123.6c10.7 8 10.7 17.3.8 25.3");
|
|
4
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
.k8g6v0u2f {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
fill-opacity: var(--svg-fill-opacity--0-201, 0.201);
|
|
4
|
+
d: path("M357.8 208c-4.3-4.3-11.4-4.3-15.7 0s-4.3 11.4 0 15.7c11.7 11.7 18.2 27.1 18.2 43.6c0 16.4-6.4 31.9-18.2 43.6c-4.3 4.3-4.3 11.4 0 15.7c2.2 2.2 5 3.3 7.9 3.3c2.8 0 5.7-1.1 7.9-3.3c15.9-15.9 24.7-36.9 24.7-59.2c-.1-22.4-8.9-43.5-24.8-59.4m44.8-37.6c-4.3-4.3-11.1-4.3-15.4 0s-4.3 11.4 0 15.7c43 43.9 43 115.4 0 159.4c-4.3 4.3-4.3 11.4 0 15.7c2.1 2.2 4.9 3.3 7.7 3.3s5.6-1.1 7.7-3.3c51.5-52.6 51.5-138.2 0-190.8");
|
|
5
|
+
opacity: var(--svg-opacity--0-754, 0.754);
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.l5x6prmfv {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M412.3 227.1c-1.6-3.1-4.8-5.1-8.2-5.1H267.5l46.8-210.8c1-4.3-1.2-8.6-5.2-10.4s-8.7-.6-11.3 3L100.5 275.2c-2 2.8-2.3 6.5-.8 9.6c1.6 3.1 4.8 5.1 8.2 5.1h136.5l-46.8 210.8c-1 4.3 1.2 8.6 5.2 10.4c1.2.6 2.5.8 3.8.8c2.9 0 5.7-1.4 7.5-3.8l197.4-271.4c2.1-2.7 2.4-6.5.8-9.6");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.lheeptb-q {
|
|
2
|
+
d: path("M402 181.2h94c8.8 0 16 7.2 16 16v251.6c0 8.8-7.2 16-16 16h-94c-8.8 0-16-7.2-16-16V197.2c0-8.9 7.1-16 16-16m47-134c34.8 0 63 28.2 63 63s-28.2 63-63 63s-63-28.2-63-63s28.2-63 63-63m-236.1 134h94c8.8 0 16 7.2 16 16v251.6c0 8.8-7.2 16-16 16h-94c-8.8 0-16-7.2-16-16V197.2c0-8.9 7.2-16 16-16m47.1-134c34.8 0 63 28.2 63 63s-28.2 63-63 63s-63-28.2-63-63s28.2-63 63-63m-78.3 288.7c-58.6 48.6-111.3 81.6-161.4 123.5C7.3 470.4 0 463 0 451l.4-257.2c0-13.5 4.4-16.9 17.5-6.8c57.6 44.8 105.4 78.8 163 123.6c10.7 8 10.7 17.3.8 25.3");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mw3jqjowb {
|
|
2
|
+
fill: var(--svg-color--c4a052, #c4a052);
|
|
3
|
+
d: path("m50.2 101.6l-6.8 6.9V239c0 71.7.6 130.5 1.2 130.5c.7 0 2.3-1.2 3.6-2.6c2.3-2.5 2.5-13.7 2.5-131.6c0-88.9.4-129.2 1.6-129.7c.7-.6 8.4-1.6 16.9-2.3c17.1-1.4 61.5-7.1 62.3-8c.3-.3-16.2-.6-36.9-.6H57zM382 95.4c.9.9 41.2 6.1 61.2 8c8.8.7 16.6 2.2 17.4 2.9c1.2 1.2 1.6 42.1 1.7 130.5c.3 124.1.3 129 2.9 130.9c3.3 2.5 4.3-43.4 4-179.3l-.1-79.4l-7.1-7.1l-6.9-7.1h-36.9c-20.3-.2-36.5.1-36.2.6m-372 4.9l-4.2 4.2v40l7.2-7.1c6.9-6.8 7.2-7.4 7.2-15.2c0-9.5 1.6-11.6 9-11.6c3 0 5.5-.6 5.5-1.4c0-.7 2.3-4 5.2-7.2l5.2-5.8H29.6c-15-.1-15.4 0-19.6 4.1m9.7 4.6c.4.9-.1 2.6-1.4 3.9c-2.2 2.2-2.5 2.2-4.6 0c-2.7-2.7-1.6-5.5 2.3-5.5c1.4 0 3.1.7 3.7 1.6m452.2-3.3c2.9 3 5.4 6.2 5.4 7.2s2.2 1.7 5.5 1.7c7.4 0 9 2 9 11.6c0 7.8.3 8.4 7.2 15.2l7.2 7.1v-40l-4.2-4.2c-4.2-4-4.5-4.2-19.8-4.2h-15.6zm27.7 3c1.4 2.3-.9 6.1-3.3 5.6c-3.6-.7-3.9-6.9-.3-6.9c1.5 0 3.1.6 3.6 1.3m-327.5-6.1c-2.7.3-21 2.7-40.5 5.5c-19.5 2.6-39.5 5.4-44.4 5.9c-8.4.9-9 1.2-9.8 5.2c-1.3 5.5-9.8 14-15.3 15.2l-4.2.7v209.2l4.8 1.6c5.6 1.9 13.2 9.3 15.3 14.9c1.3 3.3 2.2 3.8 6.2 3.3c2.6-.4 10.7-1.3 17.8-2.3c7.2-.9 22.1-2.7 33.3-4.3c60.3-8.2 82.2-5.8 107.6 11.6l8.8 5.9V353c0-18.9-.3-19.7-7.2-19.7c-4 0-9-7.1-8-11.6c1.2-4.9 5.9-8.7 11-8.7h4.2v-62.2h-4.2c-5.1 0-9.8-3.8-11-8.7c-1.3-5.6 3.9-11.6 10.3-11.6h4.9v-67.4l-4.6-.3c-5.2-.3-11.3-5.9-11.3-10.3c0-5.1 5.6-10.3 11-10.3h4.9v-12.4c0-12-.1-12.6-4.5-16.6c-13.3-12.3-42.7-18.1-75.1-14.7m4.9 79.4c12 6.9 25.3 14.8 29.5 17.4l7.5 4.9v34.6c0 30.1-.3 34.7-2.3 36.4c-6.1 4.9-56.6 33.1-59.4 33.1c-5.4 0-61-33-62-36.7c-1.9-7.7.1-67.5 2.3-69c29.8-18.1 56.4-33 59.2-33.1c1.8 0 13.2 5.6 25.2 12.4m-48.6 7.6c-10.1 6.1-18.2 11.1-18.1 11.3c.1.1 9-.9 19.5-2l19.1-2.2v-9.3c0-5.1-.4-9.1-1-9.1c-.7.1-9.3 5-19.5 11.3m27.7-8.9c-1.3 17.1-2.2 15.8 9.5 16.9c12.7 1.4 21.1 2.5 26 3.2c3 .6.6-1.4-8.7-6.9c-27.4-16.3-26.7-16-26.8-13.2m-37.5 26.1c-9.8 1.2-18.2 2.3-18.5 2.6c-.6.6 12.7 34.3 15.9 40.4c1.3 2.3 2.2 1.4 7.2-7.2c15.8-27 21.4-36.9 21.4-37.5c0-1.1-5.3-.6-26 1.7m43.1 2.1c1.6 2.6 6.4 11 10.7 18.5c12.1 21 14.5 24.7 15 24.2c.7-.7 17.8-42.2 17.5-42.5c-.4-.3-41.4-4.8-44-4.8c-1.7 0-1.5.9.8 4.6m-11.7 1.5c-2.9 4.5-23.3 40.1-25.5 44.1l-1.6 3.2l28.9.1c15.9 0 28.9-.4 28.9-.9c0-.7-26.8-47.6-28.3-49.5c-.1-.2-1.3 1.1-2.4 3m-53.1 34.9c0 11.7.3 21.3.7 21.3c2.2 0 13.6-6.7 13.7-8c0-1.4-12.7-32.7-13.9-33.8c-.2-.4-.5 8.9-.5 20.5m105.4-11c-2.2 5.5-5.2 13.3-6.9 17.4l-3 7.7l7.2 3.6l7.2 3.6v-21c0-11.6-.1-21-.4-21c-.2 0-2 4.3-4.1 9.7m-77.9 30c0 2.2 28.1 35.4 28.9 34.4c.9-.9 17.1-21.3 26.5-33.4c1-1.3-4.5-1.7-27-1.7c-15.7 0-28.4.3-28.4.7m-16.4 4.5c-3.9 2-6.8 3.9-6.5 4c2.7 2.6 35.7 20.7 35 19.4c-1.2-2.2-21-27.2-21.3-27.2c-.1.2-3.4 1.8-7.2 3.8m77 1c-2 2.5-7.2 9.1-11.6 14.8l-7.8 10.1l5.8-3.5c3.2-1.9 11.4-6.7 18.5-10.6c6.9-4 12.6-7.5 12.6-7.7c0-.4-13-8-13.6-8c0 .2-1.9 2.3-3.9 4.9m62.8-162.4l8.2 5.6l8.2-5.6l8.1-5.8h-32.6zm51.6-4.9c-12.7 2.5-29.9 10.1-35.6 15.8c-3.2 3.2-3.5 4.8-3.5 15.9v12.3h4.9c5.1 0 11 5.2 11 9.5c0 6.4-4 10.1-12.4 11.3c-2.6.4-2.7 2-3.2 33.8l-.3 33.6h4.9c5.4 0 11 5.2 11 10.1s-5.6 10.1-11 10.1h-4.9V313h4.3c5.2 0 11.6 5.5 11.6 10c0 4.3-5.9 10.1-10.8 10.7l-4.3.6l-.4 18.4l-.4 18.4l8.5-5.8c24-16.5 49.6-20 97.9-13.3c12 1.6 29.5 3.9 39.1 5.2c9.5 1.2 19.7 2.5 22.6 2.9c4.8.6 5.5.3 6.2-2.9c1.3-5.4 9.3-13.6 14.5-14.9l4.5-1.2l.4-105l.3-105l-3.9-1c-6.5-1.6-11.7-6.2-14.2-12.9l-2.5-6.4l-8.8-.9c-4.9-.6-24.6-3.3-43.7-6.1c-32.9-4.7-72-7.3-81.8-5.4m65.4 39.8c8.2 1.6 20.2 3.3 26.9 3.8c9.7.7 12.4 1.4 13.7 3.5c1.7 2.7 1.7 2.7 3.9 0c1.6-2.2 4.8-3 12.4-3.9l10.4-.9l.9 4c.4 2.3.7 10.6.4 18.4c-.3 12.9-.6 14.6-3.6 16.9l-3.2 2.7l3 2.2c3.2 2.2 3.2 2.2 3.2 66.2l.1 64.1l-3.6 1.7c-1.9.9-9.1 2.2-16.1 2.7l-12.4 1l-2.2-4l-2-4.2l-1.9 3.5c-2 3.9-6.9 3.6-38.2-1.9c-18.4-3.2-18.7-3.3-20.8-8c-2.9-5.8-3.5-5.8-6.4.3c-2.3 4.5-2.9 4.8-12.3 5.8c-5.4.6-13.6 2-18.2 3.2s-9 1.7-9.7 1.3c-.9-.6-1.4-33.4-1.4-87.4v-86.6l4-1.4c14.2-5.5 25.3-6.1 29.4-1.4c1.4 1.9 2.6 2.5 2.7 1.4c0-.9 1.4-3.2 3-4.8c4-3.7 13.1-3.3 38 1.8m-35.5 7.8c-2.6 5.5-3.5 23.9-1.2 23.9c5.8 0 8.7-3 10.4-10.8c1.9-8.7 3.2-8.2 4.8 1.4c1 5.2 1.7 6.1 8.8 9.5c9.4 4.6 9.5 4.3 9.3-11.9c-.3-14-.1-14-12.1-15.8c-16.4-2.2-17.2-2.1-20 3.7m-29.2-.2l-5.8 1.7l-.4 20.5l-.4 20.5h10.1c9.4 0 10-.1 10.8-3.5c.4-2 3.2-5.9 5.9-9c4.6-4.8 5.1-6.1 5.1-13.7c0-6.4-.6-8.5-2-8.5c-1.2 0-3.5-2.3-5.2-5.1c-3.5-5.5-7.4-6.2-18.1-2.9m62.9 15.4c0 13.2.6 17.1 2.9 21.7l2.9 5.8h27.4v-5.1c0-4.6-.4-5.1-4-5.1c-9.5 0-13.3-14.5-5.9-22.6c2.3-2.5 3.6-6.2 2.5-6.4c-.3-.1-5.6-1-12-2.2s-12-2.2-12.6-2.2c-.7.2-1.2 7.4-1.2 16.1m54.7-11.7c-2 .4-5.2 2.6-6.9 4.8c-4 5.2-7.1 5.1-9.1-.3c-2.7-7.4-3.9-4.9-3.9 8.4c0 11 .4 13.2 2.9 15.5c1.6 1.4 2.9 4.5 2.9 6.8v4l10.6-.1c8.5 0 9.8-.3 7.2-1.6c-4.6-2.2-4.2-6.2 1-9.8c4.2-3 4.3-3.3 4.3-16.1c0-14.1.1-13.8-9-11.6m-24.3 3.3c0 1.7-1 4.2-2.3 5.6c-2.3 2.6-4.2 14.3-2.3 14.3c.6 0 2.5.4 4.3.9c3.2.9 3.2.7 3.2-11.6c0-7.4-.6-12.4-1.4-12.4s-1.5 1.4-1.5 3.2m-64.2 22.4l-4.3 2.3l3.3 2.6c4.3 3.5 5.9 3.5 5.9 0c0-1.6.4-3.8.9-5.1c1.1-2.8-.5-2.8-5.8.2m10.7-.1c0 1.4-.4 4.2-.9 5.9c-.7 2.5-.3 3.3 1.4 3.3c2 0 2.3-.9 1.4-5.5c-1-6.1-1.9-7.8-1.9-3.7m6.9 2c.7 5.5 2.2 6.4 6.1 4c3.9-2.5 3.6-3.6-1.4-6.2c-5.5-2.9-5.4-2.9-4.7 2.2m-26.9 7.9c-2.5 5.4-2.2 6.2 1.9 5.4c4.6-.9 5.6-2.5 3.6-6.1c-2-3.9-3.4-3.6-5.5.7m36.2-.1c-1.7 4-1.4 4.3 4.5 5.8c3.9.9 3.9.9 2-3.8c-2.5-5.9-4.5-6.5-6.5-2m-18.8 6.1c-6.1 4.2-3.3 12.1 4.3 12.1c6.5 0 9-6.7 4-11.6c-3.4-3.4-4.1-3.4-8.3-.5m-43.7 20.1v21h31.8V227c0-3.9-1.2-6.4-5.1-10.1c-2.7-2.7-5.8-7.7-6.7-10.8c-1.6-5.1-2.5-5.9-8.4-7.7l-6.7-2l6.9-1.9c9.5-2.5 8.5-4.3-2.6-4.3h-9.4v20.9zm75.2-19.7c0 .7 3 2 6.9 3l6.8 1.9l-6.8 2c-4.2 1.3-6.9 2.9-6.9 4.2c0 1.2-1.3 4.6-2.9 7.8c-1.9 3.6-2.9 8.5-2.9 13.7v8h33.2v-6.9c0-6.4-.3-7.1-4.3-8.5c-5.4-2-5.8-6.8-1.3-12.6c1.6-2.2 2.6-4.9 2.2-6.1c-.4-1.3-.1-3.5.6-5.1c1.4-2.6.9-2.7-11.6-2.7c-7.1 0-13 .6-13 1.3m32.3 1.4c-2 1.6-3.3 4.3-3.3 6.7c0 2.2-1.3 5.5-2.9 7.7c-4.2 5.2-1.4 7.7 4 3.6c3.5-2.6 5.5-2.9 13.7-2.3c12.3 1 14-.3 14-10.6v-7.8h-11.1c-8.8.1-12 .7-14.4 2.7m-80 3.1c-1.9 1.2-1.9 1.4.3 1.4c1.3 0 3.3.4 4.6.9c1.6.6 2.3.1 2.3-1.4c0-2.7-3.9-3.1-7.2-.9m31.8.8c0 1.7.9 2.2 3.3 1.4c1.7-.4 4.2-.9 5.4-1c1.2 0 .6-.7-1.4-1.3c-5.7-1.8-7.3-1.5-7.3.9m-34.7 6.3c0 2.2 3.2 8.8 4.3 8.8c1.2 0 5.1-7.1 4.2-7.8c-1.6-1.3-8.5-2.2-8.5-1m39.5-.3c-3.9.7-4 1.6-1 5.9c2.6 3.9 4 3.2 6.1-2.6c1.7-4.6 1.5-4.6-5.1-3.3m-18.7 8.5c.4 1.3.9 3.6 1 5.4c0 3 .1 3 1.3.3c2-4.6 1.6-8-.9-8c-1.5 0-2 .7-1.4 2.3m-11 1.2c-3.5 2.6-3.3 3.3 1.9 5.9c5.4 2.9 5.9 2.5 4.8-3.3c-1-4.9-2.8-5.7-6.7-2.6m20-.3c-2.7 8.8-2.5 9.3 3.5 6.2c5.1-2.6 5.2-3.3 1.9-5.9c-3.4-2.5-4.8-2.5-5.4-.3m52.1 3.9c-1.4 1.6-2.3 5.2-2.3 9.3v6.8h29V214l-12.1-.3c-10.2-.2-12.9.3-14.6 2.3m17.9 5.8c0 5.6-1.3 8.8-3.8 8.8s-2.5-.6-.4-7.7c1.7-6.3 4.2-7.1 4.2-1.1m-66.1 1.1c-11.3 5.2-10.8 9.1.9 9.1h8.5l-.4-5.9c-.6-7.4-.2-7.2-9-3.2m-25 4.1c0 4.9.1 5.1 5.8 5.1c5.2 0 5.6-.3 4.6-3c-.7-1.7-3.3-3.9-5.8-5.1l-4.6-1.9zm-33.3 8.7c0 1.2 1.9 3 4.2 4.3c2.5 1.2 5.4 3.6 6.5 5.4c2.2 2.9 2.3 3 4.9.7c3.6-3.3 7.8-3 12.4.6l3.8 2.9v-16.1h-15.9c-13 0-15.9.4-15.9 2.2m33.6 13.8c.4 13.6 1 16.3 3.2 17.5c1.7 1 3 1 4.2-.1c2.2-2.2 9-2 11 .3c2.9 3.6 13 7.5 14.9 5.6c1.7-1.7.3-11.9-1.7-11.9c-1.9 0-1.9-3.9 0-4.6c1.6-.4 3.2-17.6 1.9-21c-.4-1.3-3.5-1.9-9.1-1.9c-8.2 0-8.4 0-9.4 4.6l-1 4.8l-1.3-4.8c-1.3-4.2-1.9-4.6-7.2-4.6h-5.8zm25.4 7.4c-.9 2.3-11.6 4.2-13.5 2.5c-2.2-2.2 2-4.2 8.4-4.2c4 0 5.4.6 5.1 1.7m10.4-11.7c0 9.5.6 12.4 2.9 15.3c3 3.9 2.6 6.9-.9 5.6c-1.4-.6-2 .4-2 3.3c0 4.5 2.6 5.9 10.6 5.9c4.5 0 5.2-2.2 1-3.3c-1.6-.4-2.9-1.4-2.9-2.3c0-2.9 7.2-1.7 10.6 1.6c3 3 4.6 3.3 11.9 2.7c1.9-.1 2.2-3.5 2.2-20.4v-20.2H363zm28.5-4.9c.7 2.2-11 5.5-12.9 3.6c-1.4-1.4 1-3.9 5.4-5.1c4.2-1 6.9-.5 7.5 1.5m-17 13.6q-3.3 9.75-5.1 5.1c-1.3-3.3 3.3-13.5 5.4-11.4c.8.8.7 3.1-.3 6.3m23.2-19c0 1.9 4.3 1.9 7.2 0c1.6-1 1-1.4-2.5-1.4c-2.5 0-4.7.6-4.7 1.4m12.3-.1c1.2 1.9-5.1 5.9-9.1 5.9c-3.3 0-3.3.1-2.9 16.9l.4 17.1l7.7.4c8.2.4 9.4-1 3.9-5.2c-5.1-4-4.9-10 .4-12c2.2-.9 6.7-3 10.1-4.6l6.1-3.2v-16.6h-8.8c-4.9 0-8.3.6-7.8 1.3m-116.1 25l.4 14.9l15.6.1c14.2.3 15.5 0 15.5-2.3c0-1.6-.7-3.2-1.6-3.8c-1-.6-1.3-3.2-.9-6.5c.6-4.2 0-6.5-2.2-9.3c-3.3-4.3-5.2-4.5-11.3-1.2l-4.5 2.6l-3.9-4.8c-6.5-7.8-7.5-6.3-7.1 10.3m125.5-.1c-2.7 1.4-5.8 2.7-6.8 2.7c-2.9 0-2.3 1.4 1.7 4.6c2 1.6 3.6 3.6 3.6 4.8c0 1 2 2.6 4.3 3.5l4.3 1.4v-10.1c.2-11 .2-11-7.1-6.9m-81.8 11.5c-.4.9-3.2 1.3-5.8 1c-5.1-.6-6.7.7-2.6 2.3c3 1.2 16.5 1.2 16.5 0s-4.6-4.8-6.1-4.9c-.6 0-1.4.8-2 1.6m-44 21.6c0 8.7.4 15.9 1.2 15.9c6.7 0 27.3-4.9 28.9-6.8c1-1.4 1.7-6.9 1.7-13.7v-11.3h-31.8zm33.3-6.2c.1 9.5.1 9.7 2.3 5.8c3.2-5.8 5.8-4.8 9.4 4c3.5 8.2 3.2 8.1 16.6 10.1l5.9.9l-.4-5.5c-.3-3-.4-5.9-.4-6.4c-.1-.6-2.2-1.7-4.6-2.7c-4.3-1.9-4.5-2.2-3.9-9l.7-6.9h-25.6zm29.8-5.2c-1.3 6.4-1.2 7.1 1.2 7.1c2.6 0 3.3-2.2 2.6-7.5c-.9-5.4-2.7-5.3-3.8.4m6.3 1.8c0 4.5 1.2 7.8 3.9 11.9c2.2 3 3.9 7.5 3.9 10c.1 4.2.6 4.3 9.1 5.9l8.8 1.6l3.8-5.6c4.6-7.1 5.2-16.3 1-17.5c-3.5-.9-8-7.5-6.5-9.8c.7-1.3 2.3-.3 5.2 3l4 4.9v-10.8H363zm34.7 5.5c0 9.7.6 13.2 3.2 18.1c3.6 6.8 5.1 7.2 19.1 5.4l6.7-1V283l-6.5-3c-4.2-1.9-9.4-3-14.5-3h-8zm17 3.7c.9 2.6-2 3.5-7.5 2.5c-2.9-.4-5.1-1.7-5.1-2.9c0-2.5 11.8-2.1 12.6.4M363 303.6c0 2.2.6 3.5 1.4 2.9c.9-.4 1.4-1.7 1.4-2.9s-.6-2.5-1.4-2.9c-.8-.5-1.4.8-1.4 2.9M57.9 117.8c0 8.1 6.8 6.5 11.4-2.6c1.6-3 1.4-3.2-4.9-3.2h-6.5zm385.5-1.6c2 3.5 7.4 7.4 10 7.4c.4 0 .7-2.6.7-5.8V112H441zm-412 8.5c-2.3 2.5-2.5 13.6-2.5 129.4c0 71.9.6 126.8 1.3 126.8c4.9 0 4.9-2.5 5.1-131.6c.1-70-.3-127.3-.7-127.3c-.5.1-1.9 1.3-3.2 2.7m445.9 124.8c0 128 .1 131.5 4.6 131.5c.6 0 1.2-57.1 1.2-127c0-125.3 0-127.1-2.9-129.7s-2.9-2.5-2.9 125.2M14.8 145.7l-4.6 4.8V353l5.1 4.9l5.1 4.9V251.9c0-61-.1-110.9-.4-110.9c-.5-.1-2.6 2.1-5.2 4.7m477 105.9v111.2l5.1-4.9l5.1-4.9V150.2l-5.1-4.9l-5.1-4.9zM244.7 150.5c-4.8 3.5.4 6.4 11.3 6.4c10.6 0 15.3-2.6 11.7-6.2c-2.3-2.4-19.9-2.5-23-.2m.3 88c-4.3 3.5.7 6.5 11 6.5c5.1 0 9.3-.9 11-2.2c4.3-3.5-.7-6.5-11-6.5c-5.1.1-9.3.9-11 2.2m-1 83.8c-1.4 3.6 2.3 5.2 12.1 5.2c9.7 0 14.3-2.2 12.1-5.8c-1.4-2.3-23.3-1.9-24.2.6M58.4 349.6c-.4 1.2-.6 4.3-.3 7.1c.4 4.6.6 4.8 6.2 4.3c7.4-.7 7.7-1 4.2-5.6c-4.4-5.9-8.9-8.5-10.1-5.8m387.6 3.1c-6.1 6.1-6.2 8.1-.7 8.1c2.3 0 5.2.4 6.5.9c1.9.7 2.3-.3 2.3-6.5c0-8.9-1.4-9.2-8.1-2.5m-276.8 4.7c-2.7.3-14.8 1.9-26.8 3.5c-37.7 5.1-67.7 8.4-76.7 8.5c-8.2.1-9 .4-16.6 7.2l-8 7.1l21.1.1h21.1l-.6-3.5c-.7-3.2-.1-3.6 5.5-4.3c3.5-.4 19.1-2.5 34.6-4.3c46.4-5.9 59.4-7.1 72.2-6.1c13.2 1 30.2 6.1 39.1 11.6c5.1 3.3 11.7 3.8 11.7 1c0-1.9-12.6-10.3-20.8-14c-14.4-6.6-34.7-9.1-55.8-6.8m134.7 1.3c-13.9 3-37.7 15.3-37.7 19.5c0 3 6.7 2 14.8-2.3c22.6-12 44.4-13 102.4-5.4c18.7 2.6 36.7 4.9 40.1 5.5c6.9.9 8.8 2.6 6.2 5.6c-1.6 1.9 1 2.2 19.7 2.2l21.6-.1l-7.8-6.9l-8-6.9l-15.9-1c-8.8-.6-28.1-2.6-42.8-4.6c-62-8.6-75.4-9.3-92.6-5.6m-298.1 20c0 29.1.7 29.8 31.4 29.8h20l-7.5-7.5c-7.4-7.4-7.7-7.5-18.1-8.2l-10.6-.9l-.4-9.5c-.4-9.3-.6-9.7-7.5-16.5l-7.2-7.1v19.9zm13.4 17.1c1 3-.6 5.5-3.3 5.5c-1.4 0-2.9-.9-3.3-1.9c-1-2.9.6-5.4 3.3-5.4c1.5 0 2.9.9 3.3 1.8m479.3-29.5c-6.7 6.7-6.8 7.1-6.8 15.8c0 10.6.1 10.4-12.3 11.1c-9.5.4-9.8.7-17.2 8l-7.4 7.5l22.1-.4l22.3-.4l3.5-4c3.3-3.9 3.5-5.1 3.5-24.3c0-11-.1-20.1-.4-20.1c-.2-.2-3.5 3-7.3 6.8m1.2 31.3c0 1.9-1.2 3-3.2 3.3c-2.7.4-3.3-.1-3.3-3.3s.6-3.8 3.3-3.3c2 .3 3.2 1.5 3.2 3.3m-327.6-24.4c-3.6.4-14 1.6-23.1 2.9c-26.5 3.3-49.5 6.2-55 6.8c-2.7.3 26.9.6 65.8.7c62.5.1 70.4 0 67.3-1.9c-10.9-6.3-36.2-10.2-55-8.5m138.9.4c-8.7 1.3-20.4 4.8-26 8.1c-3.2 1.9 5.2 2 68 1.9c39.3-.1 69.3-.4 66.5-.7c-5.4-.6-27.9-3.3-55-6.8c-22-2.9-43.7-3.8-53.5-2.5M52.9 393.9c-.4.6 1.2 2.9 3.5 5.1l4.3 3.8h155.8l-.9-4.8l-1-4.6l-80.6-.3c-44.2-.2-80.8.1-81.1.8m169.8 2.4c0 1.6 1.4 5.2 3.3 7.8c13 19.2 59.3 14.8 62.6-5.9c.9-4.8.6-5.1-3-4.9c-2.5.1-4.5 1.4-5.5 3.6c-3.8 7.4-8.8 9.4-23.1 9.4c-15.2 0-20.8-2-24.2-8.7c-2.7-5.5-10.1-6.5-10.1-1.3m74.5-1.8c-.3.9-.7 3.2-1.2 4.9l-.7 3.3h156.8l3.9-4c2.2-2.2 3.9-4.5 3.9-5.1c0-1.9-162-1.2-162.7.9");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.o3fpsd3sq {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M511.8 121.4c-.1-1.1-.1-2.2-.2-3.3c0-.2 0-.5-.1-.7c-.1-.9-.1-1.8-.2-2.6c0-.2 0-.4-.1-.6l-.3-2.7c0-.1 0-.3-.1-.4c-.1-1-.3-1.9-.4-2.9v-.3c-.2-1-.3-2-.5-3v-.1c-.8-4.4-1.8-8.6-3-12.8v-.2c-.3-1-.6-2.1-1-3.1c0-.1 0-.1-.1-.2c-.3-1-.7-2.1-1-3.1v-.1c-.4-1.1-.8-2.1-1.2-3.1c-1-2.5-2-5-3.1-7.4c0-.1 0-.1-.1-.2c-1.3-2.9-2.8-5.8-4.3-8.6c-.1-.1-.1-.2-.2-.4c-2.1-3.7-4.3-7.2-6.7-10.7c-2.7-3.9-5.6-7.6-8.6-11.1c-4.4-5.1-9.3-9.8-14.4-14.1c-.1 0-.1-.1-.2-.1c-1.2-1-2.5-2-3.8-3l-.2-.2q-4.8-3.75-9.9-6.9c-1.2-.7-2.3-1.4-3.5-2.1c0 0-.1 0-.1-.1c-1.2-.7-2.4-1.4-3.6-2c-1.1-.6-2.2-1.2-3.4-1.8c-3.8-1.9-7.7-3.6-11.7-5.2c-3.8-1.5-7.7-2.7-11.7-3.8c-.1 0-.2-.1-.4-.1c-1.2-.3-2.4-.6-3.5-.9c-.1 0-.3-.1-.4-.1c-2.5-.6-5.1-1.1-7.7-1.6c-.3-.1-.7-.1-1-.2c-1-.2-1.9-.3-2.9-.4c-.4-.1-.7-.1-1.1-.2c-1.3-.2-2.6-.3-3.8-.5c-1.1-.1-2.2-.2-3.2-.3c-1.4-.1-2.9-.2-4.4-.2H128c-1.5 0-2.9 0-4.4.1h-1.1c-1.5.1-2.9.1-4.4.2c-1.1.1-2.2.2-3.2.3c-1.3.1-2.6.3-3.8.5c-.4 0-.7.1-1.1.2c-1 .1-1.9.3-2.9.4c-.3.1-.7.1-1 .2c-2.6.4-5.2 1-7.7 1.6c-.1 0-.3.1-.4.1c-1.2.3-2.4.6-3.5.9c-.1 0-.2.1-.4.1c-4 1.1-7.9 2.4-11.7 3.8c-4 1.5-7.9 3.3-11.7 5.2c-1.1.6-2.3 1.2-3.4 1.8c-1.2.7-2.4 1.3-3.6 2c0 0-.1 0-.1.1c-1.2.7-2.4 1.4-3.5 2.1q-5.1 3.3-9.9 6.9l-.2.2c-1.3 1-2.5 2-3.8 3c-.1 0-.1.1-.2.1c-5.2 4.3-10 9.1-14.4 14.1c-3.1 3.5-6 7.2-8.6 11.1c-2.4 3.4-4.6 7-6.7 10.7c-.2.1-.3.3-.3.4c-1.5 2.8-3 5.7-4.3 8.6c0 0 0 .1-.1.1c-1.1 2.4-2.1 4.9-3.1 7.4c-.4 1-.8 2.1-1.2 3.1v.1c-.4 1-.7 2.1-1 3.1c0 .1 0 .1-.1.2c-.3 1-.7 2.1-1 3.1v.2c-1.2 4.2-2.2 8.5-3 12.8v.1c-.2 1-.4 2-.5 3v.2c-.1 1-.3 1.9-.4 2.9c0 .1 0 .3-.1.4l-.3 2.7c0 .2 0 .4-.1.6c-.1.9-.2 1.7-.2 2.6c0 .2 0 .5-.1.7c-.1 1.1-.2 2.2-.2 3.3c-.2 2.3-.3 4.5-.3 6.7v256c0 2.2.1 4.4.2 6.6c.1 1.1.1 2.2.2 3.3c0 .2 0 .5.1.7c.1.9.1 1.8.2 2.6c0 .2 0 .4.1.6l.3 2.7c0 .1 0 .3.1.4c.1 1 .3 1.9.4 2.9v.2c.2 1 .3 2 .5 3v.1c.8 4.4 1.8 8.6 3 12.8v.2c.3 1 .6 2.1 1 3.1c0 .1 0 .1.1.2c.3 1 .7 2.1 1 3.1v.1c.4 1.1.8 2.1 1.2 3.1c1 2.5 2 5 3.1 7.4c0 0 0 .1.1.1c1.3 2.9 2.8 5.8 4.3 8.6c.1.1.1.2.2.4c2.1 3.7 4.3 7.2 6.7 10.7c2.7 3.9 5.6 7.6 8.6 11.1c4.4 5.1 9.3 9.8 14.4 14.1c.1 0 .1.1.2.1c1.2 1 2.5 2 3.8 3l.2.2q4.8 3.75 9.9 6.9c1.2.7 2.3 1.4 3.5 2.1c0 0 .1 0 .1.1c1.2.7 2.4 1.4 3.6 2c1.1.6 2.2 1.2 3.4 1.8c3.8 1.9 7.7 3.6 11.7 5.2c3.8 1.5 7.7 2.7 11.7 3.8c.1 0 .2.1.4.1c1.2.3 2.4.6 3.5.9c.1 0 .3.1.4.1c2.5.6 5.1 1.1 7.7 1.6c.3.1.7.1 1 .2c1 .2 1.9.3 2.9.4c.4.1.7.1 1.1.2c1.3.2 2.6.3 3.8.5c1.1.1 2.2.2 3.2.3c1.4.1 2.9.2 4.4.2h1.1c1.5 0 2.9.1 4.4.1h256c1.5 0 2.9 0 4.4-.1h1.1c1.5-.1 2.9-.1 4.4-.2c1.1-.1 2.2-.2 3.2-.3c1.3-.1 2.6-.3 3.8-.5c.4 0 .7-.1 1.1-.2c1-.1 1.9-.3 2.9-.4c.3-.1.7-.1 1-.2c2.6-.4 5.2-1 7.7-1.6c.1 0 .3-.1.4-.1c1.2-.3 2.4-.6 3.5-.9c.1 0 .2-.1.4-.1c4-1.1 7.9-2.4 11.7-3.8c4-1.5 7.9-3.3 11.7-5.2c1.1-.6 2.3-1.2 3.4-1.8c1.2-.7 2.4-1.3 3.6-2c0 0 .1 0 .1-.1c1.2-.7 2.4-1.4 3.5-2.1q5.1-3.3 9.9-6.9l.2-.2c1.3-1 2.5-2 3.8-3c.1 0 .1-.1.2-.1c5.2-4.3 10-9.1 14.4-14.1c3.1-3.5 6-7.2 8.6-11.1c2.4-3.4 4.6-7 6.7-10.7c.1-.1.1-.2.2-.4c1.5-2.8 3-5.7 4.3-8.6c0-.1 0-.1.1-.2c1.1-2.4 2.1-4.9 3.1-7.4c.4-1 .8-2.1 1.2-3.1v-.1c.4-1 .7-2 1-3.1c0-.1 0-.1.1-.2c.3-1 .6-2.1 1-3.1v-.2c1.2-4.2 2.2-8.5 3-12.8v-.1c.2-1 .4-2 .5-3v-.3c.1-1 .3-1.9.4-2.9c0-.1 0-.3.1-.4l.3-2.7c0-.2 0-.4.1-.6c.1-.9.2-1.7.2-2.6c0-.2 0-.5.1-.7c.1-1.1.2-2.2.2-3.3c.1-2.2.2-4.4.2-6.6V128c.4-2.2.3-4.4.2-6.6m-311.9 9.5c47.8-21.3 102.6-13.8 143 19.6c3.8 3.1 4.3 8.7 1.2 12.5s-8.7 4.3-12.5 1.2c-35.1-29-82.8-35.6-124.4-17c-41.5 18.5-68.5 58.1-70.6 103.5c-.2 4.8-4.1 8.5-8.9 8.5h-.4c-4.9-.2-8.7-4.4-8.5-9.3c2.3-52.1 33.4-97.7 81.1-119M379 210.5c4.5-2 9.7 0 11.7 4.5s0 9.7-4.5 11.7l-39 17.4c-1.2.5-2.4.8-3.6.8c-3.4 0-6.6-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7zm-207 72.8l-39 17.4c-1.2.5-2.4.8-3.6.8c-3.4 0-6.6-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7l39-17.4c4.4-2 9.7 0 11.7 4.5c2 4.4 0 9.6-4.5 11.7m-18 46.9l-39 17.3c-1.2.5-2.4.8-3.6.8c-3.4 0-6.7-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7l39-17.3c4.4-2 9.7 0 11.7 4.5c2 4.4 0 9.7-4.5 11.7m157.2 50.9c-18 8-37 12-55.9 12c-31.2 0-61.9-10.8-87.1-31.5c-3.8-3.1-4.3-8.7-1.2-12.5s8.7-4.3 12.5-1.2c35.1 29 82.8 35.5 124.4 17s68.7-58.3 70.6-103.9c.2-4.9 4.2-9.3 9.2-8.5c4.9.2 8.7 4.3 8.5 9.2c-2.1 52.3-33.2 98.1-81 119.4m93-201.3l-39 17.4c-1.2.5-2.4.8-3.6.8c-3.4 0-6.7-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7l39-17.4c4.4-1.9 9.7 0 11.7 4.5s0 9.7-4.5 11.7");
|
|
4
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.q5biwmbup {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
fill-rule: evenodd;
|
|
4
|
+
d: path("M406.6 0H105.4C47.2 0 0 47.2 0 105.4v301.2C0 464.8 47.2 512 105.4 512h301.2c58.2 0 105.4-47.2 105.4-105.4V105.4C512 47.2 464.8 0 406.6 0m-326 165.6h176.2c10.4 0 18.8 8.4 18.8 18.8s-8.4 18.8-18.8 18.8H80.6c-10.4 0-18.8-8.4-18.8-18.8s8.4-18.8 18.8-18.8M201 378H80.6c-10.4 0-18.8-8.4-18.8-18.8s8.4-18.8 18.8-18.8H201c10.4 0 18.8 8.4 18.8 18.8c.1 10.3-8.4 18.8-18.8 18.8m94.9-85.9H83.6c-11.2 0-20.3-9.1-20.3-20.3s9.1-20.3 20.3-20.3h212.3c11.2 0 20.3 9.1 20.3 20.3s-9.1 20.3-20.3 20.3m61.9 34.4c-2.2 2.2-5 3.3-7.9 3.3c-2.8 0-5.7-1.1-7.9-3.3c-4.3-4.3-4.3-11.4 0-15.7c11.7-11.7 18.2-27.1 18.2-43.6s-6.4-31.9-18.2-43.6c-4.3-4.3-4.3-11.4 0-15.7s11.4-4.3 15.7 0c15.9 15.9 24.7 36.9 24.7 59.2c.1 22.5-8.7 43.6-24.6 59.4m44.8 34.7c-2.1 2.2-4.9 3.3-7.7 3.3s-5.6-1.1-7.7-3.3c-4.3-4.3-4.3-11.4 0-15.7c43-43.9 43-115.4 0-159.4c-4.3-4.3-4.3-11.4 0-15.7s11.1-4.3 15.4 0c51.5 52.6 51.5 138.2 0 190.8");
|
|
5
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.r25huvknw {
|
|
2
|
+
fill: var(--svg-color--e00, #e00);
|
|
3
|
+
d: path("M255.3 393c-31.2 0-61.9-10.8-87.1-31.5c-3.8-3.1-4.3-8.7-1.2-12.5s8.7-4.3 12.5-1.2c35.1 29 82.8 35.5 124.4 17s68.7-58.3 70.6-103.9c.2-4.9 4.2-9.3 9.2-8.5c4.9.2 8.7 4.3 8.5 9.2c-2.2 52.3-33.3 98.1-81.1 119.4c-17.9 8.1-36.9 12-55.8 12M127.6 259.2h-.4c-4.9-.2-8.7-4.4-8.5-9.3c2.4-52.2 33.4-97.8 81.1-119c47.8-21.3 102.6-13.8 143 19.6c3.8 3.1 4.3 8.7 1.2 12.5s-8.7 4.3-12.5 1.2c-35.1-29-82.8-35.6-124.4-17c-41.5 18.5-68.5 58.1-70.6 103.5c-.2 4.8-4.1 8.5-8.9 8.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.r_eg9t9sm {
|
|
2
|
+
fill: var(--svg-color--0c0d0b, #0c0d0b);
|
|
3
|
+
d: path("M33.3 90.2C1.3 91.5 0 92.9 0 125.9c0 17.8.4 22.3 2.2 23.7c3.3 2.7 3.3 199.7 0 202.5c-1.7 1.4-2.2 6.2-2.2 25.2c0 35.3 1.7 37 37.3 37c16.6 0 22.1-.4 24.3-2.2c2.3-1.7 14.6-2 81.7-2.2h79l3.3 3.6c10.8 11.6 46 11.7 61.3 0l4.8-3.6h78c66.2.1 78.4.4 80.7 2.2c3.9 3 43.7 3 50.5.1c9.8-4.2 10.4-5.6 10.8-33.3c.4-21.3.1-25.2-1.7-26.8c-3.5-2.9-3.5-199.9-.1-202.6c1.7-1.4 2.2-5.9 2.2-23.7c0-24.6-1.3-28.8-10.4-33.6c-5.1-2.7-8-2.7-244.9-2c-21.4 0-75.8-.1-120.8-.4c-45-.2-91.2-.1-102.7.4");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.rd8e13qsa {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M512 256c0-39.3-16.8-69.1-39.3-70.4c-.1 0-.2 0-.3-.1l-203.8-21.8c-.4-.1-.8-.1-1.2-.1L56.8 141h-.5c-.2 0-.4-.1-.6-.1s-.4.1-.7.1s-.5 0-.7.1C23.2 142.6 0 191.4 0 256c0 65.6 23.9 115 55.6 115c.4 0 .8 0 1.2-.1l210.4-22.5c.5-.1.9-.1 1.4-.2l203.8-21.8c.1 0 .2 0 .2-.1c22.6-1.2 39.4-31 39.4-70.3m-248.8 70.5c-10.6-.4-25.7-27.7-25.7-70.5c0-42.7 15.1-70 25.7-70.5l1.6.2c10.5 2.1 24.6 29 24.6 70.3c0 41.4-14.2 68.3-24.7 70.3zm-29.7 3.1L91.8 344.8c12.1-20.8 19.5-52.3 19.5-88.8s-7.4-68.1-19.5-88.8l141.7 15.2c-11.2 16.7-18.3 42.9-18.3 73.6s7 57 18.3 73.6m64-140.4l145.1 15.5c-7.6 12.7-12.3 30.6-12.3 51.2s4.6 38.6 12.3 51.2l-145.1 15.5c8.8-16.6 14.1-40 14.1-66.8c.1-26.6-5.3-50-14.1-66.6M22.3 256c0-56.3 19.5-92.3 33.1-92.7l1.5.2C70.4 165.5 89 201 89 256s-18.7 90.6-32.2 92.6l-1.4.1c-13.6-.4-33.1-36.4-33.1-92.7m448.9 48.2c-7.4 0-18.6-19.2-18.6-48.2s11.2-48.2 18.6-48.2s18.6 19.2 18.6 48.2c-.1 29-11.2 48.2-18.6 48.2M55.7 274.6c-10.2 0-18.6-8.3-18.6-18.6c0-10.2 8.3-18.6 18.6-18.6s18.6 8.3 18.6 18.6c-.1 10.2-8.4 18.6-18.6 18.6");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.rnb-hsiek {
|
|
2
|
+
fill: var(--svg-color--47a8e5, #47a8e5);
|
|
3
|
+
d: path("M412.3 227.1c-1.6-3.1-4.8-5.1-8.2-5.1H267.5l46.8-210.8c1-4.3-1.2-8.6-5.2-10.4s-8.7-.6-11.3 3L100.5 275.2c-2 2.8-2.3 6.5-.8 9.6c1.6 3.1 4.8 5.1 8.2 5.1h136.5l-46.8 210.8c-1 4.3 1.2 8.6 5.2 10.4c1.2.6 2.5.8 3.8.8c2.9 0 5.7-1.4 7.5-3.8l197.4-271.4c2.1-2.7 2.4-6.5.8-9.6");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.s3bpygbod {
|
|
2
|
+
d: path("M511.8 121.4c-.1-1.1-.1-2.2-.2-3.3c0-.2 0-.5-.1-.7c-.1-.9-.1-1.8-.2-2.6c0-.2 0-.4-.1-.6l-.3-2.7c0-.1 0-.3-.1-.4c-.1-1-.3-1.9-.4-2.9v-.3c-.2-1-.3-2-.5-3v-.1c-.8-4.4-1.8-8.6-3-12.8v-.2c-.3-1-.6-2.1-1-3.1c0-.1 0-.1-.1-.2c-.3-1-.7-2.1-1-3.1v-.1c-.4-1.1-.8-2.1-1.2-3.1c-1-2.5-2-5-3.1-7.4c0-.1 0-.1-.1-.2c-1.3-2.9-2.8-5.8-4.3-8.6c-.1-.1-.1-.2-.2-.4c-2.1-3.7-4.3-7.2-6.7-10.7c-2.7-3.9-5.6-7.6-8.6-11.1c-4.4-5.1-9.3-9.8-14.4-14.1c-.1 0-.1-.1-.2-.1c-1.2-1-2.5-2-3.8-3l-.2-.2q-4.8-3.75-9.9-6.9c-1.2-.7-2.3-1.4-3.5-2.1c0 0-.1 0-.1-.1c-1.2-.7-2.4-1.4-3.6-2c-1.1-.6-2.2-1.2-3.4-1.8c-3.8-1.9-7.7-3.6-11.7-5.2c-3.8-1.5-7.7-2.7-11.7-3.8c-.1 0-.2-.1-.4-.1c-1.2-.3-2.4-.6-3.5-.9c-.1 0-.3-.1-.4-.1c-2.5-.6-5.1-1.1-7.7-1.6c-.3-.1-.7-.1-1-.2c-1-.2-1.9-.3-2.9-.4c-.4-.1-.7-.1-1.1-.2c-1.3-.2-2.6-.3-3.8-.5c-1.1-.1-2.2-.2-3.2-.3c-1.4-.1-2.9-.2-4.4-.2H128c-1.5 0-2.9 0-4.4.1h-1.1c-1.5.1-2.9.1-4.4.2c-1.1.1-2.2.2-3.2.3c-1.3.1-2.6.3-3.8.5c-.4 0-.7.1-1.1.2c-1 .1-1.9.3-2.9.4c-.3.1-.7.1-1 .2c-2.6.4-5.2 1-7.7 1.6c-.1 0-.3.1-.4.1c-1.2.3-2.4.6-3.5.9c-.1 0-.2.1-.4.1c-4 1.1-7.9 2.4-11.7 3.8c-4 1.5-7.9 3.3-11.7 5.2c-1.1.6-2.3 1.2-3.4 1.8c-1.2.7-2.4 1.3-3.6 2c0 0-.1 0-.1.1c-1.2.7-2.4 1.4-3.5 2.1q-5.1 3.3-9.9 6.9l-.2.2c-1.3 1-2.5 2-3.8 3c-.1 0-.1.1-.2.1c-5.2 4.3-10 9.1-14.4 14.1c-3.1 3.5-6 7.2-8.6 11.1c-2.4 3.4-4.6 7-6.7 10.7c-.2.1-.3.3-.3.4c-1.5 2.8-3 5.7-4.3 8.6c0 0 0 .1-.1.1c-1.1 2.4-2.1 4.9-3.1 7.4c-.4 1-.8 2.1-1.2 3.1v.1c-.4 1-.7 2.1-1 3.1c0 .1 0 .1-.1.2c-.3 1-.7 2.1-1 3.1v.2c-1.2 4.2-2.2 8.5-3 12.8v.1c-.2 1-.4 2-.5 3v.2c-.1 1-.3 1.9-.4 2.9c0 .1 0 .3-.1.4l-.3 2.7c0 .2 0 .4-.1.6c-.1.9-.2 1.7-.2 2.6c0 .2 0 .5-.1.7c-.1 1.1-.2 2.2-.2 3.3c-.2 2.3-.3 4.5-.3 6.7v256c0 2.2.1 4.4.2 6.6c.1 1.1.1 2.2.2 3.3c0 .2 0 .5.1.7c.1.9.1 1.8.2 2.6c0 .2 0 .4.1.6l.3 2.7c0 .1 0 .3.1.4c.1 1 .3 1.9.4 2.9v.2c.2 1 .3 2 .5 3v.1c.8 4.4 1.8 8.6 3 12.8v.2c.3 1 .6 2.1 1 3.1c0 .1 0 .1.1.2c.3 1 .7 2.1 1 3.1v.1c.4 1.1.8 2.1 1.2 3.1c1 2.5 2 5 3.1 7.4c0 0 0 .1.1.1c1.3 2.9 2.8 5.8 4.3 8.6c.1.1.1.2.2.4c2.1 3.7 4.3 7.2 6.7 10.7c2.7 3.9 5.6 7.6 8.6 11.1c4.4 5.1 9.3 9.8 14.4 14.1c.1 0 .1.1.2.1c1.2 1 2.5 2 3.8 3l.2.2q4.8 3.75 9.9 6.9c1.2.7 2.3 1.4 3.5 2.1c0 0 .1 0 .1.1c1.2.7 2.4 1.4 3.6 2c1.1.6 2.2 1.2 3.4 1.8c3.8 1.9 7.7 3.6 11.7 5.2c3.8 1.5 7.7 2.7 11.7 3.8c.1 0 .2.1.4.1c1.2.3 2.4.6 3.5.9c.1 0 .3.1.4.1c2.5.6 5.1 1.1 7.7 1.6c.3.1.7.1 1 .2c1 .2 1.9.3 2.9.4c.4.1.7.1 1.1.2c1.3.2 2.6.3 3.8.5c1.1.1 2.2.2 3.2.3c1.4.1 2.9.2 4.4.2h1.1c1.5 0 2.9.1 4.4.1h256c1.5 0 2.9 0 4.4-.1h1.1c1.5-.1 2.9-.1 4.4-.2c1.1-.1 2.2-.2 3.2-.3c1.3-.1 2.6-.3 3.8-.5c.4 0 .7-.1 1.1-.2c1-.1 1.9-.3 2.9-.4c.3-.1.7-.1 1-.2c2.6-.4 5.2-1 7.7-1.6c.1 0 .3-.1.4-.1c1.2-.3 2.4-.6 3.5-.9c.1 0 .2-.1.4-.1c4-1.1 7.9-2.4 11.7-3.8c4-1.5 7.9-3.3 11.7-5.2c1.1-.6 2.3-1.2 3.4-1.8c1.2-.7 2.4-1.3 3.6-2c0 0 .1 0 .1-.1c1.2-.7 2.4-1.4 3.5-2.1q5.1-3.3 9.9-6.9l.2-.2c1.3-1 2.5-2 3.8-3c.1 0 .1-.1.2-.1c5.2-4.3 10-9.1 14.4-14.1c3.1-3.5 6-7.2 8.6-11.1c2.4-3.4 4.6-7 6.7-10.7c.1-.1.1-.2.2-.4c1.5-2.8 3-5.7 4.3-8.6c0-.1 0-.1.1-.2c1.1-2.4 2.1-4.9 3.1-7.4c.4-1 .8-2.1 1.2-3.1v-.1c.4-1 .7-2 1-3.1c0-.1 0-.1.1-.2c.3-1 .6-2.1 1-3.1v-.2c1.2-4.2 2.2-8.5 3-12.8v-.1c.2-1 .4-2 .5-3v-.3c.1-1 .3-1.9.4-2.9c0-.1 0-.3.1-.4l.3-2.7c0-.2 0-.4.1-.6c.1-.9.2-1.7.2-2.6c0-.2 0-.5.1-.7c.1-1.1.2-2.2.2-3.3c.1-2.2.2-4.4.2-6.6V128c.4-2.2.3-4.4.2-6.6m-311.9 9.5c47.8-21.3 102.6-13.8 143 19.6c3.8 3.1 4.3 8.7 1.2 12.5s-8.7 4.3-12.5 1.2c-35.1-29-82.8-35.6-124.4-17c-41.5 18.5-68.5 58.1-70.6 103.5c-.2 4.8-4.1 8.5-8.9 8.5h-.4c-4.9-.2-8.7-4.4-8.5-9.3c2.3-52.1 33.4-97.7 81.1-119M379 210.5c4.5-2 9.7 0 11.7 4.5s0 9.7-4.5 11.7l-39 17.4c-1.2.5-2.4.8-3.6.8c-3.4 0-6.6-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7zm-207 72.8l-39 17.4c-1.2.5-2.4.8-3.6.8c-3.4 0-6.6-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7l39-17.4c4.4-2 9.7 0 11.7 4.5c2 4.4 0 9.6-4.5 11.7m-18 46.9l-39 17.3c-1.2.5-2.4.8-3.6.8c-3.4 0-6.7-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7l39-17.3c4.4-2 9.7 0 11.7 4.5c2 4.4 0 9.7-4.5 11.7m157.2 50.9c-18 8-37 12-55.9 12c-31.2 0-61.9-10.8-87.1-31.5c-3.8-3.1-4.3-8.7-1.2-12.5s8.7-4.3 12.5-1.2c35.1 29 82.8 35.5 124.4 17s68.7-58.3 70.6-103.9c.2-4.9 4.2-9.3 9.2-8.5c4.9.2 8.7 4.3 8.5 9.2c-2.1 52.3-33.2 98.1-81 119.4m93-201.3l-39 17.4c-1.2.5-2.4.8-3.6.8c-3.4 0-6.7-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7l39-17.4c4.4-1.9 9.7 0 11.7 4.5s0 9.7-4.5 11.7");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.st1ujobif {
|
|
2
|
+
fill: var(--svg-color--fff, #fff);
|
|
3
|
+
d: path("M129.4 301.4c-3.4 0-6.6-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7l39-17.4c4.4-2 9.7 0 11.7 4.5s0 9.7-4.5 11.7l-39 17.4c-1.2.5-2.4.8-3.6.8m-18 46.9c-3.4 0-6.7-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7l39-17.3c4.4-2 9.7 0 11.7 4.5s0 9.7-4.5 11.7l-39 17.3c-1.2.6-2.4.8-3.6.8M361.6 198c-3.4 0-6.7-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7l39-17.4c4.4-1.9 9.7 0 11.7 4.5s0 9.7-4.5 11.7l-39 17.4c-1.1.5-2.4.8-3.6.8m-18 46.9c-3.4 0-6.6-2-8.1-5.3c-2-4.5 0-9.7 4.5-11.7l39-17.4c4.5-2 9.7 0 11.7 4.5s0 9.7-4.5 11.7l-39 17.4c-1.1.6-2.4.8-3.6.8");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.sxbjysb0k {
|
|
2
|
+
fill: var(--svg-color--2563eb, #2563eb);
|
|
3
|
+
d: path("M512 256c0-39.3-16.8-69.1-39.3-70.4c-.1 0-.2 0-.3-.1l-203.8-21.8c-.4-.1-.8-.1-1.2-.1L56.8 141h-.5c-.2 0-.4-.1-.6-.1s-.4.1-.7.1s-.5 0-.7.1C23.2 142.6 0 191.4 0 256c0 65.6 23.9 115 55.6 115c.4 0 .8 0 1.2-.1l210.4-22.5c.5-.1.9-.1 1.4-.2l203.8-21.8c.1 0 .2 0 .2-.1c22.6-1.2 39.4-31 39.4-70.3m-248.8 70.5c-10.6-.4-25.7-27.7-25.7-70.5c0-42.7 15.1-70 25.7-70.5l1.6.2c10.5 2.1 24.6 29 24.6 70.3c0 41.4-14.2 68.3-24.7 70.3zm-29.7 3.1L91.8 344.8c12.1-20.8 19.5-52.3 19.5-88.8s-7.4-68.1-19.5-88.8l141.7 15.2c-11.2 16.7-18.3 42.9-18.3 73.6s7 57 18.3 73.6m64-140.4l145.1 15.5c-7.6 12.7-12.3 30.6-12.3 51.2s4.6 38.6 12.3 51.2l-145.1 15.5c8.8-16.6 14.1-40 14.1-66.8c.1-26.6-5.3-50-14.1-66.6M22.3 256c0-56.3 19.5-92.3 33.1-92.7l1.5.2C70.4 165.5 89 201 89 256s-18.7 90.6-32.2 92.6l-1.4.1c-13.6-.4-33.1-36.4-33.1-92.7m448.9 48.2c-7.4 0-18.6-19.2-18.6-48.2s11.2-48.2 18.6-48.2s18.6 19.2 18.6 48.2c-.1 29-11.2 48.2-18.6 48.2M55.7 274.6c-10.2 0-18.6-8.3-18.6-18.6c0-10.2 8.3-18.6 18.6-18.6s18.6 8.3 18.6 18.6c-.1 10.2-8.4 18.6-18.6 18.6");
|
|
4
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.ur2nqhb_s {
|
|
2
|
+
d: path("M19.2 395.8c1 3-.6 5.5-3.3 5.5c-1.4 0-2.9-.9-3.3-1.9c-1-2.9.6-5.4 3.3-5.4c1.5 0 2.9.9 3.3 1.8m372.3-155.5c-.6-2-3.3-2.5-7.5-1.4c-4.3 1.2-6.8 3.6-5.4 5.1c1.9 1.8 13.6-1.5 12.9-3.7m-16.8 7.2c-2-2-6.7 8.1-5.4 11.4c1.2 3.2 2.9 1.4 5.1-5.1c1.1-3.1 1.2-5.4.3-6.3M90.3 267.6c-1.9-7.7.1-67.5 2.3-69c29.8-18.1 56.4-33 59.2-33.1c1.9 0 13.3 5.6 25.3 12.4c12 6.9 25.3 14.8 29.5 17.4l7.5 4.9v34.6c0 30.1-.3 34.7-2.3 36.4c-6.1 4.9-56.6 33.1-59.4 33.1c-5.5.1-61.1-32.9-62.1-36.7m46.2 20.6c-1.2-2.2-21-27.2-21.3-27.2c-.1.1-3.5 1.7-7.2 3.8c-3.9 2-6.8 3.9-6.5 4c2.8 2.6 35.8 20.7 35 19.4m16.8 6.5c.9-.9 17.1-21.3 26.5-33.4c1-1.3-4.5-1.7-27-1.7c-15.6 0-28.3.3-28.3.7c-.1 2.1 27.9 35.4 28.8 34.4m49.2-25.8c0-.4-13-8-13.6-8c0 0-1.9 2.2-3.9 4.8c-2 2.5-7.2 9.1-11.6 14.8l-7.8 10.1l5.8-3.5c3.2-1.9 11.4-6.7 18.5-10.6c6.9-4 12.6-7.4 12.6-7.6m3.9-48.4c-.1 0-2 4.3-4 9.7c-2.2 5.5-5.2 13.3-6.9 17.4l-3 7.7l7.2 3.6l7.2 3.6v-21c-.1-11.6-.2-21-.5-21m-1.5-15.5c-.4-.3-41.4-4.8-44-4.8c-1.7 0-1.6.9.7 4.6c1.6 2.6 6.4 11 10.7 18.5c12.1 21 14.5 24.7 15 24.2c.9-.7 17.9-42.2 17.6-42.5m-39.3-11.4c12.7 1.4 21.1 2.5 26 3.2c3 .6.6-1.4-8.7-6.9c-27.5-16.3-26.8-16.1-26.9-13.2c-1.2 17-2.1 15.7 9.6 16.9M150 206.3c-2.9 4.5-23.3 40.1-25.5 44.1l-1.6 3.2l28.9.1c15.9 0 28.9-.4 28.9-.9c0-.7-26.8-47.6-28.3-49.5c-.1-.2-1.3 1.1-2.4 3m-39.6-9.6c.1.1 9-.9 19.5-2l19.1-2.2v-9.3c0-5.1-.4-9.1-1-9.1c-.7.1-9.4 5.1-19.5 11.3c-10.2 6.1-18.3 11.2-18.1 11.3m5.6 48.9c1.3 2.3 2.2 1.4 7.2-7.2c15.8-27 21.4-36.9 21.4-37.5c0-1-5.4-.6-26 1.7c-9.8 1.2-18.2 2.3-18.5 2.6c-.6.7 12.7 34.4 15.9 40.4m-19.1-4.4c0 11.7.3 21.3.7 21.3c2.2 0 13.6-6.7 13.7-8c0-1.4-12.7-32.7-13.9-33.8c-.2-.4-.5 8.9-.5 20.5m192.4 75.4c-.9-.6-1.4-33.4-1.4-87.4v-86.6l4-1.4c14.2-5.5 25.3-6.1 29.4-1.4c1.4 1.9 2.6 2.5 2.7 1.4c0-.9 1.4-3.2 3-4.8c3.8-3.8 12.9-3.3 37.7 1.7c8.2 1.6 20.2 3.3 26.9 3.8c9.7.7 12.4 1.4 13.7 3.5c1.7 2.7 1.7 2.7 3.9 0c1.6-2.2 4.8-3 12.4-3.9l10.4-.9l.9 4c.4 2.3.7 10.6.4 18.4c-.3 12.9-.6 14.6-3.6 16.9l-3.2 2.7l3 2.2c3.2 2.2 3.2 2.2 3.2 66.2l.1 64.1l-3.6 1.7c-1.9.9-9.1 2.2-16.1 2.7l-12.4 1l-2.2-4l-2-4.2l-1.9 3.5c-2 3.9-6.9 3.6-38.2-1.9c-18.4-3.2-18.7-3.3-20.8-8c-2.9-5.8-3.5-5.8-6.4.3c-2.3 4.5-2.9 4.8-12.3 5.8c-5.4.6-13.6 2-18.2 3.2c-4.4 1.3-8.7 1.9-9.4 1.4m36.1-39.7h-31.8v15.9c0 8.7.4 15.9 1.2 15.9c6.7 0 27.3-4.9 28.9-6.8c1-1.4 1.7-6.9 1.7-13.7zm0-4.4c0-1.6-.7-3.2-1.6-3.8c-1-.6-1.3-3.2-.9-6.5c.6-4.2 0-6.5-2.2-9.3c-3.3-4.3-5.2-4.5-11.3-1.2l-4.5 2.6l-3.9-4.8c-6.7-8-7.7-6.5-7.2 10.1l.4 14.9l15.6.1c14.3.5 15.6.3 15.6-2.1m0-39h-15.9c-13 0-15.9.4-15.9 2.2c0 1.2 1.9 3 4.2 4.3c2.5 1.2 5.4 3.6 6.5 5.4c2.2 2.9 2.3 3 4.9.7c3.6-3.3 7.8-3 12.4.6l3.8 2.9zm0-6.5c0-3.9-1.2-6.4-5.1-10.1c-2.7-2.7-5.8-7.7-6.7-10.8c-1.6-5.1-2.5-5.9-8.4-7.7l-6.7-2l6.9-1.9c9.5-2.5 8.5-4.3-2.6-4.3h-9.4v42h31.8V227zm11.9-36c-6.1 4.2-3.3 12.1 4.3 12.1c6.5 0 9-6.7 4-11.6c-3.4-3.4-4.1-3.4-8.3-.5m3.2-6.7c2 0 2.3-.9 1.4-5.5c-1.2-6.1-2-7.8-2-3.8c0 1.4-.4 4.2-.9 5.9c-.7 2.5-.3 3.4 1.5 3.4m15.7 13.9c1.7-.4 4.2-.9 5.4-1c1.2 0 .6-.7-1.4-1.3c-5.6-1.9-7.2-1.6-7.2.9c-.1 1.7.8 2.1 3.2 1.4m-8.2 13.9c-2.7 8.8-2.5 9.3 3.5 6.2c5.1-2.6 5.2-3.3 1.9-5.9c-3.4-2.5-4.8-2.5-5.4-.3m3.5-37.2c-5.5-2.9-5.4-2.9-4.6 2.2c.7 5.5 2.2 6.4 6.1 4c3.8-2.4 3.5-3.6-1.5-6.2m-11 34c-1.6 0-2 .7-1.4 2.3c.4 1.3.9 3.6 1 5.4c0 3 .1 3 1.3.3c2-4.7 1.5-8-.9-8m-3.2 20.1c-.7-1.7-3.3-3.9-5.8-5.1l-4.6-1.9v4.9c0 4.9.1 5.1 5.8 5.1c5.2 0 5.6-.3 4.6-3m-8.1-53.8l-4.3 2.3l3.3 2.6c4.3 3.5 5.9 3.5 5.9 0c0-1.6.4-3.8.9-5.1c1.1-2.8-.5-2.8-5.8.2m-8.1 20.7c-1.9 1.2-1.9 1.4.3 1.4c1.3 0 3.3.4 4.6.9c1.6.6 2.3.1 2.3-1.4c0-2.7-3.9-3.1-7.2-.9m-1.2-10.9c-2.5 5.4-2.2 6.2 1.9 5.4c4.6-.9 5.6-2.5 3.6-6.1c-2-3.9-3.4-3.6-5.5.7m-1.7 18c0 2.2 3.2 8.8 4.3 8.8s5.1-7.1 4.2-7.8c-1.6-1.3-8.5-2.2-8.5-1m11.7 15.3c5.4 2.9 5.9 2.5 4.8-3.3c-1-4.9-2.7-5.6-6.7-2.6c-3.4 2.6-3.3 3.3 1.9 5.9m31.2 89.1l-.4-5.5c-.3-3-.4-5.9-.4-6.4c-.1-.6-2.2-1.7-4.6-2.7c-4.3-1.9-4.5-2.2-3.9-9l.7-6.9h-25.6v9.7c.1 9.5.1 9.7 2.3 5.8c3.2-5.8 5.8-4.8 9.4 4c3.5 8.2 3.2 8.1 16.6 10.1zm-31.9-32.8c3 1.2 16.5 1.2 16.5 0s-4.6-4.8-6.1-4.9c-.6 0-1.4.7-2 1.6c-.4.9-3.2 1.3-5.8 1c-5.1-.6-6.7.7-2.6 2.3m28.6 13.8c2.6 0 3.3-2.2 2.6-7.5c-.9-5.4-2.6-5.2-3.8.4c-1.2 6.4-1.1 7.1 1.2 7.1m.9-27.4c-1.9 0-1.9-3.9 0-4.6c1.6-.4 3.2-17.6 1.9-21c-.4-1.3-3.5-1.9-9.1-1.9c-8.2 0-8.4 0-9.4 4.6l-1 4.8l-1.3-4.8c-1.3-4.2-1.9-4.6-7.2-4.6h-5.8l.4 16.1c.4 13.6 1 16.3 3.2 17.5c1.7 1 3 1 4.2-.1c2.2-2.2 9-2 11 .3c2.9 3.6 13 7.5 14.9 5.6c1.7-1.8.2-11.9-1.8-11.9m2.6-29l-.4-5.9c-.6-7.4-.1-7.2-9-3.2c-11.3 5.2-10.8 9.1.9 9.1zm1.4-26c1.7-4.6 1.6-4.6-5.1-3.3c-3.9.7-4 1.6-1 5.9c2.7 3.9 4.1 3.2 6.1-2.6m19.9-9.7l-6.8 2c-4.2 1.3-6.9 2.9-6.9 4.2c0 1.2-1.3 4.6-2.9 7.8c-1.9 3.6-2.9 8.5-2.9 13.7v8h33.2v-6.9c0-6.4-.3-7.1-4.3-8.5c-5.4-2-5.8-6.8-1.3-12.6c1.6-2.2 2.6-4.9 2.2-6.1c-.4-1.3-.1-3.5.6-5.1c1.4-2.6.9-2.7-11.6-2.7c-7.1 0-13 .6-13 1.3s3 2 6.9 3zm-10.9 73.5c0-2.9 7.2-1.7 10.6 1.6c3 3 4.6 3.3 11.9 2.7c1.9-.1 2.2-3.5 2.2-20.4v-20.2H363v11.7c0 9.5.6 12.4 2.9 15.3c3 3.9 2.6 6.9-.9 5.6c-1.4-.6-2 .4-2 3.3c0 4.5 2.6 5.9 10.6 5.9c4.5 0 5.2-2.2 1-3.3c-1.6-.3-2.9-1.3-2.9-2.2m-5.8 33.8c0-1.2-.6-2.5-1.4-2.9c-.9-.6-1.4.7-1.4 2.9s.6 3.5 1.4 2.9c.8-.4 1.4-1.7 1.4-2.9m27.6-14.1c-3.5-.9-8-7.5-6.5-9.8c.7-1.3 2.3-.3 5.2 3l4 4.9v-10.8H363v6.4c0 4.5 1.2 7.8 3.9 11.9c2.2 3 3.9 7.5 3.9 10c.1 4.2.6 4.3 9.1 5.9l8.8 1.6l3.8-5.6c4.7-7.1 5.2-16.4 1-17.5m33.2-6.6l-6.5-3c-4.2-1.9-9.4-3-14.5-3h-8v11.9c0 9.7.6 13.2 3.2 18.1c3.6 6.8 5.1 7.2 19.1 5.4l6.7-1zm0-16.3c0-11 0-11-7.2-6.9c-2.7 1.4-5.8 2.7-6.8 2.7c-2.9 0-2.3 1.4 1.7 4.6c2 1.6 3.6 3.6 3.6 4.8c0 1 2 2.6 4.3 3.5l4.3 1.4v-10.1zm0-33.1h-8.8c-4.9 0-8.4.6-7.8 1.3c1.2 1.9-5.1 5.9-9.1 5.9c-3.3 0-3.3.1-2.9 16.9l.4 17.1l7.7.4c8.2.4 9.4-1 3.9-5.2c-5.1-4-4.9-10 .4-12c2.2-.9 6.7-3 10.1-4.6l6.1-3.2zm-21.7 1.4c1.6-1 1-1.4-2.5-1.4c-2.6 0-4.8.6-4.8 1.4c0 1.9 4.4 1.9 7.3 0m21.7-20.9l-12.1-.3c-10-.1-12.7.3-14.5 2.3c-1.4 1.6-2.3 5.2-2.3 9.3v6.8h29V214zm-29-51.7c0 11 .4 13.2 2.9 15.5c1.6 1.4 2.9 4.5 2.9 6.8v4l10.6-.1c8.5 0 9.8-.3 7.2-1.6c-4.6-2.2-4.2-6.2 1-9.8c4.2-3 4.3-3.3 4.3-16.1c0-14 .1-13.7-9-11.6c-2 .4-5.2 2.6-6.9 4.8c-4 5.2-7.1 5.1-9.1-.3c-2.7-7.3-3.9-4.9-3.9 8.4m0 37.2c0 2.2-1.3 5.5-2.9 7.7c-4.2 5.2-1.4 7.7 4 3.6c3.5-2.6 5.5-2.9 13.7-2.3c12.3 1 14-.3 14-10.6v-7.8h-11.1c-8.8.1-12 .7-14.5 2.7c-1.9 1.6-3.2 4.4-3.2 6.7m-6.6-41.1c-2.3 2.6-4.2 14.3-2.3 14.3c.6 0 2.5.4 4.3.9c3.2.9 3.2.7 3.2-11.6c0-7.4-.6-12.4-1.4-12.4c-.7 0-1.4 1.4-1.4 3.2s-1.1 4.2-2.4 5.6m-28.1 2.8c0 13.2.6 17.1 2.9 21.7l2.9 5.8h27.4v-5.1c0-4.6-.4-5.1-4-5.1c-9.5 0-13.3-14.5-5.9-22.6c2.3-2.5 3.6-6.2 2.5-6.4c-.3-.1-5.6-1-12-2.2s-12-2.2-12.6-2.2c-.7.2-1.2 7.4-1.2 16.1m-.4 25.7c-2.5-5.9-4.5-6.5-6.5-2c-1.7 4-1.4 4.3 4.5 5.8c3.9.8 3.9.8 2-3.8m-34.4-17.1c5.8 0 8.7-3 10.4-10.8c1.9-8.7 3.2-8.2 4.8 1.4c1 5.2 1.7 6.1 8.8 9.5c9.4 4.6 9.5 4.3 9.3-11.9c-.3-14-.1-14-12.1-15.8c-16.3-2.3-17.2-2.2-20 3.6c-2.7 5.7-3.5 24-1.2 24m-34.7 18.8h10.1c9.4 0 10-.1 10.8-3.5c.4-2 3.2-5.9 5.9-9c4.6-4.8 5.1-6.1 5.1-13.7c0-6.4-.6-8.5-2-8.5c-1.2 0-3.5-2.3-5.2-5.1c-3.5-5.6-7.4-6.4-18.1-3l-5.8 1.7l-.4 20.5zM18.2 108.8c1.3-1.3 1.9-3 1.4-3.9c-.6-.9-2.3-1.6-3.8-1.6c-3.9 0-5.1 2.7-2.3 5.5c2.3 2.2 2.6 2.2 4.7 0m329.4 146.4c-6.4 0-10.6 2-8.4 4.2c1.9 1.7 12.6-.1 13.5-2.5c.2-1.1-1.2-1.7-5.1-1.7m54.5 36.7c0 1.2 2.2 2.5 5.1 2.9c5.5 1 8.4.1 7.5-2.5c-.8-2.4-12.6-2.8-12.6-.4m93.8-188.6c-3.6 0-3.3 6.2.3 6.9c2.5.4 4.8-3.3 3.3-5.6c-.4-.7-2-1.3-3.6-1.3M511.7 379c-.4 27.6-1 29.1-10.8 33.3c-6.8 2.9-46.6 2.9-50.5-.1c-2.3-1.7-14.5-2-80.7-2.2h-78l-4.8 3.6c-15.3 11.7-50.5 11.6-61.3 0l-3.3-3.6h-79c-67.1.1-79.4.4-81.7 2.2c-2.2 1.7-7.7 2.2-24.3 2.2c-35.6 0-37.3-1.7-37.3-37c0-18.9.4-23.7 2.2-25.2c3.3-2.7 3.3-199.7 0-202.5C.5 148.3 0 143.8 0 126c0-33 1.3-34.4 33.3-35.7c11.5-.6 57.7-.7 102.7-.4s99.4.4 120.8.4c236.9-.7 239.8-.7 244.9 2c9.1 4.8 10.4 9 10.4 33.6c0 17.8-.4 22.3-2.2 23.7c-3.3 2.7-3.3 199.7.1 202.6c1.9 1.6 2.1 5.5 1.7 26.8M382 95.4c.9.9 41.2 6.1 61.2 8c8.8.7 16.6 2.2 17.4 2.9c1.2 1.2 1.6 42.1 1.7 130.5c.3 124.1.3 129 2.9 130.9c3.3 2.5 4.3-43.4 4-179.3l-.1-79.4l-7.1-7.1l-6.9-7.1h-36.9c-20.3-.2-36.5.1-36.2.6m47.6 286.3c-1.6 1.9 1 2.2 19.7 2.2l21.6-.1l-7.8-6.9l-8-6.9l-15.9-1c-8.8-.6-28.1-2.6-42.8-4.6c-61.8-8.5-75.2-9.3-92.4-5.5c-13.9 3-37.7 15.3-37.7 19.5c0 3 6.7 2 14.8-2.3c22.6-12 44.4-13 102.4-5.4c18.7 2.6 36.7 4.9 40.1 5.5c6.7.8 8.6 2.5 6 5.5m15.7-20.9c2.3 0 5.2.4 6.5.9c1.9.7 2.3-.3 2.3-6.5c0-8.8-1.4-9.1-8.1-2.5c-6 6-6.2 8.1-.7 8.1m8.8-248.8H441l2.5 4.2c2 3.5 7.4 7.4 10 7.4c.4 0 .7-2.6.7-5.8V112zM299.4 98.4c-12.7 2.5-29.9 10.1-35.6 15.8c-3.2 3.2-3.5 4.8-3.5 15.9v12.3h4.9c5.1 0 11 5.2 11 9.5c0 6.4-4 10.1-12.4 11.3c-2.6.4-2.7 2-3.2 33.8l-.3 33.6h4.9c5.4 0 11 5.2 11 10.1s-5.6 10.1-11 10.1h-4.9V313h4.3c5.2 0 11.6 5.5 11.6 10c0 4.3-5.9 10.1-10.8 10.7l-4.3.6l-.4 18.4l-.4 18.4l8.5-5.8c24-16.5 49.6-20 97.9-13.3c12 1.6 29.5 3.9 39.1 5.2c9.5 1.2 19.7 2.5 22.6 2.9c4.8.6 5.5.3 6.2-2.9c1.3-5.4 9.3-13.6 14.5-14.9l4.5-1.2l.4-105l.3-105l-3.9-1c-6.5-1.6-11.7-6.2-14.2-12.9l-2.5-6.4l-8.8-.9c-4.9-.6-24.6-3.3-43.7-6.1c-32.9-4.7-72-7.3-81.8-5.4m-43.4 138c-5.1 0-9.3.9-11 2.2c-4.3 3.5.7 6.5 11 6.5c5.1 0 9.3-.9 11-2.2c4.3-3.5-.7-6.5-11-6.5m0-79.6c10.6 0 15.3-2.6 11.7-6.2c-2.3-2.3-20-2.5-23-.1c-4.8 3.4.5 6.3 11.3 6.3m-12 165.5c-1.4 3.6 2.3 5.2 12.1 5.2c9.7 0 14.3-2.2 12.1-5.8c-1.4-2.3-23.3-1.9-24.2.6m-4.3-224.8l8.1 5.8l8.2 5.6l8.2-5.6l8.1-5.8zM131.6 104c-19.5 2.6-39.5 5.4-44.4 5.9c-8.4.9-9 1.2-9.8 5.2c-1.3 5.5-9.8 14-15.3 15.2l-4.2.7v209.2l4.8 1.6c5.6 1.9 13.2 9.3 15.3 14.9c1.3 3.3 2.2 3.8 6.2 3.3c2.6-.4 10.7-1.3 17.8-2.3c7.2-.9 22.1-2.7 33.3-4.3c60.3-8.2 82.2-5.8 107.6 11.6l8.8 5.9V353c0-18.9-.3-19.7-7.2-19.7c-4 0-9-7.1-8-11.6c1.2-4.9 5.9-8.7 11-8.7h4.2v-62.2h-4.2c-5.1 0-9.8-3.8-11-8.7c-1.3-5.6 3.9-11.6 10.3-11.6h4.9v-67.4l-4.6-.3c-5.2-.3-11.3-5.9-11.3-10.3c0-5.1 5.6-10.3 11-10.3h4.9v-12.4c0-12-.1-12.6-4.5-16.6c-13.3-12.4-42.7-18.2-75.1-14.8c-2.7.4-21 2.9-40.5 5.6M88.4 376.1c3.5-.4 19.1-2.5 34.6-4.3c46.4-5.9 59.4-7.1 72.2-6.1c13.2 1 30.2 6.1 39.1 11.6c5.1 3.3 11.7 3.8 11.7 1c0-1.9-12.6-10.3-20.8-14c-14.5-6.7-34.7-9.1-55.8-6.8c-2.7.3-14.8 1.9-26.8 3.5c-37.7 5.1-67.7 8.4-76.7 8.5c-8.2.1-9 .4-16.6 7.2l-8 7.1l21.1.1h21.1l-.6-3.5c-.7-3.1-.2-3.6 5.5-4.3m-30.3-19.4c.4 4.6.6 4.8 6.2 4.3c7.4-.7 7.7-1 4.2-5.6c-4.5-5.9-9-8.5-10.1-5.8c-.4 1.2-.5 4.4-.3 7.1m11.2-241.5c1.6-3 1.4-3.2-4.9-3.2h-6.5v5.8c0 8.1 6.8 6.5 11.4-2.6m-19.1-13.6l-6.8 6.9V239c0 71.7.6 130.5 1.2 130.5c.7 0 2.3-1.2 3.6-2.6c2.3-2.5 2.5-13.7 2.5-131.6c0-88.9.4-129.2 1.6-129.7c.7-.6 8.4-1.6 16.9-2.3c17.1-1.4 61.5-7.1 62.3-8c.3-.3-16.2-.6-36.9-.6H57zM5.8 144.4l7.2-7.1c6.9-6.8 7.2-7.4 7.2-15.2c0-9.5 1.6-11.6 9-11.6c3 0 5.5-.6 5.5-1.4c0-.7 2.3-4 5.2-7.2l5.2-5.8H29.6c-15 0-15.5.1-19.7 4.2l-4.2 4.2v39.9zm28.8-22.3c-.4 0-1.9 1.2-3.2 2.6c-2.3 2.5-2.5 13.6-2.5 129.4c0 71.9.6 126.8 1.3 126.8c4.9 0 4.9-2.5 5.1-131.6c.1-69.9-.3-127.2-.7-127.2m-14.8 18.8c-.3 0-2.5 2.2-5.1 4.8l-4.6 4.8V353l5.1 4.9l5.1 4.9V251.9c-.1-61.1-.2-111-.5-111m37.3 267.6l-7.5-7.5c-7.4-7.4-7.7-7.5-18.1-8.2l-10.5-.9l-.4-9.5c-.4-9.3-.6-9.7-7.5-16.5l-7.2-7.1v20c0 29.1.7 29.8 31.4 29.8h19.8zm159.4-5.8l-.9-4.8l-1-4.6l-80.6-.3c-44.3-.1-80.8.1-81.1.9c-.4.6 1.2 2.9 3.5 5.1l4.3 3.8h155.8zm10.6-21c-10.8-6.4-36.2-10.3-55-8.5c-3.6.4-14 1.6-23.1 2.9c-26.5 3.3-49.5 6.2-55 6.8c-2.7.3 26.9.6 65.8.7c62.5.2 70.5 0 67.3-1.9m58.5 11.6c-2.5.1-4.5 1.4-5.5 3.6c-3.8 7.4-8.8 9.4-23.1 9.4c-15.2 0-20.8-2-24.2-8.7c-2.7-5.5-10.1-6.5-10.1-1.3c0 1.6 1.4 5.2 3.3 7.8c13 19.2 59.3 14.8 62.6-5.9c1-4.8.7-5-3-4.9m67.3-9.7c39.3-.1 69.3-.4 66.5-.7c-5.4-.6-27.9-3.3-55-6.8c-22-2.9-43.7-3.8-53.5-2.5c-8.7 1.3-20.4 4.8-26 8.1c-3.2 1.9 5.2 2.1 68 1.9m99.2 19.1l3.9-4c2.2-2.2 3.9-4.5 3.9-5.1c0-1.9-162-1.2-162.7.9c-.3.9-.7 3.2-1.2 4.9l-.7 3.3zm54.1-23.3c0-11-.1-20.1-.4-20.1c-.1 0-3.5 3.2-7.2 6.9c-6.7 6.7-6.8 7.1-6.8 15.8c0 10.6.1 10.4-12.3 11.1c-9.5.4-9.8.7-17.2 8l-7.4 7.5l22.1-.4l22.3-.4l3.5-4c3.3-4 3.4-5.1 3.4-24.4m-24.3 1.6c.6 0 1.2-57.1 1.2-127c0-125.3 0-127.1-2.9-129.7s-2.9-2.5-2.9 125.3c0 127.9.1 131.4 4.6 131.4m14.9-23.1l5.1-4.9V150.2l-5.1-4.9l-5.1-4.9v222.4zm9.4-253.4l-4.2-4.2c-4.2-4-4.5-4.2-19.8-4.2h-15.6l5.4 5.5c2.9 3 5.4 6.2 5.4 7.2s2.2 1.7 5.5 1.7c7.4 0 9 2 9 11.6c0 7.8.3 8.4 7.2 15.2l7.2 7.1v-39.9zm-9.7 289.8c-2.7-.4-3.3.1-3.3 3.3s.6 3.8 3.3 3.3c2-.3 3.2-1.4 3.2-3.3c0-1.8-1.2-3-3.2-3.3m-82.3-163.7c2.5 0 3.8-3.2 3.8-8.8c0-5.9-2.5-5.2-4.2 1.2c-2 7-2 7.6.4 7.6");
|
|
3
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.vu_nye9-y {
|
|
2
|
+
fill-opacity: var(--svg-fill-opacity--0-201, 0.201);
|
|
3
|
+
d: path("M357.8 208c-4.3-4.3-11.4-4.3-15.7 0s-4.3 11.4 0 15.7c11.7 11.7 18.2 27.1 18.2 43.6c0 16.4-6.4 31.9-18.2 43.6c-4.3 4.3-4.3 11.4 0 15.7c2.2 2.2 5 3.3 7.9 3.3c2.8 0 5.7-1.1 7.9-3.3c15.9-15.9 24.7-36.9 24.7-59.2c-.1-22.4-8.9-43.5-24.8-59.4m44.8-37.6c-4.3-4.3-11.1-4.3-15.4 0s-4.3 11.4 0 15.7c43 43.9 43 115.4 0 159.4c-4.3 4.3-4.3 11.4 0 15.7c2.1 2.2 4.9 3.3 7.7 3.3s5.6-1.1 7.7-3.3c51.5-52.6 51.5-138.2 0-190.8");
|
|
4
|
+
opacity: var(--svg-opacity--0-754, 0.754);
|
|
5
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.wm9w19bdd {
|
|
2
|
+
d: path("M512 256c0-39.3-16.8-69.1-39.3-70.4c-.1 0-.2 0-.3-.1l-203.8-21.8c-.4-.1-.8-.1-1.2-.1L56.8 141h-.5c-.2 0-.4-.1-.6-.1s-.4.1-.7.1s-.5 0-.7.1C23.2 142.6 0 191.4 0 256c0 65.6 23.9 115 55.6 115c.4 0 .8 0 1.2-.1l210.4-22.5c.5-.1.9-.1 1.4-.2l203.8-21.8c.1 0 .2 0 .2-.1c22.6-1.2 39.4-31 39.4-70.3m-248.8 70.5c-10.6-.4-25.7-27.7-25.7-70.5c0-42.7 15.1-70 25.7-70.5l1.6.2c10.5 2.1 24.6 29 24.6 70.3c0 41.4-14.2 68.3-24.7 70.3zm-29.7 3.1L91.8 344.8c12.1-20.8 19.5-52.3 19.5-88.8s-7.4-68.1-19.5-88.8l141.7 15.2c-11.2 16.7-18.3 42.9-18.3 73.6s7 57 18.3 73.6m64-140.4l145.1 15.5c-7.6 12.7-12.3 30.6-12.3 51.2s4.6 38.6 12.3 51.2l-145.1 15.5c8.8-16.6 14.1-40 14.1-66.8c.1-26.6-5.3-50-14.1-66.6M22.3 256c0-56.3 19.5-92.3 33.1-92.7l1.5.2C70.4 165.5 89 201 89 256s-18.7 90.6-32.2 92.6l-1.4.1c-13.6-.4-33.1-36.4-33.1-92.7m448.9 48.2c-7.4 0-18.6-19.2-18.6-48.2s11.2-48.2 18.6-48.2s18.6 19.2 18.6 48.2c-.1 29-11.2 48.2-18.6 48.2M55.7 274.6c-10.2 0-18.6-8.3-18.6-18.6c0-10.2 8.3-18.6 18.6-18.6s18.6 8.3 18.6 18.6c-.1 10.2-8.4 18.6-18.6 18.6");
|
|
3
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.xmk3jccpe {
|
|
2
|
+
d: path("m50.2 101.6l-6.8 6.9V239c0 71.7.6 130.5 1.2 130.5c.7 0 2.3-1.2 3.6-2.6c2.3-2.5 2.5-13.7 2.5-131.6c0-88.9.4-129.2 1.6-129.7c.7-.6 8.4-1.6 16.9-2.3c17.1-1.4 61.5-7.1 62.3-8c.3-.3-16.2-.6-36.9-.6H57zM382 95.4c.9.9 41.2 6.1 61.2 8c8.8.7 16.6 2.2 17.4 2.9c1.2 1.2 1.6 42.1 1.7 130.5c.3 124.1.3 129 2.9 130.9c3.3 2.5 4.3-43.4 4-179.3l-.1-79.4l-7.1-7.1l-6.9-7.1h-36.9c-20.3-.2-36.5.1-36.2.6m-372 4.9l-4.2 4.2v40l7.2-7.1c6.9-6.8 7.2-7.4 7.2-15.2c0-9.5 1.6-11.6 9-11.6c3 0 5.5-.6 5.5-1.4c0-.7 2.3-4 5.2-7.2l5.2-5.8H29.6c-15-.1-15.4 0-19.6 4.1m9.7 4.6c.4.9-.1 2.6-1.4 3.9c-2.2 2.2-2.5 2.2-4.6 0c-2.7-2.7-1.6-5.5 2.3-5.5c1.4 0 3.1.7 3.7 1.6m452.2-3.3c2.9 3 5.4 6.2 5.4 7.2s2.2 1.7 5.5 1.7c7.4 0 9 2 9 11.6c0 7.8.3 8.4 7.2 15.2l7.2 7.1v-40l-4.2-4.2c-4.2-4-4.5-4.2-19.8-4.2h-15.6zm27.7 3c1.4 2.3-.9 6.1-3.3 5.6c-3.6-.7-3.9-6.9-.3-6.9c1.5 0 3.1.6 3.6 1.3m-327.5-6.1c-2.7.3-21 2.7-40.5 5.5c-19.5 2.6-39.5 5.4-44.4 5.9c-8.4.9-9 1.2-9.8 5.2c-1.3 5.5-9.8 14-15.3 15.2l-4.2.7v209.2l4.8 1.6c5.6 1.9 13.2 9.3 15.3 14.9c1.3 3.3 2.2 3.8 6.2 3.3c2.6-.4 10.7-1.3 17.8-2.3c7.2-.9 22.1-2.7 33.3-4.3c60.3-8.2 82.2-5.8 107.6 11.6l8.8 5.9V353c0-18.9-.3-19.7-7.2-19.7c-4 0-9-7.1-8-11.6c1.2-4.9 5.9-8.7 11-8.7h4.2v-62.2h-4.2c-5.1 0-9.8-3.8-11-8.7c-1.3-5.6 3.9-11.6 10.3-11.6h4.9v-67.4l-4.6-.3c-5.2-.3-11.3-5.9-11.3-10.3c0-5.1 5.6-10.3 11-10.3h4.9v-12.4c0-12-.1-12.6-4.5-16.6c-13.3-12.3-42.7-18.1-75.1-14.7m4.9 79.4c12 6.9 25.3 14.8 29.5 17.4l7.5 4.9v34.6c0 30.1-.3 34.7-2.3 36.4c-6.1 4.9-56.6 33.1-59.4 33.1c-5.4 0-61-33-62-36.7c-1.9-7.7.1-67.5 2.3-69c29.8-18.1 56.4-33 59.2-33.1c1.8 0 13.2 5.6 25.2 12.4m-48.6 7.6c-10.1 6.1-18.2 11.1-18.1 11.3c.1.1 9-.9 19.5-2l19.1-2.2v-9.3c0-5.1-.4-9.1-1-9.1c-.7.1-9.3 5-19.5 11.3m27.7-8.9c-1.3 17.1-2.2 15.8 9.5 16.9c12.7 1.4 21.1 2.5 26 3.2c3 .6.6-1.4-8.7-6.9c-27.4-16.3-26.7-16-26.8-13.2m-37.5 26.1c-9.8 1.2-18.2 2.3-18.5 2.6c-.6.6 12.7 34.3 15.9 40.4c1.3 2.3 2.2 1.4 7.2-7.2c15.8-27 21.4-36.9 21.4-37.5c0-1.1-5.3-.6-26 1.7m43.1 2.1c1.6 2.6 6.4 11 10.7 18.5c12.1 21 14.5 24.7 15 24.2c.7-.7 17.8-42.2 17.5-42.5c-.4-.3-41.4-4.8-44-4.8c-1.7 0-1.5.9.8 4.6m-11.7 1.5c-2.9 4.5-23.3 40.1-25.5 44.1l-1.6 3.2l28.9.1c15.9 0 28.9-.4 28.9-.9c0-.7-26.8-47.6-28.3-49.5c-.1-.2-1.3 1.1-2.4 3m-53.1 34.9c0 11.7.3 21.3.7 21.3c2.2 0 13.6-6.7 13.7-8c0-1.4-12.7-32.7-13.9-33.8c-.2-.4-.5 8.9-.5 20.5m105.4-11c-2.2 5.5-5.2 13.3-6.9 17.4l-3 7.7l7.2 3.6l7.2 3.6v-21c0-11.6-.1-21-.4-21c-.2 0-2 4.3-4.1 9.7m-77.9 30c0 2.2 28.1 35.4 28.9 34.4c.9-.9 17.1-21.3 26.5-33.4c1-1.3-4.5-1.7-27-1.7c-15.7 0-28.4.3-28.4.7m-16.4 4.5c-3.9 2-6.8 3.9-6.5 4c2.7 2.6 35.7 20.7 35 19.4c-1.2-2.2-21-27.2-21.3-27.2c-.1.2-3.4 1.8-7.2 3.8m77 1c-2 2.5-7.2 9.1-11.6 14.8l-7.8 10.1l5.8-3.5c3.2-1.9 11.4-6.7 18.5-10.6c6.9-4 12.6-7.5 12.6-7.7c0-.4-13-8-13.6-8c0 .2-1.9 2.3-3.9 4.9m62.8-162.4l8.2 5.6l8.2-5.6l8.1-5.8h-32.6zm51.6-4.9c-12.7 2.5-29.9 10.1-35.6 15.8c-3.2 3.2-3.5 4.8-3.5 15.9v12.3h4.9c5.1 0 11 5.2 11 9.5c0 6.4-4 10.1-12.4 11.3c-2.6.4-2.7 2-3.2 33.8l-.3 33.6h4.9c5.4 0 11 5.2 11 10.1s-5.6 10.1-11 10.1h-4.9V313h4.3c5.2 0 11.6 5.5 11.6 10c0 4.3-5.9 10.1-10.8 10.7l-4.3.6l-.4 18.4l-.4 18.4l8.5-5.8c24-16.5 49.6-20 97.9-13.3c12 1.6 29.5 3.9 39.1 5.2c9.5 1.2 19.7 2.5 22.6 2.9c4.8.6 5.5.3 6.2-2.9c1.3-5.4 9.3-13.6 14.5-14.9l4.5-1.2l.4-105l.3-105l-3.9-1c-6.5-1.6-11.7-6.2-14.2-12.9l-2.5-6.4l-8.8-.9c-4.9-.6-24.6-3.3-43.7-6.1c-32.9-4.7-72-7.3-81.8-5.4m65.4 39.8c8.2 1.6 20.2 3.3 26.9 3.8c9.7.7 12.4 1.4 13.7 3.5c1.7 2.7 1.7 2.7 3.9 0c1.6-2.2 4.8-3 12.4-3.9l10.4-.9l.9 4c.4 2.3.7 10.6.4 18.4c-.3 12.9-.6 14.6-3.6 16.9l-3.2 2.7l3 2.2c3.2 2.2 3.2 2.2 3.2 66.2l.1 64.1l-3.6 1.7c-1.9.9-9.1 2.2-16.1 2.7l-12.4 1l-2.2-4l-2-4.2l-1.9 3.5c-2 3.9-6.9 3.6-38.2-1.9c-18.4-3.2-18.7-3.3-20.8-8c-2.9-5.8-3.5-5.8-6.4.3c-2.3 4.5-2.9 4.8-12.3 5.8c-5.4.6-13.6 2-18.2 3.2s-9 1.7-9.7 1.3c-.9-.6-1.4-33.4-1.4-87.4v-86.6l4-1.4c14.2-5.5 25.3-6.1 29.4-1.4c1.4 1.9 2.6 2.5 2.7 1.4c0-.9 1.4-3.2 3-4.8c4-3.7 13.1-3.3 38 1.8m-35.5 7.8c-2.6 5.5-3.5 23.9-1.2 23.9c5.8 0 8.7-3 10.4-10.8c1.9-8.7 3.2-8.2 4.8 1.4c1 5.2 1.7 6.1 8.8 9.5c9.4 4.6 9.5 4.3 9.3-11.9c-.3-14-.1-14-12.1-15.8c-16.4-2.2-17.2-2.1-20 3.7m-29.2-.2l-5.8 1.7l-.4 20.5l-.4 20.5h10.1c9.4 0 10-.1 10.8-3.5c.4-2 3.2-5.9 5.9-9c4.6-4.8 5.1-6.1 5.1-13.7c0-6.4-.6-8.5-2-8.5c-1.2 0-3.5-2.3-5.2-5.1c-3.5-5.5-7.4-6.2-18.1-2.9m62.9 15.4c0 13.2.6 17.1 2.9 21.7l2.9 5.8h27.4v-5.1c0-4.6-.4-5.1-4-5.1c-9.5 0-13.3-14.5-5.9-22.6c2.3-2.5 3.6-6.2 2.5-6.4c-.3-.1-5.6-1-12-2.2s-12-2.2-12.6-2.2c-.7.2-1.2 7.4-1.2 16.1m54.7-11.7c-2 .4-5.2 2.6-6.9 4.8c-4 5.2-7.1 5.1-9.1-.3c-2.7-7.4-3.9-4.9-3.9 8.4c0 11 .4 13.2 2.9 15.5c1.6 1.4 2.9 4.5 2.9 6.8v4l10.6-.1c8.5 0 9.8-.3 7.2-1.6c-4.6-2.2-4.2-6.2 1-9.8c4.2-3 4.3-3.3 4.3-16.1c0-14.1.1-13.8-9-11.6m-24.3 3.3c0 1.7-1 4.2-2.3 5.6c-2.3 2.6-4.2 14.3-2.3 14.3c.6 0 2.5.4 4.3.9c3.2.9 3.2.7 3.2-11.6c0-7.4-.6-12.4-1.4-12.4s-1.5 1.4-1.5 3.2m-64.2 22.4l-4.3 2.3l3.3 2.6c4.3 3.5 5.9 3.5 5.9 0c0-1.6.4-3.8.9-5.1c1.1-2.8-.5-2.8-5.8.2m10.7-.1c0 1.4-.4 4.2-.9 5.9c-.7 2.5-.3 3.3 1.4 3.3c2 0 2.3-.9 1.4-5.5c-1-6.1-1.9-7.8-1.9-3.7m6.9 2c.7 5.5 2.2 6.4 6.1 4c3.9-2.5 3.6-3.6-1.4-6.2c-5.5-2.9-5.4-2.9-4.7 2.2m-26.9 7.9c-2.5 5.4-2.2 6.2 1.9 5.4c4.6-.9 5.6-2.5 3.6-6.1c-2-3.9-3.4-3.6-5.5.7m36.2-.1c-1.7 4-1.4 4.3 4.5 5.8c3.9.9 3.9.9 2-3.8c-2.5-5.9-4.5-6.5-6.5-2m-18.8 6.1c-6.1 4.2-3.3 12.1 4.3 12.1c6.5 0 9-6.7 4-11.6c-3.4-3.4-4.1-3.4-8.3-.5m-43.7 20.1v21h31.8V227c0-3.9-1.2-6.4-5.1-10.1c-2.7-2.7-5.8-7.7-6.7-10.8c-1.6-5.1-2.5-5.9-8.4-7.7l-6.7-2l6.9-1.9c9.5-2.5 8.5-4.3-2.6-4.3h-9.4v20.9zm75.2-19.7c0 .7 3 2 6.9 3l6.8 1.9l-6.8 2c-4.2 1.3-6.9 2.9-6.9 4.2c0 1.2-1.3 4.6-2.9 7.8c-1.9 3.6-2.9 8.5-2.9 13.7v8h33.2v-6.9c0-6.4-.3-7.1-4.3-8.5c-5.4-2-5.8-6.8-1.3-12.6c1.6-2.2 2.6-4.9 2.2-6.1c-.4-1.3-.1-3.5.6-5.1c1.4-2.6.9-2.7-11.6-2.7c-7.1 0-13 .6-13 1.3m32.3 1.4c-2 1.6-3.3 4.3-3.3 6.7c0 2.2-1.3 5.5-2.9 7.7c-4.2 5.2-1.4 7.7 4 3.6c3.5-2.6 5.5-2.9 13.7-2.3c12.3 1 14-.3 14-10.6v-7.8h-11.1c-8.8.1-12 .7-14.4 2.7m-80 3.1c-1.9 1.2-1.9 1.4.3 1.4c1.3 0 3.3.4 4.6.9c1.6.6 2.3.1 2.3-1.4c0-2.7-3.9-3.1-7.2-.9m31.8.8c0 1.7.9 2.2 3.3 1.4c1.7-.4 4.2-.9 5.4-1c1.2 0 .6-.7-1.4-1.3c-5.7-1.8-7.3-1.5-7.3.9m-34.7 6.3c0 2.2 3.2 8.8 4.3 8.8c1.2 0 5.1-7.1 4.2-7.8c-1.6-1.3-8.5-2.2-8.5-1m39.5-.3c-3.9.7-4 1.6-1 5.9c2.6 3.9 4 3.2 6.1-2.6c1.7-4.6 1.5-4.6-5.1-3.3m-18.7 8.5c.4 1.3.9 3.6 1 5.4c0 3 .1 3 1.3.3c2-4.6 1.6-8-.9-8c-1.5 0-2 .7-1.4 2.3m-11 1.2c-3.5 2.6-3.3 3.3 1.9 5.9c5.4 2.9 5.9 2.5 4.8-3.3c-1-4.9-2.8-5.7-6.7-2.6m20-.3c-2.7 8.8-2.5 9.3 3.5 6.2c5.1-2.6 5.2-3.3 1.9-5.9c-3.4-2.5-4.8-2.5-5.4-.3m52.1 3.9c-1.4 1.6-2.3 5.2-2.3 9.3v6.8h29V214l-12.1-.3c-10.2-.2-12.9.3-14.6 2.3m17.9 5.8c0 5.6-1.3 8.8-3.8 8.8s-2.5-.6-.4-7.7c1.7-6.3 4.2-7.1 4.2-1.1m-66.1 1.1c-11.3 5.2-10.8 9.1.9 9.1h8.5l-.4-5.9c-.6-7.4-.2-7.2-9-3.2m-25 4.1c0 4.9.1 5.1 5.8 5.1c5.2 0 5.6-.3 4.6-3c-.7-1.7-3.3-3.9-5.8-5.1l-4.6-1.9zm-33.3 8.7c0 1.2 1.9 3 4.2 4.3c2.5 1.2 5.4 3.6 6.5 5.4c2.2 2.9 2.3 3 4.9.7c3.6-3.3 7.8-3 12.4.6l3.8 2.9v-16.1h-15.9c-13 0-15.9.4-15.9 2.2m33.6 13.8c.4 13.6 1 16.3 3.2 17.5c1.7 1 3 1 4.2-.1c2.2-2.2 9-2 11 .3c2.9 3.6 13 7.5 14.9 5.6c1.7-1.7.3-11.9-1.7-11.9c-1.9 0-1.9-3.9 0-4.6c1.6-.4 3.2-17.6 1.9-21c-.4-1.3-3.5-1.9-9.1-1.9c-8.2 0-8.4 0-9.4 4.6l-1 4.8l-1.3-4.8c-1.3-4.2-1.9-4.6-7.2-4.6h-5.8zm25.4 7.4c-.9 2.3-11.6 4.2-13.5 2.5c-2.2-2.2 2-4.2 8.4-4.2c4 0 5.4.6 5.1 1.7m10.4-11.7c0 9.5.6 12.4 2.9 15.3c3 3.9 2.6 6.9-.9 5.6c-1.4-.6-2 .4-2 3.3c0 4.5 2.6 5.9 10.6 5.9c4.5 0 5.2-2.2 1-3.3c-1.6-.4-2.9-1.4-2.9-2.3c0-2.9 7.2-1.7 10.6 1.6c3 3 4.6 3.3 11.9 2.7c1.9-.1 2.2-3.5 2.2-20.4v-20.2H363zm28.5-4.9c.7 2.2-11 5.5-12.9 3.6c-1.4-1.4 1-3.9 5.4-5.1c4.2-1 6.9-.5 7.5 1.5m-17 13.6q-3.3 9.75-5.1 5.1c-1.3-3.3 3.3-13.5 5.4-11.4c.8.8.7 3.1-.3 6.3m23.2-19c0 1.9 4.3 1.9 7.2 0c1.6-1 1-1.4-2.5-1.4c-2.5 0-4.7.6-4.7 1.4m12.3-.1c1.2 1.9-5.1 5.9-9.1 5.9c-3.3 0-3.3.1-2.9 16.9l.4 17.1l7.7.4c8.2.4 9.4-1 3.9-5.2c-5.1-4-4.9-10 .4-12c2.2-.9 6.7-3 10.1-4.6l6.1-3.2v-16.6h-8.8c-4.9 0-8.3.6-7.8 1.3m-116.1 25l.4 14.9l15.6.1c14.2.3 15.5 0 15.5-2.3c0-1.6-.7-3.2-1.6-3.8c-1-.6-1.3-3.2-.9-6.5c.6-4.2 0-6.5-2.2-9.3c-3.3-4.3-5.2-4.5-11.3-1.2l-4.5 2.6l-3.9-4.8c-6.5-7.8-7.5-6.3-7.1 10.3m125.5-.1c-2.7 1.4-5.8 2.7-6.8 2.7c-2.9 0-2.3 1.4 1.7 4.6c2 1.6 3.6 3.6 3.6 4.8c0 1 2 2.6 4.3 3.5l4.3 1.4v-10.1c.2-11 .2-11-7.1-6.9m-81.8 11.5c-.4.9-3.2 1.3-5.8 1c-5.1-.6-6.7.7-2.6 2.3c3 1.2 16.5 1.2 16.5 0s-4.6-4.8-6.1-4.9c-.6 0-1.4.8-2 1.6m-44 21.6c0 8.7.4 15.9 1.2 15.9c6.7 0 27.3-4.9 28.9-6.8c1-1.4 1.7-6.9 1.7-13.7v-11.3h-31.8zm33.3-6.2c.1 9.5.1 9.7 2.3 5.8c3.2-5.8 5.8-4.8 9.4 4c3.5 8.2 3.2 8.1 16.6 10.1l5.9.9l-.4-5.5c-.3-3-.4-5.9-.4-6.4c-.1-.6-2.2-1.7-4.6-2.7c-4.3-1.9-4.5-2.2-3.9-9l.7-6.9h-25.6zm29.8-5.2c-1.3 6.4-1.2 7.1 1.2 7.1c2.6 0 3.3-2.2 2.6-7.5c-.9-5.4-2.7-5.3-3.8.4m6.3 1.8c0 4.5 1.2 7.8 3.9 11.9c2.2 3 3.9 7.5 3.9 10c.1 4.2.6 4.3 9.1 5.9l8.8 1.6l3.8-5.6c4.6-7.1 5.2-16.3 1-17.5c-3.5-.9-8-7.5-6.5-9.8c.7-1.3 2.3-.3 5.2 3l4 4.9v-10.8H363zm34.7 5.5c0 9.7.6 13.2 3.2 18.1c3.6 6.8 5.1 7.2 19.1 5.4l6.7-1V283l-6.5-3c-4.2-1.9-9.4-3-14.5-3h-8zm17 3.7c.9 2.6-2 3.5-7.5 2.5c-2.9-.4-5.1-1.7-5.1-2.9c0-2.5 11.8-2.1 12.6.4M363 303.6c0 2.2.6 3.5 1.4 2.9c.9-.4 1.4-1.7 1.4-2.9s-.6-2.5-1.4-2.9c-.8-.5-1.4.8-1.4 2.9M57.9 117.8c0 8.1 6.8 6.5 11.4-2.6c1.6-3 1.4-3.2-4.9-3.2h-6.5zm385.5-1.6c2 3.5 7.4 7.4 10 7.4c.4 0 .7-2.6.7-5.8V112H441zm-412 8.5c-2.3 2.5-2.5 13.6-2.5 129.4c0 71.9.6 126.8 1.3 126.8c4.9 0 4.9-2.5 5.1-131.6c.1-70-.3-127.3-.7-127.3c-.5.1-1.9 1.3-3.2 2.7m445.9 124.8c0 128 .1 131.5 4.6 131.5c.6 0 1.2-57.1 1.2-127c0-125.3 0-127.1-2.9-129.7s-2.9-2.5-2.9 125.2M14.8 145.7l-4.6 4.8V353l5.1 4.9l5.1 4.9V251.9c0-61-.1-110.9-.4-110.9c-.5-.1-2.6 2.1-5.2 4.7m477 105.9v111.2l5.1-4.9l5.1-4.9V150.2l-5.1-4.9l-5.1-4.9zM244.7 150.5c-4.8 3.5.4 6.4 11.3 6.4c10.6 0 15.3-2.6 11.7-6.2c-2.3-2.4-19.9-2.5-23-.2m.3 88c-4.3 3.5.7 6.5 11 6.5c5.1 0 9.3-.9 11-2.2c4.3-3.5-.7-6.5-11-6.5c-5.1.1-9.3.9-11 2.2m-1 83.8c-1.4 3.6 2.3 5.2 12.1 5.2c9.7 0 14.3-2.2 12.1-5.8c-1.4-2.3-23.3-1.9-24.2.6M58.4 349.6c-.4 1.2-.6 4.3-.3 7.1c.4 4.6.6 4.8 6.2 4.3c7.4-.7 7.7-1 4.2-5.6c-4.4-5.9-8.9-8.5-10.1-5.8m387.6 3.1c-6.1 6.1-6.2 8.1-.7 8.1c2.3 0 5.2.4 6.5.9c1.9.7 2.3-.3 2.3-6.5c0-8.9-1.4-9.2-8.1-2.5m-276.8 4.7c-2.7.3-14.8 1.9-26.8 3.5c-37.7 5.1-67.7 8.4-76.7 8.5c-8.2.1-9 .4-16.6 7.2l-8 7.1l21.1.1h21.1l-.6-3.5c-.7-3.2-.1-3.6 5.5-4.3c3.5-.4 19.1-2.5 34.6-4.3c46.4-5.9 59.4-7.1 72.2-6.1c13.2 1 30.2 6.1 39.1 11.6c5.1 3.3 11.7 3.8 11.7 1c0-1.9-12.6-10.3-20.8-14c-14.4-6.6-34.7-9.1-55.8-6.8m134.7 1.3c-13.9 3-37.7 15.3-37.7 19.5c0 3 6.7 2 14.8-2.3c22.6-12 44.4-13 102.4-5.4c18.7 2.6 36.7 4.9 40.1 5.5c6.9.9 8.8 2.6 6.2 5.6c-1.6 1.9 1 2.2 19.7 2.2l21.6-.1l-7.8-6.9l-8-6.9l-15.9-1c-8.8-.6-28.1-2.6-42.8-4.6c-62-8.6-75.4-9.3-92.6-5.6m-298.1 20c0 29.1.7 29.8 31.4 29.8h20l-7.5-7.5c-7.4-7.4-7.7-7.5-18.1-8.2l-10.6-.9l-.4-9.5c-.4-9.3-.6-9.7-7.5-16.5l-7.2-7.1v19.9zm13.4 17.1c1 3-.6 5.5-3.3 5.5c-1.4 0-2.9-.9-3.3-1.9c-1-2.9.6-5.4 3.3-5.4c1.5 0 2.9.9 3.3 1.8m479.3-29.5c-6.7 6.7-6.8 7.1-6.8 15.8c0 10.6.1 10.4-12.3 11.1c-9.5.4-9.8.7-17.2 8l-7.4 7.5l22.1-.4l22.3-.4l3.5-4c3.3-3.9 3.5-5.1 3.5-24.3c0-11-.1-20.1-.4-20.1c-.2-.2-3.5 3-7.3 6.8m1.2 31.3c0 1.9-1.2 3-3.2 3.3c-2.7.4-3.3-.1-3.3-3.3s.6-3.8 3.3-3.3c2 .3 3.2 1.5 3.2 3.3m-327.6-24.4c-3.6.4-14 1.6-23.1 2.9c-26.5 3.3-49.5 6.2-55 6.8c-2.7.3 26.9.6 65.8.7c62.5.1 70.4 0 67.3-1.9c-10.9-6.3-36.2-10.2-55-8.5m138.9.4c-8.7 1.3-20.4 4.8-26 8.1c-3.2 1.9 5.2 2 68 1.9c39.3-.1 69.3-.4 66.5-.7c-5.4-.6-27.9-3.3-55-6.8c-22-2.9-43.7-3.8-53.5-2.5M52.9 393.9c-.4.6 1.2 2.9 3.5 5.1l4.3 3.8h155.8l-.9-4.8l-1-4.6l-80.6-.3c-44.2-.2-80.8.1-81.1.8m169.8 2.4c0 1.6 1.4 5.2 3.3 7.8c13 19.2 59.3 14.8 62.6-5.9c.9-4.8.6-5.1-3-4.9c-2.5.1-4.5 1.4-5.5 3.6c-3.8 7.4-8.8 9.4-23.1 9.4c-15.2 0-20.8-2-24.2-8.7c-2.7-5.5-10.1-6.5-10.1-1.3m74.5-1.8c-.3.9-.7 3.2-1.2 4.9l-.7 3.3h156.8l3.9-4c2.2-2.2 3.9-4.5 3.9-5.1c0-1.9-162-1.2-162.7.9");
|
|
3
|
+
opacity: var(--svg-opacity--0-4, 0.4);
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ys_vvx_-d {
|
|
2
|
+
fill: var(--svg-color--f22b29, #f22b29);
|
|
3
|
+
d: path("M144.9 232.6c-17.3-15.9-37.5-24.5-59.9-24.5c-21.6 0-44.7 4.3-59.9 21.6S0 267.2 0 290.3s8.7 44 24.5 63.5C43.3 369.6 60.6 379 84.4 379s43.3-8.7 59.9-24.5c15.9-18 24.5-37.5 24.5-60.6c.7-24.6-6.5-45.5-23.9-61.3M84.4 346.5c-30.3 0-55.5-24.5-55.5-55.5c0-30.3 24.5-55.5 55.5-55.5c30.3 0 55.5 24.5 55.5 55.5s-24.5 55.5-55.5 55.5");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "selfhst",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "selfh.st/icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 6984,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "selfh.st",
|
|
8
8
|
"url": "https://github.com/selfhst/icons"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"category": "Logos",
|
|
24
24
|
"palette": true
|
|
25
25
|
},
|
|
26
|
-
"lastModified":
|
|
26
|
+
"lastModified": 1784091702
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-solid/selfhst",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/selfhst/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC-BY-4.0",
|
|
@@ -2754,6 +2754,18 @@
|
|
|
2754
2754
|
"types": "./types/vn2rmosy.d.ts",
|
|
2755
2755
|
"default": "./components/b/bulwark-light.jsx"
|
|
2756
2756
|
},
|
|
2757
|
+
"./bumpsight": {
|
|
2758
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
2759
|
+
"default": "./components/b/bumpsight.jsx"
|
|
2760
|
+
},
|
|
2761
|
+
"./bumpsight-dark": {
|
|
2762
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
2763
|
+
"default": "./components/b/bumpsight-dark.jsx"
|
|
2764
|
+
},
|
|
2765
|
+
"./bumpsight-light": {
|
|
2766
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
2767
|
+
"default": "./components/b/bumpsight-light.jsx"
|
|
2768
|
+
},
|
|
2757
2769
|
"./bunkerweb": {
|
|
2758
2770
|
"types": "./types/vn2rmosy.d.ts",
|
|
2759
2771
|
"default": "./components/b/bunkerweb.jsx"
|
|
@@ -8886,6 +8898,18 @@
|
|
|
8886
8898
|
"types": "./types/vn2rmosy.d.ts",
|
|
8887
8899
|
"default": "./components/g/grimoire.jsx"
|
|
8888
8900
|
},
|
|
8901
|
+
"./grimoire-ttrpg": {
|
|
8902
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
8903
|
+
"default": "./components/g/grimoire-ttrpg.jsx"
|
|
8904
|
+
},
|
|
8905
|
+
"./grimoire-ttrpg-dark": {
|
|
8906
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
8907
|
+
"default": "./components/g/grimoire-ttrpg-dark.jsx"
|
|
8908
|
+
},
|
|
8909
|
+
"./grimoire-ttrpg-light": {
|
|
8910
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
8911
|
+
"default": "./components/g/grimoire-ttrpg-light.jsx"
|
|
8912
|
+
},
|
|
8889
8913
|
"./grist": {
|
|
8890
8914
|
"types": "./types/vn2rmosy.d.ts",
|
|
8891
8915
|
"default": "./components/g/grist.jsx"
|
|
@@ -12134,6 +12158,18 @@
|
|
|
12134
12158
|
"types": "./types/vn2rmosy.d.ts",
|
|
12135
12159
|
"default": "./components/l/lidbrainz-light.jsx"
|
|
12136
12160
|
},
|
|
12161
|
+
"./lightningrod": {
|
|
12162
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
12163
|
+
"default": "./components/l/lightningrod.jsx"
|
|
12164
|
+
},
|
|
12165
|
+
"./lightningrod-dark": {
|
|
12166
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
12167
|
+
"default": "./components/l/lightningrod-dark.jsx"
|
|
12168
|
+
},
|
|
12169
|
+
"./lightningrod-light": {
|
|
12170
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
12171
|
+
"default": "./components/l/lightningrod-light.jsx"
|
|
12172
|
+
},
|
|
12137
12173
|
"./limesurvey": {
|
|
12138
12174
|
"types": "./types/vn2rmosy.d.ts",
|
|
12139
12175
|
"default": "./components/l/limesurvey.jsx"
|
|
@@ -16646,6 +16682,18 @@
|
|
|
16646
16682
|
"types": "./types/vn2rmosy.d.ts",
|
|
16647
16683
|
"default": "./components/o/oikos-light.jsx"
|
|
16648
16684
|
},
|
|
16685
|
+
"./okd": {
|
|
16686
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
16687
|
+
"default": "./components/o/okd.jsx"
|
|
16688
|
+
},
|
|
16689
|
+
"./okd-dark": {
|
|
16690
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
16691
|
+
"default": "./components/o/okd-dark.jsx"
|
|
16692
|
+
},
|
|
16693
|
+
"./okd-light": {
|
|
16694
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
16695
|
+
"default": "./components/o/okd-light.jsx"
|
|
16696
|
+
},
|
|
16649
16697
|
"./old-navy": {
|
|
16650
16698
|
"types": "./types/vn2rmosy.d.ts",
|
|
16651
16699
|
"default": "./components/o/old-navy.jsx"
|
|
@@ -17250,6 +17298,18 @@
|
|
|
17250
17298
|
"types": "./types/vn2rmosy.d.ts",
|
|
17251
17299
|
"default": "./components/o/opensearch-light.jsx"
|
|
17252
17300
|
},
|
|
17301
|
+
"./openshift": {
|
|
17302
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
17303
|
+
"default": "./components/o/openshift.jsx"
|
|
17304
|
+
},
|
|
17305
|
+
"./openshift-dark": {
|
|
17306
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
17307
|
+
"default": "./components/o/openshift-dark.jsx"
|
|
17308
|
+
},
|
|
17309
|
+
"./openshift-light": {
|
|
17310
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
17311
|
+
"default": "./components/o/openshift-light.jsx"
|
|
17312
|
+
},
|
|
17253
17313
|
"./openspeedtest": {
|
|
17254
17314
|
"types": "./types/vn2rmosy.d.ts",
|
|
17255
17315
|
"default": "./components/o/openspeedtest.jsx"
|
|
@@ -17370,6 +17430,18 @@
|
|
|
17370
17430
|
"types": "./types/vn2rmosy.d.ts",
|
|
17371
17431
|
"default": "./components/o/opentofu-light.jsx"
|
|
17372
17432
|
},
|
|
17433
|
+
"./opentogethertube": {
|
|
17434
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
17435
|
+
"default": "./components/o/opentogethertube.jsx"
|
|
17436
|
+
},
|
|
17437
|
+
"./opentogethertube-dark": {
|
|
17438
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
17439
|
+
"default": "./components/o/opentogethertube-dark.jsx"
|
|
17440
|
+
},
|
|
17441
|
+
"./opentogethertube-light": {
|
|
17442
|
+
"types": "./types/vn2rmosy.d.ts",
|
|
17443
|
+
"default": "./components/o/opentogethertube-light.jsx"
|
|
17444
|
+
},
|
|
17373
17445
|
"./openttd": {
|
|
17374
17446
|
"types": "./types/vn2rmosy.d.ts",
|
|
17375
17447
|
"default": "./components/o/openttd.jsx"
|
package/css/a/azzuyibgx.css
DELETED
package/css/c/cgrtrccko.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.cgrtrccko {
|
|
2
|
-
fill: var(--svg-color--f18c60, #f18c60);
|
|
3
|
-
d: path("M156.8 134.3c3.2 0 6.4-.1 9.6-.1q10.05-.15 20.1 0c10.2.1 20.4-.2 30.6-.5c50.3-.5 50.3-.5 64.3 11.5c7.2 8.8 12.6 17.4 18 27.4c3.1 4 6.2 7.9 9.4 11.7c50.3 63.1 50.3 63.1 50.3 76.4c9.3 3.1 18.7 6.2 28.3 9.4c-.5-3-1-6.1-1.6-9.2c-.6-4.3-1.1-8.5-1.6-12.8c-.3-2.4-.6-4.8-1-7.2c-1.4-18-1.4-18 4.9-26.2c21-16.5 48.8-19.3 74.7-16.9c17.4 3.8 34.4 9.2 47.2 22c.7 9.2.7 9.2.6 20.9v6.3c0 6.6-.1 13.2-.2 19.8c0 4.4-.1 8.9-.1 13.3l-.3 34.1c0 9.6.2 19.2.4 28.8c.2 11 .3 21.9.5 32.9c.1 5.8.2 11.6.3 17.3c.2 8.3.3 16.7.3 25c.1 2.6.2 5.1.2 7.8c0 13.6-.5 18.6-9.3 29.7c-7.2 5.6-12.1 8.7-20.8 11.2c-8.7 2.9-13.1 4.9-20.4 10.8c-23.8 19-51 18.2-80.2 15.7c-13.1-3-23.4-8.2-34.6-15.7c-7.4-.9-14.8-1.4-22.2-1.8c-21.2-1.1-21.2-1.1-28.1-4.5c-5.8.3-11.5.8-17.3 1.3c-24.3 2.1-48.4 2.5-72.8 2.6c-7.4 0-14.8.1-22.2.2c-56.1.4-109.9-12-152.3-51.2C8.3 398.8-.5 374 0 339.7C4.2 275.5 54.9 214.5 96.3 169c5.1-5.8 5.1-5.8 9.6-12.2c14.9-19.9 26.7-22.7 50.9-22.5m42.8-117c12.2 1.6 15.9 7.3 23.8 16.5c2.5 2.8 5 5.7 7.5 8.6c5.6 7.5 5.6 7.5 5.6 13.8c14 2.1 21.3 2.7 33.2-5.5c5.3-4.5 10.5-9.1 15.6-13.9c9-6.7 15.6-7.9 26.7-9c4.1 11.4 3.1 15.8-1.4 27.3c-2.2 4.3-4.4 8.6-6.7 12.8c-1.1 2.1-2.1 4.2-3.2 6.3c-2.2 4.2-4.4 8.4-6.7 12.5c-2.7 4.8-5.3 9.6-7.7 14.5c-10.9 19.3-10.9 19.3-22.3 23.6c-8.6 1.1-16.9 1.3-25.6 1.1c-3.1 0-6.3.1-9.5.1c-6.6 0-13.2 0-19.8-.2c-10.1-.2-20.1 0-30.2.2c-6.4 0-12.9-.1-19.3-.1c-3 .1-6 .1-9.1.2c-13-.4-20.9-1.1-30.8-10.1c-5.7-7.2-10.6-14.3-15.3-22.2c-1.2-2-2.5-4.1-3.7-6.2c-3.1-5.4-5.9-11-8.7-16.7c-1.8-3.6-3.7-7.3-5.6-11.1c-3.9-9.7-5.3-15.6-4-25.9C85.6 31 85.6 31 93.8 30c16 1.6 25.8 10.3 38.5 19.6c8.3 5.8 14.3 9.7 24.5 10.2c10.2-4.9 14.4-11.5 20.7-20.8c2.2-3.1 4.3-6.3 6.5-9.5c1.7-2.6 3.5-5.1 5.3-7.8c3.2-3.2 3.2-3.2 10.3-4.4");
|
|
4
|
-
}
|
package/css/d/d31zr2qws.css
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
.d31zr2qws {
|
|
2
|
-
d: path("M81.7 57.8V22.6H46.5v35.2zm383.8 0V22.6h-35.2v35.2zM430.3 61v92.7l-61.7-30.9V61h-17.4v2c-78.5-79.5-103.5-88.2-190.6 0v-2h-17.4v61.8l-61.7 30.8V61h-35v415.9c38.4 0 38.4 0 38.4 35.2h342.3c0-35.2 0-35.2 38.4-35.2V61zm-103.6 1.9H185.4c63.5-62.1 81.9-58.7 141.3 0m-166 70.6v-20.1h190.6v20.1l59.6 29.8H101.1zM92.5 307H301v48.5H92.5zm296.6 135.8H92.5v-47.1h296.6zm33.6-178.3H92.5v-48.7h330.2zm7.6-101.2");
|
|
3
|
-
}
|
package/css/g/gjern-b7y.css
DELETED
package/css/j/jbnrc4b8f.css
DELETED
package/css/l/lrtlntrje.css
DELETED
package/css/r/r5f2cmbde.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.r5f2cmbde {
|
|
2
|
-
fill: var(--svg-color--fff, #fff);
|
|
3
|
-
d: path("M189.4 226.1h22V245c9.3 1 18.7 2.1 28.3 3.1c3 12.1 2.9 16.7 0 28.3c-2.6-.8-2.6-.8-5.3-1.5c-8-1.8-15.2-2-23.4-2h-8.3c-7.2 0-7.2 0-13.3 3.6c-.1 6-.1 6 3.1 12.6c7.2 4.1 13.9 7.5 21.4 10.8c15.1 6.6 26.4 12.5 35.2 26.9c3.1 14.6 2.1 27.5-4.9 40.7c-7.7 6.5-7.7 6.5-19.3 10.8c-3.4 1.7-6.9 3.4-10.4 5.1c-3.3 11.3-3.3 11.3-3.1 22h-22v-22c-3.3.1-6.6.3-10 .4c-11.2-.4-17.8-1.9-27.7-6.7c2.8-18.1 2.8-18.1 6.3-25.2c2.2.5 4.4 1 6.7 1.6c9.3 1.6 17.8 1.9 27.3 1.8c3.1 0 6.1-.1 9.3-.1c2.3 0 4.6-.1 7-.1c1-5.2 2.1-10.4 3.1-15.7c-10.1-7.1-18.6-12.5-30.1-17.1c-12.3-5.6-18.7-9.5-26.5-20.6c-2.9-15.3-2.4-27.3 5.5-40.9c10-8.8 15.7-12.6 29.1-12.6zm305.1-6.3c3.1 8.5 3.1 8.5 3.1 15.7c-23.6 12.6-45.7 15.2-72.3 12.6c-10.1-3.2-19.1-7.4-28.3-12.6v-12.6c29.6-16.2 67.1-19.4 97.5-3.1m-160.8 49.5c2.5-.1 5-.1 7.5-.2c15.8-.1 26.2 2 40 10.4c0 7.3 0 7.3-3.1 15.7c-23.4 13.6-54.1 13.4-80.2 7.7c-5.9-2.2-5.9-2.2-14.2-7.7c-2.9-6.9-2.9-6.9-3.1-12.6c16.7-13.7 32.2-13.2 53.1-13.3m119.9 79.4c2.2 6.6 2.2 6.6 3.1 12.6c-18.6 16.3-46.8 16.9-70.6 15.3c-14-1.8-22.4-6.5-33.2-15.3c3.1-7.9 4.8-11.8 12.5-15.9c29.8-8.6 60-11.5 88.2 3.3m-97.5 31.5c3.7.8 3.7.8 7.6 1.5c13.8 2 27.2 2.1 41.2 2h7.9c14 0 27.1-.8 40.9-3.6c1.6 6.2 1.6 6.2 3.1 12.6c-26.9 14.1-53.6 16.7-83.6 10c-9.6-3.3-14.4-5.1-20.2-13.2c1-3 2-6.1 3.1-9.3m0 50.3c3.8 1.5 3.8 1.5 7.7 3.1c13.5 3.8 25.4 4.1 39.3 4c2.4 0 4.9 0 7.4.1c15.5-.1 28.4-2.2 43.2-7.2c1.6 6.2 1.6 6.2 3.1 12.6c-25.6 13.7-54.2 17.4-82.8 10.9c-8.8-3.4-14-6.7-19.2-14.6l-1.8-5.7c1-1.1 2-2.1 3.1-3.2M397 273.2c2.5 1 5 2.1 7.6 3.1c14 3.9 26.5 4 41 3.8h7.8c15.1-.1 29.4-1.2 44.3-3.7c-.9 5.9-.9 5.9-3.1 12.6c-27 14.3-56.7 11.8-85.7 5.1c-5.5-2-5.5-2-11.8-8.3c-.1-4.1-.1-8.3-.1-12.6m-44.1 185.6c24 2.8 24 2.8 34.6 6.3c23.5 1.9 46.1-1.9 69.2-6.3c-1 5.9-1 5.9-3.1 12.6c-16.4 9.3-31.9 10.4-50.5 10.6c-2.1 0-4.2.1-6.4.1c-15.9-.1-26.7-3.5-40.6-10.7c-3-6.9-3-6.9-3.2-12.6M397 301.6c1.8.5 3.7.9 5.6 1.4c32.5 7.4 62.8 6.6 95.1-1.4v12.6c-26.4 13-55.9 13.3-84.4 6.6c-9.9-3.5-9.9-3.5-16.2-9.8c-.1-3.1-.1-6.2-.1-9.4m-116.4 6.2c3.8 1 7.7 2.1 11.6 3.1c29.9 6.6 59.6 4.3 89.1-3.1v12.6c-26.4 13-55.9 13.3-84.4 6.6c-9.9-3.5-9.9-3.5-16.2-9.8c-.1-3-.1-6.2-.1-9.4M397 251.2c5.3.8 5.3.8 10.8 1.5c14.4 1.8 28.6 2.1 43.1 2h7.4c13.5 0 26.1-.9 39.4-3.6v9.4c-30.5 14.9-58.2 14.1-91.2 6.3c-3.1-2.1-6.2-4.2-9.4-6.3c-.1-3-.1-6.1-.1-9.3m-40.9 157.3c3.9 1 7.8 2.1 11.8 3.1c30.1 6.6 59.1 3.4 88.9-3.1c-2 5.9-2 5.9-6.3 12.6c-15.4 7.4-30.5 7.3-47.2 7.3c-2.5.1-4.9.1-7.4.2c-15.6 0-26-2.2-39.7-10.6c-.1-3.2-.1-6.3-.1-9.5M280.6 333l9.4 3c12.5 3.6 24.6 4.5 37.5 5.2c2.2.1 4.3.2 6.5.4c5.2.3 10.5.6 15.7.8c-2.1 5.2-4.2 10.4-6.3 15.7c-22 1.1-40.1 1.1-59.8-9.4c-3-8.4-3-8.4-3-15.7m0 78.6c3.9 1.5 3.9 1.5 7.9 3c12 3.6 23.4 4.7 35.8 5.2c2.2.1 4.3.2 6.6.4c5.3.3 10.6.6 15.9.8c-1 5.2-2.1 10.4-3.1 15.7c-19.5.6-38 .1-56.6-6.3l-6.3-6.3c-.2-4-.2-8.2-.2-12.5m0-25.1c18.1 2.8 18.1 2.8 25.2 6.3c6.9.7 13.9 1.3 20.8 1.8c3.7.3 7.5.5 11.3.8c4.3.3 4.3.3 8.7.6c-2.1 4.2-4.2 8.3-6.3 12.6c-43.5 1.7-43.5 1.7-59.8-9.4c.1-4.3.1-8.4.1-12.7m0-25.2c2.6.5 5.2.9 7.9 1.4c11.9 1.9 23.8 3.6 35.8 5.1c2.2.3 4.3.6 6.6.9l15.9 2.1c-1 4.2-2.1 8.3-3.1 12.6c-20.1.7-37.4-.1-56.6-6.3l-6.3-6.3c-.2-3.2-.2-6.3-.2-9.5m0 78.6c1.9.4 3.7.8 5.7 1.3c20.1 4.3 39.9 6.7 60.4 8.2c-2.1 4.2-4.2 8.3-6.3 12.6c-19.1.7-35.5.5-53.5-6.3l-6.3-6.3zm217-110c-.6 5.9-.6 5.9-3.1 12.6c-10.4 5.8-19.7 8.1-31.5 6.3c-5.2-6.4-5.2-6.4-9.4-12.6c5-1.1 10-2.1 14.9-3.1c2.8-.6 5.5-1.2 8.4-1.8c8.2-1.4 8.2-1.4 20.7-1.4m0 103.8c-.7 5.9-.7 5.9-3.1 12.6c-6.5 3.3-6.5 3.3-14.4 5.5c-3.9 1.1-3.9 1.1-7.9 2.3c-3 .8-3 .8-6.1 1.6c-1-3.1-2.1-6.2-3.1-9.4c3.1-6.3 3.1-6.3 13.8-9.8c11.4-2.8 11.4-2.8 20.8-2.8m0-78.7c-.8 5.9-.8 5.9-3.1 12.6c-5.6 3.3-5.6 3.3-12.4 5.5c-3.4 1.1-3.4 1.1-6.8 2.3c-6 1.6-6 1.6-12.3 1.6c1-5.2 2.1-10.4 3.1-15.7C487 355 487 355 497.6 355m0 53.5c-.6 5.9-.6 5.9-3.1 12.6c-10.6 5.9-19.4 7-31.5 6.3c.4-5.9.4-5.9 3.1-12.6c11.4-5 19.1-6.3 31.5-6.3m0-28.3v12.6c-20.8 9.4-20.8 9.4-31.5 9.4c1-5.2 2.1-10.4 3.1-15.7c21.4-6.3 21.4-6.3 28.4-6.3");
|
|
4
|
-
}
|
package/css/s/se31yp7xv.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.se31yp7xv {
|
|
2
|
-
fill: var(--svg-color--fff, #fff);
|
|
3
|
-
d: path("M81.7 57.8V22.6H46.5v35.2zm383.8 0V22.6h-35.2v35.2zM430.3 61v92.7l-61.7-30.9V61h-17.4v2c-78.5-79.5-103.5-88.2-190.6 0v-2h-17.4v61.8l-61.7 30.8V61h-35v415.9c38.4 0 38.4 0 38.4 35.2h342.3c0-35.2 0-35.2 38.4-35.2V61zm-103.6 1.9H185.4c63.5-62.1 81.9-58.7 141.3 0m-166 70.6v-20.1h190.6v20.1l59.6 29.8H101.1zM92.5 307H301v48.5H92.5zm296.6 135.8H92.5v-47.1h296.6zm33.6-178.3H92.5v-48.7h330.2zm7.6-101.2");
|
|
4
|
-
}
|
package/css/s/shty-kb1d.css
DELETED
package/css/y/y9nszrbxu.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.y9nszrbxu {
|
|
2
|
-
fill: var(--svg-color--fff, #fff);
|
|
3
|
-
d: path("M86.5 60.1c-3.9-9.7-5.3-15.6-4-25.9C85.6 31 85.6 31 93.8 30c16 1.6 25.8 10.3 38.5 19.6c8.3 5.8 14.3 9.7 24.5 10.2c10.2-4.9 14.4-11.5 20.7-20.8c2.2-3.1 4.3-6.3 6.5-9.5c1.7-2.6 3.5-5.1 5.3-7.8c3.1-3.1 3.1-3.1 10.3-4.3c12.2 1.6 15.9 7.3 23.8 16.5c2.5 2.8 5 5.7 7.5 8.6c5.6 7.5 5.6 7.5 5.6 13.8c14 2.1 21.3 2.7 33.2-5.5c5.3-4.5 10.5-9.1 15.6-13.9c9-6.7 15.6-7.9 26.7-9c4.1 11.4 3.1 15.8-1.4 27.3c-2.2 4.3-4.4 8.6-6.7 12.8c-1.1 2.1-2.1 4.2-3.2 6.3c-2.2 4.2-4.4 8.4-6.7 12.5c-2.7 4.8-5.3 9.6-7.7 14.5c-10.9 19.3-10.9 19.3-22.3 23.6c-8.6 1.1-16.9 1.3-25.6 1.1c-3.1 0-6.3.1-9.5.1c-6.6 0-13.2 0-19.8-.2c-10.1-.2-20.1 0-30.2.2c-6.4 0-12.9-.1-19.3-.1c-3 .1-6 .1-9.1.2c-13-.4-20.9-1.1-30.8-10.1c-5.7-7.2-10.6-14.3-15.3-22.2c-1.2-2-2.5-4.1-3.7-6.2c-3.1-5.4-5.9-11-8.7-16.7c-1.8-3.5-3.6-7.2-5.5-10.9M512 426c0 13.6-.5 18.6-9.3 29.7c-7.2 5.6-12.1 8.7-20.8 11.2c-8.7 2.9-13.1 4.9-20.4 10.8c-23.8 19-51 18.2-80.2 15.7c-13.1-3-23.4-8.2-34.6-15.7c-7.4-.9-14.8-1.4-22.2-1.8c-21.2-1.1-21.2-1.1-28.1-4.5c-5.8.3-11.5.8-17.3 1.3c-24.3 2.1-48.4 2.5-72.8 2.6c-7.4 0-14.8.1-22.2.2c-56.1.4-109.9-12-152.3-51.2C8.3 398.8-.5 374 0 339.7C4.2 275.5 54.9 214.5 96.3 169c5.1-5.8 5.1-5.8 9.6-12.2c14.9-19.9 26.8-22.6 51-22.4c3.2 0 6.4-.1 9.6-.1q10.05-.15 20.1 0c10.2.1 20.4-.2 30.6-.5c50.3-.5 50.3-.5 64.3 11.5c7.2 8.8 12.6 17.4 18 27.4c3.1 4 6.2 7.9 9.4 11.7c50.3 63.1 50.3 63.1 50.3 76.4c9.3 3.1 18.7 6.2 28.3 9.4c-.5-3-1-6.1-1.6-9.2c-.6-4.3-1.1-8.5-1.6-12.8c-.3-2.4-.6-4.8-1-7.2c-1.4-18-1.4-18 4.9-26.2c21-16.5 48.8-19.3 74.7-16.9c17.4 3.8 34.4 9.2 47.2 22c.7 9.2.7 9.2.6 20.9v6.3c0 6.6-.1 13.2-.2 19.8c0 4.4-.1 8.9-.1 13.3l-.3 34.1c0 9.6.2 19.2.4 28.8c.2 11 .3 21.9.5 32.9c.1 5.8.2 11.6.3 17.3c.2 8.3.3 16.7.3 25c.2 2.5.3 5 .4 7.7m-262.9-99.3c-8.8-14.5-20.1-20.4-35.2-26.9c-7.5-3.3-14.3-6.7-21.4-10.8c-3.2-6.6-3.2-6.6-3.1-12.6c6.2-3.6 6.2-3.6 13.3-3.6h8.3c8.2 0 15.4.2 23.4 2c2.7.8 2.7.8 5.3 1.5c2.9-11.6 3-16.2 0-28.3c-9.6-1.1-19-2.1-28.3-3.1V226h-22v22c-13.4 0-19.1 3.7-29.1 12.6c-7.9 13.6-8.4 25.5-5.5 40.9c7.8 11.1 14.2 15 26.5 20.6c11.5 4.6 20 10 30.1 17.1c-1.1 5.3-2.1 10.5-3.1 15.7c-2.4 0-4.7.1-7 .1c-3.2 0-6.2.1-9.3.1c-9.4.1-18-.1-27.3-1.8c-2.3-.5-4.5-1-6.7-1.6c-3.5 7.1-3.5 7.1-6.3 25.2c9.9 4.8 16.5 6.3 27.7 6.7c3.4-.1 6.7-.3 10-.4v22h22c-.2-10.7-.2-10.7 3.1-22c3.5-1.7 7-3.4 10.4-5.1c11.6-4.3 11.6-4.3 19.3-10.8c7-13.1 8.1-26 4.9-40.6m31.5-44c.2 5.7.2 5.7 3.1 12.6c8.3 5.5 8.3 5.5 14.2 7.7c26.1 5.6 56.7 5.9 80.2-7.7c3.1-8.5 3.1-8.5 3.1-15.7c-13.8-8.5-24.3-10.5-40-10.4c-2.6.1-5 .1-7.5.2c-20.9 0-36.4-.5-53.1 13.3m0 34.6c6.3 6.3 6.3 6.3 16.2 9.8c28.5 6.6 58 6.3 84.4-6.6v-12.6c-29.5 7.4-59.2 9.7-89.1 3.1c-3.9-1.1-7.8-2.1-11.6-3.1c.1 3.1.1 6.3.1 9.4m66.1 132.1c-20.5-1.5-40.3-3.9-60.4-8.2c-1.9-.4-3.8-.8-5.7-1.3v9.4l6.3 6.3c18 6.7 34.4 7 53.5 6.3c2.1-4.2 4.2-8.4 6.3-12.5m0-28.3c-5.3-.3-10.6-.5-15.8-.8c-2.2-.1-4.4-.2-6.6-.4c-12.4-.6-23.8-1.7-35.8-5.2c-4-1.5-4-1.5-7.9-3v12.6l6.3 6.3c18.7 6.4 37.1 6.9 56.6 6.3c1.1-5.4 2.1-10.6 3.2-15.8m0-25.2c-4.4-.3-4.4-.3-8.7-.6c-3.9-.3-7.6-.5-11.3-.8c-7-.5-13.9-1-20.8-1.8c-7.1-3.5-7.1-3.5-25.2-6.3V399c16.3 11.2 16.3 11.2 59.8 9.4c2-4.2 4.1-8.3 6.2-12.5m0-25.1c-5.3-.7-10.6-1.4-15.8-2.1l-6.6-.9c-11.9-1.6-23.9-3.2-35.8-5.1c-2.7-.5-5.3-.9-7.9-1.4v9.4l6.3 6.3c19.2 6.2 36.5 7 56.6 6.3c1.1-4.2 2.1-8.4 3.2-12.5m3.1-28.4c-5.2-.3-10.5-.5-15.7-.8c-2.2-.1-4.4-.2-6.5-.4c-13-.7-25.1-1.7-37.5-5.2c-4.8-1.5-4.8-1.5-9.4-3c0 7.3 0 7.3 3.1 15.7c19.7 10.6 37.8 10.5 59.8 9.4c2-5.3 4.1-10.5 6.2-15.7m106.9 116.4c-23.1 4.4-45.7 8.2-69.2 6.3c-10.6-3.5-10.6-3.5-34.6-6.3c.2 5.7.2 5.7 3.1 12.6c13.8 7.3 24.7 10.6 40.6 10.7c2.2 0 4.3-.1 6.4-.1c18.6-.2 34.2-1.3 50.5-10.6c2.3-6.6 2.3-6.6 3.2-12.6m0-15.7c-1.6-6.4-1.6-6.4-3.1-12.6c-14.7 4.9-27.6 7.1-43.2 7.2c-2.5 0-4.9 0-7.4-.1c-13.9.1-25.8-.1-39.3-4c-3.9-1.6-3.9-1.6-7.7-3.1l-3.1 3.1l1.8 5.7c5.2 8 10.4 11.2 19.2 14.6c28.6 6.6 57.3 2.9 82.8-10.8m0-34.6c-29.8 6.6-58.8 9.7-88.9 3.1c-4-1.1-7.9-2.1-11.8-3.1v9.4c13.7 8.3 24.1 10.6 39.7 10.6c2.5-.1 5-.1 7.4-.2c16.7.1 31.8.1 47.2-7.3c4.5-6.6 4.5-6.6 6.4-12.5m0-15.7c-1.6-6.4-1.6-6.4-3.1-12.6c-13.8 2.8-26.9 3.6-40.9 3.6h-7.9c-13.9.1-27.4 0-41.2-2c-3.8-.8-3.8-.8-7.6-1.5c-1.1 3.2-2.1 6.3-3.1 9.4c5.9 8.1 10.6 9.8 20.2 13.2c30 6.6 56.7 3.9 83.6-10.1m0-31.5c-.9-5.9-.9-5.9-3.1-12.6c-28.2-14.9-58.4-12-88.2-3.3c-7.6 4.1-9.4 7.9-12.5 15.9c10.8 8.8 19.3 13.5 33.2 15.3c23.9 1.6 52.1 1 70.6-15.3m40.9 72.4c-9.4 0-9.4 0-20.8 2.8c-10.6 3.5-10.6 3.5-13.8 9.8c1.1 3.2 2.1 6.3 3.1 9.4c3.1-.8 3.1-.8 6.1-1.6c4-1.2 4-1.2 7.9-2.3c7.9-2.2 7.9-2.2 14.4-5.5c2.5-6.7 2.5-6.7 3.1-12.6m0-25.2c-12.5 0-20.1 1.3-31.5 6.3c-2.8 6.7-2.8 6.7-3.1 12.6c12 .7 20.8-.4 31.5-6.3c2.5-6.7 2.5-6.7 3.1-12.6m0-28.3c-7.1 0-7.1 0-28.3 6.3c-1.1 5.3-2.1 10.5-3.1 15.7c10.6 0 10.6 0 31.5-9.4c-.1-4.3-.1-8.5-.1-12.6m0-25.2c-10.6 0-10.6 0-31.5 6.3c-1.1 5.3-2.1 10.5-3.1 15.7c6.3 0 6.3 0 12.3-1.6c3.4-1.2 3.4-1.2 6.8-2.3c6.8-2.2 6.8-2.2 12.4-5.5c2.3-6.6 2.3-6.6 3.1-12.6m0-25.1c-12.6 0-12.6 0-20.7 1.4c-2.9.6-5.6 1.2-8.4 1.8c-5 1-10 2.1-14.9 3.1c4.3 6.2 4.3 6.2 9.4 12.6c11.8 1.9 21.1-.5 31.5-6.3c2.5-6.7 2.5-6.7 3.1-12.6m0-28.3c-32.3 8-62.6 8.7-95.1 1.4c-1.9-.5-3.7-.9-5.6-1.4v9.4c6.3 6.3 6.3 6.3 16.2 9.8c28.5 6.6 58 6.3 84.4-6.6c.1-4.3.1-8.5.1-12.6m0-25.2c-14.9 2.5-29.2 3.6-44.3 3.7h-7.8c-14.5.2-27 .2-41-3.8c-2.6-1.1-5.1-2.1-7.6-3.1v12.6c6.3 6.3 6.3 6.3 11.8 8.3c29 6.7 58.8 9.1 85.7-5.1c2.3-6.7 2.3-6.7 3.2-12.6m0-25.2c-13.3 2.7-25.9 3.6-39.4 3.6h-7.4c-14.5.1-28.7-.2-43.1-2c-5.4-.8-5.4-.8-10.8-1.5v9.4c3.2 2.1 6.3 4.2 9.4 6.3c33 7.8 60.7 8.7 91.2-6.3c.1-3.2.1-6.4.1-9.5m0-15.7c0-7.3 0-7.3-3.1-15.7c-30.4-16.3-67.9-13.1-97.5 3.1v12.6c9.2 5.2 18.3 9.3 28.3 12.6c26.6 2.6 48.7 0 72.3-12.6");
|
|
4
|
-
}
|
package/css/z/zg_yhdb2q.css
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
.zg_yhdb2q {
|
|
2
|
-
d: path("M86.5 60.1c-3.9-9.7-5.3-15.6-4-25.9C85.6 31 85.6 31 93.8 30c16 1.6 25.8 10.3 38.5 19.6c8.3 5.8 14.3 9.7 24.5 10.2c10.2-4.9 14.4-11.5 20.7-20.8c2.2-3.1 4.3-6.3 6.5-9.5c1.7-2.6 3.5-5.1 5.3-7.8c3.1-3.1 3.1-3.1 10.3-4.3c12.2 1.6 15.9 7.3 23.8 16.5c2.5 2.8 5 5.7 7.5 8.6c5.6 7.5 5.6 7.5 5.6 13.8c14 2.1 21.3 2.7 33.2-5.5c5.3-4.5 10.5-9.1 15.6-13.9c9-6.7 15.6-7.9 26.7-9c4.1 11.4 3.1 15.8-1.4 27.3c-2.2 4.3-4.4 8.6-6.7 12.8c-1.1 2.1-2.1 4.2-3.2 6.3c-2.2 4.2-4.4 8.4-6.7 12.5c-2.7 4.8-5.3 9.6-7.7 14.5c-10.9 19.3-10.9 19.3-22.3 23.6c-8.6 1.1-16.9 1.3-25.6 1.1c-3.1 0-6.3.1-9.5.1c-6.6 0-13.2 0-19.8-.2c-10.1-.2-20.1 0-30.2.2c-6.4 0-12.9-.1-19.3-.1c-3 .1-6 .1-9.1.2c-13-.4-20.9-1.1-30.8-10.1c-5.7-7.2-10.6-14.3-15.3-22.2c-1.2-2-2.5-4.1-3.7-6.2c-3.1-5.4-5.9-11-8.7-16.7c-1.8-3.5-3.6-7.2-5.5-10.9M512 426c0 13.6-.5 18.6-9.3 29.7c-7.2 5.6-12.1 8.7-20.8 11.2c-8.7 2.9-13.1 4.9-20.4 10.8c-23.8 19-51 18.2-80.2 15.7c-13.1-3-23.4-8.2-34.6-15.7c-7.4-.9-14.8-1.4-22.2-1.8c-21.2-1.1-21.2-1.1-28.1-4.5c-5.8.3-11.5.8-17.3 1.3c-24.3 2.1-48.4 2.5-72.8 2.6c-7.4 0-14.8.1-22.2.2c-56.1.4-109.9-12-152.3-51.2C8.3 398.8-.5 374 0 339.7C4.2 275.5 54.9 214.5 96.3 169c5.1-5.8 5.1-5.8 9.6-12.2c14.9-19.9 26.8-22.6 51-22.4c3.2 0 6.4-.1 9.6-.1q10.05-.15 20.1 0c10.2.1 20.4-.2 30.6-.5c50.3-.5 50.3-.5 64.3 11.5c7.2 8.8 12.6 17.4 18 27.4c3.1 4 6.2 7.9 9.4 11.7c50.3 63.1 50.3 63.1 50.3 76.4c9.3 3.1 18.7 6.2 28.3 9.4c-.5-3-1-6.1-1.6-9.2c-.6-4.3-1.1-8.5-1.6-12.8c-.3-2.4-.6-4.8-1-7.2c-1.4-18-1.4-18 4.9-26.2c21-16.5 48.8-19.3 74.7-16.9c17.4 3.8 34.4 9.2 47.2 22c.7 9.2.7 9.2.6 20.9v6.3c0 6.6-.1 13.2-.2 19.8c0 4.4-.1 8.9-.1 13.3l-.3 34.1c0 9.6.2 19.2.4 28.8c.2 11 .3 21.9.5 32.9c.1 5.8.2 11.6.3 17.3c.2 8.3.3 16.7.3 25c.2 2.5.3 5 .4 7.7m-262.9-99.3c-8.8-14.5-20.1-20.4-35.2-26.9c-7.5-3.3-14.3-6.7-21.4-10.8c-3.2-6.6-3.2-6.6-3.1-12.6c6.2-3.6 6.2-3.6 13.3-3.6h8.3c8.2 0 15.4.2 23.4 2c2.7.8 2.7.8 5.3 1.5c2.9-11.6 3-16.2 0-28.3c-9.6-1.1-19-2.1-28.3-3.1V226h-22v22c-13.4 0-19.1 3.7-29.1 12.6c-7.9 13.6-8.4 25.5-5.5 40.9c7.8 11.1 14.2 15 26.5 20.6c11.5 4.6 20 10 30.1 17.1c-1.1 5.3-2.1 10.5-3.1 15.7c-2.4 0-4.7.1-7 .1c-3.2 0-6.2.1-9.3.1c-9.4.1-18-.1-27.3-1.8c-2.3-.5-4.5-1-6.7-1.6c-3.5 7.1-3.5 7.1-6.3 25.2c9.9 4.8 16.5 6.3 27.7 6.7c3.4-.1 6.7-.3 10-.4v22h22c-.2-10.7-.2-10.7 3.1-22c3.5-1.7 7-3.4 10.4-5.1c11.6-4.3 11.6-4.3 19.3-10.8c7-13.1 8.1-26 4.9-40.6m31.5-44c.2 5.7.2 5.7 3.1 12.6c8.3 5.5 8.3 5.5 14.2 7.7c26.1 5.6 56.7 5.9 80.2-7.7c3.1-8.5 3.1-8.5 3.1-15.7c-13.8-8.5-24.3-10.5-40-10.4c-2.6.1-5 .1-7.5.2c-20.9 0-36.4-.5-53.1 13.3m0 34.6c6.3 6.3 6.3 6.3 16.2 9.8c28.5 6.6 58 6.3 84.4-6.6v-12.6c-29.5 7.4-59.2 9.7-89.1 3.1c-3.9-1.1-7.8-2.1-11.6-3.1c.1 3.1.1 6.3.1 9.4m66.1 132.1c-20.5-1.5-40.3-3.9-60.4-8.2c-1.9-.4-3.8-.8-5.7-1.3v9.4l6.3 6.3c18 6.7 34.4 7 53.5 6.3c2.1-4.2 4.2-8.4 6.3-12.5m0-28.3c-5.3-.3-10.6-.5-15.8-.8c-2.2-.1-4.4-.2-6.6-.4c-12.4-.6-23.8-1.7-35.8-5.2c-4-1.5-4-1.5-7.9-3v12.6l6.3 6.3c18.7 6.4 37.1 6.9 56.6 6.3c1.1-5.4 2.1-10.6 3.2-15.8m0-25.2c-4.4-.3-4.4-.3-8.7-.6c-3.9-.3-7.6-.5-11.3-.8c-7-.5-13.9-1-20.8-1.8c-7.1-3.5-7.1-3.5-25.2-6.3V399c16.3 11.2 16.3 11.2 59.8 9.4c2-4.2 4.1-8.3 6.2-12.5m0-25.1c-5.3-.7-10.6-1.4-15.8-2.1l-6.6-.9c-11.9-1.6-23.9-3.2-35.8-5.1c-2.7-.5-5.3-.9-7.9-1.4v9.4l6.3 6.3c19.2 6.2 36.5 7 56.6 6.3c1.1-4.2 2.1-8.4 3.2-12.5m3.1-28.4c-5.2-.3-10.5-.5-15.7-.8c-2.2-.1-4.4-.2-6.5-.4c-13-.7-25.1-1.7-37.5-5.2c-4.8-1.5-4.8-1.5-9.4-3c0 7.3 0 7.3 3.1 15.7c19.7 10.6 37.8 10.5 59.8 9.4c2-5.3 4.1-10.5 6.2-15.7m106.9 116.4c-23.1 4.4-45.7 8.2-69.2 6.3c-10.6-3.5-10.6-3.5-34.6-6.3c.2 5.7.2 5.7 3.1 12.6c13.8 7.3 24.7 10.6 40.6 10.7c2.2 0 4.3-.1 6.4-.1c18.6-.2 34.2-1.3 50.5-10.6c2.3-6.6 2.3-6.6 3.2-12.6m0-15.7c-1.6-6.4-1.6-6.4-3.1-12.6c-14.7 4.9-27.6 7.1-43.2 7.2c-2.5 0-4.9 0-7.4-.1c-13.9.1-25.8-.1-39.3-4c-3.9-1.6-3.9-1.6-7.7-3.1l-3.1 3.1l1.8 5.7c5.2 8 10.4 11.2 19.2 14.6c28.6 6.6 57.3 2.9 82.8-10.8m0-34.6c-29.8 6.6-58.8 9.7-88.9 3.1c-4-1.1-7.9-2.1-11.8-3.1v9.4c13.7 8.3 24.1 10.6 39.7 10.6c2.5-.1 5-.1 7.4-.2c16.7.1 31.8.1 47.2-7.3c4.5-6.6 4.5-6.6 6.4-12.5m0-15.7c-1.6-6.4-1.6-6.4-3.1-12.6c-13.8 2.8-26.9 3.6-40.9 3.6h-7.9c-13.9.1-27.4 0-41.2-2c-3.8-.8-3.8-.8-7.6-1.5c-1.1 3.2-2.1 6.3-3.1 9.4c5.9 8.1 10.6 9.8 20.2 13.2c30 6.6 56.7 3.9 83.6-10.1m0-31.5c-.9-5.9-.9-5.9-3.1-12.6c-28.2-14.9-58.4-12-88.2-3.3c-7.6 4.1-9.4 7.9-12.5 15.9c10.8 8.8 19.3 13.5 33.2 15.3c23.9 1.6 52.1 1 70.6-15.3m40.9 72.4c-9.4 0-9.4 0-20.8 2.8c-10.6 3.5-10.6 3.5-13.8 9.8c1.1 3.2 2.1 6.3 3.1 9.4c3.1-.8 3.1-.8 6.1-1.6c4-1.2 4-1.2 7.9-2.3c7.9-2.2 7.9-2.2 14.4-5.5c2.5-6.7 2.5-6.7 3.1-12.6m0-25.2c-12.5 0-20.1 1.3-31.5 6.3c-2.8 6.7-2.8 6.7-3.1 12.6c12 .7 20.8-.4 31.5-6.3c2.5-6.7 2.5-6.7 3.1-12.6m0-28.3c-7.1 0-7.1 0-28.3 6.3c-1.1 5.3-2.1 10.5-3.1 15.7c10.6 0 10.6 0 31.5-9.4c-.1-4.3-.1-8.5-.1-12.6m0-25.2c-10.6 0-10.6 0-31.5 6.3c-1.1 5.3-2.1 10.5-3.1 15.7c6.3 0 6.3 0 12.3-1.6c3.4-1.2 3.4-1.2 6.8-2.3c6.8-2.2 6.8-2.2 12.4-5.5c2.3-6.6 2.3-6.6 3.1-12.6m0-25.1c-12.6 0-12.6 0-20.7 1.4c-2.9.6-5.6 1.2-8.4 1.8c-5 1-10 2.1-14.9 3.1c4.3 6.2 4.3 6.2 9.4 12.6c11.8 1.9 21.1-.5 31.5-6.3c2.5-6.7 2.5-6.7 3.1-12.6m0-28.3c-32.3 8-62.6 8.7-95.1 1.4c-1.9-.5-3.7-.9-5.6-1.4v9.4c6.3 6.3 6.3 6.3 16.2 9.8c28.5 6.6 58 6.3 84.4-6.6c.1-4.3.1-8.5.1-12.6m0-25.2c-14.9 2.5-29.2 3.6-44.3 3.7h-7.8c-14.5.2-27 .2-41-3.8c-2.6-1.1-5.1-2.1-7.6-3.1v12.6c6.3 6.3 6.3 6.3 11.8 8.3c29 6.7 58.8 9.1 85.7-5.1c2.3-6.7 2.3-6.7 3.2-12.6m0-25.2c-13.3 2.7-25.9 3.6-39.4 3.6h-7.4c-14.5.1-28.7-.2-43.1-2c-5.4-.8-5.4-.8-10.8-1.5v9.4c3.2 2.1 6.3 4.2 9.4 6.3c33 7.8 60.7 8.7 91.2-6.3c.1-3.2.1-6.4.1-9.5m0-15.7c0-7.3 0-7.3-3.1-15.7c-30.4-16.3-67.9-13.1-97.5 3.1v12.6c9.2 5.2 18.3 9.3 28.3 12.6c26.6 2.6 48.7 0 72.3-12.6");
|
|
3
|
-
}
|
package/css/z/zyu-5y60d.css
DELETED